summaryrefslogtreecommitdiff
path: root/output.c
Commit message (Expand)AuthorAgeFilesLines
* Update Copyright statements for 2014.Paul Smith2014-09-301-1/+1
* Enhance/fix VMS exit code handling.Hartmut Becker2014-09-071-2/+2
* * output.c (pump_from_tmp): [SV 42378] Flush the output file regularly.Piotr Jaroszynski2014-07-071-1/+5
* * output.c: Ensure space for final nul byte in fmtbuf.Ray Donnelly2014-02-081-5/+5
* [SV 40361] Don't use vsnprintf(), which is an ISO C99 function.Paul Smith2013-11-231-98/+55
* Fix the MSVC build on MS-Windows.Eli Zaretskii2013-10-181-1/+1
* Final fixes for obscure output-sync errors.Paul Smith2013-09-301-15/+15
* Fixes for building with MSVC.Paul Smith2013-09-301-1/+5
* Add VMS port updates from Hartmut Becker.Paul Smith2013-09-221-2/+5
* Invert the #define for output-sync: turn it off with NO_OUTPUT_SYNCPaul Smith2013-09-211-6/+10
* Don't write "Entering" every time we re-exec for remake makefiles.Paul Smith2013-09-211-4/+3
* Avoid compiler warnings in output.c on MS-Windows.Eli Zaretskii2013-09-161-0/+5
* [SV 35248] Add --debug "n" flag to turn off current debug options.Paul Smith2013-09-141-1/+1
* [SV 33134] Don't try to close stdout when it's already closed.Paul Smith2013-09-141-2/+54
* Support the -Orecurse option properly.Paul Smith2013-09-141-84/+178
* Enhance the output sync mode.Paul Smith2013-09-121-0/+601