Activity for Dave Pitts

  • Dave Pitts Dave Pitts committed [r2559]

    cobc.c(reflow_replace_*_format_text): Changed to malloc token based on newline length instead of hardcoded.

  • Dave Pitts Dave Pitts posted a comment on ticket #515

    I just committed a fix for this. On 04/17/2018 02:46 PM, Simon Sobisch wrote: Priority: 5 - default --> 4 Comment: Test code (with current expected failure) commited as part of [r2547] https://sourceforge.net/p/open-cobol/code/2547/. The function to fix is |print_program_code| in cobc/cobc.c. [bugs:#515] https://sourceforge.net/p/open-cobol/bugs/515/ listing with huge REPLACE values will crash cobc Status: accepted Group: GC 3.0 Labels: listing SIGSEGV Created: Tue Apr 17, 2018 08:42 PM UTC by Simon...

  • Dave Pitts Dave Pitts committed [r2558]

    Fixes for bug #515.

  • Dave Pitts Dave Pitts committed [r2431]

    Added listing test case for the report writer.

  • Dave Pitts Dave Pitts committed [r2429]

    BUG #494. Fixed scanning of tokens with embedded quotes, eg. 'yyy-'hello

  • Dave Pitts Dave Pitts committed [r1725]

    Added CALL cross reference support.

  • Dave Pitts Dave Pitts committed [r1704]

    Fixed multiple line output after replacement text substitution.

  • Dave Pitts Dave Pitts committed [r1700]

    Fix order.

  • Dave Pitts Dave Pitts committed [r1699]

    get_next_token(): Keep string as a single token.

  • Dave Pitts Dave Pitts committed [r1590]

    Added "Too many errors" message to listing.

  • Dave Pitts Dave Pitts committed [r1586]

    Added code to generate listing when max error count exceeded (compiler abort).

  • Dave Pitts Dave Pitts committed [r1478]

    Added code to close and open append the listing...

  • Dave Pitts Dave Pitts committed [r1477]

    Added Error/Warning summary to listings.

  • Dave Pitts Dave Pitts committed [r1474]

    Changed symbol listing indentation and added re...

  • Dave Pitts Dave Pitts committed [r1468]

    Restored copy_tail functionality. The copy book...

  • Dave Pitts Dave Pitts committed [r1427]

    Fixed listings test for internal cross reference

  • Dave Pitts Dave Pitts committed [r1274]

    Free replace text. Realloc replace text instead...

  • Dave Pitts Dave Pitts committed [r1238]

    Changes to support 5 digit variable size and cr...

  • Dave Pitts Dave Pitts committed [r1230]

    Added internal cross reference support.

  • Dave Pitts Dave Pitts committed [r1224]

    Added 88 values to printed symbol listing.

  • Dave Pitts Dave Pitts committed [r1203]

    Revert struct list_files pointer to NULL changes.

  • Dave Pitts Dave Pitts modified ticket #291

    -t/-T listing file empty in edge cases

  • Dave Pitts Dave Pitts posted a comment on ticket #291

    Fixed with updates r1199 and r1201

  • Dave Pitts Dave Pitts committed [r1202]

    Fixed ppcopy() extra line problem.

  • Dave Pitts Dave Pitts committed [r1201]

    Scan for "#line " and set line number for pre-p...

  • Dave Pitts Dave Pitts modified ticket #292

    -t/-T listing file SIGSEGVs if a block with more than 32 continuation/debug/comment lines is used

  • Dave Pitts Dave Pitts posted a comment on ticket #292

    This was fixed some time ago. Closing.

  • Dave Pitts Dave Pitts committed [r1199]

    Bug 291: Added header/trailer to file not found...

  • Dave Pitts Dave Pitts committed [r1186]

    Changed to allow for 9 character version field ...

  • Dave Pitts Dave Pitts committed [r1182]

    cobc.h: Moved CB_LIST_PICSIZE here and increase...

  • Dave Pitts Dave Pitts committed [r1171]

    Added --no_symbols option.

  • Dave Pitts Dave Pitts created ticket #331

    RECORD KEY in SELECT does not support FD in name.

  • Dave Pitts Dave Pitts committed [r1169]

    Added some sequence numbers to a couple of exam...

  • Dave Pitts Dave Pitts committed [r1168]

    cobc.c: print_fixed_line() fixed SORCEFORMAT VA...

  • Dave Pitts Dave Pitts committed [r1165]

    Added a COPY to listing example.

  • Dave Pitts Dave Pitts committed [r1162]

    Added a listing example.

  • Dave Pitts Dave Pitts committed [r1159]

    Changed hardcoded listing version to a template.

  • Dave Pitts Dave Pitts committed [r1148]

    Changed OCCURS <minimum> TO <maximum> to print_...

  • Dave Pitts Dave Pitts committed [r1145]

    Added Symbols test with OCCURS

  • Dave Pitts Dave Pitts committed [r1144]

    Added OCCURS <minimum> TO <maximum> to print_fi...

  • Dave Pitts Dave Pitts committed [r1104]

    Rearranged pline allocation and added some chec...

  • Dave Pitts Dave Pitts committed [r1103]

    Changed the pline array to an array of pointers...

  • Dave Pitts Dave Pitts committed [r1038]

    Redo listings when copybooks are missing. Chang...

  • Dave Pitts Dave Pitts modified ticket #291

    -t/-T listing file empty in edge cases

  • Dave Pitts Dave Pitts posted a comment on ticket #291

    Fixed in r1034.

  • Dave Pitts Dave Pitts committed [r1034]

    Fixes to put file not found into the listing fi...

  • Dave Pitts Dave Pitts committed [r1030]

    Changes to change fixed sized character arrays ...

  • Dave Pitts Dave Pitts modified ticket #280

    Listing test "symbols" fails on 32bit

  • Dave Pitts Dave Pitts posted a comment on ticket #280

    Fixed in r1007

  • Dave Pitts Dave Pitts modified ticket #276

    -T | -t not listing group content of LS or SS

  • Dave Pitts Dave Pitts posted a comment on ticket #276

    I've not gotten any further feedback on this issue. So, I'm going to close it. See...

  • Dave Pitts Dave Pitts committed [r1007]

    Fixes for 32/64 bit pointer listing test. Pictu...

  • Dave Pitts Dave Pitts posted a comment on ticket #280

    All: I think the easiest thing for this is to remove the pointers from this test...

  • Dave Pitts Dave Pitts posted a comment on ticket #276

    OK, I've changed the code to print the type as POINTER, not ALPHANUMERIC, and no...

  • Dave Pitts Dave Pitts committed [r1000]

    Added ChangeLog entry for SCREEN and LINKAGE se...

  • Dave Pitts Dave Pitts committed [r999]

    Added function support in print_program_trailer...

  • Dave Pitts Dave Pitts committed [r998]

    Added LINKAGE and SCREEN symbol listing support...

  • Dave Pitts Dave Pitts committed [r974]

    Fixed mystery edits that broke FILE and FILLER ...

  • Dave Pitts Dave Pitts committed [r968]

    Added LISTING [ON|OFF] support.

  • Dave Pitts Dave Pitts committed [r950]

    Initial source listing checkin.

  • Dave Pitts Dave Pitts committed [r933]

    Added symbol listing checks.

  • Dave Pitts Dave Pitts committed [r811]

    Fixes in cobc.c for deferred listings and >>PAG...

  • Dave Pitts Dave Pitts committed [r792]

    Changed per Simon to use AT_DATA in the tests. ...

  • Dave Pitts Dave Pitts committed [r791]

    Fixed typo

  • Dave Pitts Dave Pitts committed [r789]

    Fixed some of the listing functions and added t...

  • Dave Pitts Dave Pitts committed [r779]

    Expanded listing line number to 5 digits. Remov...

  • Dave Pitts Dave Pitts committed [r757]

    Initial compiler listing code.

1
MongoDB Logo MongoDB