summaryrefslogtreecommitdiffstats
path: root/Python/dynload_shlib.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a warning from gcc by adding a missed const qualifier.Hye-Shik Chang2006-01-041-1/+1
* - SF Bug #1350188, "setdlopenflags" leads to crash upon "import"Neal Norwitz2005-11-091-1/+4
* Print verbose messages to stderr. Fixes #1036752.Martin v. Löwis2004-10-031-1/+2
* A few more PyThreadState_Get to PyThreadState_GET conversionsNicholas Bastin2004-03-251-1/+1
* Patch #708495: Port more stuff to OpenVMS.Martin v. Löwis2003-05-031-0/+28
* OS/2 EMX port changes (Python part of patch #450267):Andrew MacIntyre2002-02-261-0/+11
* Use PyOS_snprintf instead of sprintf.Jeremy Hylton2001-11-281-2/+3
* Move dlfcn.h block out of NetBSD block, assuming that NetBSD beforeMartin v. Löwis2001-10-181-3/+4
* Patch to bug #472202: Correctly recognize NetBSD before 199712.Martin v. Löwis2001-10-181-2/+5
* Patch #455231: Support ELF properly on OpenBSD.Martin v. Löwis2001-09-051-1/+1
* Patch #412229: Add functions sys.getdlopenflags and sys.setdlopenflags.Martin v. Löwis2001-07-181-13/+7
* Oops, one more part of the cygwin patch (SF patch #102409 by jlt63:Guido van Rossum2001-01-101-1/+1
* Patch 102114, Bug 11725. On OpenBSD (but apparently not on the otherGuido van Rossum2000-10-251-2/+7
* SF "bug" 115973: patches from Norman Vine so that shared libraries andTim Peters2000-10-051-0/+5
* REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum2000-09-011-9/+0
* Change copyright notice - 2nd try.Guido van Rossum2000-06-301-6/+0
* Change copyright notice.Guido van Rossum2000-06-301-22/+7
* Cleanup patches from Greg Stein:Guido van Rossum1999-12-221-1/+12
* The old platform-specific contents of importdl.c, broken down into oneGuido van Rossum1999-12-201-0/+110