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
Age
Commit message (
Expand
)
Author
2016-02-05
Hash: check flags before accessing ifnone; ref #980
Yukihiro "Matz" Matsumoto
2016-02-04
cache UTF8 status for utf8_strlen(); ref #980
Yukihiro "Matz" Matsumoto
2016-02-04
cache mrb_regexp_p(); ref #980
Yukihiro "Matz" Matsumoto
2016-02-04
Merge pull request #3096 from hlogmans/master
Yukihiro "Matz" Matsumoto
2016-02-03
Fix missing dependency on mruby-print to support 'puts'
Hugo Logmans
2016-01-31
Merge pull request #3093 from retrage/retrage/dev
Yukihiro "Matz" Matsumoto
2016-01-31
Merge pull request #3092 from kenhys/fix-suported
Yukihiro "Matz" Matsumoto
2016-01-31
Fix a typo
HAYASHI Kentaro
2016-01-30
Add String#rjust test to mruby-string-ext
Akira Moroo
2016-01-30
Add String#rjust to mruby-string-ext
Akira Moroo
2016-01-28
Merge pull request #3091 from visualsayed/fix_hash_replace_method
Yukihiro "Matz" Matsumoto
2016-01-27
protect NoMethodError from calling to_hash in replace
Sayed Abdelhaleem
2016-01-22
Merge pull request #3090 from kou/fix-segv-by-stack-extension-in-mrb-get-args
Yukihiro "Matz" Matsumoto
2016-01-22
Fix SEGV by stack extension in mrb_get_args()
Kouhei Sutou
2016-01-21
mruby-random: fixed wrong fixnum conversion
Yukihiro "Matz" Matsumoto
2016-01-20
Merge pull request #3088 from maclover7/patch-1
Yukihiro "Matz" Matsumoto
2016-01-19
Small grammar fix
Jon Moss
2016-01-19
Merge pull request #3087 from kou/fix-segv-on-rerasing-no-memory-error
Yukihiro "Matz" Matsumoto
2016-01-19
Fix SEGV on re-raising NoMemoryError
Kouhei Sutou
2016-01-18
Merge pull request #3086 from pra85/2016
Yukihiro "Matz" Matsumoto
2016-01-18
Update license year range to 2016
Prayag Verma
2016-01-14
Merge pull request #3084 from syohex/all-zeros
Yukihiro "Matz" Matsumoto
2016-01-14
Fix all zero string case
Syohei YOSHIDA
2016-01-14
Add tests which passes all zero string to Kernel#Integer
Syohei YOSHIDA
2016-01-14
Merge pull request #3082 from jefffederman/feature/install-mruby-with-ruby-in...
Yukihiro "Matz" Matsumoto
2016-01-13
Update README to mention ruby version management tools
Jeff Federman
2016-01-13
Merge pull request #3081 from val00274/fix_toolchains_params
Yukihiro "Matz" Matsumoto
2016-01-13
Fix build error in ruby 1.8.
asatou
2016-01-11
Merge pull request #3080 from kou/fix-class-variable-in-module
Yukihiro "Matz" Matsumoto
2016-01-11
Fix class variable reference in module
Kouhei Sutou
2016-01-08
fixed a problem with upvar access from instance_eval; ref #3072
Yukihiro "Matz" Matsumoto
2016-01-08
Merge pull request #3077 from sgnr/output-backtrace-segfault
Yukihiro "Matz" Matsumoto
2016-01-07
Fix segfault on mrb_exc_backtrace.
Simon Génier
2016-01-07
replace mrb_toplevel_run() by mrb_top_run()
Yukihiro "Matz" Matsumoto
2016-01-07
mruby-eval: fixed receiver value in eval context; close #3072
Yukihiro "Matz" Matsumoto
2016-01-07
change mrb_run related API names; compatibility macros provided
Yukihiro "Matz" Matsumoto
2016-01-07
move KHASH_DECLARE(ht..) to mruby/hash.h; close #3073
Yukihiro "Matz" Matsumoto
2016-01-07
mruby-sprintf to use mrb_int formatting macros; ref #3076
Yukihiro "Matz" Matsumoto
2016-01-07
Merge pull request #3074 from syohex/precision-parameter-type
Yukihiro "Matz" Matsumoto
2016-01-07
printf precision parameter must be 'int' type
Syohei YOSHIDA
2016-01-06
Merge pull request #3071 from ksss/symbol
Yukihiro "Matz" Matsumoto
2016-01-06
Merge pull request #3070 from kazuho/kazuho/printf-specifiers
Yukihiro "Matz" Matsumoto
2016-01-06
define `MRB_PRI?` that map to `PRI?NN` depending on the size of `mrb_int`
Kazuho Oku
2016-01-06
symname_p support `!~`
ksss
2016-01-05
bytes2chars() conversion to fail if target byte offset is not on the characte...
Yukihiro "Matz" Matsumoto
2016-01-04
stack_extend before eval_under()
Yukihiro "Matz" Matsumoto
2016-01-02
instance_eval should pass the receiver as a block parameter; close #3029
Yukihiro "Matz" Matsumoto
2016-01-02
mirb: enlarge code buffer size to 4KB
Yukihiro "Matz" Matsumoto
2016-01-02
mruby-fiber: fiber_switch() to use nesting VM when it's called from C API or ...
Yukihiro "Matz" Matsumoto
2016-01-01
Merge pull request #3068 from kazuho/kazuho/osx-_setjmp
Yukihiro "Matz" Matsumoto
[next]