- 06 Aug, 2014 4 commits
-
-
Yukihiro "Matz" Matsumoto authored
Fix a typo in etc.c
-
bggd authored
-
Yukihiro "Matz" Matsumoto authored
mruby-strip doesn't need mrbgems
-
Yukihiro "Matz" Matsumoto authored
Refactor obj_free() in gc.c
-
- 05 Aug, 2014 8 commits
-
-
Jun Hiroe authored
-
Yukihiro "Matz" Matsumoto authored
revert accidental constify.
-
Tomoyuki Sahara authored
-
Yukihiro "Matz" Matsumoto authored
added Math.cos and Math.tan test case
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
kkkkkt authored
-
-
- 04 Aug, 2014 10 commits
-
-
Jun Hiroe authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
fix linkage of range_beg_len and mrb_range_beg_len
-
cremno authored
Reduces executable size by more than 50% (409->171 KB).
-
Yukihiro "Matz" Matsumoto authored
-
cremno authored
-
Yukihiro "Matz" Matsumoto authored
MSVC: add simple (v)snprintf implementation
-
Yukihiro "Matz" Matsumoto authored
change linkage of mrb_str_size to internal
-
Yukihiro "Matz" Matsumoto authored
fix conversion warnings (in gc.c)
-
Yukihiro "Matz" Matsumoto authored
remove unnecessary CHAR_BIT != 8 check
-
- 03 Aug, 2014 8 commits
-
-
cremno authored
Use RSTRING_LEN to get the length.
-
cremno authored
_snprintf is not C99's snprintf! This simple implementation, unlike _snprintf, always null-terminates and returns the expected return value (in most cases). Other C99 behaviors (like format specifiers) require adding a complete snprintf implementation. Do we want or need that? The same applies to vsnprintf (aka _vsnprintf).
-
cremno authored
Those warnings are not enabled by default, but getting rid of them doesn't hurt.
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
- 02 Aug, 2014 3 commits
-
-
Yukihiro "Matz" Matsumoto authored
Use Boolean macro in variable.c
-
Jun Hiroe authored
-
cremno authored
mruby uses uint8_t which implies CHAR_BIT == 8.
-
- 29 Jul, 2014 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
mirb: allocate `history_path` dynamically
-
- 27 Jul, 2014 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
Refactor sym_equal() in symbol.c
-
Jun Hiroe authored
-
- 26 Jul, 2014 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
add Module#module_function
-
- 24 Jul, 2014 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
Add field `allocf_ud` to replace current `ud`.
-
- 23 Jul, 2014 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
Silence "unused parameter" warnings in C++
-
Jonas Kulla authored
This has been done already, but the fixes were accidentally removed in 249f05e7.
-