summaryrefslogtreecommitdiff
path: root/src/util.c
Commit message (Expand)AuthorAgeFilesLines
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* build: update to latest gnulib and adaptJim Meyering2011-12-141-3/+3
* diff, sdiff: new option --ignore-trailing-space (-Z)Roland McGrath2011-08-141-7/+47
* maint: remove all uses of vfork: use fork insteadJim Meyering2011-01-241-4/+4
* maint: update copyright year ranges to include 2011Jim Meyering2011-01-031-1/+1
* diff -r: avoid printing excess slashes in concatenated file namesJim Meyering2010-08-141-12/+0
* avoid compilation failure on systems lacking both fork and vforkJuan Manuel Guerrero2010-02-141-1/+1
* 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-4/+18
* * src/diff.c (compare_files): Use last_component rather than base_name,Paul Eggert2009-11-111-2/+3
* * COPYING: New file.Paul Eggert2007-07-191-7/+5
* Update FSF address.Paul Eggert2006-01-051-1/+1
* * src/cmp.c: Don't include <setmode.h>.Paul Eggert2006-01-051-4/+4
* Do not include regex.h, as diff.h does this now.Paul Eggert2004-04-121-52/+49
* (finish_output): Check for ENOEXEC.Paul Eggert2002-06-111-15/+37
* 2 -> EXIT_TROUBLE.Paul Eggert2002-02-281-11/+12
* (finish_output): Ensure that werrno is initialized.Paul Eggert2002-01-241-2/+5
* (begin_output): Have child exit with status 127 rather than reportingPaul Eggert2001-12-241-7/+8
* Include dirname.h.Paul Eggert2001-12-111-8/+11
* (setup_output, begin_output, finish_output): HAVE_FORK ->Paul Eggert2001-12-031-7/+7
* Assume C89 or better.Paul Eggert2001-11-251-129/+155
* (quotesys.h): Include.Paul Eggert1998-09-141-2/+2
* (quotearg.h): Include.Paul Eggert1998-09-131-69/+80
* (struct msg, message5, print_message_queue): Allocate just one block of memoryPaul Eggert1994-11-141-29/+47
* (pr_program): New var.Paul Eggert1994-10-311-37/+32
* (perror_with_name, fatal): Use GNU `error'.Paul Eggert1994-10-151-70/+14
* (dir_file_pathname): Use filename_lastdirchar instead of strrchr.Paul Eggert1994-10-011-1/+2
* isspace -> ISSPACE, etc.Paul Eggert1994-09-221-29/+26
* (program_name): Renamed from `program', for consistency.Paul Eggert1994-09-151-3/+3
* (line_cmp): Now takes just two arguments, and no longer optimizesPaul Eggert1994-09-121-37/+45
* (memchr, waitpid): Remove; use new substitutes instead.Paul Eggert1994-09-081-25/+0
* (begin_output): Use popen+pclose if !HAVE_FORK. Check fdopen status.Paul Eggert1994-09-021-4/+33
* (print_number_range): Don't rely on promotion to make the old-style parameterPaul Eggert1994-04-151-1/+1
* (xmalloc, xrealloc): "virtual memory" -> "memory"Paul Eggert1993-11-101-2/+2
* (memchr): Make first arg char const *Paul Eggert1993-09-271-4/+4
* (output_1_line): Use isprint, since some hosts lack isgraph.Paul Eggert1993-09-181-4/+4
* (line_cmp): bcmp -> memcmpPaul Eggert1993-09-131-4/+4
* Add prototypes to function declarations. Use `const' to pacify `gcc'.Paul Eggert1993-08-271-97/+138
* Change NULL to 0.Paul Eggert1993-05-261-5/+5
* entered into RCSPaul Eggert1992-11-121-6/+2
* *** empty log message ***Paul Eggert1992-09-281-49/+57
* *** empty log message ***Paul Eggert1992-09-271-1/+1
* *** empty log message ***David MacKenzie1992-09-151-1/+1
* *** empty log message ***David MacKenzie1992-09-121-4/+4
* *** empty log message ***Paul Eggert1992-09-061-74/+58
* Initial revisionDavid MacKenzie1992-07-071-0/+715