Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-01 | maint: update all copyright year number ranges | Pádraig Brady | |
Run "make update-copyright" and then... * gnulib: Update to latest with copyright year adjusted. * tests/init.sh: Sync with gnulib to pick up copyright year. * bootstrap: Likewise. * tests/sample-test: Adjust to use the single most recent year. | |||
2015-11-12 | csplit: check and report fwrite errors with errno | Assaf Gordon | |
discussed in: http://lists.gnu.org/archive/html/coreutils/2015-10/msg00091.html * src/csplit.c: (save_line_to_file): check fwrite failures, report and exit immediately instead of deferring to 'close_output'. * tests/misc/csplit-io-err.sh: test fwrite failure using LD_PRELOAD. * tests/local.mk: add new test. |