Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-09-18 | *** empty log message *** | Jim Meyering | |
2003-09-18 | revert previous change | Jim Meyering | |
2003-09-18 | *** empty log message *** | Jim Meyering | |
2003-09-18 | Update AUTHORS definition to be a comma-separated list of strings and/or update | Jim Meyering | |
the call to parse_long_options so that `AUTHORS, NULL' are the last parameters. | |||
2003-09-18 | *** empty log message *** | Jim Meyering | |
2003-09-18 | (parse_long_options): Update prototype. | Jim Meyering | |
2003-09-18 | Include stdarg.h. | Jim Meyering | |
(parse_long_options): Make this function variadic (authors), too. Call version_etc_va, not version_etc. | |||
2003-09-18 | (version_etc_va): Declare it. | Jim Meyering | |
2003-09-18 | This lets translators provide better translations for the | Jim Meyering | |
`Written by ...' part of --version output. Include stdarg.h, stdlib.h, string.h, and xalloc.h. (version_etc): Make this function variadic, with a NULL-terminated list of author name strings. (version_etc_va): New function. | |||
2003-09-18 | *** empty log message *** | Jim Meyering | |
2003-09-18 | (case_GETOPT_VERSION_CHAR): Append NULL to version_etc argument list. | Jim Meyering | |
2003-09-18 | (main): Append NULL to version_etc argument list. | Jim Meyering | |
2003-09-18 | *** empty log message *** | Jim Meyering | |
2003-09-18 | Update from gnulib. | Jim Meyering | |
(gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first, to avoid spurious warnings like "AC_RUN_IFELSE was called before gl_USE_SYSTEM_EXTENSIONS" from autoreconf. | |||
2003-09-18 | *** empty log message *** | Jim Meyering | |
2003-09-18 | (numcompare): Rename local, logb, to log_b to avoid | Jim Meyering | |
shadowing the math function name. Also rename loga to log_a. | |||
2003-09-17 | *** empty log message *** | Jim Meyering | |
2003-09-17 | (read_utmp): Likewise. | Jim Meyering | |
Check for fstat error. Close stream and free storage when failing. | |||
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 | |