summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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 aJim 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-05Add Kinyarwanda (rw).Jim Meyering
2005-04-05version: 5.3.0Jim Meyering
2005-04-04(usage): Move USAGE_BUILTIN_WARNING to end of --help output.Jim Meyering
2005-04-04(USAGE_BUILTIN_WARNING): remove trailing newlineJim Meyering
2005-04-04.Jim Meyering
2005-04-04*** empty log message ***Jim Meyering
2005-04-04Remove `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-inJim 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-inJim Meyering
function by the same name.
2005-04-04(usage): Mention that some shells provide a built-inJim Meyering
function by the same name.
2005-04-04(usage): Mention that some shells provide a built-inJim Meyering
function by the same name.
2005-04-04(USAGE_BUILTIN_WARNING): New macro.Jim Meyering
2005-04-04getdate patch for empty string near dst changes.Paul Eggert
2005-04-04(parser_control): rels_seen is now a boolean, not aPaul 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-01Correct indentation of the two just-split lines.Jim Meyering
2005-04-01split two longer-than-80-column linesJim 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-01Don'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-01Don'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 assumePaul 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-30who, pinky, uptime, and users now check for valid PIDs in supposed loginPaul 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.
2005-03-30readutmp changes to allow checking for live pidsPaul Eggert
2005-03-30(read_utmp): New arg OPTIONS. All uses changed.Paul Eggert
(UT_PID): Moved here from ../src/who.c. (READ_UTMP_CHECK_PIDS): New constant.
2005-03-30(read_utmp): New arg OPTIONS. All uses changed.Paul Eggert
Include signal.h, stdbool.h. (desirable_utmp_entry): New function. (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation using x2nrealloc, to simplify logic. (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in size calculation.