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
2013-06-30
Merge pull request #1325 from carsonmcdonald/unsignedfixes
Yukihiro "Matz" Matsumoto
2013-06-30
Merge pull request #1324 from h2so5/fix-range-equal
Yukihiro "Matz" Matsumoto
2013-06-30
Change int to size_t
Carson McDonald
2013-06-30
Change int to size_t.
Carson McDonald
2013-06-30
Fix some signed unsigned warnings, int to size_t.
Carson McDonald
2013-06-30
Fix Range#==
h2so5
2013-06-30
Refactor range_eql() func in rangec.c
Jun Hiroe
2013-06-29
Merge pull request #1321 from suzukaze/refactor-range-c
Yukihiro "Matz" Matsumoto
2013-06-30
Refactor mrb_range_eq() func in range.c.
Jun Hiroe
2013-06-30
Refactor mrb_obj_eq() func in object.c.
Jun Hiroe
2013-06-29
Merge pull request #1304 from iij/pr_nil_methods
Yukihiro "Matz" Matsumoto
2013-06-29
Merge pull request #1318 from Fleurer/refactor_realloc
Yukihiro "Matz" Matsumoto
2013-06-29
Merge pull request #1317 from cremno/crc.c-include-stddef.h
Yukihiro "Matz" Matsumoto
2013-06-29
Merge pull request #1314 from suzukaze/refactor-hash-c
Yukihiro "Matz" Matsumoto
2013-06-29
Merge pull request #1313 from mimaki/fix-mrb_get_args-z-format
Yukihiro "Matz" Matsumoto
2013-06-28
refactor mrb_realloc()
fleuria
2013-06-28
replaced POSIX header with standard C header
Cremno
2013-06-28
add nil.to_a, nil.to_f, nil.to_i methods
Akira Yumiyama
2013-06-27
Refactor mrb_hash_empty_p() func in hash.c
Jun Hiroe
2013-06-27
fix unnecessary exception in mrb_get_args with "z" format.
mimaki
2013-06-27
Avoid read_escape() in case of regexp
Takashi Sogabe
2013-06-26
Merge pull request #1308 from suzukaze/refactor-hash-c
Yukihiro "Matz" Matsumoto
2013-06-26
Refactor mrb_hash_has_keyWithKey() func in hash.c
Jun Hiroe
2013-06-26
Add arena save/restore around use of hash KEY.
Carson McDonald
2013-06-25
use mrb_malloc_simple() to allocate crc buffer; close #1302
Yukihiro "Matz" Matsumoto
2013-06-25
add mrb_malloc_simple() that returns NULL on error
Yukihiro "Matz" Matsumoto
2013-06-25
Fix crash on load *mrb
kyab
2013-06-24
Merge branch 'master' of github.com:mruby/mruby
Yukihiro "Matz" Matsumoto
2013-06-24
fixed a bug in push back list; close #1298
Yukihiro "Matz" Matsumoto
2013-06-22
Add fallback for allocate CRC buffer
kyab
2013-06-21
Cleanup mrb_str_resize().
Masaki Muranaka
2013-06-21
make mrb_str_new_cstr DRY
cubicdaiya
2013-06-20
Fix compile warning for abort
kyab
2013-06-13
fix indent
Yukihiro "Matz" Matsumoto
2013-06-09
Singleton raises TypeError on #new
Daniel Bovensiepen
2013-06-11
Merge pull request #1278 from monaka/pr-calloc-improvement
Yukihiro "Matz" Matsumoto
2013-06-11
Check parameters strictly.
Masaki Muranaka
2013-06-11
add assertion that check sizeof(void*) should be 4 bytes when MRB_NAN_BOXING ...
Yukihiro "Matz" Matsumoto
2013-06-09
Merge pull request #1276 from h2so5/replace-isupper-msvc
Yukihiro "Matz" Matsumoto
2013-06-10
Use casting instead of a macro
h2so5
2013-06-09
Replace isupper with a macro in msvc
h2so5
2013-06-09
Remove incorrect removal of iv
Carson McDonald
2013-06-08
Raise a NameError when symbol isn't found.
Carson McDonald
2013-06-08
bob doesn't have new so don't undef
Carson McDonald
2013-06-08
new is removed from Integer so doesn't need to be removed again in Fixnum
Carson McDonald
2013-05-26
Merge branch 'master' of github.com:mruby/mruby
Yukihiro "Matz" Matsumoto
2013-05-26
Add MRB_WORD_BOXING mode (represent mrb_value as a word)
kimu_shu
2013-05-26
mruby error messages should be directed to stderr
Yukihiro "Matz" Matsumoto
2013-05-26
fix fiber GC problem
Yukihiro "Matz" Matsumoto
2013-05-25
fixed a bug in initializing post mandatory block parameters
Yukihiro "Matz" Matsumoto
[next]