0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Mar 03, 2025 — Mar 03, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
(xalloc_die): Rename from xalloc_fail and update callers. Use explicit exit to help avoid warnings. More... over 26 years ago
small correction from Akim More... over 26 years ago
(__attribute__): Define. (ATTRIBUTE_NORETURN): Define. (xalloc_fail_func): Add noreturn attribute. (xalloc_die): Declare. (NEW): Define as yet unused macro. (XFREE): Likewise (CCLONE): Likewise. (CLONE): Likewise. From Akim Demaille. More... over 26 years ago
(xalloc_fail_func): Use `PARAMS'. (xstrdup): Add protoype. More... over 26 years ago
import version 1.013 More... over 26 years ago
(version_etc_copyright): Declare it. More... over 26 years ago
(version_etc_copyright): Default copyright string. (version_etc): Use it. More... over 26 years ago
(xalloc_fail_func): Use `PARAMS'. More... over 26 years ago
Escape backslashes so tr's manual comes out right. Reported by Andreas Schwab. More... over 26 years ago
(locale_quoting_style): New enum value. (quotearg_n_style, quotearg_style): New decls. More... over 26 years ago
Include <libintl.h> if ENABLE_NLS. (_): New macro. (quoting_style_args, quoting_style_v, quotearg_buffer): Add support for locale_quoting_style, using _("`") and _("'") for open and close quote symbols. Do not quote spaces in escape_quoting_style. (quotearg_n_style, quotearg_style): New functions. More... over 26 years ago
(po-check): New rule. (alpha): Make it. More... over 26 years ago
. More... over 26 years ago
(quotearg_buffer): Don't quote spaces if C quoting style. More... over 26 years ago
cpp indent and split a long line More... over 26 years ago
Import version 1.012. More... over 26 years ago
Import version 1.011. More... over 26 years ago
[!defined strtoumax]: Declare strtoumax. More... over 26 years ago
(__strtol): Remove decl; it doesn't work if __strtol expands to a macro, which occurs in HP-UX 10.20 with strtoumax. (strtol, strtoul): New decls (for pre-ANSI hosts), to replace the above decl. More... over 26 years ago
(version_etc): Put version info and author names on the first two lines respectively rather than putting the three lines of copyright info between them. More... almost 27 years ago
(alpha): Put the announcement in /tmp/announce-$(distdir) More... almost 27 years ago
whoops -- revert last change More... almost 27 years ago
(Makefile.in): Depend on Makefile.maint. More... almost 27 years ago
* src/system.h (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, and all the *_MIN and *_MAX symbols): Remove definitions. * src/sys2.h: Put the definitions here instead (this file is shared between all three *utils packages, while system.h is not). More... almost 27 years ago
Define several tag-related make variables. (cvs-dist): Use the make variables instead of shell ones. (announcement): Automatically generate diffs for all ChangeLog files, not just the top level one. More... almost 27 years ago
new automake/autoconf More... almost 27 years ago
(S_ISUID, S_ISGID, S_ISVTX, S_IRWXU, S_IRWXG, S_IRWXO): Define if not defined. (CHMOD_MODE_BITS): New macro. More... almost 27 years ago
Don't bother with pot-mail anymore -- Francois needs merely the URL. More... almost 27 years ago
(b_host): Remove /pub suffix. More... almost 27 years ago
(my-distcheck): Use AMTAR, not TAR. More... almost 27 years ago