index
:
mruby
master
mruby2-draft
removing-y-tab-c
revert-5391-throw
stable
web_export
Lightweight Ruby
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2012-05-18
add extern "C" guards; close #126
Yukihiro Matsumoto
2012-05-17
Merge branch 'master' of github.com:mruby/mruby
Yukihiro Matsumoto
2012-05-17
libmruby.a should depend on libmruby_core.a
Yukihiro Matsumoto
2012-05-17
compile error should contain line number
Yukihiro Matsumoto
2012-05-17
Merge pull request #156 from iwadon/update-gitignore
Yukihiro "Matz" Matsumoto
2012-05-17
Updated .gitignore for test/
Hiroyuki Iwatsuki
2012-05-17
print line number in compile error messages
Yukihiro Matsumoto
2012-05-17
too many line count in nextc()
Yukihiro Matsumoto
2012-05-17
Merge pull request #155 from nkshigeru/msvc
Yukihiro "Matz" Matsumoto
2012-05-17
add cast to remove warning; close #154
Yukihiro Matsumoto
2012-05-17
avoid passing NULL to fopen
nkshigeru
2012-05-16
Merge pull request #153 from carsonmcdonald/irepfix
Yukihiro "Matz" Matsumoto
2012-05-17
idx should be less than the cap, if it is equal irep needs to grow.
Carson McDonald
2012-05-17
no SEGV for nth_ref & back_ref; close #152
Yukihiro Matsumoto
2012-05-17
remove unused assignments
Yukihiro Matsumoto
2012-05-17
add rule to clean libmruby.a from mrblib/Makefile
Yukihiro Matsumoto
2012-05-17
avoid updating existing libmruby.a to avoid problems on low time resolution f...
Yukihiro Matsumoto
2012-05-17
avoid isfinite() in num_pow
Yukihiro Matsumoto
2012-05-17
redefine POST/NEG FIXABLE using INT_MIN/MAX
Yukihiro Matsumoto
2012-05-17
ignore return value from strtod()
Yukihiro Matsumoto
2012-05-16
Merge pull request #150 from pbosetti/math_tests
Yukihiro "Matz" Matsumoto
2012-05-17
use gperf -L ANSI-C to generate lex.def
Yukihiro Matsumoto
2012-05-16
Merge branch 'master' into math_tests
Paolo Bosetti
2012-05-17
remove duplicated rule
Yukihiro Matsumoto
2012-05-16
Merge pull request #148 from bovi/master
Yukihiro "Matz" Matsumoto
2012-05-16
Added some tests for trig functions in Math module. Also, tests are made agai...
Paolo Bosetti
2012-05-16
Merge remote-tracking branch 'upstream/master'
Daniel Bovensiepen
2012-05-16
Add Tests for Numeric
Daniel Bovensiepen
2012-05-16
Add Tests for Integer
Daniel Bovensiepen
2012-05-16
Add Math Test for new implementation
Daniel Bovensiepen
2012-05-17
add mrb_define_singleton_method/mrb_define_module_function
Yukihiro Matsumoto
2012-05-17
gmtime_r emulated by gmtime_s should return struct tm*; close #146
Yukihiro Matsumoto
2012-05-16
Better indention of assert report
Daniel Bovensiepen
2012-05-16
Complete all Array ISO Codes
Daniel Bovensiepen
2012-05-16
Merge pull request #139 from pbosetti/master
Yukihiro "Matz" Matsumoto
2012-05-16
Merge pull request #142 from monaka/pr-initialize-variables-20110516
Yukihiro "Matz" Matsumoto
2012-05-16
Merge pull request #140 from monaka/pr-remove-unused-static-functions
Yukihiro "Matz" Matsumoto
2012-05-16
Merge pull request #143 from bovi/master
Yukihiro "Matz" Matsumoto
2012-05-16
Move assert lib for tests one directory up and add it always in the beginning
Daniel Bovensiepen
2012-05-16
Add newline in the end of test case files so that the concat of all files wor...
Daniel Bovensiepen
2012-05-16
Add first part of the bootstrap code
Daniel Bovensiepen
2012-05-16
Remove array for now due to the reason that they are lost after exception wa...
Daniel Bovensiepen
2012-05-16
handle exceptions in tests and reduce syntax features in assert code
Daniel Bovensiepen
2012-05-16
Avoid "may be used uninitialized in this function" warning.
Masaki Muranaka
2012-05-16
Remove unused static functions.
Masaki Muranaka
2012-05-16
Merged MSVC branch
Paolo Bosetti
2012-05-15
Code formatting; Added credits for erf/erfc implementation
Paolo Bosetti
2012-05-15
Added also support for erfc under MSVC
Paolo Bosetti
2012-05-15
Re-added Math finctions not supported under MSVC, and added preprocessor dire...
Paolo Bosetti
2012-05-15
Tested under MSVC by nkshigeru. Minor code formatting
Paolo Bosetti
[next]