FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for include/mruby/error.h - TressaOrg/mruby · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
TressaOrg
/
mruby
Public
forked from
mruby/mruby
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
mruby
include
mruby
error.h
on
master
User selector
Datepicker
Commit history
Commits on Nov 27, 2015
common.h are supposed to be included from other header, so call it with quotes; ref #3032
matz
committed
065966d
View commit details
Copy full SHA for 065966d
View code at this point
Browse repository at this point
include changed from by quotes ("") to by brackets (<>); close #3032
matz
committed
5c405de
View commit details
Copy full SHA for 5c405de
View code at this point
Browse repository at this point
Commits on Oct 21, 2015
Tag include/mruby/error.h functions with required mrbgem tag
sagmor
committed
d423849
View commit details
Copy full SHA for d423849
View code at this point
Browse repository at this point
Revert "Mark core gems with mrbgem tag"
Show description for 25c8e95
sagmor
committed
25c8e95
View commit details
Copy full SHA for 25c8e95
View code at this point
Browse repository at this point
Commits on Oct 20, 2015
Mark core gems with mrbgem tag
sagmor
committed
5cdcce8
View commit details
Copy full SHA for 5cdcce8
View code at this point
Browse repository at this point
Commits on Oct 8, 2015
Remove old doxygen tags
sagmor
committed
a0fe0c4
View commit details
Copy full SHA for a0fe0c4
View code at this point
Browse repository at this point
Commits on Sep 21, 2015
Sorting documentation grouping
sagmor
committed
40bf7bd
View commit details
Copy full SHA for 40bf7bd
View code at this point
Browse repository at this point
Setting up doxygen groups
sagmor
committed
c127614
View commit details
Copy full SHA for c127614
View code at this point
Browse repository at this point
Commits on Jul 15, 2015
add an small comment description in mruby/error.h header
matz
committed
1085167
View commit details
Copy full SHA for 1085167
View code at this point
Browse repository at this point
Use class array instead of variadic.
take-cheeze
authored and
matz
committed
f6b5a82
View commit details
Copy full SHA for f6b5a82
View code at this point
Browse repository at this point
Implement `mrb_protect`, `mrb_ensure`, `mrb_rescue`, `mrb_rescue_exceptions`.
Show description for cdd72d9
take-cheeze
authored and
matz
committed
cdd72d9
View commit details
Copy full SHA for cdd72d9
View code at this point
Browse repository at this point
Commits on Jul 13, 2015
refactor mrb_bob_missing to share raising NoMethodError code; fix #2878
Show description for 9c311dd
matz
committed
9c311dd
View commit details
Copy full SHA for 9c311dd
View code at this point
Browse repository at this point
Commits on Oct 15, 2014
remove header prototype of mrb_exc_print; close #2607
matz
committed
c5a23e6
View commit details
Copy full SHA for c5a23e6
View code at this point
Browse repository at this point
Commits on Sep 27, 2014
Remove duplicated mrb_print_backtrace() declaration
Show description for 55dca83
kou
committed
55dca83
View commit details
Copy full SHA for 55dca83
View code at this point
Browse repository at this point
Commits on Aug 21, 2014
Unify include guard styles and header comments.
cubicdaiya
committed
3b904e9
View commit details
Copy full SHA for 3b904e9
View code at this point
Browse repository at this point
Commits on Aug 3, 2014
add MRB_API modifiers to mruby API functions
matz
committed
206f89e
View commit details
Copy full SHA for 206f89e
View code at this point
Browse repository at this point
Commits on Jul 21, 2014
Use MRB_TT_EXCEPTION in exception object.
take-cheeze
committed
3c96602
View commit details
Copy full SHA for 3c96602
View code at this point
Browse repository at this point
Commits on Jun 2, 2014
Implement `NoMethodError#args`.
take-cheeze
committed
acec9d1
View commit details
Copy full SHA for acec9d1
View code at this point
Browse repository at this point
Commits on May 20, 2014
move prototype of mrb_format() from error.h to mruby.h; ref #2274
matz
committed
3cbae53
View commit details
Copy full SHA for 3cbae53
View code at this point
Browse repository at this point
Commits on May 6, 2014
Move Kernel#fail definition to mruby-kernel-ext mrbgem.
take-cheeze
committed
208bafb
View commit details
Copy full SHA for 208bafb
View code at this point
Browse repository at this point
Commits on Apr 11, 2014
Qualify argv argument of API `const`.
take-cheeze
committed
824d345
View commit details
Copy full SHA for 824d345
View code at this point
Browse repository at this point
Commits on Mar 12, 2014
add mrb_strlen_lit which makes _lit macros safer
Show description for e4afd53
cremno
committed
e4afd53
View commit details
Copy full SHA for e4afd53
View code at this point
Browse repository at this point
Commits on Mar 5, 2014
error.h: add extern "C" for C++
cremno
committed
cbc84ba
View commit details
Copy full SHA for cbc84ba
View code at this point
Browse repository at this point
Commits on Mar 3, 2014
introduce mrb_exc_new_str_lit for C string literals
cubicdaiya
committed
a514e31
View commit details
Copy full SHA for a514e31
View code at this point
Browse repository at this point
Commits on Mar 1, 2014
support c++ exception
take-cheeze
committed
78915f9
View commit details
Copy full SHA for 78915f9
View code at this point
Browse repository at this point
Commits on Feb 26, 2014
revert 38e9ce21 and API changed; mrb_get_backtrace() -> renamed to mrb_exc_backtrace since this is a backtrace method implementation of Exception; mrb_get_backtrace_at() -> removed; mrb_get_backtra…
Show description for 5b82297
matz
committed
5b82297
View commit details
Copy full SHA for 5b82297
View code at this point
Browse repository at this point
add new function mrb_get_backtrace_at() to get backtrace at ci and pc
matz
committed
38e9ce2
View commit details
Copy full SHA for 38e9ce2
View code at this point
Browse repository at this point
Commits on Feb 20, 2014
move src/error.h to include/mruby/error.h
take-cheeze
committed
08ea324
View commit details
Copy full SHA for 08ea324
View code at this point
Browse repository at this point
Loading
Back
|
FazBrowse Home
|
New Git URL