openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
C
cppi
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very Low Activity
Commits
: Listings
Analyzed
about 11 hours
ago. based on code collected
about 12 hours
ago.
Mar 05, 2025 — Mar 05, 2026
Showing page 33 of 64
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
(emit-upload-commands): Fix typo: s/distdir/PACKAGE/.
Jim Meyering
More...
over 24 years ago
(po-check): Check for uses of _() not just in .c files, but also in .h files.
Jim Meyering
More...
over 24 years ago
(quotearg_n, quotearg_n_style): First arg is int, not unsigned.
Jim Meyering
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.
Jim Meyering
More...
over 24 years ago
(SET_MODE) [O_BINARY]: Call setmode, not set_mode.
Jim Meyering
More...
over 24 years ago
Include signatures for the xdelta file, too.
Jim Meyering
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.
Jim Meyering
More...
over 24 years ago
Include unlocked-io.h.
Jim Meyering
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.
Jim Meyering
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.
Jim Meyering
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.
Jim Meyering
More...
over 24 years ago
*** empty log message ***
Jim Meyering
More...
over 24 years ago
*** empty log message ***
Jim Meyering
More...
over 24 years ago
*** empty log message ***
Jim Meyering
More...
over 24 years ago
.
Jim Meyering
More...
over 24 years ago
*** empty log message ***
Jim Meyering
More...
over 24 years ago
(EXTRA_DIST): Remove uintmax_t.m4.
Jim Meyering
More...
over 24 years ago
Tell automake to use the file name `config.hin' rather than the two-`.' config.h.in.
Jim Meyering
More...
over 24 years ago
renamed to configure.ac
Jim Meyering
More...
over 24 years ago
renamed from configure.in
Jim Meyering
More...
over 24 years ago
*** empty log message ***
Jim Meyering
More...
over 24 years ago
(EXTRA_DIST): Remove uintmax_t.m4.
Jim Meyering
More...
over 24 years ago
(wget-update): Add mkinstalldirs.
Jim Meyering
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.
Jim Meyering
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).
Jim Meyering
More...
over 24 years ago
(SET_MODE): Define.
Jim Meyering
More...
over 24 years ago
(alpha): Depend on local-check so that they run a little earlier.
Jim Meyering
More...
over 24 years ago
Update from GNU libc.
Jim Meyering
More...
over 24 years ago
(strtoimax): New decl.
Jim Meyering
More...
over 24 years ago
* lib/xstrtol.h: Add copyright notice. (_DECLARE_XSTRTOL): Improve quality of diagnostic for LONGINT_INVALID_SUFFIX_CHAR.
Jim Meyering
More...
over 24 years ago
←
1
2
…
29
30
31
32
33
34
35
36
37
…
63
64
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree