Christopher Faylor
ee4388c420
Change many cygheap allocation routines to their *_abort analogs.
...
* cygheap.cc (cmalloc_abort): New function.
(crealloc_abort): Ditto.
(ccalloc_abort): Ditto.
2007-11-26 21:30:49 +00:00
Corinna Vinschen
b5cb5c9e64
* fhandler_console.cc (fhandler_console::need_invisible): Drop
...
pty_needs_alloc_console check.
* spawn.cc (spawn_guts): Ditto.
(av::fixup): Remove setting iscui.
* syscalls.cc (rename): Drop has_move_file_ex checks. Remove 9x
specific code.
* wincap.cc: Remove has_move_file_ex and pty_needs_alloc_console
throughout.
* wincap.h: Ditto.
2007-02-23 12:01:52 +00:00
Christopher Faylor
56057f0394
* winf.h (MAXCYGWINCMDLEN): Set down size to 30000 or suffer fork errors.
2006-05-29 15:51:18 +00:00
Christopher Faylor
2e9d484382
* spawn.cc (spawn_guts): Revert patch which treated derived cygwin programs
...
differently from those which are mounted with -X. Pass extra argument to
linebuf::fromargv.
* winf.h (MAXCYGWINCMDLEN): New define.
(linebuf::finish): Add a new argument denoting when command line overflow is
ok.
(linebuf::fromargv): Ditto.
* winf.cc (linebuf::finish): Implement above change.
(linebuf::fromargv): Ditto.
2006-04-13 01:37:00 +00:00
Christopher Faylor
329a39ebea
* Makefile.in (DLL_OFILES): Add winf.o.
...
* spawn.cc: Move command line handling stuff into winf.cc.
* winf.h: New file.
* winf.cc: New file.
2006-04-12 15:53:22 +00:00