Commit graph

419 commits

Author SHA1 Message Date
Norayr Chilingarian
0611c0a458 fixed demos.
-- noch


Former-commit-id: 441264de16
2015-01-28 20:17:14 +04:00
Norayr Chilingarian
930101bc00 ulmIntOperatins ported.
x11 modules moved to separate directory and won't be compiled by
default.
x11 test cases updated.

-- noch


Former-commit-id: 797ea84f14
2015-01-28 19:36:22 +04:00
Norayr Chilingarian
6dee99947d texts test added. -- noch
Former-commit-id: 2233289cbd
2015-01-27 11:00:33 +04:00
Norayr Chilingarian
2287af2191 eth unicode conversion module. -- noch
Former-commit-id: c2794dc7fb
2015-01-27 10:54:03 +04:00
Norayr Chilingarian
7158f2169e untraced pointer -- noch
Former-commit-id: 8b846c9a5a
2015-01-25 16:22:23 +04:00
Norayr Chilingarian
cc79fd7e4c updated changelog
Former-commit-id: 2e3b9dbbe2
2014-09-19 00:49:41 +04:00
Norayr Chilingarian
6b17edc405 fixed date
Former-commit-id: 6d36f4ee8c
2014-09-19 00:31:50 +04:00
Norayr Chilingarian
ca407472a0 fixed bug in Reals.Mod which was actual on x86_64
without prototype, return type of ecvt was int, which has 4 byte size on
x86 but still has the same size on x86_64, that's why pointer which is 8
byte long could not fit in the variable holding return value. And it
could get negative value causing programs to explode. Fixed with casting
the result to LONGINT.


Former-commit-id: 0d85205cfd
2014-09-19 00:28:51 +04:00
Norayr Chilingarian
4a77f04720 updated version.Mod and makefiles to reflect the new version.
Former-commit-id: 90a0dc3ae2
2014-09-18 23:56:28 +04:00
Norayr Chilingarian
f5e162a502 updated changelog
Former-commit-id: 807a7bd019
2014-09-18 19:35:24 +04:00
Norayr Chilingarian
946aeaffad fixed spec file to reflect latest changes
Former-commit-id: 0ae29b9b4c
2014-09-18 19:34:23 +04:00
Norayr Chilingarian
ca682f7d7d updated spec file
Former-commit-id: 2108b6bb72
2014-09-18 19:21:26 +04:00
Norayr Chilingarian
545b839c5c improved changelog generation script to fix the email address to possibly prevent spambots to identify an email address.
Former-commit-id: 7e9069e08d
2014-09-18 19:14:06 +04:00
Norayr Chilingarian
3e520bb402 fixed permissions of changelog generation script
Former-commit-id: ed4572f096
2014-09-18 19:08:09 +04:00
Norayr Chilingarian
e45991b70c fixed changelog generator script
Former-commit-id: 8ef024ac15
2014-09-18 19:06:57 +04:00
Norayr Chilingarian
72820f5c7a updated changelog - CHANGES file.
Former-commit-id: d8c6930c2d
2014-09-18 19:05:40 +04:00
Norayr Chilingarian
a14be24c69 updated changes
Former-commit-id: 3470abddde
2014-09-18 18:56:52 +04:00
Norayr Chilingarian
2fa1883a7d spec file to 1.0.1 update
Former-commit-id: 5e57b0459d
2014-09-18 18:55:07 +04:00
Norayr Chilingarian
e14c0d7069 updated changelog, updated FAQ on how to solve Raspberry Pi building errors.
Former-commit-id: a3891b3f3c
2014-09-18 18:48:35 +04:00
Norayr Chilingarian
89c44f3d89 making 1.0.1 release
Former-commit-id: 803af7e439
2014-09-18 18:39:59 +04:00
Norayr Chilingarian
f77625f434 fix
Former-commit-id: 69defc9ce0
2014-09-17 20:01:24 +04:00
Norayr Chilingarian
b560023260 even faster way
Former-commit-id: 9892f9205c
2014-09-17 19:59:22 +04:00
Norayr Chilingarian
4a32c7d5c1 no overflow in OPM anymore
Former-commit-id: 05b8d63835
2014-09-17 15:21:33 +04:00
root
4210848dfd updated arm bootstrap binary
Former-commit-id: 04662f9e7d
2014-09-15 19:00:59 +00:00
Norayr Chilingarian
fce731a17d improved risc crosscompiler, added example and readme.
Former-commit-id: c2b91243e9
2014-09-15 22:14:08 +04:00
norayr chilingarian
97860bae19 found problem in OPV.stat, not properly handled yet. needs investigation.
Former-commit-id: 1acddf0fb9
2014-09-14 22:53:24 +04:00
Norayr Chilingarian
298585af02 spec file fixes on pidora (fc20 on raspberry pi)
Former-commit-id: bf48ee50de
2014-09-14 21:30:59 +04:00
Norayr Chilingarian
7cf90615c8 re re revised oberon compiler for RISC works -- noch
Former-commit-id: c900218965
2014-09-14 06:09:09 +04:00
Norayr Chilingarian
8ae13afedd fixed or sources
Former-commit-id: c8cc104507
2014-09-13 18:27:48 +04:00
Norayr Chilingarian
e7e2177e18 updated README.md with info how to build rpm from provided spec file.
Former-commit-id: 1c7d4dc066
2014-09-11 15:57:22 +04:00
Norayr Chilingarian
7666ed94ae 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.


Former-commit-id: bef25cd7a7
2014-09-11 15:46:09 +04:00
Norayr Chilingarian
f94210e94b 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.


Former-commit-id: 15ca10d4ce
2014-09-11 13:25:21 +04:00
Norayr Chilingarian
9e9bb6747d rpmbuild spec file by D. E. Evans (sinuhe@gnu.org).
Former-commit-id: 143bd70de3
2014-09-11 13:21:50 +04:00
Norayr Chilingarian
4ca4fdfb7f added IFS ( Iterated Function System ) example from Reiser's book
Former-commit-id: 06fa950748
2014-08-28 14:23:36 +04:00
Norayr Chilingarian
7a1dd40a64 added ReadByte wrapper for compatibility with latest NW Oberon system
Former-commit-id: 0b2f1902ef
2014-08-04 14:15:47 +04:00
Norayr Chilingarian
011aedbab1 fixed games with compatIn module
Former-commit-id: 5f508b16bb
2014-05-30 10:19:32 +04:00
Norayr Chilingarian
2462b4b55f freebsd fix for ldconfig
Former-commit-id: da97c546c4
2014-05-20 01:02:52 +04:00
Norayr Chilingarian
b1946ac2ec 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.


Former-commit-id: 2d6ac451ba
2014-05-20 00:56:33 +04:00
Norayr Chilingarian
c5944136bf fixed stage0 in all makefiles
Former-commit-id: 1186133f78
2014-05-07 21:19:57 +04:00
Norayr Chilingarian
f95020f21c vocparam removed
Former-commit-id: f540d26ad4
2014-05-07 21:04:23 +04:00
Norayr Chilingarian
c2d0f4074c removed unnecessary binaries
Former-commit-id: bf6e685d1c
2014-05-07 21:02:32 +04:00
Norayr Chilingarian
c3af38cdfc 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.


Former-commit-id: 74f47aa69c
2014-05-07 20:09:30 +04:00
Norayr Chilingarian
cf29c4721b main program msg is also green
Former-commit-id: 561137e16d
2014-04-14 02:29:33 +04:00
Norayr Chilingarian
5e1da388fa x86_64 and powerpc bootstrap binaries update
Former-commit-id: fc3af7e3af
2014-04-14 02:23:52 +04:00
norayr
6a948de787 raspberry pi bootstrap binary
Former-commit-id: 72b53f61f7
2014-04-14 02:20:31 +04:00
norayr
2fcad9db3b darwin bootstrap binary
Former-commit-id: ca80f58e94
2014-04-14 06:01:11 +08:00
norayr
72e3679b72 green output, powerpc binaries
Former-commit-id: 175a480412
2014-04-14 01:57:06 +04:00
norayr
580db0d788 darwin bootstrap binary
Former-commit-id: f4d3bb13ff
2014-04-14 05:32:39 +08:00
Norayr Chilingarian
485e27a287 first colored messasges in OPM using vt100, 'f' option added to disable
it


Former-commit-id: 338c3f47e8
2014-04-14 01:22:03 +04:00
norayr
da0807d369 module crt almost completed, crttest for reference
Former-commit-id: 4943886b64
2014-04-13 21:04:37 +04:00