FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for include/mruby.h - netsec/mruby · GitHub
netsec
/
mruby
Public
forked from
polyfox/mruby
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
mruby
include
mruby.h
on
master
User selector
Datepicker
Commit history
Commits on Jun 24, 2015
remove deprecated.h
matz
committed
e88e7dc
View commit details
Copy full SHA for e88e7dc
View code at this point
Browse repository at this point
Commits on Jun 23, 2015
Move deprecated macros and functions to dedicated header file
furunkel
committed
e90f0d5
View commit details
Copy full SHA for e90f0d5
View code at this point
Browse repository at this point
Commits on May 28, 2015
simplify all IS* and TO* macros
Show description for 85075be
cremno
committed
85075be
View commit details
Copy full SHA for 85075be
View code at this point
Browse repository at this point
simplify ISASCII() macro
cremno
committed
cd4cc3b
View commit details
Copy full SHA for cd4cc3b
View code at this point
Browse repository at this point
Commits on May 18, 2015
fix type of mrb_exc_new()'s len parameter
Show description for dc47939
cremno
committed
dc47939
View commit details
Copy full SHA for dc47939
View code at this point
Browse repository at this point
Commits on May 15, 2015
Update Coopyright Information to year 2015
bovi
committed
02fffb0
View commit details
Copy full SHA for 02fffb0
View code at this point
Browse repository at this point
Commits on Feb 19, 2015
add a prototype declaration for mrb_fiber_resume(); ref #1269
matz
committed
44d8a40
View commit details
Copy full SHA for 44d8a40
View code at this point
Browse repository at this point
Commits on Jan 3, 2015
Removed duplicated declarations.
Show description for dae42ff
cubicdaiya
committed
dae42ff
View commit details
Copy full SHA for dae42ff
View code at this point
Browse repository at this point
Commits on Dec 1, 2014
fix ISBLANK() for Visual Studio < 2013 (ref #2658)
Show description for f6d15cf
cremno
committed
f6d15cf
View commit details
Copy full SHA for f6d15cf
View code at this point
Browse repository at this point
Commits on Nov 19, 2014
Merge pull request #2640 from mruby-Forum/v1.1.0
Show description for 4e4bfb0
mimaki
committed
4e4bfb0
View commit details
Copy full SHA for 4e4bfb0
View code at this point
Browse repository at this point
Commits on Nov 18, 2014
separate mrb_notimplement() and mrb_notimplement_m(); ref #2636
matz
committed
5c6d630
View commit details
Copy full SHA for 5c6d630
View code at this point
Browse repository at this point
Add mruby debugger (mrdb)
mimaki
committed
e5bacc0
View commit details
Copy full SHA for e5bacc0
View code at this point
Browse repository at this point
Commits on Nov 17, 2014
Implement C API mrb_notimplement
ksss
committed
9a06cfa
View commit details
Copy full SHA for 9a06cfa
View code at this point
Browse repository at this point
Commits on Oct 28, 2014
Fix mrb_convert_to_integer.
suzukaze
committed
5235e54
View commit details
Copy full SHA for 5235e54
View code at this point
Browse repository at this point
Commits on Sep 30, 2014
O(1) mrb_sym2name_len(); close #2591
Show description for 4a55b42
matz
committed
4a55b42
View commit details
Copy full SHA for 4a55b42
View code at this point
Browse repository at this point
Commits on Sep 14, 2014
change mrb_sym type from uint16_t to uint32_t
matz
committed
6057b2e
View commit details
Copy full SHA for 6057b2e
View code at this point
Browse repository at this point
Commits on Aug 27, 2014
add symbol table overflow check
Show description for 89b2764
cremno
committed
89b2764
View commit details
Copy full SHA for 89b2764
View code at this point
Browse repository at this point
Commits on Aug 6, 2014
Rename GC_STATE_NONE GC_STATE_ROOT
suzukaze
committed
21f5837
View commit details
Copy full SHA for 21f5837
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 17, 2014
Add field `allocf_ud` to replace current `ud`.
Show description for fc9a91c
take-cheeze
committed
fc9a91c
View commit details
Copy full SHA for fc9a91c
View code at this point
Browse repository at this point
Commits on Jul 12, 2014
use SystemStackError instead of RuntimeError
matz
committed
4501598
View commit details
Copy full SHA for 4501598
View code at this point
Browse repository at this point
Commits on Jul 8, 2014
Clean up value.h and mrb_value boxing
AE9RB
authored and
matz
committed
249f05e
View commit details
Copy full SHA for 249f05e
View code at this point
Browse repository at this point
Commits on Jun 23, 2014
rename mrb_open_without_mrbgems to mrb_open_core
take-cheeze
authored and
matz
committed
baca365
View commit details
Copy full SHA for baca365
View code at this point
Browse repository at this point
make default allocf public to use it with mrb_open_without_mrbgems
take-cheeze
authored and
matz
committed
36813c8
View commit details
Copy full SHA for 36813c8
View code at this point
Browse repository at this point
add mrb_open_without_mrbgems API
take-cheeze
authored and
matz
committed
6bb56ed
View commit details
Copy full SHA for 6bb56ed
View code at this point
Browse repository at this point
Commits on Jun 16, 2014
Add fixed state atexit stack feature.
Show description for 62f41dd
take-cheeze
committed
62f41dd
View commit details
Copy full SHA for 62f41dd
View code at this point
Browse repository at this point
Commits on Jun 10, 2014
rename mrb_atexit to mrb_state_atexit to clarify a func will be called at the end of state, not process; ref #2211
matz
committed
fe95f44
View commit details
Copy full SHA for fe95f44
View code at this point
Browse repository at this point
Commits on Jun 9, 2014
Fallback to `mrb_assert` instead of dirty trick.
take-cheeze
committed
4de468e
View commit details
Copy full SHA for 4de468e
View code at this point
Browse repository at this point
Commits on Jun 8, 2014
Use `_Static_assert` when C11 is available and use it in pointer size check.
take-cheeze
committed
4a27dd0
View commit details
Copy full SHA for 4a27dd0
View code at this point
Browse repository at this point
Commits on Jun 5, 2014
implement `ISASCII` correctly
cremno
committed
c4c4706
View commit details
Copy full SHA for c4c4706
View code at this point
Browse repository at this point
Merge branch 'atexit' of https://github.com/take-cheeze/mruby into take-cheeze-atexit
matz
committed
a763d11
View commit details
Copy full SHA for a763d11
View code at this point
Browse repository at this point
Commits on Jun 4, 2014
use pre-allocated RuntimeError for out-of-memory
matz
committed
d62ce56
View commit details
Copy full SHA for d62ce56
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 13, 2014
should use mrb_type() for the sake of MRB_WORD_BOXING
matz
committed
190d9eb
View commit details
Copy full SHA for 190d9eb
View code at this point
Browse repository at this point
Commits on May 8, 2014
Add API `mrb_atexit()`.
Show description for 64300b2
take-cheeze
committed
64300b2
View commit details
Copy full SHA for 64300b2
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL