Remove static arrays for keymaps and keys
authorAlexey Gladkov <gladkov.alexey@gmail.com>
Mon, 20 May 2013 13:31:55 +0000 (17:31 +0400)
committerAlexey Gladkov <gladkov.alexey@gmail.com>
Sun, 26 May 2013 13:16:07 +0000 (17:16 +0400)
commitdad237f0b167991e2d2909265d04668d45d86ffa
tree3ae4acecfc0acddd1f8779e9a6b0ca7bc8602fe5
parentd046c1bbe345b7b65d33e1db64e7a48af9c84da4
Remove static arrays for keymaps and keys

Signed-off-by: Alexey Gladkov <gladkov.alexey@gmail.com>
21 files changed:
src/libkeymap/Makefile.am
src/libkeymap/array.c [new file with mode: 0644]
src/libkeymap/common.c
src/libkeymap/dump.c
src/libkeymap/keymap/array.h [new file with mode: 0644]
src/libkeymap/keymap/data.h
src/libkeymap/keymap/kmap.h
src/libkeymap/kmap.c
src/libkeymap/loadkeys.c
src/libkeymap/parser.y
src/libkeymap/summary.c
tests/Makefile.am
tests/dumpkeys-bkeymap.in [new file with mode: 0755]
tests/dumpkeys-mktable.in [new file with mode: 0755]
tests/dumpkeys.bkeymap.bin [new file with mode: 0644]
tests/dumpkeys.defkeymap.c [new file with mode: 0644]
tests/libkeymap-bkeymap.c [new file with mode: 0644]
tests/libkeymap-init.c
tests/libkeymap-keys.c
tests/libkeymap-kmap.c
tests/libkeymap-mktable.c [new file with mode: 0644]