Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-08-26 | . | Jim Meyering | |
2001-08-26 | . | Jim Meyering | |
2001-08-26 | Add xstrtoimax. | Jim Meyering | |
2001-08-26 | *** empty log message *** | Jim Meyering | |
2001-08-26 | (libfetish_a_SOURCES): Add xstrtoimax.c. | Jim Meyering | |
2001-08-26 | *** empty log message *** | Jim Meyering | |
2001-08-26 | New file, from GNU libc. | Jim Meyering | |
2001-08-26 | *** empty log message *** | Jim Meyering | |
2001-08-26 | *** empty log message *** | Jim Meyering | |
2001-08-26 | Stub. Just #define STRTOUXMAX_SIGNED, then | Jim Meyering | |
#include "strtouxmax.c" | |||
2001-08-26 | Now this file is just a stub. | Jim Meyering | |
2001-08-26 | Renamed from a factored strtoumax.c. | Jim Meyering | |
2001-08-26 | Factored to work both for unsigned and signed types, ... | Jim Meyering | |
2001-08-24 | . | Jim Meyering | |
2001-08-24 | update from libc | Jim Meyering | |
2001-08-23 | update from glibc | Jim Meyering | |
2001-08-18 | . | Jim Meyering | |
2001-08-14 | . | Jim Meyering | |
2001-08-14 | . | Jim Meyering | |
2001-08-13 | whoops. remove the backslash, too. | Jim Meyering | |
2001-08-13 | *** empty log message *** | Jim Meyering | |
2001-08-13 | (unlocked-io.h): Do not append "_unlocked" twice. | Jim Meyering | |
Port to Solaris 8, where 'sed' requires a space after the 'r' command, and where sh dislikes "$/". Clean up the spacing a bit. Redirect output to $tmp just once. | |||
2001-08-13 | *** empty log message *** | Jim Meyering | |
2001-08-13 | (<errno.h>): Include. | Jim Meyering | |
(errno): Declare if not defined. (addext): Work correctly when pathconf returns -1 and leaves errno alone because there is no limit. Also, work even if pathconf returns a value greater than SIZE_MAX. | |||
2001-08-12 | *** empty log message *** | Jim Meyering | |
2001-08-12 | (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]: | Jim Meyering | |
Simply `return getcwd (NULL, 0);'. [! (defined __GLIBC__ && __GLIBC__ >= 2)]: Use 1300 as initial value for length, not PATH_MAX. | |||
2001-08-12 | Clean up cpp syntax. | Jim Meyering | |
2001-08-12 | . | Jim Meyering | |
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. |