summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Initial revisionGuido van Rossum1991-01-232-0/+140
|
* Made the move to TeX.Guido van Rossum1991-01-221-15/+40
|
* Initial revisionGuido van Rossum1991-01-223-0/+4054
|
* Small changes. Use description instead of list env.Guido van Rossum1991-01-222-74/+24
|
* Fix bug in input(); add comments to cases in compile().Guido van Rossum1991-01-211-7/+6
|
* File name shortening.Guido van Rossum1991-01-212-2/+2
|
* Removed 'dir' statement.Guido van Rossum1991-01-211-6/+7
| | | | Function call argument is a testlist instead of exprlist.
* Moved getcwd() hack to its own file.Guido van Rossum1991-01-211-21/+0
|
* Initial revisionGuido van Rossum1991-01-211-0/+35
|
* Made all configurable options optional (see Makefile).Guido van Rossum1991-01-181-5/+16
|
* Added pollevent(); returns None if no event available.Guido van Rossum1991-01-161-8/+38
| | | | Don't throw away key events with no window.
* Mac version now looks ahead in event queue instead of eating events.Guido van Rossum1991-01-161-10/+35
| | | | Much better!
* Initial revisionGuido van Rossum1991-01-112-0/+3158
|
* Changed bogus ref to textobject into xxobject.Guido van Rossum1991-01-021-1/+1
|
* Fixed a bit (still no warranties).Guido van Rossum1991-01-021-3/+16
|
* Think C 4.0 fixes a bug in 3.0 that we programmed around.Guido van Rossum1991-01-021-2/+2
|
* Add backward compatibility with -s.Guido van Rossum1991-01-021-1/+8
| | | | Add initregexp() call.
* Initial revisionGuido van Rossum1991-01-011-0/+44
|
* Initial revisionGuido van Rossum1991-01-012-0/+129
|
* Added explanatory comments.Guido van Rossum1991-01-011-6/+44
|
* Adapted to new cutbuffer interface.Guido van Rossum1990-12-262-8/+8
|
* Initial revisionGuido van Rossum1990-12-2611-0/+1377
|
* Fix bugf in index -- last char would not be checked.Guido van Rossum1990-12-262-2/+2
|
* Use stdwinevents instead of stdwinsupport.Guido van Rossum1990-12-262-2/+10
|
* Compensate stdwin bugGuido van Rossum1990-12-262-2/+6
|
* *** empty log message ***Guido van Rossum1990-12-262-2/+2
|
* Unimportant changes.Guido van Rossum1990-12-262-18/+24
|
* Comment changes.Guido van Rossum1990-12-262-2/+18
|
* Changes for THINK C 4.0.Guido van Rossum1990-12-202-3/+14
|
* Return -1 for errors.Guido van Rossum1990-12-203-3/+3
|
* Changes for THINK C 4.0.Guido van Rossum1990-12-201-9/+11
| | | | Don't call inittime() and initmath(), let config_*.c decide about those.
* Changess for THINK C 4.0.Guido van Rossum1990-12-201-2/+2
|
* Add <errno.h>.Guido van Rossum1990-12-201-0/+5
|
* Added <errno.h>Guido van Rossum1990-12-201-0/+5
|
* Changed include of <errno.h>Guido van Rossum1990-12-201-2/+5
|
* Initial revisionGuido van Rossum1990-12-201-0/+86
|
* Change div() into divide(); div() is a Standard C function.Guido van Rossum1990-12-201-2/+2
|
* Include <string.h> instead of "string.h".Guido van Rossum1990-12-201-1/+1
|
* "Compiling" versionGuido van Rossum1990-12-2072-2000/+3302
|
* Changed interface (no nodes but code).Guido van Rossum1990-11-181-2/+2
|
* Function objects no longer contain a parse tree node, but intermediateGuido van Rossum1990-11-181-38/+13
| | | | code.
* Empty all modules' symbol tables, so most circular references areGuido van Rossum1990-11-181-6/+41
| | | | | | cleared up. (A function definition references its module's symbol table but the symbol table of course references the function...)
* Fix wrong #ifdef.Guido van Rossum1990-11-181-1/+1
|
* Some extra DECREFs.Guido van Rossum1990-11-181-3/+9
|
* Set parse tree in parser data structure to NULL when returningGuido van Rossum1990-11-181-3/+4
| | | | a valid parse tree to caller, so caller must free the tree.
* Free parse tree when deleting parser.Guido van Rossum1990-11-181-2/+3
|
* Added opcodes for classes.Guido van Rossum1990-11-181-0/+2
|
* Added prototype for new function freenode().Guido van Rossum1990-11-181-0/+1
|
* Add function to free an entire parse tree.Guido van Rossum1990-11-181-0/+23
|
* DECREF pi and e after inserting in symbol table.Guido van Rossum1990-11-181-2/+4
|