Commit graph

798 commits

Author SHA1 Message Date
Justin Ethier
a93c1e8cde Added so generation and dl lib 2017-03-23 04:47:47 -04:00
Justin Ethier
24a2b63b7f Issue #185 - Ensure objects are moved during init
This prevents broken hearts by ensuring objects are in their final locations before assigning pointers to pointers.
2017-03-21 19:01:06 -04:00
Justin Ethier
c99e046517 Added TODO 2017-03-21 17:56:41 +00:00
Justin Ethier
2accd479c9 Cleanup 2017-03-21 11:57:53 +00:00
Justin Ethier
bf2643ce3d Added prim-convert 2017-03-21 11:15:53 +00:00
Justin Ethier
e8c5a3415a Comment-out WIP code 2017-03-20 18:56:52 -04:00
Justin Ethier
4d2cef3782 WIP 2017-03-20 18:55:53 -04:00
Justin Ethier
ca68ab358a Added fast char cmp prims 2017-03-20 18:17:40 -04:00
Justin Ethier
78c253e1c3 Issue #185 - Allow export of another lib's export 2017-03-20 17:01:25 +00:00
Justin Ethier
3b4139ac78 Issue #183 - Support system-level (cyclone) libs 2017-03-19 21:30:30 +00:00
Justin Ethier
f40a4bf6ee Version bump 2017-03-16 21:58:30 +00:00
Justin Ethier
3d55a37e27 Cleanup 2017-03-16 21:26:28 +00:00
Justin Ethier
bb6d822d92 Do not export internal get function 2017-03-16 15:58:17 +00:00
Justin Ethier
d86b91af36 Remove debug code 2017-03-16 14:11:46 +00:00
Justin Ethier
d8a11c2ea6 Clean up the code for (set-param-obj!) 2017-03-16 14:10:51 +00:00
Justin Ethier
06dcb18ba2 WIP 2017-03-15 17:28:54 +00:00
Justin Ethier
b4a9d4ae42 WIP, temporarily reverted set params 2017-03-15 11:32:43 +00:00
Justin Ethier
8efb714097 WIP 2017-03-14 22:59:45 +00:00
Justin Ethier
1d5cd9c626 TODO for loading param_objs on thread spawn 2017-03-12 23:01:08 +00:00
Justin Ethier
609395886a WIP 2017-03-02 19:06:38 -05:00
Justin Ethier
0c4be522e5 Use *parameter-id* in make-parameter 2017-03-02 23:40:44 -05:00
Justin Ethier
c826f09341 Added TODO 2017-02-28 18:45:23 -05:00
Justin Ethier
3b932ebfc5 WIP 2017-02-28 18:27:48 -05:00
Justin Ethier
37e28343a0 Removed "beta" 2017-02-24 17:06:31 -05:00
Justin Ethier
34b352ad95 Bump to 0.4 2017-02-21 18:23:07 -05:00
Justin Ethier
bc9c041d88 Merge branch 'bignum2-dev' 2017-02-21 17:58:45 -05:00
Justin Ethier
a45621a8de Extend exact-integer-sqrt to support bignums 2017-02-21 15:50:14 +00:00
Justin Ethier
5026aa030b Sync with master version 2017-02-20 18:18:09 -05:00
Justin Ethier
4d7abf3b8c Fix to coerce inf result 2017-02-21 04:32:07 -05:00
Justin Ethier
5641d7c7da Fixes for bignums 2017-02-21 02:55:17 -05:00
Justin Ethier
3f7753149e Use Cyc_remainder 2017-02-21 00:53:59 -05:00
Justin Ethier
a6a0667b1c Bignum support for (abs) 2017-02-17 17:42:15 -05:00
Justin Ethier
470fb17465 Compile bignum consts 2017-02-17 18:28:32 +00:00
Justin Ethier
284dc05128 Use Cyc_expt() 2017-02-17 00:03:07 -05:00
Justin Ethier
5c77948a00 WIP 2017-02-16 00:14:10 -05:00
Justin Ethier
0325383f0e Bignum support for (exact?) 2017-02-11 18:00:56 -05:00
Justin Ethier
371b4630eb Added (bignum?) 2017-02-11 17:41:30 -05:00
Koz Ross
335d3122da Adding array-list support, tests, amending Makefile 2017-02-11 18:58:12 +13:00
Justin Ethier
2d6d716071 Minor release bump 2017-02-11 00:28:59 +00:00
Justin Ethier
f696dca7e1 Staging for next release 2017-02-10 23:54:54 +00:00
Justin Ethier
4420fc3c6c Added with-handler from Bigloo 2017-02-10 23:26:53 +00:00
Justin Ethier
18b4292e4f Added with-handler 2017-02-10 23:13:42 +00:00
Justin Ethier
1f8fb3c20d Issue #172 -
Cannot assume that just because a primitive deals with immutable objects that it is safe to inline.  A (set!) could still mutate variables the primitive is using, causing invalid behavior.
2017-02-07 18:40:30 +00:00
Justin Ethier
91c8171c93 WIP - cond-expand library declarations 2017-02-04 17:54:55 -05:00
Justin Ethier
e41586da69 Added new functions for cond-expand 2017-02-03 23:56:41 -05:00
Justin Ethier
cc0aefd3f2 Issue #165 - Handle includes as well 2017-02-02 02:03:28 -05:00
Justin Ethier
17d819a399 Issue #165 - -A and -I options 2017-02-02 00:10:54 -05:00
Justin Ethier
379cac7ac3 WIP: allowing append/prepend library paths 2017-01-31 18:50:40 -05:00
Justin Ethier
bda80e8856 Add dir options to (lib:import->filename) 2017-01-31 17:51:37 -05:00
Justin Ethier
be542b745f Removed unnecessary integer_type usage 2017-01-30 17:35:10 -05:00