glibc/posix
Ulrich Drepper 5f93cd52f6 Update.
2003-11-17  Jakub Jelinek  <jakub@redhat.com>

	* posix/regcomp.c (optimize_utf8): Optimize multi-byte chars as
	well.
	* posix/bug-regex20.c (tests): Add new tests.  Multi-byte char
	followed by dup operator is expected to be optimized.

	* posix/regexec.c (check_node_accept_bytes): Move nrules and j
	variables to the block where they are only used, initialize
	nrules only immediately before using it.

2003-11-15  Andreas Jaeger  <aj@suse.de>

	* sysdeps/x86_64/fpu/s_scalbnl.S: New file.
	* sysdeps/x86_64/fpu/s_truncl.S: New file.
	* sysdeps/x86_64/fpu/s_nearbyintl.S: New file.
	* sysdeps/x86_64/fpu/s_floorl.S: New file.
	* sysdeps/x86_64/fpu/s_ilogbl.S: New file.
	* sysdeps/x86_64/fpu/e_remainderl.S: New file.

	* math/libm-test.inc (floor_test): Test also ±0.25.
	(ceil_test): Test -0.25.
2003-11-18 07:25:02 +00:00
..
bits (_POSIX_NGROUPS_MAX): Define to 8 or 0 depending on selected standard. (NGROUPS_MAX): Define to 8 if not defined. 2003-07-02 07:17:15 +00:00
glob
rxspencer Update. 2003-11-13 23:39:31 +00:00
sys Update. 2003-04-19 16:57:17 +00:00
.cvsignore
annexc.c
bsd-getpgrp.c
bug-regex1.c
bug-regex2.c
bug-regex3.c
bug-regex4.c 2003-04-07 Jakub Jelinek <jakub@redhat.com> 2003-04-08 01:23:29 +00:00
bug-regex5.c
bug-regex6.c
bug-regex7.c
bug-regex8.c
bug-regex9.c
bug-regex10.c
bug-regex11.c Update. 2003-10-07 18:50:07 +00:00
bug-regex12.c Update. 2003-10-02 22:41:11 +00:00
bug-regex13.c
bug-regex14.c
bug-regex15.c
bug-regex16.c
bug-regex17.c Update. 2003-11-12 07:56:31 +00:00
bug-regex18.c Update. 2003-11-12 06:13:10 +00:00
bug-regex19.c Update. 2003-11-12 17:47:46 +00:00
bug-regex20.c Update. 2003-11-18 07:25:02 +00:00
confstr.c 2003-03-04 Roland McGrath <roland@redhat.com> 2003-03-05 03:02:26 +00:00
cpio.h
Depend
execl.c
execle.c
execlp.c
execv.c
execvp.c
fnmatch_loop.c Update. 2003-06-13 21:05:42 +00:00
fnmatch.c * nscd/cache.c (cache_search): Give first arg type `request_type'. 2003-03-16 01:04:03 +00:00
fnmatch.h
getconf.c Update. 2003-06-02 22:44:59 +00:00
getopt1.c
getopt_init.c
getopt.c Update. 2003-09-12 22:37:19 +00:00
getopt.h Update. 2003-09-12 22:37:19 +00:00
glob.h
globtest.c
globtest.sh Update. 2003-10-27 01:36:12 +00:00
Makefile Update. 2003-11-13 20:52:55 +00:00
ptestcases.h Update. 2003-11-13 01:04:26 +00:00
PTESTS Update. 2003-11-13 01:04:26 +00:00
PTESTS2C.sed Update. 2003-11-13 01:04:26 +00:00
re_comp.h
regcomp.c Update. 2003-11-18 07:25:02 +00:00
regex_internal.c Update. 2003-11-16 07:14:28 +00:00
regex_internal.h Update. 2003-11-16 07:14:28 +00:00
regex.c Update. 2003-11-16 07:14:28 +00:00
regex.h Update. 2003-11-13 06:01:46 +00:00
regexbug1.c
regexec.c Update. 2003-11-18 07:25:02 +00:00
runptests.c Update. 2003-11-13 01:04:26 +00:00
runtests.c Update. 2003-11-13 20:04:16 +00:00
sched.h Update. 2003-05-10 07:48:16 +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. 2003-04-19 16:57:17 +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
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 * posix/transbug.c: Include <string.h> for memset and strlen 2003-06-25 11:04:58 +00:00
tst-chmod.c
tst-dir.c
tst-exec.c
tst-fnmatch.c
tst-fnmatch.input
tst-fork.c
tst-getaddrinfo.c
tst-getconf.sh
tst-getlogin.c
tst-gnuglob.c
tst-mmap.c
tst-nanosleep.c * posix/tst-nanosleep.c: Include <time.h> for nanosleep 2003-06-25 11:14:37 +00:00
tst-nice.c 2003-03-20 Roland McGrath <roland@redhat.com> 2003-03-20 11:40:36 +00:00
tst-preadwrite64.c
tst-preadwrite.c
tst-regex.c Update. 2003-11-12 17:47:46 +00:00
tst-regexloc.c
tst-rxspencer.c Update. 2003-11-14 18:17:12 +00:00
tst-spawn.c
tst-truncate64.c
tst-truncate.c
tstgetopt.c
unistd.h Update. 2003-09-04 16:19:05 +00:00
Versions Update. 2003-09-17 00:49:19 +00:00
wait.h
wordexp-test.c Update. 2003-09-18 02:54:32 +00:00
wordexp-tst.sh
wordexp.h (CFLAGS-oldtmpfile.c): Add -fexceptions. 2003-09-02 07:14:15 +00:00