summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
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
1999-10-31update a comment from alpha.gnu.org:/home/gd/gnu/lib/getdate.yJim Meyering
1999-10-31.Jim Meyering
1999-10-23.Jim Meyering
1999-10-11update from GNU lib CJim Meyering
1999-10-11*** empty log message ***Jim Meyering
1999-10-11*** empty log message ***Jim Meyering
1999-10-04(__attribute__): Define to empty if GCC claims toJim Meyering
be before 2.8; this is needed for OPENStep 4.2 cc. Also, define to empty if strict ANSI.
1999-10-04(__attribute__): Define to empty if GCC claims toJim Meyering
be before 2.8; this is needed for OPENStep 4.2 cc. Also, define to empty if strict ANSI.
1999-09-28(__attribute__): Protect against redefinition.Jim Meyering
1999-09-28(error_at_line): Use strerror portably here, too,Jim Meyering
just as was done in error.
1999-09-26(xalloc_die): Rename from xalloc_fail and update callers.Jim Meyering
Use explicit exit to help avoid warnings.
1999-09-26small correction from AkimJim Meyering
1999-09-26(DIRECTORY_SEPARATOR): Define.Jim Meyering
(ISSLASH): Define. (path_concat): Allow parameter DIR to be NULL. (xpath_concat): New function. From Akim Demaille.
1999-09-26(__attribute__): Define.Jim Meyering
(ATTRIBUTE_NORETURN): Define. (xalloc_fail_func): Add noreturn attribute. (xalloc_die): Declare. (NEW): Define as yet unused macro. (XFREE): Likewise (CCLONE): Likewise. (CLONE): Likewise. From Akim Demaille.
1999-09-26(base_name): Add prototype. From Akim Demaille.Jim Meyering
1999-09-19*** empty log message ***Jim Meyering
1999-09-19[STAT_MACROS_BROKEN] (S_ISLNK): Undefine.Jim Meyering
(S_ISLNK): Define if necessary. This is necessary on a NEC SX-4 with SUPER-UX 9.1.
1999-09-19Remove useless parens in #if directiveJim Meyering
1999-09-05(ENOSYS): Don't use ENOMSG; it's not in NeXTStep3.3.Jim Meyering
Use EINVAL instead.
1999-09-04tweak commentJim Meyering
1999-09-02(xalloc_fail_func): Use `PARAMS'.Jim Meyering
(xstrdup): Add protoype.
1999-09-01(version_etc_copyright): Declare it.Jim Meyering
1999-09-01(version_etc_copyright): Default copyright string.Jim Meyering
(version_etc): Use it.