FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src - drbrain/mruby · GitHub
drbrain
/
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
src
on
master
User selector
Datepicker
Commit history
Commits on Apr 11, 2016
vm.c: mrb_hash_set() may reallocate VM stack; close #3133
matz
committed
ae5b5ce
View commit details
Copy full SHA for ae5b5ce
View code at this point
Browse repository at this point
Commits on Mar 24, 2016
Add missing regs update
Show description for c69cba2
kou
committed
c69cba2
View commit details
Copy full SHA for c69cba2
View code at this point
Browse repository at this point
Commits on Mar 7, 2016
change backtrace sep from const char* to char
matz
committed
0c28c7d
View commit details
Copy full SHA for 0c28c7d
View code at this point
Browse repository at this point
Commits on Mar 6, 2016
Fix segmentation fault by backtrace and GC
Show description for f1eb3ae
kou
committed
f1eb3ae
View commit details
Copy full SHA for f1eb3ae
View code at this point
Browse repository at this point
Revert "Merge pull request #3126 from jbreeden/backtrace_irep_null_check"
Show description for d77c72d
kou
committed
d77c72d
View commit details
Copy full SHA for d77c72d
View code at this point
Browse repository at this point
Commits on Mar 5, 2016
Fix Travis CI
jbreeden
committed
d2a8f7e
View commit details
Copy full SHA for d2a8f7e
View code at this point
Browse repository at this point
Null check for irep & initialize loc.lineno
jbreeden
committed
e02ff85
View commit details
Copy full SHA for e02ff85
View code at this point
Browse repository at this point
Commits on Feb 26, 2016
The original code crashed when mrb->backtrace.n grew to 16.
Show description for d6cbe1b
Carlo Prelz
committed
d6cbe1b
View commit details
Copy full SHA for d6cbe1b
View code at this point
Browse repository at this point
Commits on Feb 24, 2016
Avoid Error when Compiling with -std=c99 flag
rmalizia44
committed
52aba8a
View commit details
Copy full SHA for 52aba8a
View code at this point
Browse repository at this point
Commits on Feb 22, 2016
cosmetic change for OP_EQ
matz
committed
81acbd2
View commit details
Copy full SHA for 81acbd2
View code at this point
Browse repository at this point
Commits on Feb 17, 2016
need to free context when reclaiming fiber object in GC; fix #3109
matz
committed
ec35e54
View commit details
Copy full SHA for ec35e54
View code at this point
Browse repository at this point
Commits on Feb 5, 2016
[cppcheck] mrb_str_rindex() remove unnecessary len update by chars2bytes()
matz
committed
62b06ab
View commit details
Copy full SHA for 62b06ab
View code at this point
Browse repository at this point
[cppcheck] remove duplicated break
matz
committed
af4dd3d
View commit details
Copy full SHA for af4dd3d
View code at this point
Browse repository at this point
Hash: check flags before accessing ifnone; ref #980
matz
committed
3c73c31
View commit details
Copy full SHA for 3c73c31
View code at this point
Browse repository at this point
Commits on Feb 4, 2016
cache UTF8 status for utf8_strlen(); ref #980
matz
committed
25e4ec3
View commit details
Copy full SHA for 25e4ec3
View code at this point
Browse repository at this point
cache mrb_regexp_p(); ref #980
matz
committed
5e514c9
View commit details
Copy full SHA for 5e514c9
View code at this point
Browse repository at this point
Commits on Jan 21, 2016
Fix SEGV by stack extension in mrb_get_args()
Show description for c77123d
kou
committed
c77123d
View commit details
Copy full SHA for c77123d
View code at this point
Browse repository at this point
Commits on Jan 19, 2016
Fix SEGV on re-raising NoMemoryError
Show description for 1d84b32
kou
committed
1d84b32
View commit details
Copy full SHA for 1d84b32
View code at this point
Browse repository at this point
Commits on Jan 14, 2016
Fix all zero string case
syohex
committed
787685a
View commit details
Copy full SHA for 787685a
View code at this point
Browse repository at this point
Commits on Jan 11, 2016
Merge pull request #3080 from kou/fix-class-variable-in-module
Show description for 8143285
matz
committed
8143285
View commit details
Copy full SHA for 8143285
View code at this point
Browse repository at this point
Commits on Jan 10, 2016
Fix class variable reference in module
Show description for ad492eb
kou
committed
ad492eb
View commit details
Copy full SHA for ad492eb
View code at this point
Browse repository at this point
Commits on Jan 7, 2016
Fix segfault on mrb_exc_backtrace.
Show description for 146a9ee
simon-shopify
committed
146a9ee
View commit details
Copy full SHA for 146a9ee
View code at this point
Browse repository at this point
replace mrb_toplevel_run() by mrb_top_run()
matz
committed
f3cce24
View commit details
Copy full SHA for f3cce24
View code at this point
Browse repository at this point
change mrb_run related API names; compatibility macros provided
matz
committed
f7afe1d
View commit details
Copy full SHA for f7afe1d
View code at this point
Browse repository at this point
move KHASH_DECLARE(ht..) to mruby/hash.h; close #3073
matz
committed
725b3ca
View commit details
Copy full SHA for 725b3ca
View code at this point
Browse repository at this point
printf precision parameter must be 'int' type
Show description for 931cc03
syohex
committed
931cc03
View commit details
Copy full SHA for 931cc03
View code at this point
Browse repository at this point
Commits on Jan 6, 2016
symname_p support `!~`
ksss
committed
af21b36
View commit details
Copy full SHA for af21b36
View code at this point
Browse repository at this point
Commits on Jan 5, 2016
bytes2chars() conversion to fail if target byte offset is not on the character boundary; ref #3067
Show description for 9145aed
matz
committed
9145aed
View commit details
Copy full SHA for 9145aed
View code at this point
Browse repository at this point
Commits on Jan 4, 2016
stack_extend before eval_under()
matz
committed
aec825a
View commit details
Copy full SHA for aec825a
View code at this point
Browse repository at this point
Commits on Jan 2, 2016
instance_eval should pass the receiver as a block parameter; close #3029
matz
committed
aa1f668
View commit details
Copy full SHA for aa1f668
View code at this point
Browse repository at this point
mruby-fiber: fiber_switch() to use nesting VM when it's called from C API or mrb_funcall(); close #3056
matz
committed
bd462c5
View commit details
Copy full SHA for bd462c5
View code at this point
Browse repository at this point
Commits on Dec 31, 2015
Merge pull request #3067 from ksss/use-memchr
Show description for 31b8469
matz
committed
31b8469
View commit details
Copy full SHA for 31b8469
View code at this point
Browse repository at this point
Use memchr for performance
Show description for 6c1b6ef
ksss
committed
6c1b6ef
View commit details
Copy full SHA for 6c1b6ef
View code at this point
Browse repository at this point
Commits on Dec 30, 2015
GC must scan env from fibers even when it's not yet copied to heap; fix #3063
matz
committed
3531fe1
View commit details
Copy full SHA for 3531fe1
View code at this point
Browse repository at this point
Commits on Dec 29, 2015
Support backtrace after method calls
Show description for a561bdb
kou
committed
a561bdb
View commit details
Copy full SHA for a561bdb
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL