mes/src
Jan Nieuwenhuizen 750fef8dfb
core: Bump MAX_STRING to 524288
* src/strings.c (MAX_STRING): Bump to 524288.
(assert_max_string): New function.
(list_to_cstring, string_append, read_string): Use it.
* src/reader.c (reader_read_string): Use it.
2018-12-15 10:34:57 +01:00
..
gc.c core: String as array of bytes. 2018-11-11 16:25:36 +01:00
hash.c core: String as array of bytes. 2018-11-11 16:25:36 +01:00
lib.c core: String as array of bytes. 2018-11-11 16:25:36 +01:00
math.c core: Avoid 64bit zero divide. 2018-10-07 00:25:33 +02:00
mes.c core: Add string-ref. 2018-11-16 00:15:50 +01:00
module.c core: String as array of bytes. 2018-11-11 16:25:36 +01:00
posix.c core: String as array of bytes. 2018-11-11 16:25:36 +01:00
reader.c core: Bump MAX_STRING to 524288 2018-12-15 10:34:57 +01:00
strings.c core: Bump MAX_STRING to 524288 2018-12-15 10:34:57 +01:00
struct.c core: struct_set_: Oops typo. 2018-11-14 08:16:58 +01:00
vector.c core: Add module-define! 2018-10-14 09:10:30 +02:00