home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Meeting Pearls 3
/
Meeting_Pearls_III.iso
/
Pearls
/
dev
/
AmigaE
/
MoreModules
/
RexxC
/
History
next >
Wrap
Text File
|
1995-07-29
|
997b
|
38 lines
HISTORY:
0.25
Some bugs fixed.
ArgString no longer trimmed.
I'm no longer doing any parsing of arguments -- it makes it
all unnecessary complicated! Parsing should be job for the user
or some additional support-modules! And so some unnecessary
functions thrown away (to a module called rexxCSupport.m'.)
Compilation options changed.
0.24
PROC names in form stringXXX() and fileXXX() renamed (back!) to
commandStringXXX() and commandFileXXX()
PROC: names setPassPort(), setDefaultIn(), setDefaultOut(),
setBrutal(), setCommandList(), shortened to: passPort(), defaultIn(),
defaultOut(), setFileExtension(), setBreakMask(), brutal(),
commandList(), fileExtension(), breakMask() (they don't need to be so
verbose for OOP)
PROC getUnconfirmedCount() renamed to unconfirmedCount()
swallowRepliesQuick() added to all sending PROCES'ses to be called
in cases when normal swallowReplies() is not performed
0.23
First distributed :-) (And only because I'm moving soon)