diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-01-22 09:29:52 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-01-22 09:29:52 +0000 |
commit | e18db2b0eec02e478cfaaed5a7ac71bef4fccc6a (patch) | |
tree | c6cb724304bcb78f83486c7fca3dd34eb85f4c50 /manual | |
parent | 61d97e921b82c646d98a23c7ca16d2f1997006d7 (diff) | |
download | glibc-e18db2b0eec02e478cfaaed5a7ac71bef4fccc6a.tar.gz glibc-e18db2b0eec02e478cfaaed5a7ac71bef4fccc6a.tar.xz glibc-e18db2b0eec02e478cfaaed5a7ac71bef4fccc6a.zip |
Update.
1999-01-20 Andreas Schwab <schwab@issan.cs.uni-dortmund.de> * elf/Makefile: Make dependencies between test modules explicit. (preloadtest-preloads): New variable. ($(objpfx)preloadtest.out): Use it. (preloadtest-ENV): Use it. 1999-01-22 Andreas Schwab <schwab@issan.cs.uni-dortmund.de> * sysdeps/unix/sysv/linux/arm/Dist: Undo last change. Not needed. * elf/Makefile: Add missing dependency for preloadtest binary. 1999-01-21 Ulrich Drepper <drepper@cygnus.com>
Diffstat (limited to 'manual')
-rw-r--r-- | manual/ctype.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/ctype.texi b/manual/ctype.texi index 3b21821fa5..fde864b647 100644 --- a/manual/ctype.texi +++ b/manual/ctype.texi @@ -656,7 +656,7 @@ is_in_class (int c, const char *class) @} @end smallexample -@xref{Converting a Character} for more information on @code{btowc}. +@xref{Converting a Character}, for more information on @code{btowc}. Please note that this change probably does not improve the performance of the program a lot since the @code{wctype} function still has to make the string comparisons. But it gets really interesting if the |