Carp/core
2018-05-20 15:18:34 +10:00
..
Array.carp array: defn->doc 2018-05-12 16:08:48 +02:00
Bench.carp String.append is now by reference, StringCopy.append is by copy/linear 2018-05-20 14:16:10 +10:00
Bool.carp core: remove interdependencies between modules 2018-02-27 15:10:42 +01: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 Fix new function in carp_char.h 2018-03-18 15:23:34 +01:00
carp_debug.h Function for leaking memory on purpose. 2018-03-29 07:03:00 +02:00
carp_double.h core: remove interdependencies between modules 2018-02-27 15:10:42 +01:00
carp_float.h core: remove interdependencies between modules 2018-02-27 15:10:42 +01: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 Replace with Carp version of function 2018-03-23 20:24:32 +05:00
carp_long.h core: add neg protocol and add to int and long 2018-05-07 21:57:15 +02:00
carp_memory.h core: split up core 2018-02-27 15:09:13 +01:00
carp_pattern.h String.append is now by reference, StringCopy.append is by copy/linear 2018-05-20 14:16:10 +10: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.allocate function 2018-05-20 15:18:34 +10:00
carp_system.h all: change system argument api 2018-04-04 09:00:20 +02:00
Char.carp core: initial documentation work 2018-05-12 16:08:48 +02:00
core.h core: rename string and pattern types 2018-03-18 14:53:03 +01:00
Debug.carp core: fix stray closing bracket (thanks @mkfifo) 2018-05-16 06:11:04 +02:00
Double.carp docs: more documentation work 2018-05-12 16:08:48 +02:00
Dynamic.carp New Project.config command, the old project-set! is deprecated. 2018-02-08 17:12:32 +01:00
Filepath.carp Renaming String.join -> String.concat, and String.join-with to String.join 2018-05-20 12:48:50 +10:00
Float.carp docs: more documentation work 2018-05-12 16:08:48 +02:00
Format.carp String.append is now by reference, StringCopy.append is by copy/linear 2018-05-20 14:16:10 +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
Int.carp core: document integer, interfaces, pattern, safeint, and system 2018-05-12 16:08:48 +02:00
Interfaces.carp core: remove docs from interfaces 2018-05-12 16:08:48 +02:00
IO.carp docs: more documentation work 2018-05-12 16:08:48 +02:00
Long.carp core: add neg protocol and add to int and long 2018-05-07 21:57:15 +02:00
Macros.carp String.append is now by reference, StringCopy.append is by copy/linear 2018-05-20 14:16:10 +10:00
OpenGL.carp All OpenGL-functions registered. 2018-03-06 14:18:25 +01:00
Pattern.carp core: document integer, interfaces, pattern, safeint, and system 2018-05-12 16:08:48 +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 SDL.Hint module. 2018-04-23 12:47:32 +02:00
SDLHelper.h Nicer event handling with the help of 'foreach' macro and 'SDL.Event.all' function. 2018-03-24 11:17:56 +01:00
Statistics.carp More useable signature for 'Array.element-count'. 2018-03-12 12:11:33 +01:00
String.carp Adding String.allocate function 2018-05-20 15:18:34 +10:00
System.carp core: document integer, interfaces, pattern, safeint, and system 2018-05-12 16:08:48 +02:00
Test.carp String.append is now by reference, StringCopy.append is by copy/linear 2018-05-20 14:16:10 +10:00
Vector.carp Changed type signature of (set! ...) form. 2018-02-02 07:19:10 +01:00