FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for mrblib/string.rb - lineCode/mruby · GitHub
lineCode
/
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
mrblib
string.rb
on
master
User selector
Datepicker
Commit history
Commits on Sep 12, 2019
Merge pull request #4527 from lopopolo/string-each-line-paragraph-mode
Show description for 6bbdb97
matz
authored
6bbdb97
View commit details
Copy full SHA for 6bbdb97
View code at this point
Browse repository at this point
Commits on Jun 29, 2019
Replace `String#[]=` method by C implements
Show description for 0d45207
dearblue
committed
0d45207
View commit details
Copy full SHA for 0d45207
View code at this point
Browse repository at this point
Commits on Jun 24, 2019
Unify loops to minimize bytecode size
lopopolo
committed
46c972f
View commit details
Copy full SHA for 46c972f
View code at this point
Browse repository at this point
Commits on Jun 23, 2019
Use explicit block parameter
lopopolo
committed
6b92acf
View commit details
Copy full SHA for 6b92acf
View code at this point
Browse repository at this point
Optimize String#each_line
lopopolo
committed
8ea45b8
View commit details
Copy full SHA for 8ea45b8
View code at this point
Browse repository at this point
Commits on Jun 22, 2019
Speed up base case by 2x
Show description for a932b8c
lopopolo
committed
a932b8c
View commit details
Copy full SHA for a932b8c
View code at this point
Browse repository at this point
Add paragraph mode to String#each_line in mrblib
Show description for 0f516bb
lopopolo
committed
0f516bb
View commit details
Copy full SHA for 0f516bb
View code at this point
Browse repository at this point
Commits on May 15, 2019
Add Enumerator support to `String#each_byte`.
Show description for 780342e
matz
committed
780342e
View commit details
Copy full SHA for 780342e
View code at this point
Browse repository at this point
Remove `String#=~` and `String#match` that requires `Regexp`.
matz
committed
fd37bc5
View commit details
Copy full SHA for fd37bc5
View code at this point
Browse repository at this point
Commits on Apr 27, 2019
Remove duplicated `String#each_char`
shuujii
committed
2701312
View commit details
Copy full SHA for 2701312
View code at this point
Browse repository at this point
Commits on Apr 21, 2019
Commented out `String#scan` because it is not implemented yet
shuujii
committed
cdb458e
View commit details
Copy full SHA for cdb458e
View code at this point
Browse repository at this point
Commits on Apr 19, 2019
Add type check (conversion) in `String#[]=`
Show description for 4a8b88f
shuujii
committed
4a8b88f
View commit details
Copy full SHA for 4a8b88f
View code at this point
Browse repository at this point
Commits on Apr 18, 2019
Remove duplicated `include Comparable` in `mrblib/string.rb`
shuujii
committed
9160459
View commit details
Copy full SHA for 9160459
View code at this point
Browse repository at this point
Commits on Apr 8, 2019
Avoid infinite loop when no `Regexp` class is available; fix #4363
matz
committed
292bffb
View commit details
Copy full SHA for 292bffb
View code at this point
Browse repository at this point
Commits on Nov 19, 2018
Avoid assignments from type checking `String#__to_str`.
matz
committed
c022e46
View commit details
Copy full SHA for c022e46
View code at this point
Browse repository at this point
Remove implicit conversion using `to_str` method; fix #3854
Show description for ff08856
matz
committed
ff08856
View commit details
Copy full SHA for ff08856
View code at this point
Browse repository at this point
Commits on Aug 7, 2018
Fixed the corner case bug in `String#{gsub!,sub!}`.
Show description for 35be8b2
matz
committed
35be8b2
View commit details
Copy full SHA for 35be8b2
View code at this point
Browse repository at this point
Commits on Dec 12, 2017
Modifying frozen objects will raise `FrozenError`.
Show description for bbb0882
matz
committed
bbb0882
View commit details
Copy full SHA for bbb0882
View code at this point
Browse repository at this point
Commits on Jun 21, 2017
use `unless` instead of `if not`.
matz
committed
057be5f
View commit details
Copy full SHA for 057be5f
View code at this point
Browse repository at this point
Commits on Mar 22, 2017
Fix result if pattern is empty
ksss
committed
63c0044
View commit details
Copy full SHA for 63c0044
View code at this point
Browse repository at this point
Commits on Mar 19, 2017
Callback should yield with pattern every time
ksss
committed
7a74a61
View commit details
Copy full SHA for 7a74a61
View code at this point
Browse repository at this point
Support to return Enumerator for String#gsub,gsub!
ksss
committed
67a6982
View commit details
Copy full SHA for 67a6982
View code at this point
Browse repository at this point
Commits on Mar 15, 2017
Support to return enumerator when no block given
ksss
committed
4ee79a8
View commit details
Copy full SHA for 4ee79a8
View code at this point
Browse repository at this point
Suuport custom separator
ksss
committed
673ce23
View commit details
Copy full SHA for 673ce23
View code at this point
Browse repository at this point
Use duplicated object for block args
ksss
committed
6eb02a8
View commit details
Copy full SHA for 6eb02a8
View code at this point
Browse repository at this point
Commits on Mar 11, 2017
Merge branch 'master' into string-gsub
matz
authored
7590482
View commit details
Copy full SHA for 7590482
View code at this point
Browse repository at this point
Commits on Mar 10, 2017
\1 sequences as empty strings
ksss
committed
b56ad8d
View commit details
Copy full SHA for b56ad8d
View code at this point
Browse repository at this point
Avoid infinity loop when empty string pattern
ksss
committed
4b3e6cf
View commit details
Copy full SHA for 4b3e6cf
View code at this point
Browse repository at this point
Commits on Mar 5, 2017
Check modifiable for String `bang' methods
ksss
committed
eba4b1f
View commit details
Copy full SHA for eba4b1f
View code at this point
Browse repository at this point
Commits on Nov 16, 2016
Fixed off-by-one error in String#[]= with Ranges
matz
committed
1685eff
View commit details
Copy full SHA for 1685eff
View code at this point
Browse repository at this point
Commits on Nov 15, 2016
make String#[]= to take Ranges as position argument
matz
committed
92f72c7
View commit details
Copy full SHA for 92f72c7
View code at this point
Browse repository at this point
Commits on Sep 22, 2015
remove a comment that no longer be true; 2cb6c27
matz
committed
418eec2
View commit details
Copy full SHA for 418eec2
View code at this point
Browse repository at this point
String#index should no longer take integer argument
matz
committed
2cb6c27
View commit details
Copy full SHA for 2cb6c27
View code at this point
Browse repository at this point
Commits on Sep 16, 2015
support String#[]= with 3 args
takahashim
committed
f1c23a0
View commit details
Copy full SHA for f1c23a0
View code at this point
Browse repository at this point
Commits on Aug 21, 2015
string.rb: refactor code (remove redundant code)
gkta
committed
11524f6
View commit details
Copy full SHA for 11524f6
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL