- 20 Jun, 2018 15 commits
-
-
take-cheeze authored
-
take-cheeze authored
-
Yukihiro "Matz" Matsumoto authored
Fix build scripts.
-
Yukihiro "Matz" Matsumoto authored
Fix memory leaks in mirb.
-
take-cheeze authored
-
take-cheeze authored
-
take-cheeze authored
-
take-cheeze authored
-
take-cheeze authored
-
take-cheeze authored
-
take-cheeze authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
This will improve the default performance of mruby; fix #4045
-
Yukihiro "Matz" Matsumoto authored
Export mrb_utf8_from_locale() and mrb_locale_from_utf8()
-
Kouhei Sutou authored
-
- 19 Jun, 2018 4 commits
-
-
Yukihiro "Matz" Matsumoto authored
Stop to use freed value
-
Yukihiro "Matz" Matsumoto authored
Fix wrong free function
-
Kouhei Sutou authored
-
Kouhei Sutou authored
mrb_locale_free() should be used for the return value of mrb_locale_from_utf8().
-
- 14 Jun, 2018 11 commits
-
-
Yukihiro "Matz" Matsumoto authored
`mrb_raisef()` only takes `%S` specifier. If you don't have extra arguments, use `mrb_raise()`.
-
Yukihiro "Matz" Matsumoto authored
-
Tomoyuki Sahara authored
incorporate fixes from iij/socket
-
Tomoyuki Sahara authored
-
Tomoyuki Sahara authored
If your system has sa_len but is not BSD-derived, define HAVE_SA_LEN=1 on mrbgem.rake or build_config.rb.
-
Tomoyuki Sahara authored
When we have "struct sockaddr_un *s_un", we could not assume *s_un points to a memory region which size is at least sizeof(*s_un). Even worse, it may be shorter than sizeof(struct sockaddr) on some systems.
-
Tomoyuki Sahara authored
ref: https://github.com/iij/mruby-socket/issues/45
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Ranges are almost immutable but `initialize` and `initialize_copy` modify the receiver so that we need to add a write barrier.
-
Yukihiro "Matz" Matsumoto authored
The problem was caused by `Fiber.current.resume'.
-
Yukihiro "Matz" Matsumoto authored
Fix unnecessary rebuild of tests.
-
- 13 Jun, 2018 1 commit
-
-
take-cheeze authored
-
- 11 Jun, 2018 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
This reverts commit c6736357. The assumption was wrong and caused the issue; fix #4020
-
Yukihiro "Matz" Matsumoto authored
-
- 08 Jun, 2018 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
-
- 07 Jun, 2018 5 commits
-
-
Yukihiro "Matz" Matsumoto authored
Copying all flags from the original object may overwrite the clone's flags e.g. the embedded flag.
-
Yukihiro "Matz" Matsumoto authored
[mruby-socket] Declare inet_ntop and inet_pton as static
-
Yukihiro "Matz" Matsumoto authored
fix broken lexical variables
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
This change is required to support #4038.
-
- 06 Jun, 2018 1 commit
-
-
Ichito Nagata authored
-