| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-03-28 | Merge pull request #1102 from carsonmcdonald/gvarunderscorefix | Yukihiro "Matz" Matsumoto | |
| Allow globals that start with $_ | |||
| 2013-03-28 | Allow globals that start with $_ | Carson McDonald | |
| 2013-03-29 | Sort include files. Some redundant includes are removed. | Masaki Muranaka | |
| 2013-03-26 | Remove #if 0 ... #endif code. | Masaki Muranaka | |
| 2013-03-24 | Separate FILE dependencies with ENABLE_STDIO. | Masaki Muranaka | |
| 2013-03-23 | resolve conflict regarding backtick | Yukihiro Matz Matsumoto | |
| 2013-03-22 | Add configuration macro MRB_PARSER_BUF_SIZE. | Masaki Muranaka | |
| 2013-03-22 | allow backtick as a symbol | Yukihiro Matz Matsumoto | |
| 2013-03-21 | Merge pull request #1040 from mattn/backtick | Yukihiro "Matz" Matsumoto | |
| xquote operator | |||
| 2013-03-22 | Add an internal function intern_c(). It reduces function call parameter. For ↵ | Masaki Muranaka | |
| maintainability and performance. | |||
| 2013-03-22 | Make intern_gen() inline. This is enough tiny to be inlined. | Masaki Muranaka | |
| 2013-03-22 | Use mrb_intern2() instead of mrb_intern(). This is for avoiding overhead by ↵ | Masaki Muranaka | |
| strlen(). | |||
| 2013-03-21 | Backtick operation | mattn | |
| 2013-03-21 | bugfix escape charactor for Regexp class | Kouki Ooyatsu | |
| 2013-03-19 | %I %i literal | FUKUZAWA-Tadashi | |
| 2013-03-18 | remove unused local variable beg in parser_yylex | Yukihiro Matz Matsumoto | |
| 2013-03-17 | bugfix about escaping '\n' | FUKUZAWA-Tadashi | |
| 2013-03-17 | refactor heredoc identifier | FUKUZAWA-Tadashi | |
| 2013-03-17 | implement literal %W %w %s | FUKUZAWA-Tadashi | |
| refactor string parsing | |||
| 2013-03-16 | Remove stdlib.h from mruby.h. It is for portability (care for freestanding ↵ | Masaki Muranaka | |
| environments). This is a first step. It will be reduced stdlib.h in each files later. | |||
| 2013-03-15 | obsolete mrb_object; opposite of bc870ce | Yukihiro Matz Matsumoto | |
| 2013-03-14 | use size_t for string length C API | Yukihiro Matz Matsumoto | |
| 2013-03-14 | remove PARANOID from comments | Yukihiro Matz Matsumoto | |
| 2013-03-14 | Merge pull request #987 from monaka/pr-clean-up-parse.y-20130312 | Yukihiro "Matz" Matsumoto | |
| Clean up parse.y. | |||
| 2013-03-12 | Use int. They are no need to use unsigned/signed long. Think about 16bit ↵ | Masaki Muranaka | |
| architectures. | |||
| 2013-03-12 | Add comments for paradnoid (a.k.a. mission critical) engineers. | Masaki Muranaka | |
| 2013-03-12 | Remove a meaningless type cast. | Masaki Muranaka | |
| 2013-03-12 | Fix indents. | Masaki Muranaka | |
| 2013-03-06 | Remove warning for regexp | mattn | |
| 2013-03-05 | Include stdio.h in mrbconf.h instead of C extension sources. | Masaki Muranaka | |
| 2013-03-04 | Replace tabs with spaces | kano4 | |
| 2013-03-04 | allow reserved word for heredoc terminator | Yukihiro Matz Matsumoto | |
| 2013-03-04 | applied a patch from @cremo to support MSVC | Yukihiro Matz Matsumoto | |
| 2013-03-04 | Merge branch 'heredoc' of https://github.com/FUKUZAWA-Tadashi/mruby into ↵ | Yukihiro Matz Matsumoto | |
| FUKUZAWA-Tadashi-heredoc | |||
| 2013-03-03 | delete trailing space | FUKUZAWA-Tadashi | |
| 2013-03-03 | implement heredoc | FUKUZAWA-Tadashi | |
| 2013-03-03 | cleanup: delete commented out match_op() from parse.y | Kouki Ooyatsu | |
| 2013-03-02 | string interpolation in regex | Yukihiro Matz Matsumoto | |
| 2013-02-28 | Regexp: %r notation bug fix. close #85. | Kouki Ooyatsu | |
| be able to parse any delimiters. variable expansion isn't supported yet. * sample code ``` def matchpath(str) puts "#{str} is ..." if %r!img/! =~ str then puts "match" else puts "not match" end end matchpath("img/a.png") # => match matchpath("/usr/local/bin") # => not match matchpath("book/img/local") # => match ``` | |||
| 2013-02-19 | Merge pull request #861 from cremno/regexp-parser-bugfix | Yukihiro "Matz" Matsumoto | |
| regexp parsing bug if unknown option is used | |||
| 2013-02-19 | Merge pull request #855 from ↵ | Yukihiro "Matz" Matsumoto | |
| masamitsu-murase/support_parser_dump_for_regexp_literal parser_dump supports NODE_REGEX. | |||
| 2013-02-19 | s must not be freed, removed space in exc msg | Cremno | |
| 2013-02-18 | parser_dump supports NODE_REGEX. | Masamitsu MURASE | |
| 2013-02-18 | vars must be declared at the start of a block | Cremno | |
| 2013-02-15 | ready to pass second argument of Regexp.new | mattn | |
| 2013-02-15 | Pluggable Regexp | mattn | |
| 2013-02-07 | Fix incorrect index use. nerr was being used for warning buffer check. | Carson McDonald | |
| 2013-01-27 | Removed tests that look outdated. The mrb_compile_string they use is gone now. | Carson McDonald | |
| 2013-01-20 | Merge pull request #754 from masamitsu-murase/modify_undef_node | Yukihiro "Matz" Matsumoto | |
| Modify handling of NODE_UNDEF. | |||
| 2013-01-20 | Merge pull request #753 from ↵ | Yukihiro "Matz" Matsumoto | |
| masamitsu-murase/modify_handling_of_quoted_string_literal Modify handling of quoted non-expanded string literal | |||
