]> git.xonotic.org Git - xonotic/gmqcc.git/history - exec.c
gitignore: add gmqcc, gmqpak, qmcvm, testsuite, pak.
[xonotic/gmqcc.git] / exec.c
2012-07-28 Wolfgang BumillerMerge branch 'master' into blub/bc3
2012-07-27 Wolfgang Bumillerexecutor: prog_delete: deleting builtins properly ...
2012-07-27 Wolfgang BumillerMerge branch 'master' into blub/bc3
2012-07-27 Wolfgang Bumiller_MEM_ -> MEM_ again at use
2012-07-27 Wolfgang BumillerMerging master with newly merged executor
2012-07-27 Wolfgang BumillerMerging master and adapting _MEM_* on new mem-vector...
2012-06-29 Wolfgang (Blub)... Adopt dp's function-local backup strategy and add param...
2012-06-27 Wolfgang (Blub)... exec.h -> gmqcc.h
2012-06-27 Wolfgang (Blub)... tidying up, using the original typenames from code...
2012-06-27 Wolfgang (Blub)... qcvm_execprogram.h -> execloop.h
2012-06-27 Wolfgang (Blub)... A prototype for error handling
2012-06-27 Wolfgang (Blub)... 'make qcvm' now builds exec-standalone.o from exec...
2012-06-27 Wolfgang (Blub)... Moving typedefs and defines from exec.c into an exec...
2012-06-27 Wolfgang (Blub)... moved mem_resize and mem_append vector function macros...
2012-06-27 Wolfgang (Blub)... fix vector resize to not always resize and actually...
2012-06-27 Wolfgang (Blub)... prog_enter/leavefunction made static
2012-06-27 Wolfgang (Blub)... Executor now executes and traces
2012-06-26 Wolfgang (Blub)... Searching for 'main'
2012-06-26 Wolfgang (Blub)... Listing functions
2012-06-26 Wolfgang (Blub)... local-stack, locak-stack-pointer, getting strings from...
2012-06-25 Wolfgang (Blub)... executor: loader