Commit Graph

15 Commits

Author SHA1 Message Date
Fish-Git
2e6e208a69 REXX related fixes:
Honor return code from command-line functions.
Fix rexx subcommand handler memory free bugs.
Test new rexx subcommand handling.
2012-06-01 12:22:37 -07:00
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
Fish-Git
e6245ca0f7 Fix for warning C4129: '(' : unrecognized character escape sequence 2012-05-24 16:54:33 -07: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
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
74a3738142 fixed an ugly typo in hRexx.c 2012-05-05 14:50:18 +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
Enrico Sorichetti
6c0f748127 fixed some glitches and an MSVC quirk 2012-04-05 19:23:01 +02: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
3eff75e6ca fixed a couple of hRexx glitches, see hRexx_readme 2012-03-18 07:42:57 +01: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