diff options
author | Roland McGrath <roland@gnu.org> | 2002-12-13 21:32:16 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-12-13 21:32:16 +0000 |
commit | 63b11dd19b03e5c88f4cd247c2c515e3530e1eb3 (patch) | |
tree | d6f0d4152eb50c5bd90fc7974d6bbbb7ee2b096a /ChangeLog | |
parent | afc58fa87c622092e24bd35b1aac389a45400647 (diff) | |
download | glibc-63b11dd19b03e5c88f4cd247c2c515e3530e1eb3.tar glibc-63b11dd19b03e5c88f4cd247c2c515e3530e1eb3.tar.gz glibc-63b11dd19b03e5c88f4cd247c2c515e3530e1eb3.tar.bz2 glibc-63b11dd19b03e5c88f4cd247c2c515e3530e1eb3.zip |
* posix/bug-regex15.c: New file.
* posix/Makefile (tests): Add it.
* test-skeleton.c (TEST_DATA_LIMIT): New macro, default to 64MB.
(main): Set RLIMIT_DATA limit to TEST_DATA_LIMIT (or lower if need be).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2002-12-13 Roland McGrath <roland@redhat.com> + + * posix/bug-regex15.c: New file. + * posix/Makefile (tests): Add it. + + * test-skeleton.c (TEST_DATA_LIMIT): New macro, default to 64MB. + (main): Set RLIMIT_DATA limit to TEST_DATA_LIMIT (or lower if need be). + 2002-12-13 Ulrich Drepper <drepper@redhat.com> * elf/dl-misc.c (_dl_debug_vdprintf): Don't depend on 5-digit PIDs. |