Commit graph

37 commits

Author SHA1 Message Date
Norayr Chilingarian
7b9b5cb4f1 simpler way of removing 'static' for tcc in configure.c, reverted oberon.mk back, according to this comment: a35668bf93 (r35448231) update of bootstrap sources. 2019-10-11 15:00:02 +04:00
Norayr Chilingarian
a35668bf93 initial tcc/linux changes 2019-10-10 17:41:18 +04:00
David Brown
6842928bf8 Integrate rangechecked casting correction from @svorkoetter. 2019-01-04 18:54:55 +00:00
David Brown
f458b98ff2 Enable index checks in Files.Mod and OPS.Mod. 2018-04-24 16:04:56 +01:00
norayr
9f3893bb42 should fix library build. 2017-06-21 21:45:26 +04:00
norayr
211f69c89a moved strtoreal functions to strings module. 2017-06-21 20:58:10 +04:00
David Brown
8063b0c595 Fix dynamic linking on Mac. Static linking not working. 2017-02-15 18:34:00 +00:00
David Brown
6a20f8f951 Fix for dynamic library installation. 2016-12-28 14:47:16 +00:00
David Brown
d12393cc8c Build to local directory and install as separate optional step. 2016-12-09 17:47:48 +00:00
David Brown
83d943297f Use single quote string dilimieters for printf in oberon.mk. 2016-12-06 18:46:37 +00:00
David Brown
8c9d029df3 Fix error message display during library build. 2016-12-03 12:07:16 +00:00
norayr
0e1c5fe498 ulm library compiled by fixing integer, longint, shortint and set sizes. -- noch 2016-11-30 19:39:26 +04:00
David Brown
6da0d5d685 Build with colour output when on a tty/console. 2016-11-15 17:33:05 +00:00
David Brown
f9c72a37b0 Fix mingw build. 2016-11-14 21:25:04 +00:00
David Brown
377bc73774 Restore text file based error support as prototyped in the ErrorExperiment branch. 2016-11-14 21:00:34 +00:00
David Brown
f7feea0ad1 Tidy browsercmd aka showdef. 2016-11-14 18:19:56 +00:00
David Brown
716240bdd6 Simplify runtime error reporting and move to platform common source. 2016-11-12 10:20:50 +00:00
David Brown
eeb168c026 Support Microsoft C make again following dual library (O2 and OC) support. 2016-11-08 18:37:15 +00:00
David Brown
2a242ae960 Add Oakwood 'In' module and a test for it. 2016-10-30 14:22:10 +00:00
David Brown
1e7d3ca4fd Add isptest (active) and In.Mod (not yet used). 2016-10-20 19:20:25 +01:00
David Brown
4a9f674b10 Don't build oocFilenames.Mod twice. 2016-10-18 12:09:35 +01:00
David Brown
2d8c9c4757 Make math test work across x86/x64. 2016-10-17 12:49:05 +01:00
David Brown
eda7e88185 Add test for Math and MathL modules. 2016-10-16 15:21:32 +01:00
David Brown
a10c530f98 Trigger rebuild. 2016-10-16 12:38:32 +01:00
David Brown
a4ca50f71f Fix case of VT100 in make file. 2016-10-15 21:29:20 +01:00
David Brown
80de6dc216 Rationalise -O2 vs -OC library build. 2016-10-15 17:15:05 +01:00
David Brown
ebd1a2e695 Add tests for Out.Real, Out.LongReal. 2016-10-08 17:30:44 +01:00
David Brown
a828ff79a4 Implement Out.Real and Out.LongReal. 2016-10-08 17:02:46 +01:00
David Brown
b71526ff5c Add Mathl.Mod. Math and Mathl now compiling, but little tested. 2016-10-04 12:04:43 +01:00
David Brown
80c9d36a7a (Largely untested) Oakwood Math.Mod, some SETxx fixes. 2016-10-03 20:05:22 +01:00
David Brown
c2567a2600 Reorganise system and runtime library modules for both O2 and OC builds. 2016-10-01 17:26:44 +01:00
David Brown
3dc5049d5a Stepping toward generalised ReadNum. 2016-09-30 17:19:26 +01:00
David Brown
25d99fd36a Add SYSTEM.SET32 and 64 types. Fix 32 bit build. 2016-09-28 18:48:56 +01:00
David Brown
212bcd58b9 Beginning adding -OC (large model) runtime library 2016-09-28 11:38:53 +01:00
David Brown
9ffafc59b4 Reenable library files, fix LONGREAL constants and type casts. 2016-09-26 19:01:59 +01:00
David Brown
ef0a447a68 Fix shared library naming, and getcwd warning. 2016-09-25 16:32:44 +01:00
David Brown
41bf2c037d Separate install subdirs for diff size models. Lots of tidying and renaming. 2016-09-25 15:26:04 +01:00