OSDN Git Service

* heap.cc (heap_init): Be slightly more aggressive when trying to allocate
authorcgf <cgf>
Sat, 10 Sep 2005 01:37:20 +0000 (01:37 +0000)
committercgf <cgf>
Sat, 10 Sep 2005 01:37:20 +0000 (01:37 +0000)
commit51bd23b03704580ffa3d30b8aa2a7b496bbb761b
tree11939138d9d82b9cf191cf843aca105780b088a3
parent041525972dfa0379a8cfd71c99cfd6ff948be6ce
* heap.cc (heap_init): Be slightly more aggressive when trying to allocate
heap.  Change fatal error to avoid confusion with cygheap.
* spawn.cc (linebuf::finish): New function.
(linebuf::add): Cosmetic change.
(spawn_guts): Only avoid building windows command line if the program being
executed was actually mounted with -X.  Don't return E2BIG if we hit the 32K
size and we're executing a detected cygwin program.  Just silently truncate the
windows command line, instead.
winsup/cygwin/ChangeLog
winsup/cygwin/heap.cc
winsup/cygwin/spawn.cc