Optimize memory allocation to use alloca when possible.
[gnulib.git] / lib / c-strstr.c
2007-02-12 Bruno HaibleOptimize memory allocation to use alloca when possible.
2007-02-11 Bruno HaibleEnsure O(n) worst-case complexity.
2007-02-11 Bruno HaibleRewrite c-strstr.c for maintainability.
2006-10-20 Bruno HaibleInclude the specification header.
2006-09-14 Bruno HaibleInclude <config.h> unconditionally.
2006-08-28 Bruno HaibleNew module 'c-strstr'.