0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 12 hours ago. based on code collected about 12 hours ago.
Mar 16, 2025 — Mar 16, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Sync from gnulib.
tester_123
as Paul Eggert
More... about 21 years ago
(version_etc_copyright): Use [] instead of * in prototype.
tester_123
as Paul Eggert
More... about 21 years ago
Remove version_etc_copyright.
tester_123
as Paul Eggert
More... about 21 years ago
(sc_changelog): Specify find's `-maxdepth 2' predicate before `-name ChangeLog' to avoid a harmless warning from find-4.2.10. More... about 21 years ago
(sc_root_tests): New rule. (syntax-check-rules): Add it to the list. More... about 21 years ago
[DEFAULT_ALIGNMENT]: Use an intermediate type to simplify offsetof() macro construct to avoid compile failure with native HP-UX 11.0 ANSI C compiler. More... about 21 years ago
* m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX. * m4/ullong_max.m4: New file. * src/system.h: Undo previous change; we now use Autoconf.
tester_123
as Paul Eggert
More... about 21 years ago
If PRIdMAX, PRIoMAX, PRIuMAX, and PRIxMAX are not all defined and either ULONG_MAX or ULLONG_MAX is not defined, then fail at compile-time rather than let tools like od produce invalid results at run time. More... about 21 years ago
(version_etc_copyright): Update copyright date. More... about 21 years ago
Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H. Remove now-obsolete comment about AIX.
tester_123
as Paul Eggert
More... about 21 years ago
revert to 1.8, now that we test the offending condition externally (via new t-fpending.c program) More... over 21 years ago
*** empty log message *** More... over 21 years ago
Include <stdlib.h>. (__fpending): Abort if PENDING_OUTPUT_N_BYTES is negative. This ensures that if there is an error in the definition of the PENDING_OUTPUT_N_BYTES expression, we'll find about it right away; this value is used only in the rare event that close_stdout's fclose fails with EBADF. More... over 21 years ago
Assume locale.h exists. (HAVE_SETLOCALE): Remove.
tester_123
as Paul Eggert
More... over 21 years ago
remove SPACEs before TABs More... over 21 years ago
Import help2man-1.35.1. More... over 21 years ago
add a comment More... over 21 years ago
Revert last change, since it seems EBADF is always defined. More... over 21 years ago
(EBADF): Fail with `#error ...' if it's not defined, asking the user to report the problem. More... over 21 years ago
Sync from gnulib.
tester_123
as Paul Eggert
More... over 21 years ago
Merge from gnulib.
tester_123
as Paul Eggert
More... over 21 years ago
(getopt_long, _getopt_long_r, getopt_long_only, _getopt_long_only_r): Argv is now char **, not char *__getopt_argv_const*.
tester_123
as Paul Eggert
More... over 21 years ago
(_getopt_initialize, _getopt_internal_r, _getopt_internal): New arg POSIXLY_CORRECT. All callers changed. (getopt): Argv is now char * const *, as per standard. (_getopt_internal_r, _getopt_internal): Argv is now char **, not char *__getopt_argv_const *.
tester_123
as Paul Eggert
More... over 21 years ago
Backslash-escape `-'s in email addresses, so that they are rendered properly in UTF-locales. More... over 21 years ago
(close_stdout): Don't fail just because stdout was closed initially, since some programs don't write to stdout in the normal course of operation (other than --version and --help), and we don't want this function to make e.g. `cp 1 2 >&-' fail. But do fail if it was closed and someone has tried to write to it. E.g., printf 'foo' >&- More... over 21 years ago
Restore these files. They're useful after all. More... over 21 years ago
Sync from gnulib and regenerate.
tester_123
as Paul Eggert
More... over 21 years ago
Sync from gnulib.
tester_123
as Paul Eggert
More... over 21 years ago
remove now-unused files More... over 21 years ago
Ensure that no close failure goes unreported. More... over 21 years ago