Norayr Chilingarian
bef25cd7a7
added crlf handling partly following discussion at
...
https://code.google.com/p/ofront/issues/detail?id=3
and by introducing corresponding changes in ShowLine and ShowLineErr
functions
in OPM module.
2014-09-11 15:46:09 +04:00
Norayr Chilingarian
15ca10d4ce
changes to the spec file to compile on x86_64, x86, armv6hj_hardfp,
...
armv7a_hardfp
also makes this spec file less distribution specific:
* no glibc-static on rhel4/5
* xorg-devel is called xorg-x11-devel on rhel4
thus requierements are changed to search for header files, not package
names.
2014-09-11 13:25:21 +04:00
Norayr Chilingarian
143bd70de3
rpmbuild spec file by D. E. Evans (sinuhe@gnu.org).
2014-09-11 13:21:50 +04:00
Norayr Chilingarian
06fa950748
added IFS ( Iterated Function System ) example from Reiser's book
2014-08-28 14:23:36 +04:00
Norayr Chilingarian
0b2f1902ef
added ReadByte wrapper for compatibility with latest NW Oberon system
2014-08-04 14:15:47 +04:00
Norayr Chilingarian
5f508b16bb
fixed games with compatIn module
2014-05-30 10:19:32 +04:00
Norayr Chilingarian
da97c546c4
freebsd fix for ldconfig
2014-05-20 01:02:52 +04:00
Norayr Chilingarian
2d6ac451ba
freebsd port works.
...
I have no freebsd, and port was made by request and with help of
tangentstorm from #oberon channel (:
still it's not well tested and is considered experimental.
2014-05-20 00:56:33 +04:00
Norayr Chilingarian
1186133f78
fixed stage0 in all makefiles
2014-05-07 21:19:57 +04:00
Norayr Chilingarian
f540d26ad4
vocparam removed
2014-05-07 21:04:23 +04:00
Norayr Chilingarian
bf6e685d1c
removed unnecessary binaries
2014-05-07 21:02:32 +04:00
Norayr Chilingarian
74f47aa69c
0. fixed OPM.Mark bug, now when pos = -1 it shows error correctly.
...
1. added cool error message handling with showing "^" under the line
which points exactly where the error is.
2014-05-07 20:09:30 +04:00
Norayr Chilingarian
561137e16d
main program msg is also green
2014-04-14 02:29:33 +04:00
Norayr Chilingarian
fc3af7e3af
x86_64 and powerpc bootstrap binaries update
2014-04-14 02:23:52 +04:00
norayr
72b53f61f7
raspberry pi bootstrap binary
2014-04-14 02:20:31 +04:00
norayr
ca80f58e94
darwin bootstrap binary
2014-04-14 06:01:11 +08:00
norayr
175a480412
green output, powerpc binaries
2014-04-14 01:57:06 +04:00
norayr
f4d3bb13ff
darwin bootstrap binary
2014-04-14 05:32:39 +08:00
Norayr Chilingarian
338c3f47e8
first colored messasges in OPM using vt100, 'f' option added to disable
...
it
2014-04-14 01:22:03 +04:00
norayr
4943886b64
module crt almost completed, crttest for reference
2014-04-13 21:04:37 +04:00
norayr
fd34af424e
powerpc clang bootstrap binary updated
2014-04-13 14:56:28 +04:00
norayr
c35e1e499e
updated raspberry pi gcc bootstrap binary
2014-04-13 14:50:25 +04:00
norayr
6ba3d53693
updated powerpc bootstrap binary
2014-04-13 14:35:34 +04:00
norayr
018b64defc
darwin bootstrap binary updated
2014-04-13 18:26:46 +08:00
Norayr Chilingarian
01664df2ee
gnuc -> gcc, more abstraction in makefiles and extTools
2014-04-13 14:15:48 +04:00
Norayr Chilingarian
cd69786833
extTools.Mod, fix warnings like "argument unused during compilation:
...
'-L.'"
2014-04-13 13:17:00 +04:00
norayr
61ef35ff33
clang powerpc platform
2014-04-13 12:12:44 +04:00
root
ad8e18c777
small fix in extTools module
2014-04-12 02:27:13 +04:00
root
16a810e037
added Makefile to build vt100 and crt modules.
2014-04-12 02:11:40 +04:00
root
7c1a5ebea3
raspberry pi bootstrap binary updated (;
2014-04-12 02:06:17 +04:00
Norayr Chilingarian
7f11185f6a
vt100 and crt units, some changes in Unix.Mod
2014-04-11 21:41:49 +04:00
Norayr Chilingarian
c0b83a8ee9
vt100 improved
2014-04-11 17:21:57 +04:00
Norayr Chilingarian
ec730b6da2
initial vt100 module release
2014-04-11 15:02:26 +04:00
Norayr Chilingarian
f066c42eb9
silences clang warnings of type "place parentheses around the '&' expression". small fix in OPV to
...
make it
2014-04-10 17:51:05 +04:00
Norayr Chilingarian
b25a810007
added includes to not use internal write, read in Console and Unix
2014-04-10 17:02:55 +04:00
Norayr Chilingarian
615253e7a9
clang is used to compile libs on linux too.
2014-04-10 14:17:41 +04:00
Norayr Chilingarian
b72099fddc
same fixes as in previous commit for gcc
2014-04-10 14:09:01 +04:00
Norayr Chilingarian
9200db9d21
changed long to unsigned long in SYSTEM.h and SYSTEM.c0 to silence clang
...
warnings
2014-04-10 14:03:53 +04:00
Norayr Chilingarian
d2680335c6
linux clang platform added
2014-03-27 16:44:51 +04:00
Norayr Chilingarian
87f7119dfd
static and dynamic linking works on macosx -- noch
2014-03-21 06:53:33 +08:00
Norayr Chilingarian
bdb2b32588
fixed problem with short prefix path in version module
2014-03-21 04:22:23 +08:00
Norayr Chilingarian
e1f76da278
separated Kernel, Files. Texts modules for bootstrapping and general use
2014-03-21 04:00:44 +08:00
Norayr Chilingarian
e0a915b319
excluded compiler (non library) object files from libraries.
...
synced linux and macosx makefiles more
2014-03-20 21:51:08 +04:00
Norayr Chilingarian
f3548d289f
prefixed installation now works.
...
fixed bug with -m, it couldn't work because libVishapOberon contained
bindings to X11 but was not linked to X11
2014-03-20 21:11:03 +04:00
Norayr Chilingarian
2610f274eb
dylib and a archive generation under macosx
2014-03-20 18:40:07 +08:00
Norayr Chilingarian
93d73204c7
eventually, macosx version. can compile itself.
2014-03-20 07:04:05 +08:00
Norayr Chilingarian
97fd387827
fixed bug in darwin's system.c0 file
2014-03-19 04:33:20 +04:00
Norayr Chilingarian
5da154ee1c
Files, Kernel changes to eliminate warnings under darwin
2014-03-19 04:20:47 +04:00
Norayr Chilingarian
e9b49fedc9
fixes
2014-03-19 04:09:44 +04:00
Norayr Chilingarian
f9e43e9445
SYSTEM.c0 fix for Darwin platform
2014-03-19 02:54:48 +04:00