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
/
mrbgems
Age
Commit message (
Expand
)
Author
2016-11-25
Merge pull request #3282 from bouk/fix-break-instance-class
Yukihiro "Matz" Matsumoto
2016-11-25
Merge pull request #3280 from bouk/struct-redefine
Yukihiro "Matz" Matsumoto
2016-11-25
Merge pull request #3289 from bouk/setbyte-len
Yukihiro "Matz" Matsumoto
2016-11-24
Fix unsafe peephole optimization
Francis Bogsanyi
2016-11-24
Read length after args in String#setbyte
Craig Lehmann
2016-11-24
Fix segfault when defining class inside instance_exec on primitive
Bouke van der Bijl
2016-11-24
Remove constant when a struct is redefined.
Clayton Smith
2016-11-24
use MRB_PRId instead of %d for mrb_int
Yukihiro "Matz" Matsumoto
2016-11-24
Merge pull request #3277 from dabroz/feature-float-tolerance
Yukihiro "Matz" Matsumoto
2016-11-24
redo should work well in for statement; fix #3275
Yukihiro "Matz" Matsumoto
2016-11-24
Fixed Range.size to use proper floating point tolerance
Tomasz Dąbrowski
2016-11-24
Fixed float tolerance in tests when MRB_USE_FLOAT is set
Tomasz Dąbrowski
2016-11-24
Time#initialize_copy: Check if source time is initialized.
Yukihiro "Matz" Matsumoto
2016-11-24
Merge pull request #3271 from ksss/enum-take
Yukihiro "Matz" Matsumoto
2016-11-24
Relax 'void value expression' check that was too strict
Yukihiro "Matz" Matsumoto
2016-11-24
Shouldn't call `each` method if size is 0
ksss
2016-11-24
Support object does'n have `<` method
ksss
2016-11-24
Add "void value expression" check to the parser.
Yukihiro "Matz" Matsumoto
2016-11-24
Add forgotten loop_pop() in NODE_OP_ASGN codegen
Yukihiro "Matz" Matsumoto
2016-11-24
Fix for Windows-specific mruby C++ issues
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-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-22
remove unnecessary ".!"; ref #3261
Yukihiro "Matz" Matsumoto
2016-11-21
Reimplements Range#first
ksss
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-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
2016-11-17
inline structures data type for mruby (MRB_TT_INLINE) (fix #3237)
Tomasz Dąbrowski
2016-11-16
Correct argument specifications for few methods:
Tomasz Dąbrowski
2016-11-16
Fixed memory disclosure in String#lines
Yukihiro "Matz" Matsumoto
2016-11-16
Fixed a memory problem in Array#to_h
Yukihiro "Matz" Matsumoto
2016-11-13
rename mruby-module-ext to mruby-class-ext; ref #2470
Yukihiro "Matz" Matsumoto
2016-11-13
Implement Module#name.
take_cheeze
2016-11-11
do not dump_node if parser failed
Yukihiro "Matz" Matsumoto
2016-11-11
node_dump() to print NODE_HEREDOC terminator
Yukihiro "Matz" Matsumoto
2016-11-11
HEREDOC could fail with NUL terminated lines; fix#3244
Yukihiro "Matz" Matsumoto
2016-11-11
Add regression test for Enumerable#cycle
ksss
2016-11-11
Reimplement Enumerable#cycle
ksss
2016-11-11
fixed a bug when number of LHS and RHS differs; fix #3239
Yukihiro "Matz" Matsumoto
2016-11-08
fixed a bug with [] in RHS of multiple assignments; fix #3236
Yukihiro "Matz" Matsumoto
2016-11-02
Update documentation of fetch
Lukas Elmer
2016-11-02
allow single quoted labels in hashes; ref #3231
Yukihiro "Matz" Matsumoto
2016-11-02
allow quoted labels in hashes; fix #3231
Yukihiro "Matz" Matsumoto
[next]