summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2002-01-16.Jim Meyering
2002-01-16*** empty log message ***Jim Meyering
2002-01-16(ISDIGIT): Comment fix.Jim Meyering
add 2002 to Copyright line
2002-01-16add 2002 to Copyright lineJim Meyering
2002-01-16add 2002 to Copyright lineJim Meyering
2002-01-16add 2002 to Copyright lineJim Meyering
2002-01-16(ISDIGIT): Comment fix.Jim Meyering
2002-01-16(ISDIGIT): Comment fix.Jim Meyering
2002-01-16*** empty log message ***Jim Meyering
2002-01-16(ISDIGIT): Comment fix.Jim Meyering
Add three semicolons, each just before a closing brace. Bison (as of version 1.31) no longer papers over that mistake.
2002-01-16.Jim Meyering
2002-01-13.Jim Meyering
2002-01-12.Jim Meyering
2002-01-05*** empty log message ***Jim Meyering
2002-01-05(version_etc_copyright): Update copyright year.Jim Meyering
2001-12-20*** empty log message ***Jim Meyering
2001-12-20(close_stdout_status): If ferror (stdout), doJim Meyering
not silently exit merely because the output buffer happens to have nothing pending.
2001-12-19*** empty log message ***Jim Meyering
2001-12-19(suffixes): Prefer K to k for 1024.Jim Meyering
(generate_suffix_backwards): New function. (human_readable_inexact): Use it.
2001-12-19(__xstrtol): If there is no number but thereJim Meyering
is a valid suffix, assume 1. "MB" now means decimal, "MiB" binary. Accept 'K' as well as 'k'.
2001-12-15*** empty log message ***Jim Meyering
2001-12-15(STREQ): Define.Jim Meyering
2001-12-15(__restrict_arr): Update from libc.Jim Meyering
2001-12-15*** empty log message ***Jim Meyering
2001-12-15(ME_REMOTE): Recognize file systems of type smbfsJim Meyering
as `remote' if the name starts with `//'.
2001-12-10.Jim Meyering
2001-12-10Remove explicit declarations of xmalloc and xrealloc,Jim Meyering
Instead, include "xalloc.h". (initbuffer): Don't cast xmalloc return value to char*. (readline): Reword comment. Don't cast xrealloc return value to char* Return NULL, not 0.
2001-12-09*** empty log message ***Jim Meyering
2001-12-09*** empty log message ***Jim Meyering
2001-12-09(posix_time_parse): Add cast to avoid warning aboutJim Meyering
`signed and unsigned type in conditional expression'.
2001-12-09(mode_compile): Add cast to avoid warning aboutJim Meyering
`signed and unsigned type in conditional expression'.
2001-12-09(xreadlink): Add cast to avoid a warning.Jim Meyering
2001-12-09(readtoken): Declare an index to be of type unsignedJim Meyering
to avoid a pedantic warning.
2001-12-09Don't include assert.h.Jim Meyering
(getstr): Remove warning-evoking assertions. Return -1 if offset parameter is out of bounds. Change the type of a local from int to size_t.
2001-12-09(my_strftime_localtime_r): Include this functionJim Meyering
definition in the `#if ! HAVE_TM_GMTOFF' block.
2001-12-09*** empty log message ***Jim Meyering
2001-12-09Remove declarations of xmalloc and xrealloc.Jim Meyering
Include xalloc.h instead.
2001-12-08tweak to align with libcJim Meyering
2001-12-02*** empty log message ***Jim Meyering
2001-12-02Don't declare getenv, thus reverting the change of 2001-11-18.Jim Meyering
It's no longer necessary, now that stdlib.h is always included.
2001-12-02*** empty log message ***Jim Meyering
2001-12-02[!__BOUNDED_POINTERS__]: Define away __bounded, __unbounded, and __ptrvalue.Jim Meyering
2001-11-30*** empty log message ***Jim Meyering
2001-11-30Include xalloc.h, so that xstrdup is declared before being defined.Jim Meyering
2001-11-28.Jim Meyering
2001-11-28*** empty log message ***Jim Meyering
2001-11-28(quotearg_n, quotearg_n_style):Jim Meyering
First arg is int, not unsigned.
2001-11-28(quotearg_n, quotearg_n_style): Likewise.Jim Meyering
(SIZE_MAX, UINT_MAX): New macros. (quotearg_n_options): Abort if N is negative. Avoid overflow check on hosts where size_t is 64 bits and int is 32 bits, as overflow is impossible there. Fix off-by-one typo that caused unnecessary reallocation.
2001-11-27Merge with version from libc.Jim Meyering
2001-11-27*** empty log message ***Jim Meyering