Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | version-etc: new year | Paul Eggert | 2014-12-31 | 1 | -1/+1 |
| | | | | | | * doc/gnulib.texi: * lib/version-etc.c (COPYRIGHT_YEAR): Update copyright date. * all files: Run 'make update-copyright'. | ||||
* | maint: update copyright | Eric Blake | 2014-01-01 | 1 | -1/+1 |
| | | | | | | I ran 'make update-copyright'. Signed-off-by: Eric Blake <eblake@redhat.com> | ||||
* | maint: update all copyright year number ranges | Eric Blake | 2013-01-01 | 1 | -1/+1 |
| | | | | | | Run "make update-copyright". Compare to commit 1602f0a from last year. Signed-off-by: Eric Blake <eblake@redhat.com> | ||||
* | maint: update all copyright year number ranges | Jim Meyering | 2012-01-01 | 1 | -1/+1 |
| | | | | Run "make update-copyright". | ||||
* | Prepare for faster uN_strstr functions. | Pádraig Brady | 2011-01-21 | 1 | -3/+6 |
| | | | | | | | | * lib/str-kmp.h: Support definable UNITs. (knuth_morris_pratt): Renamed from knuth_morris_pratt_unibyte. Add needle_len argument. * lib/mbsstr.c (mbsstr): Adjust for the changed str-kmp.h. * lib/mbscasestr.c (mbscasestr): Likewise. | ||||
* | maint: update almost all copyright ranges to include 2011 | Jim Meyering | 2011-01-01 | 1 | -1/+1 |
| | | | | Run the new "make update-copyright" rule. | ||||
* | update nearly all FSF copyright year lists to include 2010 | Jim Meyering | 2010-01-01 | 1 | -1/+1 |
| | | | | | Use the same procedure as for 2009, outlined in http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/20081 | ||||
* | update nearly all FSF copyright year lists to include 2009 | Jim Meyering | 2009-12-29 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | The files named by the following are exempted: grep -v '^#' config/srclist.txt|grep -v '^$' \ | while read src dst; do test -f "$dst" && { echo "$dst"; continue; } test -d "$dst" || continue echo "$dst"/$(basename "$src") done > exempt git ls-files tests/unictype >> exempt In the remaining files, convert to all-interval notation if - there is already at least one year interval like 2000-2003 - the file is maintained by me - the file is in lib/uni*/, where that style already prevails Otherwise, use update-copyright's default. | ||||
* | Use spaces for indentation, not tabs. | Bruno Haible | 2009-12-10 | 1 | -271/+271 |
| | |||||
* | Remove HAVE_MBRTOWC conditionals. Use mbrtowc unconditionally. | Bruno Haible | 2008-12-22 | 1 | -7/+1 |
| | |||||
* | Document the knuth_morris_pratt calling convention better. | Bruno Haible | 2008-01-08 | 1 | -2/+4 |
| | |||||
* | Unify 5 copies of the KMP code. | Bruno Haible | 2007-12-31 | 1 | -121/+5 |
| | |||||
* | Protect against integer overflow in malloca() calls. | Bruno Haible | 2007-12-31 | 1 | -2/+2 |
| | |||||
* | Add more comments about Knuth-Morris-Pratt algorithm. | Bruno Haible | 2007-12-26 | 1 | -6/+72 |
| | |||||
* | Change copyright notice from GPLv2+ to GPLv3+. | Bruno Haible | 2007-10-07 | 1 | -5/+4 |
| | |||||
* | Update after allocsa -> malloca renaming. | Bruno Haible | 2007-06-09 | 1 | -5/+5 |
| | |||||
* | Optimize memory allocation to use alloca when possible. | Bruno Haible | 2007-02-12 | 1 | -4/+5 |
| | |||||
* | Ensure O(n) worst-case complexity of mbscasestr. | Bruno Haible | 2007-02-11 | 1 | -0/+318 |
| | |||||
* | New module 'mbscasestr'. Reduced goal of 'strcasestr'. | Bruno Haible | 2007-02-05 | 1 | -3/+3 |
| | |||||
* | Copied from strcasestr.c. | Bruno Haible | 2007-02-05 | 1 | -0/+145 |