summaryrefslogtreecommitdiff
path: root/lib/gcd.c
Commit message (Collapse)AuthorAgeFilesLines
* update nearly all FSF copyright year lists to include 2010Jim Meyering2010-01-011-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 2009Jim Meyering2009-12-291-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 Haible2009-12-101-19/+19
|
* Change copyright notice from GPLv2+ to GPLv3+.Bruno Haible2007-10-071-5/+4
|
* Make it possible to #define gcd to an alias.Bruno Haible2006-10-111-0/+2
|
* Make generic.Bruno Haible2006-04-291-5/+11
|
* *** empty log message ***Paul Eggert2005-05-141-1/+1
|
* Move to ANSI C.Bruno Haible2002-11-191-3/+1
|
* Change argument type to 'unsigned long'.Bruno Haible2002-11-061-6/+6
|
* Greatest common divisor.Bruno Haible2002-11-051-0/+82