Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Comment fix | Jack Jansen | 1995-01-18 | 1 | -1/+1 |
| | |||||
* | Some of these were overwriting their argument with a pascal | Jack Jansen | 1995-01-18 | 4 | -12/+4 |
| | | | | string. Use own Pstring() routine (which uses a static buffer) everywhere. | ||||
* | - Moved some useful routines from macosmodule.c here | Jack Jansen | 1995-01-18 | 2 | -8/+105 |
| | | | | | - Added GetFSSpec (tuple-style), BuildFSSpec and Pstring (platform-independent correct conversion of C to Pascal strings) | ||||
* | Moved some generally useful routines to macglue.c | Jack Jansen | 1995-01-18 | 1 | -28/+0 |
| | |||||
* | - Ported to powerpc | Jack Jansen | 1995-01-18 | 4 | -63/+146 |
| | | | | | - Fixed bug with accept() call - Better error checking | ||||
* | Fast (and correct) malloc for MetroWerks PPC compiler | Jack Jansen | 1995-01-18 | 2 | -0/+455 |
| | |||||
* | Macconsole module is think-specific | Jack Jansen | 1995-01-18 | 1 | -0/+437 |
| | |||||
* | Moved development-platform specific files to subdirectories | Jack Jansen | 1995-01-18 | 2 | -0/+61 |
| | |||||
* | This commit was manufactured by cvs2svn to create tag 'r12beta2'.v1.2b2 | cvs2svn | 1995-01-17 | 1 | -0/+1 |
| | |||||
* | use $INCLUDE path (Mark Hammond) | Guido van Rossum | 1995-01-17 | 1 | -7/+26 |
| | |||||
* | *** empty log message *** | Guido van Rossum | 1995-01-17 | 1 | -0/+6 |
| | |||||
* | 1.2beta news | Guido van Rossum | 1995-01-17 | 1 | -154/+60 |
| | |||||
* | last bits | Guido van Rossum | 1995-01-17 | 2 | -1/+5 |
| | |||||
* | added getopt.c to object, permanently | Guido van Rossum | 1995-01-17 | 1 | -1/+2 |
| | |||||
* | the usual | Guido van Rossum | 1995-01-17 | 4 | -11/+107 |
| | |||||
* | be more careful about building Modules/Makefile.pre | Guido van Rossum | 1995-01-17 | 1 | -1/+5 |
| | |||||
* | add hint for NeXT users | Guido van Rossum | 1995-01-17 | 1 | -0/+4 |
| | |||||
* | hopefully final changes for Sequent -linet | Guido van Rossum | 1995-01-17 | 1 | -3/+3 |
| | |||||
* | fix strobject() behavior | Guido van Rossum | 1995-01-17 | 1 | -2/+4 |
| | |||||
* | added reverselist; free recycling bin on error exit | Guido van Rossum | 1995-01-17 | 1 | -0/+16 |
| | |||||
* | long_scan is no longer used | Guido van Rossum | 1995-01-17 | 1 | -0/+2 |
| | |||||
* | make a few things static | Guido van Rossum | 1995-01-17 | 1 | -2/+2 |
| | |||||
* | don't declare fmod/pow for any STDC compiler | Guido van Rossum | 1995-01-17 | 1 | -1/+1 |
| | |||||
* | include rename2.h | Guido van Rossum | 1995-01-17 | 1 | -0/+2 |
| | |||||
* | rename method arg because of typedef conflict | Guido van Rossum | 1995-01-17 | 1 | -4/+4 |
| | |||||
* | fix Alpha bug in (x)range; different __builtins__ initialization | Guido van Rossum | 1995-01-17 | 1 | -8/+14 |
| | |||||
* | nt thread support | Guido van Rossum | 1995-01-17 | 2 | -0/+249 |
| | |||||
* | different init for __builtins__ | Guido van Rossum | 1995-01-17 | 2 | -2/+4 |
| | |||||
* | Made some more things static, and other cleanup for new naming scheme | Guido van Rossum | 1995-01-17 | 5 | -11/+10 |
| | |||||
* | fix loop on unterminated triple quotes | Guido van Rossum | 1995-01-17 | 1 | -1/+6 |
| | |||||
* | made interrupted static again | Guido van Rossum | 1995-01-17 | 1 | -1/+1 |
| | |||||
* | added $& to $(LIB) target for Sequent | Guido van Rossum | 1995-01-17 | 4 | -4/+4 |
| | |||||
* | new names for lots of new functions | Guido van Rossum | 1995-01-17 | 19 | -55/+90 |
| | |||||
* | evolution | Guido van Rossum | 1995-01-17 | 1 | -16/+4 |
| | |||||
* | must include rename2.h | Guido van Rossum | 1995-01-17 | 1 | -0/+2 |
| | |||||
* | fix reentrancy bug in slice assignment | Guido van Rossum | 1995-01-17 | 1 | -4/+20 |
| | |||||
* | This commit was manufactured by cvs2svn to create tag 'r12beta1'.v1.2b1 | cvs2svn | 1995-01-12 | 1 | -0/+1 |
| | |||||
* | improve treatment of multi-line replies, ignore empty lines | Guido van Rossum | 1995-01-12 | 1 | -2/+4 |
| | |||||
* | typo | Guido van Rossum | 1995-01-12 | 1 | -1/+1 |
| | |||||
* | Invent Message-ID header if none is present | Guido van Rossum | 1995-01-12 | 1 | -0/+10 |
| | |||||
* | cosmetics/typos | Guido van Rossum | 1995-01-12 | 4 | -4/+4 |
| | |||||
* | optional bufsize arg for popen and fdopen | Guido van Rossum | 1995-01-12 | 2 | -14/+64 |
| | |||||
* | rename2 changes | Guido van Rossum | 1995-01-12 | 4 | -16/+15 |
| | |||||
* | new files | Guido van Rossum | 1995-01-12 | 4 | -0/+772 |
| | |||||
* | use getattr() instead of eval(), fix string representations | Guido van Rossum | 1995-01-12 | 1 | -4/+4 |
| | |||||
* | run config.status after recheck | Guido van Rossum | 1995-01-12 | 1 | -0/+1 |
| | |||||
* | the usual | Guido van Rossum | 1995-01-12 | 4 | -50/+188 |
| | |||||
* | removed refs to --with-svr4, add --without-gcc | Guido van Rossum | 1995-01-12 | 1 | -12/+5 |
| | |||||
* | try to improve svr4 socket library inquiries | Guido van Rossum | 1995-01-12 | 1 | -1/+3 |
| | |||||
* | The great renaming, phase two: all header files have been updated to | Guido van Rossum | 1995-01-12 | 48 | -582/+985 |
| | | | | | | | use the new names exclusively, and the linker will see the new names. Files that import "Python.h" also only see the new names. Files that import "allobjects.h" will continue to be able to use the old names, due to the inclusion (in allobjects.h) of "rename2.h". |