summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-10-29*** empty log message ***Jim Meyering
2000-10-29*** empty log message ***Jim Meyering
2000-10-29(do_copy): When constructing dst_path for use with theJim Meyering
--parents option, first remove any trailing slashes from the command line argument. Otherwise, tests/cp/cp-parent would fail on NetBSD.
2000-10-29*** empty log message ***Jim Meyering
2000-10-29Fix grammar in comment.Jim Meyering
2000-10-29*** empty log message ***Jim Meyering
2000-10-29*** empty log message ***Jim Meyering
2000-10-29Add a test.Jim Meyering
2000-10-29*** empty log message ***Jim Meyering
2000-10-29*** empty log message ***Jim Meyering
2000-10-29(DT_INIT): Define.Jim Meyering
[enum filetype]: Remove the #ifdef, and use DT_INIT on the initializers instead.
2000-10-29(LC_COLLATE): Set it to the empty string andJim Meyering
export it. Otherwise, tests/cp/cp-mv-backup would fail e.g., when LC_COLLATE was set to en. Reported by Vin Shelton.
2000-10-28[enum filetype] (arg_directory): Rather than `100', useJim Meyering
a number that should never conflict with another DT_* value. From Ulrich Drepper.
2000-10-28(main): In call to gobble_file with `"."', use `directory'Jim Meyering
as the type, not `unknown'. From Ulrich Drepper.
2000-10-28*** empty log message ***Jim Meyering
2000-10-28Disable this test by default; it's expensive.Jim Meyering
Mark this as an expensive test.
2000-10-28*this* is not an expensive testJim Meyering
2000-10-28*** empty log message ***Jim Meyering
2000-10-28*** empty log message ***Jim Meyering
2000-10-28*** empty log message ***Jim Meyering
2000-10-28*** empty log message ***Jim Meyering
2000-10-28*** empty log message ***Jim Meyering
2000-10-28Factor out the expensive-test-checking code, ...Jim Meyering
2000-10-28Mark this as an expensive test.Jim Meyering
2000-10-28*** empty log message ***Jim Meyering
2000-10-28source lang-default before the first `cd'Jim Meyering
2000-10-28source lang-default before the first `cd'Jim Meyering
2000-10-28source lang-default before the first `cd'Jim Meyering
2000-10-28source lang-default before changing directoryJim Meyering
2000-10-28*** empty log message ***Jim Meyering
2000-10-28(jm_PREREQ): Add jm_PREREQ_MEMCHR.Jim Meyering
(jm_PREREQ_MEMCHR): New function.
2000-10-28*** empty log message ***Jim Meyering
2000-10-28*** empty log message ***Jim Meyering
2000-10-28Make `ls' a lot more efficient on systems (e.g., linux-2.4.*)Jim Meyering
that save file type information in directory entries. [enum filetype] (unknown): Add members (as yet unused): (HAVE_STRUCT_DIRENT_D_TYPE): Define. (format_needs_type): New global. (main): Set it. (print_dir): Set `type' from directory entry, if possible. (gobble_file): Add a parameter, TYPE. Stat the file only if its type is unknown and we need the type. Patch from Ulrich Drepper.
2000-10-28*** empty log message ***Jim Meyering
2000-10-28*** empty log message ***Jim Meyering
2000-10-28*** empty log message ***Jim Meyering
2000-10-28Include assert.h.Jim Meyering
(fillrand): Add a parameter, size_max. Add an assertion. Adjust caller. (dopass): Break out of the `for (;;)' loop if size < offset. That can happen now that dopass is called with SIZE == -1. (do_wipefd): Accept a length of zero only for a regular file. If lseek fails or returns 0 for a non-regular file, let dopass determine the length. Inspired by a patch from Alan Iwi.
2000-10-28.Jim Meyering
2000-10-28Update from libc.Jim Meyering
2000-10-28*** empty log message ***Jim Meyering
2000-10-28Update from libc.Jim Meyering
Adjust for portability: [HAVE_STDLIB_H]: Include stdlib.h. [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h. Undef __memchr, too. [!weak_alias]: Define __memchr to memchr.
2000-10-28*** empty log message ***Jim Meyering
2000-10-28Update from libc.Jim Meyering
2000-10-28*** empty log message ***Jim Meyering
2000-10-28(setusershell) [HAVE_FSEEKO]: Use fseek0.Jim Meyering
Patch by Ulrich Drepper.
2000-10-28Update from libc.Jim Meyering
2000-10-26*** empty log message ***Jim Meyering
2000-10-26(usage): Mention the time zone, UTC, and write the dateJim Meyering
in ISO format in the description of %s. Suggestion from Karl Berry.
2000-10-26(Authors of getdate): Add Paul Eggert.Jim Meyering