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
2018-08-25
Check size of the integer multiply before actual overflow; fix #4062
Yukihiro "Matz" Matsumoto
2018-07-31
Bytecode support for `mrdb`.
Yukihiro "Matz" Matsumoto
2018-07-30
Keyword argument implemented.
Yukihiro "Matz" Matsumoto
2018-07-30
New bytecode implementation of mruby VM.
Yukihiro "Matz" Matsumoto
2018-07-23
Kernel#instance_eval should define singleton methods; fix #4069
Yukihiro "Matz" Matsumoto
2018-07-21
Network services might not be available
Sebastián Katzer
2018-07-11
Merge pull request #4068 from yurie/mrbc
Yukihiro "Matz" Matsumoto
2018-07-10
move mrb_irep_remove_lv to codegen.c in mruby-compiler
yuri
2018-07-10
add mrbc option `--remove-lv`
yuri
2018-07-08
Fix task name is not necessarily a valid path
Sebastián Katzer
2018-07-02
Support MRB_WITHOUT_FLOAT to mruby-io
Yusuke Endoh
2018-06-20
Merge pull request #4052 from take-cheeze/fix_mtime_test
Yukihiro "Matz" Matsumoto
2018-06-20
Use temporary name for `File#mtime` test to avoid conflicts.
take-cheeze
2018-06-20
Merge pull request #4050 from take-cheeze/fix_build_script
Yukihiro "Matz" Matsumoto
2018-06-20
Merge pull request #4049 from take-cheeze/fix_mirb_leak
Yukihiro "Matz" Matsumoto
2018-06-20
Make codacy happy.
take-cheeze
2018-06-20
Fix dependencies.
take-cheeze
2018-06-20
Comment out unused variable.
take-cheeze
2018-06-20
Fix forgotten argument passing.
take-cheeze
2018-06-20
Fix dependencies.
take-cheeze
2018-06-20
Add forgotten `mkdir_p`s.
take-cheeze
2018-06-20
Fix memory leaks in mirb.
take-cheeze
2018-06-20
Add test_dependency from mruby-io to mruby-time.
Yukihiro "Matz" Matsumoto
2018-06-19
Merge pull request #4047 from kou/stop-to-use-freed-value
Yukihiro "Matz" Matsumoto
2018-06-19
Stop to use freed value
Kouhei Sutou
2018-06-19
Fix wrong free function
Kouhei Sutou
2018-06-15
Fixed wrong usages of `mrb_raisef()`; ref #4043
Yukihiro "Matz" Matsumoto
2018-06-14
Resolve sign comparison warning; ref #4044
Yukihiro "Matz" Matsumoto
2018-06-14
sa_family_t is not defined on windows.
Tomoyuki Sahara
2018-06-14
set sockaddr_un.sun_len on the systems that have sockaddr.sa_len.
Tomoyuki Sahara
2018-06-14
struct sockaddr_un can be truncated.
Tomoyuki Sahara
2018-06-14
struct sockaddr_un can be shorter than struct sockaddr.
Tomoyuki Sahara
2018-06-14
Check for switching to uninitialized fiber; fix #4041
Yukihiro "Matz" Matsumoto
2018-06-13
Fix unnecessary rebuild of tests.
take-cheeze
2018-06-11
Revert "No longer need to insert write barriers for fibers."
Yukihiro "Matz" Matsumoto
2018-06-07
Merge pull request #4035 from katzer/patch-1
Yukihiro "Matz" Matsumoto
2018-06-07
Merge pull request #4039 from i110/i110/fix-broken-lexical-variables
Yukihiro "Matz" Matsumoto
2018-06-07
Extend stack when pushing arguments that does not fit in; fix #4038
Yukihiro "Matz" Matsumoto
2018-06-06
add test for eval
Ichito Nagata
2018-06-05
Declare inet_ntop and inet_pton as static
Sebastián Katzer
2018-05-23
Add `then` alias to `yield_self`.
Yukihiro "Matz" Matsumoto
2018-05-10
Fix test of mruby-pack with big-endian CPUs
Nobuhiro Iwamatsu
2018-05-08
Fix CI build errors and warnings.
Hiroshi Mimaki
2018-05-07
Add `-r` option for `mruby` and `mirb`.
Hiroshi Mimaki
2018-05-07
Fix CI build errors and warnings.
Hiroshi Mimaki
2018-05-02
Add `-d` option for `mruby` and `mirb`.
Hiroshi Mimaki
2018-05-01
Update `MRB_FLO_TO_STR_FMT` to "%.16g"; fix #4016
Yukihiro "Matz" Matsumoto
2018-05-01
Check the return value from `mrb_get_datatype()`; fix #4009
Yukihiro "Matz" Matsumoto
2018-05-01
Fix stack position in multiple assignment; fix #4008
Yukihiro "Matz" Matsumoto
2018-04-21
Implement `String#upto` in Ruby.
Yukihiro "Matz" Matsumoto
[next]