Commit Graph

  • fa44d25fdb Include "same-inode.h". (CYCLE_CHECK_REFLECT_CHDIR_UP): Define. Jim Meyering 2006-03-12 22:01:29 +00:00
  • 6ae28d0eb5 (SAME_INODE): Remove definition. Include "same-inode.h", instead. Jim Meyering 2006-03-12 21:59:55 +00:00
  • 1ccf35a5e3 (SAME_INODE): Remove definition. Include "same-inode.h", instead. Jim Meyering 2006-03-12 21:59:29 +00:00
  • a0d7555ba0 *** empty log message *** Jim Meyering 2006-03-12 21:50:12 +00:00
  • 9dbfaca637 (gl_SAME): Add same-inode.h to the list. Jim Meyering 2006-03-12 21:49:48 +00:00
  • 34401c51f9 (gl_CYCLE_CHECK): Add same-inode.h to the list. Jim Meyering 2006-03-12 21:48:52 +00:00
  • eb5f5d091d (gl_CHDIR_SAFER): Add same-inode.h to the list. Jim Meyering 2006-03-12 20:46:36 +00:00
  • dc73889ce6 (SAME_INODE): New file/macro. Jim Meyering 2006-03-12 20:45:31 +00:00
  • 9c8902a290 *** empty log message *** Jim Meyering 2006-03-12 20:45:10 +00:00
  • 90be59547e (SAME_INODE): Remove definition. Include "same-inode.h", instead. Jim Meyering 2006-03-12 20:45:04 +00:00
  • 801f6fc44e . Jim Meyering 2006-03-12 19:24:52 +00:00
  • 99db964248 Remove asctime_r, ctime_r, and let m4 specify the sources. Paul Eggert 2006-03-12 08:07:34 +00:00
  • 66314b605e Add time_r.m4. Paul Eggert 2006-03-12 08:07:09 +00:00
  • c9d6c40b73 (gl_PREREQ): Require gl_TIME_R. Paul Eggert 2006-03-12 08:06:49 +00:00
  • be8d40f7e7 (asctime_r, ctime_r): Remove. Paul Eggert 2006-03-12 08:06:00 +00:00
  • 9c4784e50e (libcoreutils_a_SOURCES): Remove time_r.c, time_r.h, as this is now done in m4. Paul Eggert 2006-03-12 08:05:22 +00:00
  • 13431ec5b0 New file, from gnulib. Paul Eggert 2006-03-12 08:04:42 +00:00
  • 7384af3482 *** empty log message *** Jim Meyering 2006-03-11 20:40:23 +00:00
  • 28bffbc6fe (robust_getcwd): Prepend only one slash, not two. Jim Meyering 2006-03-11 20:40:18 +00:00
  • 76d20d82dd Fix a bug whereby a user with write access to a directory being removed could cause the removal of that directory to fail with an erroneous diagnostic about a directory cycle. Reported by Vineet Chadha. Jim Meyering 2006-03-10 21:47:34 +00:00
  • 6754d7a74f *** empty log message *** Jim Meyering 2006-03-10 21:44:30 +00:00
  • b72303e7e6 mention today's rm -r fix. Jim Meyering 2006-03-10 21:31:53 +00:00
  • bf46e04149 *** empty log message *** Jim Meyering 2006-03-10 21:24:38 +00:00
  • 90b915c863 Handle dd's file-creation flags even on file descriptors. Improve test cases and documentation for these flags. Paul Eggert 2006-03-08 18:58:39 +00:00
  • 12565180f4 Add test cases for append, nofollow, directory, and nolinks flags. Simplify redirection to /dev/null in some cases. Paul Eggert 2006-03-08 18:57:55 +00:00
  • cf40950274 (set_fd_flags): Handle file-creation flags on file descriptors, rather than ignoring them. Paul Eggert 2006-03-08 18:57:39 +00:00
  • e190228997 Document dd's new 'directory' and 'nolinks' flags. Paul Eggert 2006-03-08 18:57:21 +00:00
  • c66e95f41f iflags->iflag. This fixes a typo that meant the noatime test never tested anything. Paul Eggert 2006-03-08 18:21:54 +00:00
  • 4e96bd9131 *** empty log message *** Jim Meyering 2006-03-06 15:27:56 +00:00
  • 2810f3534b Add `SEE ALSO' references to syscalls from utilities of the same name. Jim Meyering 2006-03-06 15:27:50 +00:00
  • ca6207e2f9 Describe dd, ls changes. Convert from Latin-1 to UTF-8. Paul Eggert 2006-03-06 07:22:02 +00:00
  • 7c7486d168 (dd invocation): New flags directory, nolinks. Alphabetize nofollow. Paul Eggert 2006-03-06 07:21:40 +00:00
  • c21aeb1bd8 (O_NOLINKS): Define to 0 if not already defined. Paul Eggert 2006-03-06 07:20:35 +00:00
  • 82a7e80d5b (flags, usage): New flags directory, nolinks. Paul Eggert 2006-03-06 07:20:19 +00:00
  • 78006af421 (usage): Mention that -f disables --color. Paul Eggert 2006-03-06 07:02:39 +00:00
  • 64e8ade1fa *** empty log message *** Jim Meyering 2006-03-05 17:29:13 +00:00
  • 103d096349 *** empty log message *** Jim Meyering 2006-03-05 17:28:51 +00:00
  • 2467cad537 Set SHELL, if not already set, in order to avoid failure when `make check' is run through debuild; dircolors would fail due to lack of $SHELL. Reported by Sven Joachim. Jim Meyering 2006-03-05 17:28:42 +00:00
  • bda9edc1d5 . Jim Meyering 2006-03-05 11:23:15 +00:00
  • 0be41be0df *** empty log message *** Jim Meyering 2006-03-05 11:20:57 +00:00
  • 83e984547b Make `base64 --wrap=N' work for N=0, and for N larger than SIZE_MAX. Jim Meyering 2006-03-05 11:20:53 +00:00
  • 450dee8d8d add warning comment Jim Meyering 2006-03-03 07:49:39 +00:00
  • 158c715afd *** empty log message *** Jim Meyering 2006-03-03 07:44:12 +00:00
  • d95fa804bb Don't fail when run from an environment with SHELL not a Bourne shell, e.g. `env SHELL=/bin/csh make check' would fail this test. Jim Meyering 2006-03-03 07:44:02 +00:00
  • cdf8e464b0 Require gl_USE_SYSTEM_EXTENSIONS, not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled pedantically. Paul Eggert 2006-03-02 07:37:12 +00:00
  • d124b35e42 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test", not "==". Paul Eggert 2006-03-02 03:42:49 +00:00
  • 79e217821d *** empty log message *** Jim Meyering 2006-02-27 14:40:58 +00:00
  • 91473aec4c Derive --decode-using tests from the encode-based ones. Jim Meyering 2006-02-27 14:40:49 +00:00
  • bf515ddf82 Factor out a long constant string. Split lines to stay within 80 columns. Jim Meyering 2006-02-27 13:46:09 +00:00
  • d447ec607f *** empty log message *** Jim Meyering 2006-02-27 13:40:16 +00:00
  • 909b7b12a2 (TESTS): Add base64. Jim Meyering 2006-02-27 13:38:42 +00:00
  • f291424dd9 Test base64. From Simon Josefsson. Jim Meyering 2006-02-27 13:38:22 +00:00
  • 96a0a0857a *** empty log message *** Jim Meyering 2006-02-27 13:31:17 +00:00
  • 193f1a070a (do_decode): Use correct type for parameter, ignore_garbage: s/size_t/bool/. Jim Meyering 2006-02-27 13:31:12 +00:00
  • 4cfd2d742b *** empty log message *** Jim Meyering 2006-02-27 11:06:29 +00:00
  • f89c9d724c Add src/base64.c. Jim Meyering 2006-02-27 11:06:27 +00:00
  • 60fc871dcd *** empty log message *** Jim Meyering 2006-02-27 11:03:31 +00:00
  • 2f18c53a7b base64 comes first Jim Meyering 2006-02-27 11:03:12 +00:00
  • 0c0d4f5707 . Jim Meyering 2006-02-27 10:54:09 +00:00
  • aeacca612b Build base64.1. Jim Meyering 2006-02-27 10:53:49 +00:00
  • d3ae5ba2b4 *** empty log message *** Jim Meyering 2006-02-27 10:52:48 +00:00
  • 51fd587ca6 *** empty log message *** Jim Meyering 2006-02-27 10:52:01 +00:00
  • 0374086247 *** empty log message *** Jim Meyering 2006-02-27 10:51:36 +00:00
  • 021990a737 (libcoreutils_a_SOURCES): Add base64.h and base64.c. Jim Meyering 2006-02-27 10:49:40 +00:00
  • a4050e7a70 Add base64 to the list. Jim Meyering 2006-02-27 10:48:35 +00:00
  • 1d9604cdd6 *** empty log message *** Jim Meyering 2006-02-27 10:48:04 +00:00
  • f3465b0ec6 mention new program: base64 Jim Meyering 2006-02-27 10:47:56 +00:00
  • 5c86478c19 *** empty log message *** Jim Meyering 2006-02-27 10:47:29 +00:00
  • 63351bf602 Add base64 section. Jim Meyering 2006-02-27 10:47:23 +00:00
  • 3d1be95578 (bin_PROGRAMS): Add base64. Jim Meyering 2006-02-27 10:44:34 +00:00
  • 6b66f12ea8 *** empty log message *** Jim Meyering 2006-02-27 10:43:01 +00:00
  • b4b3e819aa (wrap_write): Correct declaration syntax: s/size_t * V/size_t *V/. Jim Meyering 2006-02-27 10:42:36 +00:00
  • ee5fbeafea Don't include .h files already included by system.h: <string.h>, <stdlib.h>, <stdbool.h>, <limits.h>, <errno.h>. Include "system.h" before the other lib/*.h header files. Include <sys/types.h> before "system.h". (wrap_write): Remove declaration of unused local, initial_column. Jim Meyering 2006-02-27 10:41:03 +00:00
  • cec76053e7 *** empty log message *** Jim Meyering 2006-02-27 10:35:37 +00:00
  • 7561654142 (NOT_AN_INODE_NUMBER, D_INO): Define (moved here from pwd.c). Jim Meyering 2006-02-26 10:03:17 +00:00
  • 083f6ad61c (NOT_AN_INODE_NUMBER, D_INO): Move definitions to system.h Jim Meyering 2006-02-26 10:02:49 +00:00
  • af7863c36c *** empty log message *** Jim Meyering 2006-02-26 10:01:05 +00:00
  • 33eb3efe9f In ls, avoid calling stat for --inode (-i), when possible. Jim Meyering 2006-02-26 10:01:00 +00:00
  • 256239cd3d update from gnulib Jim Meyering 2006-02-24 20:06:29 +00:00
  • b16a67a7c9 *** empty log message *** Jim Meyering 2006-02-24 07:24:24 +00:00
  • 963120cb52 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and gl_CHDIR_SAFER. Jim Meyering 2006-02-24 07:24:18 +00:00
  • 1bb24c3039 *** empty log message *** Jim Meyering 2006-02-23 14:57:17 +00:00
  • 9d9d11937b Update/correct some obsolete entries. Jim Meyering 2006-02-23 14:57:08 +00:00
  • 6870eeeaff (AT_FDCWD): Work around a bug in Solaris 9 and 10, where AT_FDCWD exceeds INT_MAX. Paul Eggert 2006-02-21 06:42:29 +00:00
  • 362e0d7bd1 Mention `sort -k 1b,1'. Paul Eggert 2006-02-21 02:56:21 +00:00
  • 0e3c5842ad (usage): Mention `sort -k 1b,1'. Paul Eggert 2006-02-21 02:55:31 +00:00
  • 5bc9231e76 (join invocation): Mention `sort -k 1b,1'. Paul Eggert 2006-02-21 02:55:10 +00:00
  • 33637fa804 *** empty log message *** Jim Meyering 2006-02-20 16:50:14 +00:00
  • cdc9fa3b0c (rm invocation): Fix typo in last patch. (paste invocation): Fix whitespace. Jim Meyering 2006-02-20 16:50:11 +00:00
  • 77ab7a182c Update documentation to match previous patch. Jim Meyering 2006-02-20 16:49:27 +00:00
  • e8bf2b837f *** empty log message *** Jim Meyering 2006-02-20 13:01:56 +00:00
  • 0aed496787 (rm invocation): Document new -I option, and new --interactive behavior. Jim Meyering 2006-02-20 13:01:51 +00:00
  • 5db7689366 *** empty log message *** Jim Meyering 2006-02-20 13:01:20 +00:00
  • 3f7e0c2173 . Jim Meyering 2006-02-20 13:00:54 +00:00
  • ed5113ea27 . Jim Meyering 2006-02-20 13:00:16 +00:00
  • 81e3b9d698 Remove entry for implementing rm -I Jim Meyering 2006-02-20 13:00:03 +00:00
  • f97b02c197 New option for rm: --interactive=once (-I). Document it, along with change to rm --interactive. Jim Meyering 2006-02-20 12:50:38 +00:00
  • 9d07927d52 tests for new, -I, option Jim Meyering 2006-02-20 12:49:54 +00:00
  • 2e1677873a (TESTS): Add interactive-always and interactive-once. Jim Meyering 2006-02-20 12:49:14 +00:00
  • 1a301edfc7 (INTERACTIVE_OPTION): New enum value. (interactive_type): New enum. (long_opts): Let interactive take an optional argument. (interactive_args, interactive_types): New option arguments. (usage): Document -I, --interactive=WHEN. Use program_name instead of a basename. (main): New -I option, new behavior to --interactive. [From Eric Blake] Jim Meyering 2006-02-20 12:48:11 +00:00