- 03 Aug, 2014 4 commits
-
-
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).
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
- 02 Aug, 2014 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
Use Boolean macro in variable.c
-
Jun Hiroe authored
-
- 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 4 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.
-
Yukihiro "Matz" Matsumoto authored
Fix memory leak for test driver
-
ksss authored
-
- 22 Jul, 2014 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Use MRB_TT_EXCEPTION in exception object.
-
- 21 Jul, 2014 4 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
take_cheeze authored
-
Yukihiro "Matz" Matsumoto authored
-
- 20 Jul, 2014 3 commits
-
-
Yukihiro "Matz" Matsumoto authored
Move word boxing structs to "mruby/boxing_word.h".
-
take_cheeze authored
-
Yukihiro "Matz" Matsumoto authored
Print backtrace of crashed test in verbose mode.
-
- 19 Jul, 2014 1 commit
-
-
take_cheeze authored
-
- 18 Jul, 2014 1 commit
-
-
dreamedge authored
-
- 17 Jul, 2014 1 commit
-
-
take_cheeze authored
Since some use it as `mrb_state` associated user data.
-
- 16 Jul, 2014 5 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Check mrbgem.rake instead of directory to ignore empty directories in full-core gembox.
-
take_cheeze authored
-
Yukihiro "Matz" Matsumoto authored
-
- 15 Jul, 2014 4 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
take_cheeze authored
-
Yukihiro "Matz" Matsumoto authored
-
- 14 Jul, 2014 4 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Use `mrb_bool` as return type of `mrb_const_defined_at`.
-
Yukihiro "Matz" Matsumoto authored
Inherit `$mrbtest_verbose` flag in core tests.
-
take_cheeze authored
-