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
ebc83fb8
Commit
ebc83fb8
authored
Jul 31, 2020
by
rdubner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
First appearance of 3.11. Modify cobcd.py with p/r. Make variable searching case-insensitive
parent
7d5aab6f
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
75 additions
and
91 deletions
+75
-91
cobcd
cobcd
+1
-1
cobcd.bat
cobcd.bat
+1
-1
include/version.h
include/version.h
+1
-1
python/cobcd.py
python/cobcd.py
+72
-88
No files found.
cobcd
View file @
ebc83fb8
...
...
@@ -63,7 +63,7 @@ print_help()
## Don't mess with it! #
###########################################################################
SCRIPT_VERSION
=
"[Version 3.1
0
]"
SCRIPT_VERSION
=
"[Version 3.1
1
]"
# 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 @
ebc83fb8
...
...
@@ -7,7 +7,7 @@ SETLOCAL ENABLEEXTENSIONS ENABLEDELAYEDEXPANSION
::## Don't mess with it! #
::###########################################################################
::
set
VERSION
=[
Version
3
.1
0
]
set
VERSION
=[
Version
3
.1
1
]
::
::
set
argC
=
0
...
...
include/version.h
View file @
ebc83fb8
...
...
@@ -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
0
"
#define VERSION "3.1
1
"
python/cobcd.py
View file @
ebc83fb8
This diff is collapsed.
Click to expand it.
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