summaryrefslogtreecommitdiff
path: root/src/builtins/file.c
AgeCommit message (Collapse)AuthorFilesLines
2011-09-16Strip trailing whitespaceAlan Coopersmith1-2/+2
Performed with: find * -type f | xargs perl -i -p -e 's{[ \t]+$}{}' git diff -w & git diff -b show no diffs from this change Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-10-06Purge cvs tags.Jesse Adkins1-3/+0
Signed-off-by: Jesse Adkins <jesserayadkins@gmail.com> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2009-01-20xalloc -> malloc, etc.Adam Jackson1-3/+3
2007-09-13Replaced one instance of bcopy() with memcpy().Tilman Sauerbeck1-1/+2
f->buffer cannot overlap with io->file->bits, so it's safe to use memcpy() rather than memmove(). Compile-tested only.
2007-06-07Warning cleanup.Adam Jackson1-13/+6
2006-07-19move builtin fonts to gzipDaniel Stone1-1/+1
Use gzip, rather than compress, for builtin fonts.
2005-07-09Include config.h in every source file to make sure necessary options areKeith Packard1-0/+3
found when building in the modular tree
2005-07-08silence a warningAdam Jackson1-0/+1
2004-04-23Merging XORG-CURRENT into trunkEgbert Eich1-1/+1
2004-03-14Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004xf86-4_4_99_1Egbert Eich1-1/+1
2004-03-03Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004xf86-4_4_0Egbert Eich1-1/+1
2004-02-26readding XFree86's cvs IDsxf86-4_3_99_903Egbert Eich1-1/+1
2004-02-26Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004Egbert Eich1-1/+1
2003-11-14Initial revisionKaleb Keithley1-0/+135