Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-02-27 | *** empty log message *** | Jim Meyering | |
2006-02-27 | base64 comes first | Jim Meyering | |
2006-02-27 | . | Jim Meyering | |
2006-02-27 | Build base64.1. | Jim Meyering | |
2006-02-27 | *** empty log message *** | Jim Meyering | |
2006-02-27 | *** empty log message *** | Jim Meyering | |
2006-02-27 | *** empty log message *** | Jim Meyering | |
2006-02-27 | (libcoreutils_a_SOURCES): Add base64.h and base64.c. | Jim Meyering | |
2006-02-27 | Add base64 to the list. | Jim Meyering | |
2006-02-27 | *** empty log message *** | Jim Meyering | |
2006-02-27 | mention new program: base64 | Jim Meyering | |
2006-02-27 | *** empty log message *** | Jim Meyering | |
2006-02-27 | Add base64 section. | Jim Meyering | |
2006-02-27 | (bin_PROGRAMS): Add base64. | Jim Meyering | |
2006-02-27 | *** empty log message *** | Jim Meyering | |
2006-02-27 | (wrap_write): Correct declaration syntax: s/size_t * V/size_t *V/. | Jim Meyering | |
2006-02-27 | Don't include .h files already included by system.h: | Jim Meyering | |
<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. | |||
2006-02-27 | *** empty log message *** | Jim Meyering | |
2006-02-26 | (NOT_AN_INODE_NUMBER, D_INO): Define (moved here from pwd.c). | Jim Meyering | |
2006-02-26 | (NOT_AN_INODE_NUMBER, D_INO): Move definitions to system.h | Jim Meyering | |
2006-02-26 | *** empty log message *** | Jim Meyering | |
2006-02-26 | In ls, avoid calling stat for --inode (-i), when possible. | Jim Meyering | |
(main): Prefer dirent.d_ino to stat when possible. (gobble_file): Add inode argument. (print_dir): Pass inode if available. (usage): Remove inaccuracy. | |||
2006-02-24 | update from gnulib | Jim Meyering | |
2006-02-24 | *** empty log message *** | Jim Meyering | |
2006-02-24 | (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and gl_CHDIR_SAFER. | Jim Meyering | |
2006-02-23 | *** empty log message *** | Jim Meyering | |
2006-02-23 | Update/correct some obsolete entries. | Jim Meyering | |
2006-02-21 | (AT_FDCWD): Work around a bug in Solaris 9 and 10, where | Paul Eggert | |
AT_FDCWD exceeds INT_MAX. | |||
2006-02-21 | Mention `sort -k 1b,1'. | Paul Eggert | |
2006-02-21 | (usage): Mention `sort -k 1b,1'. | Paul Eggert | |
2006-02-21 | (join invocation): Mention `sort -k 1b,1'. | Paul Eggert | |
2006-02-20 | *** empty log message *** | Jim Meyering | |
2006-02-20 | (rm invocation): Fix typo in last patch. | Jim Meyering | |
(paste invocation): Fix whitespace. | |||
2006-02-20 | Update documentation to match previous patch. | Jim Meyering | |
2006-02-20 | *** empty log message *** | Jim Meyering | |
2006-02-20 | (rm invocation): Document new -I option, and new --interactive behavior. | Jim Meyering | |
2006-02-20 | *** empty log message *** | Jim Meyering | |
2006-02-20 | . | Jim Meyering | |
2006-02-20 | . | Jim Meyering | |
2006-02-20 | Remove entry for implementing rm -I | Jim Meyering | |
2006-02-20 | New option for rm: --interactive=once (-I). | Jim Meyering | |
Document it, along with change to rm --interactive. | |||
2006-02-20 | tests for new, -I, option | Jim Meyering | |
2006-02-20 | (TESTS): Add interactive-always and interactive-once. | Jim Meyering | |
2006-02-20 | (INTERACTIVE_OPTION): New enum value. | Jim Meyering | |
(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] | |||
2006-02-18 | (usage): Use two spaces (not one) to separate the | Jim Meyering | |
--first-only option string from its description, so help2man formats the derived man page properly. | |||
2006-02-18 | *** empty log message *** | Jim Meyering | |
2006-02-18 | (sc_two_space_separator_in_usage): Make the regular | Jim Meyering | |
expression match more of the target lines, e.g., those that start with `-S,' (short option followed by a comma) or that include `=[...]'. Patch by Nicolas François. | |||
2006-02-18 | (usage): Use two spaces (not one) to separate the | Jim Meyering | |
--first-only option string from its description, so help2man formats the derived man page properly. | |||
2006-02-18 | (usage): Use two spaces (not one) to separate the | Jim Meyering | |
--first-only option string from its description, so help2man formats the derived man page properly. | |||
2006-02-16 | Sync from gnulib. | Paul Eggert | |