summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
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
2001-11-27Include stdlib.h unconditionally. On some old systems for whichJim Meyering
STDC_HEADERS is 0, it was not included, resulting in a warning about an integer-to-pointer conversion problem with getenv.
2001-11-27Merge with version from libc.Jim Meyering
2001-11-27(libfetish_a_SOURCES): Remove gtod.h.Jim Meyering
2001-11-26*** empty log message ***Jim Meyering
2001-11-26Don't include gtod.h.Jim Meyering
(GTOD_init): Remove function. (rpl_gettimeofday): Do its job here instead, rather than aborting.
2001-11-26.Jim Meyering
2001-11-23*** empty log message ***Jim Meyering
2001-11-23(struct hash_table): Don't define here. Merely declare it.Jim Meyering
2001-11-23(struct hash_table): Define it here instead.Jim Meyering
2001-11-22.Jim Meyering
2001-11-22Bracket contents of file with #ifndef HASH_H_ ... #endif.Jim Meyering
2001-11-19remove a harmless newlineJim Meyering
2001-11-19(Makefile): Depend on $(BUILT_SOURCES), so thoseJim Meyering
files will be created before anything else.
2001-11-19*** empty log message ***Jim Meyering
2001-11-19(mode_adjust): Fix error introduced on 1999-04-26Jim Meyering
that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable rather than group writable. Patch by Juan F. Codagnone.
2001-11-19*** empty log message ***Jim Meyering
2001-11-19(TMP_MAX): Remove; no longer needed.Jim Meyering
(TEMPORARIES): New macro. (__gen_tempname): Use TEMPORARIES rather than TMP_MAX. This removes an artificial limitation (e.g. HP-UX 10.20, where TMP_MAX is 17576).
2001-11-18.Jim Meyering
2001-11-18*** empty log message ***Jim Meyering
2001-11-18*** empty log message ***Jim Meyering
2001-11-18[!HAVE_DECL_GETENV]: Declare getenv to avoid warning on SunOS4.Jim Meyering
2001-11-17.Jim Meyering
2001-11-17*** empty log message ***Jim Meyering
2001-11-17Remove explicit declarations of xmalloc and xrealloc,Jim Meyering
Instead, include "xalloc.h".
2001-11-17Include unlocked-io.h after all system headers.Jim Meyering
Remove explicit declarations of xmalloc, xrealloc, and xstrdup. Instead, include "xalloc.h".
2001-11-17*** empty log message ***Jim Meyering
2001-11-17*** empty log message ***Jim Meyering
2001-11-17Include unlocked-io.h.Jim Meyering
2001-11-17.Jim Meyering
2001-11-17*** empty log message ***Jim Meyering