Commit graph

636 commits

Author SHA1 Message Date
David Brown
be80ad7ae3 Remove unneeded tests result files. 2016-06-16 16:43:10 +01:00
David Brown
8b0bd9c675 Update tools to v2. 2016-06-16 16:31:59 +01:00
David Brown
ce855c93c8 Update test files to v2. 2016-06-16 16:25:36 +01:00
David Brown
a9b273e30a Fix line endings. 2016-06-16 16:14:30 +01:00
David C W Brown
f9dc858d29 Remove binary files incorrectly checked in. 2016-06-16 15:36:31 +01:00
David Brown
7bdc53145e Update library source to V2. 2016-06-16 14:56:42 +01:00
David Brown
4245c6e8b3 Update system source to V2. 2016-06-16 14:14:39 +01:00
David Brown
efb7b6b030 Update compiler source to V2. 2016-06-16 13:58:01 +01:00
David Brown
efefcf0fb4 Add confidence tests. 2016-06-16 13:56:34 +01:00
David Brown
1304822769 Rename lib to library. 2016-06-16 13:56:12 +01:00
David Brown
b7536a8446 Move Args.Mod out of system as it's not part of the compiler build. 2016-06-16 13:07:17 +01:00
David Brown
49e9fd3533 Move Oberon.Mod to system. 2016-06-16 13:00:46 +01:00
David Brown
6c6791edf9 Consoldate v4 library files part 2. 2016-06-16 12:59:23 +01:00
David Brown
126f758836 Consoldate v4 library files part 1 2016-06-16 12:58:46 +01:00
David Brown
d6d9666713 Consolidate ulm library files. 2016-06-16 12:55:13 +01:00
David Brown
e4309559f3 Consolidate s3 library files. 2016-06-16 12:49:53 +01:00
David Brown
9021308e47 Consolidate ooc2 library files. 2016-06-16 12:46:51 +01:00
David Brown
6a1b2f4967 Consolidate ooc library files. 2016-06-16 12:42:49 +01:00
David Brown
c374e343af Rename system files to v2 conventions. 2016-06-16 12:36:03 +01:00
David Brown
f48876d5db Remove unneeded Files and Kernel variants. 2016-06-16 12:30:52 +01:00
David Brown
5b3062f475 Consolidate files in system directory. 2016-06-16 12:29:25 +01:00
David Brown
72dedc9bf6 Remove par directory and mv system directory under src. 2016-06-16 12:09:14 +01:00
David Brown
e4153701ea Rename compiler directory to 'compiler'. 2016-06-16 12:07:37 +01:00
David Brown
9cc63cc6c2 Compiler source directory: consolidate duplicate files. 2016-06-16 12:06:42 +01:00
norayr
aeadd58952 fixed Oberon.Mod; now Oberon.DumpLog works.
Former-commit-id: 4e2da4f92e77fcce3db1291cbfafd2f430d7bac9
2016-02-24 15:21:16 +04:00
Norayr Chilingarian
2991026809 added problematic ubuntu version to faq file
Former-commit-id: 5f80704eb0feffdf11d42f1aee7671639b209c55
2016-02-04 01:27:29 +04:00
Norayr Chilingarian
4838e91966 s/ooc/voc -- noch
Former-commit-id: bdf7be9896a5c74170ab6b35df5269ab03a0ab08
2016-01-22 01:16:08 +04:00
Norayr Chilingarian
f05ecf6102 Unix.Timeval fix. suseconds_t is 4 bytes on osx x86_64 apparently.
Therefore Timeval.usec is INTEGER. Thanks to Jon Kleiser for [raising](https://github.com/norayr/voc/issues/5) the question.
bootstrap binary updated. Kernel0. Kernel modules affected. -- noch


Former-commit-id: 177f08f0e0e37f9c7ba9d08a91da7c08006c92a4
2016-01-19 16:54:26 +04:00
norayr
bac3c2cb49 apparently, openbsd bootstrap binary was not added to the git. (:
Former-commit-id: 02a909696d0d60377099e957f56fa7fb9e51cf4c
2016-01-16 01:09:32 +04:00
norayr
ecc94a305b fixed home path
Former-commit-id: f494740aadd2584f3994f1dc5746f9c4ddf0429e
2016-01-13 14:34:16 +04:00
Antranig Vartanian
f3089c9942 some changes for OpenBSD
Former-commit-id: d570c60e3c
2016-01-13 14:24:08 +04:00
Antranig Vartanian
10e2d4c807 chaned TimeDesc in File0.Mod and File.Mod -- antranigv
Former-commit-id: 3cdb5b1d3a
2015-12-12 21:58:47 +04:00
Antranig Vartanian
1a2082bfc2 changed variable l type from LONGINT to INTEGER in Kernel.Mod and
Kernel0.Mod --antranigv


Former-commit-id: 135f9ec6b4
2015-12-12 21:26:06 +04:00
Antranig Vartanian
40441e13ae changed Kernel.Mod from Kernel0.Mod -- antranigv
Former-commit-id: 47d97361f6
2015-12-12 21:03:26 +04:00
Antranig Vartanian
b5bf7f48fc changed Kernel0.Mod for TimeDesc -- antranigv
Former-commit-id: 90ef9158d4
2015-12-12 20:57:00 +04:00
Antranig Vartanian
5143a1557e fixed FdSet size -- antranigv
Former-commit-id: a80cd3b643
2015-12-12 20:30:40 +04:00
Antranig Vartanian
4366edec85 changes on SYSTEM.h for Malloc -- antranigv
Former-commit-id: ab04bdfdc6
2015-12-06 21:59:45 +04:00
Antranig Vartanian
10eecb8a2e changes AND makefile for OpenBSD -- antranigv
Former-commit-id: 3ceda03627
2015-12-06 21:38:43 +04:00
Antranig Vartanian
4bebc891a4 updated Unix.Mod for OpenBSD -- antranigv
Former-commit-id: c3a5559aab
2015-12-06 21:27:13 +04:00
Antranig Vartanian
7d3258c2f2 initial of OpenBSD changes for voc on X86_64
Former-commit-id: 0170d2b442
2015-12-03 22:50:57 +04:00
norayr
5305dbaa89 argc is INTEGER on 64bit; fixed. -- noch
Former-commit-id: defc630a5e
2015-11-20 14:53:41 +04:00
norayr
edad955821 reported by pdewacht: if eol is 0DX only, then voc wasn't able to handle
this correctly http://paste.lisp.org/display/158971#1

this is base62 encoded test module http://paste.lisp.org/display/158971

fixed.; -- noch


Former-commit-id: ebd0d78ce2
2015-11-10 22:18:35 +04:00
norayr
b8b1012e9a fixed error reported by pdewacht: with -l option voc hung if error was
at the last line, and no eol followed. ; -- noch


Former-commit-id: fff1337578
2015-11-10 19:52:51 +04:00
norayr
7607ee8651 sometimes it can crash because of this line. commented for now. fonts
are not necessary anyway.


Former-commit-id: 815795588b
2015-10-12 20:31:28 +04:00
norayr
df223b96a4 support for SYSTEM.ADR("x") added, i. e. for chars. sync with jtempl's
version; -- noch


Former-commit-id: 8887c4edb0
2015-10-09 13:36:54 +04:00
norayr
11acf6faca check for IMPORT SYSTEM in CheckSysFlag, synced with jtempl's version.
Former-commit-id: fced3875b7
2015-10-09 12:21:53 +04:00
Norayr Chilingarian
85dc46c036 fixed endless recursion in Stars for inherited imported fie
synced with Templ version of Ofront.


Former-commit-id: 5afbe2cfbc
2015-10-08 20:04:02 +04:00
norayr
b00409910c added DumpLog function to Oberon module; -- noch
Former-commit-id: 6433d592bb
2015-09-15 19:16:46 +04:00
Norayr Chilingarian
e9f1a2710a voc07R - revised oberon compiler's compatFiles module fixed to comply
with new Unix.Mod, which was previously fixed to comply with x86_64
libc types.


Former-commit-id: 8b66c787da
2015-07-19 17:04:16 +04:00
norayr
2d94e27d49 added OptionChar to Oberon.Mod; -- noch
Former-commit-id: 0d5e6da7dc
2015-07-01 15:56:47 +04:00