1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-06-09 03:06:33 +02:00
Commit Graph

4225 Commits

Author SHA1 Message Date
Jim Meyering c9848717d6 *** empty log message *** 1997-11-03 05:38:28 +00:00
Jim Meyering aafe49ef49 (xalloc_fail): Renamed from fixup_null_alloc.
(xcalloc): #ifdef-out unused function.
(xrealloc): Remove code to work around deficient versions of realloc.
Now we have an autoconf-enabled replacement version.
(xmalloc): Remove code to work around deficient versions of malloc.
Now we have an autoconf-enabled replacement version.
1997-11-03 05:25:44 +00:00
Jim Meyering c417b4e790 be stricter: check for both P == 0 and N == 0. 1997-11-03 05:20:41 +00:00
Jim Meyering 1919353d75 *** empty log message *** 1997-11-03 05:20:09 +00:00
Jim Meyering 65673815ac *** empty log message *** 1997-11-03 05:19:56 +00:00
Jim Meyering ab5ff1597f (main): New option, --max-line-length (-L).
(wc, write_counts): Implement it.
From Bruno Haible.
1997-11-03 05:08:36 +00:00
Jim Meyering d6174d58f9 . 1997-11-03 04:52:50 +00:00
Jim Meyering ea3c071c2d *** empty log message *** 1997-11-03 04:51:54 +00:00
Jim Meyering 3f3c12d723 don't use touch 1997-11-03 04:50:11 +00:00
Jim Meyering f2ddecd375 revert last change 1997-11-03 04:40:37 +00:00
Jim Meyering 07e8ae7cb1 create 100 at a time 1997-11-03 04:40:07 +00:00
Jim Meyering 1b3376c9da Put cycle-detecting code inside an
#ifdef ENABLE_CYCLE_CHECK, for systems lacking d_ino.
[D_INO_IN_DIRENT]: Define ENABLE_CYCLE_CHECK.

(ASSIGN_STRDUPA): Clean up.
(right_justify): Use memcpy return value directly.
Suggestions from Ulrich Drepper.

(remove_cwd_entries) [! defined HAVE_WORKING_READDIR]: Impose overhead
of working around non-POSIX readdir implementation only on systems
that need it.
(remove_cwd_entries): Temporarily save a copy of each entry name in
an obstack rather than on the stack via alloca, then free it in the
likely event that we don't save the entry in the hash table.
1997-11-03 04:22:57 +00:00
Jim Meyering 6327a7ad45 *** empty log message *** 1997-11-02 14:38:49 +00:00
Jim Meyering ae21be058f . 1997-11-02 14:28:13 +00:00
Jim Meyering 53424a8278 *** empty log message *** 1997-11-02 14:28:10 +00:00
Jim Meyering 267987dd44 *** empty log message *** 1997-11-02 14:25:46 +00:00
Jim Meyering 1b4242d631 . 1997-11-02 14:24:16 +00:00
Jim Meyering c70a6df8c7 *** empty log message *** 1997-11-02 14:21:59 +00:00
Jim Meyering 0b5e948104 Guard cycle-detecting code inside #ifdef ENABLE_CYCLE_CHECK.
[D_INO_IN_DIRENT]: Define ENABLE_CYCLE_CHECK.
1997-10-28 00:55:11 +00:00
Jim Meyering 41431bbd91 *** empty log message *** 1997-10-27 05:00:47 +00:00
Jim Meyering 7da7de8f59 *** empty log message *** 1997-10-27 04:59:35 +00:00
Jim Meyering 3426a19c60 add comment 1997-10-27 04:59:25 +00:00
Jim Meyering f831d9c32d Convert to upper case before comparing.
This makes join -i work with sort -f.
1997-10-27 04:58:22 +00:00
Jim Meyering 94c4bdd4c8 fix typo in comment 1997-10-27 03:22:01 +00:00
Jim Meyering b67ad81f67 . 1997-10-26 15:07:47 +00:00
Jim Meyering d9eac1e2c0 Add A, _, a tests using -f. 1997-10-26 15:07:01 +00:00
Jim Meyering fb9673ea4a . 1997-10-26 04:51:38 +00:00
Jim Meyering 83dd3a893b . 1997-10-26 04:50:59 +00:00
Jim Meyering ce7a44e806 . 1997-10-26 04:50:23 +00:00
Jim Meyering 91a4b3d1ed *** empty log message *** 1997-10-26 04:50:05 +00:00
Jim Meyering 910c82eff8 (NLS_STRNCMP) [!ENABLE_NLS]: s/strcmp/strncmp/ 1997-10-26 04:42:02 +00:00
Jim Meyering eb5fa8bdd2 (xalloc_fail_func): Initialize to 0, not NULL. 1997-10-26 04:39:53 +00:00
Jim Meyering 6f82682a64 . 1997-10-26 04:26:09 +00:00
Jim Meyering 0ef0b74972 (EXTRA_DIST): Add malloc.c. 1997-10-26 03:58:27 +00:00
Jim Meyering a091e5e93d . 1997-10-26 03:57:43 +00:00
Jim Meyering 956fa0cc78 (EXTRA_DIST): Add malloc.m4. 1997-10-26 03:53:07 +00:00
Jim Meyering 504453762c . 1997-10-26 03:52:27 +00:00
Jim Meyering 71a0d20bf5 (EXTRA_DIST): Add realloc.c. 1997-10-26 03:15:47 +00:00
Jim Meyering 9386131a43 . 1997-10-26 02:48:44 +00:00
Jim Meyering 0819395283 . 1997-10-26 02:48:15 +00:00
Jim Meyering c5c9c39bb9 . 1997-10-26 02:47:19 +00:00
Jim Meyering 139d0623b8 . 1997-10-26 02:46:35 +00:00
Jim Meyering bf3f82daa0 (noinst_HEADERS): Add xalloc.h. 1997-10-26 02:20:32 +00:00
Jim Meyering f399320c40 . 1997-10-25 22:04:11 +00:00
Jim Meyering df445b0891 Remove old-style xmalloc and xrealloc decls. 1997-10-25 22:03:55 +00:00
Jim Meyering b3ab88e970 Remove old-style xmalloc and xrealloc decls. 1997-10-25 22:03:20 +00:00
Jim Meyering e2609be248 Include xalloc.h.
Remove dcls of xmalloc, xcalloc and xrealloc.
1997-10-25 22:01:13 +00:00
Jim Meyering 226e5a6478 . 1997-10-25 21:52:24 +00:00
Jim Meyering 123a921fc2 s/xmalloc_exit_failure/xalloc_exit_failure 1997-10-25 21:52:09 +00:00
Jim Meyering e6503ed629 Include xalloc.h.
Change VOID to void.
(xalloc_exit_failure): Renamed extern.
(xalloc_msg_memory_exhausted): New extern.
(xalloc_fail_func): New extern.
(fixup_null_alloc): Use new variables.
1997-10-25 21:51:21 +00:00