kc3-lang/kc3

Branch :


Log

Author Commit Date CI Message
thodg 3f0fecd3 2025-07-19 11:02:24 fix while test (while argument needs parens)
thodg 4ed6b582 2025-07-19 10:31:48 while tests
thodg 326cb5df 2025-07-18 21:41:16 wip
thodg 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
thodg b73bb339 2025-07-17 11:20:38 wip no autoload
thodg 6a257091 2025-07-17 08:25:08 remove auto loading in env and env_eval
thodg 37b171b1 2025-07-17 08:14:40 fix require's
thodg 35420107 2025-07-17 07:51:33 remove module autoloading at struct init
thodg 903fee35 2025-07-17 06:35:08 assert
thodg 4d8e1147 2025-07-17 06:21:50 bugfix: compare_tag_deref
thodg 791213cc 2025-07-16 14:23:52 revert change to buf_read_character_utf8
thodg 37144548 2025-07-16 00:32:02 don't forget to buf_flush sometimes
thodg 9fd3f041 2025-07-16 00:30:27 fix mime type
thodg 25fa2f68 2025-07-15 23:43:34 update ikc3 history with socket testing commands
thodg 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
thodg 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)
thodg 7eb25b6a 2025-07-15 22:53:55 unwind_protect -> up
thodg 30bbb649 2025-07-15 22:22:12 fix env_fork_init
thodg 59aefc9e 2025-07-15 19:04:37 test httpd
thodg 9d991580 2025-07-15 16:24:59 fix volatile
thodg 62130b38 2025-07-15 15:51:17 fix volatile
thodg 66c9b2fc 2025-07-15 15:31:19 ws
thodg cf6d70db 2025-07-15 13:41:09 fix env_eval_call_fn_args
thodg d5a23dfa 2025-07-15 12:34:55 fix unwind protect
thodg 52eeb1df 2025-07-15 01:33:29 unwind protect env_eval_call_arguments
thodg efc9459b 2025-07-15 00:34:22 wip memleak env_eval_call_fn_args
thodg b21479fe 2025-07-15 00:06:49 wim memleaks in env_eval_callable
thodg f16a35ef 2025-07-14 23:50:16 wip memleaks
thodg e15e7879 2025-07-14 23:42:55 fix memleak in fn_clean_
thodg e76bb102 2025-07-14 23:39:50 fix memleak facts_with_test_tags
thodg 81f55c93 2025-07-14 23:38:14 fix memleak in facts_with_test
thodg 8d4a1d81 2025-07-14 23:34:39 fix memleak inspect_test_pvar
thodg 0c15e711 2025-07-14 23:33:25 fix memleaks facts_with_test
thodg 9476bf09 2025-07-14 23:28:21 fix segv in buf_parse_test_pvar
thodg d917c317 2025-07-14 23:24:11 wip memleak buf_parse_test_pvar
thodg 5dabd2e0 2025-07-14 23:22:32 wip memleak facts_dump
thodg 74347caa 2025-07-14 23:18:43 wip memleak facts_replace_tags
thodg 8bd8369b 2025-07-14 23:09:08 fix double free
thodg 6cbc9a77 2025-07-14 23:06:50 fix double free on facts_cursor_clean after ! facts_cursor_next
thodg 739ae0b7 2025-07-14 23:00:01 wip memleak facts pvar
thodg 6e2d672c 2025-07-14 22:51:03 wip memleaks pvar
thodg e5d2d2fe 2025-07-14 22:44:30 wip pvar
thodg 8381525f 2025-07-14 22:19:22 wip memleaks tag_pvar clean
thodg 5f401137 2025-07-14 21:46:33 wip pvar
thodg a4170a32 2025-07-14 20:32:39 fix pvar
thodg ec4fee13 2025-07-14 18:45:23 fix str_init_cast for bound pvar
thodg 1c2a5430 2025-07-14 18:32:43 fix ikc3> ? = 1
thodg 62fc1263 2025-07-14 18:32:31 fix fn test
thodg cfe8bb54 2025-07-14 18:21:41 wip pvar
thodg 0a4deeef 2025-07-14 18:06:29 wip pvar
thodg 08729c30 2025-07-14 17:09:37 wip pvar
thodg bcf49f76 2025-07-14 02:10:00 wip buf_inspect and buf_parse closure frame bindings
thodg 9a99c242 2025-07-14 00:42:16 wip pvar
thodg 445be7ca 2025-07-07 11:31:44 minor tweaks
thodg 149669c1 2025-07-04 23:45:20 wip frame
thodg d575aaec 2025-06-30 18:38:35 env_frame_capture
thodg 953d88ad 2025-06-30 17:49:22 all frame capture function for walker done except ident
thodg f9526519 2025-06-30 15:36:38 wip env_frame_capture
thodg ca3863a3 2025-06-29 19:07:31 env_frame_capture
thodg 5119e560 2025-06-18 15:31:14 fix double free
thodg 020240a8 2025-06-18 15:04:54 fix memleak
thodg 5c57f892 2025-06-16 20:44:37 do not sanitize memory on clean
thodg 40ec6913 2025-06-16 15:40:32 debug test httpd
thodg 04cbb061 2025-06-16 15:28:40 fix use after free in fn_clean
thodg a9819590 2025-06-16 15:09:40 wip memleak
thodg 9550b1d6 2025-06-16 15:07:15 wip memleak
thodg cf1e271c 2025-06-16 14:57:18 bugfixes for env_eval_call
thodg 0cc55598 2025-06-16 14:56:53 call_init_copy: deep copy callable also
thodg b4beac65 2025-06-16 14:34:55 wip env_eval_call_fn_args
thodg b7db7374 2025-06-16 14:30:21 wip block_clean in env_eval_call_fn_args
thodg c494637b 2025-06-16 14:29:43 bugfix for env_facts_first_with_tags
thodg d859e66b 2025-06-15 21:15:21 minor tweaks
thodg a615bd76 2025-06-13 17:24:39 unwind protect dance for env_eval_call_fn_args
thodg 0ae53fa7 2025-06-13 17:24:14 unwind_protect and minor tweaks
thodg 893abf33 2025-06-12 19:26:10 fix buf_parse_callable
thodg 48cca624 2025-06-12 19:25:54 abort after longjmp
thodg 2cd20c1a 2025-06-12 19:25:32 refactor env_init_*, env_clean_*.
thodg 747d0ec2 2025-06-12 18:58:09 wip memleak call callable
thodg a70717db 2025-06-12 14:01:47 various buf_inspect bugfixes
thodg 58d94c73 2025-06-11 18:19:07 kc3 block
thodg 84efc5c8 2025-06-11 18:09:27 fix more block
thodg 3aeb42e6 2025-06-11 18:06:52 fix kc3_block
thodg 6bf46e0e 2025-06-11 17:58:33 make lib_links
thodg e2f82480 2025-06-11 17:58:07 minor tweak
thodg d9f11eda 2025-06-11 17:10:53 facts_with stack pointer leak
thodg be8fa9df 2025-06-11 11:24:17 bugfixes for block.c
thodg b07ffc7b 2025-06-11 11:23:47 readme
thodg 7e047aee 2025-05-31 13:39:26 fix compilation on Debian
thodg a0bd57e1 2025-05-31 00:34:50 run tests from wrapper program
thodg 71efafdf 2025-05-31 00:26:20 fix buf_fd_open_w_flush
thodg 43719eeb 2025-05-31 00:25:46 doc: what chatgpt says of kc3-lang.org
thodg 2d49b2b1 2025-05-29 14:39:02 wip win64 sockets
thodg 421adab1 2025-05-27 13:49:56 fix compilation on Linux
thodg fccbc1e3 2025-05-27 13:33:00 sockets on win64
thodg de4c4bd2 2025-05-27 13:20:18 wip sockets on win64
thodg 480367fc 2025-05-26 23:01:50 remove comment
thodg fdb4efbc 2025-05-26 15:41:25 fix make test on win64
thodg 8eb98ebe 2025-05-26 14:36:48 fix link text
thodg 3e6d74a2 2025-05-26 14:32:25 fix link
thodg 3fbc9b37 2025-05-26 14:20:14 fix env_facts_with_macro unwind protect