Date: Mon, 20 Nov 2006 16:45:39 +0000 (UTC) From: Tim Kientzle <kientzle@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libarchive archive_read_open_file.c archive_read_open_filename.c archive_write_open_file.c archive_write_open_filename.c Message-ID: <200611201645.kAKGjdxW005529@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kientzle 2006-11-20 16:45:39 UTC FreeBSD src repository Modified files: lib/libarchive archive_read_open_file.c archive_read_open_filename.c archive_write_open_file.c archive_write_open_filename.c Log: Forced commit to note CVS repo-copy of archive_{read,write}_open_file.c to archive_{read,write}_open_filename.c. This is part of a minor file shuffle/name clarification: * The archive_{read,write}_open_file() functions are officially renamed to archive_{read,write}_open_filename(), which more accurately reflects their function (they open a data stream identified by a filename). * Preserve the file naming conventions by renaming the files as well. * Keep the old function names (in the new files) as synonyms for backwards compatibility. * Keep the old files around; they'll be recycled soon for the upcoming archive_{read,write}_open_FILE() functions (which open a data stream identified by a FILE * reference). * I'm also, of course, making a nod here to MacOS/Windows case-insensitive filesystems that can't have both _open_file.c and _open_FILE.c. ;-) Revision Changes Path 1.16 +0 -0 src/lib/libarchive/archive_read_open_file.c 1.16 +0 -0 src/lib/libarchive/archive_read_open_filename.c 1.16 +0 -0 src/lib/libarchive/archive_write_open_file.c 1.16 +0 -0 src/lib/libarchive/archive_write_open_filename.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200611201645.kAKGjdxW005529>