summaryrefslogtreecommitdiffstats
path: root/Python/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
* split cofnfig.c in 1000 little files :-)Guido van Rossum1995-08-041-4/+17
|
* init_frozen non-static, frozenmain.c not in Makefile any moreGuido van Rossum1995-02-071-1/+1
|
* removed frozenmain.o from objects added to libraryGuido van Rossum1995-01-261-2/+1
|
* removed getopt.o from OBJSGuido van Rossum1995-01-201-1/+1
|
* added getopt.c to object, permanentlyGuido van Rossum1995-01-171-1/+2
|
* added $& to $(LIB) target for SequentGuido van Rossum1995-01-171-1/+1
|
* Lots of changes, most minor (fatal() instead of abort(), use ofGuido van Rossum1995-01-021-3/+4
| | | | | | err_fetch/err_restore and so on). But... NOTE: import.c has been rewritten and all the DL stuff is now in the new file importdl.c.
* add getargs.o:getargs.c ruleGuido van Rossum1994-10-111-0/+1
|
* * Python/{modsupport.c,getargs.c,Makefile.in},Guido van Rossum1994-09-291-1/+1
| | | | | | | Include/modsupport.h: moved getargs() to its own file and re-implemented it entirely to support optional arguments, multiple arguments without surrounding parentheses (when called as newgetargs()), and better error messages
* errors.c: clear traceback too.Guido van Rossum1994-08-191-1/+2
| | | | Makefile.in: remove lib*.a before creating new one.
* version.c is no longer...Guido van Rossum1994-08-181-1/+0
|
* Merge alpha100 branch back to main trunkGuido van Rossum1994-08-011-26/+52
|
* Misc changes.Guido van Rossum1993-12-241-27/+33
|
* New fileGuido van Rossum1993-12-201-0/+75