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.h
Age
Commit message (
Expand
)
Author
2015-11-27
include changed from by quotes ("") to by brackets (<>); close #3032
Yukihiro "Matz" Matsumoto
2014-02-23
move declaration to the top of the block; ref #1727
Yukihiro "Matz" Matsumoto
2014-02-22
add src/error.h for compatibility reason
Yukihiro "Matz" Matsumoto
2014-02-20
move src/error.h to include/mruby/error.h
take_cheeze
2014-01-31
clean up external symbols
cremno
2013-11-18
renamed mrb_exc_new3 to mrb_exc_new_str
cremno
2013-07-25
refactor out longjmp() to a function
Yukihiro "Matz" Matsumoto
2013-04-04
Move mrb_name_error() declaration to mruby.h As it is requred by struct mrbgem.
Masaki Muranaka
2013-03-28
Modify mrb_name_error() to use mrb_format().
Masaki Muranaka
2013-03-25
remove unused functions 'mrb_strerrno' and 'mrb_bug_errno'.
crimsonwoods
2013-03-24
Remove unused mrb_sprintf
mattn
2013-03-01
Remove unused structures.
Masaki Muranaka
2012-08-18
rename MRUBY_OBJECT_HEADER to MRB_OBJECT_HEADER
Yukihiro Matsumoto
2012-06-15
Remove some redundant code.
Masaki Muranaka
2012-06-14
Fix redundant declraration warnings by gcc.
Masaki Muranaka
2012-04-30
rm whitespace
roco
2012-04-23
add file header
mimaki
2012-04-20
add mruby sources
mimaki