index
:
mruby
master
mruby2-draft
removing-y-tab-c
revert-5391-throw
stable
web_export
Lightweight Ruby
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2014-06-14
Merge pull request #2344 from yui-knk/fix-locals
Yukihiro "Matz" Matsumoto
2014-06-13
Rolling back change induced because of 'clang-analizer' report.
Jose Narvaez
2014-06-13
Using 'mrb_assert' instead of an returning 0 while checking s->irep in codege...
Jose Narvaez
2014-06-13
Fixed dead assignment in 'parser.y' reported by 'clang-analyzer'
Jose Narvaez
2014-06-13
Fixed dead assignment in 'parser.y' reported by 'clang-analyzer'
Jose Narvaez
2014-06-13
Fixed dead assignment in 'parser.y' reported by 'clang-analyzer'
Jose Narvaez
2014-06-13
Revert "Fixed dereference to null pointer in 'codegen.c' reported by 'clang-a...
Jose Narvaez
2014-06-13
Fixed dereference to null pointer in 'codegen.c' reported by 'clang-analyzer'
Jose Narvaez
2014-06-13
Fixed dereference to null pointer in 'codegen.c' reported by 'clang-analyzer'
Jose Narvaez
2014-06-13
Fixed dead increment in 'dump.c' reported by 'clang-analyzer'
Jose Narvaez
2014-06-13
Fixed possible division by zero in 'codegen.c' reported by 'clang-analyzer'
Jose Narvaez
2014-06-13
Fixed dead assignment in 'vm.c' reported by 'clang-analyzer'
Jose Narvaez
2014-06-13
Fixed dead assignment in 'parse.y' reported by 'clang-analyzer'
Jose Narvaez
2014-06-13
Fixed dead assignment in 'backtrace.c' reported by 'clang-analyzer'
Jose Narvaez
2014-06-13
Merge branch 'master' of github.com:mruby/mruby
Yukihiro "Matz" Matsumoto
2014-06-13
need to call write barrier on hash keys; ref #2375
Yukihiro "Matz" Matsumoto
2014-06-12
Merge pull request #2389 from ksss/str-mem-leaks
Yukihiro "Matz" Matsumoto
2014-06-11
str_replace: self should not be shared and nofree
ksss
2014-06-11
Refactor how to use RSTR_NOFREE_P macro
Jun Hiroe
2014-06-11
Add NOFREE macros
Jun Hiroe
2014-06-10
rename mrb_atexit to mrb_state_atexit to clarify a func will be called at the...
Yukihiro "Matz" Matsumoto
2014-06-10
reserve a register for a block parameter in a for statement body; ref #2375
Yukihiro "Matz" Matsumoto
2014-06-10
should not add extra stack space to callinfo->nregs; maybe related to #2375
Yukihiro "Matz" Matsumoto
2014-06-10
NODE_FOR does not introduce new local variables
Yukihiro "Matz" Matsumoto
2014-06-09
codedump should display proper L(n) for OP_STRING op
Yukihiro "Matz" Matsumoto
2014-06-08
Check `RSTRING_EMBED_LEN_MAX` with static assert.
take_cheeze
2014-06-08
Use `_Static_assert` when C11 is available and use it in pointer size check.
take_cheeze
2014-06-08
do not ignore negative characters (e.g. EOF and partial EOF); fix #2361 fix #...
Yukihiro "Matz" Matsumoto
2014-06-08
revert #2368 due to #2369
Yukihiro "Matz" Matsumoto
2014-06-07
move String#clear to mruby-string-ext; ref #2370
Yukihiro "Matz" Matsumoto
2014-06-07
move STR_* macros to mruby/string.h with renaming
Yukihiro "Matz" Matsumoto
2014-06-07
clear shared and nofree flags; ref #2370
Yukihiro "Matz" Matsumoto
2014-06-07
inline str_discard(); ref #2370
Yukihiro "Matz" Matsumoto
2014-06-07
Implement String#clear
Jun Hiroe
2014-06-06
Treat partial hook success '\n' to fix #2361 .
take_cheeze
2014-06-06
Merge pull request #2359 from take-cheeze/src_gen_dep
Yukihiro "Matz" Matsumoto
2014-06-06
Merge branch 'ascii' of https://github.com/cremno/mruby into cremno-ascii
Yukihiro "Matz" Matsumoto
2014-06-05
use uppercase US-ASCII ctype macros
cremno
2014-06-05
don't (re-)define `ascii_isspace` and `isascii`
cremno
2014-06-05
`ISSPACE` evaluates its argument multiple times
cremno
2014-06-06
Release `mrb->atexit_stack` on `mrb_close`.
take_cheeze
2014-06-06
move IS_EVSTR macro that should be private to src/string.c
Yukihiro "Matz" Matsumoto
2014-06-05
Merge branch 'atexit' of https://github.com/take-cheeze/mruby into take-cheez...
Yukihiro "Matz" Matsumoto
2014-06-05
update Kernel#raise/fail argument description
Yukihiro "Matz" Matsumoto
2014-06-04
Add generator script to dependency so that it will regenerate C codes when it...
take_cheeze
2014-06-04
mark pre-allocated exception
Yukihiro "Matz" Matsumoto
2014-06-04
indent ISO section comments
Yukihiro "Matz" Matsumoto
2014-06-04
use pre-allocated RuntimeError for out-of-memory
Yukihiro "Matz" Matsumoto
2014-06-02
Implement `NoMethodError#args`.
take_cheeze
2014-06-02
Change to always use locals->car->car.
yui-knk
[next]