[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ooc-980920 & oo2c-1.3.10
Major changes:
o New I/O library module `Log'.
o Bugfix for `TextRider.ReadReal' and `In.Real'.
o The program `oocn' is included with oo2c. There is no man page
yet, please check the README.
o oberon2.el: Added support for "oocn --uses". The command can be
activated with `C-c u', the listed positions are accessed like
compilation errors.
ChangeLog since oo2c-1.3.9:
1998-09-20 Michael van Acken <acken@informatik.uni-kl.de>
* backend/ansi-c/lib/liboo2c.Mod: Bumped version number to 4:0:1.
* backend/ansi-c/lib/Signal.c, backend/ansi-c/lib/Signal.Mod:
Replaced type `C.int' with new type alias `SigNumber'.
* lib/TextRider.Mod (ReadReal):
Oops, the range checking for REALs was broken.
1998-09-16 Michael van Acken <acken@informatik.uni-kl.de>
* backend/ansi-c/lib/C.Mod:
Defined type `address' to `SYSTEM.ADDRESS' (instead of LONGINT).
1998-08-25 Michael van Acken <acken@informatik.uni-kl.de>
* tools/CNAST.Mod, tools/CNDecl.Mod, tools/CNHTML.Mod, tools/CNIdentifier.Mod, tools/CNModules.Mod, tools/CNMsg.Mod, tools/CNParser.Mod, tools/CNScanner.Mod, tools/CNSymTab.Mod, tools/CNXRef.Mod, tools/oocn.Mod:
New file.
1998-08-24 Michael van Acken <acken@informatik.uni-kl.de>
* lib/Log.Mod: New file.
* tools/ooef.Mod (PrintErrors):
Add separator line between different files in context
mode.
* tools/ooef.Mod (ActiveFile):
Use separate variable to keep track of the currently
active file.
(PrintText): Fixed buglet that omitted the final newline if the last
line of the input file does not end in a newline.
(SortErrors): Revert list of files.
Have fun.
-- mva