Paul Eggert
1a00d99c2f
(memcoll): Optimize for the common case where the
...
arguments are bytewise equal.
2006-08-14 16:20:49 +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
ba79117e35
(re_string_skip_chars): Don't assume WEOF fits in wchar_t.
2006-08-11 18:29:06 +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
Paul Eggert
4a16cc52e0
Import regex changes from libc via gnulib.
2006-08-10 20:49:28 +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
93f90065f3
Sync from gnulib.
2006-08-09 23:42:26 +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
Jim Meyering
aa4f6c56c7
Include <config.h>.
2006-08-09 08:13:36 +00:00
Paul Eggert
dc64059426
Add shuf, better random number generation, and fix sort -R in
...
funny locales.
2006-08-08 22:28:00 +00:00
Paul Eggert
aa24517b5f
chmod 0755 DIR and chmod 755 DIR are now equivalent.
2006-07-28 07:28:56 +00:00
Paul Eggert
e718c61a7c
Split closeout into close-stream and closeout.
2006-07-22 22:28:53 +00:00
Jim Meyering
aa91e4fe34
*** empty log message ***
2006-07-20 08:34:22 +00:00
Jim Meyering
84d2889e40
*** empty log message ***
2006-07-20 07:57:10 +00:00
Paul Eggert
628c7baa85
chmod, install, and mkdir now leave setgid and setuid bits
...
of directories alone unless you specify them explicitly.
install and mkdir now implement X correctly.
install now creates parent directories with mode 755, without
changing their owner or group.
2006-07-17 03:13:14 +00:00
Jim Meyering
c5b6394401
* userspec.c (parse_with_separator): Say "invalid spec" rather than
...
the sometimes erroneous "cannot get the login group of a numeric UID"
for a spec like "not-a-username:" or "1:". Reported by
suckfish@ihug.co.nz in https://bugzilla.redhat.com/bugzilla/199027 .
2006-07-16 07:13:07 +00:00
Paul Eggert
2b6236d156
Sync from gnulib.
2006-07-11 17:19:48 +00:00
Paul Eggert
cb052e4f6c
Update from gnulib.
2006-07-09 16:59:05 +00:00
Jim Meyering
ecdb09854e
(getndelim2): Remove doubled "after" in comment.
2006-07-08 09:58:13 +00:00
Paul Eggert
6a97405672
Sync from gnulib.
2006-07-04 05:39:07 +00:00
Paul Eggert
948ca71450
Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
...
MacOS X 10.4.6. Don't mention <sys/int_types.h>.
2006-07-04 04:50:34 +00:00
Jim Meyering
1a29d221b8
* cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
...
macro is used before the first cycle_check call.
2006-07-03 15:20:23 +00:00
Paul Eggert
001f33d478
(intmax_t, uintmax_t): Prefer long to long long if
...
both are 64 bits.
2006-07-02 09:15:08 +00:00
Paul Eggert
047839ffb4
Sync stdint module from gnulib.
2006-07-02 07:08:50 +00:00
Paul Eggert
69f1a97138
seq defaults to a minimal fixed point format that does not lose
...
information if seq's operands are all fixed point decimal numbers.
You no longer need the `-f%.f' in `seq -f%.f 1048575 1024 1050623',
for example, since the default format now has the same effect.
seq now lets you use %a, %A, %E, %F, and %G formats.
seq now uses long double internally rather than double.
2006-07-01 00:11:23 +00:00
Jim Meyering
2e63aaa8a9
From Derek R. Price:
...
* lib/strftime.c: Assume strftime exists.
* m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
2006-06-29 21:45:51 +00:00
Paul Eggert
ab621d9fa1
(CLOSEDIR): Remove. All uses changed to closedir.
2006-06-28 22:24:54 +00:00
Paul Eggert
9d5fbcc019
(openat): Use ?:, not if, to work around GCC bug 4210.
2006-06-20 19:20:25 +00:00
Jim Meyering
d5a9087fb1
*** empty log message ***
2006-06-19 19:13:04 +00:00
Paul Eggert
ff276995ff
(__attribute__): Don't define if already defined.
2006-06-11 07:11:31 +00:00
Jim Meyering
949ed19da0
Apply this change from gnulib:
...
2006-05-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de >
Bruno Haible <bruno@clisp.org >
* strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
2006-06-10 09:10:12 +00:00
Paul Eggert
f9265a7efe
* regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
...
reported by Andreas Schwab.
2006-06-05 05:21:46 +00:00
Paul Eggert
e9eb2ad579
(small_open, large_open): New macros.
...
(__open, __open64) [!_LIBC]: Remove.
(__gen_tempname): Use small_open and large_open instead of __open
and __open64. This fixes a portability bug on HP-UX 11.11i
reported by Simon Wing-Tang in
<http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html >.
2006-05-25 21:57:22 +00:00
Paul Eggert
8ebe82ae29
Fix misspelling.
2006-05-23 07:48:31 +00:00
Paul Eggert
bd52082675
Note problem with string.h.
2006-05-23 07:48:12 +00:00
Paul Eggert
41f08b2239
filemode.c: Don't include <string.h>.
2006-05-23 07:47:51 +00:00
Paul Eggert
c512471974
* filemode.c (setst): Remove.
...
(strmode): Rewrite to avoid setst. This makes the code shorter,
(arguably) clearer, and the generated code is a bit smaller on my
Debian GNU/Linux stable x86 host.
2006-05-22 20:11:45 +00:00
Paul Eggert
900b6598d1
Document the internals better. Most of this change
...
was written by Bruno Haible.
2006-05-22 18:01:48 +00:00
Jim Meyering
3e3aff9926
*** empty log message ***
2006-05-20 22:18:20 +00:00
Paul Eggert
86873e5082
Sync nanosleep from gnulib.
2006-05-19 18:03:25 +00:00
Jim Meyering
db19f3df8b
*** empty log message ***
2006-05-15 13:28:28 +00:00
Jim Meyering
06918c9589
*** empty log message ***
2006-05-15 10:59:15 +00:00
Jim Meyering
ad17714291
*** empty log message ***
2006-05-15 10:00:30 +00:00
Jim Meyering
0e3dfb2439
*** empty log message ***
2006-05-11 19:44:47 +00:00
Jim Meyering
72049d2e2e
*** empty log message ***
2006-05-04 10:33:39 +00:00
Paul Eggert
972d0198a9
(get_date): When adding relative date, start with the
...
initial time, not with the result of the first mktime call.
2006-04-25 10:29:47 +00:00
Paul Eggert
ae5252e393
Document filemode changes.
2006-04-17 23:24:49 +00:00
Jim Meyering
58fab28670
*** empty log message ***
2006-04-17 21:07:53 +00:00
Jim Meyering
415dddb568
*** empty log message ***
2006-04-17 20:53:20 +00:00
Paul Eggert
ade4e95345
(openat_needs_fchdir) [defined __OPENAT_PREFIX]:
...
Turn this into a macro that always returns true.
2006-04-17 20:48:23 +00:00