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-06-24 | factor: avoid interspersed lines for parallel runs | Pádraig Brady | |
* src/factor.c (n_out): A new global variable to track how much data has been written to stdout. (print_factors_single): Use n_out to determine whether to flush the current (and previous) lines. * tests/misc/factor-parallel.sh: Add a new test. * tests/local.mk: Reference the new test. * NEWS: Mention the bug fix. |