Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ported to CW6 | Jack Jansen | 1995-06-14 | 1 | -4/+1 |
| | |||||
* | Split shared-library support and dynamic-loading support (they were | Jack Jansen | 1995-06-14 | 2 | -1/+10 |
| | | | | | | | | both enabled with USE_SHARED_LIBRARY, now there's also USE_MAC_DYNAMIC_LOADING). Added a few other USE_ defines for optional modules to nonshared config (they're not included in the base shared library) | ||||
* | Skip old-style 'From name time' lines at beginning of message. | Jack Jansen | 1995-06-13 | 1 | -0/+6 |
| | |||||
* | Check if we've already loaded a dynamic module under a different name. | Sjoerd Mullender | 1995-06-12 | 3 | -5/+38 |
| | |||||
* | Ported to Universal Header 2.0.1f (i.e. CW6) | Jack Jansen | 1995-06-09 | 32 | -394/+423 |
| | |||||
* | Ported to CodeWarrior 6 | Jack Jansen | 1995-06-09 | 3 | -5/+10 |
| | |||||
* | Trying again to check it in. Changes to: | Jack Jansen | 1995-06-06 | 31 | -599/+1231 |
| | | | | | | - Use Universal Headers as input - Change addpack calls to not depend on Guido's disklayout - Checkge testprograms to use new names for some functions | ||||
* | Trying again to check it in. Changes to: | Jack Jansen | 1995-06-06 | 16 | -280/+462 |
| | | | | | | - Use Universal Headers as input - Change addpack calls to not depend on Guido's disklayout - Checkge testprograms to use new names for some functions | ||||
* | Rather massive changes: | Jack Jansen | 1995-06-05 | 7 | -359/+165 |
| | | | | | | | - Make the stuff run on Jack's machine (and hopefully all machines) in stead of Guido's only (addpack stuff) - Use the Universal Headers in stead of the Think headers - Fixed the test programs to use the new routine names | ||||
* | Added img stuff (within #ifdef, so they're easy to remove) | Jack Jansen | 1995-06-03 | 1 | -0/+23 |
| | |||||
* | StandardGetFile without args now shows all files (in stead of none) | Jack Jansen | 1995-06-03 | 1 | -0/+2 |
| | |||||
* | next version; python.org changes | Guido van Rossum | 1995-05-31 | 1 | -147/+168 |
| | |||||
* | Backward compatibity module for constants from cl.h include file. The | Sjoerd Mullender | 1995-05-17 | 4 | -472/+520 |
| | | | | | values are gotten from the cl module. CL_old is there in case cl doesn't exist. | ||||
* | Make constants from cl.h include file available as module variables. | Sjoerd Mullender | 1995-05-17 | 1 | -2/+331 |
| | | | | Also added Irix 5.3 constants. | ||||
* | Templates converted to new naming conventions (thanks to Chak Tan) | Jack Jansen | 1995-05-16 | 17 | -131/+100 |
| | |||||
* | Made the example slightly more complete | Jack Jansen | 1995-05-16 | 1 | -0/+7 |
| | |||||
* | #updated to-do list | Barry Warsaw | 1995-05-08 | 1 | -0/+1 |
| | |||||
* | don't show print passwords in debug output | Guido van Rossum | 1995-05-05 | 1 | -6/+16 |
| | |||||
* | new release by Ken, fix handling of from | Guido van Rossum | 1995-05-05 | 1 | -6/+12 |
| | |||||
* | For anonymous ftp, make sure local hostname is fully qualified. | Jack Jansen | 1995-05-04 | 1 | -0/+4 |
| | |||||
* | unified join(fields), split(fields) | Guido van Rossum | 1995-05-03 | 1 | -12/+20 |
| | |||||
* | added transferSize() method | Guido van Rossum | 1995-05-03 | 1 | -0/+6 |
| | |||||
* | mods by Gregor Schmid -- very nice! | Guido van Rossum | 1995-05-03 | 3 | -69/+318 |
| | |||||
* | squeezed some space out of a line that was too long | Guido van Rossum | 1995-05-03 | 2 | -4/+4 |
| | |||||
* | eremoved should be edeleted, tests for lseen/rseen should be lsum/rsum | Guido van Rossum | 1995-05-01 | 1 | -12/+14 |
| | |||||
* | largely rewritten FileClass and RCVS | Guido van Rossum | 1995-05-01 | 1 | -48/+70 |
| | |||||
* | moved proxy; added __cmp__(); made proxy optional for getremote() | Guido van Rossum | 1995-05-01 | 1 | -7/+10 |
| | |||||
* | extensive description of what's here | Guido van Rossum | 1995-04-28 | 1 | -1/+83 |
| | |||||
* | added setentry() and use it in commit so CVS/Entries gets updated | Guido van Rossum | 1995-04-28 | 1 | -4/+9 |
| | |||||
* | removed duplicate defs for None, False, True | Guido van Rossum | 1995-04-28 | 1 | -4/+0 |
| | |||||
* | moved package to standard place | Guido van Rossum | 1995-04-28 | 2 | -2/+2 |
| | |||||
* | addpack | Guido van Rossum | 1995-04-28 | 2 | -0/+6 |
| | |||||
* | only diff differing files | Guido van Rossum | 1995-04-28 | 1 | -1/+5 |
| | | | | add PostUsageMessage | ||||
* | get default directory from CVS/Repository | Guido van Rossum | 1995-04-28 | 1 | -2/+12 |
| | |||||
* | add diff command; add remove() function | Guido van Rossum | 1995-04-28 | 1 | -4/+40 |
| | |||||
* | implemented commit | Guido van Rossum | 1995-04-28 | 1 | -1/+5 |
| | |||||
* | missed setting eseen and extra when restoring an entry | Guido van Rossum | 1995-04-28 | 1 | -0/+2 |
| | |||||
* | Handled new and delete properly | Guido van Rossum | 1995-04-28 | 1 | -1/+17 |
| | |||||
* | implemented action() now, plus some bug fixes | Guido van Rossum | 1995-04-28 | 1 | -5/+53 |
| | |||||
* | correct call to unparse, should be putentry now | Guido van Rossum | 1995-04-28 | 1 | -1/+1 |
| | |||||
* | report() needs to report enew and edeleted | Guido van Rossum | 1995-04-28 | 1 | -0/+2 |
| | |||||
* | Added some more machinery -- still not finished | Guido van Rossum | 1995-04-28 | 1 | -13/+89 |
| | |||||
* | Initial revision | Guido van Rossum | 1995-04-28 | 1 | -0/+37 |
| | |||||
* | testing | Guido van Rossum | 1995-04-28 | 1 | -0/+1 |
| | |||||
* | rewritten out of frustration (not yet finished) | Guido van Rossum | 1995-04-27 | 1 | -249/+63 |
| | |||||
* | renamed to CommandFrameWork | Guido van Rossum | 1995-04-27 | 1 | -2/+12 |
| | | | | | added ready() message added PostUsageMessage | ||||
* | Initial revision | Guido van Rossum | 1995-04-27 | 1 | -0/+134 |
| | |||||
* | Initial revision | Guido van Rossum | 1995-04-27 | 2 | -0/+10 |
| | |||||
* | test -> main | Guido van Rossum | 1995-04-27 | 1 | -2/+2 |
| | |||||
* | if __name__ etc | Guido van Rossum | 1995-04-27 | 1 | -1/+3 |
| | | | | print filename when asking log message |