FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src - dsisnero/mruby · GitHub
dsisnero
/
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
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
mruby
src
on
stable
User selector
Datepicker
Commit history
Commits on Oct 22, 2019
Fix incorrect `MRB_STR_ASCII` flag update in `mrb_str_dump`
Show description for 41c4323
shuujii
committed
41c4323
View commit details
Copy full SHA for 41c4323
View code at this point
Browse repository at this point
Commits on Oct 20, 2019
Use `mrb_str_cat_str` instead of `mrb_str_concat` if possible
shuujii
committed
7047c52
View commit details
Copy full SHA for 7047c52
View code at this point
Browse repository at this point
Commits on Oct 19, 2019
Fix that `Module#to_s` may return frozen string; ref 08eafe2
shuujii
committed
347729a
View commit details
Copy full SHA for 347729a
View code at this point
Browse repository at this point
Commits on Oct 17, 2019
delete extern in C
yurie
committed
d29178a
View commit details
Copy full SHA for d29178a
View code at this point
Browse repository at this point
Commits on Oct 16, 2019
Use `mrb_sym_name_len` instead of `mrb_sym_name` in `assign_class_name`
shuujii
committed
3827c4d
View commit details
Copy full SHA for 3827c4d
View code at this point
Browse repository at this point
Commits on Oct 15, 2019
Adjust `buf` size in `str_escape`
shuujii
committed
b0507e7
View commit details
Copy full SHA for b0507e7
View code at this point
Browse repository at this point
Commits on Oct 13, 2019
Refactor `mrb_class_name_class`
Show description for 6377c9b
shuujii
committed
6377c9b
View commit details
Copy full SHA for 6377c9b
View code at this point
Browse repository at this point
Commits on Oct 12, 2019
Merge pull request #4770 from shuujii/sHARED-string-is-not-required-when-sharing-POOL-string
Show description for d128e2d
matz
authored
d128e2d
View commit details
Copy full SHA for d128e2d
View code at this point
Browse repository at this point
SHARED string is not required when sharing POOL string
Show description for 7594983
shuujii
committed
7594983
View commit details
Copy full SHA for 7594983
View code at this point
Browse repository at this point
Rename `str_make_shared()` to `str_share()` in `src/string.c`
Show description for cdd36c9
shuujii
committed
cdd36c9
View commit details
Copy full SHA for cdd36c9
View code at this point
Browse repository at this point
Commits on Oct 10, 2019
Integrate `mrb_str_inspect` and `mrb_str_dump`
shuujii
committed
7ce5d33
View commit details
Copy full SHA for 7ce5d33
View code at this point
Browse repository at this point
Commits on Oct 8, 2019
Implement Ruby2.7's frozen strings from `Module#name`
shuujii
committed
fb103c1
View commit details
Copy full SHA for fb103c1
View code at this point
Browse repository at this point
Commits on Oct 6, 2019
Remove unnecessary function: `mrb_str_freeze`.
matz
committed
b7a8d53
View commit details
Copy full SHA for b7a8d53
View code at this point
Browse repository at this point
Get keyword arguments with `mrb_get_args()`
Show description for 5f929d6
dearblue
committed
5f929d6
View commit details
Copy full SHA for 5f929d6
View code at this point
Browse repository at this point
Commits on Oct 4, 2019
Freeze strings from `nil.to_s`, `true.to_s`, `false.to_s`.
Show description for 1f5a7f2
matz
committed
1f5a7f2
View commit details
Copy full SHA for 1f5a7f2
View code at this point
Browse repository at this point
Implement Ruby2.7's frozen strings from `Symbol#to_s`.
matz
committed
08eafe2
View commit details
Copy full SHA for 08eafe2
View code at this point
Browse repository at this point
Commits on Oct 3, 2019
Remove duplicates header files in `src/pool.c`
Show description for fab062f
dearblue
committed
fab062f
View commit details
Copy full SHA for fab062f
View code at this point
Browse repository at this point
Commits on Oct 2, 2019
Avoid `symhash()` call for inline symbol in `sym_intern()`
shuujii
committed
855d996
View commit details
Copy full SHA for 855d996
View code at this point
Browse repository at this point
Commits on Sep 29, 2019
Allow rethrowing `MRB_TT_BREAK`
dearblue
committed
d8f1099
View commit details
Copy full SHA for d8f1099
View code at this point
Browse repository at this point
Commits on Sep 27, 2019
Simplify arguments check in `String#rindex`
Show description for 198683e
shuujii
committed
198683e
View commit details
Copy full SHA for 198683e
View code at this point
Browse repository at this point
Commits on Sep 26, 2019
Merge pull request #4733 from shuujii/use-type-predicate-macros-instead-of-mrb_type-if-possible
Show description for 5cd6ed4
matz
authored
5cd6ed4
View commit details
Copy full SHA for 5cd6ed4
View code at this point
Browse repository at this point
Fixed `codedump` for human readable symbol format; ref #4684
matz
committed
d4be545
View commit details
Copy full SHA for d4be545
View code at this point
Browse repository at this point
Use type predicate macros instead of `mrb_type` if possible
Show description for feaf80d
shuujii
committed
feaf80d
View commit details
Copy full SHA for feaf80d
View code at this point
Browse repository at this point
Commits on Sep 25, 2019
Rename symbol-to-string functions; close #4684
Show description for a365f9a
matz
committed
a365f9a
View commit details
Copy full SHA for a365f9a
View code at this point
Browse repository at this point
Commits on Sep 24, 2019
`Exception#initialize` should not allow two or more arguments
shuujii
committed
07856a7
View commit details
Copy full SHA for 07856a7
View code at this point
Browse repository at this point
Commits on Sep 22, 2019
Rename MRB_USE_ETEXT_EDATA to MRB_USE_LINK_TIME_RO_DATA_P and support lld linked programs
Show description for 7f04434
MaskRay
committed
7f04434
View commit details
Copy full SHA for 7f04434
View code at this point
Browse repository at this point
Commits on Sep 20, 2019
Fix compatibility issue of class variables.
Show description for 15701a3
matz
committed
15701a3
View commit details
Copy full SHA for 15701a3
View code at this point
Browse repository at this point
Add optional argument to `Module#class_variables`.
matz
committed
683baec
View commit details
Copy full SHA for 683baec
View code at this point
Browse repository at this point
Commits on Sep 19, 2019
Simplify arguments check in `String#index`
Show description for e610954
shuujii
committed
e610954
View commit details
Copy full SHA for e610954
View code at this point
Browse repository at this point
Commits on Sep 18, 2019
Remove `mrb_get_args(mrb, "")`; ref 30f37872
shuujii
committed
0bedd90
View commit details
Copy full SHA for 0bedd90
View code at this point
Browse repository at this point
Fix `super` from aliased methods to work correctly; fix #4718
Show description for ca2d47c
matz
committed
ca2d47c
View commit details
Copy full SHA for ca2d47c
View code at this point
Browse repository at this point
Commits on Sep 17, 2019
Merge pull request #4717 from shuujii/fix-Fixnum-to_s-inspect-argument-specs
Show description for 47add06
matz
authored
47add06
View commit details
Copy full SHA for 47add06
View code at this point
Browse repository at this point
Fix `Fixnum#(to_s|inspect)` argument specs
Show description for 2f71754
shuujii
committed
2f71754
View commit details
Copy full SHA for 2f71754
View code at this point
Browse repository at this point
Commits on Sep 16, 2019
Merge pull request #4714 from dearblue/shrink-mrb_get_args
Show description for 88cd1d6
matz
authored
88cd1d6
View commit details
Copy full SHA for 88cd1d6
View code at this point
Browse repository at this point
Merge pull request #4715 from dearblue/need-block
Show description for cc636f3
matz
authored
cc636f3
View commit details
Copy full SHA for cc636f3
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL