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
path:
root
/
src
/
error.c
Age
Commit message (
Expand
)
Author
2014-05-04
Fix comment of exc_inspect (and adjust spaces)
yui-knk
2014-04-26
Fix MSVC warnings for error.c
kyab
2014-04-16
get classname and concatenate ": " only once
cremno
2014-04-16
convert exception message to string
cremno
2014-04-16
resolve conflict
Yukihiro "Matz" Matsumoto
2014-04-14
exc_inspect: dup file and check mesg only once
cremno
2014-04-11
Qualify argv argument of API `const`.
Takeshi Watanabe
2014-03-01
move jmpbuf_id to generated file
take_cheeze
2014-03-01
support c++ exception
take_cheeze
2014-02-27
use mrb_str_cat_lit() intead of mrb_str_cat
cubicdaiya
2014-02-27
revert 38e9ce21 and API changed; mrb_get_backtrace() -> renamed to mrb_exc_ba...
Yukihiro "Matz" Matsumoto
2014-02-20
move src/error.h to include/mruby/error.h
take_cheeze
2014-01-31
use mrb_bool, FALSE and TRUE more
cremno
2014-01-31
clean up external symbols
cremno
2014-01-07
remove superfluous includes
cremno
2013-12-01
add mrb_intern_lit for creating symbol from string literal
take_cheeze
2013-11-29
rename mrb_intern2() to mrb_intern(); huge API incompatibility; close #1513
Yukihiro "Matz" Matsumoto
2013-11-18
renamed mrb_exc_new3 to mrb_exc_new_str
cremno
2013-10-15
better error position display
Yukihiro "Matz" Matsumoto
2013-09-03
remove Exception#verbose_backtrace; #1495
Yukihiro "Matz" Matsumoto
2013-09-02
rename debug function name
take_cheeze
2013-09-02
support multiple filename in irep
take_cheeze
2013-09-02
add verbose_backtrace
take_cheeze
2013-08-25
add Exception#backtrace
wanabe
2013-08-13
define Class#new in ruby to call #initialize
Yukihiro "Matz" Matsumoto
2013-07-25
refactor out longjmp() to a function
Yukihiro "Matz" Matsumoto
2013-07-22
change else formatting
Yukihiro "Matz" Matsumoto
2013-05-20
primary mruby fiber implementation
Yukihiro "Matz" Matsumoto
2013-05-10
change mrb_bug to get mrb_state and %S formatter
Yukihiro "Matz" Matsumoto
2013-05-10
change mrb_warn to get mrb_state and %S formatter
Yukihiro "Matz" Matsumoto
2013-04-25
rename every ARGS_XXX to MRB_ARGS_XXX; ref #1206
Yukihiro "Matz" Matsumoto
2013-04-04
Add `NameError#name`. Fix `NameError.new` and `NameError.initialize`. Enable ...
Masaki Muranaka
2013-03-29
Remove API mrb_string_value(). There have mrb_str_to_str() in the core. And m...
Masaki Muranaka
2013-03-29
Sort include files. Some redundant includes are removed.
Masaki Muranaka
2013-03-28
Merge branch 'pr-fix-mrb_format' of https://github.com/monaka/mruby into mona...
Yukihiro "Matz" Matsumoto
2013-03-28
Modify mrb_name_error() to use mrb_format().
Masaki Muranaka
2013-03-28
Fix. In some cases, %S substitutions were failed.
Masaki Muranaka
2013-03-28
Remove the escape backslash from the result string.
Masaki Muranaka
2013-03-27
use new mrb_format API from mrb_raisef; its only format specifier is "%S" (st...
Yukihiro Matz Matsumoto
2013-03-27
implement mrb_format and mrb_vformat
Yukihiro Matz Matsumoto
2013-03-25
remove unused functions 'mrb_strerrno' and 'mrb_bug_errno'.
crimsonwoods
2013-03-24
Remove unused mrb_sprintf
mattn
2013-03-23
Rename API mrb_str_cat2() to mrb_str_cat_cstr(). This is for naming orthogona...
Masaki Muranaka
2013-03-23
Use mrb_str_cat() instead of mrb_str_cat2() as possible.
Masaki Muranaka
2013-03-22
Use mrb_intern2() instead of mrb_intern(). This is for avoiding overhead by s...
Masaki Muranaka
2013-03-19
rename mrb_true_or_false_value() to mrb_bool_value()
Yukihiro Matz Matsumoto
2013-03-19
Use mrb_true_or_false_value() / in exc_equal().
Masaki Muranaka
2013-03-16
Remove stdlib.h from mruby.h. It is for portability (care for freestanding en...
Masaki Muranaka
2013-03-15
obsolete mrb_object; opposite of bc870ce
Yukihiro Matz Matsumoto
2013-03-13
mrb_str_new2 -> mrb_str_new_cstr
Tomoyuki Sahara
[next]