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
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
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
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
0b2f1902ef
added ReadByte wrapper for compatibility with latest NW Oberon system
2014-08-04 14:15:47 +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
338c3f47e8
first colored messasges in OPM using vt100, 'f' option added to disable
...
it
2014-04-14 01:22:03 +04:00
Norayr Chilingarian
01664df2ee
gnuc -> gcc, more abstraction in makefiles and extTools
2014-04-13 14:15:48 +04:00
norayr
61ef35ff33
clang powerpc platform
2014-04-13 12:12:44 +04:00
Norayr Chilingarian
7f11185f6a
vt100 and crt units, some changes in Unix.Mod
2014-04-11 21:41:49 +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
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
e1f76da278
separated Kernel, Files. Texts modules for bootstrapping and general use
2014-03-21 04:00:44 +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
Norayr Chilingarian
7ed322be79
SYSTEM.h fix for darwin
2014-03-19 02:49:37 +04:00
Norayr Chilingarian
08f6becf7d
fixed darwin Unix.Mod module
2014-03-19 02:38:17 +04:00
Norayr Chilingarian
a7f927b36c
darwin port... making...
2014-03-19 02:36:19 +04:00
Norayr Chilingarian
279e037b5f
Darwin port ... yet not ready
2014-03-19 06:23:47 +08:00
Norayr Chilingarian
49b86a4ac5
added target os, added experimental darwin, starting darwin port
2014-03-18 20:05:19 +04:00
Norayr Chilingarian
1e13d96ce1
compatIn improved, vmake makefile added
2014-02-03 16:39:46 +04:00
Norayr Chilingarian
74bb4adb10
Listen.Mod added
2014-02-03 12:15:35 +04:00
Norayr Chilingarian
3618fac1b1
remaining ooc C type files
2014-01-30 00:03:19 +04:00
Norayr Chilingarian
47c51986a1
XYplane and X wrappers added
2014-01-29 23:59:31 +04:00
Norayr Chilingarian
4bacf7f752
Sets module
2014-01-24 23:04:41 +04:00
Norayr Chilingarian
6cd74433a2
Sets.Mod ported, works for 64 bit too
2014-01-24 18:24:26 +04:00
Norayr Chilingarian
b600d11d01
Sets.Mod from v4 system added (GPL)
2014-01-24 18:22:02 +04:00
Norayr Chilingarian
eace02450d
OakFiles modified to be closer to PO 2013 Files -- noch
2014-01-22 15:50:08 +04:00
Norayr Chilingarian
b0a30438d1
OakFiles, added WriteByte to be more compatible with PO 2013 -- noch
2014-01-22 14:35:18 +04:00
Norayr Chilingarian
1736258d7d
ported TCrypt module
2014-01-22 00:50:20 +04:00
Norayr Chilingarian
d5a6f185c6
ported ulmConclusions, ulmRandomGenerators
2014-01-22 00:43:16 +04:00
Norayr Chilingarian
7b7c968aac
ported ulmAsymmetricCiphers.Mod
2014-01-22 00:28:04 +04:00
Norayr Chilingarian
2e05d3b339
ported ulmBlockCiphers.Mod
2014-01-22 00:20:04 +04:00
Norayr Chilingarian
2a16fd9af7
ported ulmCipherOps.Mod
2014-01-22 00:12:50 +04:00
Norayr Chilingarian
2ae37f223d
ulmCiphers added
2014-01-22 00:08:11 +04:00
Norayr Chilingarian
b273a9901b
powerpc port completed.
...
mostly there are changes in Reals.Mod, for big endian.
2014-01-08 04:01:49 +04:00
Norayr Chilingarian
931dae4763
adding powerpc target
2014-01-06 20:30:21 +04:00
Norayr Chilingarian
b18729c519
Kernel.Mod fixed, so that MODULES variable is always checked first.
...
This means, custom module with the same name, as standard, will be checked first.
2013-11-14 18:47:49 +04:00
Norayr Chilingarian
5ea1331d6f
Filenames module name fixed
2013-11-12 16:36:07 +04:00
Norayr Chilingarian
5f88bfe681
oocFilenames.Mod added
2013-11-12 16:05:08 +04:00
Norayr Chilingarian
2d0c36b73c
ulmSysStat for 32 bit platforms now works
2013-11-06 19:50:11 +04:00
Norayr Chilingarian
bbb031f234
Reals brought back for x86 and other 32bit platforms with gnuc dependency
2013-11-06 16:00:20 +04:00
Norayr Chilingarian
015afee491
ulmEvents fixed, beautified
2013-11-06 14:42:28 +04:00
Norayr Chilingarian
d9f6914fe5
extTools fixed for non 64bit architectures, SysStat can now be compiled on 32bit architectures
2013-11-06 00:10:20 +04:00
Norayr Chilingarian
d2c954e16f
SysStat, SysConversions ported
2013-11-05 22:05:20 +04:00