Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-08-15 | * NEWS: Add a line for 6.1-cvs. | Jim Meyering | |
* configure.ac (AC_INIT): Bump to 6.1 and add "-cvs" suffix. | |||
2006-08-15 | . | Jim Meyering | |
2006-08-15 | * Makefile.maint (alpha beta major): Fix syntax error. | Jim Meyering | |
2006-08-15 | *** empty log message *** | Jim Meyering | |
2006-08-15 | . | Jim Meyering | |
2006-08-15 | Don't mention "stable" on Version line. | Jim Meyering | |
2006-08-15 | tweak syntax of "Version ..." line. | Jim Meyering | |
2006-08-15 | * TODO: Add an item (convert to use gnulib-tool), add to the plan | Jim Meyering | |
for id-vs-getgrouplist, and remove a few completed items. | |||
2006-08-15 | * Version 6.0 [unstable]. | Jim Meyering | |
* NEWS: Record the 6.0 release date. * configure.ac (AC_INIT): Remove "-cvs" suffix from version string. | |||
2006-08-15 | commit, for the record. May never be used. | Jim Meyering | |
2006-08-15 | do not set $path | Jim Meyering | |
Use --leak-check=full, not --quiet. Emit "--" after $vg. | |||
2006-08-15 | update from gnulib | Jim Meyering | |
2006-08-14 | (memcoll): Optimize for the common case where the | Paul Eggert | |
arguments are bytewise equal. | |||
2006-08-13 | * src/shred.c (usage): Don't indent the second line of an item. | Jim Meyering | |
Otherwise, help2man would misformat the output. Reported by Adam Buchbinder in <https://launchpad.net/bugs/48917>. | |||
2006-08-11 | * pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE -> | Paul Eggert | |
HAVE_PIPE. Fix a file descriptor leak when fd_safer fails. | |||
2006-08-11 | (AM_GNU_GETTEXT): Upgrade to need-formatstring-macros. | Paul Eggert | |
2006-08-11 | (re_string_skip_chars): Don't assume WEOF fits in wchar_t. | Paul Eggert | |
2006-08-11 | Fix typo in previous checkin: len -> lenbuf. | Paul Eggert | |
2006-08-11 | (snprintf): memcpy LEN bytes, not SIZE - 1, when | Paul Eggert | |
LEN is smaller than SIZE. Suggested by Bruno Haible. Also, help the compiler to keep LEN in a register. | |||
2006-08-11 | * tests/ls/stat-vs-dirent: Too many (losing) systems trigger the | Jim Meyering | |
failure that this test checks for (stat/dirent inode mismatch at a mount point), so continue to give a diagnostic about the failure, but don't actually count it as a failure. | |||
2006-08-10 | Undo latest change; I was confused about gettext versus gcc. | Paul Eggert | |
2006-08-10 | Undo latest change; I was confused about xgettext versus gcc. | Paul Eggert | |
2006-08-10 | Adjust some files for gettext 0.15. | Paul Eggert | |
2006-08-10 | Import from gettext 0.15. | Paul Eggert | |
2006-08-10 | (XGETTEXT_OPTIONS): Add pass-c-format flags for | Paul Eggert | |
_ and N_, so that we get format checking even when --enable-nls. Add c-format flags for error, error_at_line, asprintf, vasprintf, asnprintf, vasnprintf, wrapf. (USE_MSGCTXT): New macro. | |||
2006-08-10 | (my-distcheck): Don't bother with --disable-nls, | Paul Eggert | |
as it shouldn't be needed with gettext 0.15. | |||
2006-08-10 | (AM_GNU_GETTEXT_VERSION): Update from 0.13.1 to 0.15. | Paul Eggert | |
2006-08-10 | Import from gettext 0.15 | Paul Eggert | |
2006-08-10 | (struct control): Remove fastmap member. | Paul Eggert | |
(extract_regexp): Allocate fastmap separately, since otherwise it might move due to a realloc. | |||
2006-08-10 | Import regex changes from libc via gnulib. | Paul Eggert | |
2006-08-10 | Update cycle-check from gnulib. | Paul Eggert | |
2006-08-10 | Accommodate new getaddrinfo implementation in gnulib. | Paul Eggert | |
(gl_PREREQ): Require gl_FUNC_SNPRINTF, gl_GETADDRINFO, gl_HEADER_ARPA_INET, gl_HEADER_NETINET_IN, gl_HEADER_SYS_SOCKET, gl_INET_NTOP, gl_TYPE_SOCKEN_T. | |||
2006-08-10 | Accommodate new getaddrinfo implementation in gnulib. | Paul Eggert | |
(libcoreutils_a_SOURCES): Add inet_ntop.h, snprintf.h. (MOSTLYCLEANDIRS): New macro. (BUILT_SOURCES): Add $(ARPA_INET_H), $(SYS_SOCKET_H), $(NETINET_IN_H). (arpa/inet.h, netinet/in.h, sys/socket.h): New rules. (MOSTLYCLEANFILES): Add arpa/inet.h, arpa/inet.h-t, netinet/in.h, netinet/in.h-t, sys/socket.h, sys/socket.h-t. (EXTRA_DIST): Add socket_.h. | |||
2006-08-10 | Import from gnulib, to support new getaddrinfo implementation of gnulib. | Paul Eggert | |
2006-08-10 | Add snprintf.h, socket_.h. | Paul Eggert | |
2006-08-10 | * tests/ls/stat-dtype: If "." is tmpfs, skip this test unless uname -s | Jim Meyering | |
reports "Linux". This avoids a failure on Solaris 10's tmpfs. Redirect both stdout and stderr of df invocations. | |||
2006-08-10 | * src/dircolors.hin: Add a TERM directive for each of the following: | Jim Meyering | |
ansi, color-xterm, gnome, konsole, kterm, rxvt-cygwin, rxvt-cygwin-native, screen.linux, xterm-256color. Sort the TERM directives. From Mike Frysinger. | |||
2006-08-10 | add a comment | Jim Meyering | |
2006-08-09 | Regenerate. | Paul Eggert | |
2006-08-09 | Regenerate. | Paul Eggert | |
2006-08-09 | Sync from gnulib. | Paul Eggert | |
2006-08-09 | Sync from gnulib. | Paul Eggert | |
2006-08-09 | Warn about oflag=append without conv=notrunc. | Paul Eggert | |
2006-08-09 | Add mlterm, rxvt-unicode; this fixes Debian bug 317503. | Paul Eggert | |
2006-08-09 | Regenerate. | Paul Eggert | |
2006-08-09 | Regenerate. | Paul Eggert | |
2006-08-09 | Add shuf. | Paul Eggert | |
2006-08-09 | * LINGUAS: Add ro, sr, uk, wa. | Paul Eggert | |
* ro.po, sr.po, uk,po, wa.po: New files. Regenerate other translations. | |||
2006-08-09 | Remove the po-update procedure; it doesn't | Paul Eggert | |
work with the new repository on http://www.iro.umontreal.ca/. For now I guess we'll have to fix things by hand. (do-po-update, po-update): Remove. All references removed. | |||
2006-08-09 | Fix too-long line in 2006-08-08 checkin, and an encoding error | Paul Eggert | |
in 2006-07-19 checkin. |