Commit graph

641 commits

Author SHA1 Message Date
David Brown
28d4bc8219 -F doesn'teven try opening existing sym file. -s silently replaces old version sym file. 2016-12-18 14:51:27 +00:00
David Brown
460b879829 Build link list based on imports, not on modules compiled by compiler instance. 2016-12-18 13:03:59 +00:00
David Brown
e85091289e Fix array assignment size validation to accept equal sizes. 2016-12-14 16:55:16 +00:00
David Brown
41a239c5aa Fix heap address comparisons for sign crossing. 2016-12-13 20:15:29 +00:00
David Brown
85eeef6ae4 Supportix dump of block with uncleared GC flag in bit 0 of tag. 2016-12-13 18:52:42 +00:00
David Brown
30bae1a622 Fix dump of chunk that crosses +ve to -ve address. Could this be the underlying issue in Heap? 2016-12-13 18:42:16 +00:00
David Brown
a377c7c3bf Still chasing OpenBSD issue. Add heap dump. Looks like a GC fault. 2016-12-13 18:25:50 +00:00
David Brown
c5561dd0e0 Make type descriptor dump resilient to increments (mid-GC) tags. 2016-12-12 20:06:00 +00:00
David Brown
4444d06e4e Remove duplocate ModuleDesc in Modules. Add type descriptor dumping. 2016-12-12 18:42:36 +00:00
David Brown
f75a98d3dc Display text run dump according to its dynamic type. 2016-12-11 20:18:34 +00:00
David Brown
6e28d3f2fd Ha! Now fix hexdump for -OC build. 2016-12-11 17:43:05 +00:00
David Brown
3c1e64375e Fix hexdump on 32 bit builds. 2016-12-11 17:31:25 +00:00
David Brown
a2d98748b6 Add hex and hexdump to Out.Mod, more debugging for OpenBSD. 2016-12-11 17:18:24 +00:00
David Brown
a1ac23a09f More debug to catch OpenBSD intermittent text read failure. 2016-12-11 14:10:46 +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
e6532bfe23 reverted back Texts module changes. 2016-12-07 19:40:08 +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
16c3f32484 Merge branch 'master' of https://github.com/vishaps/voc 2016-12-07 13:09:06 +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
norayr
d210376421 reverted back to using string literals. -- noch 2016-12-06 20:35:58 +04:00
norayr
4fda478a28 replaced most of string constants by OPT.sometyp.strobj.name. -- noch 2016-12-06 17:47:48 +04:00
norayr
6cd7727802 removed tests. -- noch 2016-12-06 13:11:44 +04:00
norayr
93eea47e54 improved warning message. -- noch 2016-12-06 11:32:21 +04:00
norayr
836e26dd47 added TRUE, FALSE, SET to the check. -- noch 2016-12-05 22:12:10 +04:00
norayr
711283cba5 added type aliasing check and warning. -- noch 2016-12-05 22:06:10 +04: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
cf2da3000f Record curpos on every inR.Read. Add more debug to catch OpenBSD read failure. 2016-12-05 17:00:55 +00:00
David Brown
c7e88f4634 Update bootstrap C source. 2016-12-05 12:07:40 +00:00