Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-09-13 | (my_strftime): Add support for %:z, %::z, %:::z. | Paul Eggert | |
Fix bug in formats like %2N. | |||
2005-09-13 | (Time conversion specifiers, Options for date): | Paul Eggert | |
Document date --rfc-3339 and new specifiers %:z, %::z, %:::z. Use "date and time" consistently; the old version sometimes said "time and date". Fix a minor bug in the documentation for --rfc-2822: it claimed day-of-month < 10 had leading space, not leading zero. Use a consistent format for terms like "RFC". | |||
2005-09-13 | date has a new --rfc-3339 option, and the old --iso-8601 | Paul Eggert | |
option is deprecated. date and ls also have new time format specifiers %:z, %::z, %:::z. | |||
2005-09-13 | tweak comment | Jim Meyering | |
2005-09-13 | *** empty log message *** | Jim Meyering | |
2005-09-13 | Revert unintended change that removed definitions | Jim Meyering | |
of X2REALLOC and X2NREALLOC. | |||
2005-09-13 | mostly update copyrights | Jim Meyering | |
2005-09-13 | *** empty log message *** | Jim Meyering | |
2005-09-13 | escape a $ in a diagnostic | Jim Meyering | |
2005-09-13 | don't check for HAVE_UNISTD_H | Jim Meyering | |
2005-09-13 | *** empty log message *** | Jim Meyering | |
2005-09-13 | (GZIP_ENV): Add --rsyncable option. | Jim Meyering | |
2005-09-13 | *** empty log message *** | Jim Meyering | |
2005-09-13 | Use AB_INIT (from autobuild). | Jim Meyering | |
2005-09-13 | *** empty log message *** | Jim Meyering | |
2005-09-13 | . | Jim Meyering | |
2005-09-13 | *** empty log message *** | Jim Meyering | |
2005-09-13 | Use ARGMATCH_VERIFY, just in case. | Jim Meyering | |
2005-09-11 | *** empty log message *** | Jim Meyering | |
2005-09-11 | (usage): Remove leading spaces in 2-line | Jim Meyering | |
description, so that help2man doesn't mangle it. | |||
2005-09-11 | *** empty log message *** | Jim Meyering | |
2005-09-10 | . | Jim Meyering | |
2005-09-10 | . | Jim Meyering | |
2005-09-10 | . | Jim Meyering | |
2005-09-10 | Add test for the bug fixed today. | Jim Meyering | |
2005-09-10 | *** empty log message *** | Jim Meyering | |
2005-09-10 | *** empty log message *** | Jim Meyering | |
2005-09-10 | csplit could produce corrupt output, given input lines longer than 8KB | Jim Meyering | |
(load_buffer): Don't read from free'd memory when handling lines longer than the initial buffer length. (save_to_hold_area): Don't leak the previous hold_area buffer. Reported by Tristan Miller and Luke Kendall. * NEWS: Mention this. (load_buffer): Avoid integer overflow in buffer size calculations for very long lines. | |||
2005-09-10 | *** empty log message *** | Jim Meyering | |
2005-09-10 | Insert missing paren. | Paul Eggert | |
2005-09-09 | Regenerate. | Paul Eggert | |
2005-09-09 | Fix typo in previous patch: @command{POSIX} -> @acronym{POSIX}. | Paul Eggert | |
2005-09-09 | (tac_seekable): Store match length in regoff_t, not int. Assume that | Paul Eggert | |
negative return values less than -2 represent regoff_t overflow. | |||
2005-09-09 | (SKIP_SOMETHING, find_occurs_in_text): | Paul Eggert | |
Store match length in regoff_t, not int. Assume that negative return values less than -2 represent regoff_t overflow. (matcher_error): New function. (SKIP_SOMETHING, find_occurs_in_text): Use it to report matcher errors. (alloc_and_compile_regex): No longer any need to worry about int versus size_t mismatch. | |||
2005-09-09 | (proc_text): Store match length in regoff_t, | Paul Eggert | |
not int. Assume that negative return values less than -2 represent regoff_t overflow. (build_type_arg): Check for size_t overflow. | |||
2005-09-09 | * src/expr.c (docolon): 64-bit regex fixes. | Paul Eggert | |
2005-09-09 | (process_regexp): Store match length in regoff_t, | Paul Eggert | |
not int. Assume that negative return values less than -2 represent regoff_t overflow. | |||
2005-09-09 | Import latest regex module from gnulib, to fix some 64-bit bugs. | Paul Eggert | |
2005-09-09 | More nice fixes. | Paul Eggert | |
2005-09-09 | (nice invocation): Document "niceness" versus | Paul Eggert | |
"nice value" versus "scheduling priority". | |||
2005-09-09 | (main): Hoist errno=0 outside the ifdef. | Paul Eggert | |
2005-09-09 | (utils_cv_func_setpriority): Simplify the tests. | Paul Eggert | |
Define HAVE_NICE rather than NICE_PRIORITY (since a niceness is not a priority); all uses changed. | |||
2005-09-09 | Document "niceness" vs "nice value". | Paul Eggert | |
2005-09-09 | *** empty log message *** | Jim Meyering | |
2005-09-09 | (neg-secs2, fill-1, fill-2): Add new tests. | Jim Meyering | |
2005-09-08 | Use the phrase "niceness" instead of "nice value" to describe | Paul Eggert | |
the biased nice value that can go negative. This corrects a discrepancy with POSIX, which states that nice values are nonnegative. | |||
2005-09-07 | *** empty log message *** | Jim Meyering | |
2005-09-07 | (time_args): Use NULL in place of 0. | Jim Meyering | |
2005-09-06 | * verify.h: Use a bit-field instead. | Paul Eggert | |
2005-09-06 | (__builtin_constant_p): Remove, undoing previous change. | Paul Eggert | |
(verify_type__): Solve the problem by using a bit-field rather than an array. |