Commit Graph

20 Commits

Author SHA1 Message Date
vvaltman
e57b7064bb Fixed licenses. libtgl is now distributed under LGPL 2.1+ 2014-08-22 02:02:43 +04:00
vvaltman
9efad0f349 fixes 2014-08-21 05:56:53 +04:00
vvaltman
f3636ced4c updates 2014-08-21 02:33:19 +04:00
vvaltman
cedc1d17d4 many fixes 2014-08-15 02:16:01 +04:00
Vysheng
b12ca53816 many updates 2014-08-14 22:03:33 +04:00
Vysheng
337be90978 many changes 2014-08-12 19:15:04 +04:00
Vysheng
a92ac340aa many fixes. Autogenerated code probably works 2014-08-12 16:20:00 +04:00
vysheng
bc354b96ce Added mark_read to lua functions 2014-01-28 16:40:35 +04:00
antma
e27a27c4a0 fix #include "config.h" for all source files 2014-01-13 17:05:25 +04:00
antma
dd40e9b36f don't output backtrace in out of memory case 2014-01-13 16:36:29 +04:00
antma
5de0d75942 add functions tstrndup (auto check return value of strndup calls) 2014-01-13 16:26:48 +04:00
Vysheng
6b0d354e69 Added partial lua support 2014-01-12 04:43:29 +04:00
Vysheng
4b92fc1c7f tools.c: deleted unneeded arrays 2014-01-11 20:03:02 +04:00
Vysheng
914490cf20 tools: added more debug 2014-01-11 20:00:31 +04:00
vysheng
77f56cfd57 Merge branch 'master' of https://github.com/antma/tg
Conflicts:
	tools.c
2014-01-10 21:16:26 +04:00
vysheng
3c3f1e795b Fixed warning 2014-01-10 21:13:27 +04:00
antma
286ffe8c72 fix missed inflateEnd call and enhance handling inflate return value 2014-01-10 20:54:47 +04:00
vysheng
f06d3c1625 free->tfree. Memory checks, if compiled with -DDEBUG 2014-01-10 18:37:56 +04:00
vysheng
a97603031c realloc->trealloc 2014-01-10 17:08:12 +04:00
antma
3795a77618 check return values of strdup and malloc
add talloc0 function (malloc and zero fill)
check return values of arithmetic openssl BN_* functions
check return values of BN_bin2bn function
remove useless BN_init calls right after BN_new
fix 2 small memory leaks
2014-01-10 15:32:57 +04:00