Carp/core
2019-09-11 15:03:44 +02:00
..
Array.carp Working on generics. 2019-09-08 13:02:04 +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 Working on generics. 2019-09-08 13:02:04 +02:00
carp_float.h Working on generics. 2019-09-08 13:02:04 +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 core: optionally check malloc 2019-06-17 09:17:20 +02: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 Merge pull request #550 from jacereda/typos 2019-09-11 11:11:39 +02:00
carp_system.h Merge pull request #498 from jacereda/const 2019-06-17 09:03:53 +02:00
Char.carp Implement zero for Char. 2019-06-14 13:02:03 +02:00
Color.carp multiple fixes: 2019-02-15 14:48:49 +01:00
Core.carp Working on generics. 2019-09-08 13:02:04 +02:00
core.h CHK_INDEX macro 2019-06-21 00:00:46 +02:00
Debug.carp Use abort() for assertions. 2019-07-29 21:48:20 +02:00
Double.carp Working on generics. 2019-09-08 13:02:04 +02:00
Dynamic.carp core: add dynamic string functions tail, prefix, and suffix 2019-09-11 15:03:44 +02:00
Filepath.carp multiple fixes: 2019-02-15 14:48:49 +01:00
Float.carp Working on generics. 2019-09-08 13:02:04 +02:00
Format.carp core: better error messages in fmt 2019-07-22 13:09:22 +02:00
Generics.carp Generics no longer propagated. 2019-09-09 22:08:50 +02:00
Geometry.carp Generics no longer propagated. 2019-09-09 22:08:50 +02:00
GLFW.carp Refactored flags handling (add-pkg). 2019-06-17 09:02:34 +02: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 Working on generics. 2019-09-08 13:02:04 +02:00
IO.carp Add stdin/stdout/stderr. 2019-07-29 21:50:08 +02:00
Long.carp core: add todo macro 2019-06-22 20:18:32 +02:00
Macros.carp Merge pull request #542 from hellerve/gensym 2019-09-10 11:13:36 +02:00
Map.carp core: copy default in Map.update-with-default 2019-06-17 13:43:45 +02:00
Maybe.carp Add Unsafe.coerce 2019-06-17 19:30:16 +02:00
OpenGL.carp Move OpenGL.framework reference to its own module. 2019-06-13 18:21:59 +02: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 Refactored flags handling (add-pkg). 2019-06-17 09:02:34 +02:00
SDL_image.carp Refactored flags handling (add-pkg). 2019-06-17 09:02:34 +02:00
SDL_mixer.carp Refactored flags handling (add-pkg). 2019-06-17 09:02:34 +02:00
SDL_ttf.carp Refactored flags handling (add-pkg). 2019-06-17 09:02:34 +02:00
SDL.carp all: remove local-include in favor of relative-include 2019-09-09 17:56:43 +02:00
SDLHelper.h Warning in generated code. 2019-06-14 13:13:22 +02: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 Fix crashes in String.join/join-with-char with empty array. 2019-09-10 21:49:00 +02:00
System.carp Use abort() for assertions. 2019-07-29 21:48:20 +02: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 Remove #516 workaround. 2019-09-10 20:46:09 +02:00