Update after allocsa -> malloca renaming.
[pspp] / lib / mbscasestr.c
2007-06-09 Bruno HaibleUpdate after allocsa -> malloca renaming.
2007-02-12 Bruno HaibleOptimize memory allocation to use alloca when possible.
2007-02-11 Bruno HaibleEnsure O(n) worst-case complexity of mbscasestr.
2007-02-05 Bruno HaibleNew module 'mbscasestr'. Reduced goal of 'strcasestr'.
2007-02-05 Bruno HaibleCopied from strcasestr.c.