]> saetta.ns0.it Git - libzakcgi/commit
In ZakCgiForm replace internal GHashTable with GPtrArray.
authorAndrea Zagli <azagli@libero.it>
Mon, 14 Sep 2015 16:47:12 +0000 (18:47 +0200)
committerAndrea Zagli <azagli@libero.it>
Mon, 14 Sep 2015 16:51:17 +0000 (18:51 +0200)
commit7aaf84d1cc89b697fd691030e8c42982223d5620
tree35d610f74acf7ae725be2e118442f0e746080658
parentcef9b55b42735875c6d3586fefe2223dc81ae06c
In ZakCgiForm replace internal GHashTable with GPtrArray.

Because GHashTable doesn't respect the inserting order.
src/Makefile.am
src/form.c
src/formelementstring.c [new file with mode: 0644]
src/formelementstring.h [new file with mode: 0644]
src/formelementsubmit.c