Jim Meyering
2df18658dc
* Makefile.maint (alpha beta major): Fix syntax error.
COREUTILS-6_0
2006-08-15 12:13:04 +00:00
Jim Meyering
22ce855eb6
*** empty log message ***
2006-08-15 12:06:10 +00:00
Jim Meyering
e5b0d0aa85
.
2006-08-15 12:05:34 +00:00
Jim Meyering
3b3a4c3b20
Don't mention "stable" on Version line.
2006-08-15 11:26:17 +00:00
Jim Meyering
a23eb4a58c
tweak syntax of "Version ..." line.
2006-08-15 11:25:13 +00:00
Jim Meyering
987f3b383a
* TODO: Add an item (convert to use gnulib-tool), add to the plan
...
for id-vs-getgrouplist, and remove a few completed items.
2006-08-15 11:23:44 +00:00
Jim Meyering
3a246cc314
* Version 6.0 [unstable].
...
* NEWS: Record the 6.0 release date.
* configure.ac (AC_INIT): Remove "-cvs" suffix from version string.
2006-08-15 11:12:07 +00:00
Jim Meyering
a0fcf62767
commit, for the record. May never be used.
2006-08-15 11:08:03 +00:00
Jim Meyering
5ad9cd982c
do not set $path
...
Use --leak-check=full, not --quiet.
Emit "--" after $vg.
2006-08-15 11:05:50 +00:00
Jim Meyering
1289d06809
update from gnulib
2006-08-15 09:14:36 +00:00
Paul Eggert
1a00d99c2f
(memcoll): Optimize for the common case where the
...
arguments are bytewise equal.
2006-08-14 16:20:49 +00:00
Jim Meyering
418a7c8c43
* src/shred.c (usage): Don't indent the second line of an item.
...
Otherwise, help2man would misformat the output.
Reported by Adam Buchbinder in <https://launchpad.net/bugs/48917 >.
2006-08-13 21:21:52 +00:00
Paul Eggert
3244e9a493
* pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
...
HAVE_PIPE. Fix a file descriptor leak when fd_safer fails.
2006-08-11 20:28:42 +00:00
Paul Eggert
80886a8db3
(AM_GNU_GETTEXT): Upgrade to need-formatstring-macros.
2006-08-11 18:40:41 +00:00
Paul Eggert
ba79117e35
(re_string_skip_chars): Don't assume WEOF fits in wchar_t.
2006-08-11 18:29:06 +00:00
Paul Eggert
0154d1876b
Fix typo in previous checkin: len -> lenbuf.
2006-08-11 17:47:40 +00:00
Paul Eggert
78bc0d8366
(snprintf): memcpy LEN bytes, not SIZE - 1, when
...
LEN is smaller than SIZE. Suggested by Bruno Haible.
Also, help the compiler to keep LEN in a register.
2006-08-11 17:41:11 +00:00
Jim Meyering
9236b6befc
* tests/ls/stat-vs-dirent: Too many (losing) systems trigger the
...
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-11 08:40:11 +00:00
Paul Eggert
cfbf64e087
Undo latest change; I was confused about gettext versus gcc.
2006-08-10 22:53:24 +00:00
Paul Eggert
16d5b9133a
Undo latest change; I was confused about xgettext versus gcc.
2006-08-10 22:52:57 +00:00
Paul Eggert
c84d9ff0d1
Adjust some files for gettext 0.15.
2006-08-10 22:51:06 +00:00
Paul Eggert
9d302e0729
Import from gettext 0.15.
2006-08-10 22:50:40 +00:00
Paul Eggert
fa2b1fe3bc
(XGETTEXT_OPTIONS): Add pass-c-format flags for
...
_ 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 22:50:17 +00:00
Paul Eggert
ead8494d04
(my-distcheck): Don't bother with --disable-nls,
...
as it shouldn't be needed with gettext 0.15.
2006-08-10 22:49:50 +00:00
Paul Eggert
023d6ad752
(AM_GNU_GETTEXT_VERSION): Update from 0.13.1 to 0.15.
2006-08-10 22:49:26 +00:00
Paul Eggert
8397326569
Import from gettext 0.15
2006-08-10 22:49:06 +00:00
Paul Eggert
f073139b52
(struct control): Remove fastmap member.
...
(extract_regexp): Allocate fastmap separately, since otherwise
it might move due to a realloc.
2006-08-10 20:53:32 +00:00
Paul Eggert
4a16cc52e0
Import regex changes from libc via gnulib.
2006-08-10 20:49:28 +00:00
Paul Eggert
037836e29f
Update cycle-check from gnulib.
2006-08-10 19:26:39 +00:00
Paul Eggert
2869cbffcf
Accommodate new getaddrinfo implementation in gnulib.
...
(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 19:10:52 +00:00
Paul Eggert
9afbf11b76
Accommodate new getaddrinfo implementation in gnulib.
...
(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 19:10:26 +00:00
Paul Eggert
ffafcd2998
Import from gnulib, to support new getaddrinfo implementation of gnulib.
2006-08-10 19:09:33 +00:00
Paul Eggert
01dddfef2a
Add snprintf.h, socket_.h.
2006-08-10 19:08:58 +00:00
Jim Meyering
db7ffe5582
* tests/ls/stat-dtype: If "." is tmpfs, skip this test unless uname -s
...
reports "Linux". This avoids a failure on Solaris 10's tmpfs.
Redirect both stdout and stderr of df invocations.
2006-08-10 09:22:33 +00:00
Jim Meyering
6d1d2c0068
* src/dircolors.hin: Add a TERM directive for each of the following:
...
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 08:50:37 +00:00
Jim Meyering
407ff38d94
add a comment
2006-08-10 08:25:03 +00:00
Paul Eggert
ade68b234a
Regenerate.
2006-08-09 23:46:10 +00:00
Paul Eggert
8c0eb21023
Regenerate.
2006-08-09 23:44:56 +00:00
Paul Eggert
decc2e1f87
Sync from gnulib.
2006-08-09 23:44:30 +00:00
Paul Eggert
93f90065f3
Sync from gnulib.
2006-08-09 23:42:26 +00:00
Paul Eggert
d24265f965
Warn about oflag=append without conv=notrunc.
2006-08-09 21:16:28 +00:00
Paul Eggert
433a1eac7f
Add mlterm, rxvt-unicode; this fixes Debian bug 317503.
2006-08-09 20:56:15 +00:00
Paul Eggert
acaeed035b
Regenerate.
2006-08-09 20:24:38 +00:00
Paul Eggert
4e9733c2e1
Regenerate.
2006-08-09 20:23:36 +00:00
Paul Eggert
4cf3358407
Add shuf.
2006-08-09 20:23:07 +00:00
Paul Eggert
15c54c0b83
* LINGUAS: Add ro, sr, uk, wa.
...
* ro.po, sr.po, uk,po, wa.po: New files.
Regenerate other translations.
2006-08-09 20:11:12 +00:00
Paul Eggert
87bfb896c6
Remove the po-update procedure; it doesn't
...
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 20:06:14 +00:00
Paul Eggert
4ab47a295f
Fix too-long line in 2006-08-08 checkin, and an encoding error
...
in 2006-07-19 checkin.
2006-08-09 20:05:18 +00:00
Paul Eggert
adcb60e9d8
(my-distcheck): Compile with -Wpointer-arith
...
to detect this sort of problem automatically in the future.
2006-08-09 18:08:06 +00:00
Paul Eggert
b1a2656bdb
(next_line): New function.
...
(read_input): Use it, to avoid relying on GCC-specific behavior
with void * arithmetic.
2006-08-09 18:07:43 +00:00