Merge branch 'slimconfigure'
authorMichael Wallner <mike@php.net>
Mon, 16 Apr 2018 07:16:34 +0000 (09:16 +0200)
committerMichael Wallner <mike@php.net>
Mon, 16 Apr 2018 07:16:34 +0000 (09:16 +0200)
commitc9384515a81cb64d345b299908b2852f51bb8e6e
tree32163f8a42f8381e081d5f74ae36009d801ba5e1
parentb029005e56a8913fbb3d17ab497b4a37a00a211c
Merge branch 'slimconfigure'
103 files changed:
Makefile.frag
config.m4
m4/psi/psi.m4
php_psi_posix.h.in
psi.d/arpa_inet.psi
psi.d/stat.psi
psi.d/uname.psi
scripts/_include.php
scripts/gen_calc_bin.php
scripts/gen_calc_bool.php
scripts/gen_calc_unary.php [new file with mode: 0644]
src/calc.h
src/calc/basic.h
src/calc/bin.h
src/calc/bool.h
src/calc/cast.h
src/calc/cmp.h
src/calc/unary.h [new file with mode: 0644]
src/context.c
src/context.h
src/cpp.c
src/data.c
src/data.h
src/error.h
src/marshal.c
src/module.c
src/parser.c
src/parser.re
src/parser_proc.c
src/parser_proc.h
src/parser_proc_grammar.y
src/plist.c
src/token.h
src/types.h
src/types/assert_stmt.c
src/types/assert_stmt.h
src/types/const.c
src/types/const.h
src/types/const_type.c [deleted file]
src/types/const_type.h [deleted file]
src/types/cpp_macro_decl.c
src/types/decl.c
src/types/decl.h
src/types/decl_arg.c
src/types/decl_arg.h
src/types/decl_enum_item.c
src/types/decl_extvar.c
src/types/decl_extvar.h
src/types/decl_struct.c
src/types/decl_struct.h
src/types/decl_type.c
src/types/decl_type.h
src/types/decl_union.c
src/types/decl_union.h
src/types/decl_var.c
src/types/decl_var.h
src/types/free_exp.c
src/types/free_exp.h
src/types/free_stmt.c
src/types/free_stmt.h
src/types/impl.c
src/types/impl.h
src/types/impl_arg.c
src/types/impl_def_val.c
src/types/impl_def_val.h
src/types/impl_func.c
src/types/impl_func.h
src/types/impl_type.c
src/types/impl_type.h
src/types/impl_var.c
src/types/impl_var.h
src/types/let_callback.c
src/types/let_callback.h
src/types/let_exp.c
src/types/let_exp.h
src/types/let_func.c
src/types/let_func.h
src/types/let_stmt.c
src/types/let_stmt.h
src/types/num_exp.c
src/types/num_exp.h
src/types/number.c
src/types/number.h
src/types/return_exp.c
src/types/return_exp.h
src/types/return_stmt.c
src/types/return_stmt.h
src/types/set_exp.c
src/types/set_exp.h
src/types/set_func.c
src/types/set_func.h
src/types/set_stmt.c
src/types/set_stmt.h
src/validate.c [new file with mode: 0644]
src/validate.h [new file with mode: 0644]
tests/calc/calc.psi
tests/ndbm/gdbm.psi [new file with mode: 0644]
tests/ndbm/ndbm.psi
tests/ndbm/ndbm001.phpt
tests/pipe/pipe.psi
tests/sqlite/sqlite.psi
tests/uname/uname001.phpt
tests/yaml/yaml.psi