Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-08-12 | update from libc | Jim Meyering | |
2001-08-12 | update from libc | Jim Meyering | |
2001-08-12 | update from libc | Jim Meyering | |
2001-08-12 | *** empty log message *** | Jim Meyering | |
2001-08-12 | (libfetish_a_SOURCES): Add gtod.h. | Jim Meyering | |
2001-08-12 | *** empty log message *** | Jim Meyering | |
2001-08-04 | *** empty log message *** | Jim Meyering | |
2001-08-04 | (__attribute__): Remove `|| __STRICT_ANSI__' from #if stmt, | Jim Meyering | |
to get in sync with glibc. | |||
2001-08-04 | *** empty log message *** | Jim Meyering | |
2001-08-04 | Don't include <limits.h>. | Jim Meyering | |
Include <stdlib.h> and <string.h> unconditionally. (iswcntrl, mbsinit, ISCNTRL): New macros. (mbsnwidth): Use K&R style function declarations. Don't bother checking for MB_LEN_MAX == 1, since the compiler can optimize it when MB_CUR_MAX == 1. The width of control characters is zero, not 1. | |||
2001-08-04 | (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID): | Jim Meyering | |
Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID with inverted sense. All uses changed. | |||
2001-07-15 | . | Jim Meyering | |
2001-07-15 | *** empty log message *** | Jim Meyering | |
2001-07-15 | (all-local): Depend on unlocked-io.h, to ensure it is created. | Jim Meyering | |
2001-07-15 | *** empty log message *** | Jim Meyering | |
2001-07-15 | (DISTCLEANFILES): Add unlocked-io.h. | Jim Meyering | |
2001-07-15 | *** empty log message *** | Jim Meyering | |
2001-07-15 | (EXTRA_DIST): Add unlocked-io.hin. | Jim Meyering | |
(BUILT_SOURCES): Add unlocked-io.h. (io_functions): Define. (unlocked-io.h): New rule. | |||
2001-07-15 | *** empty log message *** | Jim Meyering | |
2001-07-15 | *** empty log message *** | Jim Meyering | |
2001-07-15 | Update from glibc. | Jim Meyering | |
2001-07-14 | (__attribute__): Define it to be empty for compilers | Jim Meyering | |
that don't support that syntax. | |||
2001-07-11 | . | Jim Meyering | |
2001-07-05 | *** empty log message *** | Jim Meyering | |
2001-07-05 | (noinst_HEADERS): Remove definition, per new automake recommendation. | Jim Meyering | |
(libfetish_a_SOURCES): Put all .h files here instead. Remove a thus-exposed (better checks in automake) duplicate and two unnecessary .h files. | |||
2001-06-18 | update from libc | Jim Meyering | |
2001-06-11 | *** empty log message *** | Jim Meyering | |
2001-06-11 | Update from GNU libc. | Jim Meyering | |
2001-05-27 | *** empty log message *** | Jim Meyering | |
2001-05-27 | (UT_TYPE): Define. | Jim Meyering | |
2001-05-24 | . | Jim Meyering | |
2001-05-24 | *** empty log message *** | Jim Meyering | |
2001-05-24 | Include "quote.h". | Jim Meyering | |
(argmatch_invalid): Remove explicit `' quotes. Instead, use the quote function. Reported by Göran Uddeborg. | |||
2001-05-21 | . | Jim Meyering | |
2001-05-21 | *** empty log message *** | Jim Meyering | |
2001-05-21 | (dir_name): Compute append_dot using path, not newpath | Jim Meyering | |
which is not yet declared. | |||
2001-05-20 | . | Jim Meyering | |
2001-05-20 | (my_strftime): | Jim Meyering | |
Define to nstrftime if emacs, but only if my_strftime is not defined. (extra_args, extra_args_spec, extra_args_spec_iso): Rename from ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively. Add one more extra argument: a nanoseconds value. All uses changed. (ns): New macro. (my_strftime function): Add %N format. (emacs_strftimeu): Renamed from emacs_strftime, with extra ut argument. | |||
2001-05-20 | (libfetish_a_SOURCES): | Jim Meyering | |
Add strftime.c, since we now compile it on all hosts. | |||
2001-05-16 | . | Jim Meyering | |
2001-05-12 | *** empty log message *** | Jim Meyering | |
2001-05-12 | (ISSLASH): Remove; now in dirname.h. | Jim Meyering | |
(strip_trailing_slashes): Return nonzero if a slash was stripped. Do not strip the last slash after a file system prefix. | |||
2001-05-12 | (base_name): Remove; now in dirname.h. | Jim Meyering | |
(STREQ): Remove. (same_name): Handle the case where the basename ends in trailing '/'. | |||
2001-05-12 | (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN): New macros. | Jim Meyering | |
(base_name, base_len, dir_len, strip_trailing_slashes): New decls. | |||
2001-05-12 | (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN, ISSLASH): Remove; now in dirname.h. | Jim Meyering | |
(path_concat): Use base_len to compute base length, not strlen; this means we cannot rely on memcpy to null-terminate. | |||
2001-05-12 | Use "", not <> to include non-system header files. | Jim Meyering | |
2001-05-12 | Use "", not <> to include non-system header files. | Jim Meyering | |
2001-05-12 | Use "", not <> to include dirname.h. | Jim Meyering | |
2001-05-12 | (FILESYSTEM_PREFIX_LEN, ISSLASH): Remove; now in dirname.h. | Jim Meyering | |
Include <string.h> instead of <stdlib.h>. Do not include <assert.h>; no longer needed. Include xalloc.h. (memrchr): Remove decl. (dir_name_r): Remove. (dir_len): Renamed from dirlen. All callers changed. Rewrite in terms of base_name, for simplicity and consistency. (dir_name): Never return NULL. All callers changed. Do not include <stdlib.h> in test program; no longer needed. return 0; is fine for test program. | |||
2001-05-12 | (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Remove; now in dirname.h. | Jim Meyering | |
Do not include <stdio.h>, <assert.h>; no longer needed. Include <string.h>, <dirname.h>. (base_name): Allow file names ending in slashes, other than names that are all slashes. In this case, return the basename followed by the slashes. This is more general, and can be used in places where the original base_name purposely had an assertion failure. (base_len): New function. |