- 06 Mar, 2014 4 commits
-
-
Yukihiro "Matz" Matsumoto authored
Fix build on mingw32
-
mattn authored
-
Yukihiro "Matz" Matsumoto authored
fixed broken gettimeofday implementation for Windows
-
unak authored
small, but critical typo :)
-
- 05 Mar, 2014 36 commits
-
-
Yukihiro "Matz" Matsumoto authored
Fix and add test for Proc#source_location.
-
Yukihiro "Matz" Matsumoto authored
visualcpp toolchain: change compiler/linker flags
-
Yukihiro "Matz" Matsumoto authored
error.h: add extern "C" for C++
-
cremno authored
with these flags visualcpp should behave more like the gcc toolchain c: - produce debug information - optimize for speed instead of disabling optimization - use non-debug version of Microsoft's C library - remove unused and unnecessary macro definitions cxx: - separate C and C++ (#1594) - specify kind of exception handling (see warning C4530) linker: - produce debug information - disable incremental linking and re-enable optimizations
-
cremno authored
-
take_cheeze authored
-
Yukihiro "Matz" Matsumoto authored
__FILE__ test: add support for \ as separator
-
Yukihiro "Matz" Matsumoto authored
mruby-time: add gettimeofday(2) for Windows
-
Yukihiro "Matz" Matsumoto authored
mruby-time: various smaller changes
-
cremno authored
-
cremno authored
-
cremno authored
-
cremno authored
-
cremno authored
-
cremno authored
-
cremno authored
-
cremno authored
-
cremno authored
-
cremno authored
-
Yukihiro "Matz" Matsumoto authored
small refactor in mirb
-
takkaw authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Change the position of -L option from MRUBY_LIBS to MRUBY_LDFLAGS
-
Yukihiro "Matz" Matsumoto authored
remove unused variable
-
MATSUMOTO Ryosuke authored
-
Yukihiro "Matz" Matsumoto authored
fix mruby command returning EXIT_SUCCESS when program file can't be opened.
-
cubicdaiya authored
GLOBAL_RAND_SEED_KEY is no longer used.
-
Tatsuya Matsumoto authored
opened.
-
Yukihiro "Matz" Matsumoto authored
fix argument spec setting of Kernel.exit method.
-
Tatsuya Matsumoto authored
this method requires 1 optional argument.
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Add existing include/ directory only.
-
Yukihiro "Matz" Matsumoto authored
Fix #1803
-
take_cheeze authored
-