diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-01-27 10:14:01 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-01-27 10:14:01 +0000 |
commit | a9d755661b74c081f57e249027a9bcea5b079031 (patch) | |
tree | 36712cf65f1ce58058afaaabf483fbe9a71d2873 /FAQ.in | |
parent | a25f2023916cf86dca8a1dc89df5518dcbefa11a (diff) | |
download | glibc-a9d755661b74c081f57e249027a9bcea5b079031.tar.gz glibc-a9d755661b74c081f57e249027a9bcea5b079031.tar.xz glibc-a9d755661b74c081f57e249027a9bcea5b079031.zip |
Update.
* locale/programs/locale-spec.c (locale_special): Take care of possible trigraph sequence. Patch by Zack Weinberg <zack@rabi.columbia.edu>.
Diffstat (limited to 'FAQ.in')
-rw-r--r-- | FAQ.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/FAQ.in b/FAQ.in index db5bd1d373..6112aa02bb 100644 --- a/FAQ.in +++ b/FAQ.in @@ -1046,7 +1046,8 @@ siginterrupt(). {AJ} glibc 2.1 has special string functions that are faster than the normal library functions. Some of the functions are additionally implemented as -inline functions and others as macros. +inline functions and others as macros. This might lead to problems with +existing codes but it is explicitly allowed by ISO C. The optimized string functions are only used when compiling with optimizations (-O1 or higher). The behavior can be changed with two feature |