*** empty log message ***
[gnulib.git] / lib /
2004-11-11 Paul Eggert(_getopt_initialize, _getopt_internal_r, _getopt_intern...
2004-11-11 Paul Eggert(__getopt_argv_const): New macro, to be used so that
2004-11-11 Paul Eggert* getopt_.h: rename getopt to __GETOPT_PREFIX##getopt...
2004-11-11 Paul Eggert[defined __GETOPT_PREFIX && !defined __need_getopt]:
2004-11-11 Jim Meyering*** empty log message ***
2004-11-11 Jim MeyeringRemove trailing blanks.
2004-11-11 Jim MeyeringRemove trailing blanks.
2004-11-11 Jim MeyeringRemove trailing blank.
2004-11-11 Paul EggertFix >> problems in getdate.y, strftime.c, quotearg.c.
2004-11-11 Paul Eggert(struct quoting_options): Use unsigned int for quote_th...
2004-11-11 Paul Eggert(SHR): New macro, which is a portable
2004-11-11 Paul Eggert* mktime.c (SHR): New macro.
2004-11-11 Paul Eggert(SHR): New macro, which is a portable
2004-11-10 Simon JosefssonAdd getaddrinfo.
2004-11-10 Jim Meyering*** empty log message ***
2004-11-10 Jim MeyeringEnsure that no close failure goes unreported.
2004-11-09 Paul Eggert* strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
2004-11-09 Paul Eggert(DO_MULTIBYTE): Check for wchar.h, too.
2004-11-08 Bruno HaibleUse British English, not German English.
2004-11-05 Bruno HaibleMake sure size_t is defined.
2004-11-04 Bruno HaibleUpgrade allocsa module from GNU gettext.
2004-11-03 Paul EggertRemove trailing white space.
2004-11-03 Paul Eggert* xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
2004-11-03 Paul Eggertxreadlink.c (xreadlink): AIX and HP-UX readlink return -1
2004-11-02 Paul Eggertxreadlink problems with SSIZE_MAX.
2004-11-02 Paul Eggert(MAXSIZE): New macro.
2004-11-02 Paul Eggert* getdate.y [!TEST]: Include <stdio.h>, since we use...
2004-11-02 Bruno HaibleProvide a return value for unsetenv() if the system...
2004-11-01 Simon Josefsson(fflush_unlocked, flockfile, funlockfile)
2004-10-29 Paul Eggertgetdate support for TZ="foo", and documentation.
2004-10-29 Paul EggertAdd support for TZ="foo" within a date string.
2004-10-27 Paul Eggert* mktime.c (not_equal_tm): Remove redundant check.
2004-10-27 Paul Eggert(not_equal_tm): Remove redundant check.
2004-10-25 Paul Eggert* getdate.y: Use Bison 1.875 features, and some minor...
2004-10-25 Paul EggertUse Bison 1.875 features, and some minor
2004-10-22 Paul Eggertgetpagesize module shouldn't assume sys/param.h exists.
2004-10-22 Paul Eggert* mktime.c (leapyear): Arg is long int, not int.
2004-10-22 Paul Eggert(leapyear): Arg is long int, not int.
2004-10-18 Paul EggertUpdate from glibc.
2004-10-18 Paul EggertFix "*/" typo.
2004-10-12 Simon Josefsson* getpass.c (fflush_unlocked, flockfile, funlockfile)
2004-10-11 Bruno HaibleNew module 'vsnprintf'.
2004-10-11 Bruno HaibleGNU coding style: put a space before opening parenthesis.
2004-10-07 Bruno HaibleAvoid a memory allocation when possible.
2004-10-07 Bruno HaibleAdd a GPL copyright notice.
2004-10-06 Paul Eggert* diacrit.c, diacrit.h: Add GPL notice.
2004-10-06 Paul EggertAdd GPL notice.
2004-10-06 Paul Eggert* atanl.c, logl.c: Add GPL notice, and make the code...
2004-10-06 Paul EggertAdd GPL notice, to match glibc's added LGPL notice.
2004-10-06 Paul EggertAdd GPL notice, to match glibc's added LGPL notice.
2004-10-05 Bruno HaibleDon't redeclare strsep if the system already has it.
2004-10-05 Paul EggertFix typo in previous log.
2004-10-05 Paul Eggertxclone->userspec
2004-10-05 Paul EggertRename xclone to xmemdup. Remove obsolete xalloc macros.
2004-10-04 Paul Eggert* regex.c (re_comp): Cast gettext return value to char *,
2004-10-04 Simon Josefssonerror.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO'...
2004-10-04 Paul EggertRemove dependencies on unlocked-io.
2004-10-04 Simon JosefssonSync with glibc.
2004-10-04 Karl Berryno vasnprintf.h, either; argz_.h from libtool
2004-10-04 Bruno HaibleNew module 'memmem', from Simon Josefsson.
2004-10-04 Paul EggertSync from coreutils.
2004-10-04 Paul EggertAdd getopt.h
2004-10-04 Paul EggertAdd getopt_.h, getopt_int.h.
2004-10-04 Paul Eggert(check_extension, numbered_backup):
2004-10-04 Paul Eggert(enum backuptype): Rename none -> no_backups,
2004-10-04 Paul Eggert(mode_compile): Don't decrement a pointer that
2004-10-04 Paul EggertFix years in copyright notices.
2004-10-02 Jim Meyering*** empty log message ***
2004-10-02 Jim MeyeringAdd copyright notice.
2004-10-01 Bruno HaibleAdd comment about preallocated buffer. Suggested by...
2004-10-01 Paul Eggert* snprintf.c: Remove comments as to why each header...
2004-10-01 Paul EggertRemove comments as to why each header is needed.
2004-10-01 Bruno HaibleNew module 'strsep'.
2004-10-01 Bruno HaibleAnother fix to snprintf().
2004-10-01 Bruno HaibleFixes, mostly from Simon Josefsson.
2004-10-01 Bruno HaibleEnsure memcpy is declared.
2004-09-30 Paul EggertNew snprintf module from Simon Josefsson.
2004-09-30 Paul Eggertargp fixes from Sergey.
2004-09-30 Paul Eggert(OPTION_NO_TRANS): New option.
2004-09-30 Paul Eggert(canon_doc_option): Fixed coredump if *name==NULL
2004-09-29 Bruno HaibleFixing a stupid typo in xvasprintf.c... from Oskar...
2004-09-29 Bruno HaibleChange copyright notice to GPL. The file is still under...
2004-09-28 Paul Eggertdummy.c: Change copyright notice to FSF, and license...
2004-09-28 Paul EggertChange copyright notice to FSF, and change license...
2004-09-21 Paul EggertRegenerate, now that it's listed in ../config/srclist...
2004-09-13 Paul Eggert* argp-pvh.c (argp_program_version_hook): Provide initi...
2004-09-13 Paul Eggert(argp_program_version_hook): Provide initial value.
2004-09-11 Paul Eggert* mempcpy.h: Wrap the entire include file inside #ifnde...
2004-09-11 Paul EggertWrap the entire include file inside #ifndef mempcpy.
2004-09-08 Paul EggertUndo previous change.
2004-09-08 Paul Eggert* c-strtod.c (C_STRTOD) [!defined LC_ALL_MASK]: Set...
2004-09-08 Paul Eggert(C_STRTOD) [!defined LC_ALL_MASK]: Set LC_ALL to "C",
2004-09-08 Karl Berryupdate from libc
2004-09-08 Bruno HaibleNew module 'stdint'.
2004-09-08 Bruno HaibleNew module 'xvasprintf'.
2004-09-08 Bruno HaibleImprove handling of the case length > INT_MAX.
2004-08-20 Paul EggertImport userspec from coreutils.
2004-08-12 Paul Eggertgetopt, argp fixes.
2004-08-12 Paul EggertRenamed from getopt.h.
2004-08-12 Paul EggertRenamed to getopt_.h.
next