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-11-24
Support object does'n have `<` method
ksss
2016-11-24
Add pointer casting from mrb_malloc(); ref #3267
Yukihiro "Matz" Matsumoto
2016-11-24
Avoid casting from int to unsigned char for C++; ref #3267
Yukihiro "Matz" Matsumoto
2016-11-24
Fixed language standard mode for GCC (cannot use gnu99 with C++, c++03 used i...
Tomasz Dąbrowski
2016-11-24
Fix for Windows-specific mruby C++ issues
Tomasz Dąbrowski
2016-11-24
Fix for compiling mruby as C++ on Visual Studio toolchain
Tomasz Dąbrowski
2016-11-24
Different method of compiling C as C++ (-x c++)
Tomasz Dąbrowski
2016-11-24
Safeguard against trying to use C++ exception handling in C code
Tomasz Dąbrowski
2016-11-24
Add constant export declaration for MRBC output compiled as C++
Tomasz Dąbrowski
2016-11-24
Fixes for compiling mruby as C++
Tomasz Dąbrowski
2016-11-24
Merge pull request #3269 from bouk/fix-printf-segfault
Yukihiro "Matz" Matsumoto
2016-11-24
Merge pull request #3268 from bouk/fix-random-segfault
Yukihiro "Matz" Matsumoto
2016-11-23
Fix segfault when Fixnum#chr doesn't return a string
Bouke van der Bijl
2016-11-23
Fix segfault in Array#sample
Bouke van der Bijl
2016-11-23
codegen_scope should not keep old iseq ptr from irep
Yukihiro "Matz" Matsumoto
2016-11-23
local_variables() should not touch unshared env
Yukihiro "Matz" Matsumoto
2016-11-23
Implement Float shift methods in C
Yukihiro "Matz" Matsumoto
2016-11-22
Merge pull request #3265 from dabroz/feature-fixexternc
Yukihiro "Matz" Matsumoto
2016-11-22
Fixed extern "C" to use MRB_BEGIN/END_DECL in re.h
Tomasz Dąbrowski
2016-11-22
int64_value(): use FIXABLE()
Yukihiro "Matz" Matsumoto
2016-11-22
hash value may be overflown from Integer
Yukihiro "Matz" Matsumoto
2016-11-22
accept floats as bit operator operands; fix #3260
Yukihiro "Matz" Matsumoto
2016-11-22
Removed fix_shift_get_width()
Yukihiro "Matz" Matsumoto
2016-11-22
add bit operators ~,&,|,^ to Float class (mruby special)
Yukihiro "Matz" Matsumoto
2016-11-22
remove unnecessary ".!"; ref #3261
Yukihiro "Matz" Matsumoto
2016-11-22
Merge pull request #3261 from ksss/range-first
Yukihiro "Matz" Matsumoto
2016-11-22
Merge pull request #3262 from dabroz/feature-nanbox64fix
Yukihiro "Matz" Matsumoto
2016-11-22
Merge pull request #3264 from naclyhara/patch-1
Yukihiro "Matz" Matsumoto
2016-11-22
Fix typo in test
Yutaka HARA
2016-11-21
asserts checking validity of pointer and TT added for mrb_obj_value
Tomasz Dąbrowski
2016-11-21
mrb_assert definition moved to the beggining of mruby.h
Tomasz Dąbrowski
2016-11-21
Fixed NaN boxing for 64-bit configrations on platforms that use full 48-bit u...
Tomasz Dąbrowski
2016-11-21
mruby architecture detection
Tomasz Dąbrowski
2016-11-21
Reimplements Range#first
ksss
2016-11-21
Merge pull request #3259 from dabroz/feature-16bitfix1
Yukihiro "Matz" Matsumoto
2016-11-21
Fix for sprintf test exceeding bounds with MRB_INT16
Tomasz Dąbrowski
2016-11-21
Merge pull request #3257 from ksss/range-size
Yukihiro "Matz" Matsumoto
2016-11-19
Use mrb_float instead of double
ksss
2016-11-19
Fix Range#size results
ksss
2016-11-18
Range#include?: simplify condition; ref #3255
Yukihiro "Matz" Matsumoto
2016-11-18
Merge pull request #3255 from ksss/range-include
Yukihiro "Matz" Matsumoto
2016-11-18
Fix condition of Range#include?
ksss
2016-11-18
Merge pull request #3254 from herwinw/doc
Yukihiro "Matz" Matsumoto
2016-11-17
Documented most methods in mruby/hash.h
Herwin Weststrate
2016-11-17
Documented most methods in mruby/array.h
Herwin Weststrate
2016-11-17
Typo fix: poped => popped
Herwin Weststrate
2016-11-17
String#include? does not take integers
Yukihiro "Matz" Matsumoto
2016-11-17
String#{strip,lstrip,rstrip} may cause OOB access
Yukihiro "Matz" Matsumoto
2016-11-17
Removed mruby-inline-struct gem from default.gembox; ref #3251
Yukihiro "Matz" Matsumoto
2016-11-17
renamed "inline" to "istruct" to represent inline struct; ref #3251
Yukihiro "Matz" Matsumoto
[next]