Commit graph

235 commits

Author SHA1 Message Date
Norayr Chilingarian
29d62cf1b0 added comment -- noch 2015-02-10 18:43:31 +04:00
Norayr Chilingarian
3e88d51eb6 ulmToInt16 now works -- noch 2015-02-10 18:33:47 +04:00
Norayr Chilingarian
451bb287fe unufied makefiles 2015-02-10 18:06:41 +04:00
Norayr Chilingarian
59e489ea43 x86_86 gcc/clang low level modules update, types clarified. -- noch 2015-02-10 15:06:04 +04:00
Norayr Chilingarian
305c759d79 modified COMPILE, added dependencies. -- noch 2015-02-09 21:46:33 +04:00
Norayr Chilingarian
8b8dd6fd14 __DEL(x) should be defined as free(x) because we don't use alloca() call -- noch 2015-02-09 21:08:34 +04:00
Norayr Chilingarian
aaa2ee2288 finished removing unnecessary architecture files -- noch 2015-02-09 19:53:12 +04:00
Norayr Chilingarian
caa0071d90 removed armv6j and armv7a_hardfp targets, armv6j_hardfp can be used
instead.
2015-02-09 19:06:14 +04:00
norayr
cfad61c8f7 updated raspberry bootstrap image and makefile. 2015-01-31 22:06:56 +00:00
norayr
d68b3c2575 small changes in OPC and OPM, updated powerpc bootstrap binaries. -- noch 2015-02-02 21:14:50 +04:00
Norayr Chilingarian
4336b2f3ac same with x86 port. 2015-02-02 13:00:50 +04:00
Norayr Chilingarian
8ef9e6fc88 makefile changed to forcibly generate symbol files under x86_64 gcc backend
bootstrap binary updated. need to update bootstrap binaries for other
platforms too in order to be able to change their makefiles.
2015-02-02 11:55:23 +04:00
Norayr Chilingarian
e86c9c1956 changed branding of git version to 1.1 2015-01-29 11:57:57 +04:00
Norayr Chilingarian
fc57f19618 updated makefiles. 2015-01-29 00:08:40 +04:00
Norayr Chilingarian
461148de7e added Oberon.Mod which can be used to read command line arguments by
reading Oberon.Par.text like in Oberon system.
2015-01-29 00:03:17 +04:00
Norayr Chilingarian
40a58e1771 Args.Mod for 32 bit systems replaced by Args.Mod for 64bit systems.
Latter works for all systems, it's just more explicit.
fixed problem in makefile (spaces instead of tabs, for old make command)
2015-01-28 22:52:07 +04:00
Norayr Chilingarian
441264de16 fixed demos.
-- noch
2015-01-28 20:17:14 +04:00
Norayr Chilingarian
797ea84f14 ulmIntOperatins ported.
x11 modules moved to separate directory and won't be compiled by
default.
x11 test cases updated.

-- noch
2015-01-28 19:36:22 +04:00
Norayr Chilingarian
2233289cbd texts test added. -- noch 2015-01-27 11:00:33 +04:00
Norayr Chilingarian
c2794dc7fb eth unicode conversion module. -- noch 2015-01-27 10:54:03 +04:00
Norayr Chilingarian
8b846c9a5a untraced pointer -- noch 2015-01-25 16:22:23 +04:00
Norayr Chilingarian
2e3b9dbbe2 updated changelog 2014-09-19 00:49:41 +04:00
Norayr Chilingarian
6d36f4ee8c fixed date 2014-09-19 00:31:50 +04:00
Norayr Chilingarian
0d85205cfd 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.
2014-09-19 00:28:51 +04:00
Norayr Chilingarian
90a0dc3ae2 updated version.Mod and makefiles to reflect the new version. 2014-09-18 23:56:28 +04:00
Norayr Chilingarian
807a7bd019 updated changelog 2014-09-18 19:35:24 +04:00
Norayr Chilingarian
0ae29b9b4c fixed spec file to reflect latest changes 2014-09-18 19:34:23 +04:00
Norayr Chilingarian
2108b6bb72 updated spec file 2014-09-18 19:21:26 +04:00
Norayr Chilingarian
7e9069e08d improved changelog generation script to fix the email address to possibly prevent spambots to identify an email address. 2014-09-18 19:14:06 +04:00
Norayr Chilingarian
ed4572f096 fixed permissions of changelog generation script 2014-09-18 19:08:09 +04:00
Norayr Chilingarian
8ef024ac15 fixed changelog generator script 2014-09-18 19:06:57 +04:00
Norayr Chilingarian
d8c6930c2d updated changelog - CHANGES file. 2014-09-18 19:05:40 +04:00
Norayr Chilingarian
3470abddde updated changes 2014-09-18 18:56:52 +04:00
Norayr Chilingarian
5e57b0459d spec file to 1.0.1 update 2014-09-18 18:55:07 +04:00
Norayr Chilingarian
a3891b3f3c updated changelog, updated FAQ on how to solve Raspberry Pi building errors. 2014-09-18 18:48:35 +04:00
Norayr Chilingarian
803af7e439 making 1.0.1 release 2014-09-18 18:39:59 +04:00
Norayr Chilingarian
69defc9ce0 fix 2014-09-17 20:01:24 +04:00
Norayr Chilingarian
9892f9205c even faster way 2014-09-17 19:59:22 +04:00
Norayr Chilingarian
05b8d63835 no overflow in OPM anymore 2014-09-17 15:21:33 +04:00
root
04662f9e7d updated arm bootstrap binary 2014-09-15 19:00:59 +00:00
Norayr Chilingarian
c2b91243e9 improved risc crosscompiler, added example and readme. 2014-09-15 22:14:08 +04:00
norayr chilingarian
1acddf0fb9 found problem in OPV.stat, not properly handled yet. needs investigation. 2014-09-14 22:53:24 +04:00
Norayr Chilingarian
bf48ee50de spec file fixes on pidora (fc20 on raspberry pi) 2014-09-14 21:30:59 +04:00
Norayr Chilingarian
c900218965 re re revised oberon compiler for RISC works -- noch 2014-09-14 06:09:09 +04:00
Norayr Chilingarian
c8cc104507 fixed or sources 2014-09-13 18:27:48 +04:00
Norayr Chilingarian
1c7d4dc066 updated README.md with info how to build rpm from provided spec file. 2014-09-11 15:57:22 +04:00
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