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-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
2016-09-28
Removed trailing spaces
Nobuyoshi Nakada
2016-09-26
Fix unexpected behavior with break
ksss
2016-09-21
Use non-underscore'ed names
U.Nakamura
2016-09-21
Use underbar'ed name to get rid of warnings
U.Nakamura
2016-09-21
Not only for MINGW but also for Visual C++
U.Nakamura
2016-09-06
Fix SEGV when unshared env
ksss
2016-09-05
Merge pull request #3203 from nozomiS/mrbc_filename-fix
Yukihiro "Matz" Matsumoto
2016-09-04
- fix mrbc_filename leak; cxt->filename would not be freed until the state is...
Nozomi SATO
2016-08-31
Merge pull request #3192 from ksss/instance_eval
Yukihiro "Matz" Matsumoto
2016-08-30
mruby-random: fixed typos
Yukihiro "Matz" Matsumoto
2016-08-30
mruby-random: add reporting URL since we modified the source
Yukihiro "Matz" Matsumoto
2016-08-19
parse.y: lparen_arg statement
Nobuyoshi Nakada
2016-08-17
Fix String#ord failure which return a negative value
Hiroshi Mimaki
2016-08-13
parse.y: fix chained assignments
Nobuyoshi Nakada
2016-08-12
parse.y: simplify 90e8ce5
Nobuyoshi Nakada
2016-08-11
parse.y: rescue modifiers for OP_ASGN should protect rhs only
Yukihiro "Matz" Matsumoto
2016-08-08
instance_eval env should remake Fix #3191
ksss
2016-08-08
update copyright notice and license description for mt19937ar.[ch]
Yukihiro "Matz" Matsumoto
2016-07-31
intptr_t should be used instead of uint32_t to hold a pointer.
Guo Xiao
2016-07-27
Update mirb.c
Malizia R
2016-07-27
Reduce needless Array generation in some String methods
Kouhei Sutou
2016-07-26
Support to call without block to String#each_char
ksss
2016-07-26
Merge pull request #3181 from sdottaka/fix-crash-on-mrb_parser_free
Yukihiro "Matz" Matsumoto
2016-07-25
Merge pull request #3179 from ksss/struct
Yukihiro "Matz" Matsumoto
2016-07-25
OP_ASGN vsp may be negative
Yukihiro "Matz" Matsumoto
2016-07-25
Fixed crash error when #initialize is redefined for Struct; fix #3177
Yukihiro "Matz" Matsumoto
2016-07-23
Fix crash in mrb_parser_free() due to freed memory access
Takashi Sawanaka
[next]