summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
1997-12-21.Jim Meyering
1997-12-21remove FIXME-describe commentsJim Meyering
1997-12-21add FIXME-describe commentsJim Meyering
1997-12-21(libfu_a_SOURCES): Add exclude.c.Jim Meyering
(noinst_HEADERS): Add exclude.h.
1997-12-21.Jim Meyering
1997-12-21Use PARAMS, not __P.Jim Meyering
1997-12-21(rpl_chown): Rename from chown.Jim Meyering
Undefine chown just after including config.h. Include sys/stat.h. Use correct ordering of uid and gid parameters both in function definition and in call to chown. With patches from Kaveh Ghazi.
1997-12-14s/HAVE_DECLARATION_/HAVE_DECL_/.Jim Meyering
1997-12-14cast memcpy to char*Jim Meyering
1997-12-13.Jim Meyering
1997-12-06.Jim Meyering
1997-12-06(re_compile_fastmap): Remove dcl of unused num_regs.Jim Meyering
1997-11-30(savedir): Revert last change. malloc alwaysJim Meyering
works when called with zero, because we use the wrapper if the system version is lacking.
1997-11-30filter through cppiJim Meyering
1997-11-30remove trailing blankJim Meyering
1997-11-30(human_readable): Convert to ANSI-style definition.Jim Meyering
[lint]: Define `power'.
1997-11-30filter through cppiJim Meyering
1997-11-30.Jim Meyering
1997-11-30(savedir): Check for size zero before invokingJim Meyering
malloc; this can occur if st_size arg overflows on conversion to unsigned int. All callers now cast st_size arg to unsigned int.
1997-11-30(getuidbyname, getgidbyname): Names can nowJim Meyering
be NULL in cache. This change merely fixes ifdeffed-out code.
1997-11-30New file. The interface is inspiredJim Meyering
by the human_readable function that was in du.c, but it's pretty much rewritten from scratch.
1997-11-30(struct fs_usage): New member fsu_blocksize.Jim Meyering
Other members are now uintmax_t, not long.
1997-11-30Do all calculations using uintmax_t.Jim Meyering
Include <inttypes.h> if available. (adjust_blocks, CONVERT_BLOCKS): Remove. (get_fs_usage): Set new member fsu_blocksize, and do not convert numbers to 512-byte block units; this avoids overflow here. Cast lseek arg to off_t, not long.
1997-11-30(st_blocks): long -> off_t.Jim Meyering
Avoid arithmetic overflow when size is near max. Depend on _POSIX_SOURCE and BSIZE, not _POSIX_VERSION, for compatibility with system.h. (BSIZE): Remove definition, since if BSIZE is not defined we're never invoked.
1997-11-30(libfu_a_SOURCES): Add new file human.c.Jim Meyering
(noinst_HEADERS): Add new file human.h.
1997-11-19add PARAMS around prototype listsJim Meyering
1997-11-19.Jim Meyering
1997-11-19revert a mempcpy to memcpyJim Meyering
1997-11-19(AUTOMAKE_OPTIONS): Use ansi2knr so *I* don'tJim Meyering
have to convert my hash package to use k&r C.
1997-11-18(_REENTRANT): #define, as some hosts need this to declare localtime_r properly.Jim Meyering
From Paul Eggert.
1997-11-15remove fixup_null_alloc prototypeJim Meyering
1997-11-13update from GNU libcJim Meyering
1997-11-13update from GNU libcJim Meyering
1997-11-13partial update from FSF -- use int, not size_t; 0, not NULLJim Meyering
1997-11-13.Jim Meyering
1997-11-13Update from FSF.Jim Meyering
1997-11-13Update from FSF.Jim Meyering
1997-11-12(path_concat): Use mempcpy, not stpcpy.Jim Meyering
1997-11-12return memcpy result directlyJim Meyering
1997-11-09add -*-Makefile-*- to first lineJim Meyering
1997-11-03make sure autoconf tests have been runJim Meyering
1997-11-03(xalloc_fail): Renamed from fixup_null_alloc.Jim Meyering
(xcalloc): #ifdef-out unused function. (xrealloc): Remove code to work around deficient versions of realloc. Now we have an autoconf-enabled replacement version. (xmalloc): Remove code to work around deficient versions of malloc. Now we have an autoconf-enabled replacement version.
1997-11-03*** empty log message ***Jim Meyering
1997-11-03*** empty log message ***Jim Meyering
1997-10-27add commentJim Meyering
1997-10-27Convert to upper case before comparing.Jim Meyering
This makes join -i work with sort -f.
1997-10-26(xalloc_fail_func): Initialize to 0, not NULL.Jim Meyering
1997-10-26.Jim Meyering
1997-10-26(EXTRA_DIST): Add malloc.c.Jim Meyering
1997-10-26.Jim Meyering