Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cbl-gdb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Simon Sobisch
cbl-gdb
Commits
9673fc47
Commit
9673fc47
authored
Aug 07, 2020
by
rdubner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
First appearance of Version 3.12
parent
05111c12
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
cobcd
cobcd
+1
-1
cobcd.bat
cobcd.bat
+1
-1
include/version.h
include/version.h
+1
-1
python/cobcd.py
python/cobcd.py
+1
-1
No files found.
cobcd
View file @
9673fc47
...
...
@@ -63,7 +63,7 @@ print_help()
## Don't mess with it! #
###########################################################################
SCRIPT_VERSION
=
"[Version 3.1
1
]"
SCRIPT_VERSION
=
"[Version 3.1
2
]"
# This script, nominally named cobcd, packages up the process of compiling
# a single COBOL source module and processing it so that gdb can be used for
...
...
cobcd.bat
View file @
9673fc47
...
...
@@ -7,7 +7,7 @@ SETLOCAL ENABLEEXTENSIONS ENABLEDELAYEDEXPANSION
::## Don't mess with it! #
::###########################################################################
::
set
VERSION
=[
Version
3
.1
1
]
set
VERSION
=[
Version
3
.1
2
]
::
::
set
argC
=
0
...
...
include/version.h
View file @
9673fc47
...
...
@@ -4,4 +4,4 @@
// On the Unix side, there is scripting trickery to propogate this version
// code into cobcd.py and the names of packages when they are created.
#define VERSION "3.1
1
"
#define VERSION "3.1
2
"
python/cobcd.py
View file @
9673fc47
...
...
@@ -3154,7 +3154,7 @@ if 'gdb' in sys.modules :
## The text "Version x.x" has to appear in square brackets. #
## Don't mess with it! #
###########################################################################
print
(
'registering CPrint (Usage is "print <COBOL identifier>") [Version 3.1
1
]'
)
print
(
'registering CPrint (Usage is "print <COBOL identifier>") [Version 3.1
2
]'
)
self
.
Worker
=
CPrintWorker
()
self
.
TabFile
=
TabFileInformation
();
self
.
TabFile
.
question_mark_range
=
self
.
Worker
.
question_mark_range
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment