summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Jim Meyering2003-09-181-0/+16
|
* (parse_long_options): Update prototype.Jim Meyering2003-09-181-2/+2
|
* Include stdarg.h.Jim Meyering2003-09-181-5/+10
| | | | | (parse_long_options): Make this function variadic (authors), too. Call version_etc_va, not version_etc.
* (version_etc_va): Declare it.Jim Meyering2003-09-181-2/+6
|
* This lets translators provide better translations for theJim Meyering2003-09-181-12/+92
| | | | | | | | | `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.
* *** empty log message ***Jim Meyering2003-09-181-0/+1
|
* (case_GETOPT_VERSION_CHAR): Append NULL to version_etc argument list.Jim Meyering2003-09-181-1/+1
|
* (main): Append NULL to version_etc argument list.Jim Meyering2003-09-181-1/+1
|
* *** empty log message ***Jim Meyering2003-09-181-0/+7
|
* Update from gnulib.Jim Meyering2003-09-181-3/+15
| | | | | | (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.
* *** empty log message ***Jim Meyering2003-09-181-1/+6
|
* (numcompare): Rename local, logb, to log_b to avoidJim Meyering2003-09-181-11/+11
| | | | shadowing the math function name. Also rename loga to log_a.
* *** empty log message ***Jim Meyering2003-09-171-0/+15
|
* (read_utmp): Likewise.Jim Meyering2003-09-171-9/+19
| | | | Check for fstat error. Close stream and free storage when failing.
* (getndelim2): Don't trash errno when a readJim Meyering2003-09-171-2/+3
| | | | fails, so that the caller gets the proper errno.
* (readlinebuffer): Return NULL immediately uponJim Meyering2003-09-171-3/+5
| | | | | input error, instead of returning NULL the next time we are called (and therefore losing track of errno).
* Add comment from Bruno Haible.Jim Meyering2003-09-171-0/+1
|
* *** empty log message ***Jim Meyering2003-09-151-1/+1
|
* *** empty log message ***Jim Meyering2003-09-141-1/+7
|
* (print_factors): Give a separate diagnosticJim Meyering2003-09-141-3/+7
| | | | for numbers that are too large, but otherwise valid.
* *** empty log message ***Jim Meyering2003-09-141-0/+1
|
* .Jim Meyering2003-09-141-0/+2
|
* Update from gnulib.Jim Meyering2003-09-131-1/+0
|
* .Jim Meyering2003-09-132-1/+3
|
* .Jim Meyering2003-09-131-15/+21
|
* *** empty log message ***Jim Meyering2003-09-131-0/+5
|
* (libfetish_a_SOURCES): Add exit.h, strndup.h, time_r.c, time_r.h.Jim Meyering2003-09-131-0/+3
|
* *** empty log message ***Jim Meyering2003-09-131-0/+24
|
* Update from gnulib.Jim Meyering2003-09-1317-148/+82
|
* Update from gnulib.Jim Meyering2003-09-131-7/+3
|
* New file, from gnulib.Jim Meyering2003-09-131-0/+30
|
* Update from gnulib.Jim Meyering2003-09-131-12/+5
|
* Update from gnulib.Jim Meyering2003-09-131-22/+3
|
* Update from gnulib.Jim Meyering2003-09-131-6/+4
|
* New file, from gnulib.Jim Meyering2003-09-131-0/+1
|
* New file, from GNU gettext, via gnulib.Jim Meyering2003-09-132-0/+33
|
* from gnulibJim Meyering2003-09-132-1/+48
|
* from gnulibJim Meyering2003-09-131-0/+69
|
* (my_mktime_localtime_r): Remove; all uses changed to __localtime_r.Jim Meyering2003-09-131-20/+10
| | | | | (__localtime_r) [!defined _LIBC]: New macro. Include <time_r.h>. (__mktime_internal) [!defined _LIBC]: Now extern, not static.
* (my_strftime_gmtime_r): Remove; all uses changed to __gmtime_r.Jim Meyering2003-09-131-178/+36
| | | | | | (my_strftime_localtime_r): Remove; all uses changed to __localtime_r. (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros. Include <time_r.h>.
* .Jim Meyering2003-09-135-170/+191
|
* .Jim Meyering2003-09-131-1/+1
|
* .Jim Meyering2003-09-131-0/+20
|
* (gl_FUNC_STRTOL): Do not check for limits.h.Jim Meyering2003-09-131-3/+2
|
* (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h, strtol.Jim Meyering2003-09-131-3/+1
|
* (gl_FUNC_STRTOD): Do not check for float.h.Jim Meyering2003-09-131-2/+1
|
* (_jm_STRFTIME_PREREQS): Don't check for limits.h, memcpy, memset.Jim Meyering2003-09-131-5/+3
| | | | (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
* (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol, strtoul.Jim Meyering2003-09-131-3/+1
|
* (gl_XSTRTOD): Likewise.Jim Meyering2003-09-131-3/+3
|
* (gl_PREREQ_XMALLOC): Likewise.Jim Meyering2003-09-131-5/+3
|