summaryrefslogtreecommitdiff
path: root/src/io.c
Commit message (Expand)AuthorAgeFilesLines
* maint: update copyright datesJim Meyering2023-01-011-1/+1
* maint: make update-copyrightJim Meyering2022-01-031-1/+1
* maint: refactor integer overflow checkingPaul Eggert2021-08-221-13/+8
* maint: zalloc → xzallocPaul Eggert2021-08-221-1/+1
* maint: update all copyright year number rangesJim Meyering2021-01-011-1/+1
* maint: update all copyright year number rangesJim Meyering2020-01-011-1/+1
* maint: convert all TABs to equivalent spaces in indentationJim Meyering2019-01-051-276/+276
* maint: update all copyright dates via "make update-copyright"Jim Meyering2019-01-011-1/+1
* diff: fix UMR with --strip-trailing-crPaul Eggert2018-12-281-24/+15
* maint: update gnulib and copyright dates for 2018Jim Meyering2018-01-061-1/+1
* maint: update gnulib and copyright dates for 2017Jim Meyering2017-01-011-1/+1
* maint: update copyright year, bootstrap, init.shJim Meyering2016-01-011-1/+1
* maint: update copyright year ranges to include 2015; update gnulibJim Meyering2015-01-011-2/+2
* diff: skip test if seek is not possible on OS/2 kLIBCKO Myung-Hun2014-12-121-0/+7
* diff: fix performance bug with prefix computationPaul Eggert2014-09-031-3/+5
* cmp, diff, sdiff: tune by using rawmemchrPaul Eggert2013-08-221-8/+16
* maint: update all copyright year number rangesJim Meyering2013-01-041-1/+1
* Use binary mode when testing for binary files.Paul Eggert2012-05-141-5/+20
* maint: quote 'like this' or "like this", not `like this'Paul Eggert2012-01-251-2/+2
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* * src/io.c (find_and_hash_each_line): Refactor for brevity.Paul Eggert2011-08-141-158/+77
* diff, sdiff: new option --ignore-trailing-space (-Z)Roland McGrath2011-08-141-44/+78
* maint: update copyright year ranges to include 2011Jim Meyering2011-01-031-1/+1
* Followon improvements for the fix for Debian bug 577832.Paul Eggert2010-04-161-13/+9
* diff: fix a regression when at least one input lacks a newline-at-EOF,Jim Meyering2010-04-161-1/+10
* maint: update all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+1
* admin: update all copyright notices to include the year 2009Jim Meyering2009-11-111-2/+2
* * COPYING: New file.Paul Eggert2007-07-191-7/+5
* (find_identical_ends): Fix huge performance bug that IPaul Eggert2006-05-071-2/+3
* Update FSF address.Paul Eggert2006-01-051-1/+1
* * src/cmp.c: Don't include <setmode.h>.Paul Eggert2006-01-051-26/+8
* Do not include regex.h, as diff.h does this now.Paul Eggert2004-04-121-32/+31
* Include <file-type.h>.Paul Eggert2002-06-111-6/+11
* (sip): Do not mishandle buffered count when reverting to text mode.Paul Eggert2002-03-251-2/+3
* (sip): Avoid integer overflow and core dumps if buffer alignments arePaul Eggert2002-02-281-48/+92
* (file_block_read): Use SIZE_MAX instead of (size_t) -1,Paul Eggert2002-01-241-3/+3
* Include setmode.h.Paul Eggert2001-12-111-0/+1
* (sip, read_files): Remove tests for HAVE_SETMODE; use set_binary_modePaul Eggert2001-12-031-12/+15
* Assume C89 or better.Paul Eggert2001-11-241-233/+309
* (cmpbuf.h): Include.Paul Eggert1998-09-141-1/+1
* (cmpbuf.h): Include.Paul Eggert1998-09-131-19/+24
* (find_identical_ends): function_regexp_list -> function_regexp.fastmapPaul Eggert1994-10-311-1/+1
* (ROL): Use sizeof to make it more generic.Paul Eggert1994-10-151-51/+62
* isspace -> ISSPACE, etc.Paul Eggert1994-09-221-14/+32
* (binary_file_p): Assume non-broken memchr.Paul Eggert1994-09-121-30/+49
* (sip): If HAVE_SETMODE, always test for binary files using binary mode.Paul Eggert1994-09-021-6/+17
* (word): Change from typedef to #define, to avoid collision withPaul Eggert1994-06-171-1/+1
* (word): Change to `int'; it makes a big difference on x86.Paul Eggert1993-11-101-22/+22
* Add prototypes to function declarations. Use size_t, not int, when needed.Paul Eggert1993-08-271-85/+49
* (read_files): New argument PRETEND_BINARY says whether toPaul Eggert1993-05-221-4/+6