Commit graph

895 commits

Author SHA1 Message Date
norayr
a22c894fd4 removed ORP PO13 compiler version from the voc source tree. -- noch 2016-11-29 13:13:48 +04:00
David Brown
51ae4c3241 Update C bootstrap. 2016-11-28 15:57:49 +00:00
David Brown
d5c3d2aae5 Merge __GUARDEQP changes from OFront. 2016-11-28 15:57:04 +00:00
David Brown
b9339c9516 Merge heap fix for negative addresses from OFront. Fix ulmSets CharSet size. 2016-11-28 14:56:10 +00:00
David Brown
c630f86399 Update C bootstrap sources 2016-11-27 16:49:12 +00:00
David Brown
6a7cba23a7 Force output flush and nonzero return code on assertion failure in Files.Mod 2016-11-27 16:48:03 +00:00
David Brown
7279aa91be Update bootstrap C source. 2016-11-25 13:03:26 +00:00
David Brown
cbf78cb6f1 Fix allocation size for dynarry dope vector - ADDRESS rather than LONGINT. 2016-11-25 12:45:33 +00:00
David Brown
5ae282dc9f Trigger build (after dragging each build machine past the v2.00 tag.) 2016-11-24 19:00:46 +00:00
David Brown
056a317e54 Remove SetHalt documentation - code was already disabled. 2016-11-24 18:10:51 +00:00
David Brown
1a8799d21c Merge branch 'ADRINT': updates version number to 2.00. 2016-11-24 17:59:24 +00:00
David Brown
000c541afa Update version from 1.95 to 2.00. 2016-11-24 17:55:26 +00:00
David Brown
f6a839b710 Merge branch 'master' of https://github.com/vishaps/voc 2016-11-24 17:44:58 +00:00
David Brown
7296800b03 Merge branch 'ADRINT' 2016-11-24 17:34:53 +00:00
David Brown
610cc38efa Update C bootstrap source. 2016-11-24 13:06:00 +00:00
David Brown
1c137d2d7a Doc updates. Add warning for anonymous ARAY or RECORD parameter types. 2016-11-24 12:49:59 +00:00
David Brown
036b8eef41 Update bootstrap. 2016-11-19 15:17:51 +00:00
David Brown
3798b9c537 Fix mingw/msc support on pre Windows 10 systems. 2016-11-19 00:42:35 +00:00
David Brown
2321695270 Hopefully fix 64 bit cygwin and mingw builds. 2016-11-18 17:26:10 +00:00
David Brown
bf65c3744b Split windows build into parallel cygwin and mingw builds, remove old nas builds. 2016-11-18 17:10:29 +00:00
David Brown
8e1897fe17 Ha! Still getting the wrong security for new machines to build. Lets try again. 2016-11-18 14:49:11 +00:00
David Brown
66105ee5ae Add output of id command to poostpush log. 2016-11-18 14:17:08 +00:00
David Brown
fd744350ed Update bootstrap. 2016-11-18 13:07:34 +00:00
David Brown
7abdaf2312 Add new test virtual machines 2016-11-18 12:50:07 +00:00
David Brown
654b6ecb24 Add offset assertions to Files.Mod. 2016-11-16 12:33:53 +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
65db905f0b Fix misfiring of error 308 by calculating type sizes when not already calculated. 2016-11-15 22:59:43 +00:00
David Brown
c12aae020d Add IsConsole tests to compiler.mod, update bootstrap. 2016-11-15 18:03:57 +00:00
David Brown
6da0d5d685 Build with colour output when on a tty/console. 2016-11-15 17:33:05 +00:00
David Brown
f08e49d856 Fix and simplify fingerprinting for 64 bit values 2016-11-15 11:51:29 +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
bb143a6162 Include Int and Set type size in symbol fingerprint. 2016-11-13 20:35:53 +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
ed7043324d Remove redundant writer in OPM. Fix Files.Readline for CR/LF and guarantee 0 termination. 2016-11-11 18:23:31 +00:00
Ivan Sukin
aa5252dc6b Fixed typo in Features.md (#47) 2016-11-11 15:20:27 +00:00
David Brown
ef815aa131 Add version to symbol files to avoid confusing symptoms from format changes. 2016-11-10 18:54:40 +00:00
David Brown
9f5d4c6b0d Fix mingw where ENABLE_VIRTUAL_TERMINAL_PROCESSING is undefined. 2016-11-10 12:52:23 +00:00
David Brown
2cd28725ea Update bootstrap 2016-11-10 11:57:59 +00:00
David Brown
45d3daa11e Windows: enable VT100 support and use SYSTEM.ADDRESS for FileHandle. 2016-11-10 11:56:35 +00:00
David Brown
c93705920e Remove redundant sync that causes error on windows. Update console for Windows cr/lf. 2016-11-10 11:22:23 +00:00
David Brown
c2e97de495 Update bootstrap. 2016-11-08 20:42:36 +00:00
David Brown
1d6c7889b1 Use _alloca /only/ on MSC, not on mingw. Elsewhere it is alloca. 2016-11-08 20:18:14 +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
baeb2db81f Uppercase internal SYSTEM.H types address, int*, uint*. Phase 1. 2016-11-08 11:48:33 +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
668c2ef508 Minor documentation updates. 2016-11-02 12:12:59 +00:00