| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-07-08 | small cosmetic change | Yukihiro Matsumoto | |
| 2012-07-08 | proper type check when creating a range; #345 | Yukihiro Matsumoto | |
| 2012-07-07 | Improvement of Module#include. | Masamitsu MURASE | |
| - Add some methods: append_features, included_methods and included. - Modify Module#include to call append_features and included. | |||
| 2012-07-07 | Optimize range check. | Masaki Muranaka | |
| 2012-07-07 | Add a check for unsigned integer wrapping. | Masaki Muranaka | |
| 2012-07-07 | Fix underlying bugs. mrb_calloc will be crashed in case "nelem == 0" or "p ↵ | Masaki Muranaka | |
| == NULL" | |||
| 2012-07-07 | Range optimization. similar to #348 | Masaki Muranaka | |
| 2012-07-06 | remove MRB_TT_THREAD,MRB_TT_THREADGRP | Yukihiro Matsumoto | |
| 2012-07-06 | range optimization from @monaka; close #348 | Yukihiro Matsumoto | |
| 2012-07-06 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro Matsumoto | |
| 2012-07-06 | remove debug printf; close #345 | Yukihiro Matsumoto | |
| 2012-07-06 | Merge pull request #346 from monaka/pr-cleanup-dump.c-20120706 | Yukihiro "Matz" Matsumoto | |
| Clean up dump.c | |||
| 2012-07-06 | write_pool_block(): reduce calling strlen(). refs #301. | Masaki Muranaka | |
| dump_irep_record(): Set error code in case dump failed. | |||
| 2012-07-05 | better object_id calculation | Yukihiro Matsumoto | |
| 2012-07-05 | move RDoc comments | Yukihiro Matsumoto | |
| 2012-07-05 | Module#include should also include included modules; close #340 | Yukihiro Matsumoto | |
| 2012-07-05 | prepare for OP_TAILCALL | Yukihiro Matsumoto | |
| 2012-07-05 | restore arena_idx after initializing irep | Yukihiro Matsumoto | |
| 2012-07-05 | cdump.c: pool may contain fixnum value | Yukihiro Matsumoto | |
| 2012-07-05 | big init function in cdump may overflow arena | Yukihiro Matsumoto | |
| 2012-07-04 | add input check to readint_float() | Yukihiro Matsumoto | |
| 2012-07-04 | input cast to unsigned char for unqualified tolower(); close #342 | Yukihiro Matsumoto | |
| 2012-07-04 | stop strtod() warning; add more checks; close #247 | Yukihiro Matsumoto | |
| 2012-07-03 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro Matsumoto | |
| 2012-07-03 | use new function mrb_parser_free() | Yukihiro Matsumoto | |
| 2012-07-03 | add new function mrb_parser_free() | Yukihiro Matsumoto | |
| 2012-07-03 | raise SyntaxError only when capture_errors is set | Yukihiro Matsumoto | |
| 2012-07-03 | capture_errors can be specified by mrbc_context | Yukihiro Matsumoto | |
| 2012-07-03 | preserve toplevel local variable info in mrbc_context | Yukihiro Matsumoto | |
| 2012-07-03 | add context arg to mrb_parser_parse() | Yukihiro Matsumoto | |
| 2012-07-03 | add context to parser, that would hold local variable info, filename, and ↵ | Yukihiro Matsumoto | |
| line number. mrbc_context argument has been added to mrb_parse_xxx() functions. Normally, you just to need to add NULL (or 0) to the last argument of the above functions. | |||
| 2012-07-03 | modify compiler API; replace mrb_compie_xxx with mrb_load_xxx() that ↵ | Yukihiro Matsumoto | |
| combines compilatoin and execution | |||
| 2012-07-03 | constify parser input strings | Yukihiro Matsumoto | |
| 2012-07-03 | remove size_t from parser | Yukihiro Matsumoto | |
| 2012-07-01 | Initialize mt of module with khash. | Masamitsu MURASE | |
| 2012-06-30 | Merge pull request #337 from masamitsu-murase/fix_str_replace | Yukihiro "Matz" Matsumoto | |
| Fix str_replace in string.c | |||
| 2012-07-01 | Free iv of MRB_TT_DATA instance. | Masamitsu MURASE | |
| 2012-06-30 | Fix str_replace in string.c | Masamitsu MURASE | |
| - Increment refcnt of shared string. - Free buffer before replacing. - Clear MRB_STR_SHARED after decref is called. - Fix target of aux.capa. | |||
| 2012-06-29 | Make strucdata optional if ENABLE_STRUCT is activitated | Daniel Bovensiepen | |
| 2012-06-28 | allow string interpolation in symbols like :"a=#{15}" | Yukihiro Matsumoto | |
| 2012-06-28 | allow :"text" form; close #321 | Yukihiro Matsumoto | |
| 2012-06-28 | always define POOL_ALIGNMENT (default 4); reduce strength as well; close #333 | Yukihiro Matsumoto | |
| 2012-06-27 | resolve conflict in class.c | Yukihiro Matsumoto | |
| 2012-06-27 | sizeof("a") is bigger by one than strlen("a") | Yukihiro Matsumoto | |
| 2012-06-27 | use return value from sprintf/snprintf | Yukihiro Matsumoto | |
| 2012-06-26 | Merge pull request #330 from ↵ | Yukihiro "Matz" Matsumoto | |
| monaka/pr-fix-parser-y-to-supress-warning-array-subscript Supress "warning: array subscript has type ‘char’" | |||
| 2012-06-27 | Supress "warning: array subscript has type ‘char’" | Masaki Muranaka | |
| 2012-06-27 | Use sizeof to get char array sizes. | Masaki Muranaka | |
| 2012-06-27 | Use sizeof to get char array sizes. | Masaki Muranaka | |
| 2012-06-26 | Merge pull request #326 from masamitsu-murase/modify_str_format_len | Yukihiro "Matz" Matsumoto | |
| Fix str_format_len. | |||
