summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2003-09-13Update from gnulib.Jim Meyering
2003-09-13New file, from gnulib.Jim Meyering
2003-09-13Update from gnulib.Jim Meyering
2003-09-13Update from gnulib.Jim Meyering
2003-09-13Update from gnulib.Jim Meyering
2003-09-13New file, from gnulib.Jim Meyering
2003-09-13New file, from GNU gettext, via gnulib.Jim Meyering
2003-09-13from gnulibJim Meyering
2003-09-13from gnulibJim Meyering
2003-09-13(my_mktime_localtime_r): Remove; all uses changed to __localtime_r.Jim Meyering
(__localtime_r) [!defined _LIBC]: New macro. Include <time_r.h>. (__mktime_internal) [!defined _LIBC]: Now extern, not static.
2003-09-13(my_strftime_gmtime_r): Remove; all uses changed to __gmtime_r.Jim Meyering
(my_strftime_localtime_r): Remove; all uses changed to __localtime_r. (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros. Include <time_r.h>.
2003-09-13.Jim Meyering
2003-09-13*** empty log message ***Jim Meyering
2003-09-13(error_tail): Assume vprintf.Jim Meyering
2003-09-13Update from gnulib.Jim Meyering
2003-09-13(EXIT_FAILURE): Remove; now done by exit.hJim Meyering
Don't include stdlib.h; no longer needed.
2003-09-13Include "xalloc.h" first, to check interface.Jim Meyering
Include <stdlib.h> unconditionally. Include exit.h. (EXIT_FAILURE): Remove; now done by exit.h
2003-09-13[!defined _LIBC]: Include exit.h.Jim Meyering
Remove; now done by exit.h.
2003-09-13Include exit.h.Jim Meyering
Remove; now done by exit.h
2003-09-13Include exit.h.Jim Meyering
(EXIT_FAILURE): Remove; now done by exit.h
2003-09-11*** empty log message ***Jim Meyering
2003-09-11Include <stdlib.h>, <string.h> unconditionally.Jim Meyering
(free): Remove decl.
2003-09-11Include <stdlib.h> unconditionally.Jim Meyering
2003-09-11Include <stdlib.h> unconditionally.Jim Meyering
2003-09-11Include <stdlib.h>, <string.h> unconditionally.Jim Meyering
(free): Remove decl.
2003-09-11(_RE_ARGS): Remove. All uses removed.Jim Meyering
2003-09-11(PARAMS): Remove. All uses removed.Jim Meyering
All uses of _RE_ARGS removed, too. Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h> unconditionally. (bzero): Assume memset exists. (memcmp, memcpy, NULL): Remove. (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed char, or assignments to local vars of type signed char. (init_syntax_once, PREFIX(extract_number_and_incr), PREFIX(print_partial_compiled_pattern), PREFIX(print_compiled_pattern), PREFIX(print_double_string), convert_mbs_to_wcs, print_fastmap, re_set_syntax, PREFIX(regex_grow_registers), PREFIX(regex_compile), PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1), PREFIX(insert_op2), PREFIX(at_begline_loc_p), PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space, wcs_compile_range, byte_compile_range, truncate_wchar, PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers, re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2, count_mbs_length, wcs_re_match_2_internal, byte_re_match_2_internal, PREFIX(group_match_null_string_p), PREFIX(alt_match_null_string_p), PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate), re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror, regfree, PREFIX(extract_number)): Define with prototype. Remove now-unnecessary declaration, if any. (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec, regcomp, regexec): Remove now-unnecessary casts among pointer types.
2003-09-10.Jim Meyering
2003-09-10Include <sys/types.h>, so that this file is self-contained.Jim Meyering
2003-09-10Include readtokens.h first, to test interface.Jim Meyering
Include <stdlib.h>, <string.h> unconditionally. (init_tokenbuffer): Define with a prototype.
2003-09-10(malloc): Returns void *, not char *.Jim Meyering
Include <string.h> unconditionally. (strchr, memcpy, NULL): Do not define.
2003-09-10(getenv): Remove decl.Jim Meyering
2003-09-10Include <stdlib.h>, <string.h> unconditionally.Jim Meyering
(main): Define with a prototype.
2003-09-10(physmem_total, physmem_available, main): Define with prototypes.Jim Meyering
2003-09-10Include <stdlib.h>, <string.h> unconditionally.Jim Meyering
2003-09-10(POINTER): Remove. All uses changed to void *.Jim Meyering
(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.
2003-09-10(PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:Jim Meyering
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.
2003-09-10Include <stdlib.h>, <string.h> unconditionally.Jim Meyering
(free): Remove decl.
2003-09-10Include <stdlib.h> unconditionally.Jim Meyering
(malloc): Remove decl.
2003-09-10(STDC_HEADERS): Remove.Jim Meyering
Include <stdlib.h>, <string.h> unconditionally.
2003-09-10(rmdir): Define with a prototype.Jim Meyering
2003-09-10Include <stdlib.h>, <string.h> unconditionally.Jim Meyering
Include savedir.h first, to test interface.
2003-09-10Include <stdlib.h>, <string.h> unconditionally.Jim Meyering
(free): Remove decl.
2003-09-10Include <stddef.h>.Jim Meyering
Use types required by C89 in prototype.
2003-09-10Include <string.h> unconditionally.Jim Meyering
2003-09-10(__ptr_t): Remove; all uses changed to void *.Jim Meyering
Include <string.h> unconditionally. Include <limits.h> unconditionally. (LONG_MAX): Remove. (__memchr): Define via a prototype.
2003-09-10(__ptr_t): Remove; all uses changed to void *.Jim Meyering
Include <string.h> unconditionally. (__P): Remove, and remove all uses. (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment): Remove forward decls; no longer needed.
2003-09-10(__ptr_t): Remove; all uses changed to void *.Jim Meyering
Include <string.h> unconditionally. Include <limits.h> unconditionally. Include <stdlib.h> unconditionally. (LONG_MAX): Remove. (__memchr): Define via a prototype.
2003-09-10Include "sha.h" first.Jim Meyering
Include <stdlib.h>, <string.h> unconditionally.
2003-09-10(__P): Remove all uses. (It wasn't defined??)Jim Meyering