no longer tokenize the dot; optional undocumented listing suppression.
In rexxprogram.cls:
OORexx 5.1 language support
add missing intermediate icons; some minor tweaks; still thinking about stream tokenizer
Oh, how dumb of me. Thanks for pointing out the error, Rick.
Rexxref example 3.3 does not apparently work
disconnected colon label support; stream tokenizer literal compatibility
docs
first attempt at stream tokenizer integration: flatclause broken out; better exceptio handling
fix entry proc not getting labels resolved
define rexxprogram external API
Forgot rexxtokenizer.cls
CSS cleaned up; classfinder double expose; docs
align indices in rexxprogram::clauses and rexprogram::mixedclauses; classfinder constructs lists of inheritance classes for rdclass; add filepath to line numbers htmlrrexxsource; fix last requires list item being produced twice in htmlrexxclass.cls; fix missing '::' in reference::refereestring htmlutil::referrableexpand
highlight ::RESOURCE end clause; more full paths to features; sorted references
move methods from classfinder to htmlutil; disambiguate by file path in indexes; use tooltip urls in summary pages; fix ::resource breakage; fix broken method noprefixhtmlize
highlight call in reference string; make comments HTML safe
ownerclass removed; rdatom::iscontainer removed; top level rexxprogram features have .nil owner; sanitize emitter to ony use rexxdocument features
use rexxprogram containment
rexxscoper merged into rexxprogram
non-breaking changes for rexxscoper.cls
better block comment first line parsing
file and feature locator on source line numbers
callable labels characterized
entry proc labels promoted to top level in tree; docs
emitter made read-only by putting against-annotation checking into rdparmlisted
docs
Fix missing class references
fix nopped source to retain quotes, so clause parsing works better; doc module cleanup; docs
filetypes case insensitive; feature api cleanup; rlitdoc name change; docs
*nix adaptation
docs
replace .pathsep with .file
original version, many omissions and defects
param-only block comments ignored; differentiate expose and param missing/wrong; more docs
requires features in tree optional; docs
documents.cls decomposed into features.cls and globalindx.cls; docs
more icon overlays, overlay upgrade; docs
select in source listing excludes line numbers
configurable file types
htmlrexxsource add tooltips, cleanup
constants float too
pervasive tooltips
successful tooltip implementation in limited case of file documentation subclasses
fix missing body tag in main.html
configurable meta tags
Improved rdf_extend diags; docs
fix misnamed options methods
quote blanking bug; docs
fix method containment bug
further build materials
copyright refresh
from home rev 1314, added build materials
Rudenberg patch applied
bug in parsing bsf.cls
patch from Ruurd Idenburg, applies, looks plausible
dev branch to get up-to-date
branch setup
Thanks for the report and test file. Reproduced, examining cause.
but won't install twice without complaint unless DEBIAN/prerm gets fixed to remove the added symlink, line 73 to end: # Debian specific removal of rxapid if [ -x /usr/bin/systemctl ] || [ -x /usr/sbin/systemctl ]; then systemctl stop rxapid.service rm -f /etc/systemd/system/multi-user.target.wants/rxapid.service rm -f /lib/systemd/system/rxapid.service systemctl --system daemon-reload else if [ -e /etc/init.d/rxapid ]; then /etc/init.d/rxapid stop fi rm -f /etc/init.d/rxapid update-rc.d rxapid remove...
Okay, looked harder in the package, found rxapid.service Better circumvention: repackaged the deb after edited postinst from line 91 to end: # Debian specific set up for rxapid if [ -x /usr/bin/systemctl ] || [ -x /usr/sbin/systemctl ]; then ln -s ${data_dir}/rxapid.service /lib/systemd/system/rxapid.service ln -s /lib/systemd/system/rxapid.service /etc/systemd/system/multi-user.target.wants/rxapid.service systemctl --system daemon-reload systemctl start rxapid.service else cp ${bin_dir}/rxapid /etc/init.d...
Debian 10 Buster install failure
Yes, I agree that's better, but seems precluded by the response to #969: "Don't do...
::REQUIRES documentation enhancement request
segfault on makeString with no result object