New module 'time', so that apps can include <time.h> as per
[pspp] / modules / c-strcasestr
2007-02-12 Bruno HaibleOptimize memory allocation to use alloca when possible.
2007-02-11 Bruno HaibleEnsure O(n) worst-case complexity of c_strcasestr.
2005-10-11 Bruno HaibleNew module 'c-strcasestr'.