X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=ChangeLog;h=6929de02dff25d7e6d74100e20b21b39693b1514;hb=84dd1ea9a61f4fe3cba7e7483b4c50a753711c02;hp=4d73a269c9d7bab4aacc91445e19cd1baf0c02e2;hpb=da8d59ee79138b85daee1ad5b22ea12e4fb6ce47;p=gnulib.git diff --git a/ChangeLog b/ChangeLog index 4d73a269c..6929de02d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2013-07-15 Paul Eggert + + tmpdir: port to VMS, to // != /, and to long dirs + * lib/tmpdir.c (__libc_secure_getenv) [!_LIBC]: Rename from + __secure_getenv, so that we're more like the glibc version. + All uses changed. + (path_search): Don't put slash after directory if __VMS. + Problem reported by Steven M. Schweda in + . + Do not remove trailing slash from "//". + Do not assume dlen <= INT_MAX. + 2013-07-09 Paul Eggert regex: port to --with-included-regex --enable-gcc-warnings non-threaded