0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 12 hours ago.
Mar 05, 2025 — Mar 05, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
(emit-upload-commands): Fix typo: s/distdir/PACKAGE/. More... over 24 years ago
(po-check): Check for uses of _() not just in .c files, but also in .h files. More... over 24 years ago
(quotearg_n, quotearg_n_style): First arg is int, not unsigned. More... over 24 years ago
(quotearg_n, quotearg_n_style): Likewise. (SIZE_MAX, UINT_MAX): New macros. (quotearg_n_options): Abort if N is negative. Avoid overflow check on hosts where size_t is 64 bits and int is 32 bits, as overflow is impossible there. Fix off-by-one typo that caused unnecessary reallocation. More... over 24 years ago
(SET_MODE) [O_BINARY]: Call setmode, not set_mode. More... over 24 years ago
Include signatures for the xdelta file, too. More... over 24 years ago
(emit-upload-commands): Rename from emit-rsync-commands. Output only the package name and the prev and current version numbers. More... over 24 years ago
Include unlocked-io.h. More... over 24 years ago
(_): Honor the setting of ENABLE_NLS. Otherwise, this code would end up calling gettext even in packages built with --disable-nls. More... over 24 years ago
(_): Honor the setting of ENABLE_NLS. Otherwise, this code would end up calling gettext even in packages built with --disable-nls. More... over 24 years ago
(strerror_r): Do not declare unless !_LIBC. Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P. Use strerror_r that is only a macro, even if it is not a function. (strerror): Check for HAVE_DECL_STRERROR before declaring. (private_strerror): Use prototypes, not old-style function definition. (print_errno_message): New function. Support the POSIX 'int'-flavored strerror_r, as well as the traditional char*-flavored one. (error_tail, error, error_at_line): Use it. More... over 24 years ago
*** empty log message *** More... over 24 years ago
*** empty log message *** More... over 24 years ago
*** empty log message *** More... over 24 years ago
. More... over 24 years ago
*** empty log message *** More... over 24 years ago
(EXTRA_DIST): Remove uintmax_t.m4. More... over 24 years ago
Tell automake to use the file name `config.hin' rather than the two-`.' config.h.in. More... over 24 years ago
renamed to configure.ac More... over 24 years ago
renamed from configure.in More... over 24 years ago
*** empty log message *** More... over 24 years ago
(EXTRA_DIST): Remove uintmax_t.m4. More... over 24 years ago
(wget-update): Add mkinstalldirs. More... over 24 years ago
(strtol): Do not declare if HAVE_DECL_STRTOL. (strtoul): Do not declare if HAVE_DECL_STRTOUL. (strtoimax, strtoumax): Do not declare if already defined as a macro. More... over 24 years ago
(strtoimax): Guard declaration with `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'. The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0) have their own, conflicting declaration of strtoimax in sys/inttypes.h. (strtoumax): Likewise, for completeness (it wasn't necessary). More... over 24 years ago
(SET_MODE): Define. More... over 24 years ago
(alpha): Depend on local-check so that they run a little earlier. More... over 24 years ago
Update from GNU libc. More... over 24 years ago
(strtoimax): New decl. More... over 24 years ago
* lib/xstrtol.h: Add copyright notice. (_DECLARE_XSTRTOL): Improve quality of diagnostic for LONGINT_INVALID_SUFFIX_CHAR. More... over 24 years ago