An error occurred fetching the project authors.
- 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 3 commits
-
-
fleuria authored
-
fleuria authored
-
fleuria authored
currently there are two scnenario to call mrb_run(), the first is calling a proc, in this case mrb should create a new environment, discarding all the variables except args, reciever and block. the second is calling the newly generated irep, like in mirb. in this case, the variables should be kept after mrb_run(). so we introduce mrb_context_run() to handle this seperately.
-
- 02 Nov, 2013 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
-
- 04 Oct, 2013 1 commit
-
-
Lukas Stabe authored
-
- 13 Aug, 2013 1 commit
-
-
Jack Danger Canty authored
Before: > "hi" hi > d (mirb):1: undefined method 'd' for main (NoMethodError) > d (mirb):1: undefined method 'd' for main (NoMethodError) > "hi" hi > "#{'}" line 1: unterminated string meets end of file After > "hi" hi > d (mirb):2: undefined method 'd' for main (NoMethodError) > d (mirb):3: undefined method 'd' for main (NoMethodError) > "hi" hi > "#{'}" line 5: unterminated string meets end of file
-
- 03 Aug, 2013 1 commit
-
-
Carson McDonald authored
-
- 23 Jul, 2013 1 commit
-
-
mattn authored
-
- 22 Jul, 2013 1 commit
-
-
Carson McDonald authored
-
- 18 Jul, 2013 1 commit
-
-
kyab authored
-
- 17 Jul, 2013 1 commit
-
-
kyab authored
-