Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Under NT, change "long" sharedlib extension to ".dll". (Mark H.) | Guido van Rossum | 1996-04-09 | 1 | -1/+1 | |
| | ||||||
* | __FreeBSD__ shared libraries | Guido van Rossum | 1996-02-25 | 1 | -3/+4 | |
| | ||||||
* | __hpux -> hpux equivalence | Guido van Rossum | 1996-01-12 | 1 | -0/+4 | |
| | ||||||
* | Added missing include for <Aliases.h> | Jack Jansen | 1995-10-23 | 1 | -3/+1 | |
| | ||||||
* | NT specific change for nicer error message (Mark H) | Guido van Rossum | 1995-07-18 | 1 | -3/+32 | |
| | ||||||
* | Porting to CW CFM68K | Jack Jansen | 1995-06-27 | 1 | -1/+4 | |
| | ||||||
* | re-enabled NeXT dynamic linking (#ifdef NeXT) | Guido van Rossum | 1995-06-14 | 1 | -2/+2 | |
| | ||||||
* | Mac dynloading is now enabled by USE_MAC_DYNAMIC_LOADING. | Jack Jansen | 1995-06-14 | 1 | -11/+42 | |
| | | | | | Mac dynloading changed to allow multiple modules to live in with each other in the same file. | |||||
* | Check if we've already loaded a dynamic module under a different name. | Sjoerd Mullender | 1995-06-12 | 1 | -2/+35 | |
| | ||||||
* | for BorlandC | Guido van Rossum | 1995-02-27 | 1 | -1/+5 | |
| | ||||||
* | change ifdefs and fix "%#s" format | Guido van Rossum | 1995-02-21 | 1 | -2/+2 | |
| | ||||||
* | ported to 68K Mac; changed suffix to .slb | Guido van Rossum | 1995-02-18 | 1 | -26/+18 | |
| | ||||||
* | Added code to import dynamic modules using mac CFM. | Jack Jansen | 1995-02-13 | 1 | -2/+41 | |
| | ||||||
* | added changes for NetBSD dynamic linking; removed shared linking for NeXT | Guido van Rossum | 1995-01-20 | 1 | -3/+16 | |
| | ||||||
* | remove nogus reload check | Guido van Rossum | 1995-01-09 | 1 | -5/+0 | |
| | ||||||
* | NT dlls have .pyd extension instead of .dll | Guido van Rossum | 1995-01-07 | 1 | -2/+2 | |
| | ||||||
* | Added 1995 to copyright message. | Guido van Rossum | 1995-01-04 | 1 | -2/+2 | |
| | | | | | | bltinmodule.c: fixed coerce() nightmare in ternary pow(). modsupport.c (initmodule2): pass METH_FREENAME flag to newmethodobject(). pythonrun.c: move flushline() into and around print_error(). | |||||
* | Lots of changes, most minor (fatal() instead of abort(), use of | Guido van Rossum | 1995-01-02 | 1 | -0/+381 | |
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. |