Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added copyright notice. | Guido van Rossum | 1991-02-19 | 93 | -0/+2232 |
* | Added version that opens a pipe to /bin/pwd. | Guido van Rossum | 1991-02-19 | 1 | -4/+47 |
* | Added BSD implementations of millisleep. | Guido van Rossum | 1991-02-19 | 1 | -0/+34 |
* | Call winit() here instead of in main initialization. | Guido van Rossum | 1991-02-19 | 1 | -10/+16 |
* | Call the init function of a built-in module here. | Guido van Rossum | 1991-02-19 | 1 | -2/+31 |
* | Turned the list of init calls into a table (see import.c). | Guido van Rossum | 1991-02-19 | 1 | -25/+77 |
* | Reversed min and max (to alphabetical order). | Guido van Rossum | 1991-02-19 | 1 | -1/+1 |
* | Hack to open resource fork on the Mac: open(filename, '*rb'). | Guido van Rossum | 1991-02-13 | 1 | -2/+10 |
* | Add getdefwinpos, getdefwinsize; | Guido van Rossum | 1991-02-13 | 1 | -3/+35 |
* | Fix stringcompare when strings contain null bytes. | Guido van Rossum | 1991-02-13 | 1 | -2/+6 |
* | Updated to reflect the change to TeX. | Guido van Rossum | 1991-01-25 | 1 | -27/+24 |
* | Took out (di)troff references. | Guido van Rossum | 1991-01-25 | 1 | -25/+7 |
* | Changed code environment into \bcode and \ecode macros. | Guido van Rossum | 1991-01-25 | 1 | -18/+23 |
* | Changed code environment into \bcode and \ecode macros. | Guido van Rossum | 1991-01-25 | 2 | -274/+234 |
* | Changed \begin{code} and \end{code} into \bcode and \ecode. | Guido van Rossum | 1991-01-25 | 2 | -92/+122 |
* | Better solution for code environment. | Guido van Rossum | 1991-01-24 | 1 | -3/+8 |
* | Small changes. | Guido van Rossum | 1991-01-24 | 2 | -8/+8 |
* | Most silly things fixed. | Guido van Rossum | 1991-01-23 | 2 | -310/+342 |
* | The parser module is now called paenlparser. | Guido van Rossum | 1991-01-23 | 2 | -10/+10 |
* | Added _reset and destroy methods. | Guido van Rossum | 1991-01-23 | 2 | -6/+20 |
* | Added XXX remarks. | Guido van Rossum | 1991-01-23 | 2 | -0/+8 |
* | Initial revision | Guido van Rossum | 1991-01-23 | 2 | -0/+140 |
* | Made the move to TeX. | Guido van Rossum | 1991-01-22 | 1 | -15/+40 |
* | Initial revision | Guido van Rossum | 1991-01-22 | 3 | -0/+4054 |
* | Small changes. Use description instead of list env. | Guido van Rossum | 1991-01-22 | 2 | -74/+24 |
* | Fix bug in input(); add comments to cases in compile(). | Guido van Rossum | 1991-01-21 | 1 | -7/+6 |
* | File name shortening. | Guido van Rossum | 1991-01-21 | 2 | -2/+2 |
* | Removed 'dir' statement. | Guido van Rossum | 1991-01-21 | 1 | -6/+7 |
* | Moved getcwd() hack to its own file. | Guido van Rossum | 1991-01-21 | 1 | -21/+0 |
* | Initial revision | Guido van Rossum | 1991-01-21 | 1 | -0/+35 |
* | Made all configurable options optional (see Makefile). | Guido van Rossum | 1991-01-18 | 1 | -5/+16 |
* | Added pollevent(); returns None if no event available. | Guido van Rossum | 1991-01-16 | 1 | -8/+38 |
* | Mac version now looks ahead in event queue instead of eating events. | Guido van Rossum | 1991-01-16 | 1 | -10/+35 |
* | Initial revision | Guido van Rossum | 1991-01-11 | 2 | -0/+3158 |
* | Changed bogus ref to textobject into xxobject. | Guido van Rossum | 1991-01-02 | 1 | -1/+1 |
* | Fixed a bit (still no warranties). | Guido van Rossum | 1991-01-02 | 1 | -3/+16 |
* | Think C 4.0 fixes a bug in 3.0 that we programmed around. | Guido van Rossum | 1991-01-02 | 1 | -2/+2 |
* | Add backward compatibility with -s. | Guido van Rossum | 1991-01-02 | 1 | -1/+8 |
* | Initial revision | Guido van Rossum | 1991-01-01 | 1 | -0/+44 |
* | Initial revision | Guido van Rossum | 1991-01-01 | 2 | -0/+129 |
* | Added explanatory comments. | Guido van Rossum | 1991-01-01 | 1 | -6/+44 |
* | Adapted to new cutbuffer interface. | Guido van Rossum | 1990-12-26 | 2 | -8/+8 |
* | Initial revision | Guido van Rossum | 1990-12-26 | 11 | -0/+1377 |
* | Fix bugf in index -- last char would not be checked. | Guido van Rossum | 1990-12-26 | 2 | -2/+2 |
* | Use stdwinevents instead of stdwinsupport. | Guido van Rossum | 1990-12-26 | 2 | -2/+10 |
* | Compensate stdwin bug | Guido van Rossum | 1990-12-26 | 2 | -2/+6 |
* | *** empty log message *** | Guido van Rossum | 1990-12-26 | 2 | -2/+2 |
* | Unimportant changes. | Guido van Rossum | 1990-12-26 | 2 | -18/+24 |
* | Comment changes. | Guido van Rossum | 1990-12-26 | 2 | -2/+18 |
* | Changes for THINK C 4.0. | Guido van Rossum | 1990-12-20 | 2 | -3/+14 |