An error occurred fetching the project authors.
- 03 Apr, 2017 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
This reverts commit 6dabb336.
-
Yukihiro "Matz" Matsumoto authored
-
- 27 Jul, 2016 1 commit
-
-
Malizia R authored
-
- 07 Jan, 2016 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
-
- 02 Jan, 2016 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
-
- 26 Dec, 2015 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
kyab authored
-
- 01 Dec, 2015 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
-
- 27 Nov, 2015 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
-
- 12 Sep, 2015 1 commit
-
-
Yasuhiro Matsumoto authored
-
- 11 Sep, 2015 1 commit
-
-
Yasuhiro Matsumoto authored
Add mrb_utf8_from_locale, mrb_utf8_free, mrb_locale_from_utf8, mrb_locale_free. Just works for windows.
-
- 03 Jan, 2015 1 commit
-
-
Tatsuhiko Kubo authored
* `mrb_show_version()` * `mrb_show_copyright()`
-
- 19 Dec, 2014 1 commit
-
-
sdottaka authored
-
- 12 Dec, 2014 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
-
- 22 Aug, 2014 1 commit
-
-
Tatsuhiko Kubo authored
-
- 19 Aug, 2014 1 commit
-
-
Tatsuhiko Kubo authored
mrb_parser_new() and mrb_generate_code() may return NULL.
-
- 12 Jul, 2014 1 commit
-
-
cremno authored
-
- 11 Jul, 2014 1 commit
-
-
cremno authored
`PATH_MAX` doesn't have to be defined and if it is, then its value is usually incorrect (possible buffer overflow). Use `malloc` and `snprintf` instead to prevent this. https://www.gnu.org/software/hurd/community/gsoc/project_ideas/maxpath.html
-
- 30 Jun, 2014 1 commit
-
-
take_cheeze authored
-
- 09 Jun, 2014 1 commit
-
-
Kouhei Sutou authored
-
- 05 Jun, 2014 2 commits
- 15 May, 2014 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
also allow spaces around quit/exit.
-
- 13 May, 2014 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
- 03 May, 2014 1 commit
-
-
take_cheeze authored
-
- 01 May, 2014 1 commit
-
-
take_cheeze authored
-
- 30 Apr, 2014 1 commit
-
-
Nobuyoshi Nakada authored
-
- 07 Mar, 2014 1 commit
-
-
takkaw authored
-
- 05 Mar, 2014 1 commit
-
-
takkaw authored
-
- 23 Feb, 2014 1 commit
-
-
kyab authored
-
- 14 Feb, 2014 1 commit
-
-
Li Yazhou authored
-
- 07 Feb, 2014 1 commit
-
-
Daniel Bovensiepen authored
-
- 31 Jan, 2014 2 commits
-
-
cremno authored
It doesn't matter to me if one is using FALSE/TRUE instead of 1/0 but I prefer a type (alias) which emphasizes boolean vars to int. I changed 1/0 to FALSE/TRUE anyway.
-
cremno authored
remove unused and unneeded: - sysexit_status - type (a global variable) add mrb_ prefix to: - codedump_all - class_instance_method_list - parser_dump make various functions static, incl.: - yyparse - make_exception
-
- 07 Jan, 2014 1 commit
-
-
cremno authored
- reduce compile time by a little bit (full-core: ~0.7s for me) - thanks to 'include-what-you-use' for some help - include Standard C header files before any other (coding style)
-
- 01 Dec, 2013 1 commit
-
-
take_cheeze authored
-
- 28 Nov, 2013 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
-
- 09 Nov, 2013 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
-
- 03 Nov, 2013 1 commit
-
-
fleuria authored
-