Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-09-17 | (getndelim2): Don't trash errno when a read | Jim Meyering | |
fails, so that the caller gets the proper errno. | |||
2003-09-17 | (readlinebuffer): Return NULL immediately upon | Jim Meyering | |
input error, instead of returning NULL the next time we are called (and therefore losing track of errno). | |||
2003-09-17 | Add comment from Bruno Haible. | Jim Meyering | |
2003-09-15 | *** empty log message *** | Jim Meyering | |
2003-09-14 | *** empty log message *** | Jim Meyering | |
2003-09-14 | (print_factors): Give a separate diagnostic | Jim Meyering | |
for numbers that are too large, but otherwise valid. | |||
2003-09-14 | *** empty log message *** | Jim Meyering | |
2003-09-14 | . | Jim Meyering | |
2003-09-13 | Update from gnulib. | Jim Meyering | |
2003-09-13 | . | Jim Meyering | |
2003-09-13 | . | Jim Meyering | |
2003-09-13 | *** empty log message *** | Jim Meyering | |
2003-09-13 | (libfetish_a_SOURCES): Add exit.h, strndup.h, time_r.c, time_r.h. | Jim Meyering | |
2003-09-13 | *** empty log message *** | Jim Meyering | |
2003-09-13 | Update from gnulib. | Jim Meyering | |
2003-09-13 | Update from gnulib. | Jim Meyering | |
2003-09-13 | New file, from gnulib. | Jim Meyering | |
2003-09-13 | Update from gnulib. | Jim Meyering | |
2003-09-13 | Update from gnulib. | Jim Meyering | |
2003-09-13 | Update from gnulib. | Jim Meyering | |
2003-09-13 | New file, from gnulib. | Jim Meyering | |
2003-09-13 | New file, from GNU gettext, via gnulib. | Jim Meyering | |
2003-09-13 | from gnulib | Jim Meyering | |
2003-09-13 | from gnulib | Jim Meyering | |
2003-09-13 | (my_mktime_localtime_r): Remove; all uses changed to __localtime_r. | Jim Meyering | |
(__localtime_r) [!defined _LIBC]: New macro. Include <time_r.h>. (__mktime_internal) [!defined _LIBC]: Now extern, not static. | |||
2003-09-13 | (my_strftime_gmtime_r): Remove; all uses changed to __gmtime_r. | Jim Meyering | |
(my_strftime_localtime_r): Remove; all uses changed to __localtime_r. (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros. Include <time_r.h>. | |||
2003-09-13 | . | Jim Meyering | |
2003-09-13 | . | Jim Meyering | |
2003-09-13 | . | Jim Meyering | |
2003-09-13 | (gl_FUNC_STRTOL): Do not check for limits.h. | Jim Meyering | |
2003-09-13 | (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h, strtol. | Jim Meyering | |
2003-09-13 | (gl_FUNC_STRTOD): Do not check for float.h. | Jim Meyering | |
2003-09-13 | (_jm_STRFTIME_PREREQS): Don't check for limits.h, memcpy, memset. | Jim Meyering | |
(jm_FUNC_GNU_STRFTIME): Don't require standard C headers. | |||
2003-09-13 | (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol, strtoul. | Jim Meyering | |
2003-09-13 | (gl_XSTRTOD): Likewise. | Jim Meyering | |
2003-09-13 | (gl_PREREQ_XMALLOC): Likewise. | Jim Meyering | |
2003-09-13 | (gl_USERSPEC): Do not require standard C headers. | Jim Meyering | |
(gl_USERSPEC): Do not check for string.h. | |||
2003-09-13 | (jm_PREREQ_TEMPNAME): Do not require standard C headers. | Jim Meyering | |
2003-09-13 | *** empty log message *** | Jim Meyering | |
2003-09-13 | Update from gnulib. | Jim Meyering | |
2003-09-13 | (gl_FUNC_STRDUP): Don't check for standard C headers. | Jim Meyering | |
2003-09-13 | *** empty log message *** | Jim Meyering | |
2003-09-13 | (jm_PREREQ_ADDEXT): Remove. All uses removed. | Jim Meyering | |
This macro has been superseded by gl_BACKUPFILE. | |||
2003-09-13 | (gl_PREREQ_STRTOUMAX): Don't check for stdlb.h or strtoul. | Jim Meyering | |
2003-09-13 | (gl_PREREQ_READUTMP): Don't check for standard C headers or for string.h. | Jim Meyering | |
2003-09-13 | (GL_FUNC_READDIR): Don't check for string.h. | Jim Meyering | |
2003-09-13 | (gl_PREREQ_LSTAT): Don't check for stdlib.h, free. | Jim Meyering | |
2003-09-13 | (AC_FUNC_GETTIMEOFDAY_CLOBBER): | Jim Meyering | |
Include <string.h>, <stdlib.h> unconditionally. | |||
2003-09-13 | (gl_CLOSEOUT): Don't check for stdlib.h. | Jim Meyering | |
2003-09-13 | (jm_CHECK_DECLS): Include <string.h>, <stdlib.h> unconditionally. | Jim Meyering | |