Commit Briefs


ab528e220f Stefan Sperling

remove an unused variable


32be302247 Stefan Sperling

do not clobber the arraylist head if recallocarray fails


dabc100859 Stefan Sperling

check results of ARRAYLIST_ADD


8cba9b5e69 Stefan Sperling

check return value of diff_output_lines






62ab48ecd9 Stefan Sperling

remove now redundant declaration from diff_main.h



f374e91343 Stefan Sperling

support output of individual diff chunks in the public API


05b5f01fe7 Stefan Sperling

fix segfault which occurred with empty input files


945524ed4b Stefan Sperling

remove abort() in example code


6f26cb2ecb Stefan Sperling

convert abort() in diff_output_lines() to error return



03f497279d Stefan Sperling

return error instead of abort()


bfdc637cd9 Stefan Sperling

add missing reallocarray(3) compat shim



41d00e9f34 Stefan Sperling

make use of source files in compat/ directory on Linux




440d36388f Stefan Sperling

remove unused portable GNUmakefile


0096113475 Stefan Sperling

reduce default diff-box recursion depth from 1024 to 32


e4464189bc Stefan Sperling

rename 'debug.h' to 'diff_debug.h'