cpython/Python
Guido van Rossum d724b23420 Christian Tismer's "trashcan" patch:
Added wrapping macros to dictobject.c, listobject.c, tupleobject.c,
frameobject.c, traceback.c that safely prevends core dumps
on stack overflow. Macros and functions in object.c, object.h.
The method is an "elevator destructor" that turns cascading
deletes into tail recursive behavior when some limit is hit.
2000-03-13 16:01:29 +00:00
..
Makefile.in Marc-Andre Lemburg: add new unicode files 2000-03-10 23:04:14 +00:00
atof.c
bltinmodule.c
ceval.c
codecs.c
compile.c Marc-Andre Lemburg: support for Unicode string literals (u"...", ur"..."). 2000-03-10 23:01:36 +00:00
dup2.c
dynload_aix.c
dynload_beos.c
dynload_dl.c
dynload_hpux.c
dynload_mac.c
dynload_next.c
dynload_os2.c
dynload_shlib.c
dynload_stub.c
dynload_win.c
errors.c
fmod.c
frozen.c
frozenmain.c
getargs.c Marc-Andre Lemburg: support for Unicode strings; 'U' expects a Unicode 2000-03-10 23:02:17 +00:00
getcompiler.c
getcopyright.c
getcwd.c
getmtime.c
getopt.c
getplatform.c
getversion.c
graminit.c
hypot.c
import.c
importdl.c
importdl.h
marshal.c Marc-Andre Lemburg: support marshalling Unicode objects (code 'u'). 2000-03-10 23:03:02 +00:00
memmove.c
modsupport.c
mystrtoul.c
pyfpe.c
pystate.c
pythonmain.c
pythonrun.c Marc-Andre Lemburg: add calls to initialize and finalize Unicode and 2000-03-10 23:03:54 +00:00
sigcheck.c
strdup.c
strerror.c
strtod.c
structmember.c
sysmodule.c
thread.c
thread_beos.h
thread_cthread.h
thread_foobar.h
thread_lwp.h
thread_nt.h
thread_os2.h
thread_pthread.h
thread_sgi.h
thread_solaris.h
thread_wince.h
traceback.c Christian Tismer's "trashcan" patch: 2000-03-13 16:01:29 +00:00