[Patches] [ python-Patches-411213 ] Platform support: RISC OS, round 2

noreply@sourceforge.net noreply@sourceforge.net
Tue, 10 Apr 2001 15:08:40 -0700


Patches item #411213, was updated on 2001-03-25 13:32
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=411213&group_id=5470

Category: core (C code)
Group: None
>Status: Closed
Priority: 5
Submitted By: Dietmar Schwertberger (dschwertberger)
>Assigned to: Guido van Rossum (gvanrossum)
Summary: Platform support: RISC OS, round 2

Initial Comment:
This patch should complete support for the RISC OS platform.
Python should now compile out of the box on RISC OS.

Readme.txt from the attached archive:
#################################################################
Patches:
Patches.txt contains following patches:
(all changes are in #ifdef/#ifndef RISCOS clauses)

timemodule.c:
add support for a RISC OS implementation of sleep
(to be found in new file RISCOS/sleep.c)

main.c:
replace 'getopt' by '_PyOS_GetOpt'

sysmodule.c:
bugfix: drop directory separator from end of sys.path[0] for RISC OS

Lib/plat-riscos/riscospath.py:
catch swi.swierror for empty file/pathnames


#################################################################
Replacement file:

RISCOS/Makefile:
changes for 2.1b2; minimized whitespace to keep command line below 2048
character limit


#################################################################
New files:

RISCOS/sleep.c:
Implement sleeping for RISC OS: int sleep(double delay)

RISCOS/support/*:
Support files for a complete Python under RISC OS


Thanks.


----------------------------------------------------------------------

>Comment By: Guido van Rossum (gvanrossum)
Date: 2001-04-10 15:08

Message:
Logged In: YES 
user_id=6380

Thanks, checked in.  Please check the CVS to make sure that
I did everything right!

----------------------------------------------------------------------

Comment By: Dietmar Schwertberger (dschwertberger)
Date: 2001-03-29 13:42

Message:
Logged In: YES 
user_id=86612

Please ignore the first archive.
Riscos2.zip contains improved handling for RISC OS 
specific command line option.

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=411213&group_id=5470