glibc/posix
Ulrich Drepper 2d87db5b53 * posix/regex_internal.h (re_sub_match_top_t): Remove unused member
next_last_offset.
	(struct re_dfa_t): Remove unused member states_alloc.
	* posix/regcomp.c (init_dfa): Don't initialize unused members.

2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>

	* posix/regexec.c (set_regs): Don't alloca with an unbounded size.

	alloca modernization/simplification for regex.
	* posix/regex.c: Remove portability cruft for alloca.  This no longer
	needs to be at the start of the file, and can be moved into
	regex_internal.h and simplified.
	* posix/regex_internal.h: Include <alloca.h>.
	(__libc_use_alloca) [!defined _LIBC]: New macro.
	* posix/regexec.c (build_trtable): Remove "#ifdef _LIBC",
	since the code now works outside glibc.

2005-09-06  Ulrich Drepper  <drepper@redhat.com>

	* include/regex.h: Remove use of _RE_ARGS.

2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>

	* posix/regexec.c (find_recover_state): Change "err" to "*err".

2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>

	* posix/regcomp.c (regerror): Pointer args are 'restrict',
	as per POSIX.
	* posix/regex.h (regerror): Likewise.
	* manual/pattern.texi (POSIX Regexp Compilation): Likewise.
	Similarly for regcomp and regexec.  Also, first 2 args of regexec
	and 2nd arg of regerror are const.

	* posix/regex.c: Do not include <sys/types.h>, as POSIX no longer
	requires this.  (The code never needed it.)

2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>

	* posix/regexec.c (sift_states_bkref): re_node_set_insert returns
	int, not reg_errcode_t.

	* posix/regex_internal.c (calc_state_hash): Put 'inline' before type,
	since some broken compilers warn about it otherwise.

	* posix/regcomp.c (create_initial_state): Remove duplicate decl.

2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>

	* posix/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
	C89 or better.  All uses removed.

2005-09-06  Ulrich Drepper  <drepper@redhat.com>

	* posix/regex.c: Prevent using C++ compilers.

2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>

	* posix/regcomp.c (duplicate_node): Return new index, not an error
	code, and let the caller return REG_ESPACE if out of space.  This
	removes an uninitialied-variable warning with GCC 4.0.1, and also
	avoids taking the address of a local variable.  All callers
	changed.

2005-09-06  Ulrich Drepper  <drepper@redhat.com>

	* include/time.h (__strptime_internal): Rename parameter to avoid
	bogus compiler warning.

2005-08-19  Jim Meyering  <jim@meyering.net>

	* posix/regexec.c (proceed_next_node): Redo local variables to
	avoid GCC shadowing warnings.

2005-09-06  Ulrich Drepper  <drepper@redhat.com>

	* posix/regex_internal.c (re_acquire_state): Minor code rearrangement.
	(re_acquire_state_context): Likewise.

2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>

	* posix/regex_internal.c (re_string_realloc_buffers):
	(re_node_set_insert, re_node_set_insert_last, re_dfa_add_node):
	Rename local variables to avoid GCC shadowing warnings.

2005-07-08  Eric Blake  <ebb9@byu.net>
            Paul Eggert  <eggert@cs.ucla.edu>

	* posix/regcomp.c (init_dfa): Store __btowc value in wint_t, not
	wchar_t.  Remove now-unnecessary cast.
	(build_range_exp): Likewise.
2005-09-06 21:15:13 +00:00
..
bits * posix/bits/unistd.h (confstr, getgroups, ttyname_r, gethostname, 2005-08-08 19:04:11 +00:00
glob
rxspencer * posix/regcomp.c (lower_subexp): Do not optimize empty 2005-02-22 05:07:20 +00:00
sys 2.5-18.1 2007-07-12 18:26:36 +00:00
.cvsignore
annexc.c * Makerules ($(common-objpfx)shlib.lds): Don't use \n in rhs of sed 2004-03-25 03:54:03 +00:00
BOOST.tests
bsd-getpgrp.c
bug-ga1.c
bug-ga2.c
bug-glob1.c Update. 2004-10-01 15:44:06 +00:00
bug-glob2.c Test of globfree after failed glob call. 2004-10-27 18:18:56 +00:00
bug-regex1.c
bug-regex2.c
bug-regex3.c
bug-regex4.c
bug-regex5.c 2.5-18.1 2007-07-12 18:26:36 +00:00
bug-regex6.c
bug-regex7.c
bug-regex8.c
bug-regex9.c
bug-regex10.c
bug-regex11.c
bug-regex12.c
bug-regex13.c
bug-regex14.c
bug-regex15.c
bug-regex16.c
bug-regex17.c
bug-regex18.c
bug-regex19.c [BZ #693] 2005-01-26 19:56:03 +00:00
bug-regex20.c
bug-regex21.c
bug-regex22.c 2.5-18.1 2007-07-12 18:26:36 +00:00
bug-regex23.c
bug-regex24.c Update. 2004-11-15 22:00:25 +00:00
confstr.c Update. 2004-12-13 21:29:18 +00:00
cpio.h 2004-08-09 Roland McGrath <roland@frob.com> 2004-08-10 05:10:38 +00:00
Depend
execl.c Update. 2005-01-20 20:10:02 +00:00
execle.c Update. 2005-01-20 20:10:02 +00:00
execlp.c Update. 2005-01-20 20:10:02 +00:00
execv.c 2.5-18.1 2007-07-12 18:26:36 +00:00
execvp.c [BZ #1125] 2005-07-24 21:41:49 +00:00
fnmatch_loop.c 2.5-18.1 2007-07-12 18:26:36 +00:00
fnmatch.c (fnmatch): For short patterns or strings attempt to avoid calling mbsrtowcs twice. 2005-03-30 04:17:47 +00:00
fnmatch.h Update. 2004-09-14 04:41:35 +00:00
getconf.c * posix/getconf.c: Update copyright year. 2005-01-12 23:43:44 +00:00
getopt1.c Update. 2004-03-09 10:36:53 +00:00
getopt_init.c
getopt_int.h Update. 2004-03-09 10:36:53 +00:00
getopt.c * include/stdio.h (__fxprintf): Remove wfmt argument. 2005-07-20 17:51:14 +00:00
getopt.h Update. 2004-03-19 00:37:59 +00:00
glob.h Update. 2004-09-17 00:56:07 +00:00
globtest.c
globtest.sh
Makefile [BZ #1125] 2005-07-24 21:41:49 +00:00
PCRE.tests Update. 2004-11-25 22:32:18 +00:00
ptestcases.h
PTESTS
PTESTS2C.sed
re_comp.h
regcomp.c * posix/regex_internal.h (re_sub_match_top_t): Remove unused member 2005-09-06 21:15:13 +00:00
regex_internal.c * posix/regex_internal.h (re_sub_match_top_t): Remove unused member 2005-09-06 21:15:13 +00:00
regex_internal.h * posix/regex_internal.h (re_sub_match_top_t): Remove unused member 2005-09-06 21:15:13 +00:00
regex.c * posix/regex_internal.h (re_sub_match_top_t): Remove unused member 2005-09-06 21:15:13 +00:00
regex.h * posix/regex_internal.h (re_sub_match_top_t): Remove unused member 2005-09-06 21:15:13 +00:00
regexbug1.c
regexec.c * posix/regex_internal.h (re_sub_match_top_t): Remove unused member 2005-09-06 21:15:13 +00:00
runptests.c
runtests.c
sched.h Update. 2004-03-19 00:14:42 +00:00
spawn_faction_addclose.c
spawn_faction_adddup2.c
spawn_faction_addopen.c
spawn_faction_destroy.c
spawn_faction_init.c
spawn_int.h
spawn.c
spawn.h Update. 2004-09-12 18:05:37 +00:00
spawnattr_destroy.c
spawnattr_getdefault.c
spawnattr_getflags.c
spawnattr_getpgroup.c
spawnattr_getschedparam.c
spawnattr_getschedpolicy.c
spawnattr_getsigmask.c
spawnattr_init.c
spawnattr_setdefault.c
spawnattr_setflags.c Update. 2004-09-12 18:05:37 +00:00
spawnattr_setpgroup.c
spawnattr_setschedparam.c
spawnattr_setschedpolicy.c
spawnattr_setsigmask.c
spawnp.c
tar.h
test-vfork.c
testcases.h
testfnm.c
TESTS
TESTS2C.sed
transbug.c 2.5-18.1 2007-07-12 18:26:36 +00:00
tst-boost.c
tst-chmod.c Update. 2004-04-21 18:58:31 +00:00
tst-dir.c
tst-exec.c 2.5-18.1 2007-07-12 18:26:36 +00:00
tst-execl1.c Test for exec function. 2005-02-23 02:42:55 +00:00
tst-execl2.c Test for exec function. 2005-02-23 02:42:55 +00:00
tst-execle1.c 2005-03-29 Thorsten Kukuk <kukuk@suse.de> 2005-03-29 23:27:01 +00:00
tst-execle2.c 2005-03-29 Thorsten Kukuk <kukuk@suse.de> 2005-03-29 23:27:01 +00:00
tst-execlp1.c Test for exec function. 2005-02-23 02:42:55 +00:00
tst-execlp2.c Test for exec function. 2005-02-23 02:42:55 +00:00
tst-execv1.c Test for exec function. 2005-02-23 02:42:55 +00:00
tst-execv2.c Test for exec function. 2005-02-23 02:42:55 +00:00
tst-execve1.c Test for exec function. 2005-02-23 02:42:55 +00:00
tst-execve2.c Test for exec function. 2005-02-23 02:42:55 +00:00
tst-execvp1.c Test for exec function. 2005-02-23 02:42:55 +00:00
tst-execvp2.c Test for exec function. 2005-02-23 02:42:55 +00:00
tst-execvp3.c * posix/execvp.c (execvp): Use file name including path when 2005-04-14 21:20:51 +00:00
tst-execvp4.c [BZ #1125] 2005-07-24 21:41:49 +00:00
tst-fnmatch.c
tst-fnmatch.input [BZ #361] 2004-09-02 03:38:10 +00:00
tst-fork.c
tst-getaddrinfo2.c Update. 2004-10-06 18:09:57 +00:00
tst-getaddrinfo.c
tst-getconf.sh
tst-getlogin.c
tst-gnuglob.c Update. 2004-09-30 06:42:39 +00:00
tst-mmap.c [BZ #959] 2005-06-03 20:37:25 +00:00
tst-nanosleep.c
tst-nice.c
tst-pcre.c
tst-preadwrite64.c
tst-preadwrite.c 2.5-18.1 2007-07-12 18:26:36 +00:00
tst-regex2.c Update. 2004-12-10 00:41:30 +00:00
tst-regex.c Update. 2004-12-10 00:41:30 +00:00
tst-regexloc.c
tst-rxspencer.c [BZ #693] 2005-01-26 19:56:03 +00:00
tst-spawn.c 2.5-18.1 2007-07-12 18:26:36 +00:00
tst-sysconf.c Update. 2004-11-27 22:47:48 +00:00
tst-truncate64.c
tst-truncate.c 2.5-18.1 2007-07-12 18:26:36 +00:00
tst-vfork1.c Update. 2004-03-10 05:25:48 +00:00
tst-vfork2.c Update. 2004-03-10 05:25:48 +00:00
tst-waitid.c Update. 2004-11-10 15:48:06 +00:00
tstgetopt.c
unistd.h [BZ #877] 2005-04-27 09:49:39 +00:00
Versions Update. 2004-05-03 21:40:12 +00:00
wait.h
wordexp-test.c
wordexp-tst.sh
wordexp.h