Commit Graph

14 Commits

Author SHA1 Message Date
Enrico Sorichetti
e3ac31986c worked <around> the parsing problem, provided proper choices for error handling
implemented also the interface to issue commands as an external function
( choice to be preferred IMO , no need change the script logic when it will be possible
to script Hercules form the outside )
2012-05-28 09:55:09 +02:00
Enrico Sorichetti
cf39415143 fixed Rexx command handler parsing ,
still thinking about a Rexxish feedback for an invalid argument
           and/or command processing error
           still using LOG_CAPTURE ( noecho/echo, commands prefixed with a -)
           a glitch still present when an invalid option is entered is not a show stopper
           will fix it sunday !
2012-05-25 00:18:49 +02:00
Fish-Git
601979df9e Revert "Change REXX subcommand handlers to use new "command_capture" function."
This reverts commit b62a497c5a.
2012-05-24 00:34:32 -07:00
Fish-Git
bdf8591904 Fix REXX subcommand handler parsing bug. 2012-05-23 23:30:16 -07:00
Fish-Git
b62a497c5a Change REXX subcommand handlers to use new "command_capture" function. 2012-05-23 23:22:48 -07:00
Enrico Sorichetti
cbe3cfc7b6 fixed minor nuisances and some cosmetics 2012-05-06 23:43:42 +02:00
Enrico Sorichetti
a7b19904fa fixed an array overflow for PATHS with a large number of entries 2012-05-05 10:47:35 +02:00
Enrico Sorichetti
e0d065363f make REXX arguments passing style a customizable option 2012-05-04 22:16:01 +02:00
Fish-Git
29c21ffed9 Fixes for REXX support on Windows. 2012-05-02 16:20:44 -07:00
Jan Jaeger
439bdbca92 Remove subversion $Id$ tag
Update copyright statement to 2012
2012-03-24 18:41:51 +11:00
Enrico Sorichetti
10573a033a final REXX interface version,
fixed some header checking,
added the scripts directory ( makefile and friends later )
added the README.REXX.V2
when the whole thing has been reasonably tested I will cleanup
enjoy
2012-03-23 23:26:18 +01:00
Enrico Sorichetti
d60c6d6901 rexx auto-magics 2012-03-17 21:08:30 +01:00
Jan Jaeger
dac8f84d23 Fix regina build on ubuntu 10.04 LTS and enable by default if regina available 2012-03-11 13:08:52 +11:00
Enrico Sorichetti
a3144fa5cf various build issues for...
SoftFloat - ( repackaged as per SoftFloat-readme.txt)
IPV6 - on APPLE builds ( quick and dirty )
       another commit will follow for full IPV6 configure support
REXX - rather than cleaning up the current implementation
       it took me the same time and number of objects modified
       to commit the FULL Rexx shebang
       in a while I will finish the hRexx_readme
othr - VERSION/V1/V2/... in dyngui.c
2012-03-10 21:52:51 +01:00