2
I Use This!
Moderate Activity

Commits : Listings

Analyzed 41 minutes ago. based on code collected about 3 hours ago.
Apr 25, 2023 — Apr 25, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
20240422 Add an invocation exit traceline for a reply instruction when another activity gets used to continue the invocation (which will cause an invocation entry traceline). More... 3 days ago
20240421 Fix error and rename argument name to not be mixed up so easily. More... 3 days ago
fix code and add tests for [bugs:#1947] FORMAT issues More... 5 days ago
20240411 Add new trace invocation exit prefix <I< [feature-requests:#833] More... 13 days ago
20240408 Remove the TraceObject entries OBJECT and SCOPE as those values can be retrieved via the STACKFRAME entry. More... 17 days ago
20240408 Rollback unnecessary protections, cf. feedback in [r12821]. More... 17 days ago
20240407 TraceObject: rename NR entry to NUMBER More... 18 days ago
20240407 Protect transient objects used in tracing. More... 18 days ago
20240405 Rick's workaround for the crash in the test suite More... 20 days ago
20240330 Remove commented code, move test for current being NULL directly to getContextLineNumber(), safebelt by testing parent for being NULL as well. More... 26 days ago
20240930 Experimental TraceObject 'STACKFRAME', 'OBJECT' entries, removed 'OBJECTID'. More... 27 days ago
20240328 Fix TRACE crash uncovered by Jean Louis together with the analysis and remedy. Extended protection to DoBlockComponents.cpp as the same pattern. Demo crash program was using 'rexx -e' with double-quoted: .traceObject~option='N'; trace i; do i=1 to 100000; x=i*3; say i; end; trace o More... 28 days ago
20240328 Better fix (add the SCOPE entry with .nil in case no method object gets returned, else method's scope). More... 28 days ago
20240328 Fix crash uncovered by TRACE.testGroup. More... 28 days ago
20240327 Add entries OBJECTID and SCOPE to TraceObject; see mail thread starting with https://sourceforge.net/p/oorexx/mailman/message/58753852/ More... 29 days ago
20240326 Minor changes in comments. More... 30 days ago
20240314 Rename the indexes HASOBJECTLOCK to HASSCOPELOCK and OBJECTLOCKCOUNT to SCOPELOCKCOUNT More... about 1 month ago
20240212 MT trace, cf. https://sourceforge.net/p/oorexx/feature-requests/825/ More... 2 months ago
fix 32-bit build for [bugs:#1933] code fix More... 3 months ago
remove debug print and some ancient regex doc More... 3 months ago
migrate sprintf to snprintf for Unix code as per [bugs:#1933] More... 3 months ago
Reverting unnecessary commit for Apple More... 3 months ago
further changes for macOS X64 arm64 or both More... 3 months ago
provide for 3 different binary formats for macOS X64 arm64 or both More... 3 months ago
fixes for [bugs:#1647] oorexx stops working on INPUTBOX More... 3 months ago
fix message text for [bugs:#1919] Error message 25.12 is incomplete More... 3 months ago
fix test binaries for [bugs:#1929] RexxVariablePool issues More... 4 months ago
fix clean up of conditional include #defines More... 4 months ago
fix code, update rexxapi, add more SHV pool tests for [bugs:#1929] RexxVariablePool issues More... 4 months ago
fix code for [bugs:#1923] Insufficient control stack .. on AIX 7.2 More... 4 months ago