summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Make read-only array really read-only. Saves a few bytes in the .data segment.Bruno Haible2006-10-262-2/+2
* Avoid a gcc warning.Bruno Haible2006-10-261-1/+2
* One more modif.Bruno Haible2006-10-251-1/+1
* Remove incorrect comment.Bruno Haible2006-10-251-3/+0
* Only g++ supports variable-size arrays nowadays.Bruno Haible2006-10-251-2/+1
* Avoid compilation errors with some C++ compilers.Bruno Haible2006-10-251-1/+5
* Treat all non-GNU iconv implementations like Irix iconv.Bruno Haible2006-10-251-6/+15
* * lib/argz.c: Remove check for HAVE_CONFIG_H, to conformRalf Wildenhues2006-10-241-6/+4
* Fix compilation error on platforms without 'wint_t' type.Bruno Haible2006-10-241-0/+4
* * lib/getdate.y (yyerror): Make the arguments pointer-to-const,Paul Eggert2006-10-241-2/+3
* (fts_build): Move variable declaration, for C89 compliance.Bruno Haible2006-10-241-1/+2
* Pure ANSI C!Bruno Haible2006-10-241-3/+3
* * lib/getaddrinfo.c (includes): Add missing include.Eric Blake2006-10-231-0/+1
* Make it possible to rename obstack_free.Bruno Haible2006-10-232-5/+10
* Avoid clash with mingw's definition of __argc and __argv as macros.Bruno Haible2006-10-231-2/+2
* * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,Jim Meyering2006-10-233-5/+14
* * lib/canonicalize.c (ELOOP): Define if not already defined.Paul Eggert2006-10-221-0/+3
* b2006-10-21 Paul Eggert <eggert@cs.ucla.edu>Paul Eggert2006-10-211-1/+2
* * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.cPaul Eggert2006-10-211-2/+1
* Make getndelim2 compile on mingw.Bruno Haible2006-10-201-0/+5
* * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.Jim Meyering2006-10-201-0/+10
* Include the specification header.Bruno Haible2006-10-201-0/+3
* Make it usable by a C++ compiler.Bruno Haible2006-10-191-1/+33
* Avoid a gcc warning.Bruno Haible2006-10-191-3/+5
* * lib/xstrtol.h: Include gettext.h.Paul Eggert2006-10-191-3/+6
* * lib/strftime.c (advance): New macro.Paul Eggert2006-10-191-1/+7
* * lib/readutmp.c (desirable_utmp_entry): Use "bool" as theJim Meyering2006-10-181-3/+3
* (READ_UTMP_USER_PROCESS): New flagSergey Poznyakoff2006-10-181-1/+2
* (desirable_utmp_entry): Implement new flag: READ_UTMP_USER_PROCESS.Sergey Poznyakoff2006-10-181-4/+9
* No need any more to check for setlocale - all systems have it.Bruno Haible2006-10-181-2/+2
* * lib/sigprocmask.c (sigprocmask): Fix typo.Eric Blake2006-10-171-1/+1
* Introduce DEFAULT_TEXT_DOMAIN.Bruno Haible2006-10-171-4/+26
* Avoid a gcc warning.Bruno Haible2006-10-171-0/+3
* Use the system's sigset_t if present.Bruno Haible2006-10-171-0/+5
* * lib/xvasprintf.c (includes): Assume config.h.Eric Blake2006-10-172-7/+3
* Remove unnecessary part of previous change.Paul Eggert2006-10-161-1/+1
* * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t isPaul Eggert2006-10-161-2/+2
* New module 'sigprocmask'.Bruno Haible2006-10-163-19/+257
* Fix a bug in yesterday's change.Jim Meyering2006-10-141-1/+4
* Last patch broke _MSC_VER case.Bruno Haible2006-10-121-3/+9
* * lib/fts.c (fts_open): Use consistent indentation.Jim Meyering2006-10-121-1/+1
* Big performance improvement for fts-based tools that use FTS_NOSTAT.Jim Meyering2006-10-122-12/+120
* * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not alreadyPaul Eggert2006-10-121-0/+4
* * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.Paul Eggert2006-10-121-12/+14
* * lib/rename-dest-slash.c: Include stdbool.h but not string.h.Paul Eggert2006-10-121-32/+31
* Use HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.Bruno Haible2006-10-115-18/+27
* Make it possible to alias stpcpy and strdup.Bruno Haible2006-10-112-2/+6
* Make it possible to #define gcd to an alias.Bruno Haible2006-10-111-0/+2
* Make it possible to #define c_isascii etc. to aliases.Bruno Haible2006-10-112-19/+24
* Make it possible to #define set_program_name to an alias.Bruno Haible2006-10-111-2/+1