Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
pyrte
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OpenVMS
WASD
pyrte
Commits
46790834bbe0
Commit
46790834bbe0
authored
4 years ago
by
Jean-Francois Pieronne
Browse files
Options
Downloads
Patches
Plain Diff
v1.1.10 update
parent
4751697f3268
No related branches found
No related tags found
No related merge requests found
Changes
4
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
src/python/build_pyrte.com
+4
-4
4 additions, 4 deletions
src/python/build_pyrte.com
src/python/pyrte.c
+762
-65
762 additions, 65 deletions
src/python/pyrte.c
src/python/readme.txt
+1
-1
1 addition, 1 deletion
src/python/readme.txt
src/python/readmore.html
+14
-12
14 additions, 12 deletions
src/python/readmore.html
with
781 additions
and
82 deletions
src/python/build_pyrte.com
+
4
−
4
View file @
46790834
$!-----------------------------------------------------------------------------
$! BUILD_PYRTE.COM
$!
$! Copyright (C) 2007-20
09
Mark G.Daniel.
$! Copyright (C) 2007-20
11
Mark G.Daniel.
$! This package (all associated programs), comes with ABSOLUTELY NO WARRANTY.
$! This is free software, and you are welcome to redistribute it
$! under the conditions of the GNU GENERAL PUBLIC LICENSE, version 2.
...
...
@@ -10,7 +10,7 @@
$! VERSION HISTORY
$! ---------------
$!
$ IMAGE_IDENT = "PYRTE11
4
"
$ IMAGE_IDENT = "PYRTE11
9
"
$!
$! 22-APR-2007 JFP use same build options as Python
$! 10-APR-2007 MGD initial
...
...
@@ -34,6 +34,5 @@
$!
$ CC_DEFINES = "/DEFINE=(BUILD_DATETIME=""""""''DATETIME'"""""")"
$ CC_INCLUDES = "/INCLUDE=(PYTHON_INCLUDE:)"
$ CC_OPTIONS = "/DECC/OPTIMIZE/PREFIX=ALL/NAMES=(AS_IS,SHORTENED)/FLOAT=IEEE"
$ CC_OPTIONS = CC_OPTIONS + "/IEEE_MODE=DENORM_RESULTS/PREFIX=ALL"
$ CC_OPTIONS = "/DECC/OPTIMIZE/PREFIX=ALL/NAMES=(AS_IS,SHORTENED)/PREFIX=ALL"
$ CC_OPTIONS = CC_OPTIONS + "/DEFINE=(_LARGEFILE)/ACCEPT=NOVAXC_KEYWORDS"
...
...
@@ -39,4 +38,5 @@
$ CC_OPTIONS = CC_OPTIONS + "/DEFINE=(_LARGEFILE)/ACCEPT=NOVAXC_KEYWORDS"
$ CC_OPTIONS = CC_OPTIONS + "/FLOAT=IEEE/IEEE_MODE=DENORM_RESULTS"
$!
$ IF F$SEARCH("OBJ_''ARCH_NAME'.DIR") .EQS. "" -
THEN CREATE /DIR [.OBJ_'ARCH_NAME']
...
...
This diff is collapsed.
Click to expand it.
src/python/pyrte.c
+
762
−
65
View file @
46790834
This diff is collapsed.
Click to expand it.
src/python/readme.txt
+
1
−
1
View file @
46790834
...
...
@@ -4,7 +4,7 @@
PYRTE COPYRIGHT
---------------
Copyright (C) 2007-201
0
Mark G.Daniel
Copyright (C) 2007-201
1
Mark G.Daniel
This package comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to redistribute it under the
conditions of the GNU GENERAL PUBLIC LICENSE, version 3, or any later version.
...
...
This diff is collapsed.
Click to expand it.
src/python/readmore.html
+
14
−
12
View file @
46790834
...
...
@@ -60,5 +60,5 @@
<CENTER>
<H1>
Python Run-Time Environment
</H1>
<H3>
Version 1.1.
7
,
4
th
June
201
0
</H3>
<H3>
Version 1.1.
10
,
5
th
November
201
1
</H3>
...
...
@@ -64,5 +64,5 @@
<P><B>
Copyright
©
2007-201
0
Mark G. Daniel
</B>
<P><B>
Copyright
©
2007-201
1
Mark G. Daniel
</B>
<BR>
This program, comes with ABSOLUTELY NO WARRANTY.
<BR>
This is free software, and you are welcome to redistribute it under the
<BR>
conditions of the GNU GENERAL PUBLIC LICENSE, version 3, or any later version.
...
...
@@ -99,9 +99,10 @@
Alpha (AXP) and Itanium object modules are provided for the VMS platforms
available for Python.
<P>
PyRTE has been developed and tested on VMS V8.3 using the WASD v9.2.0 and
VMS Python kit JFP AXPVMS PYTHON251 available from and documented at
<A
HREF=
"http://vmspython.dyndns.org/"
>
http://vmspython.dyndns.org/
</A>
. JFP's
<P>
PyRTE has been developed and tested on VMS V8.3 and V8.4, Alpha and
Itanium, using WASD v9.
<I>
n
</I>
and v10.
<I>
n
</I>
and VMS Python kit JFP
AXPVMS PYTHON272 available from and documented at
<A
HREF=
"http://www.vmspython.org/"
>
http://www.vmspython.org/
</A>
. JFP's
Python kits are kept very up-to-date as Python updates or implementation
problems arise.
...
...
@@ -115,7 +116,7 @@
up-to-date, obtain the latest kit from
<BLOCKQUOTE>
<A
HREF=
"http://vmspython.
dyndns.
org/"
>
http://vmspython.
dyndns.
org/
</A>
<A
HREF=
"http://
www.
vmspython.org/"
>
http://
www.
vmspython.org/
</A>
</BLOCKQUOTE>
and install according to the instructions available.
...
...
@@ -267,7 +268,8 @@
<UL>
<LI>
<A
HREF=
"/py-bin/pyrte_test1.py"
>
/py-bin/pyrte_test1.py
</A>
<LI>
<A
HREF=
"/py-bin/pyrte_test2.py"
>
/py-bin/pyrte_test2.py
</A>
<LI>
<A
HREF=
"/py-bin/pyrte_test3.py"
>
/py-bin/pyrte_test3.py
</A>
<LI>
<A
HREF=
"/py-bin/pyrte_test3.py"
>
/py-bin/pyrte_test3.py
</A>
<I>
(this tests an error handler and therefore displays an error!)
</I>
<LI>
<A
HREF=
"/py-bin/pyrte_test4.py"
>
/py-bin/pyrte_test4.py
</A>
<LI>
<A
HREF=
"/py-bin/pyrte_chart_pie.py"
>
/py-bin/pyrte_chart_pie.py
</A>
</UL>
...
...
@@ -385,8 +387,8 @@
<UL>
<LI><A
HREF=
"http://moinmoin.wikiwikiweb.de/"
>
http://moinmoin.wikiwikiweb.de/
</A>
<LI><A
HREF=
"http://vmspython.
dyndns.
org/MoinMoin"
>
http://vmspython.
dyndns.
org/MoinMoin
</A>
<LI><A
HREF=
"http://vmspython.
dyndns.
org/DownloadAndInstallationMoinMoin"
>
http://vmspython.
dyndns.
org/DownloadAndInstallationMoinMoin
</A>
<LI><A
HREF=
"http://
www.
vmspython.org/MoinMoin"
>
http://
www.
vmspython.org/MoinMoin
</A>
<LI><A
HREF=
"http://
www.
vmspython.org/DownloadAndInstallationMoinMoin"
>
http://
www.
vmspython.org/DownloadAndInstallationMoinMoin
</A>
</UL>
<P>
MoinMoin is generally run independently to a system's primary Web server
...
...
@@ -423,7 +425,7 @@
<UL>
<LI>
With the PyRTE kit ... Mark.Daniel@wasd.vsm.com.au
<LI>
With the VMS Python kit ... jf.pieronne@
laposte.net
<LI>
With the VMS Python kit ... jf.pieronne@
gmail.com
<LI>
The info-WASD mailing list
</UL>
...
...
@@ -432,9 +434,9 @@
There is the VMS Python Wiki
<BLOCKQUOTE>
<A
HREF=
"http://vmspython.
dyndns.
org/"
>
http://vmspython.
dyndns.
org/
</A>
<A
HREF=
"http://
www.
vmspython.org/"
>
http://
www.
vmspython.org/
</A>
</BLOCKQUOTE>
<P>
and support forum
<BLOCKQUOTE>
...
...
@@ -436,9 +438,9 @@
</BLOCKQUOTE>
<P>
and support forum
<BLOCKQUOTE>
<A
HREF=
"http://vmspython.
dyndns.
org/piforum/index.py"
>
http://vmspython.
dyndns.
org/piforum/index.py
</A>
<A
HREF=
"http://
www.
vmspython.org/piforum/index.py"
>
http://
www.
vmspython.org/piforum/index.py
</A>
</BLOCKQUOTE>
<P>
for VMS Python issues. If there's an obvious behavioural problem with
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment