| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | maint/sc: remove useless if-before-free tests | Jim Meyering | 2009-11-11 | 2 | -8/+4 |
* | * src/side.c [!HAVE_MBRTOWC]: Supply defns for mbstate_t and mbrtowc. | Paul Eggert | 2009-11-11 | 1 | -0/+7 |
* | * src/side.c (print_half_line): Don't convert to unsigned char | Paul Eggert | 2009-11-11 | 1 | -1/+1 |
* | Don't mishandle multibyte characters in side-by-side format. | Paul Eggert | 2009-11-11 | 1 | -6/+45 |
* | * NEWS: New diff option --suppress-blank-empty (no longer -u default). | Paul Eggert | 2009-11-11 | 4 | -9/+35 |
* | Break out diffseq.h into a separate file, so that gettext can use | Paul Eggert | 2009-11-11 | 1 | -343/+25 |
* | * src/diff.c (compare_files): Use last_component rather than base_name, | Paul Eggert | 2009-11-11 | 3 | -7/+9 |
* | * COPYING: New file. | Paul Eggert | 2007-07-19 | 14 | -111/+83 |
* | * src/ifdef.c: Fix typo: "GNU DIFF General Public License" should be | Paul Eggert | 2007-07-19 | 2 | -4/+4 |
* | (print_context_label): Use TYPE_IS_INTEGER macro rather than rolling | Paul Eggert | 2007-06-18 | 1 | -1/+1 |
* | * src/context.c (print_context_label): Don't assume that time_t | Paul Eggert | 2007-06-18 | 1 | -3/+17 |
* | * NEWS: Mention new sdiff aliases 1 and 2 for l and r. | Paul Eggert | 2007-06-06 | 1 | -11/+12 |
* | * bootstrap: Sync from gnulib. | Paul Eggert | 2007-04-04 | 4 | -8/+4 |
* | * src/analyze.c (build_reverse_script): Fix typo in comment. | Paul Eggert | 2006-11-15 | 1 | -1/+1 |
* | * src/sdiff.c (sigprocmask): Don't dump core if O is null. | Paul Eggert | 2006-11-14 | 1 | -1/+1 |
* | Don't assume SIGPIPE exists, and that sigblock and sigsetmask | Paul Eggert | 2006-11-14 | 1 | -4/+10 |
* | * src/sdiff.c (sigprocmask) [! HAVE_SIGPROCMASK]: Cast 2nd arg to | Paul Eggert | 2006-11-05 | 1 | -1/+3 |
* | Modernize bootstrap procedure to match current gnulib. | Paul Eggert | 2006-09-05 | 3 | -113/+19 |
* | * doc/diff.texi (Detailed Unified): Don't output trailing white | Paul Eggert | 2006-09-05 | 1 | -2/+4 |
* | * src/context.c (print_context_function): Do not print | Paul Eggert | 2006-09-05 | 1 | -0/+2 |
* | * src/cmp.c (cmp): The previous fix wasn't quite right either, as | Paul Eggert | 2006-05-09 | 1 | -6/+7 |
* | * src/cmp.c (cmp): Fix bug introduced in 2006-03-09 change. | Paul Eggert | 2006-05-08 | 1 | -2/+2 |
* | * src/context.c (pr_context_hunk, pr_unidiff_hunk): | Paul Eggert | 2006-05-07 | 4 | -34/+33 |
* | (find_identical_ends): Fix huge performance bug that I | Paul Eggert | 2006-05-07 | 1 | -2/+3 |
* | * src/system.h (PARAMS, PROTOTYPES): Remove; no longer needed. | Paul Eggert | 2006-03-13 | 6 | -27/+27 |
* | Update code comment to match previous patch. | Paul Eggert | 2006-03-09 | 1 | -1/+2 |
* | (main): Avoid an unnecessary system call introduced in previous patch. | Paul Eggert | 2006-03-09 | 1 | -6/+1 |
* | * src/cmp.c (type_no_stdout): New constant. | Paul Eggert | 2006-03-09 | 1 | -2/+11 |
* | Update FSF address. | Paul Eggert | 2006-01-05 | 14 | -15/+15 |
* | * src/cmp.c: Don't include <setmode.h>. | Paul Eggert | 2006-01-05 | 9 | -466/+404 |
* | (recursive, new_file, unidirectional_new_file, | Paul Eggert | 2004-09-01 | 1 | -273/+271 |
* | (find_function_last_search): Move into struct diffopt. | Paul Eggert | 2004-09-01 | 1 | -91/+98 |
* | (print_ed_hunk): Optimize the case where an insert's | Paul Eggert | 2004-07-21 | 1 | -5/+15 |
* | Do not include regex.h, as diff.h does this now. | Paul Eggert | 2004-04-12 | 1 | -52/+49 |
* | (S_IRWXU, S_IRWXG, S_IRWXO): Define if not defined. | Paul Eggert | 2004-04-12 | 1 | -70/+21 |
* | minor cleanups for bool, etc | Paul Eggert | 2004-04-12 | 1 | -8/+8 |
* | (usage): Mention exit status. | Paul Eggert | 2004-04-12 | 1 | -41/+56 |
* | Do not include regex.h, as diff.h does this now. | Paul Eggert | 2004-04-12 | 1 | -32/+31 |
* | (next_line): Remove; replace with... | Paul Eggert | 2004-04-12 | 1 | -13/+19 |
* | int -> long int | Paul Eggert | 2004-04-12 | 1 | -3/+3 |
* | Include <strcase.h>. | Paul Eggert | 2004-04-12 | 1 | -26/+25 |
* | (usage): Mention exit status. | Paul Eggert | 2004-04-12 | 1 | -59/+92 |
* | Include regex.h, unlocked-io.h. | Paul Eggert | 2004-04-12 | 1 | -4/+6 |
* | Do not include regex.h, as diff.h does this now. | Paul Eggert | 2004-04-12 | 1 | -64/+78 |
* | Do not include regex.h, as diff.h does this now. | Paul Eggert | 2004-04-12 | 2 | -12/+11 |
* | Sort includes. Include <exit.h>, <unlocked-io.h>. | Paul Eggert | 2004-04-12 | 1 | -30/+37 |
* | (diag): Return void, not lin, since the return | Paul Eggert | 2004-03-12 | 1 | -60/+35 |
* | (diff3.$(OBJEXT), diff.$(OBJEXT), sdiff.$(OBJEXT)): | Paul Eggert | 2002-10-15 | 1 | -1/+1 |
* | (MOSTLYCLEANFILES): Add paths.ht. | Paul Eggert | 2002-10-14 | 1 | -2/+3 |
* | (briefly_report): Don't say "Binary files differ", since one | Paul Eggert | 2002-06-28 | 1 | -8/+3 |