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
2015-05-20
NetBSD does not have libreadline but readline(3) is in libedit.
Tomoyuki Sahara
2015-04-18
Suppress warnings generated by -Wwrite-strings
Kouhei Sutou
2015-03-31
fix maximum value of the index when access breakpoints.
Yuhei Okazaki
2015-03-22
call C11's timespec_get()
cremno
2015-02-19
new API function mrb_fiber_resume(); ref #1269
Yukihiro "Matz" Matsumoto
2015-02-19
add description comment to mrb_fiber_yield()
Yukihiro "Matz" Matsumoto
2015-02-07
Remove eql_p variable in mrb_struct_eql func
Jun Hiroe
2015-02-07
Remove eql_p variable in mrb_struct_equal func
Jun Hiroe
2015-02-06
mruby-config supports MRUBY_LDFLAGS_BEFORE_LIBS in libmruby.flags.mak
MATSUMOTO Ryosuke
2015-01-19
Merge pull request #2680 from sdottaka/add-fflush
Yukihiro "Matz" Matsumoto
2015-01-18
mrdb: fix crash when stepping into Proc.call
sdottaka
2015-01-13
Add String#upto
Jun Hiroe
2015-01-13
Merge pull request #2700 from takahashim/string-ljust
Yukihiro "Matz" Matsumoto
2015-01-12
add String#ljust into mruby-string-ext
takahashim
2015-01-12
fix Segmentation fault on Struct#inspect due to recursive Struct object
takahashim
2015-01-10
Merge pull request #2697 from cubicdaiya/use-sizeof
Yukihiro "Matz" Matsumoto
2015-01-03
Removed duplicated declarations.
Tatsuhiko Kubo
2015-01-03
Use sizeof() instead of strlen().
Tatsuhiko Kubo
2015-01-03
fixed error-handling for mrb_open().
Tatsuhiko Kubo
2015-01-03
Add fflush() (2)
sdottaka
2015-01-01
Remove redundant NULL checks for mrb_malloc().
Tatsuhiko Kubo
2014-12-27
Avoid block_given? in mrbgem:enum.rb to reduce method calls
Jun Hiroe
2014-12-23
mruby-eval: fix typo
sdottaka
2014-12-20
mrdb: fix that break command cannot handle Windows paths
sdottaka
2014-12-19
now retrieves number of arguments of blocks from OP_ENTER op code; close #2671
Yukihiro "Matz" Matsumoto
2014-12-19
mrdb, mirb: Add fflush() so that a external program can read output immediately.
sdottaka
2014-12-17
mruby-eval: proc from env may be NULL; close #2676
Yukihiro "Matz" Matsumoto
2014-12-17
avoid out-of-bounds access of irep->lv; ref #2671, fix #2675
Yukihiro "Matz" Matsumoto
2014-12-17
mrb_str_new(mrb, "", len) creates an unmodifiable string object; ref #2674
Yukihiro "Matz" Matsumoto
2014-12-17
Add String#prepend
Jun Hiroe
2014-12-17
eval() should preserve stack in env properly; fix #2671
Yukihiro "Matz" Matsumoto
2014-12-16
Fix crash if #inspect does not return a string value
Yukihiro "Matz" Matsumoto
2014-12-13
Add String#insert
Jun Hiroe
2014-12-12
Merge pull request #2667 from murasesyuka/usage_message_is_used_switches_inst...
Yukihiro "Matz" Matsumoto
2014-12-12
mirb dies if #inspect returns a non-string value; fix #2666
Yukihiro "Matz" Matsumoto
2014-12-11
fix usage message
murase_syuka
2014-12-05
String#[] accepts float.
Tomoyuki Sahara
2014-11-29
closing to Local Scope
murase_syuka
2014-11-27
adhoc fix for pass build
murase_syuka
2014-11-26
Merge pull request #2652 from cremno/mrdb-add-missing-null-termination
Yukihiro "Matz" Matsumoto
2014-11-26
free memory used by breakpoints
cremno
2014-11-26
free return value of dirname()
cremno
2014-11-25
Merge pull request #2644 from cremno/mrdb-minor-changes
Hiroshi Mimaki
2014-11-25
add missing null-termination
cremno
2014-11-23
Fix String#slice! raise TypeError or return invalid value.
TOMITA Masahiro
2014-11-22
use mrb_str_xxx_lit for mrdb.
Tatsuhiko Kubo
2014-11-20
remove const type qualifier
cremno
2014-11-20
don't convert function pointer to object pointer
cremno
2014-11-20
remove cast
cremno
2014-11-20
fix heap-use-after-free
cremno
[next]