summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2012-05-17libmruby.a should depend on libmruby_core.aYukihiro Matsumoto
2012-05-17compile error should contain line numberYukihiro Matsumoto
2012-05-17Merge pull request #156 from iwadon/update-gitignoreYukihiro "Matz" Matsumoto
Updated .gitignore for test/
2012-05-17Updated .gitignore for test/Hiroyuki Iwatsuki
2012-05-17print line number in compile error messagesYukihiro Matsumoto
2012-05-17too many line count in nextc()Yukihiro Matsumoto
2012-05-17Merge pull request #155 from nkshigeru/msvcYukihiro "Matz" Matsumoto
avoid passing NULL to fopen
2012-05-17add cast to remove warning; close #154Yukihiro Matsumoto
2012-05-17avoid passing NULL to fopennkshigeru
2012-05-16Merge pull request #153 from carsonmcdonald/irepfixYukihiro "Matz" Matsumoto
idx should be less than the cap, if it is equal irep needs to grow.
2012-05-17idx should be less than the cap, if it is equal irep needs to grow.Carson McDonald
2012-05-17no SEGV for nth_ref & back_ref; close #152Yukihiro Matsumoto
2012-05-17remove unused assignmentsYukihiro Matsumoto
2012-05-17add rule to clean libmruby.a from mrblib/MakefileYukihiro Matsumoto
2012-05-17avoid updating existing libmruby.a to avoid problems on low time resolution ↵Yukihiro Matsumoto
file systems; close #136
2012-05-17avoid isfinite() in num_powYukihiro Matsumoto
2012-05-17redefine POST/NEG FIXABLE using INT_MIN/MAXYukihiro Matsumoto
2012-05-17ignore return value from strtod()Yukihiro Matsumoto
2012-05-16Merge pull request #150 from pbosetti/math_testsYukihiro "Matz" Matsumoto
Changed test target for Math module in order to support fuzzy checking
2012-05-17use gperf -L ANSI-C to generate lex.defYukihiro Matsumoto
2012-05-16Merge branch 'master' into math_testsPaolo Bosetti
2012-05-17remove duplicated ruleYukihiro Matsumoto
2012-05-16Merge pull request #148 from bovi/masterYukihiro "Matz" Matsumoto
Add Tests for Math, Integer, Numeric and Array
2012-05-16Added some tests for trig functions in Math module. Also, tests are made ↵Paolo Bosetti
against a tolerance on Floats
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
Re-added Math functions missing under MSVC, with custom implementations
2012-05-16Merge pull request #142 from monaka/pr-initialize-variables-20110516Yukihiro "Matz" Matsumoto
Avoid "may be used uninitialized in this function" warning.
2012-05-16Merge pull request #140 from monaka/pr-remove-unused-static-functionsYukihiro "Matz" Matsumoto
Remove unused static functions
2012-05-16Merge pull request #143 from bovi/masterYukihiro "Matz" Matsumoto
Test Improvement
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 ↵Daniel Bovensiepen
works in all cases proper
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 ↵Daniel Bovensiepen
was raised
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 ↵Paolo Bosetti
directives to support these functions under MSVC too
2012-05-15Tested under MSVC by nkshigeru. Minor code formattingPaolo Bosetti
2012-05-15Merge pull request #1 from nkshigeru/mathmsvcPaolo Bosetti
Math MSVC
2012-05-16fix for MSVCnkshigeru
move declaration in the middle no signbit