* posix/regex.c: Implement multibyte character handling.
	Patch by Isamu Hasegawa <isamu@yamato.ibm.co.jp>.
This commit is contained in:
Ulrich Drepper 2001-02-02 08:47:28 +00:00
parent 4b1fef8482
commit e4c785c8d7
4 changed files with 1859 additions and 270 deletions

View File

@ -1,5 +1,8 @@
2001-02-02 Ulrich Drepper <drepper@redhat.com>
* posix/regex.c: Implement multibyte character handling.
Patch by Isamu Hasegawa <isamu@yamato.ibm.co.jp>.
* string/tst-svc.input: Add two more test cases.
* string/tst-svc.expect: Modify to reflect new test cases.

View File

@ -1,3 +1,7 @@
2001-02-02 Ulrich Drepper <drepper@redhat.com>
* Versions: Remove __pthread_initialize_minimal.
2001-02-01 Ulrich Drepper <drepper@redhat.com>
* Makefile: Add rules to build crti.o and make it being used in

View File

@ -151,8 +151,5 @@ libpthread {
# Extensions.
pthread_yield;
# New internal function.
__pthread_initialize_minimal;
}
}

File diff suppressed because it is too large Load Diff