| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-10-01 | Merge pull request #2961 from takahashim/regex_enc | Yukihiro "Matz" Matsumoto | |
| support Regexp literal option: //n and //u | |||
| 2015-10-01 | Merge pull request #2973 from mattn/fix-windows-tests | Yukihiro "Matz" Matsumoto | |
| fix tests on windows. | |||
| 2015-09-30 | fix tests on windows. | Yasuhiro Matsumoto | |
| 'bin/mruby' not work on windows. so correct command name and quoted arguments. | |||
| 2015-09-30 | fix tests | Yasuhiro Matsumoto | |
| 2015-09-29 | Merge pull request #2966 from maclover7/patch-1 | Yukihiro "Matz" Matsumoto | |
| Small Markdown updates to README.md | |||
| 2015-09-29 | Get rid of weird whitespace | Jon Moss | |
| 2015-09-29 | Retain #2595 markdown short links | Jon Moss | |
| 2015-09-29 | chop with utf-8. fix #2967 | Yasuhiro Matsumoto | |
| 2015-09-27 | Small Markdown updates to README.md | Jon Moss | |
| Small copy and styling updates | |||
| 2015-09-27 | Merge pull request #2965 from takahashim/fix-class-new-instance | Yukihiro "Matz" Matsumoto | |
| fix signature of mrb_class_new_instance() | |||
| 2015-09-27 | Merge pull request #2964 from takahashim/fix-utf8-inspect | Yukihiro "Matz" Matsumoto | |
| fix String#inspect with MRB_UTF8_STRING | |||
| 2015-09-27 | fix signature of mrb_class_new_instance() | takahashim | |
| dd925578c604a608f83172f85d8e5bfc3bb99c6a changed the order of arguments, but it doesn't seem intentional. | |||
| 2015-09-27 | fix String#inspect with MRB_UTF8_STRING | takahashim | |
| cf. #2963 | |||
| 2015-09-27 | Enumerable#each_{cons,slice} to return enumerators | Yukihiro "Matz" Matsumoto | |
| 2015-09-25 | LinkerConfig is a struct with five params | Terence Lee | |
| 2015-09-26 | Refator Hash.fetch test | Jun Hiroe | |
| 2015-09-26 | support Regexp literal option: //n and //u | takahashim | |
| 2015-09-25 | inspect prints valid UTF-8 character without escaping | Yukihiro "Matz" Matsumoto | |
| 2015-09-25 | add boundary check to utf8len() to avoid oob memory access | Yukihiro "Matz" Matsumoto | |
| 2015-09-24 | UTF-8 string support in core | Yukihiro "Matz" Matsumoto | |
| define MRB_UTF8_STRING (in mrbconf.h) to enable UTF-8 support. | |||
| 2015-09-23 | don't print anonymous struct class name | Yukihiro "Matz" Matsumoto | |
| 2015-09-23 | mruby-struct gem refactoring | Yukihiro "Matz" Matsumoto | |
| 2015-09-23 | should initialize local variable prepended to false | Yukihiro "Matz" Matsumoto | |
| 2015-09-23 | String#rindex should no longer take integer argument | Yukihiro "Matz" Matsumoto | |
| 2015-09-23 | remove a comment that no longer be true; 2cb6c27 | Yukihiro "Matz" Matsumoto | |
| 2015-09-22 | String#index should no longer take integer argument | Yukihiro "Matz" Matsumoto | |
| 2015-09-22 | Merge pull request #2959 from sagmor/api-documentation | Yukihiro "Matz" Matsumoto | |
| C API documentation | |||
| 2015-09-21 | Merge descriptions from doc/api/mruby/array.h.md | Seba Gamboa | |
| 2015-09-21 | document mrb_nil_value | Seba Gamboa | |
| 2015-09-21 | Document data header | Seba Gamboa | |
| 2015-09-22 | add new functions mrb_gc_register/unregister; close #1411 | Yukihiro "Matz" Matsumoto | |
| some routines need to refer mruby objects (e.g. callbacks), in that case you have to protect your objects from garbage collection. the new functions mrb_gc_register() keeps those objects from GC. you have to remove your objects using mrb_gc_unregister() when your C routines use mruby objects any longer, otherwise objects will leak. | |||
| 2015-09-21 | Sort compiler macros around | Seba Gamboa | |
| 2015-09-21 | Sorting documentation grouping | Seba Gamboa | |
| 2015-09-20 | Setting up doxygen groups | Seba Gamboa | |
| 2015-09-20 | Merging documentation from docs | Seba Gamboa | |
| 2015-09-18 | Playing around with some documentations schemes | Seba Gamboa | |
| 2015-09-19 | Merge pull request #2958 from suzukaze/fix-indents | Yukihiro "Matz" Matsumoto | |
| Fix indents | |||
| 2015-09-19 | Fix indents | Jun Hiroe | |
| 2015-09-18 | Merge pull request #2957 from suzukaze/replace-1-with-true-macro | Yukihiro "Matz" Matsumoto | |
| Replace 1 with TURE macro | |||
| 2015-09-18 | Merge pull request #2956 from Asmod4n/master | Yukihiro "Matz" Matsumoto | |
| Problem: Hash#fetch doesn't raise KeyError when a key cannot be found | |||
| 2015-09-18 | Replace 1 with TURE macro | Jun Hiroe | |
| 2015-09-17 | Problem: Hash#fetch doesn't raise KeyError when a key cannot be found | Asmod4n | |
| Solution: change the Exception class raised to KeyError when a key cannot be found. | |||
| 2015-09-17 | Merge remote-tracking branch 'mruby/master' | Asmod4n | |
| 2015-09-17 | Merge pull request #2953 from takahashim/string_aset | Yukihiro "Matz" Matsumoto | |
| support String#[pos, len]= val | |||
| 2015-09-16 | support String#[]= with 3 args | takahashim | |
| 2015-09-16 | Merge pull request #2952 from takahashim/hash-fetch-block-key | Yukihiro "Matz" Matsumoto | |
| fix block variable in Hash#fetch | |||
| 2015-09-16 | fix block variable in Hash#fetch | takahashim | |
| 2015-09-15 | Merge pull request #2951 from tatsuhiro-t/mrb_close_with_nullptr | Yukihiro "Matz" Matsumoto | |
| Don't crash if NULL is passed to mrb_close | |||
| 2015-09-14 | instance_eval should set target_class; close #2936 | Yukihiro "Matz" Matsumoto | |
| target_class should be singleton class of the receiver | |||
| 2015-09-12 | Don't crash if NULL is passed to mrb_close | Tatsuhiro Tsujikawa | |
| Sometimes it is very useful just return from mrb_close if NULL is passed as mrb. This is the same spirit of free(3), which just does nothing if NULL is passed. | |||
