On 4/22/09, Glenn Fowler <[email protected]> wrote: > > REG_REGEXP for <regexp.h> compatibility will be in the next release > REG_BINARY won't be needed > just set the C or POSIX locale for byte matching
setlocale() isn't thread safe. If thread a wants regexp() against multi byte characters and thread b wants regexp() against bytes I am screwed. Jenny -- Jennifer Pioch, Uni Frankfurt _______________________________________________ ast-users mailing list [email protected] https://mailman.research.att.com/mailman/listinfo/ast-users
