FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Commits · tkkit13/mruby · GitHub
tkkit13
/
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 Oct 5, 2018
Merge pull request #4131 from junaruga/feature/ci-refactoring
Show description for a690aef
matz
authored
a690aef
View commit details
Copy full SHA for a690aef
Browse repository at this point
Refactor .travis.yml to remove duplicated env: MRUBY_CONFIG.
junaruga
committed
f38e6c6
View commit details
Copy full SHA for f38e6c6
Browse repository at this point
Commits on Oct 2, 2018
Fixed SEGV from `eval` called form top-level `mrb_funcall()`; fix #4028
matz
committed
8392578
View commit details
Copy full SHA for 8392578
Browse repository at this point
Commits on Sep 27, 2018
Fixed a `String#squeeze` bug in handling `iso-8859-1` strings; ref #4127
matz
committed
e6841ab
View commit details
Copy full SHA for e6841ab
Browse repository at this point
Commits on Sep 26, 2018
Implement `Hash#rehash` in C using `sg_compact()`.
matz
committed
54ec08c
View commit details
Copy full SHA for 54ec08c
Browse repository at this point
Add index to larger segment lists for performance
matz
committed
d78acc7
View commit details
Copy full SHA for d78acc7
Browse repository at this point
Use `mrb_undef_value` for delete mark instead of shifting Hash entry table.
Show description for 8ffd4e4
matz
committed
8ffd4e4
View commit details
Copy full SHA for 8ffd4e4
Browse repository at this point
Use segmented list to implement `Hash` [Experimental]
Show description for e8dcfe1
matz
committed
e8dcfe1
View commit details
Copy full SHA for e8dcfe1
Browse repository at this point
Revert "Fix comparisons in str_squeeze."
Show description for 01c2f59
matz
committed
01c2f59
View commit details
Copy full SHA for 01c2f59
Browse repository at this point
Avoid using `memmove()` for performance; fix #4130
matz
committed
9e3cbaa
View commit details
Copy full SHA for 9e3cbaa
Browse repository at this point
Disambiguate block braces.
matz
committed
87ce740
View commit details
Copy full SHA for 87ce740
Browse repository at this point
Rename `tr_pattern_free()` to `tr_free_pattern()`.
matz
committed
fb49a94
View commit details
Copy full SHA for fb49a94
Browse repository at this point
Small refactoring in vm.c
matz
committed
78195eb
View commit details
Copy full SHA for 78195eb
Browse repository at this point
Commits on Sep 25, 2018
Merge pull request #4128 from take-cheeze/patch-1
Show description for 09a9915
matz
authored
09a9915
View commit details
Copy full SHA for 09a9915
Browse repository at this point
Fix leak in `mrb_str_count`
take-cheeze
authored
6789719
View commit details
Copy full SHA for 6789719
Browse repository at this point
Merge pull request #4127 from clayton-shopify/fix-str-squeeze-comparisons
Show description for 152e8c5
matz
authored
152e8c5
View commit details
Copy full SHA for 152e8c5
Browse repository at this point
Fix minor typos (#4126)
vargad
authored and
matz
committed
4d5e3e1
View commit details
Copy full SHA for 4d5e3e1
Browse repository at this point
Commits on Sep 24, 2018
Fix comparisons in str_squeeze.
clayton-shopify
committed
7b04fcd
View commit details
Copy full SHA for 7b04fcd
Browse repository at this point
Commits on Sep 21, 2018
Add compiler flag to disable direct threading (#4075)
Show description for 8fc56f0
sbsoftware
authored and
matz
committed
8fc56f0
View commit details
Copy full SHA for 8fc56f0
Browse repository at this point
Commits on Sep 20, 2018
Fixed a top-level local variable bug in `mirb`.
Show description for 9bd2a3b
matz
committed
9bd2a3b
View commit details
Copy full SHA for 9bd2a3b
Browse repository at this point
Implement `String#delete` and `#delete!`; ref #4086
Show description for 346f154
matz
committed
346f154
View commit details
Copy full SHA for 346f154
Browse repository at this point
Implement `String#count`; ref #4086
Show description for 58f7f23
matz
committed
58f7f23
View commit details
Copy full SHA for 58f7f23
Browse repository at this point
Add `String#squeeze` and `#squeeze!`; ref #4086
Show description for 68523b4
matz
committed
68523b4
View commit details
Copy full SHA for 68523b4
Browse repository at this point
Add `String#tr_s` and `String#tr_s!`; ref #4086
matz
committed
c0ae8a9
View commit details
Copy full SHA for c0ae8a9
Browse repository at this point
Add `String#tr` and `#tr!` to `mruby-string-ext` gem; fix #4086
Show description for 58ba38f
matz
committed
58ba38f
View commit details
Copy full SHA for 58ba38f
Browse repository at this point
Implement `Array#union` which is introduced in Ruby2.6.
matz
committed
f23f2bb
View commit details
Copy full SHA for f23f2bb
Browse repository at this point
Improve performance of `Array#uniq!`.
matz
committed
dd346be
View commit details
Copy full SHA for dd346be
Browse repository at this point
Merge branch 'dearblue-assign-anon-class-name'
matz
committed
5ec5a41
View commit details
Copy full SHA for 5ec5a41
Browse repository at this point
Renamed `is_namespace()` to `namespace_p()`.
matz
committed
159575f
View commit details
Copy full SHA for 159575f
Browse repository at this point
Revert "Add MRB_IMPROVE_META_PROGRAMMING configuration"
Show description for 505e601
matz
committed
505e601
View commit details
Copy full SHA for 505e601
Browse repository at this point
Merge branch 'assign-anon-class-name' of https://github.com/dearblue/mruby into dearblue-assign-anon-class-name
matz
committed
d192a52
View commit details
Copy full SHA for d192a52
Browse repository at this point
Move `Symbol#to_proc` to the core from `mruby-symbol-ext` gem.
Show description for 3a9caad
matz
committed
3a9caad
View commit details
Copy full SHA for 3a9caad
Browse repository at this point
Make `#to_h` to take a block; [ruby-core:89088]
matz
committed
19d3bb2
View commit details
Copy full SHA for 19d3bb2
Browse repository at this point
Merge pull request #4112 from dearblue/fix-outer-module-name
Show description for fa5f595
matz
authored
fa5f595
View commit details
Copy full SHA for fa5f595
Browse repository at this point
Allow nested gemboxes; fix #4124
matz
committed
b7e5c86
View commit details
Copy full SHA for b7e5c86
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL