lib/csharpcomp.c


Log

Author Commit Date CI Message
Derek R. Price d3d0152e 2006-04-26T15:55:46 * lib/wait-process.c, lib/wait-process.h, lib/csharpcomp.c, lib/execute.c, lib/javacomp.c: Back out previous change.
Derek R. Price 6d8d4e52 2006-04-25T20:58:26 * lib/wait-process.h (wait_subprocess): Accept a new exitsignal argument. * lib/wait-process.c (wait_subprocess): Always set *exitsignal to 0 when present and set it to the offending signal when the child exits due to a signal. * lib/csharpcomp.c, lib/execute.c, lib/javacomp.c: Update all callers.
Bruno Haible 261bf559 2005-12-02T13:40:07 Fix portability bug w.r.t. Microsoft's csc compiler.
Bruno Haible d1bd0e64 2005-06-08T12:10:25 New module 'csharpcomp'.