Commit graph

641 commits

Author SHA1 Message Date
Norayr Chilingarian
ff87e23780 fixed ooc.C typesizes and made X11 examples compile. 2020-03-29 20:40:36 +04:00
Dave Brown
63008f6d30 Fix -OC set size in usage text 2019-11-19 19:45:23 +00:00
Dave Brown
7f4b284aef Correct set size in component pascal compatability mode 2019-11-19 15:53:20 +00:00
Dave Brown
2ddbf5d517 Correct Args.argc to INTEGER rather than LONGINT 2019-11-09 11:32:03 +00:00
Norayr Chilingarian
6ae2f96d08 Undecl var fix (#74)
* fix like 78036911d2

* OPT.DynArr to be precise

* removed PromoteIntConstToLInt() function call

* update of bootstrap sources.
2019-11-07 16:20:08 +00:00
David Brown
e4743120de Add support for building in a path containing spaces. 2019-11-04 16:06:16 +00:00
David Brown
49cb239730 Update autobuild scripts for freenas server 2019-10-11 17:24:05 +01:00
Norayr Chilingarian
7b9b5cb4f1 simpler way of removing 'static' for tcc in configure.c, reverted oberon.mk back, according to this comment: a35668bf93 (r35448231) update of bootstrap sources. 2019-10-11 15:00:02 +04:00
Norayr Chilingarian
a35668bf93 initial tcc/linux changes 2019-10-10 17:41:18 +04:00
David Brown
e3a07e77fa Trigger again 2019-01-07 19:17:34 +00:00
David Brown
e07c125017 Trigger again 2019-01-07 18:58:35 +00:00
David Brown
5e903cb3d9 Trigger build 2019-01-07 18:47:15 +00:00
David Brown
6842928bf8 Integrate rangechecked casting correction from @svorkoetter. 2019-01-04 18:54:55 +00:00
David Brown
ee01f97392 Expose file name and path max lengths in Files.Mod. 2018-04-24 18:51:39 +01:00
David Brown
70f2839c76 Add 'Filename too long' error in Files.Mod. 2018-04-24 17:32:38 +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
afe570e096 Restore temporarily commented git clone in autobuild runbuilds.pl 2018-04-23 20:45:01 +01:00
David C W Brown
175eafb900 New autobuild system 2018-04-23 18:24:41 +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
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
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
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
ba9498b592 Fix verbose display of gcc command. 2017-01-01 01:27:58 +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
265ac23f6e Restore 4*Unit heap allocation multiple. 2016-12-28 13:05:16 +00:00
David Brown
173c83f217 Integrate OFront fix for unsigned DIV in heap. 2016-12-28 12:33:34 +00:00
David Brown
535f80d91c Integrate jtempl heap allocation recursion fix. 2016-12-22 17:16:42 +00:00
David Brown
37fc052d95 Update autobuild report 2016-12-22 16:36:05 +00:00
David Brown
b66d7bf2ef Display configuration in Visual C makefile 2016-12-22 14:55:03 +00:00
David Brown
4dac1f29d5 Fix conditional syntax in autobuild script. 2016-12-22 14:42:53 +00:00
David Brown
da14bc6398 Add Visual C x86 autobuild. 2016-12-22 14:35:11 +00:00
David Brown
572587ec56 Add new autobuild machine vim-obs32. 2016-12-21 18:16:25 +00:00
David Brown
3ba0d7ae2c Update Visual C make.cmd, use separate compilation for LOLA conf test. 2016-12-21 13:01:14 +00:00
David Brown
305781e000 Version 2.1.0 - update version and add history. 2016-12-20 17:27:47 +00:00
David Brown
412a8c3337 Document compilation; remove OpenBSD debugging. 2016-12-20 15:16:18 +00:00
David Brown
8220c4e807 Fix heap for -OC build on 32 bit systems. 2016-12-19 16:11:32 +00:00
David Brown
43117e79f7 Integrate JTempl's new OFront heap implementation using unsigned address arithmetic. 2016-12-19 16:00:57 +00:00
David Brown
6f43c272c9 Update bootstrap C sources. 2016-12-18 17:13:46 +00:00
David Brown
7386767d84 Fix binary dir determination for mingw/msc. 2016-12-18 17:12:00 +00:00
David Brown
5c5ca01dbc Fix overenthusiastic deletion of .sym files for -F forcenewym. Whoops. 2016-12-18 16:33:41 +00:00