mirror of git://sourceware.org/git/glibc.git
Update.
2001-04-04 Ulrich Drepper <drepper@redhat.com> * posix/fnmatch_loop.c: Undefine NEW_PATTERN when it is not used anymore.
This commit is contained in:
parent
e2700a69f4
commit
817a51e296
|
|
@ -1,3 +1,8 @@
|
||||||
|
2001-04-04 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
|
* posix/fnmatch_loop.c: Undefine NEW_PATTERN when it is not used
|
||||||
|
anymore.
|
||||||
|
|
||||||
2001-04-01 Andreas Jaeger <aj@suse.de>
|
2001-04-01 Andreas Jaeger <aj@suse.de>
|
||||||
|
|
||||||
* sysdeps/generic/s_nextafter.c (NO_LONG_DOUBLE): Add nexttowardl
|
* sysdeps/generic/s_nextafter.c (NO_LONG_DOUBLE): Add nexttowardl
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,10 @@
|
||||||
|
2001-04-04 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
|
* td_thr_getfpregs.c: If p_pid is zero use ps_getpid().
|
||||||
|
* td_thr_getgregs.c: Likewise.
|
||||||
|
* td_thr_setfpregs.c: Likewise.
|
||||||
|
* td_thr_setgregs.c: Likewise.
|
||||||
|
|
||||||
2001-03-20 Ulrich Drepper <drepper@redhat.com>
|
2001-03-20 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
* Makefile (libthread_db-routines): Add td_symbol_list.
|
* Makefile (libthread_db-routines): Add td_symbol_list.
|
||||||
|
|
|
||||||
|
|
@ -1075,6 +1075,7 @@ EXT (INT opt, const CHAR *pattern, const CHAR *string, const CHAR *string_end,
|
||||||
}
|
}
|
||||||
assert (list != NULL);
|
assert (list != NULL);
|
||||||
assert (p[-1] == L(')'));
|
assert (p[-1] == L(')'));
|
||||||
|
#undef NEW_PATTERN
|
||||||
|
|
||||||
switch (opt)
|
switch (opt)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue