summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2012-05-16Merge remote-tracking branch 'upstream/master'Daniel Bovensiepen
2012-05-16Add Tests for NumericDaniel Bovensiepen
2012-05-16Add Tests for IntegerDaniel Bovensiepen
2012-05-16Add Math Test for new implementationDaniel Bovensiepen
2012-05-17add mrb_define_singleton_method/mrb_define_module_functionYukihiro Matsumoto
2012-05-17gmtime_r emulated by gmtime_s should return struct tm*; close #146Yukihiro Matsumoto
2012-05-16Better indention of assert reportDaniel Bovensiepen
2012-05-16Complete all Array ISO CodesDaniel Bovensiepen
2012-05-16Merge pull request #139 from pbosetti/masterYukihiro "Matz" Matsumoto
2012-05-16Merge pull request #142 from monaka/pr-initialize-variables-20110516Yukihiro "Matz" Matsumoto
2012-05-16Merge pull request #140 from monaka/pr-remove-unused-static-functionsYukihiro "Matz" Matsumoto
2012-05-16Merge pull request #143 from bovi/masterYukihiro "Matz" Matsumoto
2012-05-16Move assert lib for tests one directory up and add it always in the beginningDaniel Bovensiepen
2012-05-16Add newline in the end of test case files so that the concat of all files wor...Daniel Bovensiepen
2012-05-16Add first part of the bootstrap codeDaniel Bovensiepen
2012-05-16Remove array for now due to the reason that they are lost after exception wa...Daniel Bovensiepen
2012-05-16handle exceptions in tests and reduce syntax features in assert codeDaniel Bovensiepen
2012-05-16Avoid "may be used uninitialized in this function" warning.Masaki Muranaka
2012-05-16Remove unused static functions.Masaki Muranaka
2012-05-16Merged MSVC branchPaolo Bosetti
2012-05-15Code formatting; Added credits for erf/erfc implementationPaolo Bosetti
2012-05-15Added also support for erfc under MSVCPaolo Bosetti
2012-05-15Re-added Math finctions not supported under MSVC, and added preprocessor dire...Paolo Bosetti
2012-05-15Tested under MSVC by nkshigeru. Minor code formattingPaolo Bosetti
2012-05-15Merge pull request #1 from nkshigeru/mathmsvcPaolo Bosetti
2012-05-16fix for MSVCnkshigeru
2012-05-16Remove some redundant function declarations.Masaki Muranaka
2012-05-15Merge pull request #137 from mattn/fix_gmtime_rYukihiro "Matz" Matsumoto
2012-05-15Code formatting; Added credits for erf/erfc implementationPaolo Bosetti
2012-05-15Added also support for erfc under MSVCPaolo Bosetti
2012-05-15Re-added Math finctions not supported under MSVC, and added preprocessor dire...Paolo Bosetti
2012-05-16fix #127 on mingw.mattn
2012-05-15remove unused dependencyYukihiro Matsumoto
2012-05-15remove "comparison is always true" warningYukihiro Matsumoto
2012-05-15numeric division to return float valueYukihiro Matsumoto
2012-05-15add Numeric#**Yukihiro Matsumoto
2012-05-15Makefile: remove echo action from all targetYukihiro Matsumoto
2012-05-15remove non VC math functions; close #135Yukihiro Matsumoto
2012-05-15remove old MANDEL code; close #134Yukihiro Matsumoto
2012-05-15update Makefile dependencyYukihiro Matsumoto
2012-05-14OP_STOP to return exception object on errorYukihiro Matsumoto
2012-05-14make test restructuringYukihiro Matsumoto
2012-05-14Merge branch 'master' of github.com:mruby/mrubyYukihiro Matsumoto
2012-05-14Merge pull request #131 from bovi/masterYukihiro "Matz" Matsumoto
2012-05-14removed.. content is now in time.rbDaniel Bovensiepen
2012-05-14mrit - Embeddable Ruby ISO TestDaniel Bovensiepen
2012-05-14removed INSTALL.jaYukihiro Matsumoto
2012-05-14removed README.ja.mdYukihiro Matsumoto
2012-05-14removed lines the seem not to conform C99Yukihiro Matsumoto
2012-05-13Merge pull request #116 from pbosetti/masterYukihiro "Matz" Matsumoto