1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-25 18:19:00 +02:00
Commit Graph

14664 Commits

Author SHA1 Message Date
Jim Meyering f3ecf0e5df upgrade to automake-1.7.2b 2003-02-19 12:55:25 +00:00
Jim Meyering 49a3524823 *** empty log message *** 2003-02-19 08:44:45 +00:00
Jim Meyering 23bd5c8be5 *** empty log message *** 2003-02-19 08:40:10 +00:00
Jim Meyering 3ef0832f7a (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
to 1MB, so as not to render systems with no stack size limit (e.g.,
linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
2003-02-19 08:39:55 +00:00
Jim Meyering 3ac28e3dee *** empty log message *** 2003-02-18 21:17:11 +00:00
Jim Meyering 3bb9bacdd7 *** empty log message *** 2003-02-18 19:00:54 +00:00
Jim Meyering 714f398d7f (sha_stream) [BLOCKSIZE]: Move definition to top of file.
Ensure that it is a multiple of 64.
Rearrange loop exit tests so as to avoid performing an
additional fread after encountering an error or EOF.
2003-02-18 19:00:40 +00:00
Jim Meyering 7496bc25b0 (md5_stream) [BLOCKSIZE]: Move definition to top of file.
Ensure that it is a multiple of 64.
Rearrange loop exit tests so as to avoid performing an
additional fread after encountering an error or EOF.
2003-02-18 19:00:16 +00:00
Jim Meyering 38b90cb669 *** empty log message *** 2003-02-18 14:01:32 +00:00
Jim Meyering ae993355b7 (CLEANFILES): Remove ftw.h and search.h.
(DISTCLEANFILES): Add them here.
Add fnmatch.h, too.
2003-02-18 14:01:25 +00:00
Jim Meyering d2c4a4e44d cksum would perform an extra read after encountering EOF
(cksum): Exit the loop upon EOF, too.
Patch by Michael Bacarella.
2003-02-18 08:05:02 +00:00
Jim Meyering b47c09ad60 *** empty log message *** 2003-02-18 08:02:41 +00:00
Jim Meyering 33c62fcef3 Generalize, clean-up, and test for
cat, cksum, md5sum, and sha1sum all in the same loop.
2003-02-18 07:59:58 +00:00
Jim Meyering d3dbf68beb . 2003-02-17 17:21:37 +00:00
Jim Meyering 072015e870 *** empty log message *** 2003-02-17 17:21:05 +00:00
Jim Meyering 143bca6b80 (RUN_WITH_BIG_STACK_4): Define. 2003-02-17 17:21:00 +00:00
Jim Meyering 3db0886789 . 2003-02-17 17:17:43 +00:00
Jim Meyering f6b9999548 *** empty log message *** 2003-02-17 16:58:34 +00:00
Jim Meyering 22e376e2e1 Undo most of last change.
Use sysmp instead, since it provides a cleaner interface.
2003-02-17 16:58:28 +00:00
Jim Meyering 3f4e77fdd6 *** empty log message *** 2003-02-17 16:55:44 +00:00
Jim Meyering 87be2f14b1 (jm_PREREQ_PHYSMEM): Undo last change, since
Kaveh Ghazi found a better way to get the required information.
Add check for sys/sysmp.h.
2003-02-17 16:55:40 +00:00
Jim Meyering 2bb32c98a5 (run): New function, preparing for use of
RUN_WITH_BIG_STACK_*
2003-02-17 08:39:20 +00:00
Jim Meyering 49cda05bd3 tweak comment 2003-02-17 08:27:26 +00:00
Jim Meyering f8741e7214 *** empty log message *** 2003-02-16 21:00:07 +00:00
Jim Meyering 9cba3efc8a Add Finnish (fi). 2003-02-16 21:00:01 +00:00
Jim Meyering b57469df43 version: 4.5.7 2003-02-16 20:59:16 +00:00
Jim Meyering 3eb96248f7 *** empty log message *** 2003-02-16 09:00:13 +00:00
Jim Meyering c270a888e9 (libfetish_a_SOURCES): Add mmap-stack.h. 2003-02-16 09:00:08 +00:00
Jim Meyering 382b502ccf *** empty log message *** 2003-02-16 08:59:20 +00:00
Jim Meyering c276ca6e49 (MAP_ANONYMOUS): Use MAP_ANON, if possible.
Initialize `fd' to -1, so Solaris' mmap works with MAP_ANON.
2003-02-16 08:59:15 +00:00
Jim Meyering e58f9df1b3 add an assertion 2003-02-15 22:38:32 +00:00
Jim Meyering d71265c2e3 *** empty log message *** 2003-02-15 22:33:18 +00:00
Jim Meyering 5b16ce70fb *** empty log message *** 2003-02-15 22:31:22 +00:00
Jim Meyering e52bb403b5 *** empty log message *** 2003-02-15 22:30:46 +00:00
Jim Meyering fa6fd21580 Require AC_SYS_MMAP_STACK. 2003-02-15 22:29:52 +00:00
Jim Meyering 434cd73a81 *** empty log message *** 2003-02-15 22:29:37 +00:00
Jim Meyering 958da3fffd I meant mmap-stack.h, not mmap-stack.c. 2003-02-15 22:23:33 +00:00
Jim Meyering 51037cbd96 Add lib/mmap-stack.c 2003-02-15 22:19:49 +00:00
Jim Meyering edcf77bcb1 *** empty log message *** 2003-02-15 22:08:59 +00:00
Jim Meyering 1588508be2 *** empty log message *** 2003-02-15 10:15:49 +00:00
Jim Meyering 2b62137426 (main) [DEBUG]: New function. 2003-02-15 09:59:27 +00:00
Jim Meyering c1604ca5a7 Clean up change of a minute ago. 2003-02-15 09:11:49 +00:00
Jim Meyering c911821af7 *** empty log message *** 2003-02-15 09:06:13 +00:00
Jim Meyering 16b37b5c9d Add Irix6 support to physmem.c.
(jm_PREREQ_PHYSMEM): Also check for sys/sysget.h
and sys/sysinfo.h.
Also check for sysget.
2003-02-15 09:06:05 +00:00
Jim Meyering d017693646 *** empty log message *** 2003-02-15 09:05:51 +00:00
Jim Meyering bdf738b1a1 Add Irix6 support to physmem.c.
(irix_sysget): New function.
(IRIX_SYSGET_TOTAL, IRIX_SYSGET_AVAILABLE): New macros.
(physmem_total, physmem_available): Use them.
2003-02-15 09:05:16 +00:00
Jim Meyering 5aeb13149e *** empty log message *** 2003-02-14 07:41:42 +00:00
Jim Meyering 49eda1bead Include "euidaccess.h".
Remove declaration of euidaccess.
2003-02-14 07:41:27 +00:00
Jim Meyering 1656a5880b hacked from the versions in glibc DU-FTS 2003-02-13 21:28:58 +00:00
Jim Meyering f95d4f7696 tweak comment 2003-02-12 20:48:49 +00:00