Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-04-05 | Add examples to cat, chown, chgrp, basename, dirname. Change ln examples | Paul Eggert | |
to match that format. | |||
2005-04-05 | (cat invocation, chown invocation) | Paul Eggert | |
(chgrp invocation, basename invocation, dirname invocation): Add examples, which are copies of the examples newly added to the usage messages. (ln invocation): Use same format as other examples above, for consistency. | |||
2005-04-05 | *** empty log message *** | Jim Meyering | |
2005-04-05 | (usage): Mention that some shells provide a built-in function by the same name. | Jim Meyering | |
2005-04-05 | (usage): Mention that some shells provide a | Jim Meyering | |
built-in function by the same name. | |||
2005-04-05 | . | Jim Meyering | |
2005-04-05 | *** empty log message *** | Jim Meyering | |
2005-04-05 | (SUBDIRS): Add tee. | Jim Meyering | |
2005-04-05 | (AC_CONFIG_FILES): Add tests/tee/Makefile. | Jim Meyering | |
2005-04-05 | . | Jim Meyering | |
2005-04-05 | (tee): When closing files, do not close stdout, | Jim Meyering | |
leave this job to close_stdout() instead. From Dmitry V. Levin. | |||
2005-04-05 | *** empty log message *** | Jim Meyering | |
2005-04-05 | Add Kinyarwanda (rw). | Jim Meyering | |
2005-04-05 | version: 5.3.0 | Jim Meyering | |
2005-04-04 | (usage): Move USAGE_BUILTIN_WARNING to end of --help output. | Jim Meyering | |
2005-04-04 | (USAGE_BUILTIN_WARNING): remove trailing newline | Jim Meyering | |
2005-04-04 | . | Jim Meyering | |
2005-04-04 | *** empty log message *** | Jim Meyering | |
2005-04-04 | Remove `DESCRIPTION' section, now that --help includes it. | Jim Meyering | |
2005-04-04 | *** empty log message *** | Jim Meyering | |
2005-04-04 | (usage): Mention that some shells provide a built-in | Jim Meyering | |
function by the same name. | |||
2005-04-04 | *** empty log message *** | Jim Meyering | |
2005-04-04 | (usage): Mention that some shells provide a built-in | Jim Meyering | |
function by the same name. | |||
2005-04-04 | (usage): Mention that some shells provide a built-in | Jim Meyering | |
function by the same name. | |||
2005-04-04 | (usage): Mention that some shells provide a built-in | Jim Meyering | |
function by the same name. | |||
2005-04-04 | (USAGE_BUILTIN_WARNING): New macro. | Jim Meyering | |
2005-04-04 | getdate patch for empty string near dst changes. | Paul Eggert | |
2005-04-04 | (parser_control): rels_seen is now a boolean, not a | Paul Eggert | |
count, since there's no maximum. All uses changed. Add member dsts_seen. (local_zone): Accumulate dsts_seen rather than relying on tm_isdst not being INT_MAX. (get_date): Initialize dsts_seen, and check that it doesn't go over 1. Use pc_rels_seen to decide whther a date is absolute. (number): Don't overwrite year. (get_date): Initialize pc.year.digits to 0, not 4, to enable above check. | |||
2005-04-03 | *** empty log message *** | Jim Meyering | |
2005-04-03 | (main): Fix off-by-one error. | Jim Meyering | |
pr -$(perl -e 'print "0"x63 . 1') would write one byte beyond the end of a malloc'd buffer. | |||
2005-04-01 | Correct indentation of the two just-split lines. | Jim Meyering | |
2005-04-01 | split two longer-than-80-column lines | Jim Meyering | |
2005-04-01 | *** empty log message *** | Jim Meyering | |
2005-04-01 | (main): Free column_count_string when done with it. | Jim Meyering | |
2005-04-01 | . | Jim Meyering | |
2005-04-01 | *** empty log message *** | Jim Meyering | |
2005-04-01 | Don't let pr treat +1:-1 like +1:18446744073709551615. | Jim Meyering | |
(neg-page): Add a test for this. | |||
2005-04-01 | *** empty log message *** | Jim Meyering | |
2005-04-01 | Don't let pr treat +1:-1 like +1:18446744073709551615. | Jim Meyering | |
(strtoumax): Remove declaration. (first_last_page): Use xstrtoumax in place of strtoumax, so we don't interpret a negative page number (e.g., in an option like --pages=1:-1) as valid. | |||
2005-03-30 | (gl_READUTMP): Restore the requirement for gl_FUNC_FREE. | Paul Eggert | |
2005-03-30 | * readutmp.m4 (gl_READUTMP): Restore requirement for gl_FUNC_FREE. | Paul Eggert | |
2005-03-30 | * readutmp.c (read_utmp) [!defined UTMP_NAME_FUNCTION]: Don't assume | Paul Eggert | |
utmp file is a regular file. | |||
2005-03-30 | (read_utmp) [!defied UTMP_NAME_FUNCTION]: Add support for options. | Paul Eggert | |
Don't assume the file is a regular file. | |||
2005-03-30 | who, pinky, uptime, and users now check for valid PIDs in supposed login | Paul Eggert | |
sessions. | |||
2005-03-30 | (who): New arg OPTIONS. All uses changed. | Paul Eggert | |
(main): Check PIDs when invoked with zero or two arguments. Omit duplicate code in 2-arg case. (UT_PID): Moved to ../lib/readutmp.h. | |||
2005-03-30 | (users): New arg OPTIONS. All uses changed. | Paul Eggert | |
(main): Check PIDs when invoked with zero arguments. | |||
2005-03-30 | (uptime): New arg OPTIONS. All uses changed. | Paul Eggert | |
(main): Check PIDs when invoked with zero arguments. | |||
2005-03-30 | (short_pinky): Adjust to read_utmp signature change. | Paul Eggert | |
2005-03-30 | * readutmp.m4 (gl_READUTMP): Require AC_C_INLINE. | Paul Eggert | |
Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible. Remove duplicate call to AC_LIBOBJ(readutmp). (gl_PREREQ_READUTMP): Remove. All uses removed. This module no longer relies on free (NULL) working. | |||
2005-03-30 | (gl_READUTMP): Require AC_C_INLINE. | Paul Eggert | |
Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible. Remove duplicate call to AC_LIBOBJ(readutmp). (gl_PREREQ_READUTMP): Remove. All uses removed. This module no longer relies on free (NULL) working. |