| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-05-27 | Merge pull request #199 from masamitsu-murase/remove_conflicts_of_definition | Yukihiro "Matz" Matsumoto | |
| Remove conflicts of definition | |||
| 2012-05-27 | Add "ifndef/endif" to avoid conflict of "MIN" and "MAX" definition. | Masamitsu MURASE | |
| 2012-05-27 | Add 'ifndef/endif' to avoid conflict of 'TRUE' definition. | Masamitsu MURASE | |
| 2012-05-26 | Merge pull request #196 from bovi/add-tests | Yukihiro "Matz" Matsumoto | |
| Add Enumerable tests and identify data corruption with merge in Hash | |||
| 2012-05-26 | Merge pull request #198 from bovi/add-compar-doc | Yukihiro "Matz" Matsumoto | |
| Add documentation to Comparable | |||
| 2012-05-27 | Add documentation to Comparable | Daniel Bovensiepen | |
| 2012-05-27 | add Enumerable tests and identify data corruption with merge in Hash | Daniel Bovensiepen | |
| 2012-05-26 | clear arena_idx after exiting scope; close #195 | Yukihiro Matsumoto | |
| 2012-05-25 | Merge pull request #194 from bovi/add-more-tests | Yukihiro "Matz" Matsumoto | |
| Add Tests for all Exception classes, for false, true, Proc, Module, nil ... | |||
| 2012-05-25 | Add Tests for all Exception classes, for false, true, Proc, Module, nil and ↵ | Daniel Bovensiepen | |
| Object | |||
| 2012-05-25 | adjust stack position before exiting mrb_run(); close #193 | Yukihiro Matsumoto | |
| 2012-05-24 | remove ZeroDivisionError since mruby gives float for integer division | Yukihiro Matsumoto | |
| 2012-05-24 | parser->colum number was wrong | Yukihiro Matsumoto | |
| 2012-05-24 | wrong number of arguments for self-assignments | Yukihiro Matsumoto | |
| 2012-05-23 | Merge pull request #189 from bovi/add-kernel-tests | Yukihiro "Matz" Matsumoto | |
| Add ISO Test Cases for Kernel | |||
| 2012-05-23 | Merge pull request #188 from thecodeshop/makefile-mods | Yukihiro "Matz" Matsumoto | |
| Makefile mods | |||
| 2012-05-24 | Add ISO Test Cases for Kernel | Daniel Bovensiepen | |
| 2012-05-23 | Clean and DRY up the basic Makefiles | Jon | |
| 2012-05-23 | Add `help` and `showconfig` targets to Makefile | Jon | |
| 2012-05-23 | Merge pull request #187 from thecodeshop/mirb-exit | Yukihiro "Matz" Matsumoto | |
| Teach mirb another way to quit | |||
| 2012-05-24 | raise error on too many arguments | Yukihiro Matsumoto | |
| 2012-05-24 | simplify Array#join | Yukihiro Matsumoto | |
| 2012-05-23 | Teach mirb another way to quit | Jon | |
| 2012-05-24 | made mrb_get_args() better (optinal args, type checks); close #173 #176 | Yukihiro Matsumoto | |
| 2012-05-23 | remove warning for open paren after space | Yukihiro Matsumoto | |
| 2012-05-23 | allow empty paren as a valid expr | Yukihiro Matsumoto | |
| 2012-05-23 | test t/*.rb spacing fix | Yukihiro Matsumoto | |
| 2012-05-23 | add dependency from keywords to lex.def | Yukihiro Matsumoto | |
| 2012-05-22 | Merge pull request #183 from thecodeshop/cmake-miss | Yukihiro "Matz" Matsumoto | |
| Add CMake support authorship miss | |||
| 2012-05-22 | Add CMake support authorship miss | Jon | |
| 2012-05-23 | cast style consistency | Yukihiro Matsumoto | |
| 2012-05-23 | add CMakeFiles and CMakeCache.txt to .gitignore | Yukihiro Matsumoto | |
| 2012-05-22 | Merge pull request #180 from mitchblank/master | Yukihiro "Matz" Matsumoto | |
| call mrb_close() in tools and test programs | |||
| 2012-05-23 | update the desciption regarding comforming to ISO, and provided tools | Yukihiro Matsumoto | |
| 2012-05-23 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro Matsumoto | |
| 2012-05-22 | Merge pull request #178 from monaka/pr-avoid-redundant-redeclaration-20110522 | Yukihiro "Matz" Matsumoto | |
| Avoid warning: redundant redeclaration of ‘OnigEncDefaultCharEncoding’ | |||
| 2012-05-23 | explicit normalization -0.0 to 0.0 | Yukihiro Matsumoto | |
| 2012-05-22 | Merge pull request #182 from thecodeshop/cmake | Yukihiro "Matz" Matsumoto | |
| Add CMake build infrastructure | |||
| 2012-05-22 | Add native and cross compiling CMake build support | Jon | |
| 2012-05-22 | First cmake build system. Works on Linux. | Beoran | |
| 2012-05-22 | remove unused prototype from hash.h | Yukihiro Matsumoto | |
| 2012-05-22 | remove unused MT code from hash.h | Yukihiro Matsumoto | |
| 2012-05-22 | should mark iv from MRB_TT_DATA | Yukihiro Matsumoto | |
| 2012-05-22 | change example code to do mrb_close() | Mitchell Blank Jr | |
| I was hoping this would cause valgrind to complain less, but there is still a lot of memory leaked (does mrb_close() actually free all of the managed blocks?) Anyway this helps somewhat and is good practice | |||
| 2012-05-22 | Merge remote-tracking branch 'upstream/master' | Mitchell Blank Jr | |
| Conflicts: src/time.c | |||
| 2012-05-22 | Avoid warning: redundant redeclaration of ‘OnigEncDefaultCharEncoding’ | Masaki Muranaka | |
| 2012-05-22 | always use value.i for MRB_TT_FALSE | Yukihiro Matsumoto | |
| 2012-05-21 | use mrb_int for struct tm fractions | Yukihiro Matsumoto | |
| 2012-05-21 | use mrb's allocator; thanks to @mitchblank | Yukihiro Matsumoto | |
| 2012-05-20 | Use integer constants to initialize mrb_int | Mitchell Blank Jr | |
| As per monaka's comment here... https://github.com/mruby/mruby/pull/175 ...changing these initializations of mrb_int values to use integer constants | |||
