summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-01-04test_iseq_load.rb: set locationnobu
2018-01-03* 2018-01-04svn
2018-01-03compile.c: fix disasm dumpnobu
2018-01-03compile.c: label spnobu
2018-01-03dln.c: dln_incompatible_library_pnobu
2018-01-03dln.c: xmalloc_mismatch_p with dlopennobu
2018-01-03delete extra #undef [ci skip]shyouhei
2018-01-02variable.c: fix autoload stack space regressionnormal
2018-01-02thread_pthread.c: use container_ofnormal
2018-01-02* 2018-01-03svn
2018-01-02check an existence of block.ko1
2018-01-02include missing headershyouhei
2018-01-02fix SEGV inspecting uninitialized objectsshyouhei
2018-01-02fix SEGV inspecting already freed objectsshyouhei
2018-01-02fix uninitialized variableshyouhei
2018-01-02fix SEGV touching uninitialized local variableshyouhei
2018-01-02fix SEGV touching uninitialized memoryshyouhei
2018-01-02fix SEGV touching uninitialized memoryshyouhei
2018-01-02fix SEGV touching uninitialized memoryshyouhei
2018-01-02fix SEGV touching uninitialized memoryshyouhei
2018-01-02fix memory leak (FOUND BY A COMPILER WARNING)shyouhei
2018-01-02offsetof(type, foo.bar) is (arguably) a GCCismshyouhei
2018-01-02comparing function pointer versus void* is a GCCismshyouhei
2018-01-02label as lvalue is a GCCismshyouhei
2018-01-02statement experssion is a GCCismshyouhei
2018-01-02enum value grater than int is a GCCismshyouhei
2018-01-02_Static_assert is a C11ismshyouhei
2018-01-02bit-fields other than int is a C99ismshyouhei
2018-01-02initializer paren-string `{("str")}` is a C99ismshyouhei
2018-01-02string literal longer than 509 characters is a C99ismshyouhei
2018-01-02flexible array member is a C99ismshyouhei
2018-01-02long long is a C99ismshyouhei
2018-01-02comma at the end of enum is a C99ismshyouhei
2018-01-02__VA_ARGS__ is a C99ismshyouhei
2018-01-02long long is a C99simshyouhei
2018-01-02string literal longer than 509 characters is a C99ismshyouhei
2018-01-02"%z" printf format specifier is a C99ismshyouhei
2018-01-02int (*)(void) is incompatible with void*shyouhei
2018-01-02rb_insn_func_t is incompatible with void*shyouhei
2018-01-02explicit cast to void* required for %pshyouhei
2018-01-02suppress warning for clangshyouhei
2018-01-02parse.y: fix typonobu
2018-01-02* 2018-01-02svn
2018-01-02parse.y: code end positionnobu
2018-01-01vm_core.h: make the algorithm of get_insn_info selectablemame
2018-01-01iseq.h: Extract position array from iseq_insn_info_entrymame
2018-01-01iseq.c: fix build error when VM_CHECK_MODE is enabledmame
2018-01-01vm_core.h: refactoring of insns_infomame
2018-01-01parse.y: highlight yyerrornobu
2018-01-01[DOC] doc/NEWS-2.5.0: remove trailing comma [ci skip]kazu