Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | -12/+12 |
| | |||||
* | Remove intprops dependency. | Eric Blake | 2008-04-28 | 1 | -4/+2 |
| | | | | | | | | | | | | * modules/memchr (Depends-on): Remove intprops. * modules/memrchr (Depends-on): Likewise. * modules/memchr2 (Depends-on): Likewise. * lib/memchr.c (__memchr): Hand-inline the TYPE_MAXIMUM check. * lib/memrchr.c (__memrchr): Likewise. * lib/memrchr2.c (memchr2): Likewise. Reported by Simon Josefsson. Signed-off-by: Eric Blake <ebb9@byu.net> | ||||
* | Avoid gcc warnings. | Bruno Haible | 2008-04-27 | 1 | -1/+1 |
| | |||||
* | Optimize parallel detection of matching bytes. | Bruno Haible | 2008-04-26 | 1 | -115/+83 |
| | |||||
* | Define memchr, not __memchr. | Bruno Haible | 2008-04-26 | 1 | -3/+9 |
| | |||||
* | Change copyright notice from GPLv2+ to GPLv3+. | Bruno Haible | 2007-10-07 | 1 | -4/+3 |
| | |||||
* | * _fpending.c: Include <config.h> unconditionally, since we no | Paul Eggert | 2006-09-13 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | longer worry about uses that don't define HAVE_CONFIG_H. * acl.c, alloca.c, argmatch.c, atexit.c, backupfile.c: * basename.c, c-stack.c, c-strtod.c, calloc.c, canon-host.c: * canonicalize.c, chdir-long.c, chdir-safer.c, chown.c: * cloexec.c, close-stream.c, closeout.c, creat-safer.c: * cycle-check.c, diacrit.c, dirchownmod.c, dirfd.c, dirname.c: * dup-safer.c, dup2.c, error.c, euidaccess.c, exclude.c: * exitfail.c, fchmodat.c, fchown-stub.c, fd-safer.c: * file-type.c, fileblocks.c, filemode.c, filenamecat.c: * fnmatch.c, fopen-safer.c, fprintftime.c, free.c, fsusage.c: * ftruncate.c, fts-cycle.c, fts.c, full-write.c, gai_strerror.c: * getcwd.c, getdate.y, getdomainname.c, getgroups.c: * gethostname.c, gethrxtime.c, getloadavg.c, getlogin_r.c: * getndelim2.c, getnline.c, getopt.c, getopt1.c, getpass.c: * gettime.c, gettimeofday.c, getugroups.c, getusershell.c: * glob.c, group-member.c, hard-locale.c, hash-pjw.c, hash.c: * human.c, idcache.c, inet_ntop.c, inet_pton.c, inttostr.c: * isdir.c, lchown.c, linebuffer.c, long-options.c, lstat.c: * malloc.c, md5.c, memcasecmp.c, memchr.c, memcmp.c, memcoll.c: * memcpy.c, memmove.c, memrchr.c, mkancesdirs.c, mkdir-p.c: * mkdir.c, mkdirat.c, mkstemp-safer.c, mkstemp.c, modechange.c: * mountlist.c, nanosleep.c, obstack.c, open-safer.c: * openat-die.c, openat.c, pagealign_alloc.c, physmem.c: * pipe-safer.c, posixtm.c, posixver.c, putenv.c, quote.c: * quotearg.c, raise.c, readtokens.c, readtokens0.c, readutmp.c: * realloc.c, regex.c, rename.c, rmdir.c, rpmatch.c, safe-read.c: * same.c, save-cwd.c, savedir.c, setenv.c, settime.c, sha1.c: * sig2str.c, snprintf.c, strdup.c, strerror.c, strftime.c: * stripslash.c, strndup.c, strnlen.c, strpbrk.c, strtod.c: * strtoimax.c, strtol.c, strverscmp.c, tempname.c, time_r.c: * timegm.c, tmpfile-safer.c, unlinkdir.c, userspec.c, utime.c: * utimecmp.c, utimens.c, version-etc-fsf.c, version-etc.c: * xalloc-die.c, xgetcwd.c, xgethostname.c, xmalloc.c: * xmemcoll.c, xnanosleep.c, xreadlink.c, xstrtod.c: * xstrtoimax.c, xstrtol.c, xstrtoumax.c, yesno.c: Likewise. | ||||
* | Prettier line breaking. | Bruno Haible | 2005-08-19 | 1 | -3/+2 |
| | |||||
* | *** empty log message *** | Paul Eggert | 2005-05-14 | 1 | -1/+1 |
| | |||||
* | Merge from coreutils. | Paul Eggert | 2004-08-07 | 1 | -27/+29 |
| | |||||
* | Remove K&R cruft. | Paul Eggert | 2003-09-09 | 1 | -34/+18 |
| | |||||
* | Update from libc. | Jim Meyering | 2000-10-28 | 1 | -7/+24 |
| | | | | | | | | Adjust for portability: [HAVE_STDLIB_H]: Include stdlib.h. [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h. Undef __memchr, too. [!weak_alias]: Define __memchr to memchr. | ||||
* | back out Copyright date changes for files with no changes year | Jim Meyering | 2000-08-07 | 1 | -1/+1 |
| | |||||
* | update copyright date | Jim Meyering | 2000-07-09 | 1 | -1/+1 |
| | |||||
* | cpp indent | Jim Meyering | 1999-07-10 | 1 | -3/+3 |
| | |||||
* | . | Jim Meyering | 1997-02-18 | 1 | -2/+2 |
| | |||||
* | update FSF address in copyright | Jim Meyering | 1996-07-14 | 1 | -1/+2 |
| | |||||
* | merge with 1.11.4a | Jim Meyering | 1995-05-28 | 1 | -6/+11 |
| | |||||
* | merge with 1.11.1b | Jim Meyering | 1995-05-21 | 1 | -6/+2 |
| | |||||
* | merge with 1.11.d | Jim Meyering | 1995-03-21 | 1 | -1/+1 |
| | |||||
* | Update from glibc. | Jim Meyering | 1995-03-12 | 1 | -46/+67 |
| | |||||
* | merge with 1.9.1g | Jim Meyering | 1994-10-02 | 1 | -7/+0 |
| | |||||
* | . | Jim Meyering | 1994-04-25 | 1 | -7/+12 |
| | |||||
* | merge with 1.8d | Jim Meyering | 1993-10-21 | 1 | -0/+11 |
| | |||||
* | * memchr.c (memchr): Do the 32-bit assignment only if !LONG_64_BITS. | Jim Meyering | 1993-10-21 | 1 | -21/+43 |
| | | | | | | In the 64-bit assignment, be careful to cast the shift operand to long. Abort if sizeof (unsigned long) > 8. | ||||
* | Initial revision | Jim Meyering | 1992-11-08 | 1 | -0/+145 |