| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-06-30 | Fix some signed unsigned warnings, int to size_t. | Carson McDonald | |
| 2013-06-29 | Merge pull request #1321 from suzukaze/refactor-range-c | Yukihiro "Matz" Matsumoto | |
| Refactor mrb_range_eq() func in range.c. | |||
| 2013-06-29 | Merge pull request #1320 from suzukaze/refactor-object-c | Yukihiro "Matz" Matsumoto | |
| Refactor mrb_obj_eq() func in object.c. | |||
| 2013-06-30 | Refactor mrb_range_eq() func in range.c. | Jun Hiroe | |
| 2013-06-30 | Refactor mrb_obj_eq() func in object.c. | Jun Hiroe | |
| 2013-06-29 | Merge pull request #1304 from iij/pr_nil_methods | Yukihiro "Matz" Matsumoto | |
| add nil.to_a, nil.to_f, nil.to_i methods | |||
| 2013-06-29 | Merge pull request #1318 from Fleurer/refactor_realloc | Yukihiro "Matz" Matsumoto | |
| refactor mrb_realloc() in gc.c | |||
| 2013-06-29 | Merge pull request #1317 from cremno/crc.c-include-stddef.h | Yukihiro "Matz" Matsumoto | |
| crc.c - replace POSIX with C99 header | |||
| 2013-06-29 | Merge pull request #1314 from suzukaze/refactor-hash-c | Yukihiro "Matz" Matsumoto | |
| Refactor mrb_hash_empty_p() func in hash.c | |||
| 2013-06-29 | Merge pull request #1313 from mimaki/fix-mrb_get_args-z-format | Yukihiro "Matz" Matsumoto | |
| ArgumentError raised when mrb_get_args(mrb, "z", ...) receives substring. | |||
| 2013-06-29 | Merge pull request #1312 from kyab/fix_due_example | Yukihiro "Matz" Matsumoto | |
| Fix include path of ArduinoDue example | |||
| 2013-06-29 | Merge pull request #1311 from cremno/msvc-2013-support | Yukihiro "Matz" Matsumoto | |
| Visual Studio 2013 support (and two other fixes) | |||
| 2013-06-29 | Merge pull request #1310 from iij/pr-fix-regexp-escape | Yukihiro "Matz" Matsumoto | |
| Avoid read_escape() in case of regexp | |||
| 2013-06-28 | refactor mrb_realloc() | fleuria | |
| remove the redundant codes with mrb_malloc_simple() | |||
| 2013-06-28 | replaced POSIX header with standard C header | Cremno | |
| 2013-06-28 | add nil.to_a, nil.to_f, nil.to_i methods | Akira Yumiyama | |
| 2013-06-27 | Refactor mrb_hash_empty_p() func in hash.c | Jun Hiroe | |
| 2013-06-27 | fix unnecessary exception in mrb_get_args with "z" format. | mimaki | |
| 2013-06-27 | include inttypes.h if _MSC_VER is not defined | Cremno | |
| 2013-06-27 | Fix include path of ArduinoDue example | kyab | |
| 2013-06-27 | Visual Studio 2013 support + strtof + inline | Cremno | |
| - VC12 has better C99 library support due to C++11 - defined strtof for VC11 or older - define "inline" only if the C compiler is used | |||
| 2013-06-27 | Avoid read_escape() in case of regexp | Takashi Sogabe | |
| 2013-06-26 | Merge pull request #1308 from suzukaze/refactor-hash-c | Yukihiro "Matz" Matsumoto | |
| Refactor mrb_hash_has_keyWithKey() func in hash.c | |||
| 2013-06-26 | Merge pull request #1307 from carsonmcdonald/keyduparenafix | Yukihiro "Matz" Matsumoto | |
| Add arena save/restore around use of hash KEY. | |||
| 2013-06-26 | Refactor mrb_hash_has_keyWithKey() func in hash.c | Jun Hiroe | |
| 2013-06-26 | Add arena save/restore around use of hash KEY. | Carson McDonald | |
| 2013-06-25 | use mrb_malloc_simple() to allocate crc buffer; close #1302 | Yukihiro "Matz" Matsumoto | |
| 2013-06-25 | add mrb_malloc_simple() that returns NULL on error | Yukihiro "Matz" Matsumoto | |
| 2013-06-24 | Merge pull request #1303 from kyab/sirep_fix2 | Yukihiro "Matz" Matsumoto | |
| Fix crash on load *mrb | |||
| 2013-06-25 | Fix crash on load *mrb | kyab | |
| 2013-06-24 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro "Matz" Matsumoto | |
| 2013-06-24 | fixed a bug in push back list; close #1298 | Yukihiro "Matz" Matsumoto | |
| 2013-06-21 | Merge pull request #1296 from kyab/fallback-for-crc-buffer | Yukihiro "Matz" Matsumoto | |
| Add fallback for allocate CRC buffer | |||
| 2013-06-21 | Merge pull request #1295 from kyab/improve-target-example | Yukihiro "Matz" Matsumoto | |
| Improve target example to more practical. | |||
| 2013-06-22 | Add fallback for allocate CRC buffer | kyab | |
| 2013-06-22 | Improve target example to more practical. | kyab | |
| 2013-06-21 | Merge pull request #1293 from monaka/pr-cleanup-mrb_str_resize | Yukihiro "Matz" Matsumoto | |
| Cleanup mrb_str_resize(). | |||
| 2013-06-21 | Cleanup mrb_str_resize(). | Masaki Muranaka | |
| 2013-06-20 | Merge pull request #1292 from cubicdaiya/dry_mrb_str_new_cstr | Yukihiro "Matz" Matsumoto | |
| make mrb_str_new_cstr DRY | |||
| 2013-06-21 | make mrb_str_new_cstr DRY | cubicdaiya | |
| Using str_new eliminates duplicated codes in mrb_str_new_cstr. | |||
| 2013-06-20 | Merge pull request #1290 from kyab/fix_abort_warning | Yukihiro "Matz" Matsumoto | |
| Fix compile warning for abort() when MRB_GC_STRESS is defined | |||
| 2013-06-20 | Fix compile warning for abort | kyab | |
| 2013-06-18 | Merge pull request #1288 from iij/pr-typo-in-time | Yukihiro "Matz" Matsumoto | |
| fix typo: Tus -> Tue. | |||
| 2013-06-18 | fix typo: Tus -> Tue. | Tomoyuki Sahara | |
| 2013-06-16 | resolve conflict | Yukihiro "Matz" Matsumoto | |
| 2013-06-16 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro "Matz" Matsumoto | |
| 2013-06-16 | Merge pull request #1283 from kyab/crossbuild_fix | Yukihiro "Matz" Matsumoto | |
| Fix and refactor crossbuild target config | |||
| 2013-06-16 | Merge pull request #1284 from Bovi-Li/improve-test-2 | Yukihiro "Matz" Matsumoto | |
| Improve Test Infrastructure (Part 2) | |||
| 2013-06-16 | Merge pull request #1285 from kyab/compile_path_fix | Yukihiro "Matz" Matsumoto | |
| Remove extra separator in compile command | |||
| 2013-06-16 | Merge pull request #1282 from carsonmcdonald/littypofix | Yukihiro "Matz" Matsumoto | |
| Change seperator to separator | |||
