Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-01-25 | [_LIBC] (ISSLASH, FILESYSTEM_PREFIX_LEN): Define. | Jim Meyering | |
(base_name): New function. (ftw_startup): Don't strip trailing slashes. Use base_name to find the offset of the basename. | |||
2003-01-25 | (object_compare): Compare inode numbers before device numbers. | Jim Meyering | |
The former is much more likely to differ for any two given file objects. | |||
2003-01-23 | *** empty log message *** | Jim Meyering | |
2003-01-23 | [HAVE_CONFIG_H]: Include <config.h>. | Jim Meyering | |
Add autoconf-recommended block of alloca-related code. Cast each use of alloca to the required type, (node**). | |||
2003-01-23 | *** empty log message *** | Jim Meyering | |
2003-01-23 | Add autoconf-recommended block of alloca-related code. | Jim Meyering | |
[!_LIBC] (__getcwd): Define to xgetcwd and declare xgetcwd. | |||
2003-01-22 | *** empty log message *** | Jim Meyering | |
2003-01-22 | (find_object): Don't use c99-style struct initializer. | Jim Meyering | |
2003-01-22 | *** empty log message *** | Jim Meyering | |
2003-01-22 | Change all uses of __const to const. | Jim Meyering | |
2003-01-22 | *** empty log message *** | Jim Meyering | |
2003-01-22 | Change all uses of __const to const. | Jim Meyering | |
2003-01-22 | . | Jim Meyering | |
2003-01-22 | *** empty log message *** | Jim Meyering | |
2003-01-22 | (CLEANFILES): Add generated files: ftw.h search.h. | Jim Meyering | |
2003-01-22 | *** empty log message *** | Jim Meyering | |
2003-01-22 | [anon enum] (FTW_DCHP): New member. | Jim Meyering | |
(FTW_DCHP): Define. | |||
2003-01-22 | (process_entry): Handle FTW_DCHP. | Jim Meyering | |
(ftw_dir): Handle FTW_DCH. | |||
2003-01-22 | [!_LIBC && !__USE_XOPEN_EXTENDED]: Define __USE_XOPEN_EXTENDED | Jim Meyering | |
and FTW_H_STANDALONE. [ enum] (FTW_DCH): New member. (FTW_DCH): Define. | |||
2003-01-22 | Include autoconf-recommended block of dirent/NAMELEN | Jim Meyering | |
related definitions and includes. Use NAMELEN throughout, rather than _D_EXACT_NAMLEN. [_LIBC]: Define NAMELEN to _D_EXACT_NAMLEN. (stpcpy): Declare, if necessary. (mempcpy): Define, if necessary. [!_LIBC] (__stpcpy, __mempcpy): Define. [!_LIBC] (LXSTAT, XSTAT): Define. | |||
2003-01-21 | . | Jim Meyering | |
2003-01-21 | *** empty log message *** | Jim Meyering | |
2003-01-21 | *** empty log message *** | Jim Meyering | |
2003-01-21 | [! weak_alias]: Define __-prefixed names to publicized ones. | Jim Meyering | |
[! defined _LIBC]: Define-away weak_alias and internal_function. [defined weak_alias]: Guard each use of weak_alias. | |||
2003-01-21 | *** empty log message *** | Jim Meyering | |
2003-01-21 | New file, from GNU libc. | Jim Meyering | |
2003-01-20 | *** empty log message *** | Jim Meyering | |
2003-01-20 | Include "path-concat.h". | Jim Meyering | |
2003-01-20 | New file, from GNU libc. | Jim Meyering | |
2003-01-20 | *** empty log message *** | Jim Meyering | |
2003-01-20 | *** empty log message *** | Jim Meyering | |
2003-01-20 | *** empty log message *** | Jim Meyering | |
2003-01-20 | (libfetish_a_SOURCES): Use ftw_.h here, too. | Jim Meyering | |
2003-01-20 | *** empty log message *** | Jim Meyering | |
2003-01-20 | renamed to ftw_.h | Jim Meyering | |
2003-01-20 | renamed from ftw.h | Jim Meyering | |
2003-01-20 | *** empty log message *** | Jim Meyering | |
2003-01-20 | (obstack_object_size): Declare temporary, __o, to be const. | Jim Meyering | |
(obstack_room): Likewise. (obstack_empty_p): Likewise. | |||
2003-01-20 | *** empty log message *** | Jim Meyering | |
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. |