Stefan Vorkoetter
11181eb9c3
Fixes for casting when range checking (-r) is turned on.
...
The code calling and within SizeCast was incorrect when range checking is turned on. It produced a call to the __SHORT macro or __SHORTF function, followed by the expression to be converted. For example,
a = __SHORTF(b,32768)b
2019-01-03 14:54:10 -05:00
Norayr Chilingarian
8890fe1336
windows installation document link fixed.
2018-11-24 00:28:13 +04:00
David Brown
af38056518
Add ruminations on how Oberon Files.Mod behaviour differs from conventional systems.
2018-04-27 13:58:10 +01:00
David Brown
b1b4d6b602
Update bootstrap C source files.
2018-04-24 18:53:02 +01:00
David Brown
ee01f97392
Expose file name and path max lengths in Files.Mod.
2018-04-24 18:51:39 +01:00
David Brown
f7904230c9
Update bootstrap C source files.
2018-04-24 17:46:55 +01:00
David Brown
70f2839c76
Add 'Filename too long' error in Files.Mod.
2018-04-24 17:32:38 +01:00
David Brown
1c8828ede1
Update bootstrap C source files.
2018-04-24 16:11:16 +01:00
David Brown
f458b98ff2
Enable index checks in Files.Mod and OPS.Mod.
2018-04-24 16:04:56 +01:00
David Brown
66f0363474
Fix missing quotes in path setting for tests, allowing them to run in linux under windows.
2018-04-24 12:21:57 +01:00
David C W Brown
3c66e07ff0
Merge branch 'master' of https://github.com/vishaps/voc
2018-04-23 20:45:28 +01:00
David C W Brown
afe570e096
Restore temporarily commented git clone in autobuild runbuilds.pl
2018-04-23 20:45:01 +01:00
David C W Brown
8a0b3d5b4c
Merge branch 'master' of https://github.com/vishaps/voc
2018-04-23 20:22:23 +01:00
David C W Brown
9928bfe70d
Fix build order of Reals.Mod in Microsoft C builds.
2018-04-23 20:21:50 +01:00
David C W Brown
5ec7c2359b
Merge branch 'master' of https://github.com/vishaps/voc
2018-04-23 18:25:19 +01:00
David C W Brown
175eafb900
New autobuild system
2018-04-23 18:24:41 +01:00
David C W Brown
2de6345b99
Update ReadMe.md
2018-04-23 17:29:05 +01:00
David C W Brown
2d8cd4a478
Update ReadMe.md
2018-04-23 17:28:43 +01:00
David C W Brown
02ea27e8b5
Update ReadMe.md
2018-04-22 20:21:09 +01:00
David C W Brown
ffad2a1a14
Update ReadMe.md
2018-04-22 20:13:09 +01:00
David C W Brown
a2f3f72795
Update ReadMe.md
2018-04-22 20:11:17 +01:00
David C W Brown
56ea3f3a27
Update ReadMe.md
2018-04-22 19:55:37 +01:00
David C W Brown
1bd4070e06
Update ReadMe.md
2018-04-22 18:23:44 +01:00
David C W Brown
1da977da55
Update ReadMe.md
2018-04-22 18:21:10 +01:00
norayr
419e90e073
in order to instigate new build and update the build status png synced
...
beep.Mod with actual library sources.
2018-04-14 23:09:26 +04:00
Norayr Chilingarian
4bbacbaaa4
brought sources in sync with current library state.
2018-04-10 23:29:14 +04:00
Norayr Chilingarian
c43644ffeb
bootstrap sources update.
2018-04-10 22:51:26 +04:00
Norayr Chilingarian
9470716304
issue #64 https://github.com/vishaps/voc/issues/64
2018-04-10 22:48:37 +04:00
David Brown
1bd70f367e
Correct size_t definition for OpenBSD .gt. 6.2 thanks to @ibara
2017-09-06 13:07:00 +01:00
norayr
2ec7f3277a
applied changes for the issue #61 , with the @jtempl fix 9e3e13af63
2017-09-02 22:20:03 +04:00
norayr
bad584ec32
make bootstrap.
2017-08-08 15:39:44 +04:00
norayr
511186f0a4
applied temple's fix for the ofront issue #30 , endless recoursion for
...
cyclic array types.
c7d37c9162
2017-08-08 15:37:29 +04:00
norayr
9f3893bb42
should fix library build.
2017-06-21 21:45:26 +04:00
norayr
e626e5c97d
updated bootstrap sources.
2017-06-21 21:33:03 +04:00
norayr
211f69c89a
moved strtoreal functions to strings module.
2017-06-21 20:58:10 +04:00
norayr
b5c76a0ee3
implemented In.Real and In.LongReal, unless it'll be implemented better.
2017-06-21 20:45:58 +04:00
David Brown
5c86750aed
Enable Mac static linking.
2017-02-15 18:58:39 +00:00
David Brown
8063b0c595
Fix dynamic linking on Mac. Static linking not working.
2017-02-15 18:34:00 +00:00
David Brown
44d5e0f325
Remove obsolete LDCONFIG env var generation in configure.c
2017-01-02 12:00:36 +00:00
David Brown
284b105c80
Update bootstrap C sources.
2017-01-01 01:28:40 +00:00
David Brown
ba9498b592
Fix verbose display of gcc command.
2017-01-01 01:27:58 +00:00
David Brown
a4dfd37908
Update bootstrap C source.
2016-12-29 15:30:06 +00:00
David Brown
0666629e1e
J. Templ heap tweaks - improved handling in extreme memory scenarios.
2016-12-29 15:28:04 +00:00
David Brown
6a20f8f951
Fix for dynamic library installation.
2016-12-28 14:47:16 +00:00
David Brown
ee6e5fe7b4
Update bootstrap C source
2016-12-28 13:06:10 +00:00
David Brown
265ac23f6e
Restore 4*Unit heap allocation multiple.
2016-12-28 13:05:16 +00:00
David Brown
66b7ea0be0
Merge branch 'master' of https://github.com/vishaps/voc
2016-12-28 12:35:43 +00:00
David Brown
6c9fdacce5
Update bootstrap C source
2016-12-28 12:34:28 +00:00
David Brown
173c83f217
Integrate OFront fix for unsigned DIV in heap.
2016-12-28 12:33:34 +00:00
Norayr Chilingarian
2a65229fef
added 'make install' to the readme.
2016-12-26 00:09:35 +04:00