FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for include - rkh/mruby · GitHub
rkh
/
mruby
Public
forked from
mruby/mruby
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
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
on
master
User selector
Datepicker
Commit history
Commits on Apr 3, 2014
space adjustment in khash.h
matz
committed
fc2b37f
View commit details
Copy full SHA for fc2b37f
View code at this point
Browse repository at this point
delete khash member upper_bound
ksss
committed
169cf75
View commit details
Copy full SHA for 169cf75
View code at this point
Browse repository at this point
Commits on Apr 2, 2014
Delete khash member mask and inc
Show description for 84ccc82
ksss
committed
84ccc82
View commit details
Copy full SHA for 84ccc82
View code at this point
Browse repository at this point
Use bool macro KHASH_DEFINE and KHASH_DECLARE
ksss
committed
8d15ef2
View commit details
Copy full SHA for 8d15ef2
View code at this point
Browse repository at this point
use size_t instead of int
ksss
committed
0f1a984
View commit details
Copy full SHA for 0f1a984
View code at this point
Browse repository at this point
delete unused indexes __m_* masks
ksss
committed
c816558
View commit details
Copy full SHA for c816558
View code at this point
Browse repository at this point
Commits on Mar 31, 2014
Use MRB_ENV_STACK_SHARED_P to check `cioff` field of REnv.
take-cheeze
committed
755ded2
View commit details
Copy full SHA for 755ded2
View code at this point
Browse repository at this point
Add macro MRB_ENV_UNSHARE_STACK instead of assigning -1 directly.
take-cheeze
committed
b38eb72
View commit details
Copy full SHA for b38eb72
View code at this point
Browse repository at this point
Use MRB_ENV_STACK_LEN instead of accessing `flags` directly to get REnv's stack length.
take-cheeze
committed
80534b6
View commit details
Copy full SHA for 80534b6
View code at this point
Browse repository at this point
Add API to define cfunc Proc with userdata.
Show description for bf6b1df
take-cheeze
committed
bf6b1df
View commit details
Copy full SHA for bf6b1df
View code at this point
Browse repository at this point
Commits on Mar 28, 2014
do not use "to_f" to retrieve floats in mrb_get_args(); close #1965
matz
committed
514cafe
View commit details
Copy full SHA for 514cafe
View code at this point
Browse repository at this point
Commits on Mar 25, 2014
add new function mrb_toplevel_run to prevent running through C function boudaries on exceptions; close #1942
matz
committed
bfd2a53
View commit details
Copy full SHA for bfd2a53
View code at this point
Browse repository at this point
REnv uses obj->c as env link; no super
matz
committed
b4dd356
View commit details
Copy full SHA for b4dd356
View code at this point
Browse repository at this point
Commits on Mar 23, 2014
Use MRB_ARGS_REST() instead of ARGS_REST()
Show description for 8f8c174
cubicdaiya
committed
8f8c174
View commit details
Copy full SHA for 8f8c174
View code at this point
Browse repository at this point
Commits on Mar 21, 2014
make Fiber#transfer compatible with CRuby
take-cheeze
committed
e854a0e
View commit details
Copy full SHA for e854a0e
View code at this point
Browse repository at this point
Commits on Mar 19, 2014
use FiberError in fiber exception raise
take-cheeze
committed
272fe3d
View commit details
Copy full SHA for 272fe3d
View code at this point
Browse repository at this point
Commits on Mar 18, 2014
Merge pull request #1890 from take-cheeze/fiber_resuming
Show description for d9107fd
matz
committed
d9107fd
View commit details
Copy full SHA for d9107fd
View code at this point
Browse repository at this point
rename mrb_yield_internal to mrb_yield_with_class since it's no longer internal
matz
committed
9084e03
View commit details
Copy full SHA for 9084e03
View code at this point
Browse repository at this point
export mrb_yield_internal.
tsahara
committed
93694fe
View commit details
Copy full SHA for 93694fe
View code at this point
Browse repository at this point
revert MRB_FIBER_RESUMED as MRB_FIBER_RESUMING to fix recurive resume
take-cheeze
committed
19c4bf6
View commit details
Copy full SHA for 19c4bf6
View code at this point
Browse repository at this point
string functions arguments changed from mrb_int to size_t that would take strlen()
matz
committed
792c1ad
View commit details
Copy full SHA for 792c1ad
View code at this point
Browse repository at this point
change mrb_int to size_t that would take strlen()
matz
committed
180b3d5
View commit details
Copy full SHA for 180b3d5
View code at this point
Browse repository at this point
add a space after C reserved words
matz
committed
3e24e06
View commit details
Copy full SHA for 3e24e06
View code at this point
Browse repository at this point
Commits on Mar 15, 2014
unify indent style
cubicdaiya
committed
cee1526
View commit details
Copy full SHA for cee1526
View code at this point
Browse repository at this point
Merge branch 'master' of github.com:mruby/mruby
matz
committed
ef884ca
View commit details
Copy full SHA for ef884ca
View code at this point
Browse repository at this point
string length type to be mrb_int
matz
committed
048bca4
View commit details
Copy full SHA for 048bca4
View code at this point
Browse repository at this point
symbol length type to be mrb_int
matz
committed
c476c1b
View commit details
Copy full SHA for c476c1b
View code at this point
Browse repository at this point
Add Fiber's double resume test and fix it.
take-cheeze
committed
62f0561
View commit details
Copy full SHA for 62f0561
View code at this point
Browse repository at this point
type of mrb_type() should be enum mrb_vtype when MRB_NAN_BOXING is on
matz
committed
ddd1bfd
View commit details
Copy full SHA for ddd1bfd
View code at this point
Browse repository at this point
Commits on Mar 12, 2014
Merge pull request #1849 from cremno/add-mrb_int_bit-macro
Show description for 5b3c76e
matz
committed
5b3c76e
View commit details
Copy full SHA for 5b3c76e
View code at this point
Browse repository at this point
Merge pull request #1851 from tmash06/add_include_limit_h
Show description for ad04b45
matz
committed
ad04b45
View commit details
Copy full SHA for ad04b45
View code at this point
Browse repository at this point
add including limits.h.
Show description for cfcd2e2
tmash06
committed
cfcd2e2
View commit details
Copy full SHA for cfcd2e2
View code at this point
Browse repository at this point
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 11, 2014
add MRB_INT_BIT
cremno
committed
1b6a4fb
View commit details
Copy full SHA for 1b6a4fb
View code at this point
Browse repository at this point
don't use of anonymous unions
take-cheeze
committed
bbb7ba4
View commit details
Copy full SHA for bbb7ba4
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL