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
fd3282a48af9
Commit
fd3282a48af9
authored
4 years ago
by
Jean-Francois Pieronne
Browse files
Options
Downloads
Patches
Plain Diff
v1.1.11 update
parent
71534601d700
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
+1
-1
1 addition, 1 deletion
src/python/build_pyrte.com
src/python/pyrte.c
+16
-8
16 additions, 8 deletions
src/python/pyrte.c
src/python/readme.txt
+0
-18
0 additions, 18 deletions
src/python/readme.txt
src/python/readmore.html
+228
-204
228 additions, 204 deletions
src/python/readmore.html
with
245 additions
and
231 deletions
src/python/build_pyrte.com
+
1
−
1
View file @
fd3282a4
...
...
@@ -61,7 +61,7 @@
$!
$ SET NOON
$ SET VERIFY
$ LINK /THREADS_ENABLE/EXECUTABLE=
HT
_EXE:PYRTE.EXE -
$ LINK /THREADS_ENABLE/EXECUTABLE=
WASD
_EXE:PYRTE.EXE -
[.OBJ_'ARCH_NAME']PYRTE.OBJ, -
SYS$INPUT:/OPTIONS
IDENTIFICATION="''IMAGE_IDENT'"
...
...
This diff is collapsed.
Click to expand it.
src/python/pyrte.c
+
16
−
8
View file @
fd3282a4
...
...
@@ -187,7 +187,7 @@
PYRTE COPYRIGHT
---------------
Copyright (C) 2007-201
1
Mark G.Daniel
Copyright (C) 2007-201
3
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.
...
...
@@ -291,8 +291,8 @@
-------------
$ @BUILD_PYRTE BUILD !compile+link
$ @BUILD_PYRTE LINK !link-only
$ COPY
HT
_EXE:PYRTE.EXE CGI_EXE:
$ COPY
WASD
_EXE:PYRTE.EXE CGI_EXE:
VERSION HISTORY (update SOFTWAREVN as well!)
---------------
...
...
@@ -295,7 +295,11 @@
VERSION HISTORY (update SOFTWAREVN as well!)
---------------
20-JUN-2013 MGD v1.1.11, bugfix; ProcessCachingRte() it appears to be
necessary to destroy *EnvironDict along with
using Py_EndInterpreter()
bugfix; usage limit should be greater than equal to
05-NOV-2011 MGD v1.1.10, Python 2.7.2, see changes to includes
27-FEB-2011 MGD v1.1.9, /CLI= to allow a command-line script activation
logical PYRTE_METRICS enables "?$metrics$" report
...
...
@@ -319,8 +323,8 @@
*/
/*****************************************************************************/
#define SOFTWARECR "Copyright (C) 2007-201
1
Mark G.Daniel"
#define SOFTWAREVN "1.1.1
0
"
#define SOFTWARECR "Copyright (C) 2007-201
3
Mark G.Daniel"
#define SOFTWAREVN "1.1.1
1
"
#define SOFTWARENM "PYRTE"
#ifdef __ALPHA
# define SOFTWAREID SOFTWARENM " AXP-" SOFTWAREVN
...
...
@@ -352,7 +356,7 @@
with HP C V7.1-011 on OpenVMS IA64 V8.4, and
ctime_r (
(const int*)
tsecs,buf);
ctime_r (tsecs,buf);
............^
%CC-W-PTRMISMATCH, In this statement, the referenced type of the pointer value
"(const int ...)tsecs" is "const int", which is not compatible with "const unsigned long".
...
...
@@ -468,6 +472,7 @@
*
pMainDict
,
*
pMainModule
,
*
pOsDict
,
*
pOsEnvironDict
,
*
pOsModule
,
*
pWasdModule
,
*
pWsgiExcInfo
,
...
...
@@ -1146,7 +1151,7 @@
if
(
!
GlobalDebug
)
Debug
=
0
;
if
(
UsageLimit
&&
UsageCount
>
UsageLimit
)
break
;
if
(
UsageLimit
&&
UsageCount
>
=
UsageLimit
)
break
;
}
}
...
...
@@ -1477,8 +1482,12 @@
PyThreadState_Swap
(
pStateBuffer
);
ccptr
->
pInterpState
=
NULL
;
ccptr
->
InterpreterUsageCount
=
0
;
/* these seem to need to go after the interpreter */
Py_DECREF
(
pEnvironDict
);
Py_DECREF
(
pOsEnvironDict
);
pEnvironDict
=
pOsEnvironDict
=
NULL
;
}
}
if
(
!
GlobalDebug
)
Debug
=
0
;
...
...
@@ -1480,9 +1489,9 @@
}
}
if
(
!
GlobalDebug
)
Debug
=
0
;
if
(
UsageLimit
&&
UsageCount
>
UsageLimit
)
break
;
if
(
UsageLimit
&&
UsageCount
>
=
UsageLimit
)
break
;
}
Py_Finalize
();
...
...
@@ -1756,7 +1765,6 @@
{
static
char
RequestMethodGet
[]
=
"REQUEST_METHOD=GET"
;
static
PyObject
*
pOsEnvironDict
;
int
retval
;
char
*
cptr
,
*
sptr
,
...
...
This diff is collapsed.
Click to expand it.
src/python/readme.txt
deleted
100755 → 0
+
0
−
18
View file @
71534601
PYRTE CGI/CGIplus/RTE/WSGI Python interface for the WASD Web server.
Check READMORE.HTML for build and configuration information.
PYRTE COPYRIGHT
---------------
Copyright (C) 2007-2011 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.
http://www.gnu.org/licenses/gpl.txt
PYTHON COPYRIGHT
----------------
Python is subject to it's own PSF license.
http://www.python.org/psf/license.html
This diff is collapsed.
Click to expand it.
src/python/readmore.html
+
228
−
204
View file @
fd3282a4
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