Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-01-20 | From GNU libc. | Jim Meyering | |
(my_strftime): Handle very large width specifications for numeric values correctly. Improve checks for overflow. | |||
2003-01-20 | *** empty log message *** | Jim Meyering | |
2003-01-20 | Merge in changes from libc | Jim Meyering | |
Eliminate many `#ifdef USE_IN_LIBIO' conditionals. | |||
2003-01-19 | Include config.h. | Jim Meyering | |
Add copyright. | |||
2003-01-19 | (widen) [COMPILE_WIDE]: Merge nearly-identical definitions. | Jim Meyering | |
(nl_get_alt_digit) [! defined my_strftime]: Define. (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of _nl_get_alt_digit and _nl_get_walt_digit. | |||
2003-01-19 | (my_strftime): Merge in locale-related changes from libc. | Jim Meyering | |
These changes have no effect outside of _LIBC. | |||
2003-01-16 | . | Jim Meyering | |
2003-01-14 | *** empty log message *** | Jim Meyering | |
2003-01-14 | (same_name): Declare *_basename locals to be `const'. | Jim Meyering | |
Consolidate declarations and initializations of *_base* locals. | |||
2003-01-14 | *** empty log message *** | Jim Meyering | |
2003-01-14 | (same_name): Reorder tests so as to avoid calling stat() | Jim Meyering | |
when a string comparison is sufficient. | |||
2003-01-14 | *** empty log message *** | Jim Meyering | |
2003-01-14 | (readtoken): Cast character to 'unsigned char', not 'unsigned int'. | Jim Meyering | |
2003-01-14 | *** empty log message *** | Jim Meyering | |
2003-01-14 | Merge in Ulrich's and my changes from libc. | Jim Meyering | |
2003-01-12 | *** empty log message *** | Jim Meyering | |
2003-01-12 | tweak comments | Jim Meyering | |
2003-01-12 | *** empty log message *** | Jim Meyering | |
2003-01-12 | Also work on systems that have `struct direct', using autoconf's ↵ | Jim Meyering | |
AC_HEADER_DIRENT. | |||
2003-01-12 | *** empty log message *** | Jim Meyering | |
2003-01-12 | (ftw_startup): Rename local-shadowing local to pacify gcc. | Jim Meyering | |
2003-01-12 | New file, from glibc/io. | Jim Meyering | |
2003-01-12 | New file, from glibc/io. | Jim Meyering | |
2003-01-12 | (libfetish_a_SOURCES): Add ftw.h. | Jim Meyering | |
2003-01-12 | (libfetish_a_SOURCES): Add canonicalize.h. | Jim Meyering | |
2003-01-11 | *** empty log message *** | Jim Meyering | |
2003-01-11 | Don't test HAVE_ERRNO_H. It's not necessary. | Jim Meyering | |
2003-01-11 | *** empty log message *** | Jim Meyering | |
2003-01-11 | *** empty log message *** | Jim Meyering | |
2003-01-11 | Don't test HAVE_ERRNO_H. It's not necessary. | Jim Meyering | |
Don't test HAVE_STDDEF_H. It's not necessary. Use definition of PTR_INT_TYPE from obstack.h. | |||
2003-01-11 | From Dmitry Levin. | Jim Meyering | |
2003-01-10 | *** empty log message *** | Jim Meyering | |
2003-01-10 | Include "xgetcwd.h". | Jim Meyering | |
2003-01-10 | (libfetish_a_SOURCES): Add xgetcwd.h. | Jim Meyering | |
2003-01-10 | Remove uses of PARAMS. | Jim Meyering | |
2003-01-10 | Include xgetcwd.h. | Jim Meyering | |
2003-01-10 | *** empty log message *** | Jim Meyering | |
2003-01-10 | Don't declare functions declared by xalloc.h. | Jim Meyering | |
Include "xalloc.h" instead. | |||
2003-01-10 | Don't declare directly functions declared by xalloc.h. | Jim Meyering | |
Include "xalloc.h" instead. | |||
2003-01-10 | Don't declare directly functions declared by xalloc.h. | Jim Meyering | |
Include "xalloc.h" instead. | |||
2003-01-10 | Don't declare xmalloc directly. | Jim Meyering | |
Include "xalloc.h" instead. | |||
2003-01-10 | . | Jim Meyering | |
2003-01-08 | *** empty log message *** | Jim Meyering | |
2003-01-08 | Undefine and define-away `const' after inclusion | Jim Meyering | |
of errno.h, not before. Suggestion from Bruno Haible. | |||
2003-01-07 | *** empty log message *** | Jim Meyering | |
2003-01-07 | . | Jim Meyering | |
2003-01-07 | tweak comment | Jim Meyering | |
2003-01-07 | *** empty log message *** | Jim Meyering | |
2003-01-07 | Rework so that it may serve to define full_read, too. | Jim Meyering | |
2003-01-07 | Simply #define FULL_READ and include full-write.c. | Jim Meyering | |