Carp/core
2020-05-23 19:03:07 +02:00
..
Array.carp Merge pull request #769 from scolsen/implement-prim 2020-05-12 21:45:29 +02:00
Bench.carp core: move elapsed_time into bench module 2020-01-27 16:56:22 +01:00
Binary.carp Move Byte Order type outside of the Binary module 2020-03-20 19:02:55 -04:00
Bool.carp Add some more calls to implement to make tests pass 2020-05-10 13:32:22 -04:00
Byte.carp Add an implements primitive, update core 2020-05-09 12:59:47 -04:00
carp_bench.h core: move elapsed_time into bench module 2020-01-27 16:56:22 +01:00
carp_binary.h all: various long fixes 2020-04-23 21:50:30 +02:00
carp_bool.h core: do not have short functions on single lines 2019-10-30 11:07:32 +01:00
carp_byte.h core: fix #688 by using the correct formatting macros\n\n(and pray that windows does c99) 2020-02-21 12:28:34 +01:00
carp_char.h Merge 2020-05-11 16:10:35 +02:00
carp_debug.h Preserve includes order in generated output. 2019-10-03 00:23:27 +02:00
carp_double.h Long type to ensure longs are actually 64 bits. 2020-04-22 10:40:06 +02:00
carp_float.h core: do not have short functions on single lines 2019-10-30 11:07:32 +01:00
carp_int.h core: do not have short functions on single lines 2019-10-30 11:07:32 +01:00
carp_io.h Hopefully portable and simple get-line. 2020-05-11 16:08:40 +02:00
carp_long.h Detect __builtin_x_overflow() based on __GNUC__ macro. 2020-05-23 19:03:07 +02:00
carp_memory.h all: various long fixes 2020-04-23 21:50:30 +02:00
carp_pattern.h core: make from-string better 2020-05-12 22:33:40 +02:00
carp_safe_int.h Detect __builtin_x_overflow() based on __GNUC__ macro. 2020-05-23 19:03:07 +02:00
carp_stdbool.h core: remove stdbool dependency 2018-11-17 15:42:36 +01:00
carp_stdint.h all: various long fixes 2020-04-23 21:50:30 +02:00
carp_string.h Merge pull request #799 from hellerve/veit/string-to-bytes 2020-05-13 20:59:37 +02:00
carp_system.h Ignoring system() return value produces warnings on some systems, just return it. 2020-05-11 16:08:40 +02:00
carp_utf8.h Roll our own UTF-8 support. 2020-05-12 01:14:02 +02:00
Char.carp Add some more calls to implement to make tests pass 2020-05-10 13:32:22 -04:00
Collection.carp Add some more calls to implement to make tests pass 2020-05-10 13:32:22 -04:00
Color.carp Add some more calls to implement to make tests pass 2020-05-10 13:32:22 -04:00
Control.carp Fix signature of Control.iterate-until 2020-05-20 23:40:46 -04:00
Core.carp Add signal.h on FreeBSD platforms 2020-05-13 16:10:00 +02:00
core.h Don't include windows.h on mingw. 2020-05-12 01:13:36 +02:00
Debug.carp core: fix Debug.trace for new evaluator 2020-05-16 12:46:05 +02:00
Double.carp Add remaining implements declarations 2020-05-10 22:53:35 -04:00
Dynamic.carp Renamed Dynamic.String.join and Dynamic.Symbol.join to concat. 2020-04-30 13:32:54 +02:00
Filepath.carp core: make subarry/substring slice 2020-02-11 09:09:30 +01:00
Float.carp core: add implements for FloatRef comparators 2020-05-12 22:45:29 +02:00
Format.carp core: fix fmt without arguments 2020-02-12 17:33:38 +01:00
Generics.carp core: fix typo in docs for Generis.approx 2020-05-13 16:45:11 +02:00
Geometry.carp Generics no longer propagated. 2019-09-09 22:08:50 +02:00
GLFW.carp Merge 2020-05-11 16:10:35 +02:00
Heap.carp Fix all nth usage 2019-10-31 06:23:23 -03:00
Int.carp Add some more calls to implement to make tests pass 2020-05-10 13:32:22 -04:00
Interfaces.carp Added support for (load-once). 2020-05-05 15:00:57 +02:00
IO.carp Merge 2020-05-11 16:10:35 +02:00
Long.carp core: add missing longref implements procs 2020-05-18 23:02:26 +02:00
Macros.carp Merge pull request #820 from hellerve/veit/fix-818 2020-05-20 22:32:32 +02:00
Map.carp Add some more calls to implement to make tests pass 2020-05-10 13:32:22 -04:00
Maybe.carp core: make NULL Ptr a instead of a 2020-05-18 23:21:16 +02:00
OpenGL.carp Merge 2020-05-11 16:10:35 +02:00
Pattern.carp Merge pull request #769 from scolsen/implement-prim 2020-05-12 21:45:29 +02:00
Pointer.carp core: add String.to-bytes 2020-05-13 17:15:26 +02:00
Random.carp Add an implements primitive, update core 2020-05-09 12:59:47 -04:00
Result.carp Add some more calls to implement to make tests pass 2020-05-10 13:32:22 -04:00
SafeInt.carp Added --compile-fast to compile with tcc. 2020-05-21 20:04:54 +02:00
SDL_gfx.carp Refactored flags handling (add-pkg). 2019-06-17 09:02:34 +02:00
SDL_image.carp Merge 2020-05-11 16:10:35 +02:00
SDL_mixer.carp Merge 2020-05-11 16:10:35 +02:00
SDL_ttf.carp Merge 2020-05-11 16:10:35 +02:00
SDL.carp Merge pull request #769 from scolsen/implement-prim 2020-05-12 21:45:29 +02:00
SDLHelper.h all: fixes for new evaluator 2020-04-17 11:58:28 +02:00
Sort.carp core: add sort flavors with custom comparators 2018-11-13 11:11:21 +01:00
StaticArray.carp Add remaining implements declarations 2020-05-10 22:53:35 -04:00
Statistics.carp Fix all nth usage 2019-10-31 06:23:23 -03:00
StdInt.carp Merge pull request #769 from scolsen/implement-prim 2020-05-12 21:45:29 +02:00
String.carp Merge pull request #799 from hellerve/veit/string-to-bytes 2020-05-13 20:59:37 +02:00
System.carp Merge pull request #786 from hellerve/veit/move-to-templates 2020-05-12 22:24:54 +02:00
Test.carp test: add assert-ref-equal, assert-just, and assert-nothing 2020-05-12 14:53:42 +02:00
Tuples.carp Fix erroneous implements call for PairRef.> 2020-05-19 16:54:36 -04:00
Unsafe.carp core: rearrange templates 2020-05-12 21:58:40 +02:00
Vector.carp Add remaining implements declarations 2020-05-10 22:53:35 -04:00