Carp/core
2018-11-09 10:04:09 +01:00
..
Array.carp all: add new array docs and tests for Array.empty? 2018-11-09 10:04:09 +01:00
Bench.carp BIG CHANGE: Functions are managed now. 2018-08-29 11:32:33 +02:00
Bool.carp BUGFIX: Parser now must consume whole input. 2018-06-01 10:24:46 +02:00
carp_bench.h Adding time.h header to carp_bench.h to resolve bug #208 2018-04-02 10:27:36 +10:00
carp_bool.h core: remove interdependencies between modules 2018-02-27 15:10:42 +01:00
carp_char.h array: reduce genericity of Array./=; Char: use unsigned when casting to int 2018-08-07 09:39:47 +02:00
carp_debug.h Function for leaking memory on purpose. 2018-03-29 07:03:00 +02:00
carp_double.h core: add to-bytes 2018-06-07 18:30:57 +02:00
carp_float.h Fix return type of Float_neg. 2018-08-27 10:10:31 +02:00
carp_int.h core: add neg protocol and add to int and long 2018-05-07 21:57:15 +02:00
carp_io.h core: add IO.errorln and IO.error 2018-10-22 17:47:40 -04:00
carp_long.h core: add random module (referencing #227) 2018-05-22 19:34:38 +02:00
carp_memory.h core: split up core 2018-02-27 15:09:13 +01:00
carp_pattern.h core: add Pattern.find-all and optimize String.split-by 2018-11-01 16:20:52 +01:00
carp_safe_int.h Moved safe int functions into their own file that's not automatically loaded. 2018-03-06 16:44:07 +01:00
carp_string.h Adding String.< and String.> 2018-06-26 16:00:33 +10:00
carp_system.h core: Random.seed with a good default, rename old version to Random.seed-from 2018-10-19 10:31:00 +02:00
Char.carp core: rename Char.upper-case and Char.lower-case with ? 2018-09-25 16:40:02 +02:00
Color.carp core: refactor color table to actual map 2018-08-07 10:17:51 +02:00
Core.carp Issue #252 adding Sort module in Carp using Heap.Heapsort 2018-06-26 15:08:34 +10:00
core.h Delete and copy functions are set and called. 2018-08-29 15:10:41 +02:00
Debug.carp core: fix stray usage of outdated debug functionality 2018-09-19 17:53:09 +02:00
Double.carp core: add to-bytes 2018-06-07 18:30:57 +02:00
Dynamic.carp Added dynamic function 'Project.no-echo' to disable echoing in examples. 2018-06-05 10:05:33 +02:00
Filepath.carp all: use closures in core 2018-09-25 16:20:59 +02:00
Float.carp core: add to-bytes 2018-06-07 18:30:57 +02:00
Format.carp Renaming: String.count -> String.length, Array.count -> Array.length 2018-05-23 10:03:42 +10:00
Geometry.carp docs: more documentation work 2018-05-12 16:08:48 +02:00
GLFW.carp Use pkg-config for finding location of glfw instead. 2018-02-28 22:43:43 +01:00
Heap.carp BIG CHANGE: Functions are managed now. 2018-08-29 11:32:33 +02:00
Int.carp Various tweaks. 2018-06-01 16:40:14 +02:00
Interfaces.carp all: make and and or macros 2018-09-23 09:34:38 +02:00
IO.carp core: add IO.errorln and IO.error 2018-10-22 17:47:40 -04:00
Long.carp core: add neg protocol and add to int and long 2018-05-07 21:57:15 +02:00
Macros.carp all: make and and or macros 2018-09-23 09:34:38 +02:00
Map.carp core: remove put! and remove! from map and set 2018-10-31 13:42:05 +01:00
OpenGL.carp All OpenGL-functions registered. 2018-03-06 14:18:25 +01:00
Pattern.carp core: add Pattern.find-all and optimize String.split-by 2018-11-01 16:20:52 +01:00
Random.carp core: Random.seed with a good default, rename old version to Random.seed-from 2018-10-19 10:31:00 +02:00
SafeInt.carp core: document integer, interfaces, pattern, safeint, and system 2018-05-12 16:08:48 +02:00
SDL_image.carp sdl_image.carp -> SDL_image.carp 2018-04-08 21:31:03 +03:00
SDL_mixer.carp Still trying to figure out music playback... 2018-03-23 16:01:30 +01:00
SDL_ttf.carp Updated render-text-to-texture to allow setting the color of the text. 2018-04-24 15:02:06 +02:00
SDL.carp Can implement Keycode.= using enum-to-int now instead! 2018-06-15 16:01:43 +02:00
SDLHelper.h Merge branch 'int-to-enum-hack' 2018-06-15 15:58:08 +02:00
Sort.carp Removing Sort as a module name 2018-06-26 18:03:34 +10:00
Statistics.carp Removing Sort as a module name 2018-06-26 18:03:34 +10:00
String.carp core: add Pattern.find-all and optimize String.split-by 2018-11-01 16:20:52 +01:00
System.carp core: Random.seed with a good default, rename old version to Random.seed-from 2018-10-19 10:31:00 +02:00
Test.carp test: use deftest everywhere 2018-11-08 07:16:52 +01:00
Tuples.carp BUGFIX: Can't define '=' in terms of '=' on generic members of type, see Pair.= 2018-06-13 12:29:54 +02:00
Vector.carp core: add remove! and put! and make reduce take ownership 2018-10-31 11:33:29 +01:00