summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* (strtol): Do not declare if HAVE_DECL_STRTOL.Paul Eggert2001-09-281-4/+4
* Include iconv.h before testing for EILSEQ.Paul Eggert2001-09-251-18/+5
* (EILSEQ): Include <time.h> and <wchar.h> if <errno.h> does not definePaul Eggert2001-09-251-1/+18
* Don't assume we're using the included libintl.Paul Eggert2001-09-231-1/+15
* (<libintl.h>): Do not include; no longer needed.Paul Eggert2001-09-231-7/+0
* (unicode_to_mb): Return int, not void. New arg for failure callback.Paul Eggert2001-09-211-6/+37
* (EILSEQ, ENOTSUP): New macros, if not defined by errno.h.Paul Eggert2001-09-211-36/+60
* Rewrite from scratch, as print-copyr.h.Paul Eggert2001-09-211-1/+1
* Rewrite from scratch, as print-copyr.c.Paul Eggert2001-09-211-55/+22
* From Jim Meyering.Paul Eggert2001-09-201-3/+3
* Include stddef.h, for size_t.Paul Eggert2001-09-151-0/+12
* Initial revisionPaul Eggert2001-09-142-0/+82
* (HAVE_LONG_LONG): Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.Paul Eggert2001-09-061-5/+7
* Fix typo in local var; from Jim Meyering.Paul Eggert2001-09-031-1/+1
* (xgetcwd): Reorganize to avoid some duplication.Paul Eggert2001-08-311-25/+12
* (strtoimax): New decl.Paul Eggert2001-08-311-0/+4
* Initial revisionPaul Eggert2001-08-291-0/+2
* Fix copyright notice.Paul Eggert2001-08-291-31/+25
* ("pathmax.h"): Do not include; no longer needed.Paul Eggert2001-08-291-14/+17
* (xstrtoimax): New decl.Paul Eggert2001-08-281-0/+1
* Comment fix.Paul Eggert2001-08-281-1/+3
* Update comment.Paul Eggert2001-08-281-3/+4
* Add copyright notice.Paul Eggert2001-08-271-1/+18
* Include <string.h>; required for C99 since we use strlen.Paul Eggert2001-08-271-1/+5
* Initial revisionPaul Eggert2001-08-261-0/+104
* Initial revisionPaul Eggert2001-08-231-0/+89
* glibc version.Paul Eggert2001-08-211-0/+368
* (alloca): Arg is of type size_t, not unsigned.Paul Eggert2001-07-081-1/+1
* (get_date): Initialize tm_isdst to -1 before invoking mktime the last time.Paul Eggert2001-04-081-1/+3
* Initial revisionPaul Eggert2001-04-032-0/+250
* (malloc): Undef before defining.Paul Eggert2001-02-161-0/+1
* Quote error message.Paul Eggert2001-01-261-2/+2
* (savedir): Remove size arg.Paul Eggert2001-01-131-2/+1
* Initial revisionPaul Eggert2001-01-131-0/+9
* Include full-write.h, not safe-read.h.Paul Eggert2001-01-131-7/+8
* (savedir): Remove size arg; it wasn't portable. All callers changed.Paul Eggert2001-01-131-13/+3
* Initial revisionPaul Eggert2000-12-181-0/+284
* fileutils 4.0.35Paul Eggert2000-11-031-12/+12
* Do not comment out all the code if we are using the GNU C library,Paul Eggert2000-11-031-15/+1
* GNU fileutils 4.0.35Paul Eggert2000-10-311-0/+445
* (FOLD): Do not assume that characters are unsigned.Paul Eggert2000-10-311-1/+3
* (prepend_default_options): Don't use NULL, for portability.Paul Eggert2000-10-241-2/+2
* Initial revisionPaul Eggert2000-10-242-0/+94
* (full_write): Some buggy drivers return 0 when youPaul Eggert2000-10-241-8/+7
* (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,Paul Eggert2000-10-241-7/+12
* (<limits.h>): Include if HAVE_LIMITS_H.Paul Eggert2000-10-171-0/+7
* (<limits.h>): Do not include; human.h does it if needed.Paul Eggert2000-10-171-7/+0
* Initial revisionPaul Eggert2000-09-091-0/+237
* Memory exhausted -> memory exhaustedPaul Eggert2000-08-071-1/+1
* (xalloc_msg_memory_exhausted): change to array from char *.Paul Eggert2000-08-071-3/+3