summaryrefslogtreecommitdiffstats
path: root/PC/os2emx/dlfcn.c
Commit message (Collapse)AuthorAgeFilesLines
* #16135: Removal of OS/2 support (posixmodule y platform dependent files)Jesus Cea2012-10-041-223/+0
|
* #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-161-1/+1
|
* Recorded merge of revisions 81032 via svnmerge fromAntoine Pitrou2010-05-091-143/+143
| | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r81032 | antoine.pitrou | 2010-05-09 17:52:27 +0200 (dim., 09 mai 2010) | 9 lines Recorded merge of revisions 81029 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r81029 | antoine.pitrou | 2010-05-09 16:46:46 +0200 (dim., 09 mai 2010) | 3 lines Untabify C files. Will watch buildbots. ........ ................
* fix typos, mostly in commentsFred Drake2005-10-281-1/+1
|
* minor cleanups and whitespace normalisationAndrew MacIntyre2003-04-221-38/+37
|
* Create and populate OS/2 EMX port build directory:Andrew MacIntyre2002-02-171-0/+224
PC/os2emx/ Makefile README.os2emx config.c dlfcn.c // libdl emulation code for loadable extensions dlfcn.h dllentry.c // DLL initialisation routine for Python DLL getpath.c pyconfig.h python23.def // Python DLL symbol export definitions pythonpm.c // console-less PM interpreter wrapper