0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 5 days ago. based on code collected 5 days ago.
Mar 24, 2025 — Mar 24, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Import latest version from gnulib. More... over 22 years ago
Import latest version from gnulib. More... over 22 years ago
(print_news_deltas): New function, extracted from main. (main): Make `news_file' an array. Use '...=s' => \@var for --news and --url-directory specs. Before there were a couple of problems. More... over 22 years ago
(sc_cast_of_alloca_return_value): New rule. (syntax-check-rules): Add it. More... over 22 years ago
(sc_cast_of_x_alloc_return_value): Also check for alloca casts. More... over 22 years ago
Update from gnulib. More... over 22 years ago
(version_etc): Rename parameter, authors, to written_by. More... over 22 years ago
(version_etc): Rename parameter, authors, to written_by. Combine fprintf and following putc('\n'. More... over 22 years ago
revert previous change More... over 22 years ago
(version_etc_va): Declare it. More... over 22 years ago
This lets translators provide better translations for the `Written by ...' part of --version output. More... over 22 years ago
Update from gnulib. More... over 22 years ago
New file, from GNU gettext, via gnulib. More... over 22 years ago
(error_tail): Assume vprintf. More... over 22 years ago
(EXIT_FAILURE): Remove; now done by exit.h Don't include stdlib.h; no longer needed. More... over 22 years ago
Include "xalloc.h" first, to check interface. Include <stdlib.h> unconditionally. More... over 22 years ago
[!defined _LIBC]: Include exit.h. Remove; now done by exit.h. More... over 22 years ago
(POINTER): Remove. All uses changed to void *. (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN, _obstack_begin, _obstack_begin_1, _obstack_allocated_p) (defined __STDC__ && __STDC__)]: Remove nonprototyped code. Include <stdlib.h> unconditionally. (_obstack_begin, _obstack_begin_1, _obstack_newchunk, _obstack_allocated_p, _obstack_free, obstack_free, _obstack_memory_used, print_and_abort): Define using prototypes. (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base, obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0, obstack_finish, obstack_grow, obstack_grow0, obstack_make_room, obstack_next_free, obstack_object_size, obstack_room) [0]: Remove unused, unprototyped code. More... over 22 years ago
(PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]: Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H. (This type really should be intptr_t, but that's a C99ism.) (_obstack_memcpy): Remove: all uses changed to memcpy. Include <string.h> unconditionally. (struct obstack): Assume __STDC__ for types of members chunkfun, freefun, extra_arg. (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1, _obstack_memory_used, obstack_alloc_failed_handler, obstack_init, obstack_begin, obstack_specify_allocation, obstack_specify_allocation_with_arg, obstack_chunkfun, obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]: Remove unprototyped decls and the macros that use them. More... over 22 years ago
(rpl_realloc): Likewise. Also, define with a prototype. More... over 22 years ago
Include <stdlib.h>, for malloc; don't bother with stddef.h. rpl_malloc returns void *, not char *. More... over 22 years ago
(const): Remove macro. (getopt_long, getopt_long_only, main): Define with prototype. More... over 22 years ago
(const): Remove macro. Include <string.h> unconditionally. (my_index): Remove; all uses changed to strchr. (strlen): Remove decl. (exchange): Remove forward decl; no longer needed. (exchange, _getopt_initialize, _getopt_internal, getopt, main): Define with prototype. More... over 22 years ago
Include <stdlib.h> unconditionally. More... over 22 years ago
Include error.h first, to check interface. Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally. (VA_START): Remove; all uses changeed to va_start. (exit, strerror): Remove decls. (error_print_progname): Prototype uncondionally. Don't include <errno.h>; no longer needed. (private_strerror): Remove. (error_tail): Always define. (error, error_at_line): Assume C89 or better; always use prototypes. More... over 22 years ago
(error, error_at_line, error_print_progname) [! (defined (__STDC__) && __STDC__)]: Remove decls. More... over 22 years ago
Include <string.h>, <stdlib.h> unconditionally. (POINTER_TYPE, pointer): Remove; all uses changed to void *. (NULL): Remove. (find_stack_direction, alloca): Use prototypes. More... over 22 years ago
(GZIP_ENV): Remove --rsyncable. Didn't give enough of a benefit, mainly because it's not yet in wide enough use. More... over 22 years ago
(po-check): Use cvsu, so that a temporary source file in lib/ or src/ doesn't induce an unwarranted failure. Add a kludge to filter out the sole generated source file that also has translatable messages: false.c. More... over 22 years ago
(local-check): Rename as... (local-checks-available): this. (local-check): New. More... over 22 years ago