]> Nick Gasson's Git Repositories - nvc.git/commit
Use case-insensitive hashing in symbol table
authorNick Gasson <nick@nickg.me.uk>
Sat, 8 Feb 2025 21:43:14 +0000 (21:43 +0000)
committerNick Gasson <nick@nickg.me.uk>
Sun, 9 Feb 2025 10:13:26 +0000 (10:13 +0000)
commit44d0be8f3d663517f3364dafcf80df18c7e846ed
treeb4c308fc3f466cbdf494762acb0486398a2db7e7
parentfef21d9512aab64bea8da3d218f527938a6864a6
Use case-insensitive hashing in symbol table
src/common.c
src/ident.c
src/ident.h
src/names.c
test/strhash.c [new file with mode: 0644]
test/test_ident.c