Commits
- Commit:
4f58e89131e0c8121fb717405a07decd66d5d474
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
make the C tests compile and run on both OpenBSD and Linux
- Commit:
e14ee64c985996cc77c97f6af5c5fcc6379622fb
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
remove arraylist_test during 'gmake clean'
- Commit:
eac85e68ef06b8c5a9748b11feb987b5aa6db781
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
rename GNU-make-specific Makefile to GNUmakefile
- Commit:
548d9762027d1b13465dc36e0f7c1b591db6d363
- From:
- Neels Hofmeyr <neels@hofmeyr.de>
- Date:
verify_all.sh: run all tests, then list all errors
- Commit:
3e6df9167632c7a43900965b3e2e81b47629bb40
- From:
- Neels Hofmeyr <neels@hofmeyr.de>
- Date:
run C tests in verify_all.sh
- Commit:
3e66d05b2cdeea5b72b2ee7c116f5dd0cdd1c270
- From:
- Neels Hofmeyr <neels@hofmeyr.de>
- Date:
add arraylist_test
- Commit:
87c313418265b477d8931182e8e9e0990db4f3ba
- From:
- Neels Hofmeyr <neels@hofmeyr.de>
- Date:
add results_test.c
- Commit:
93f8150ade45bb6185afe5b5ff3110db6403f8b3
- From:
- Neels Hofmeyr <neels@hofmeyr.de>
- Date:
results: also combine chunks coming from temp_chunks
- Commit:
984ca65b1b715a9fdc86bfff64e90a485d008058
- From:
- Neels Hofmeyr <neels@hofmeyr.de>
- Date:
myers_divide: fix "inifite" looping over same box
- Commit:
19fad31f2f7cceb234a814c262dbba796b36af97
- From:
- Neels Hofmeyr <neels@hofmeyr.de>
- Date:
debug: diff_myers.c: #if DEBUG, not if (DEBUG)
- Commit:
1c2d4cc9a3b08873d8a8dd63731b68eab87b6b03
- From:
- Neels Hofmeyr <neels@hofmeyr.de>
- Date:
fix ARRAYLIST_INSERT()
- Commit:
5ff759965efbabc96fecd514e208a9a1b7be72df
- From:
- Neels Hofmeyr <neels@hofmeyr.de>
- Date:
debug: diff_output_unidiff(): debug list all chunks
- Commit:
13497fffa978aafa3c52c4b4922ba184de87bcf0
- From:
- Neels Hofmeyr <neels@hofmeyr.de>
- Date:
fix diff_algo_none(): no NULL pointers for left_start and right_start
- Commit:
724967e914b1604b54fab356ad4ce6c0feae2358
- From:
- Neels Hofmeyr <neels@hofmeyr.de>
- Date:
diff_state_add_chunk(): fix adding minus above plus chunk: wrong idx
- Commit:
bb867e685c9179eca1eb5b49c9a09b6e837baa28
- From:
- Neels Hofmeyr <neels@hofmeyr.de>
- Date:
debug tweaks for diff_state_add_chunk()
- Commit:
8ac34c07fc49677851335001051426eeb7fed1b0
- From:
- Neels Hofmeyr <neels@hofmeyr.de>
- Date:
diff_debug.h: drop unused vars
- Commit:
2146cf12c5afb7faa0de37de5465f09b6b604ce5
- From:
- Neels Hofmeyr <neels@hofmeyr.de>
- Date:
diff_algo_none(): also detect equal lines at the end
- Commit:
41ff30f35eb8d2ee0688753ce9be23cb2727b92a
- From:
- Neels Hofmeyr <neels@hofmeyr.de>
- Date:
cosmetic: diff_algo_none(): rename to equal_lines_start
- Commit:
467a993dc1da672ac3093104cbeae0dc22f978f9
- From:
- Neels Hofmeyr <neels@hofmeyr.de>
- Date:
cosmetic: diff_algo_none: local pointers for shorter code
- Commit:
359b29cbe1fd2b48f3974ac65bf33933bd603715
- From:
- Neels Hofmeyr <neels@hofmeyr.de>
- Date:
debug: fix "state size:" printing buf size
- Commit:
0c70b22b8b6c6545fc32677adf1399090fee7273
- From:
- Neels Hofmeyr <neels@hofmeyr.de>
- Date:
cosmetic: indents in diff_main.h
- Commit:
c254f08cfde4575dac4fdda0bea1175ab6171608
- From:
- Neels Hofmeyr <neels@hofmeyr.de>
- Date:
drop dangerous debug statement
- Commit:
0eddf39d2503309e7a2a18d62c1d53d8e47ef6a6
- From:
- Neels Hofmeyr <neels@hofmeyr.de>
- Date:
test016: find more minimal test failure
- Commit:
d2dfa2ecef800c3522c233c56c05b8a91f859fe0
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix unidiff output header in case both files have only one line
- Commit:
ede9a86acbafeb41c2521bc32df592eb913a3f7e
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix edscript diff output for empty files