summaryrefslogtreecommitdiffstats
path: root/PC/os2vacpp
Commit message (Collapse)AuthorAgeFilesLines
* REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum2000-09-011-9/+0
| | | | This should match the situation in the 1.6b1 tree.
* ANSIfication: remove very-old-varargs code, fix function declarations soThomas Wouters2000-07-221-2/+2
| | | | they include prototypes.
* Miscelaneous ANSIfications. I'm assuming here 'main' should take (int,Thomas Wouters2000-07-222-48/+41
| | | | | char**) and return an int even on PC platforms. If not, please fix PC/utils/makesrc.c ;-P
* Change copyright notice - 2nd try.Guido van Rossum2000-06-302-12/+0
|
* Change copyright notice.Guido van Rossum2000-06-302-44/+14
|
* Patch from M.-A. Lemburg:Jeremy Hylton2000-05-261-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | Python on UNIX now trusts PYTHONHOME unconditionally Modules/getpath.c: Landmark changed to os.py. Setting PYTHONHOME now unconditionally sets sys.prefix (and sys.exec_prefix). No further checks are done whether the standard lib can be found in that location or not. This is in sync with the PC subdir getpath implementations. PC/getpathp.c: Landmark changed to os.py. PC/os2vacpp/getpathp.c: Landmark changed to os.py. Note: BAW's checkin on exceptions.c eliminates earlier concerns about a bogus PYTHONHOME value leading to a core dump. Instead it causes a useless sys.path and prevents imports.
* New set of files for the OS/2 port by Jeff Rush.Guido van Rossum1998-09-286-1061/+757
|
* Use Py_GetPythonHome() instead of getenv("PYTHONHOME").Guido van Rossum1998-07-271-1/+1
|
* As Jeff painfully found out, malloc(0) returns NULL on OS/2.Guido van Rossum1998-01-111-1/+4
|
* Copy the change from ../getpathp.c here.Guido van Rossum1997-12-111-1/+1
|
* New batch of patches by Jeff Rush; moved his readme.txt portion here.Guido van Rossum1997-12-055-13/+148
|
* Done a sort -u on the symbols (and replaced all tabs with spaces).Guido van Rossum1997-11-241-368/+365
|
* Files specific to Visual Age C for OS/2 -- by Jeff RushGuido van Rossum1997-11-226-0/+4846