Commit graph

294 commits

Author SHA1 Message Date
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
d1ce637c81 increased command line length 2013-11-13 17:23:03 +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
2ed3b84719 bootstrap binary for x86 updated 2013-11-06 16:05:53 +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
534c0549fd makefiles updated 2013-11-06 00:12:26 +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
Norayr Chilingarian
1355629f90 Unix.Mod modified, synced with output of cpp /usr/include/asm/stat.h 2013-11-05 15:49:47 +04:00
Norayr Chilingarian
c9c82e0a97 fixed x86_64/Unix.Mod, swapped mode and nlink fields 2013-11-05 14:20:54 +04:00
Norayr Chilingarian
909a06c48a ported SysConversions 2013-11-04 17:17:57 +04:00
Norayr Chilingarian
c9646a0f9f ported TimeConditions, Conditions fixed 2013-11-04 16:07:40 +04:00
Norayr Chilingarian
4c7126816b ported StreamConditions, Conditions fixed 2013-11-04 15:24:46 +04:00
Norayr Chilingarian
81e897f416 ulmConditions ported, ulmRelatedEvents fixed 2013-11-04 15:12:20 +04:00
Norayr Chilingarian
418da2a304 ported ulmTimers 2013-11-04 15:04:16 +04:00
Norayr Chilingarian
94ed5a801e added ulmClocks 2013-11-04 14:52:35 +04:00
Norayr Chilingarian
6b18777353 array size 32 is not enough with some ulm oberon library files.
vmake crashed - out of array bounds error. fixed.
2013-11-02 15:48:24 +04:00
Norayr Chilingarian
1527f30aa3 added v4 strings 2013-10-31 23:32:20 +04:00
Norayr Chilingarian
6b3baeb47f added help message to vmake if run without arguments 2013-10-31 23:03:06 +04:00
Norayr Chilingarian
776ccc8b46 vmake ported 2013-10-31 22:51:42 +04:00
Norayr Chilingarian
2aeddb9975 Make module from Trianus system added.
S3 system filen renamed with prefix eth.
2013-10-31 22:37:05 +04:00
Norayr Chilingarian
671fa80f50 ported Sets from S3 2013-10-31 20:43:07 +04:00
Norayr Chilingarian
bd3b90d6b6 ported RandomNumbers 2013-10-31 20:39:37 +04:00
Norayr Chilingarian
fcc5f1447d added GetName function to OakFiles;
ported BTrees, MD5, Zip, Zlib, ZlibBuffers, ZlibDeflate, ZlibInflate, ZlibReaders, ZlibWriters to compile with voc
2013-10-31 18:51:55 +04:00
Norayr Chilingarian
8d6b0063bb changed hints a little 2013-10-30 22:04:03 +04:00
Norayr Chilingarian
80a34fe70c updated hints file with known bug about shifting variables of set type 2013-10-30 21:47:34 +04:00
Norayr Chilingarian
740a507760 updated makefile 2013-10-30 21:41:31 +04:00
Norayr Chilingarian
5531f92727 ported MersenneTwister to voc 2013-10-30 21:40:23 +04:00
Norayr Chilingarian
555d3301ff added MersenneTwister.Mod which can be compiled with XDS system. Now will port it to voc 2013-10-30 21:39:40 +04:00
Norayr Chilingarian
1325713892 Unix.Mod for 32bit platforms modified too. 2013-10-30 19:58:31 +04:00
Norayr Chilingarian
13da72a3ac oocSysClock now don't use C calls, but use Unix.Mod instead.
Unix.Mod modified, Gettimeofday now returns value.
Kernel.Mod modified in order to conform to Unix.Mod new interface
2013-10-30 19:55:27 +04:00
Norayr Chilingarian
80d4889d39 MultiArrays port 2013-10-29 21:18:50 +04:00
Norayr Chilingarian
79055e9f25 multi arrays initial commit (not binary now) to see changes 2013-10-29 21:17:53 +04:00
Norayr Chilingarian
1330471474 updated makefile 2013-10-29 21:11:29 +04:00
Norayr Chilingarian
0f9b0604da ported MultyArray module 2013-10-29 21:03:27 +04:00
Norayr Chilingarian
e6bd70d1d3 MultiArray modules initial commit 2013-10-29 21:02:03 +04:00
Norayr Chilingarian
dda22584da Scales fixed, Times added. 2013-10-29 19:41:23 +04:00
Norayr Chilingarian
8652805181 ported Scales 2013-10-29 18:43:31 +04:00
Norayr Chilingarian
c5823b7657 Scales initial commit 2013-10-29 18:42:28 +04:00
Norayr Chilingarian
e76b8bf27c ported ulmLoader, ulmNetIO, ulmPersistentDisciplines, ulmPersistentObjects, ulmScales
fixed ulmConstStrings
2013-10-29 17:15:11 +04:00
Norayr Chilingarian
841d00e9d0 ported SysIO, modified ulmSYSTEM for that as a wrapper to Unix.Mod
ulmSYSTEM.UNIXCALLs are wrapped to Unix.Mod functions.
Added Pipe to Unix.Mod
2013-10-29 16:23:31 +04:00
Norayr Chilingarian
44734e6643 ported Write 2013-10-28 20:49:41 +04:00
Norayr Chilingarian
a34ee73f1c added Write 2013-10-28 20:49:07 +04:00
Norayr Chilingarian
b0fb5713a3 added Printer module from V4 system/ofront 2013-10-26 18:56:03 +04:00
Norayr Chilingarian
3c1f0f0906 updated makefiles 2013-10-26 18:33:26 +04:00
Norayr Chilingarian
b66639a18b added pow opal strings module 2013-10-26 18:31:38 +04:00
Norayr Chilingarian
278abe4110 ulmSysErrors ported. 2013-10-23 18:44:28 +04:00