some compile fixes, api changes, and i added the ability to create new chunks on...
authorAndy Wingo <wingo@pobox.com>
Sat, 2 Feb 2002 19:07:10 +0000 (19:07 +0000)
committerAndy Wingo <wingo@pobox.com>
Sat, 2 Feb 2002 19:07:10 +0000 (19:07 +0000)
commit259c8c394c590a9df27de5a127688a85c95e910f
tree182f2486cf3560b1b323969acfe2a7d04e267882
parentaae5e50662204feb146ca0486e3a2f90b8bdee66
some compile fixes, api changes, and i added the ability to create new chunks on the stack, which can extend the main...

Original commit message from CVS:
some compile fixes, api changes, and i added the ability to create new chunks on the
stack, which can extend the main thread's stack up to 8M under linuxthreads. thanks
to billh for the {set,get}rlimit tip.

on the other hand, there's a nasty bug in cothreads when they are run without gthreads
that i'm still tracking down. that's the last bug though, at this point.

the commit is to syn the repository with my working copy before moving cothreads to a
separate module.
gst/cothreads/cothread-stack.c
gst/cothreads/cothreads-private.h
gst/cothreads/cothreads.c
gst/cothreads/cothreads.h
gst/cothreads/test-cothreads.c
gst/cothreads/test-pth-pthreads.c
gst/cothreads/test-pth.c
gst/cothreads/test-pthreads.c