FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Commits · zh/mruby · GitHub
zh
/
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
Branch selector
User selector
Datepicker
Commit history
Commits on Jun 28, 2017
Provide better way to check compile errors.
Show description for aee1476
matz
committed
aee1476
View commit details
Copy full SHA for aee1476
Browse repository at this point
Revert "Make `mrb_load_exec` a static function."
Show description for 15945e1
matz
committed
15945e1
View commit details
Copy full SHA for 15945e1
Browse repository at this point
Avoid `mrb_funcall()` unless absolutely necessary; ref #3722
Show description for f0abd42
matz
committed
f0abd42
View commit details
Copy full SHA for f0abd42
Browse repository at this point
Commits on Jun 27, 2017
Remove unnecessary initialization of a local variable.
matz
committed
3554a41
View commit details
Copy full SHA for 3554a41
Browse repository at this point
No longer need to copy `argv` from `mrb_get_args`; ref #3722
matz
committed
877e165
View commit details
Copy full SHA for 877e165
Browse repository at this point
Copy argv from VM stack to avoid use-after-free; fix #3722
matz
committed
1a3b323
View commit details
Copy full SHA for 1a3b323
Browse repository at this point
Commits on Jun 23, 2017
Make `LocalJumpError` a subclass of `ScriptError`.
Show description for b30eba6
matz
committed
b30eba6
View commit details
Copy full SHA for b30eba6
Browse repository at this point
Should raise an exception if `break` called in ensure; fix #3721
matz
committed
d0717ef
View commit details
Copy full SHA for d0717ef
Browse repository at this point
Make `mrb_load_exec` a static function.
matz
committed
7944d9a
View commit details
Copy full SHA for 7944d9a
Browse repository at this point
Silence `mrbmemcpy` and `mrbmemset` warnings.
matz
committed
9a59cd7
View commit details
Copy full SHA for 9a59cd7
Browse repository at this point
Commits on Jun 21, 2017
No need to mark stacks of terminated fibers; fix #3720
matz
committed
b200c74
View commit details
Copy full SHA for b200c74
Browse repository at this point
Add write barrier to protect singleton class from GC; fix #3717
matz
committed
c41e262
View commit details
Copy full SHA for c41e262
Browse repository at this point
Silence rubocop warnings.
matz
committed
af0bef6
View commit details
Copy full SHA for af0bef6
Browse repository at this point
Add write barrier to protect proc reference from fiber; fix #3719
matz
committed
e8a4e42
View commit details
Copy full SHA for e8a4e42
Browse repository at this point
Use `alias enum_for to_enum` instead of `alias :enum_for :to_enum`.
matz
committed
464d3fc
View commit details
Copy full SHA for 464d3fc
Browse repository at this point
use `unless` instead of `if not`.
matz
committed
057be5f
View commit details
Copy full SHA for 057be5f
Browse repository at this point
Commits on Jun 20, 2017
Should call `ecall()` before callinfo adjustment; fix #3715
matz
committed
d0a7e01
View commit details
Copy full SHA for d0a7e01
Browse repository at this point
Array size can be cause integer overflow; fix #3710
matz
committed
bf1cb87
View commit details
Copy full SHA for bf1cb87
Browse repository at this point
Merge pull request #3718 from miura1729/original
Show description for 39779b3
matz
authored
39779b3
View commit details
Copy full SHA for 39779b3
Browse repository at this point
#3711 fix
miura1729
committed
0fa94f9
View commit details
Copy full SHA for 0fa94f9
Browse repository at this point
Avoid using `snprintf(3)` in case `MRB_DISABLE_STDIO`; fix #3714
matz
committed
615e7e4
View commit details
Copy full SHA for 615e7e4
Browse repository at this point
Merge pull request #3713 from Asmod4n/patch-2
Show description for 455f395
matz
authored
455f395
View commit details
Copy full SHA for 455f395
Browse repository at this point
Commits on Jun 19, 2017
Save gc_arena after buffer got allocated
Show description for abca63c
Asmod4n
authored
abca63c
View commit details
Copy full SHA for abca63c
Browse repository at this point
Fixed disclosure of local variables by `eval`; ref #3710
Show description for 0de7eec
matz
committed
0de7eec
View commit details
Copy full SHA for 0de7eec
Browse repository at this point
Increment the version number to `1.3.0`.
matz
committed
4d3027b
View commit details
Copy full SHA for 4d3027b
Browse repository at this point
Increment `RITE_BINARY_FORMAT_VER`.
Show description for ea250d5
matz
committed
ea250d5
View commit details
Copy full SHA for ea250d5
Browse repository at this point
Use `mrb_int` instead of `int` as argument to `mrb_hash_new_capa`.
matz
committed
667e788
View commit details
Copy full SHA for 667e788
Browse repository at this point
Commits on Jun 17, 2017
Use `mrb_int` instead of `int`.
matz
committed
b0f918d
View commit details
Copy full SHA for b0f918d
Browse repository at this point
Commits on Jun 16, 2017
Merge pull request #3706 from MasahikoSawada/fix_typo
Show description for 4b55174
matz
authored
4b55174
View commit details
Copy full SHA for 4b55174
Browse repository at this point
Mark the GC arena in `final_marking_phase`.
Show description for 08c385f
matz
committed
08c385f
View commit details
Copy full SHA for 08c385f
Browse repository at this point
Mark the root context in `final_marking_phase`.
Show description for 819ccd3
matz
committed
819ccd3
View commit details
Copy full SHA for 819ccd3
Browse repository at this point
Mark global variables in `final_marking_phase`; fix #3704
matz
committed
8daabe7
View commit details
Copy full SHA for 8daabe7
Browse repository at this point
Store operands to local variables.
Show description for a985847
matz
committed
a985847
View commit details
Copy full SHA for a985847
Browse repository at this point
Correct comments in gc.c
matz
committed
497a0a7
View commit details
Copy full SHA for 497a0a7
Browse repository at this point
Use `mrb_int` instead of `size_t` for array capacity and length.
matz
committed
aa8121c
View commit details
Copy full SHA for aa8121c
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL