summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-09-14*** empty log message ***Jim Meyering
2005-09-14(my_strftime): Parse the colons of %:::z *after* theJim Meyering
optional field width, not before, so we accept %9:z, not %:9z.
2005-09-14*** empty log message ***Jim Meyering
2005-09-14(tz-5w, tz-5wf): Test new %:z format with a field width.Jim Meyering
2005-09-14Fix typos noted by Eric Blake.Paul Eggert
2005-09-14Add tz-1 through tz-5.Paul Eggert
2005-09-14(my_strftime): Fix typo in octal number introduced in last change.Paul Eggert
2005-09-14du and pr also have +:z etc.Paul Eggert
2005-09-13Merge md5 from libc, and clean up some sha1 glitches.Paul Eggert
2005-09-13(SWAP): Renamed from NOTSWAP, to avoid a horrible misnaming.Paul Eggert
All uses changed. Remove the old SWAP. Remove obvious comment about BLOCKSIZE. (rol): New macro, moved here from md5.h. (sha1_process_block): Remove an incoherent FIXME comment.
2005-09-13(struct sha1_ctx): Mark buffer as being aligned.Paul Eggert
2005-09-13(CYCLIC): New macro. All uses of rol changed to use CYCLIC.Paul Eggert
Redo comment to minimize changes from libc.
2005-09-13(__GNUC_PREREQ, __THROW, __attribute__): New macros.Paul Eggert
(__md5_buffer): Renamed from md5_buffer. Add a macro undoing this if _LIBC is not defined. Add __THROW. (__md5_finish_ctx, __md5_init_ctx, __md5_process_block): (__md5_process_bytes, __md5_read_ctx, __md5_stream): Likewise. (struct md5_ctx): Mark buffer as being aligned. (rol): Remove; all uses changed to CYCLIC.
2005-09-13Fix wording in previous patch.Paul Eggert
2005-09-13(uname invocation): Mention that Linux outputs "unknown" for -i and -p.Paul Eggert
2005-09-13* src/dd.c: Detect some very unlikely buffer overflows.Paul Eggert
(INPUT_BLOCK_SLOP, OUTPUT_BLOCK_SLOP): New macros. (MAX_BLOCKSIZE): Now accepts an arg. All uses changed. (page_size): New var. (scanargs, skip, main): Use more-straightforward way to detect overflow. (dd_copy): Use page_size rather than invoking getpagesize. Use INPUT_BLOCK_SLOP, OUTPUT_BLOCK_SLOP. (main): Set page_size. Avoid a call to stat in the usual case where ftruncate succeeds.
2005-09-13(docolon): Add IF_LINT check to avoid GCC warning.Paul Eggert
2005-09-13* configure.ac: Don't invoke AC_CONFIGURE_HOST directly.Paul Eggert
2005-09-13Add date --rfc-3339.Paul Eggert
2005-09-13Add tests for --rfc-3339.Paul Eggert
2005-09-13(TIME_SPEC_DATE): No longer needs to be nonzero, soPaul Eggert
remove the "=1". (TIME_SOEC_HOURS, TIME_SPEC_MINUTES): Must be at end now, so put them there. (time_spec_string, time_spec): Hours and minutes must be at start now, so put them there. (rfc_2822_format): Now a string constant, not a boolean. All uses changed. (iso_8601_format, rfc_format): Remove. (RFC_3339_OPTION): New constant. (long_options): Add --rfc-3339. (usage): Add --rfc-3339. Don't mention --iso-8601. Mention %:z, %::z, %:::z. (main): Simplify calculation of 'format'; it was getting too hairy to follow. Add --rfc-3339. (show_date): Assume format arg is not NULL, which is the case now. The default code is moved to 'main'. This simplifies things and allows the default to be calculated just once.
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-13date has a new --rfc-3339 option, and the old --iso-8601Paul Eggert
option is deprecated. date and ls also have new time format specifiers %:z, %::z, %:::z.
2005-09-13tweak commentJim Meyering
2005-09-13*** empty log message ***Jim Meyering
2005-09-13Revert unintended change that removed definitionsJim Meyering
of X2REALLOC and X2NREALLOC.
2005-09-13mostly update copyrightsJim Meyering
2005-09-13*** empty log message ***Jim Meyering
2005-09-13escape a $ in a diagnosticJim Meyering
2005-09-13don't check for HAVE_UNISTD_HJim 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-13Use 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-13Use ARGMATCH_VERIFY, just in case.Jim Meyering
2005-09-11*** empty log message ***Jim Meyering
2005-09-11(usage): Remove leading spaces in 2-lineJim 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-10Add 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-10csplit could produce corrupt output, given input lines longer than 8KBJim 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