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
2014-06-03
Special treatment for Hashes, not Arrays; ref #2349
Yukihiro "Matz" Matsumoto
2014-06-03
add 'String#%'.
Tomoyuki Sahara
2014-06-03
Add comments in String#lstrip, rstrip, strip, lstring_bang, rstrip_bang and s...
Jun Hiroe
2014-05-28
Add invalid key type check in `Struct#[]=`.
take_cheeze
2014-05-28
Support string key in `Struct#[]=`.
take_cheeze
2014-05-25
Merge branch 'master' of github.com:mruby/mruby
Yukihiro "Matz" Matsumoto
2014-05-25
no one uses Array.try_convert, so removed it that discourages duck typing; cl...
Yukihiro "Matz" Matsumoto
2014-05-25
Merge pull request #2314 from take-cheeze/fiber_test_refactor
Yukihiro "Matz" Matsumoto
2014-05-24
Use `assert_*` method instead of using result value.
take_cheeze
2014-05-24
Use `assert_kind_of` instead.
take_cheeze
2014-05-19
Move `Kernel.local_variables` to core.
take_cheeze
2014-05-19
reimplement Range#size using double with fixing corner cases; ref #2293
Yukihiro "Matz" Matsumoto
2014-05-19
Add Range#size
Jun Hiroe
2014-05-19
Merge pull request #2289 from take-cheeze/local_variables_iso
Yukihiro "Matz" Matsumoto
2014-05-18
Add ISO index to `Kernel.eval` and `Kernel#eval`.
take_cheeze
2014-05-18
Add ISO index to `Kernel.local_variables`.
take_cheeze
2014-05-16
Replace tabs with spaces in eval.c
Jun Hiroe
2014-05-16
register<nlocals may not have a local variable name (e.g. a block arg); fix #...
Yukihiro "Matz" Matsumoto
2014-05-15
Suport block in Kernel#eval
Miura Hideki
2014-05-15
compile mruby-bin-strip gem by default
Yukihiro "Matz" Matsumoto
2014-05-15
move mrb_irep_remove_lv from etc.c to mruby-bin-strip gem
Yukihiro "Matz" Matsumoto
2014-05-15
Implement `LVAR` section removing option in mruby-strip.
take_cheeze
2014-05-15
allow quit/exit to work within mirb; fix #2253 close #2254
Yukihiro "Matz" Matsumoto
2014-05-14
adjust signedness in mruby-eval gem
Yukihiro "Matz" Matsumoto
2014-05-14
mv opcode.h -> include/mruby/opcode.h and remove duplication from mruby-eval gem
Yukihiro "Matz" Matsumoto
2014-05-14
Modify eval for access outer local variable
Miura Hideki
2014-05-14
Kernel.local_variables to list UPVAR as well
Yukihiro "Matz" Matsumoto
2014-05-14
Merge branch 'dump_lv' of https://github.com/take-cheeze/mruby into take-chee...
Yukihiro "Matz" Matsumoto
2014-05-13
remove unnecessary semicolons from a38f8f
Yukihiro "Matz" Matsumoto
2014-05-13
support comments in user-input; also add checks for buffer overflow
Yukihiro "Matz" Matsumoto
2014-05-13
add dependency information based on #2239; fix #2236, close #2239
Yukihiro "Matz" Matsumoto
2014-05-13
should not use String#<< which is defined in mruby-string-ext; use Array#join...
Yukihiro "Matz" Matsumoto
2014-05-10
Pacify MSVC warnings for random.c
kyab
2014-05-10
Add comment to Hash#each_pair. And change the line
yui-knk
2014-05-10
Change to raise TypeError (Hash#merge, #merge!)
yui-knk
2014-05-10
Merge pull request #2219 from kyab/fix_msvc_warning_time.c
Yukihiro "Matz" Matsumoto
2014-05-09
pacify MSVC warnings for time.c
kyab
2014-05-09
Move `__method__` to mruby-kernel-ext since it's not ISO method.
take_cheeze
2014-05-09
Merge pull request #2216 from iij/pr-mirb-link-termcap
Yukihiro "Matz" Matsumoto
2014-05-09
libreadline requires libtermcap on OpenBSD.
Tomoyuki Sahara
2014-05-09
Add Hash#key
Jun Hiroe
2014-05-08
Replace from include <>, to include "".
yui-knk
2014-05-07
Remove `Time` defined check in test.
take_cheeze
2014-05-07
Fix build on mingw32/64: struct timeval isn't defined in default. See: 642477...
mattn
2014-05-07
Add mruby-kernel-ext to default gembox.
take_cheeze
2014-05-07
Move Kernel#fail definition to mruby-kernel-ext mrbgem.
take_cheeze
2014-05-06
Add a comment to ObjectSpace.each_object.
yui-knk
2014-05-05
Implement day of week methods.
take_cheeze
2014-05-05
Add Hash#keep_if
Jun Hiroe
2014-05-05
Add Hash#invert
Jun Hiroe
[next]