libkc3/env.c


Log

Author Commit Date CI Message
Baptiste 8014ec3b 2024-08-06T15:07:46 wip tests asan
Thomas de Grivel 48ef7ecd 2024-08-05T13:52:44 fix httpd
Thomas de Grivel 6ed69c0b 2024-08-03T19:01:59 revert changes for __DIR__ and __FILE__
Thomas de Grivel 4f11cd62 2024-08-03T18:53:50 wip Str eval
Thomas de Grivel 57e770d6 2024-08-03T14:35:31 list_has
Baptiste 11022990 2024-08-02T19:50:04 error checking
Thomas de Grivel 242b5c07 2024-08-02T15:04:32 frame_replace
Thomas de Grivel 57979c67 2024-08-02T12:12:19 wip httpd
Thomas de Grivel e2190819 2024-08-01T17:31:13 clean file_dir and file_path in env_load
Thomas de Grivel 9b813394 2024-07-31T16:41:24 wip httpd
Thomas de Grivel 27318b4d 2024-07-31T14:00:43 wip httpd
Thomas de Grivel bc9a0b3e 2024-07-31T13:52:06 env_load
Thomas de Grivel 591012ff 2024-07-31T12:14:33 wip httpd
Thomas de Grivel d05b6203 2024-07-29T14:08:40 wip tests
Thomas de Grivel 89697be8 2024-07-28T05:25:58 tmp = {0}
Thomas de Grivel df4566fe 2024-07-24T17:49:51 ko IKC3_TEST=if make test_ikc3
Thomas de Grivel 20080c9c 2024-07-24T16:25:37 wip call
Baptiste c263dc2f 2024-07-24T16:21:51 fix compilation
Thomas de Grivel df689957 2024-07-24T15:21:17 tag_sym -> tag_sym_value
Baptiste 9eabdd09 2024-07-24T14:43:58 ko corrected memleaks + crash due to bad naming
Thomas de Grivel 8a8e5d43 2024-07-24T14:24:00 ko fix compilation
Thomas de Grivel 35c2f2fe 2024-07-23T20:35:40 wip env
Thomas de Grivel c6edd393 2024-07-23T19:45:07 less debug messages
Thomas de Grivel 9a994841 2024-07-23T19:41:29 fix env_sym_search_modules
Baptiste bc2e6a08 2024-07-23T19:19:14 replaced true by false
Thomas de Grivel a85baae0 2024-07-23T18:28:12 wip env defstruct operator not found bug
Baptiste 75fc8ee1 2024-07-23T18:20:37 corrected the mission tag type
Thomas de Grivel 151ca55d 2024-07-23T17:47:11 debug
Thomas de Grivel 12657c22 2024-07-23T16:47:20 struct struct_ { bool free_data; }
Thomas de Grivel 88285e3e 2024-07-23T15:39:56 wip asan
Thomas de Grivel f11ec08f 2024-07-23T12:51:20 wip env_module_has_ident
Baptiste 44365ec1 2024-07-23T12:41:25 fixed memleaks using Asan
Thomas de Grivel 593f7076 2024-07-22T18:43:19 fix double free
Thomas de Grivel b417f2d8 2024-07-22T18:23:45 wip env_module_has_symbol, has_ident, http socket
Baptiste 06ef8e36 2024-07-22T16:02:42 rework of frame_binding_new
Baptiste c2893075 2024-07-22T15:14:29 binding handling (work in progress)
Thomas de Grivel 3505a550 2024-07-22T13:58:46 fix test_asan in env_load
Thomas de Grivel c580f35c 2024-07-22T13:21:00 fix asan for env globals
Thomas de Grivel e8923ad6 2024-07-21T21:07:00 wip
Thomas de Grivel 600f4487 2024-07-20T19:00:22 wip http and buf_parse
Thomas de Grivel 75ff2fd1 2024-07-16T21:41:08 fix env_load __DIR__ and __FILE__
Thomas de Grivel b7a148cb 2024-07-16T21:10:50 bugfix --load and newlines
Thomas de Grivel ca0a0ffa 2024-07-16T15:35:29 env: move --load to ikc3.c and kc3s.c, wrote kc3_puts
Thomas de Grivel f3da01dc 2024-07-16T14:45:21 support --load and --quit
Thomas de Grivel b45456dc 2024-07-15T22:39:24 rename c3 -> kc3
Thomas de Grivel 1ae6ad0e 2024-07-15T19:59:52 rename c3 to kc3, fix update_source, configure, build