]> git.xonotic.org Git - xonotic/gmqcc.git/history - exec.c
manpage: -dump, -dumpfin
[xonotic/gmqcc.git] / exec.c
2012-12-26 Wolfgang Bumillerverbose switches for the qcvm; makes -printfuns find...
2012-12-23 Wolfgang Bumilleradded -disasm-func to the qcvm
2012-12-23 Wolfgang Bumillerstrcmp and strncmp builtins
2012-12-23 Wolfgang BumillerAdding strcat builtin to qcvm
2012-12-23 Wolfgang BumillerFix a nasty bug in the executor; and make null-strings...
2012-12-23 Dale WeilerMake compiler and virtual-machine compile as C++ code...
2012-12-23 Dale WeilerMerge branch 'master' of github.com:graphitemaster...
2012-12-23 Dale WeilerWrapper around FILE to take advantage of MSVC "secure...
2012-12-22 Wolfgang BumillerMore stuff for qcvm -info
2012-12-22 Dale WeilerCleanups and make compile with clang again with no...
2012-12-22 Dale Weilercleanups and fixes that cppcheck found
2012-12-21 Dale WeilerGet gmqcc/qcvm compiling on windows again. Plus work...
2012-12-20 Wolfgang Bumillersscanf_s only for _MSC_VER not WIN32 in exec.c
2012-12-18 Wolfgang (Blub)... Improved parameter handling of qcvm a little, added...
2012-12-18 Wolfgang (Blub)... Better usage message for qcvm, don't exit after any...
2012-12-18 Wolfgang (Blub)... qcvm -pringdefs now prints [SAVE] next to globals with...
2012-12-18 Wolfgang (Blub)... Don't generate AINSTR_END anymore, use INSTR_DONE
2012-12-18 Wolfgang (Blub)... cmd_options -> opts_cmd_t to make testsuite and executo...
2012-12-06 Wolfgang (Blub)... Moving all the global opts_ variables into a struct...
2012-12-05 Wolfgang (Blub)... More stuff in qcvm -printfuns
2012-12-02 Dale WeilerMerge branch 'master' of github.com:graphitemaster...
2012-12-02 Wolfgang (Blub)... Remove an unused variable qc_stof
2012-12-01 Wolfgang (Blub)... stof builtin #9
2012-12-01 Wolfgang (Blub)... More info in qcvm -printfuns
2012-11-30 Wolfgang (Blub)... qcvm -printfuns; prog_section_function.nargs is now...
2012-11-28 Wolfgang (Blub)... moving opts_warn and opts_werror to con.c
2012-11-28 Wolfgang (Blub)... qcvm didn't compile since moving the compile messages...
2012-11-26 Dale WeilerRemove trailing whitespace for Blub.
2012-11-23 Dale WeilerSign conversion fixes in exec.c
2012-11-19 Dale WeilerMerge branch 'master' into test-suite
2012-11-18 Wolfgang (Blub)... Make the disasm a bit more verbose as to where globals are
2012-11-15 Wolfgang (Blub)... Replaced it all...
2012-11-14 Wolfgang (Blub)... Merging in new-syntax
2012-11-12 Wolfgang (Blub)... Fix a very stupid bug in the executor which prevented...
2012-11-11 Wolfgang (Blub)... qcvm -trace now shows the current function name and...
2012-11-11 Wolfgang (Blub)... call ir_function_finalize on array accessors otherwise...
2012-11-11 Wolfgang (Blub)... apply the typemask where previously forgotten
2012-11-11 Wolfgang (Blub)... show the function name for CALLs in disasm
2012-11-11 Wolfgang (Blub)... Fixing execloop indentation
2012-11-10 Dale WeilerMerge branch 'master' of github.com:graphitemaster...
2012-11-10 Dale WeilerRemove execloop.h, we still use xmacros, but it's done...
2012-11-02 Wolfgang (Blub)... -disasm should show builtins as builtins rather than...
2012-11-02 Wolfgang (Blub)... -disasm switch for qcvm
2012-08-24 Wolfgang (Blub)... etos builtin...
2012-08-23 Wolfgang (Blub)... Adding DEF_SAVEGLOBAL, marking globals as to-be-saved...
2012-08-23 Wolfgang (Blub)... qcvm won't print checksum or entity field area size...
2012-08-23 Wolfgang (Blub)... Possibility to call a main function with parameters...
2012-08-23 Wolfgang (Blub)... vtos should use the same quotes as we use in qc source
2012-08-22 Wolfgang (Blub)... cut off too-long strings in disassembly
2012-08-22 Wolfgang (Blub)... when using -trace in qcvm: print a newline after every...
2012-08-22 Wolfgang (Blub)... Nicer -trace output in qcvm/exec
2012-08-22 Wolfgang (Blub)... qc_vlen, and adding numbers to all builtins for clarity
2012-08-22 Wolfgang (Blub)... error builtin to bail out, pawn now _always_ nulls...
2012-08-22 Wolfgang (Blub)... add ticks around vector strings created by vtos
2012-08-22 Wolfgang (Blub)... vtos builtin
2012-08-22 Wolfgang (Blub)... -printdefs for qcvm
2012-08-22 Wolfgang (Blub)... option: -force-crc=number, added -info to executor...
2012-08-19 Wolfgang (Blub)... Nicer prints in exec's prog_print_statement
2012-08-19 Wolfgang (Blub)... qcvm: -trace flag
2012-08-16 Wolfgang (Blub)... prog_leavefunction needs to take the ++st into account...
2012-08-16 Wolfgang (Blub)... util_fopen...
2012-08-16 Wolfgang (Blub)... Replacing execloop.h ... wish I could just use a copy...
2012-08-16 Wolfgang (Blub)... include stdio.h in exec.c for snprintf...
2012-08-12 Wolfgang (Blub)... Merging master to handle vector members, fields, and...
2012-08-11 Wolfgang (Blub)... print builtin now prints all the passed strings, not...
2012-08-11 Wolfgang (Blub)... Need to keep prog->entities up to date when spawning...
2012-08-11 Wolfgang (Blub)... experimental support for spawn() in the executor
2012-08-11 Wolfgang (Blub)... Merge branch 'master' into blub/bc3
2012-08-11 Wolfgang (Blub)... unnamed globals in the trace output use [@addr] now...
2012-08-11 Wolfgang (Blub)... Merge branch 'master' into blub/bc3
2012-08-11 Wolfgang (Blub)... nicer trace output, strings now get escaped
2012-08-08 Wolfgang (Blub)... Merge branch 'master' into blub/bc3
2012-08-08 Wolfgang (Blub)... include opts_debug and opts_memchk in exec.c's standalo...
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