Commit graph

210 commits

Author SHA1 Message Date
David Brown
66105ee5ae Add output of id command to poostpush log. 2016-11-18 14:17:08 +00:00
David Brown
7abdaf2312 Add new test virtual machines 2016-11-18 12:50:07 +00:00
David Brown
13da50007e Honour file path in showdef module argument. 2016-11-16 11:56:40 +00:00
David Brown
240885d841 Restore showdef lookup of installed library modules. 2016-11-15 23:40:26 +00: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
a17c087a41 Uppercase internal SYSTEM.H types address, int*, uint*. Completed. 2016-11-08 12:13:58 +00:00
David Brown
1935f63cd6 Fix ABS in SYSTEM.h and fix tools/make/ignore. 2016-11-02 12:59:51 +00:00
David Brown
4f74364b59 Don't let expected differences between bootstrap and built compiler show as changes. Update Readme. 2016-10-31 11:47:51 +00:00
David Brown
2a242ae960 Add Oakwood 'In' module and a test for it. 2016-10-30 14:22:10 +00:00
David Brown
6a4748e2af Update bootstrap and fix source change tests. Typo in command ine help. 2016-10-28 20:06:30 +01:00
David Brown
1e7d3ca4fd Add isptest (active) and In.Mod (not yet used). 2016-10-20 19:20:25 +01:00
David Brown
300b67a572 Remove -msse2, fix halt code type on windows platform. 2016-10-18 18:12:33 +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
1507d9cb0a Force git rename of VT100 in bootstrap, make SYSTEM.* mdel independent. 2016-10-15 19:05:08 +01:00
David Brown
80de6dc216 Rationalise -O2 vs -OC library build. 2016-10-15 17:15:05 +01:00
David Brown
1a3364269e Remove unwanted result files from git and correct use of sudo in buildall. 2016-10-11 15:35:37 +01:00
David Brown
1ef199dd93 Add hard reset and clean to buildall script. 2016-10-11 12:22:07 +01:00
David Brown
fb3753c55d Add hard reset and clean to postpush script. 2016-10-11 12:11:57 +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
d344c9ce80 Set size testing and constant size propagation. 2016-09-30 20:30:58 +01:00
David Brown
1fa182c7ce Fix generalised ReadNum and use for Sym reading. 2016-09-30 18:15:46 +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
David Brown
8ab4057a10 Make address strobj be equiv int type and remove param checking hack. 2016-09-24 12:13:26 +01:00
David Brown
d683df3e72 Fix browser command following TypSize move. 2016-09-23 19:34:18 +01:00
David Brown
fb002de0dd Move alignment and type size code from OPC to OPT. Remove search path in bootstrap compiler. 2016-09-23 19:04:26 +01:00
David Brown
8017aa445c Beginning to simplify build process 2016-09-23 17:12:02 +01:00
David Brown
22a4f8e263 Use SYSTEM.ADDRESS in libraries. Build all with -O2. Support INC(a,b) for any int a,b that support a:=a+b. 2016-09-23 13:04:24 +01:00
David Brown
cca132d784 More adjustments to ADDRESS vs LONGINT. An -O2 on 64 bit compiler has worked once! 2016-09-23 10:53:24 +01:00
David Brown
7b8eed9993 Revert LEN() to returnng LONGINT 2016-09-22 20:48:13 +01:00
David Brown
b40dc4e2f8 Some support in makefile for 32 bit model. 2016-09-22 20:02:46 +01:00
David Brown
b158671cf8 SYSTEM.ADR and LEN both return SYSTEM.ADDRESS. 2016-09-22 18:40:35 +01:00
David Brown
20a97bb570 Add check that double and long long (both 64 bit) have same alignment. 2016-09-21 11:56:21 +01:00