back to times for print quality check
Merge remote-tracking branch 'refs/remotes/origin/master'
avoid NullPointer exception on Ctrl-D
doc chg
release 5.01 - appendix fix reapplied
docs added for release
version, hyphenation
Merge branch 'master' of ssh://git.code.sf.net/p/netrexx/code into newlayout
fix appendix renumbering
index fix
Merge branch 'newlayout' of ssh://git.code.sf.net/p/netrexx/code into newlayout
doc upd
no chapter 0
upd
upd
doc pg changes
Merge branch 'newlayout' of ssh://git.code.sf.net/p/netrexx/code into newlayout
doc pg changes
fix split
set font
doc: headers in same font
doc upd
remove fonts from pub
add serif font
more layout
add NrLevel.nrx
update
doc update
removed debug statements and ignore bad UTF-8
upd layout of pubs
upd layout of pubs
upd releasenotes
update to 5.01 RC1
updated stream BIM
accompanying diagnostics
update
update
copyright update
identical results for compiled and interpreted interpret instruction
introducing text string literals
text literal token as per final specification
support for """text""" literal strings
fix the fix
fix ArrayIndexOutOfBoundsException when single # as shebang on line 1
merge
releasenotes
stages.html: ARRAY:added info and example. Deleted ARRAYR and ARRAYW.
stages.html: ARRAY:added info and example. Deleted ARRAYR and ARRAYW.
pipelines diskr update
fix for netrexx mode in Emacs 30.1
remove debug code
source code for ecj
make strictcase to avoid private class java.lang.System.Out in latest Java
remove call to deprecated ThreadGroup.stop()
clean
doc update
new InterpretException
new InterpretException
disallow signal instruction in INTERPRET
EXIT not terminal when jsr223
clean up
do not wait for threads to finish when jsr223
catch runtime exceptions
bump 5 to Beta
bind only seen vars
weird arg in scripted mode
no interpret.xxx
support for compiled INTERPRET instruction
Merge remote-tracking branch 'refs/remotes/origin/master'
eSay char also
compiler.nrx: make stage name lowercase for processing.
fix issue #72 absolute path is relative
plain text examples
the new ecj
version 5.00 translators
default and minimum class version 52, new ecj
default and minimum class version 52
new var_stage() instead of var()
code.value assignment wrongly outside exec condition
rename RexxTrace.INT to .INTER, mix-up with primitive type int
Add TOLERANT/STRICT options to SORT stage & helper classes, documentation.
Add TOLERANT/STRICT options to SORT stage & helper classes, documentation.
RxQuit on invalid INTERPRET expression
chg rexxtream doc
fix issue with pipe run from runner
small galley chgs
include inner.tex
rework inner workings
rexxtry: add support for multiline input.
rexxtry: add support for multiline code.
upd .gitignore to remove generated doc files
building info
bold chapters
fix index font
typo
Merge branch 'master' of ssh://git.code.sf.net/p/netrexx/code
doc chg
fix issue #69 INTERPRET updating methodclauses
stages.html documentation for COMMENT stage: Note: The '--' is, unfortunately, position dependent. Under some pipeline conditions, if it is not left justified, a 'no output stream connected' error will be displayed at pipe run time. At compile time, it may show a cut-off pipe, but no error message.
add comment_tests01.njp. In compiler.nrx, rewrite alias processing to avoid secondary changes; add blank stage to comment stage processing; add --[no space]comment processing. (The last one still does not work.)