Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Superseded by $(srcdir)/Makefile.pre.in. | Neil Schemenauer | 2001-02-03 | 1 | -140/+0 |
| | |||||
* | Move our own getopt() implementation to _PyOS_GetOpt(), and use it | Thomas Wouters | 2000-11-03 | 1 | -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 of | Fred Drake | 2000-08-23 | 1 | -1/+0 |
| | | | | the sources/build process any more. | ||||
* | Include the dependence of sysmodule on the patchlevel.h include, so | Fred Drake | 2000-08-01 | 1 | -1/+1 |
| | | | | that sys.version_info will be built properly. | ||||
* | Added exceptions.o to the list of object to build in this subdir. | Barry Warsaw | 2000-05-26 | 1 | -1/+2 |
| | |||||
* | Marc-Andre Lemburg: add new unicode files | Guido van Rossum | 2000-03-10 | 1 | -1/+2 |
| | |||||
* | Support for selecting the correct dynload_<platform>.c file. | Guido van Rossum | 1999-12-20 | 1 | -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 Rossum | 1998-10-07 | 1 | -3/+7 |
| | |||||
* | Make getversion.o dependent on ../Include/patchlevel.h as well. | Fred Drake | 1998-08-05 | 1 | -1/+1 |
| | |||||
* | frozenmain.c is now also in the library, | Guido van Rossum | 1997-07-19 | 1 | -1/+1 |
| | | | | with entry point Py_FrozenMain(). | ||||
* | New build procedure. | Guido van Rossum | 1997-07-19 | 1 | -9/+9 |
| | |||||
* | Massive changes for separate thread state management. | Guido van Rossum | 1997-05-05 | 1 | -1/+2 |
| | | | | | All per-thread globals are moved into a struct which is manipulated separately. | ||||
* | Removed cgensupport.[co] (to ../Modules). | Guido van Rossum | 1997-04-29 | 1 | -2/+1 |
| | |||||
* | Changes for Lee Busby's SIGFPE patch set. | Guido van Rossum | 1997-02-14 | 1 | -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 Rossum | 1995-08-04 | 1 | -4/+17 |
| | |||||
* | init_frozen non-static, frozenmain.c not in Makefile any more | Guido van Rossum | 1995-02-07 | 1 | -1/+1 |
| | |||||
* | removed frozenmain.o from objects added to library | Guido van Rossum | 1995-01-26 | 1 | -2/+1 |
| | |||||
* | removed getopt.o from OBJS | Guido van Rossum | 1995-01-20 | 1 | -1/+1 |
| | |||||
* | added getopt.c to object, permanently | Guido van Rossum | 1995-01-17 | 1 | -1/+2 |
| | |||||
* | added $& to $(LIB) target for Sequent | Guido van Rossum | 1995-01-17 | 1 | -1/+1 |
| | |||||
* | Lots of changes, most minor (fatal() instead of abort(), use of | Guido van Rossum | 1995-01-02 | 1 | -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 rule | Guido van Rossum | 1994-10-11 | 1 | -0/+1 |
| | |||||
* | * Python/{modsupport.c,getargs.c,Makefile.in}, | Guido van Rossum | 1994-09-29 | 1 | -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 Rossum | 1994-08-19 | 1 | -1/+2 |
| | | | | Makefile.in: remove lib*.a before creating new one. | ||||
* | version.c is no longer... | Guido van Rossum | 1994-08-18 | 1 | -1/+0 |
| | |||||
* | Merge alpha100 branch back to main trunk | Guido van Rossum | 1994-08-01 | 1 | -26/+52 |
| | |||||
* | Misc changes. | Guido van Rossum | 1993-12-24 | 1 | -27/+33 |
| | |||||
* | New file | Guido van Rossum | 1993-12-20 | 1 | -0/+75 |