]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Rename some internal functions as other related functions.
authorMichihiro NAKAJIMA <ggcueroad@gmail.com>
Fri, 16 Mar 2012 07:08:26 +0000 (16:08 +0900)
committerMichihiro NAKAJIMA <ggcueroad@gmail.com>
Sat, 17 Mar 2012 06:28:51 +0000 (15:28 +0900)
commiteb54aceea1bd462863f51ce43583cb950b1b3b68
treee591ea3f923e26077992a7b22957795d133e4af3
parent0959733f8c330315e041172407c6874980debea4
Rename some internal functions as other related functions.
  archive_strcpy_in_locale ==> archive_strcpy_l
  archive_strncpy_in_locale ==> archive_strncpy_l
  archive_strncat_in_locale ==> archive_strncat_l
libarchive/archive_string.c
libarchive/archive_string.h
libarchive/archive_write_set_format_iso9660.c
libarchive/archive_write_set_format_pax.c
libarchive/test/test_archive_string_conversion.c