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-03-20
should restore proc after rescue; close #1891
Yukihiro "Matz" Matsumoto
2014-03-19
remove size_t cast in mrb_assert() since ((size_t)n <= SIZE_MAX) is always true
Yukihiro "Matz" Matsumoto
2014-03-19
rename mrb_yield_internal to mrb_yield_with_class since it's no longer internal
Yukihiro "Matz" Matsumoto
2014-03-19
export mrb_yield_internal.
Tomoyuki Sahara
2014-03-19
string functions arguments changed from mrb_int to size_t that would take str...
Yukihiro "Matz" Matsumoto
2014-03-19
change mrb_int to size_t that would take strlen()
Yukihiro "Matz" Matsumoto
2014-03-18
add a space after C reserved words
Yukihiro "Matz" Matsumoto
2014-03-18
Merge pull request #1884 from monaka/pr-reduce-implicit-type-cast
Yukihiro "Matz" Matsumoto
2014-03-18
Reduce implicit type casts.
Masaki Muranaka
2014-03-18
mark root fiber object; close #1865
Yukihiro "Matz" Matsumoto
2014-03-17
Merge pull request #1870 from ksss/convert_type
Yukihiro "Matz" Matsumoto
2014-03-17
Merge pull request #1871 from ksss/numeric-plus
Yukihiro "Matz" Matsumoto
2014-03-17
Merge pull request #1872 from ksss/numeric-mul
Yukihiro "Matz" Matsumoto
2014-03-16
float + nil should be raise TypeError
ksss
2014-03-16
fix bug when `0 * other object`
ksss
2014-03-16
fix bug when `0 + other object`
ksss
2014-03-16
fix bool number to macro
ksss
2014-03-16
unify indent style
cubicdaiya
2014-03-15
calc hash value directly for strings, symbols and numbers
Yukihiro "Matz" Matsumoto
2014-03-15
string length type to be mrb_int
Yukihiro "Matz" Matsumoto
2014-03-15
symbol length type to be mrb_int
Yukihiro "Matz" Matsumoto
2014-03-14
remove new_label(s) where label position can be obtained from genop()
Yukihiro "Matz" Matsumoto
2014-03-13
too much optimization
Yukihiro "Matz" Matsumoto
2014-03-13
peephole optimization for OP_JMP{IF,NOT}
Yukihiro "Matz" Matsumoto
2014-03-13
Merge pull request #1849 from cremno/add-mrb_int_bit-macro
Yukihiro "Matz" Matsumoto
2014-03-13
Merge pull request #1851 from tmash06/add_include_limit_h
Yukihiro "Matz" Matsumoto
2014-03-13
add including limits.h.
tmash06
2014-03-12
Merge pull request #1843 from take-cheeze/suppress_warnings
Yukihiro "Matz" Matsumoto
2014-03-12
fix mrb_funcall calling
take_cheeze
2014-03-11
add MRB_INT_BIT
cremno
2014-03-11
remove deprecated register keyword
take_cheeze
2014-03-11
don't use of anonymous unions
take_cheeze
2014-03-11
fix sym_intern argument type
ksss
2014-03-10
Merge pull request #1840 from ksss/bit-field
Yukihiro "Matz" Matsumoto
2014-03-10
set bool macro
ksss
2014-03-10
set bit field for mrb_bool
ksss
2014-03-10
add comments at end of include guard
cubicdaiya
2014-03-09
Use mrb_str_new_cstr() instead of mrb_str_new() with strlen().
Masaki Muranaka
2014-03-09
Merge branch 'master' of github.com:mruby/mruby
Yukihiro "Matz" Matsumoto
2014-03-09
Merge pull request #1833 from cremno/use-mrb_str_cat_lit
Yukihiro "Matz" Matsumoto
2014-03-09
Merge pull request #1834 from cremno/use-nan-and-infinity-macros
Yukihiro "Matz" Matsumoto
2014-03-08
use mrb_str_cat_lit for literals
cremno
2014-03-09
remove invocation of strlen() on buffer of strings; with refactoring
Yukihiro "Matz" Matsumoto
2014-03-09
Merge pull request #1831 from monaka/pr-make-type-casts-safer
Yukihiro "Matz" Matsumoto
2014-03-09
Merge pull request #1832 from ksss/fix-1823
Yukihiro "Matz" Matsumoto
2014-03-08
use NAN and INFINITY
cremno
2014-03-09
add "?" specifier to check if preceding optional argument is given
Yukihiro "Matz" Matsumoto
2014-03-08
fix #1823
ksss
2014-03-08
Make type casts safer.
Masaki Muranaka
2014-03-07
pool: use mrb_malloc_simple instead of mrb_malloc
cremno
[next]