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-02-09
Merge branch 'original2' of https://github.com/miura1729/mruby into miura1729...
Yukihiro "Matz" Matsumoto
2014-02-09
Merge pull request #1674 from cremno/mrb_bool-FALSE-TRUE
Yukihiro "Matz" Matsumoto
2014-02-09
Store raw stack address in callinfo instead of offset from stbas
Miura Hideki
2014-02-08
made mrb_define_class to return existing class, with heavy refactoring
Yukihiro "Matz" Matsumoto
2014-02-08
rename mrb_name_class and make it static
Yukihiro "Matz" Matsumoto
2014-02-07
forgot to add new files
Yukihiro "Matz" Matsumoto
2014-02-07
move version info from gems to core; ref #576 #1684
Yukihiro "Matz" Matsumoto
2014-02-06
Merge pull request #1688 from cubicdaiya/issues/unnecessary_semicolon
Yukihiro "Matz" Matsumoto
2014-02-06
remove unnecessary semicolon
cubicdaiya
2014-02-06
use mrb_str_new_lit() more widely
Yukihiro "Matz" Matsumoto
2014-02-06
introduce mrb_str_new_lit() to create strings from C string litrals
Yukihiro "Matz" Matsumoto
2014-02-05
Add global constant MRUBY_COPYRIGHT
MATSUMOTO Ryosuke
2014-02-05
replace Kernel.show_version with MRUBY_DESCRIPTION
MATSUMOTO Ryosuke
2014-02-05
Add pluggable versioning by mruby-version
MATSUMOTO Ryosuke
2014-02-05
Fiber.new{break} caused SEGV
Yukihiro "Matz" Matsumoto
2014-02-04
better codedump format
Yukihiro "Matz" Matsumoto
2014-02-03
add Float#nan?
Tomoyuki Sahara
2014-02-01
fix NODE_SPLAT codegen
h2so5
2014-01-31
use mrb_bool, FALSE and TRUE more
cremno
2014-01-31
rework mruby-objectspace and gc.[ch]
cremno
2014-01-31
remove conflict
Yukihiro "Matz" Matsumoto
2014-01-31
Merge pull request #1671 from cremno/extern-cleanup
Yukihiro "Matz" Matsumoto
2014-01-31
Merge pull request #1669 from cremno/copyright-2014
Yukihiro "Matz" Matsumoto
2014-01-31
reindent parse.y
h2so5
2014-01-31
clean up external symbols
cremno
2014-01-30
Happy new year! (update copyright year)
cremno
2014-01-30
etc.c: small cleanup (delete unused functions)
cremno
2014-01-31
refactor parser lineno adjustment; ref #1667
Yukihiro "Matz" Matsumoto
2014-01-30
add semicolon after the statements
Yukihiro "Matz" Matsumoto
2014-01-30
Merge pull request #1667 from h2so5/backtrace-lineno
Yukihiro "Matz" Matsumoto
2014-01-30
Array#[]= is now range aware
Yukihiro "Matz" Matsumoto
2014-01-30
more accurate backtrace lineno
h2so5
2014-01-29
move range aware aget to array.c from mruby-array-ext gem
Yukihiro "Matz" Matsumoto
2014-01-25
clone Class/Module rightly
h2so5
2014-01-23
add callback invocation from OP_DEBUG
Yukihiro "Matz" Matsumoto
2014-01-21
escape non-ascii characters correctly in String#inspect
h2so5
2014-01-21
describe call stack overwritten problem of mrb_get_backtrace; close #1661
Yukihiro "Matz" Matsumoto
2014-01-08
Merge branch 'master' of github.com:mruby/mruby
Yukihiro "Matz" Matsumoto
2014-01-08
adjust lineno after continuing script files using mrb_partial_hook; close #1652
Yukihiro "Matz" Matsumoto
2014-01-07
Merge pull request #1650 from cremno/remove-str_mod_check
Yukihiro "Matz" Matsumoto
2014-01-07
string.c: remove str_mod_check
cremno
2014-01-07
remove superfluous includes
cremno
2014-01-08
skip "trace:" header if no backtrace line exists
Yukihiro "Matz" Matsumoto
2014-01-08
dump.c: wrong filename table dump for multiple script files; close #1648
Yukihiro "Matz" Matsumoto
2014-01-06
small refactoring (dedup mrb_vm_cv_set)
Yukihiro "Matz" Matsumoto
2014-01-06
small cosmetic variable renaming
Yukihiro "Matz" Matsumoto
2014-01-06
adjust proc->target_class according to surrounding proc->target_class; based ...
Yukihiro "Matz" Matsumoto
2014-01-05
need not to initialize ci->err at toplevel
Yukihiro "Matz" Matsumoto
2014-01-05
avoid decrimenting eidx out of ecall()
Yukihiro "Matz" Matsumoto
2014-01-05
execute ensure clause correctly without OP_EPOP
h2so5
[next]