summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2000-01-12(mode_compile): Use uintmax_t, not unsignedJim Meyering
long, to parse numeric modes. Check for any unknown bits, not just unknown bits left of the leftmost known bit.
2000-01-12Update copyright notice.Jim Meyering
2000-01-12Sync to the slightly more general version of GNU tar.Jim Meyering
2000-01-11(memcpy): Protoize.Jim Meyering
2000-01-11s/fu/fetish/Jim Meyering
2000-01-11(hash_initialize): Fix typo in comment.Jim Meyering
2000-01-10.Jim Meyering
2000-01-10(noinst_HEADERS): Add nanosleep.h.Jim Meyering
2000-01-08remove stray define before _LIBCJim Meyering
2000-01-08(error): Use __strerror_r's return value only if HAVE_WORKING_STRERROR_R.Jim Meyering
(error_at_line): Likewise.
2000-01-07Sync with the GNU C library.Jim Meyering
2000-01-07tweak commentJim Meyering
2000-01-07add copyright/no-warranty commentJim Meyering
2000-01-07*** empty log message ***Jim Meyering
2000-01-07tweak copyright lineJim Meyering
2000-01-07(strpbrk): Ansideclify.Jim Meyering
Use `#if' instead of `#ifdef' for `HAVE_CONFIG_H'.
2000-01-07Use `#if' instead of `#ifdef' for `HAVE_CONFIG_H'.Jim Meyering
Capitalize all macro parameters. (memcasecmp): Ansideclify. Don't cast away `const'ness of parameters. Suggestions from François Pinard.
2000-01-06Sync with the GNU C Library.Jim Meyering
2000-01-06Add #pragma STDC FENV_ACCESS ON if C99.Jim Meyering
2000-01-06Sync tm_diff with the GNU C Library.Jim Meyering
(TM_YEAR_BASE): Renamed from TM_YEAR_ORIGIN. All uses changed. (tm_diff): Renamed from difftm. All uses changed. Replace body with that taken from GNU C Library 2.1.3pre1. (get_date): Prefer tm_gmtoff to tm_diff if available.
2000-01-05whoops. fix typosJim Meyering
2000-01-05Include nanosleep.h.Jim Meyering
Don't include time.h or sys/time.h here.
2000-01-05*** empty log message ***Jim Meyering
2000-01-04(savedir): Don't store past the end of an array ifJim Meyering
name_size is zero and the directory is empty.
2000-01-02.Jim Meyering
2000-01-02(my_strftime): Some old compilers object toJim Meyering
'\a', so don't bother optimizing for it.
1999-12-27*** empty log message ***Jim Meyering
1999-12-26*** empty log message ***Jim Meyering
1999-12-26*** empty log message ***Jim Meyering
1999-12-26*** empty log message ***Jim Meyering
1999-12-25*** empty log message ***Jim Meyering
1999-12-22rewrite expression (equivalently) at request of Paul EggertJim Meyering
1999-12-22(get_date): Fix typo in time_t overflow test.Jim Meyering
From Michael Stone.
1999-12-19(lstat.c): Adapt rule to handle new parts of xstat.in.Jim Meyering
(lstat.c): Likewise.
1999-12-19(slash_aware_lstat): New function.Jim Meyering
(rpl_@xstat@): Use it.
1999-12-19.Jim Meyering
1999-12-13(make_path): Consistently use error to outputJim Meyering
the verbose, `created directory ...' messages. Reported by Bernhard Rosenkraenzer.
1999-12-10.Jim Meyering
1999-11-26.Jim Meyering
1999-11-22(DISTCLEANFILES): Add lstat.c and stat.c.Jim Meyering
1999-11-19(strstr): Include config.h.Jim Meyering
Add a `;' between shloop label and `}'.
1999-11-13.Jim Meyering
1999-11-11.Jim Meyering
1999-11-11(make_path): Fix long-latent bug (note othersJim Meyering
just like it were fixed in 1998-01-02). A user (FIXME, who?) reported that using `install -d -g foo 1/2` only sets the group on the intermediate directory, not the final component. From Michael Stone.
1999-11-09(XMALLOC): Correct misnamed macro parameter name: s/N_bytes/N_items/.Jim Meyering
(XCALLOC): Likewise. (XREALLOC): Likewise.
1999-11-07(default_block_size): New function.Jim Meyering
(humblock): Use it if no block size is specified. (human_block_size): If the specified block size is zero, report an error if report_errors is nonzero; otherwise use the default.
1999-11-05Use HAVE_STRUCT_STAT_ST_BLOCKS, not deprecated HAVE_ST_BLOCKS.Jim Meyering
1999-11-04(memcoll): The two arguments cannot beJim Meyering
adjacent any more, so remove the alloca/copy workaround for that case.
1999-11-04(readline): Do not leave room for an extraJim Meyering
byte after the newline; it's no longer needed.
1999-11-01(MAINTAINERCLEANFILES): Set to $(BUILT_SOURCES).Jim Meyering