Mercurial > hg > octave-kai > gnulib-hg
comparison lib/ChangeLog @ 4507:5723a1070053
Log yesterday's merge from coreutils.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Wed, 06 Aug 2003 04:34:47 +0000 |
parents | df8611a33210 |
children | 17fd8075851d |
comparison
equal
deleted
inserted
replaced
4506:df8611a33210 | 4507:5723a1070053 |
---|---|
4 | 4 |
5 2003-08-04 Paul Eggert <eggert@twinsun.com> | 5 2003-08-04 Paul Eggert <eggert@twinsun.com> |
6 | 6 |
7 * getloadavg.c: Change copyright notice and spacing to conform to | 7 * getloadavg.c: Change copyright notice and spacing to conform to |
8 GNU coding style. | 8 GNU coding style. |
9 | |
10 Merge from coreutils. | |
11 * error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is 1. | |
12 From glibc. | |
13 * getdate.y (date): Also accept dates like May-23-2003; suggestion | |
14 from Karl Berry, implemented by Jim Meyering. | |
15 * getgroups.c: Include "xalloc.h" instead of declaring xalloc fns; | |
16 from Dmitry V. Levin. | |
17 Remove anachronistic cast of xrealloc. | |
18 * fnmatch_.h (__const): Remove. Use 'const'. | |
19 * fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper | |
20 type. Otherwise, it wouldn't compile with at least /bin/cc on | |
21 ymp-cray-unicos9.0.2.X. | |
22 Combine two mostly-identical uses of alloca into one. | |
23 Thanks to the Cray-Cyber project for access to a Cray Y-MP. | |
9 | 24 |
10 2003-08-04 Dave Love <d.love@dl.ac.uk> | 25 2003-08-04 Dave Love <d.love@dl.ac.uk> |
11 | 26 |
12 [From Emacs.] | 27 [From Emacs.] |
13 | 28 |