summaryrefslogtreecommitdiffstats
path: root/Parser/parsetok.c
Commit message (Expand)AuthorAgeFilesLines
* Finally plug the memory leak caused by syntax error (includingGuido van Rossum1997-07-271-1/+4
* Another directory quickly renamed.Guido van Rossum1997-04-291-11/+12
* New permission notice, includes CNRI.Guido van Rossum1996-10-251-13/+20
* fix strncpy call (uninitialized memory read)Guido van Rossum1995-01-201-1/+2
* Added 1995 to copyright message.Guido van Rossum1995-01-041-2/+2
* don't call strncpy(str, NULL, 0)Guido van Rossum1994-08-291-81/+79
* * Changed many files to use mkvalue() instead of newtupleobject().Guido van Rossum1993-03-161-4/+7
* Copyright for 1992 addedGuido van Rossum1992-04-051-1/+1
* Guess tab size on the Mac from tab resource.Guido van Rossum1992-03-251-0/+7
* Append a NEWLINE token at the end of a file.Guido van Rossum1992-03-041-0/+7
* When printing an error message, don't choke if tok->buf is NULL.Guido van Rossum1991-06-071-10/+14
* Don't print the line number for syntax errors in string parsing.Guido van Rossum1991-06-031-0/+3
* Added copyright notice.Guido van Rossum1991-02-191-0/+24
* "Compiling" versionGuido van Rossum1990-12-201-63/+65
* Set parse tree in parser data structure to NULL when returningGuido van Rossum1990-11-181-3/+4
* Initial revisionGuido van Rossum1990-10-141-0/+131