Carp/core
2019-06-14 14:38:19 +02:00
..
Array.carp Merge pull request #442 from GrayJack/safe-array 2019-05-21 12:11:38 +02:00
Bench.carp core: remove stringcopy.append 2019-05-27 18:05:44 +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 Add some const qualifiers, removed MALLOC() null checks, fixed Float_modf(), use memcpy() instead of memmove(). 2019-06-14 14:38:19 +02:00
carp_char.h Add some const qualifiers, removed MALLOC() null checks, fixed Float_modf(), use memcpy() instead of memmove(). 2019-06-14 14:38:19 +02:00
carp_debug.h Function for leaking memory on purpose. 2018-03-29 07:03:00 +02:00
carp_double.h Add some const qualifiers, removed MALLOC() null checks, fixed Float_modf(), use memcpy() instead of memmove(). 2019-06-14 14:38:19 +02:00
carp_float.h Add some const qualifiers, removed MALLOC() null checks, fixed Float_modf(), use memcpy() instead of memmove(). 2019-06-14 14:38:19 +02:00
carp_int.h Add some const qualifiers, removed MALLOC() null checks, fixed Float_modf(), use memcpy() instead of memmove(). 2019-06-14 14:38:19 +02:00
carp_io.h Add some const qualifiers, removed MALLOC() null checks, fixed Float_modf(), use memcpy() instead of memmove(). 2019-06-14 14:38:19 +02:00
carp_long.h Add some const qualifiers, removed MALLOC() null checks, fixed Float_modf(), use memcpy() instead of memmove(). 2019-06-14 14:38:19 +02:00
carp_memory.h Helpfulness. 2019-03-21 14:34:09 +01:00
carp_pattern.h Add some const qualifiers, removed MALLOC() null checks, fixed Float_modf(), use memcpy() instead of memmove(). 2019-06-14 14:38:19 +02:00
carp_safe_int.h core: remove stdbool dependency 2018-11-17 15:42:36 +01:00
carp_stdbool.h core: remove stdbool dependency 2018-11-17 15:42:36 +01:00
carp_string.h Add some const qualifiers, removed MALLOC() null checks, fixed Float_modf(), use memcpy() instead of memmove(). 2019-06-14 14:38:19 +02:00
carp_system.h Add some const qualifiers, removed MALLOC() null checks, fixed Float_modf(), use memcpy() instead of memmove(). 2019-06-14 14:38:19 +02:00
Char.carp core: add Char.alpha?, Char.num?, and Char.alphanum? 2019-03-06 16:35:37 +01:00
Color.carp multiple fixes: 2019-02-15 14:48:49 +01:00
Core.carp core: add result draft 2019-02-13 19:31:47 +01:00
core.h Use standard NDEBUG instead of OPTIMIZE. 2019-06-13 14:29:47 +02:00
Debug.carp Renamed 'defdynamic' to 'defndynamic'. 2019-03-13 18:49:48 +01:00
Double.carp multiple fixes: 2019-02-15 14:48:49 +01:00
Dynamic.carp Documented the Dynamic module. 2019-06-07 15:19:07 +02:00
Filepath.carp multiple fixes: 2019-02-15 14:48:49 +01:00
Float.carp multiple fixes: 2019-02-15 14:48:49 +01:00
Format.carp core: remove stringcopy.append 2019-05-27 18:05:44 +02:00
Geometry.carp multiple fixes: 2019-02-15 14:48:49 +01:00
GLFW.carp Use pkg-config for finding location of glfw instead. 2018-02-28 22:43:43 +01:00
Heap.carp Bug #343 Fixing off-by-one in Heap parent function. 2018-12-07 13:33:37 +11:00
Int.carp core: make to-int and from-int interfaces 2019-03-26 18:08:17 +01:00
Interfaces.carp core: make to-int and from-int interfaces 2019-03-26 18:08:17 +01:00
IO.carp core: fix IO.read->EOF 2019-05-10 11:21:46 +02:00
Long.carp core: add neg protocol and add to int and long 2018-05-07 21:57:15 +02:00
Macros.carp core: add annotations 2019-06-06 10:54:58 +02:00
Map.carp core: make map’s higher order functions non-owning 2019-05-27 18:42:25 +02:00
Maybe.carp core: add Maybe.or-zero 2019-06-12 08:49:54 +02:00
OpenGL.carp All OpenGL-functions registered. 2018-03-06 14:18:25 +01:00
Pattern.carp core: also split by newline in String.words 2019-05-24 15:39:52 +02:00
Random.carp core: specialize Char.random again! 2019-03-26 18:19:10 +01:00
Result.carp core: typo fix in Maybe.to-result 2019-05-02 22:33:18 +02:00
SafeInt.carp docs: clarify git loading situation 2019-05-01 00:24:29 +02:00
SDL_gfx.carp Return () instead. 2019-02-27 14:28:41 +01:00
SDL_image.carp Config for SDL_image too. 2019-03-22 19:21:26 +01: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 First step towards a way of locating SDL libraries on Windows. 2019-03-22 19:02:45 +01:00
SDLHelper.h core: more sdl functions 2018-11-15 15:25:57 +01:00
Sort.carp core: add sort flavors with custom comparators 2018-11-13 11:11:21 +01:00
Statistics.carp Fix tests on memory.carp, Modify Statistics module as Veit Heller 2019-05-14 20:11:19 -03:00
String.carp core: remove stringcopy.append 2019-05-27 18:05:44 +02:00
System.carp Fix doc for get-args-len 2019-04-16 17:49:31 -04:00
Test.carp core: remove stringcopy.append 2019-05-27 18:05:44 +02:00
Tuples.carp Modify the functions Array.maximum and Array.minimum to be safe 2019-05-13 21:41:45 -03:00
Vector.carp core: extend maybe and rework vector with it 2019-02-13 11:42:16 +01:00