swh:1:snp:9ca9e75279df5f4e3fee19bf5190ed672dcdfb33

sort by:
Revision Author Date Message Commit Date
c89f48f Include config.h. Define bcopy to memcpy if possible. 09 August 1995, 05:15:31 UTC
58ec4b5 Indent cpp directives. 09 August 1995, 05:14:06 UTC
0ee6b61 Declare xmalloc, xrealloc rather than including xalloc.h. 07 August 1995, 22:21:03 UTC
b6c390f Add FIXME comments. 07 August 1995, 16:07:28 UTC
83abb4a (isnumber): Rename to is_number. (parse_user_spec): Rename uses, too. 05 August 1995, 03:13:16 UTC
7e9b2fb (SOURCES, OBJECTS, DISTFILES): Update for new files, save-cwd.[ch]. 05 August 1995, 03:08:09 UTC
ba1b7a2 . 04 August 1995, 15:23:25 UTC
adc4828 (SOURCES, OBJECTS, DISTFILES): Update for new files. 04 August 1995, 15:15:24 UTC
8bdf2d3 . 04 August 1995, 15:09:12 UTC
6fdf995 (_getopt_internal) [lint]: Initialize INDFOUND to avoid warning from gcc. 04 August 1995, 14:30:19 UTC
a98b13c New version -- now derived from the line in libc. 30 July 1995, 18:42:09 UTC
2a818a0 Get new copy from FSF. 30 July 1995, 05:30:04 UTC
56c2b0f [memcpy]: Define to bcopy if needed. (md5_buffer): Explicitely cast SWAP expressions to unsigned to avoid warning. 30 July 1995, 05:12:30 UTC
e9befad (md5_stream): Update prototype. [__P]: Define macro. 21 July 1995, 04:48:03 UTC
032abe8 (md5_stream): Check for read failure and return indication of success rather than second argument. 21 July 1995, 04:46:50 UTC
1156115 . 20 July 1995, 17:52:49 UTC
f4a6f04 Fix conditional. 17 July 1995, 23:24:57 UTC
2db486e Don't use relocatable allocator. 07 July 1995, 13:20:16 UTC
92ba542 merge with 1.12a 24 June 1995, 22:02:25 UTC
f5480e4 Use `defined' to test HAVE_STRING_H and STDC_HEADERS. 20 June 1995, 03:11:14 UTC
51f9f34 merge with 1.12 18 June 1995, 19:33:31 UTC
1fb1236 merge with 1.11.5b 15 June 1995, 16:46:34 UTC
32480f9 Alloca fix for ConvexOS-11.0. 15 June 1995, 14:55:26 UTC
99ec38c Use void* alloca, not char*. The latter lost on convexOS. 15 June 1995, 03:57:49 UTC
c9f4830 (Convert): Use 2037 as threshold, not 1999. Otherwise years after 1999 are treated as invalid. From Andreas Schwab. 07 June 1995, 18:10:17 UTC
0424b45 Undefined INHIBIT_STRING_HEADER when we have no other way of getting a bcopy and a bzero. 03 June 1995, 17:32:10 UTC
291e27b merge with 1.11.5 01 June 1995, 14:12:57 UTC
19a3ece (at_endline_loc_p): Use 0, not NULL, in ?: for next_next. 29 May 1995, 06:15:30 UTC
dbfc060 merge with 1.11.4a 28 May 1995, 01:55:00 UTC
4ab0903 (NULL): Use explicit cast. 26 May 1995, 22:35:10 UTC
097ec10 Remove trailing white space. 26 May 1995, 15:08:55 UTC
e5bf58c (__strtol): Remove prototype altogether. Move inclusion of xstrtol.h back so that it follows system headers. 22 May 1995, 04:43:36 UTC
9399ec2 (install-exec, install-exec): New targets. From Karl Berry. (maintainer-clean): Renamed from realclean per GNU Standards. 21 May 1995, 12:27:46 UTC
9b8ea95 merge with 1.11.1b 21 May 1995, 11:44:25 UTC
03f2d7c [REGEX_FREE]: Use ((void)0) instead of just (0). 21 May 1995, 06:19:05 UTC
72d7735 Add `#ifdef _LIBC' in a few places, so this can be compiled in libc. 20 May 1995, 16:40:11 UTC
b80c387 merge with 1.11.1a 20 May 1995, 13:28:24 UTC
47a70ed No longer include safe-l?stat.h. 19 May 1995, 15:23:18 UTC
024d33a Updated from ../gpl2lgpl.sed /home/gd/gnu/lib/regex.c 17 May 1995, 20:54:49 UTC
2dd0bd2 [VMS]: Don't #include <stddef.h> if _POSIX_SOURCE or _POSIX_C_SOURCE is defined. 17 May 1995, 20:47:26 UTC
65b12a9 (re_compile_fastmap): Undo previous change. (RESET_FAIL_STACK): New macro. (re_compile_fastmap): Use RESET_FAIL_STACK, not REGEX_FREE_STACK directly. 17 May 1995, 20:29:52 UTC
d5dda41 (re_compile_fastmap): Don't free stack if it's empty. (re_match_failures): Reduce the larger value to 200000, and use whenever if MATCH_MAY_ALLOCATE. (MATCH_MAY_ALLOCATE): Don't consider REL_ALLOC when deciding whether to undef this. 15 May 1995, 23:30:28 UTC
4efe3fa (maintainer-clean): Rename from realclean. (.PHONY): New dependencies. [.c.o]: Remove -I. since safe-l?stat.h is no longer used. 13 May 1995, 13:55:56 UTC
cd71769 (make_path): Use stat, not SAFE_STAT. Use strchr, not index. Adjust defines accordingly. 13 May 1995, 13:30:10 UTC
cfb5e51 (parse_user_spec): Use strchr, not index. [!HAVE_STRING_H]: Define strchr in terms of index, not the other way around. 13 May 1995, 13:25:42 UTC
bdb3a90 (rmdir): Use stat, not safe_stat. 13 May 1995, 13:20:19 UTC
d33ed58 (rename): Use stat, not safe_stat. (rename): Compare src and dest inode numbers rather than src inode and dest *dev* when determining whether src and dest refer to the same file. From marc@math.cornell.edu (Marc Parmet). 13 May 1995, 13:19:07 UTC
4217177 (mkdir): Use stat, not safe_stat. 13 May 1995, 13:13:04 UTC
4dbac07 Undef __P before defining. Guard definition with simpler `#if __STDC__'. 13 May 1995, 13:10:38 UTC
8e8fe87 (isdir): Usage stat, not safe_stat. 13 May 1995, 13:07:54 UTC
63f4e38 (statfs): Use stat, not safe_stat. 13 May 1995, 13:06:46 UTC
5a79e1f (eaccess_stat): Make statp and path arguments const. (euidaccess): Make statp argument const. Use stat, not safe_stat. 13 May 1995, 13:05:35 UTC
88b3f20 Remove unnecessary definitions for r?index. Update definitions for ISDIGIT. 13 May 1995, 13:02:08 UTC
5365179 Remove safe-l?stat.[ch]in and related rules. 13 May 1995, 12:57:46 UTC
3af578d (argmatch): Include sys/types.h and declare length argument with type size_t. 13 May 1995, 12:55:49 UTC
efa6ff0 (basename): Make arg const. 13 May 1995, 12:52:57 UTC
0457bbc merge with 1.11.g 10 May 1995, 14:22:19 UTC
372b6ed [! emacs]: #undef REL_ALLOC. 06 May 1995, 20:14:52 UTC
079ec86 (union fail_stack_elt): New union. (fail_stack_elt_t): Use that union. (PUSH_PATTERN_OP, PUSH_FAILURE_POINTER, PUSH_FAILURE_INT) (POP_FAILURE_POINTER, POP_FAILURE_INT): Corresponding changes. (re_compile_fastmap): Corresponding changes. (PUSH_FAILURE_ELT): New macro. (FAIL_STACK_TOP): Macro deleted. (WIDE_INT): Macro deleted. (PUSH_FAILURE_POINT): Use PUSH_FAILURE_ELT. (POP_FAILURE_ELT): New macro. (POP_FAILURE_POINT): Use POP_FAILURE_ELT. 02 May 1995, 16:27:24 UTC
b634689 (PUSH_FAILURE_INT, POP_FAILURE_INT): Use WIDE_INT. (WIDE_INT): Defined (two alternate definitions). (C_ALLOCA): Undef it, if __GNUC__. (REGEX_ALLOCATE_STACK, REGEX_REALLOCATE_STACK) (REGEX_FREE_STACK): New macros. (INIT_FAIL_STACK, DOUBLE_FAIL_STACK, FREE_VARIABLES): Use them. (re_max_failures) [REL_ALLOC]: Alternative larger initial value. (re_compile_fastmap): Use REGEX_FREE_STACK. (re_match_2_internal): Always call FREE_VARIABLES before returning. Always init regstart, old_regstart, etc. whenever MATCH_MAY_ALLOCATE is defined. (FREE_VARIABLES) [REL_ALLOC]: Define non-trivially. 29 April 1995, 20:21:41 UTC
93f2c77 Use __-protected versions of `format' and `printf' only with gcc-2.7 and later. 27 April 1995, 17:04:23 UTC
b5da073 merge with 1.11.f 27 April 1995, 06:06:46 UTC
8f660e2 (REGEX_FREE): Add back the `while (0)' hack Put back ifdefs to protect unnecessary decl. 27 April 1995, 05:23:35 UTC
836d9e2 Latest from RMS. 27 April 1995, 04:54:07 UTC
114bfa5 (EMACS_INT): Define it to int. (BIG KLUDGE) 26 April 1995, 17:19:13 UTC
9466071 (REGEX_FREE): Define to `while (0) /* empty */' rather than nothing. Otherwise, some uses got warnings about empty if-clause. Declare failure_stack_ptr only #ifdef REL_ALLOC. 26 April 1995, 17:18:27 UTC
aa8a884 New version from FSF. 26 April 1995, 17:02:38 UTC
459c1dd Protect format and printf with __*__. 24 April 1995, 16:25:29 UTC
39d2ab5 Fix mostly per Franc,ois' suggestions. 22 April 1995, 05:54:18 UTC
2917e4a Update and add copyright. 21 April 1995, 17:29:15 UTC
8bd7f00 (re_match_2_internal): Eliminate cast of ptr to int. (PUSH_FAILURE_ITEM, POP_FAILURE_ITEM): Macros deleted. (PUSH_FAILURE_INT, POP_FAILURE_INT): New macros. (PUSH_FAILURE_POINTER, POP_FAILURE_POINTER): New macros. (re_match_2_internal): Rename label `succeed' to `succeed_label'. 09 April 1995, 19:14:40 UTC
ff9e18a merge with 1.11.d 21 March 1995, 01:43:35 UTC
cb0e9ba sync from FSF 20 March 1995, 15:09:56 UTC
1f08620 . 20 March 1995, 14:26:41 UTC
512ba8f . 12 March 1995, 18:21:38 UTC
fc929d1 Undef __P before defining it. 12 March 1995, 18:06:08 UTC
0f5b214 Make source const. 12 March 1995, 15:26:36 UTC
69d778f Update from glibc. 12 March 1995, 15:26:09 UTC
da2be74 (SET_REGS_MATCHED): Enclose if-stmt in `do {...} while(0)' instead of using trailing `else' -- otherwise, gcc -Wall complains of `empty body in an else-statement'. 28 February 1995, 13:54:33 UTC
993d006 (SET_REGS_MATCHED): Enclose if-stmt in `do {...} while(0)' instead of using trailing `else' -- otherwise, gcc -Wall complains of `empty body in an else-statement'. 28 February 1995, 13:46:40 UTC
01f6e87 Always include system headers, but define-away any putenv prototype. 28 February 1995, 12:08:03 UTC
a99e0db Remove sys-dependent cruft and define-away getopt in system headers instead. 28 February 1995, 12:06:57 UTC
7bf62aa update from FSF 16 February 1995, 20:25:54 UTC
c39edfa (SOURCES): Add memcmp.c, memcpy.c, and memset.c. 11 February 1995, 14:11:36 UTC
b63cd90 . 11 February 1995, 14:02:02 UTC
e207996 . 27 January 1995, 19:32:16 UTC
849c438 (get_fs_usage, statfs): Use safe_read, and safe_stat rather than bare read and stat. 27 January 1995, 17:20:54 UTC
d9086e9 Declare errno if it's not defined. Rename SAFE_STAT to safe_stat. 27 January 1995, 17:16:56 UTC
10d0937 Declare errno if it's not defined. 27 January 1995, 17:16:19 UTC
76f1dc6 (DEFS): Remove -Dlint. (DISTFILES): Add error.h. 27 January 1995, 17:09:18 UTC
2d6883c Rename SAFE_STAT to safe_stat. 27 January 1995, 17:05:11 UTC
5cf5ab6 . 27 January 1995, 15:35:17 UTC
3b8ba97 (basename): Use strrchr, not rindex. [!STDC_HEADERS && !HAVE_STRING_H]: Define strrchr to rindex. 27 January 1995, 15:23:48 UTC
a5ebad6 . 27 January 1995, 15:01:25 UTC
cd063a2 . 27 January 1995, 15:00:54 UTC
8438e7a . 27 January 1995, 14:41:51 UTC
ed68688 . 27 January 1995, 05:37:03 UTC
cad3ddc Remove/rewrite some comments. 27 January 1995, 05:36:14 UTC
fd6a929 . 27 January 1995, 05:22:23 UTC
29052bf [!emacs] (SWITCH_ENUM_CAST): New macro, from emacs/lisp.h (re_compile_fastmap, re_match_2_internal): Use that macro instead of testing SWITCH_ENUM_BUG. 18 January 1995, 20:47:36 UTC
back to top