Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added Setup.local feature; make shared libs readonly | Guido van Rossum | 1996-09-11 | 1 | -3/+7 |
| | |||||
* | Install shared libs with executable mode -- needed for HPUX, | Guido van Rossum | 1996-08-20 | 1 | -1/+4 |
| | | | | doesn't hurt elsewhere. | ||||
* | Incorporate LDFLAGS calculated by configure (for --with-readline) | Guido van Rossum | 1996-08-19 | 1 | -2/+3 |
| | |||||
* | Also remove *.sl (AIX shared libs) in make clean. | Guido van Rossum | 1996-08-08 | 1 | -1/+1 |
| | |||||
* | Changes for AIX shared libs | Guido van Rossum | 1996-07-31 | 1 | -0/+2 |
| | |||||
* | Collect together all detailed installation directories. | Guido van Rossum | 1996-07-31 | 1 | -2/+13 |
| | |||||
* | Refinements to installation, now uses $(VERSION) etc. | Guido van Rossum | 1996-07-30 | 1 | -4/+5 |
| | |||||
* | Added version number to destination. | Guido van Rossum | 1996-07-24 | 1 | -14/+16 |
| | | | | | | | Forget about the trick to create directories through dependencies -- it's impossible to get it right in the light of parallellizing Make implementations and the inability to specify dependencies between directories (because creating the subdirectory modifies the parent). | ||||
* | Added Jim Fulton's "asharedmodule" target | Guido van Rossum | 1996-07-21 | 1 | -1/+17 |
| | |||||
* | Added more entries to create required target subdirectories for sharedinstall. | Guido van Rossum | 1996-06-17 | 1 | -2/+14 |
| | |||||
* | provide access to $(exec_)prefix | Guido van Rossum | 1996-06-12 | 1 | -0/+2 |
| | |||||
* | Use ../install-sh to install files. | Guido van Rossum | 1996-05-24 | 1 | -3/+11 |
| | |||||
* | Move some stuff around so customizations in Setup take precedence | Guido van Rossum | 1995-09-30 | 1 | -4/+9 |
| | |||||
* | added MACHDEP back in | Guido van Rossum | 1995-08-08 | 1 | -0/+3 |
| | |||||
* | split config.c in 1000 parts; new main; new unfinished objective-C module | Guido van Rossum | 1995-08-04 | 1 | -9/+9 |
| | |||||
* | pass $PLATFORM into config.c | Guido van Rossum | 1995-07-07 | 1 | -1/+2 |
| | |||||
* | small clarifications / lay out | Guido van Rossum | 1995-04-10 | 1 | -2/+3 |
| | |||||
* | continue after failing for loop | Guido van Rossum | 1995-02-17 | 1 | -1/+1 |
| | |||||
* | create $(DESTSHARED) library if needed | Guido van Rossum | 1995-01-22 | 1 | -1/+4 |
| | |||||
* | added $& to $(LIB) target for Sequent | Guido van Rossum | 1995-01-17 | 1 | -1/+1 |
| | |||||
* | changes for C++ (Tim MacKenzie) | Guido van Rossum | 1995-01-10 | 1 | -2/+3 |
| | |||||
* | Another bulky set of minor changes. | Guido van Rossum | 1995-01-02 | 1 | -6/+10 |
| | | | | | Note addition of gethostbyaddr() and improved repr() for sockets, renaming of md5.md5() to md5.new(), and fixing of leaks in threads. | ||||
* | don't fail moving empty list of shared modules | Guido van Rossum | 1994-11-10 | 1 | -1/+1 |
| | |||||
* | always make sharedmods | Guido van Rossum | 1994-10-20 | 1 | -1/+1 |
| | |||||
* | * Modules/Setup.in: define PYTHONPATH using COREPYTHONPATH for | Guido van Rossum | 1994-09-12 | 1 | -0/+1 |
| | | | | | | extensions; add -lm to math module definition * Modules/Makefile.pre.in: remove *.so and so_locations on clobber | ||||
* | Support shared library creation. | Guido van Rossum | 1994-09-12 | 1 | -7/+18 |
| | |||||
* | Makefile.pre.in: add $(OPT) to link command | Guido van Rossum | 1994-08-29 | 1 | -1/+1 |
| | | | | | | | audioop.c: fix for MPW config.c.in: save original argc/argv for Lance rotormodule.c: new coding conventions timemodule.c: add casts for Lance | ||||
* | * Modules/Setup.*: removed all except Setup.in (huh? I thought | Guido van Rossum | 1994-08-23 | 1 | -1/+2 |
| | | | | | | | | I'd done that already?!); disable gdbm by default * configure.in, */Makefile*.in: OPT can now be specified in the env at configure time and will then be put in all Makefiles as default * */Makefile*.in: remove lib*.a before adding to it | ||||
* | Move all code from version.c into config.c | Guido van Rossum | 1994-08-19 | 1 | -2/+3 |
| | |||||
* | * Modules/{Setup.in,Makefile.pre.in}: renamed some modules to | Guido van Rossum | 1994-08-05 | 1 | -4/+4 |
| | | | | | | | | | | shorter names (dropped the "module" from the name): sunaudiodev, imgformat, audioop, imageop, imgfile * Modules/stropmodule.c (strop_rindex): make rindex('abc', '') do the right thing (i.e. return 3 instead of 0) * Modules/socketmodule.c: disabled allowbroadcast() socket method | ||||
* | Merge alpha100 branch back to main trunk | Guido van Rossum | 1994-08-01 | 1 | -35/+84 |
| | |||||
* | Added some files to new module | Guido van Rossum | 1994-01-02 | 1 | -0/+92 |