summaryrefslogtreecommitdiffstats
path: root/Modules/Makefile.pre.in
Commit message (Collapse)AuthorAgeFilesLines
* continue after failing for loopGuido van Rossum1995-02-171-1/+1
|
* create $(DESTSHARED) library if neededGuido van Rossum1995-01-221-1/+4
|
* added $& to $(LIB) target for SequentGuido van Rossum1995-01-171-1/+1
|
* changes for C++ (Tim MacKenzie)Guido van Rossum1995-01-101-2/+3
|
* Another bulky set of minor changes.Guido van Rossum1995-01-021-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 modulesGuido van Rossum1994-11-101-1/+1
|
* always make sharedmodsGuido van Rossum1994-10-201-1/+1
|
* * Modules/Setup.in: define PYTHONPATH using COREPYTHONPATH forGuido van Rossum1994-09-121-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 Rossum1994-09-121-7/+18
|
* Makefile.pre.in: add $(OPT) to link commandGuido van Rossum1994-08-291-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 thoughtGuido van Rossum1994-08-231-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.cGuido van Rossum1994-08-191-2/+3
|
* * Modules/{Setup.in,Makefile.pre.in}: renamed some modules toGuido van Rossum1994-08-051-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 trunkGuido van Rossum1994-08-011-35/+84
|
* Added some files to new moduleGuido van Rossum1994-01-021-0/+92