]> git.kaiwu.me - njs.git/commit
Removed remnants of level hash.
authorVadim Zhestikov <v.zhestikov@f5.com>
Fri, 11 Jul 2025 22:51:14 +0000 (15:51 -0700)
committerVadimZhestikov <108960056+VadimZhestikov@users.noreply.github.com>
Fri, 18 Jul 2025 13:41:30 +0000 (06:41 -0700)
commitb605a4d93f7e282835b6f8df58eb7f22456ddec5
tree4d435d2c75f391fafd148b137854e19d81e96496
parentb46cbce9c721ca288f2c403a1263e92cad687e10
Removed remnants of level hash.

Level hash has not been compiled since e64a376 (0.8.1) when flat hash was
introduced. However, the compatibility layer remained to reduce the diff.
34 files changed:
auto/make
auto/sources
src/njs_array.c
src/njs_array_buffer.c
src/njs_atom.c
src/njs_buffer.c
src/njs_builtin.c
src/njs_date.c
src/njs_error.c
src/njs_extern.c
src/njs_flathsh.c
src/njs_flathsh.h
src/njs_function.c
src/njs_json.c
src/njs_lvlhsh.c [deleted file]
src/njs_lvlhsh.h [deleted file]
src/njs_module.c
src/njs_module.h
src/njs_number.c
src/njs_object.c
src/njs_object.h
src/njs_object_prop.c
src/njs_promise.c
src/njs_regexp.c
src/njs_scope.c
src/njs_typed_array.c
src/njs_value.c
src/njs_value.h
src/njs_vm.c
src/njs_vm.h
src/njs_vmcode.c
src/test/flathsh_unit_test.c [new file with mode: 0644]
src/test/lvlhsh_unit_test.c [deleted file]
src/test/njs_externals_test.c