lib/fstrcmp.c


Log

Author Commit Date CI Message
Jim Meyering 1602f0af 2012-01-01T10:04:58 maint: update all copyright year number ranges Run "make update-copyright".
Jim Meyering d60f3b0c 2011-01-01T20:17:23 maint: update almost all copyright ranges to include 2011 Run the new "make update-copyright" rule.
Jim Meyering b2e2010c 2010-01-01T10:31:12 update nearly all FSF copyright year lists to include 2010 Use the same procedure as for 2009, outlined in http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/20081
Jim Meyering 3030c5b5 2009-12-28T10:50:36 update nearly all FSF copyright year lists to include 2009 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.
Bruno Haible 441aa304 2009-12-10T20:28:30 Use spaces for indentation, not tabs.
Bruno Haible 1d6dbd3f 2008-09-20T15:32:21 Add data about branch probabilities.
Ralf Wildenhues 2d492585 2008-09-16T03:16:11 Use a second, less quick upper bound based on character occurrence counts.
Ralf Wildenhues 545a6f5a 2008-09-14T23:33:23 Abort the fstrcmp computation early when a lower bound has been given.
Bruno Haible d7eadef6 2008-09-14T21:26:31 Simplify result computation.
Ralf Wildenhues 4facad5a 2008-09-14T21:08:57 New function fstrcmp_bounded.
Bruno Haible fcf43c8d 2008-08-14T10:56:24 Move the lock and tls source files into a subdirectory.
Bruno Haible 57fdfd3f 2007-10-07T19:14:58 Change copyright notice from GPLv2+ to GPLv3+.
Bruno Haible 76eb5db6 2007-08-18T11:07:07 Fuzzy string comparison.
Bruno Haible 12e04873 2006-10-07T15:21:52 Live on the diff-merge branch, not on HEAD.
Bruno Haible 7fef1769 2006-10-07T15:19:14 Fuzzy string comparison. Taken from GNU gettext.