cvs commit: src/lib/libarchive Makefile archive_read.3 archive_write.3

Tim Kientzle kientzle at FreeBSD.org
Mon Nov 20 17:07:49 UTC 2006


kientzle    2006-11-20 16:48:04 UTC

  FreeBSD src repository

  Modified files:
    lib/libarchive       Makefile archive_read.3 archive_write.3 
  Log:
  Officially rename archive_{read,write}_open_file() to
  archive_{read,write}_open_filename():
     * Update Makefile to build the files using the new name.
     * Update docs to document the new names, mentioning the
  old ones as "deprecated synonyms."
     * The old filenames will be reconnected to the build soon;
  I'll soon recyce those files for a slightly different purpose.
  
  Revision  Changes    Path
  1.53      +4 -2      src/lib/libarchive/Makefile
  1.25      +6 -3      src/lib/libarchive/archive_read.3
  1.15      +7 -4      src/lib/libarchive/archive_write.3


More information about the cvs-src mailing list