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
2012-09-06
add Time#inspect
Yukihiro Matsumoto
2012-09-06
add Module#inspect; close #453
Yukihiro Matsumoto
2012-09-06
inspect on classes should not cause SEGV
Yukihiro Matsumoto
2012-09-04
Merge pull request #449 from masamitsu-murase/free_rescue_and_ensure_in_mrb_c...
Yukihiro "Matz" Matsumoto
2012-09-04
Merge pull request #448 from masamitsu-murase/check_iv_tbl
Yukihiro "Matz" Matsumoto
2012-09-04
Merge pull request #447 from iij/pr-tailcall-oob
Yukihiro "Matz" Matsumoto
2012-09-05
Free mrb->rescue and mrb->ensure.
Masamitsu MURASE
2012-09-05
Check iv.
Masamitsu MURASE
2012-09-04
small performance tweak; inline assignment
Yukihiro Matsumoto
2012-09-04
rename config macro name IV_INITIAL_SIZE -> IVHASH_INIT_SIZE
Yukihiro Matsumoto
2012-09-04
fix out-of-bound access on compiling empty blocks.
Tomoyuki Sahara
2012-09-03
zero check added to mrb_fixnum_mul as well
Yukihiro Matsumoto
2012-09-03
zero check before overflow check devision; close #446
Yukihiro Matsumoto
2012-09-03
do no generate lineno info if no filename is specified
Yukihiro Matsumoto
2012-09-03
remove memleaks using linked allocator
Yukihiro Matsumoto
2012-09-03
remove OP_LOADNIL before OP_SEND by introducing OP_SENDB (send with block)
Yukihiro Matsumoto
2012-09-03
improve local variable dump in parser_dump
Yukihiro Matsumoto
2012-09-03
should print file:line when exception is raised within mrblib
Yukihiro Matsumoto
2012-09-03
make Kernel#inspect not to call #to_s
Yukihiro Matsumoto
2012-09-03
introduce toplevel object main; close #327
Yukihiro Matsumoto
2012-09-03
peephole optimization to generatio OP_ADDI/OP_SUBI
Yukihiro Matsumoto
2012-09-01
manage line number in yacc rules, not in lexer
Yukihiro Matsumoto
2012-08-31
wrong condition for iv name check
Yukihiro Matsumoto
2012-08-31
source position added to exception representation
Yukihiro Matsumoto
2012-08-31
save debugging lineno info in irep
Yukihiro Matsumoto
2012-08-29
inline fixnum ops
Yukihiro Matsumoto
2012-08-29
remove flags from irep
Yukihiro Matsumoto
2012-08-28
fixed typos
Kim H Madsen
2012-08-28
free heap pages from mrb_close()
Yukihiro Matsumoto
2012-08-28
close pool in toplevel scope
Yukihiro Matsumoto
2012-08-28
free symbol table from mrb_close()
Yukihiro Matsumoto
2012-08-25
Merge pull request #439 from masamitsu-murase/modify_ci_nregs_in_yield
Yukihiro "Matz" Matsumoto
2012-08-26
Publish mrb_hash_delete_key.
Masamitsu MURASE
2012-08-26
ci->nregs should be set to irep->nregs + 2 if proc is not a C function.
Masamitsu MURASE
2012-08-22
file/line info passed to codegen; argument type of mrb_generate_code() has ch...
Yukihiro Matsumoto
2012-08-22
Merge branch 'master' of github.com:mruby/mruby
Yukihiro Matsumoto
2012-08-22
abort() if mrb->jmp is empty
Yukihiro Matsumoto
2012-08-20
Merge pull request #437 from masamitsu-murase/modify_irep_initialization_and_...
Yukihiro "Matz" Matsumoto
2012-08-21
Refer to irep_capa as well as irep_len when irep is marked by GC.
Masamitsu MURASE
2012-08-21
Refer to mrb->ci instead of local variable `ci` after m->body.func is called,
Masamitsu MURASE
2012-08-19
mrb_open_allocf() should keep ud in mrb_state
Yukihiro Matsumoto
2012-08-19
replace RiteVM in comments by mruby
Yukihiro Matsumoto
2012-08-19
allocf should take ud; https://twitter.com/junjis0203/status/236949976461221889
Yukihiro Matsumoto
2012-08-18
remove assignment to unused dst; close #424
Yukihiro Matsumoto
2012-08-18
remove assignment to unused retval
Yukihiro Matsumoto
2012-08-18
remove BEGIN/END from syntax
Yukihiro Matsumoto
2012-08-18
reduce mrb_funcall invocations
Yukihiro Matsumoto
2012-08-18
replace mrb_iv_set by mrb_obj_iv_set
Yukihiro Matsumoto
2012-08-18
rename MRUBY_OBJECT_HEADER to MRB_OBJECT_HEADER
Yukihiro Matsumoto
2012-08-17
function prototypes sorted by call & removed unused (file, io, thread)
Selman ULUG
[next]