Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 4ebdcd5e | 2025-07-10 16:32:45 | serialize -> marshall.c | ||
| 1211dd9a | 2025-07-10 16:25:57 | wip TODO marshall.kc3 | ||
| bb3dd14a | 2025-07-10 16:10:57 | refactor serialize -> marshall | ||
| ab1bcf05 | 2025-07-10 15:54:28 | remove deserialize.c deserialize.h | ||
| a7469a29 | 2025-07-10 11:07:57 | feat: marshall to buf (incorrect) | ||
| ae897203 | 2025-07-10 15:42:42 | chore: TODO.md | ||
| 63891982 | 2025-07-10 14:37:58 | feat: generic serializer | ||
| ed667781 | 2025-07-10 11:39:21 | feat: little endian serialization | ||
| 7615a080 | 2025-07-09 17:17:44 | feat: marshall serialize (un)signed(8/16/32/64/w) unit tests | ||
| d8f7e1e5 | 2025-07-09 16:35:14 | test: marshall test generic macro | ||
| 1d295b09 | 2025-07-08 19:00:08 | feat: serialize_u32 unit test | ||
| 6fb25afb | 2025-07-08 14:52:44 | feat: marshall.h | ||
| 5bb5257f | 2025-07-08 14:51:18 | feat: marshall_test | ||
| 86bb418a | 2025-07-08 14:50:38 | fix: serializer error cases | ||
| 11d05a36 | 2025-07-07 14:08:19 | doc: install guides missing dependency | ||
| 4a4b5b6d | 2025-07-21 15:33:59 | fix last bugs | ||
| 771ec668 | 2025-07-21 14:04:48 | tag_init_sym -> tag_init_psym | ||
| 6160bff2 | 2025-07-21 13:03:11 | tests pass: refactor p_* | ||
| 5aca5640 | 2025-07-21 03:28:39 | refactor p_* | ||
| 944c07d2 | 2025-07-21 02:28:03 | wip p_* | ||
| 87826002 | 2025-07-21 01:59:24 | refactor types.h p_* types | ||
| d05d821d | 2025-07-20 23:55:00 | split env_eval_equal.c env_eval_quote.c | ||
| 05a5dca9 | 2025-07-20 22:20:38 | add test for while unwind protect | ||
| 09649368 | 2025-07-20 22:20:28 | fix json test | ||
| a1a0a02b | 2025-07-20 17:34:38 | fix env_while unwind protect jmp_buf order on stack | ||
| 7158549a | 2025-07-20 17:11:55 | wip tests, test_asan | ||
| 4826d948 | 2025-07-20 15:35:38 | fix json and add tests for ikc3/while | ||
| bb00d0c3 | 2025-07-20 15:11:03 | fix setjmp clobbering of dest in env_while | ||
| 9c28e6c7 | 2025-07-20 15:06:15 | fix test_ekc3 | ||
| fb7ae9ad | 2025-07-20 14:41:49 | split buf_parse_ident_cast and fix '(Ident) Module.sym' parsing and special operator resolution | ||
| 8398379f | 2025-07-19 23:40:36 | license and while | ||
| baab45a7 | 2025-07-19 19:45:46 | make ikc3 tests pass again, add % operator | ||
| 94d38022 | 2025-07-19 15:14:26 | wip | ||
| 3f0fecd3 | 2025-07-19 11:02:24 | fix while test (while argument needs parens) | ||
| 4ed6b582 | 2025-07-19 10:31:48 | while tests | ||
| 326cb5df | 2025-07-18 21:41:16 | wip | ||
| 1da3e3f5 | 2025-07-18 19:49:13 | Add comprehensive while loop test for KC3 - Test basic while loop with false condition (no execution) - Test counter loop with puts output and variable mutation - Test sum calculation loop demonstrating accumulation - Test while loop with break statement and conditional exit - Test list building with while loop using cons operator - Follow existing ikc3 test patterns with quote/execute structure | ||
| b73bb339 | 2025-07-17 11:20:38 | wip no autoload | ||
| 6a257091 | 2025-07-17 08:25:08 | remove auto loading in env and env_eval | ||
| 37b171b1 | 2025-07-17 08:14:40 | fix require's | ||
| 35420107 | 2025-07-17 07:51:33 | remove module autoloading at struct init | ||
| 903fee35 | 2025-07-17 06:35:08 | assert | ||
| 4d8e1147 | 2025-07-17 06:21:50 | bugfix: compare_tag_deref | ||
| 791213cc | 2025-07-16 14:23:52 | revert change to buf_read_character_utf8 | ||
| 37144548 | 2025-07-16 00:32:02 | don't forget to buf_flush sometimes | ||
| 9fd3f041 | 2025-07-16 00:30:27 | fix mime type | ||
| 25fa2f68 | 2025-07-15 23:43:34 | update ikc3 history with socket testing commands | ||
| 6da4c4d7 | 2025-07-15 23:42:41 | fix: tag_init_copy PVAR handling and missing include - Follow bound PVAR to actual tag in tag_init_copy - Add missing sym.h include in bool_test.c | ||
| 7ea3e617 | 2025-07-15 23:27:35 | fix: bool casting for structured types - Add bool_init_cast_pstruct test case - Fix TAG_UNQUOTE case missing assignment (broken in 9a99c242) | ||
| 7eb25b6a | 2025-07-15 22:53:55 | unwind_protect -> up | ||
| 30bbb649 | 2025-07-15 22:22:12 | fix env_fork_init | ||
| 59aefc9e | 2025-07-15 19:04:37 | test httpd | ||
| 9d991580 | 2025-07-15 16:24:59 | fix volatile | ||
| 62130b38 | 2025-07-15 15:51:17 | fix volatile | ||
| 66c9b2fc | 2025-07-15 15:31:19 | ws | ||
| cf6d70db | 2025-07-15 13:41:09 | fix env_eval_call_fn_args | ||
| d5a23dfa | 2025-07-15 12:34:55 | fix unwind protect | ||
| 52eeb1df | 2025-07-15 01:33:29 | unwind protect env_eval_call_arguments | ||
| efc9459b | 2025-07-15 00:34:22 | wip memleak env_eval_call_fn_args | ||
| b21479fe | 2025-07-15 00:06:49 | wim memleaks in env_eval_callable | ||
| f16a35ef | 2025-07-14 23:50:16 | wip memleaks | ||
| e15e7879 | 2025-07-14 23:42:55 | fix memleak in fn_clean_ | ||
| e76bb102 | 2025-07-14 23:39:50 | fix memleak facts_with_test_tags | ||
| 81f55c93 | 2025-07-14 23:38:14 | fix memleak in facts_with_test | ||
| 8d4a1d81 | 2025-07-14 23:34:39 | fix memleak inspect_test_pvar | ||
| 0c15e711 | 2025-07-14 23:33:25 | fix memleaks facts_with_test | ||
| 9476bf09 | 2025-07-14 23:28:21 | fix segv in buf_parse_test_pvar | ||
| d917c317 | 2025-07-14 23:24:11 | wip memleak buf_parse_test_pvar | ||
| 5dabd2e0 | 2025-07-14 23:22:32 | wip memleak facts_dump | ||
| 74347caa | 2025-07-14 23:18:43 | wip memleak facts_replace_tags | ||
| 8bd8369b | 2025-07-14 23:09:08 | fix double free | ||
| 6cbc9a77 | 2025-07-14 23:06:50 | fix double free on facts_cursor_clean after ! facts_cursor_next | ||
| 739ae0b7 | 2025-07-14 23:00:01 | wip memleak facts pvar | ||
| 6e2d672c | 2025-07-14 22:51:03 | wip memleaks pvar | ||
| e5d2d2fe | 2025-07-14 22:44:30 | wip pvar | ||
| 8381525f | 2025-07-14 22:19:22 | wip memleaks tag_pvar clean | ||
| 5f401137 | 2025-07-14 21:46:33 | wip pvar | ||
| a4170a32 | 2025-07-14 20:32:39 | fix pvar | ||
| ec4fee13 | 2025-07-14 18:45:23 | fix str_init_cast for bound pvar | ||
| 1c2a5430 | 2025-07-14 18:32:43 | fix ikc3> ? = 1 | ||
| 62fc1263 | 2025-07-14 18:32:31 | fix fn test | ||
| cfe8bb54 | 2025-07-14 18:21:41 | wip pvar | ||
| 0a4deeef | 2025-07-14 18:06:29 | wip pvar | ||
| 08729c30 | 2025-07-14 17:09:37 | wip pvar | ||
| bcf49f76 | 2025-07-14 02:10:00 | wip buf_inspect and buf_parse closure frame bindings | ||
| 9a99c242 | 2025-07-14 00:42:16 | wip pvar | ||
| 445be7ca | 2025-07-07 11:31:44 | minor tweaks | ||
| 149669c1 | 2025-07-04 23:45:20 | wip frame | ||
| d575aaec | 2025-06-30 18:38:35 | env_frame_capture | ||
| 953d88ad | 2025-06-30 17:49:22 | all frame capture function for walker done except ident | ||
| f9526519 | 2025-06-30 15:36:38 | wip env_frame_capture | ||
| ca3863a3 | 2025-06-29 19:07:31 | env_frame_capture | ||
| 5119e560 | 2025-06-18 15:31:14 | fix double free | ||
| 020240a8 | 2025-06-18 15:04:54 | fix memleak | ||
| 5c57f892 | 2025-06-16 20:44:37 | do not sanitize memory on clean | ||
| 40ec6913 | 2025-06-16 15:40:32 | debug test httpd | ||
| 04cbb061 | 2025-06-16 15:28:40 | fix use after free in fn_clean | ||
| a9819590 | 2025-06-16 15:09:40 | wip memleak | ||
| 9550b1d6 | 2025-06-16 15:07:15 | wip memleak | ||
| cf1e271c | 2025-06-16 14:57:18 | bugfixes for env_eval_call |