]> Nishi Git Mirror - gwion.git/commit
:art: boolify more things
authorfennecdjay <fennecdjay@gmail.com>
Sat, 17 Feb 2024 11:58:21 +0000 (12:58 +0100)
committerfennecdjay <fennecdjay@gmail.com>
Sat, 17 Feb 2024 11:58:21 +0000 (12:58 +0100)
commit90fd78bf6ee18b947d219933353704a72c0fb95d
tree81e715f426f8b1c19eec25f8e92df8040c53e0a4
parentff384978c258a5f37fd7f72406d6e32ad1fd0912
:art: boolify more things
98 files changed:
include/engine.h
include/gwi.h
include/import.h
include/import/cdef.h
include/import/fdef.h
include/import/oper.h
include/import/tdef.h
include/import/udef.h
include/lang_private.h
include/operator.h
include/parse.h
include/plug.h
src/emit/emit.c
src/gwion.c
src/import/import_cdef.c
src/import/import_checker.c
src/import/import_enum.c
src/import/import_fdef.c
src/import/import_internals.c
src/import/import_oper.c
src/import/import_prim.c
src/import/import_tdef.c
src/import/import_udef.c
src/lib/array.c
src/lib/closure.c
src/lib/deep_equal.c
src/lib/dict.c
src/lib/engine.c
src/lib/event.c
src/lib/lib_class.c
src/lib/lib_gack.c
src/lib/locale.c
src/lib/modules.c
src/lib/object_op.c
src/lib/prim.c
src/lib/ref.c
src/lib/shred.c
src/lib/sift.c
src/lib/string.c
src/lib/tmpl_info.c
src/lib/ugen.c
src/lib/union.c
src/lib/xork.c
src/parse/check.c
src/parse/scan1.c
src/parse/scan2.c
src/pass.c
tests/plug/array.c
tests/plug/array_in_var_name_fail.c
tests/plug/callback.c
tests/plug/class_template.c
tests/plug/class_template_fail.c
tests/plug/class_template_invalid.c
tests/plug/compile_file.c
tests/plug/compile_string.c
tests/plug/coverage.c
tests/plug/empty_union.c
tests/plug/end_class.c
tests/plug/enum.c
tests/plug/enum_fail.c
tests/plug/enum_fail2.c
tests/plug/enum_fail3.c
tests/plug/extend_array.c
tests/plug/fail_on_next_arg.c
tests/plug/fail_on_next_arg2.c
tests/plug/fptr.c
tests/plug/fptr_tmpl.c
tests/plug/fptr_tmpl_fail.c
tests/plug/func_fail.c
tests/plug/func_fail2.c
tests/plug/func_fail3.c
tests/plug/func_fail4.c
tests/plug/func_subscript_not_empty.c
tests/plug/func_tmpl.c
tests/plug/func_tmpl_fail.c
tests/plug/func_too_many_arg.c
tests/plug/global_func.c
tests/plug/invalid_arg.c
tests/plug/invalid_array.c
tests/plug/invalid_func.c
tests/plug/invalid_type1.c
tests/plug/invalid_type2.c
tests/plug/invalid_type3.c
tests/plug/not_importing.c
tests/plug/str2decl.c
tests/plug/struct.c
tests/plug/template_arg.c
tests/plug/typedef_fail.c
tests/plug/typedef_tmpl.c
tests/plug/union.c
tests/plug/union_fail_exp.c
tests/plug/union_member.c
tests/plug/union_name.c
tests/plug/union_tmpl.c
tests/plug/union_tmpl_fail.c
tests/plug/union_tmpl_fail2.c
tests/plug/union_tmpl_fail3.c
tests/plug/vm_remove.c