mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
Update.
* posix/regex.c: Implement multibyte character handling. Patch by Isamu Hasegawa <isamu@yamato.ibm.co.jp>.
This commit is contained in:
@ -1,5 +1,8 @@
|
|||||||
2001-02-02 Ulrich Drepper <drepper@redhat.com>
|
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.input: Add two more test cases.
|
||||||
* string/tst-svc.expect: Modify to reflect new 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>
|
2001-02-01 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
* Makefile: Add rules to build crti.o and make it being used in
|
* Makefile: Add rules to build crti.o and make it being used in
|
||||||
|
@ -151,8 +151,5 @@ libpthread {
|
|||||||
|
|
||||||
# Extensions.
|
# Extensions.
|
||||||
pthread_yield;
|
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
Reference in New Issue
Block a user