mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-05 21:00:05 +00:00
Update.
* posix/regex.c: Implement multibyte character handling. Patch by Isamu Hasegawa <isamu@yamato.ibm.co.jp>.
This commit is contained in:
parent
4b1fef8482
commit
e4c785c8d7
@ -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.
|
||||
|
||||
|
@ -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
|
||||
|
@ -151,8 +151,5 @@ libpthread {
|
||||
|
||||
# Extensions.
|
||||
pthread_yield;
|
||||
|
||||
# New internal function.
|
||||
__pthread_initialize_minimal;
|
||||
}
|
||||
}
|
||||
|
2119
posix/regex.c
2119
posix/regex.c
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user