libkc3/kc3.c


Log

Author Commit Date CI Message
Thomas de Grivel 6f8ac880 2025-05-13T15:52:19 hook unwind_protect logic into kc3.c, renamed tests for do_block and added tests for block and unwind_protect
Thomas de Grivel 26820d0b 2025-05-12T17:02:48 kc3_access -> str_access
Thomas de Grivel 8df9b1b0 2025-05-01T16:12:30 block
Thomas de Grivel a16819fb 2025-04-29T21:16:54 refactor: rename block into do_block
Thomas de Grivel 85849758 2025-04-18T22:33:48 fix env_eval_equal_tag warnings
Thomas de Grivel e44c8427 2025-04-14T23:17:37 facts with transaction
Thomas de Grivel 52669e40 2025-03-23T21:20:02 fix buf_parse_comment
Jeremy JEANNE a92a2712 2025-03-19T16:50:34 fix array_dimension
Thomas de Grivel 789d6385 2025-03-17T11:07:03 kc3_access void returns void
Thomas de Grivel aaa8d27a 2025-03-17T11:06:23 kc3_access void returns void
Thomas de Grivel 76b12911 2025-03-16T19:20:43 wip memleaks
Thomas de Grivel 29e7a7e6 2025-03-14T23:40:07 struct_type -> pstruct_type
Thomas de Grivel 4885ef3d 2025-03-14T20:42:27 wip pcallable
Thomas de Grivel aea20589 2025-03-11T18:23:03 fix %Time{} in struct
Thomas de Grivel 9aba5845 2025-03-11T13:45:07 fix tests
Thomas de Grivel 473ea787 2025-03-10T20:15:25 wip segv
Thomas de Grivel a030f9af 2025-03-10T19:57:19 pstruct_type
Thomas de Grivel 63fefe97 2025-03-10T12:27:35 minor tweaks
Thomas de Grivel 14308a8e 2025-03-09T20:37:32 try to split default env and global env
Thomas de Grivel c8c572d2 2025-03-09T19:45:56 split env.h and env_eval.h
Thomas de Grivel 935e66ad 2025-03-07T14:46:14 wip ops / pstruct
Thomas de Grivel 90fd6c4e 2025-03-04T19:07:05 wip pstruct
Thomas de Grivel 47b604d6 2025-03-04T16:45:58 wip compilation for pstruct
Thomas de Grivel beadf2e3 2025-03-04T03:17:06 fix %Buf{}
Thomas de Grivel cac93052 2025-03-03T21:04:20 wip ops special
Thomas de Grivel 5806fc0e 2025-03-03T19:17:45 add fixme warning for multiple env and only use env_global()->ops for now.
Thomas de Grivel 2e861758 2025-03-03T12:43:38 wip op ops ht
Thomas de Grivel db40523c 2025-03-02T16:14:12 Change copyright wording and extend to 2025
Thomas de Grivel b37aa75e 2025-03-01T15:54:36 wip ops
Thomas de Grivel f20a8909 2025-02-24T01:17:30 op / ops
Thomas de Grivel a132c073 2025-02-22T15:12:54 List.length = cfn "kc3_list_length"
Thomas de Grivel 69f973a5 2025-02-15T00:17:05 implement UNIX functions as a 'not implemented' message on windoz
Thomas de Grivel b52185ba 2025-02-14T22:40:46 wip clang64 msys2
Thomas de Grivel 40acb9cd 2025-01-06T18:13:38 wip smtp
Thomas de Grivel 0df57629 2025-01-04T20:37:43 fix env_fork race condition
Thomas de Grivel 7e04ab8a 2025-01-04T19:33:26 fix compilation on Ubuntu
Thomas de Grivel 4dfd532f 2025-01-03T01:11:36 wip fix sysctl
Thomas de Grivel 5c2d4bc6 2025-01-02T19:49:43 deserialize
Jeremy JEANNE e0766269 2024-12-23T18:48:34 kc3_sysctl
Jeremy JEANNE 446e0a48 2024-12-20T22:56:02 kc3.facts, kc3_sysct~l
Thomas de Grivel d866ecdc 2025-01-01T21:04:09 tag_is_integer
Thomas de Grivel bdc01abc 2024-12-25T05:15:02 wip
Thomas de Grivel 4e291bf8 2024-12-21T16:14:13 wip compatibility with C++
Thomas de Grivel 0c3fe2dd 2024-12-18T07:48:30 kmsg / gtk4: wip menus
Thomas de Grivel b650e372 2024-12-12T13:16:03 optimize branch
Thomas de Grivel 65089bce 2024-12-10T11:26:47 env_fork_delete
Thomas de Grivel f0c03c8d 2024-12-09T15:58:34 env_fork
Thomas de Grivel 9d2612e2 2024-12-09T10:57:59 serialize
Thomas de Grivel 62d0fe26 2024-12-03T20:29:46 wip serialize
jeremy 7e3c1b29 2024-12-03T16:17:09 wip serialize/deserialize.kc3
Thomas de Grivel c1bf1ed9 2024-12-03T13:12:07 Thread.new and Thread.delete
Thomas de Grivel b6e7d3c9 2024-12-03T12:42:50 make env forkable
Thomas de Grivel 1165bf0f 2024-12-03T11:06:11 g_kc3_env as a pointer
Thomas de Grivel 7b870505 2024-12-02T20:39:37 wip threads
Thomas de Grivel acf60873 2024-12-02T08:52:05 KC3.getpid, KC3.getppid, KC3.pause
Thomas de Grivel f6af06c7 2024-11-27T23:20:04 stub fork under win32
Thomas de Grivel 605c2bf4 2024-11-27T15:02:23 fix compilation on win32 (mingw32)
Thomas de Grivel 1eec90f4 2024-11-21T22:26:39 list_access and list_at (my_list[3] => # third element)
Thomas de Grivel 0059a8ae 2024-11-19T15:32:37 fix fn env frame
Thomas de Grivel e15955c2 2024-11-18T21:14:18 fix paths with double slash (//)
Thomas de Grivel f661ace0 2024-11-18T16:27:13 fix compilation after rebase
Thomas de Grivel ec70b853 2024-11-18T15:09:00 fix tests
Thomas de Grivel df38cb84 2024-11-18T10:29:36 wip const and s_callable
Thomas de Grivel 96b055e1 2024-11-14T16:27:55 wip const and s_callable
Thomas de Grivel 80cb8e95 2024-11-18T11:20:30 Facts.collect_with
jeremy 0bc74da1 2024-11-14T17:23:32 wiki find
jeremy a059c8f3 2024-11-14T14:53:48 wip fact_with_macro
jeremy fc2c3419 2024-11-05T11:20:07 crypt sha512
Thomas de Grivel 463e1d78 2024-11-01T13:56:23 fix env_facts_first_with
Thomas de Grivel 7fadaf12 2024-10-31T18:17:06 fix let and Map in Struct
Thomas de Grivel ccd0b9a2 2024-10-29T11:28:52 wip httpd
Thomas de Grivel 46ae338b 2024-10-26T12:43:51 wip Str.random_base64
Thomas de Grivel b66d2972 2024-10-25T15:06:34 struct_put for s_time
Thomas de Grivel 788e0b72 2024-10-25T13:29:58 Struct.put()
Thomas de Grivel 910ca645 2024-10-23T12:21:28 map_put, Map.put
Thomas de Grivel dca39366 2024-10-21T11:46:12 wip
Thomas de Grivel fe5f26d5 2024-09-30T16:46:52 wip fx properties
Thomas de Grivel 8658f69b 2024-09-29T22:01:59 Facts.add_tags(db, 1, 2, 3)
Thomas de Grivel 8802b04a 2024-09-29T17:04:45 wip env_facts_with
Thomas de Grivel 696cf3d0 2024-09-29T11:16:58 Facts.env_facts
Thomas de Grivel d5b4f5d9 2024-09-23T13:30:30 KC3.integer_reduce, KC3.human_size
Thomas de Grivel a6ca5aef 2024-09-20T21:29:10 fix system
Thomas de Grivel 4edd0bd8 2024-09-20T20:26:12 wip kc3_system
Thomas de Grivel fd892e26 2024-09-20T13:31:49 wip kc3_system
Thomas de Grivel d0ebd60c 2024-09-17T12:21:04 file explorer: make fx
Thomas de Grivel 54eeee39 2024-09-11T01:42:51 alist_access
Thomas de Grivel ebdb6914 2024-09-11T00:51:42 fix && and ||
Thomas de Grivel 58a36064 2024-09-10T18:41:53 httpd: daemonize flag (-d)
Thomas de Grivel bcfe5ff4 2024-09-07T19:09:58 fixed httpd with documentation website in /doc/
Thomas de Grivel bb77d2b1 2024-09-05T16:09:00 Facts.first_with_tags()
Thomas de Grivel 37078995 2024-08-23T23:07:59 wip operators
Thomas de Grivel f4ea1c85 2024-08-19T12:07:56 offsetof, fact_w
Thomas de Grivel 0602ff4f 2024-08-17T14:35:17 facts_with
Thomas de Grivel 8dab471f 2024-08-17T13:26:54 facts_with_tuple
Thomas de Grivel 83f088cb 2024-08-16T23:55:27 Facts.with_tags(Facts.env_facts(), ?, ?, ?, fn (fact) { puts(fact) })
Thomas de Grivel d40d21bc 2024-08-13T13:57:51 access
Thomas de Grivel 5455754d 2024-08-11T17:18:22 wip kc3_facts, fix buf_inspect_sym_size
Thomas de Grivel 01c8e735 2024-08-08T17:43:00 kc3_errno, kc3_strerror
Thomas de Grivel 752330a5 2024-08-08T17:20:11 Fix build on MacOS (M2)
Thomas de Grivel 4f11cd62 2024-08-03T18:53:50 wip Str eval