Commit graph

750 commits

Author SHA1 Message Date
Norayr Chilingarian
ebfcd163aa newt wrapper -- noch
Former-commit-id: 8d73a74432
2015-02-22 01:56:44 +04:00
Norayr Chilingarian
566b2dd4f7 beautified wrapper -- noch
Former-commit-id: 669735779f
2015-02-21 14:49:37 +04:00
Norayr Chilingarian
a93d9cb261 newt binding updated -- noch
Former-commit-id: 08668e2495
2015-02-21 14:23:26 +04:00
Norayr Chilingarian
3f82522841 newt binding, first demo - hello world application -- noch
Former-commit-id: 034808deb8
2015-02-21 04:38:14 +04:00
Norayr Chilingarian
50d44e7b62 darwin unix.mod update -- noch
Former-commit-id: 749d45d439
2015-02-19 18:12:00 +04:00
Norayr Chilingarian
f2e15511a0 got rid of ecvt completely. reals.mod and texts test updated. -- noch
Former-commit-id: 606c23d096
2015-02-18 16:51:40 +04:00
norayr
5810271f0c freebsd makefile updated with -F flag to force create symbol files -- noch
Former-commit-id: 6865671d76
2015-02-13 11:41:25 +00:00
norayr
aef8cf8897 fixed makefile ld.so.conf.d for freebsd. -- noch
Former-commit-id: 2aeb9f7424
2015-02-13 11:31:35 +00:00
norayr
e35950b8b8 unix module now compiles under freebsd -- noch
Former-commit-id: 9f452e66b7
2015-02-13 11:18:29 +00:00
Norayr Chilingarian
d57c8991bf Files are architecture dependent, texts are not. cleaned this up. --
noch


Former-commit-id: 6ace15a0dc
2015-02-13 14:23:13 +04:00
Norayr Chilingarian
effd5529c9 freebsd work mostly -- noch
Former-commit-id: 3977329475
2015-02-13 13:49:28 +04:00
Norayr Chilingarian
d3f196d215 got rid of ecvt outdated function. -- noch
Former-commit-id: 2bd826c965
2015-02-13 02:23:22 +04:00
Norayr Chilingarian
849a759bce fixed bug, forgot to new text. -- noch
Former-commit-id: af98fae2f1
2015-02-12 21:00:49 +04:00
Norayr Chilingarian
5d1eed31e4 ported ethDates, ethReals, ethStrings. -- noch
Former-commit-id: 63dc2c5c31
2015-02-12 20:21:39 +04:00
Norayr Chilingarian
5981787892 small fix of typo in comment. -- noch
Former-commit-id: 74a518efe9
2015-02-12 19:35:01 +04:00
Norayr Chilingarian
249e6f03ee added comment -- noch
Former-commit-id: 29d62cf1b0
2015-02-10 18:43:31 +04:00
Norayr Chilingarian
e2a8882f11 ulmToInt16 now works -- noch
Former-commit-id: 3e88d51eb6
2015-02-10 18:33:47 +04:00
Norayr Chilingarian
afcd1f5b86 unufied makefiles
Former-commit-id: 451bb287fe
2015-02-10 18:06:41 +04:00
Norayr Chilingarian
d29b4a0427 x86_86 gcc/clang low level modules update, types clarified. -- noch
Former-commit-id: 59e489ea43
2015-02-10 15:06:04 +04:00
Norayr Chilingarian
f97c37d7b4 modified COMPILE, added dependencies. -- noch
Former-commit-id: 305c759d79
2015-02-09 21:46:33 +04:00
Norayr Chilingarian
1cd968926f __DEL(x) should be defined as free(x) because we don't use alloca() call -- noch
Former-commit-id: 8b8dd6fd14
2015-02-09 21:08:34 +04:00
Norayr Chilingarian
5a2aceb681 finished removing unnecessary architecture files -- noch
Former-commit-id: aaa2ee2288
2015-02-09 19:53:12 +04:00
Norayr Chilingarian
8ad18999ac removed armv6j and armv7a_hardfp targets, armv6j_hardfp can be used
instead.


Former-commit-id: caa0071d90
2015-02-09 19:06:14 +04:00
norayr
9160758c60 updated raspberry bootstrap image and makefile.
Former-commit-id: cfad61c8f7
2015-01-31 22:06:56 +00:00
norayr
6d86e29db5 small changes in OPC and OPM, updated powerpc bootstrap binaries. -- noch
Former-commit-id: d68b3c2575
2015-02-02 21:14:50 +04:00
Norayr Chilingarian
986a4cde95 same with x86 port.
Former-commit-id: 4336b2f3ac
2015-02-02 13:00:50 +04:00
Norayr Chilingarian
c3e0b3a9cb 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.


Former-commit-id: 8ef9e6fc88
2015-02-02 11:55:23 +04:00
Norayr Chilingarian
60caef64e4 changed branding of git version to 1.1
Former-commit-id: e86c9c1956
2015-01-29 11:57:57 +04:00
Norayr Chilingarian
c19bd920e8 updated makefiles.
Former-commit-id: fc57f19618
2015-01-29 00:08:40 +04:00
Norayr Chilingarian
20e9470c1f added Oberon.Mod which can be used to read command line arguments by
reading Oberon.Par.text like in Oberon system.


Former-commit-id: 461148de7e
2015-01-29 00:03:17 +04:00
Norayr Chilingarian
d12d46a435 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)


Former-commit-id: 40a58e1771
2015-01-28 22:52:07 +04:00
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