cpython/Parser
Guido van Rossum b18618dab7 Vladimir Marangozov's long-awaited malloc restructuring.
For more comments, read the patches@python.org archives.
For documentation read the comments in mymalloc.h and objimpl.h.

(This is not exactly what Vladimir posted to the patches list; I've
made a few changes, and Vladimir sent me a fix in private email for a
problem that only occurs in debug mode.  I'm also holding back on his
change to main.c, which seems unnecessary to me.)
2000-05-03 23:44:39 +00:00
..
.cvsignore Ignore a bunch of generated files. 2000-05-02 18:34:30 +00:00
Makefile.in Changes to deal with the sigcheck+intrcheck vs. signalmodule controversy. 1998-10-07 22:51:56 +00:00
acceler.c Added finalization routines. 1997-08-02 03:02:27 +00:00
assert.h New permission notice, includes CNRI. 1996-10-25 14:44:06 +00:00
bitset.c Another directory quickly renamed. 1997-04-29 21:03:06 +00:00
firstsets.c Another directory quickly renamed. 1997-04-29 21:03:06 +00:00
grammar.c Make new gcc -Wall happy 1998-04-10 22:09:39 +00:00
grammar1.c Another directory quickly renamed. 1997-04-29 21:03:06 +00:00
intrcheck.c Need to add default decl of DL_IMPORT, for mymalloc.h 1998-12-04 18:50:20 +00:00
listnode.c Another directory quickly renamed. 1997-04-29 21:03:06 +00:00
metagrammar.c Another directory quickly renamed. 1997-04-29 21:03:06 +00:00
myreadline.c Vladimir Marangozov's long-awaited malloc restructuring. 2000-05-03 23:44:39 +00:00
node.c Another directory quickly renamed. 1997-04-29 21:03:06 +00:00
parser.c Another directory quickly renamed. 1997-04-29 21:03:06 +00:00
parser.h Another directory quickly renamed. 1997-04-29 21:03:06 +00:00
parsetok.c Vladimir Marangozov's long-awaited malloc restructuring. 2000-05-03 23:44:39 +00:00
pgen.c Make new gcc -Wall happy 1998-04-10 22:09:39 +00:00
pgen.h Another directory quickly renamed. 1997-04-29 21:03:06 +00:00
pgenmain.c Vladimir Marangozov's long-awaited malloc restructuring. 2000-05-03 23:44:39 +00:00
printgrammar.c Oops, missed some renamings. 1997-05-07 23:51:07 +00:00
tokenizer.c Vladimir Marangozov's long-awaited malloc restructuring. 2000-05-03 23:44:39 +00:00
tokenizer.h Add checking for inconsistent tab usage 1998-04-09 21:38:06 +00:00