Tasmota/lib/libesp32/berry/src
s-hadinger a306d77a5e
Berry fix compilation error with some compiler options (#22200)
2024-09-24 22:58:49 +02:00
..
be_api.c Berry internal: remove class from closure to simplify code (#21839) 2024-07-24 22:59:53 +02:00
be_baselib.c Berry add global function `format` as a simpler syntax to `string.format` (#18925) 2023-06-21 14:12:39 +02:00
be_baselib.h Berry `string.format()` now automatically converts type according to format (#18890) 2023-06-16 20:38:53 +02:00
be_bytecode.c Berry add `file.savecode()` (#21884) 2024-08-01 15:38:07 +02:00
be_bytecode.h Berry add `file.savecode()` (#21884) 2024-08-01 15:38:07 +02:00
be_byteslib.c fix be_byteslib.c 2024-09-24 22:00:57 +02:00
be_byteslib.h Berry bytes solidification (#21558) 2024-06-03 21:14:44 +02:00
be_class.c Berry allow setmember() to fail with `false` or `undefined` 2022-07-05 21:14:50 +02:00
be_class.h Berry bytes solidification (#21558) 2024-06-03 21:14:44 +02:00
be_code.c Berry fix compilation error with some compiler options (#22200) 2024-09-24 22:58:49 +02:00
be_code.h Berry remove reuse of methods for interface-like code reuse #21500 (#22055) 2024-08-29 22:00:20 +02:00
be_constobj.h Berry improve solidification of bytes (#21751) 2024-07-09 13:19:24 +02:00
be_debug.c Berry remove reuse of methods for interface-like code reuse #21500 (#22055) 2024-08-29 22:00:20 +02:00
be_debug.h Berry solidify to file 2022-07-02 21:46:02 +02:00
be_debuglib.c Berry `debug.caller` (#20470) 2024-01-12 08:29:14 +01:00
be_decoder.h Berry rename step 2/2 2021-12-14 15:10:03 +01:00
be_exec.c Berry add explicit error log when memory allocation fails (#20807) 2024-02-25 21:17:08 +01:00
be_exec.h Berry fix reference when exeception is raised 2022-07-25 22:32:26 +02:00
be_filelib.c Berry avoid `readbytes()` from crashing when file is too large (#22057) 2024-08-30 13:59:52 +02:00
be_func.c Berry add option to remove source file name and save flash space (#18948) 2023-06-23 23:14:51 +02:00
be_func.h Berry rename step 2/2 2021-12-14 15:10:03 +01:00
be_gc.c Berry consolidated constants for solidified classes reduces Flash size (#21845) 2024-07-25 22:53:02 +02:00
be_gc.h Berry fix crash with GC for ctype 2022-05-05 19:10:20 +02:00
be_gclib.c Berry rename step 2/2 2021-12-14 15:10:03 +01:00
be_globallib.c Berry fix regression 2022-07-06 23:13:35 +02:00
be_introspectlib.c Berry bug when parsing ternary operator (#20839) 2024-02-29 19:23:32 +01:00
be_jsonlib.c Berry `math.inf`, `math.isinf()` and fixed json ouput for `inf` and `nan` (#21304) 2024-04-29 22:55:57 +02:00
be_lexer.c Berry apply upstream fixes (#21194) 2024-04-15 22:12:16 +02:00
be_lexer.h Berry Walrus operator ':=' (#18963) 2023-06-25 17:30:42 +02:00
be_libs.c Berry rename step 2/2 2021-12-14 15:10:03 +01:00
be_libs.h Berry rename step 2/2 2021-12-14 15:10:03 +01:00
be_list.c Berry rename step 2/2 2021-12-14 15:10:03 +01:00
be_list.h Berry rename step 2/2 2021-12-14 15:10:03 +01:00
be_listlib.c Berry `bool( [] )` and `bool( {} )` now evaluate as `false` (#18986) 2023-06-27 22:07:13 +02:00
be_map.c Berry allow bool key (#17902) 2023-02-07 02:55:12 +01:00
be_map.h Berry rename step 2/2 2021-12-14 15:10:03 +01:00
be_maplib.c Berry `bool( [] )` and `bool( {} )` now evaluate as `false` (#18986) 2023-06-27 22:07:13 +02:00
be_mathlib.c Berry `math.min()` and `math.max()` (#21705) 2024-06-29 10:42:21 +02:00
be_mem.c Berry sync upstream #369 (#20330) 2023-12-28 17:00:35 +01:00
be_mem.h Berry faster allocator for small objects 2022-02-15 22:51:11 +01:00
be_module.c Upstream Berry fix removing assert (#22054) 2024-08-29 21:32:28 +02:00
be_module.h Berry change internal storage of parent class for methods (#21490) 2024-05-24 22:32:37 +02:00
be_object.c Berry comobj standard deallocator 2022-06-16 22:37:33 +02:00
be_object.h Berry add `solidify.nocompact()` and reduce size of Matter UI (#21885) 2024-08-01 22:02:27 +02:00
be_opcodes.h Berry remove reuse of methods for interface-like code reuse #21500 (#22055) 2024-08-29 22:00:20 +02:00
be_oslib.c Berry rename step 2/2 2021-12-14 15:10:03 +01:00
be_parser.c Berry remove reuse of methods for interface-like code reuse #21500 (#22055) 2024-08-29 22:00:20 +02:00
be_parser.h Berry bug when parsing ternary operator (#20839) 2024-02-29 19:23:32 +01:00
be_rangelib.c Fix typo 2023-07-16 15:05:41 +02:00
be_repl.c Berry rename step 2/2 2021-12-14 15:10:03 +01:00
be_repl.h Berry rename step 2/2 2021-12-14 15:10:03 +01:00
be_solidifylib.c Berry remove reuse of methods for interface-like code reuse #21500 (#22055) 2024-08-29 22:00:20 +02:00
be_strictlib.c Berry rename step 2/2 2021-12-14 15:10:03 +01:00
be_string.c Berry add solidification of strings longer than 255 bytes (#20529) 2024-01-18 12:31:47 +01:00
be_string.h Berry add solidification of strings longer than 255 bytes (#20529) 2024-01-18 12:31:47 +01:00
be_strlib.c Berry apply upstream fixes (#21194) 2024-04-15 22:12:16 +02:00
be_strlib.h Berry add global function `format` as a simpler syntax to `string.format` (#18925) 2023-06-21 14:12:39 +02:00
be_sys.h Berry rename step 2/2 2021-12-14 15:10:03 +01:00
be_syslib.c Berry rename step 2/2 2021-12-14 15:10:03 +01:00
be_timelib.c Epoch in Berry map for time 2022-10-09 16:12:16 +02:00
be_undefinedlib.c Berry virtual member can return nil 2022-06-15 22:00:31 +02:00
be_var.c Berry fix for stricter mode 2022-09-06 22:54:24 +02:00
be_var.h Berry fix for stricter mode 2022-09-06 22:54:24 +02:00
be_vector.c Berry faster allocator for small objects 2022-02-15 22:51:11 +01:00
be_vector.h Berry minor fixes from upstream (#19091) 2023-07-11 08:21:09 +02:00
be_vm.c Berry remove reuse of methods for interface-like code reuse #21500 (#22055) 2024-08-29 22:00:20 +02:00
be_vm.h Berry improve `int64` constructor (#22172) 2024-09-19 21:35:52 +02:00
berry.h Berry add explicit error log when memory allocation fails (#20807) 2024-02-25 21:17:08 +01:00
berry_conf.h Berry rename step 2/2 2021-12-14 15:10:03 +01:00