take_cheeze
|
c73f8d4def
|
move summary of mrbgems in default gembox to its spec
|
2014-03-17 00:34:24 +09:00 |
|
cremno
|
b7899aa6ee
|
mruby-math: remove Cygwin compatibility macros
nan:
The first non-test release of Cygwin 1.5.x was over a decade ago:
<http://cygwin.com/ml/cygwin-announce/2003-09/msg00001.html>
log/log10:
This workaround is not needed anymore (1.2.6.1, 1.3 - both over 6 years ago):
<https://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libm/math/w_log.c?cvsroot=src>
|
2014-02-12 00:03:12 +01:00 |
|
Julien Ammous
|
19f5430967
|
support freebsd versions without log2 function
|
2013-09-23 15:14:19 +02:00 |
|
wanabe
|
c9ac35f3ba
|
android doesn't have log2
|
2013-08-19 01:34:07 +09:00 |
|
Tomoyuki Sahara
|
116f75a8ce
|
"spec.author" is better for single-author gems.
"spec.author=" expects a String represents a single author.
"spec.authors=" expects an Array which is a list of multiple authors.
http://guides.rubygems.org/specification-reference/
|
2013-07-23 10:09:24 +09:00 |
|
Cremno
|
8728837478
|
Visual Studio 2013 support + strtof + inline
- 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 12:18:35 +02:00 |
|
kimu_shu
|
e720782f81
|
Add MRB_WORD_BOXING mode (represent mrb_value as a word)
|
2013-05-26 10:09:17 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
30d580ecbc
|
rename every ARGS_XXX to MRB_ARGS_XXX; ref #1206
|
2013-04-25 09:47:36 +09:00 |
|
Masaki Muranaka
|
6cd7017ec1
|
Remove trailing whitespaces. This is just a cosmetic change.
|
2013-03-03 10:54:00 +09:00 |
|
Daniel Bovensiepen
|
81f96cb9af
|
Move Math::TOLERANCE to mruby-math
|
2013-02-28 15:20:46 +00:00 |
|
Yukihiro Matz Matsumoto
|
12af04011f
|
mv mrgems/mruby-math to mrbgems
|
2013-02-28 22:41:08 +09:00 |
|