1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-20 18:56:39 +02:00
Commit Graph

1121 Commits

Author SHA1 Message Date
Paul Eggert
3db2fe2c9f * Makefile.am (libfetish_a_SOURCES): Remove stat-macros.h, xstrtoul.c,
as they are now done by Autoconf macros.
2005-03-21 22:31:18 +00:00
Paul Eggert
e0f53f4ecc Sync from gnulib. 2005-03-21 07:42:07 +00:00
Paul Eggert
bd73d9d8b6 * strftime.c (my_strftime): If the underlying strftime returns 0
(which shouldn't happen), generate nothing instead of returning 0
immediately, so that nstrftime (NULL, ...) doesn't return 0.
2005-03-19 05:33:16 +00:00
Paul Eggert
581b437d32 * strftime.c (my_strftime): Prepend space to format. 2005-03-16 01:01:36 +00:00
Paul Eggert
53d430be4e Sync mktime.c and strtol.c macros from intprops.h. 2005-03-15 00:40:17 +00:00
Paul Eggert
2f82566ff2 * strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
&& HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[].
2005-03-14 23:23:25 +00:00
Jim Meyering
e5d16d2b72 *** empty log message *** 2005-03-11 10:04:16 +00:00
Jim Meyering
f0f31b512f *** empty log message *** 2005-03-09 23:21:10 +00:00
Jim Meyering
4f07deaab6 *** empty log message *** 2005-03-09 23:12:48 +00:00
Paul Eggert
707034f696 Factor int-properties macros into a single file, except for
glibc-related files.
2005-03-09 19:26:36 +00:00
Jim Meyering
72a21d8bfe . 2005-03-09 10:17:51 +00:00
Jim Meyering
7c7007fb8a . 2005-03-09 08:56:50 +00:00
Paul Eggert
c747ee56a7 Remove workaround for nanosleep bug in Linux kernel 2.6.8 or thereabouts. 2005-03-04 06:43:08 +00:00
Jim Meyering
79ddee707c *** empty log message *** 2005-02-28 10:03:02 +00:00
Paul Eggert
d37169d9c4 * vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Correct the test for
integer overflow again.
2005-02-26 07:38:14 +00:00
Paul Eggert
f93ba58756 Sync from gnulib. 2005-02-26 07:31:20 +00:00
Paul Eggert
157fdac571 strftime.c cleanup to handle outlandish years. 2005-02-24 00:27:17 +00:00
Paul Eggert
ff35a3ca2b Fix clock_gettime library access problem on recent GNU/Linux systems. 2005-02-22 07:19:43 +00:00
Paul Eggert
10ca18d561 Describe recent changes to use realtime clocks if available,
when appropriate; also, gettime now returns void.
2005-02-21 08:20:15 +00:00
Jim Meyering
696a24b227 *** empty log message *** 2005-02-20 16:33:43 +00:00
Jim Meyering
2b972d584b *** empty log message *** 2005-02-20 16:33:11 +00:00
Jim Meyering
7849e2b8e0 *** empty log message *** 2005-02-20 12:25:52 +00:00
Jim Meyering
1beb06ed13 *** empty log message *** 2005-02-11 20:27:02 +00:00
Jim Meyering
938fe6521f *** empty log message *** 2005-02-08 09:56:22 +00:00
Jim Meyering
c0756a37d4 *** empty log message *** 2005-02-07 16:47:49 +00:00
Paul Eggert
d6f9651aff Define and use new file memrchr.h. 2005-02-03 21:48:35 +00:00
Paul Eggert
ae65663064 mountlist.h, mountlist.h cleanup, and add support for subfs. 2005-02-01 23:59:45 +00:00
Jim Meyering
8e65231494 *** empty log message *** 2005-01-29 00:24:08 +00:00
Jim Meyering
78931f3234 *** empty log message *** 2005-01-25 12:30:15 +00:00
Jim Meyering
313147e76a *** empty log message *** 2005-01-25 09:32:53 +00:00
Jim Meyering
c6449644bc *** empty log message *** 2005-01-25 09:09:09 +00:00
Paul Eggert
15ac53209f Sync from gnulib. 2005-01-22 06:25:53 +00:00
Jim Meyering
9e09c422a2 *** empty log message *** 2005-01-21 12:46:36 +00:00
Paul Eggert
be0dc61d80 Add version-etc-fsf. 2005-01-21 00:21:37 +00:00
Paul Eggert
bd88d49b85 * save-cwd.c (save_cwd): Remove code to support non-fchdir case. 2005-01-20 22:17:47 +00:00
Jim Meyering
e989e603fa *** empty log message *** 2005-01-19 13:45:22 +00:00
Jim Meyering
3fc13d753c *** empty log message *** 2005-01-19 12:48:19 +00:00
Jim Meyering
87f49a3885 *** empty log message *** 2005-01-19 10:21:49 +00:00
Jim Meyering
1c5199e9bf . 2005-01-19 09:59:08 +00:00
Paul Eggert
364168a817 * human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
definitions to be after all include files, to avoid collisions.
2005-01-04 18:49:44 +00:00
Jim Meyering
c5503bf7ff *** empty log message *** 2005-01-04 08:51:23 +00:00
Paul Eggert
8ca6bb6254 * utimens.c (futimens): Robustify the previous patch. 2005-01-03 19:55:36 +00:00
Jim Meyering
8eb95b5cc0 *** empty log message *** 2005-01-03 19:23:14 +00:00
Paul Eggert
9c453b2a95 * utimens.c (futimens) [HAVE_FUTIMES]: Fall back on utimes if
futimes fails with errno == ENOENT.
2005-01-03 08:52:18 +00:00
Jim Meyering
a672333a19 *** empty log message *** 2005-01-02 17:16:05 +00:00
Jim Meyering
47697f718d *** empty log message *** 2004-12-31 10:06:48 +00:00
Paul Eggert
3136cae7dd Change getdate to not use alloca. Shrink initial stack. 2004-12-24 05:28:19 +00:00
Paul Eggert
c03b93f75a * c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not HAVE_DECL_STRTOLD. 2004-12-20 07:57:26 +00:00
Paul Eggert
7bb6fb4250 Fix alloca problems with getdate. 2004-12-19 13:42:55 +00:00
Jim Meyering
ec61e1b8fe *** empty log message *** 2004-12-11 11:21:48 +00:00