Commit graph

895 commits

Author SHA1 Message Date
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
576c57b39b update of bootstrap sources. 2016-12-06 20:38:09 +04:00
norayr
d210376421 reverted back to using string literals. -- noch 2016-12-06 20:35:58 +04:00
norayr
58ea173d94 added "showdef" related information to the readme. -- noch 2016-12-06 18:28:33 +04:00
norayr
8d28c1b1bb updated bootstrap sources. -- noch 2016-12-06 17:52:15 +04:00
norayr
4fda478a28 replaced most of string constants by OPT.sometyp.strobj.name. -- noch 2016-12-06 17:47:48 +04:00
norayr
d009eb2e34 updated bootstrap c sources. -- noch 2016-12-06 13:13:02 +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
22c5977fe3 updated bootstrap sources. -- noch 2016-12-05 22:13:29 +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
David Brown
e6c858e6e7 Prototype for finding installation based on binary name. 2016-12-04 17:56:06 +00:00
David Brown
a6049e7b82 Update bootstrap C sources. 2016-12-03 18:44:22 +00:00
David Brown
1ae3a2ff32 Simplify ARGV setup. Add trial binary directory discovery code. 2016-12-03 18:43:13 +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
6beeaa5626 Update bootstrap C sources. 2016-12-02 13:03:18 +00:00
David Brown
5c3b42be09 Fix incorrect dynarray length type merge with subsequent longint in IdentList. 2016-12-02 13:02:35 +00:00
David Brown
6c0c666f91 Update bootstrap C sources. 2016-12-02 12:27:03 +00:00
David Brown
c57a91210b Append 'LL' to large integer constants to avoid OpenBSD gcc warnings. 2016-12-02 12:26:21 +00:00
David Brown
62c6d5c2a4 Update C bootstrap source. 2016-12-01 18:40:01 +00:00
David Brown
c65b89daf3 Update confidence tests for arg handling move. Remove unused vars in Platform. 2016-12-01 18:39:02 +00:00
David Brown
299b0636ad Fix Platform initialisation, move common Arg handling code from Platfrom to Modules. 2016-12-01 18:08:08 +00:00
David Brown
aed9134e99 Allow Revised Oberon array assignment (source may be shorter than target). 2016-12-01 17:57:27 +00:00
David Brown
b16e82f866 Update open FileDescs at deregistration resulting from delete, rename or register. 2016-11-30 18:13:32 +00:00
David Brown
67e4848eb7 PlatformWindows file sharing mode parity with PlatfromUnix. Allow GC to collect unused files. 2016-11-30 15:49:27 +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
f72b4280b7 Merge branch 'master' of https://github.com/vishaps/voc 2016-11-29 15:44:23 +00:00
David Brown
19af6d76d3 Update bootstrap C source. 2016-11-29 15:43:11 +00:00
David Brown
9f0cbccf55 Various fixes to OS vs Oberon file lifetime management in Files.Mod. 2016-11-29 15:27:30 +00:00
norayr
c549f5847b fixed Longint to Byte Arr function; -- noch 2016-11-29 16:45:18 +04:00
norayr
247852e0b7 fixed overflow in LRealToByteArr; -- noch 2016-11-29 16:14:15 +04:00
norayr
047d8b94e7 plongrealarray had to be pointer to longrealarray. -- noch 2016-11-29 15:00:18 +04:00