summaryrefslogtreecommitdiffstats
path: root/Python/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
* Superseded by $(srcdir)/Makefile.pre.in.Neil Schemenauer2001-02-031-140/+0
|
* Move our own getopt() implementation to _PyOS_GetOpt(), and use itThomas Wouters2000-11-031-1/+1
| | | | | | | | | regardless of whether the system getopt() does what we want. This avoids the hassle with prototypes and externs, and the check to see if the system getopt() does what we want. Prefix optind, optarg and opterr with _PyOS_ to avoid name clashes. Add new include file to define the right symbols. Fix Demo/pyserv/pyserv.c to include getopt.h itself, instead of relying on Python to provide it.
* Remove the dependency information for version.o; this is not part ofFred Drake2000-08-231-1/+0
| | | | the sources/build process any more.
* Include the dependence of sysmodule on the patchlevel.h include, soFred Drake2000-08-011-1/+1
| | | | that sys.version_info will be built properly.
* Added exceptions.o to the list of object to build in this subdir.Barry Warsaw2000-05-261-1/+2
|
* Marc-Andre Lemburg: add new unicode filesGuido van Rossum2000-03-101-1/+2
|
* Support for selecting the correct dynload_<platform>.c file.Guido van Rossum1999-12-201-0/+12
| | | | This is part of a set of patches by Greg Stein.
* Changes to deal with the sigcheck+intrcheck vs. signalmodule controversy.Guido van Rossum1998-10-071-3/+7
|
* Make getversion.o dependent on ../Include/patchlevel.h as well.Fred Drake1998-08-051-1/+1
|
* frozenmain.c is now also in the library,Guido van Rossum1997-07-191-1/+1
| | | | with entry point Py_FrozenMain().
* New build procedure.Guido van Rossum1997-07-191-9/+9
|
* Massive changes for separate thread state management.Guido van Rossum1997-05-051-1/+2
| | | | | All per-thread globals are moved into a struct which is manipulated separately.
* Removed cgensupport.[co] (to ../Modules).Guido van Rossum1997-04-291-2/+1
|
* Changes for Lee Busby's SIGFPE patch set.Guido van Rossum1997-02-141-1/+2
| | | | | New file pyfpe.c and exception FloatingPointError. Surround some f.p. operations with PyFPE macro brackets.
* 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