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-08-11
compiler: allow "class A end" by tweaking the superclass rule like CRuby2.3
Yukihiro "Matz" Matsumoto
2015-08-10
codegen: don't need to genop(); just update s->iseq directly
Yukihiro "Matz" Matsumoto
2015-08-10
codegen: add peep hole optimization to skip overridden OP_MOVE
Yukihiro "Matz" Matsumoto
2015-08-10
codegen: reserve stack region for OP_APOST; fix #2824
Yukihiro "Matz" Matsumoto
2015-08-05
add String#setbyte and String#byteslice to mruby-string-ext
Yukihiro "Matz" Matsumoto
2015-08-01
link libncurses when there's /usr/include/curses.h; fix #2905
Yukihiro "Matz" Matsumoto
2015-07-29
pop cmdarg in lambda body; fix [ruby-bug#11380]
cremno
2015-07-16
delete mrb_free()-related non-NULL checks
cremno
2015-07-15
mrb_protect() to return the exception raised (with the state of true)
Yukihiro "Matz" Matsumoto
2015-07-15
remove unused variable declaration
Yukihiro "Matz" Matsumoto
2015-07-15
Use class array instead of variadic.
take_cheeze
2015-07-15
Implement `mrb_protect`, `mrb_ensure`, `mrb_rescue`, `mrb_rescue_exceptions`.
take_cheeze
2015-07-09
use round for llround. some platform (ex: mingw32) doesn't have llround.
Yasuhiro Matsumoto
2015-07-03
Merge pull request #2871 from archSeer/patch-2
Yukihiro "Matz" Matsumoto
2015-07-03
Merge pull request #2874 from cremno/fix-parser-oob-write
Yukihiro "Matz" Matsumoto
2015-07-03
fix oob write by actually truncating buffer
cremno
2015-07-02
add missing fall through comments
cremno
2015-07-02
Fix incorrect memory allocation of mrdb_state_new.
Blaž Hrastnik
2015-06-29
Merge pull request #2866 from jurriaan/fix-crash
Yukihiro "Matz" Matsumoto
2015-06-28
Fix segfault found using afl-fuzz
Jurriaan Pruis
2015-06-28
Rename extended xxxx class or module to xxxx class or module extension
Jun Hiroe
2015-06-28
Fix typo; Replace extensional with extended
Jun Hiroe
2015-06-24
Remove unnecessary backticks.
Franck Verrot
2015-06-23
Merge pull request #2851 from hone/mruby_compiler
Yukihiro "Matz" Matsumoto
2015-06-22
Need mruby-compiler to build mruby-bin-mruby and mruby-bin-mirb for
Terence Lee
2015-06-22
Proc#curry should preserve lambdas
cremno
2015-06-19
Fix typos in documentation and error messages [skip ci]
Anton Davydov
2015-06-17
Added a check for 64 bit time_t overflow; based on a patch from @kext; close ...
Yukihiro "Matz" Matsumoto
2015-06-16
Changed llrint to llround
Lukas Joeressen
2015-06-15
Rounding errors could make time_alloc imprecise
Lukas Joeressen
2015-06-13
refactor code to call mrb_inspect() instead
cremno
2015-06-10
Remove unused libterminfo detection code.
Huei-Horng Yo
2015-06-09
Detect if ncurses' backend is terminfo or termcap. fixes #2662
Huei-Horng Yo
2015-06-02
push only after OP_GETCONST in VAL mode; ref #2769
cremno
2015-06-01
update lex.def using gperf 3.0.4
Yukihiro "Matz" Matsumoto
2015-06-01
Compile mruby compiler as mrbgem.
take_cheeze
2015-05-28
remove unnecessary including of <ctype.h>
cremno
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
[next]