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-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
2014-05-04
Add Hash#flatten
Jun Hiroe
2014-05-04
Add Hash comments
Jun Hiroe
2014-05-04
Merge pull request #2182 from cremno/use-isfinite
Yukihiro "Matz" Matsumoto
2014-05-04
simply use `isfinite`
cremno
2014-05-04
Add Hash#delete_if
Jun Hiroe
2014-05-03
Merge pull request #2179 from take-cheeze/readline_warning
Yukihiro "Matz" Matsumoto
2014-05-03
refactoring mruby-struct
Yukihiro "Matz" Matsumoto
2014-05-03
use proper length for mrb_get_values_at()
Yukihiro "Matz" Matsumoto
2014-05-03
Suppress warning when using readline in mirb.
take_cheeze
2014-05-03
Merge branch 'values_at' of https://github.com/take-cheeze/mruby into take-ch...
Yukihiro "Matz" Matsumoto
[next]