summaryrefslogtreecommitdiff
path: root/src/context.c
Commit message (Expand)AuthorAgeFilesLines
* diff: prefer nullptr to NULLPaul Eggert2023-02-051-9/+9
* maint: update copyright datesJim Meyering2023-01-011-1/+1
* maint: make update-copyrightJim Meyering2022-01-031-1/+1
* diff: fix timezone bug on SolarisPaul Eggert2021-10-151-1/+1
* maint: prefer attribute.h attributesPaul Eggert2021-08-301-1/+1
* diff: remove printintPaul Eggert2021-08-221-2/+2
* diff: remove INT_MAX limit on -F/-p searchesPaul Eggert2021-08-221-2/+3
* 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-91/+91
* maint: update all copyright dates via "make update-copyright"Jim Meyering2019-01-011-1/+1
* diff: adjust ANSI escapes for compatibility with less -RDennis Lambe Jr2018-12-301-22/+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
* diff: port line numbers to mingw64Paul Eggert2016-08-271-6/+6
* maint: update copyright year, bootstrap, init.shJim Meyering2016-01-011-1/+1
* diff: add support for --colorGiuseppe Scrivano2015-11-291-18/+63
* maint: update copyright year ranges to include 2015; update gnulibJim Meyering2015-01-011-2/+2
* diff, sdiff: minor integer overflow fixesPaul Eggert2014-02-241-3/+3
* diff: fix bug with -I and overlapping hunksPaul Eggert2014-02-241-4/+3
* maint: update all copyright year number rangesJim Meyering2013-01-041-1/+1
* diff: encode file names with special charactersAndreas Gruenbacher2012-09-101-6/+7
* maint: quote 'like this' or "like this", not `like this'Paul Eggert2012-01-251-5/+5
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* build: update to latest gnulib and adaptJim Meyering2011-12-141-1/+1
* maint: remove inclusion of unused header, for "make syntax-check"Jim Meyering2011-07-031-1/+0
* maint: update copyright year ranges to include 2011Jim Meyering2011-01-031-1/+1
* diff -F/-p: don't depend on locale-specific white-space definitionJim Meyering2010-04-051-2/+3
* with -F or -p, emit better function lines: no leading white spaceYannick Moy2010-03-181-5/+7
* 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
* * NEWS: New diff option --suppress-blank-empty (no longer -u default).Paul Eggert2009-11-111-5/+7
* * COPYING: New file.Paul Eggert2007-07-191-7/+5
* (print_context_label): Use TYPE_IS_INTEGER macro rather than rollingPaul Eggert2007-06-181-1/+1
* * src/context.c (print_context_label): Don't assume that time_tPaul Eggert2007-06-181-3/+17
* * doc/diff.texi (Detailed Unified): Don't output trailing whitePaul Eggert2006-09-051-2/+4
* * src/context.c (print_context_function): Do not printPaul Eggert2006-09-051-0/+2
* * src/context.c (pr_context_hunk, pr_unidiff_hunk):Paul Eggert2006-05-071-8/+8
* Update FSF address.Paul Eggert2006-01-051-1/+1
* * src/cmp.c: Don't include <setmode.h>.Paul Eggert2006-01-051-110/+97
* (find_function_last_search): Move into struct diffopt.Paul Eggert2004-09-011-91/+98
* Do not include regex.h, as diff.h does this now.Paul Eggert2004-04-121-9/+9
* (pr_context_hunk): Do not dump core if an enormous context causes anPaul Eggert2002-02-281-13/+36
* Assume C89 or better.Paul Eggert2001-11-241-110/+106
* Fix spacing.Paul Eggert1998-09-141-1/+1
* Fix spacing.Paul Eggert1998-09-131-14/+15
* (find_function): Simplify interface: don't return size of function line.Paul Eggert1994-10-311-42/+32
* Fix copyright notice.Paul Eggert1994-09-121-1/+1
* (print_context_label): Check whether (broken) ctime yields 0.Paul Eggert1994-09-021-4/+8
* Add prototypes to function declarations. Use size_t, not int, when needed.Paul Eggert1993-08-271-28/+30