Commit graph

196 commits

Author SHA1 Message Date
David Brown
e85091289e Fix array assignment size validation to accept equal sizes. 2016-12-14 16:55:16 +00:00
David Brown
18a365429b Add dubug dump to Texts.Mod to help catch OpenBSD specific read failure. 2016-12-10 18:44:59 +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
c41cb011b6 Working on autobuild. 2016-12-07 17:39:17 +00:00
David Brown
dab579bdd5 Working on autobuild. 2016-12-07 17:29:18 +00:00
David Brown
f3ff731794 Working on autobuild. 2016-12-07 17:18:00 +00:00
David Brown
06be24f32f Working on build system 2016-12-07 17:06:52 +00:00
David Brown
2ec543867b Working on build system 2016-12-07 17:03:36 +00:00
David Brown
0313c30307 Working on build system 2016-12-07 16:42:59 +00:00
David Brown
86fddce532 Merge branch 'master' of https://github.com/vishaps/voc 2016-12-07 16:32:21 +00:00
David Brown
442f377b7e New autobuild process 2016-12-07 16:29:01 +00:00
norayr
fd27239b2d changed help to conform to the binary name. -- noch 2016-12-07 19:47:51 +04:00
norayr
04760174fb Merge branch 'master' of https://github.com/vishaps/voc 2016-12-07 19:44:58 +04:00
norayr
1e15d47936 renamed to vbeautify, added makefile. -- noch 2016-12-07 19:43:45 +04:00
norayr
886c18303e added dump text functions to beautifier. 2016-12-07 19:38:07 +04:00
norayr
9f6c788219 texts module can save plain ascii files with CloseAscii function. 2016-12-07 19:31:48 +04:00
norayr
d18008eafa Beautifier compiled 2016-12-07 18:57:55 +04:00
David Brown
2e436a2d9e More fiddling with auto build scripts. 2016-12-07 14:06:39 +00:00
David Brown
da1ad6e871 I'm still making a mess of the auto build scripts. 2016-12-07 14:05:04 +00:00
David Brown
bde475c384 Silly me, it's a .sh, not a .pl., temporarily have buildall pick up the new .sh. 2016-12-07 14:03:07 +00:00
norayr
ada56e2770 Beautifier converted to plain ascii file. 2016-12-07 17:44:45 +04:00
norayr
9d7f23c918 ocat fixed 2016-12-07 17:44:01 +04:00
norayr
c5f0e1e345 added original Beautifier module. 2016-12-07 17:43:09 +04:00
David Brown
72ba766a2d Slightly simplify auto build repository sync. 2016-12-07 13:11:30 +00:00
David Brown
4b0fb0d1fb Slightly simplify auto build repository sync. 2016-12-07 13:07:21 +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
de049dc80c Add OPM_InstallDir to ignored differences between bootstrap and installable builds. 2016-12-05 17:23:34 +00:00
David Brown
8c9d029df3 Fix error message display during library build. 2016-12-03 12:07:16 +00:00
Norayr Chilingarian
61828e6a47 Merge branch 'ulm_tidy' 2016-12-02 19:12:16 +04:00
David Brown
299b0636ad Fix Platform initialisation, move common Arg handling code from Platfrom to Modules. 2016-12-01 18:08:08 +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
000c541afa Update version from 1.95 to 2.00. 2016-11-24 17:55:26 +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
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
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