]> git.tdb.fi Git - gldbg.git/commit
Print the contents of arrays and references
authorMikko Rasa <tdb@tdb.fi>
Fri, 30 Oct 2009 15:01:31 +0000 (15:01 +0000)
committerMikko Rasa <tdb@tdb.fi>
Fri, 30 Oct 2009 15:01:31 +0000 (15:01 +0000)
commit3c32a221de1435ae7af8d96182560e8b28f1a4c0
treec80299b004960bf08d3188533bcf86452e8a68c6
parent7c57338619688bc07f394ad82f75471aefbecc59
Print the contents of arrays and references
Specialized string array handling
Move the *size functions to their own file
16 files changed:
Makefile
genwrap.py
gl.io
glx.io
glx.tm
source/arraysize.c [new file with mode: 0644]
source/arraysize.h [new file with mode: 0644]
source/enums.c
source/gldecoder.c
source/gldecoder.funcs.t
source/glprint.c
source/glprint.funcs.t
source/glwrap.c
source/glwrap.funcs.t
source/tmpalloc.c [new file with mode: 0644]
source/tmpalloc.h [new file with mode: 0644]