.
[gnulib.git] / lib /
2004-11-23 Jim Meyeringremove trailing blanks
2004-11-23 Paul Eggert(futimens): New decl.
2004-11-23 Paul Eggert(__attribute__, ATTRIBUTE_UNUSED): New macros.
2004-11-23 Paul EggertAdd comment.
2004-11-23 Paul EggertMerge from coreutils.
2004-11-23 Sergey PoznyakoffRe-addition of __getopt_argv_const caused
2004-11-23 Sergey PoznyakoffUpdated
2004-11-21 Paul EggertUpdate log to match latest getopt checkin.
2004-11-21 Paul EggertFix brain cramp in previous checkin.
2004-11-21 Paul Eggert* getopt_.h: Use __CONCAT rather than ## directly.
2004-11-21 Paul Eggert(__CONCAT): New macro.
2004-11-19 Bruno HaibleMove comments from strtok_r.c to strtok_r.h.
2004-11-17 Paul Eggertrealloc, calloc portability fixes.
2004-11-17 Paul Eggert(rpl_calloc): Defend against buggy calloc implementations
2004-11-17 Paul EggertFix header comment to match module title.
2004-11-17 Paul Eggert(rpl_realloc): Call 'free' if n==0, since realloc might...
2004-11-17 Paul EggertAdd log for human.h, xgetcwd.c (import from coreutils).
2004-11-17 Paul EggertImport from coreutils.
2004-11-17 Paul EggertFurther getopt changes to make it more acceptable to...
2004-11-17 Paul Eggert(__getopt_argv_const): Bring it back.
2004-11-17 Paul Eggert(getopt_long, getopt_long_only): Arg is char * const *
2004-11-17 Paul Eggert(POSIXLY_CORRECT): New constant.
2004-11-17 Paul EggertMerge from coreutils to support a more-standard getopt.
2004-11-16 Paul Eggert* getdate.y (tORDINAL): New token.
2004-11-16 Paul Eggert(tORDINAL): New token.
2004-11-15 Jim Meyering.
2004-11-15 Jim MeyeringInclude "__fpending.h" once again.
2004-11-12 Bruno HaibleMore caveats, taken from strtok_r.c.
2004-11-12 Simon JosefssonRevert doc, suggested by Bruno.
2004-11-12 Bruno HaibleAdd a cross-reference to strtok_r.
2004-11-12 Simon JosefssonAdd strtok_r.
2004-11-12 Simon JosefssonSync with glibc CVS.
2004-11-12 Simon JosefssonAdd strtok_r.
2004-11-11 Paul Eggert* getopt_.h: Add __getopt_argv_const. Include <stdlib...
2004-11-11 Paul Eggert(_getopt_internal, _getopt_internal_r, _getopt_long_r...
2004-11-11 Paul Eggert(getopt_long, _getopt_long_r, getopt_long_only, _getopt...
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):
next