maint: update copyright
[gnulib.git] / lib / mbsstr.c
2014-01-01 Eric Blakemaint: update copyright
2013-05-15 Paul Eggertmbsstr: port --enable-gcc-warnings to clang
2013-01-01 Eric Blakemaint: update all copyright year number ranges
2012-01-01 Jim Meyeringmaint: update all copyright year number ranges
2011-01-21 Pádraig BradyPrepare for faster uN_strstr functions.
2011-01-01 Jim Meyeringmaint: update almost all copyright ranges to include...
2010-01-01 Jim Meyeringupdate nearly all FSF copyright year lists to include...
2009-12-29 Jim Meyeringupdate nearly all FSF copyright year lists to include...
2009-12-10 Bruno HaibleUse spaces for indentation, not tabs.
2008-12-22 Bruno HaibleRemove HAVE_MBRTOWC conditionals. Use mbrtowc unconditi...
2008-01-08 Bruno HaibleDocument the knuth_morris_pratt calling convention...
2007-12-31 Bruno HaibleUnify 5 copies of the KMP code.
2007-12-31 Bruno HaibleProtect against integer overflow in malloca() calls.
2007-12-26 Bruno HaibleAdd more comments about Knuth-Morris-Pratt algorithm.
2007-10-07 Bruno HaibleChange copyright notice from GPLv2+ to GPLv3+.
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 mbsstr.
2007-02-05 Bruno HaibleNew module 'mbsstr'. Remove module 'strstr'.
2007-02-05 Bruno HaibleMove to here from strstr.c.