index
:
mruby
master
mruby2-draft
removing-y-tab-c
revert-5391-throw
stable
web_export
Lightweight Ruby
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
mrbgems
/
mruby-string-ext
Age
Commit message (
Expand
)
Author
2018-09-19
Remove implicit conversion using `to_int` method.
Yukihiro "Matz" Matsumoto
2018-07-30
New bytecode implementation of mruby VM.
Yukihiro "Matz" Matsumoto
2018-04-21
Implement `String#upto` in Ruby.
Yukihiro "Matz" Matsumoto
2018-04-19
CRuby2.6 stops deprecating `String#lines` with a block.
Yukihiro "Matz" Matsumoto
2018-04-19
`String#lines` with a block is deprecated style.
Yukihiro "Matz" Matsumoto
2017-12-12
Modifying frozen objects will raise `FrozenError`.
Yukihiro "Matz" Matsumoto
2017-12-08
Uninitialized value returned.
Yukihiro "Matz" Matsumoto
2017-11-04
Merge branch 'master' of github.com:mruby/mruby
YAMAMOTO Masaya
2017-10-17
Use a new function: `mrb_get_argc()`; ref #3826
Yukihiro "Matz" Matsumoto
2017-10-17
Add `{String,Symbol}#casecmp?`; CRuby2.4
Yukihiro "Matz" Matsumoto
2017-10-17
Add `String#delete_{prefix,suffix}`; CRuby2.5
Yukihiro "Matz" Matsumoto
2017-10-16
Support MRB_WIHTOUT_FLOAT to mruby-string-ext
YAMAMOTO Masaya
2017-09-27
fix: mrbgems\mruby-string-ext\src\string.c(49): warning C4244: '=': conversio...
Tomasz Dąbrowski
2017-09-27
fix: mrbgems\mruby-string-ext\src\string.c(30): warning C4244: '=': conversio...
Tomasz Dąbrowski
2017-09-27
fix: mrbgems\mruby-string-ext\src\string.c(38): warning C4244: '=': conversio...
Tomasz Dąbrowski
2017-08-18
Rename `mrb_str_concat2` to `mrb_str_concat_m`.
Yukihiro "Matz" Matsumoto
2017-06-20
Avoid using `snprintf(3)` in case `MRB_DISABLE_STDIO`; fix #3714
Yukihiro "Matz" Matsumoto
2017-06-19
Save gc_arena after buffer got allocated
Asmod4n
2017-06-16
Use `MRB_PRId` instead of `d` for mrb_int decimal specifier; ref #3701
Yukihiro "Matz" Matsumoto
2017-06-16
Use `mrb_str_new()` instead of `malloc()`; ref #3701
Yukihiro "Matz" Matsumoto
2017-06-16
Should not use `sizeof(buf)` when `buf` is `char*`; #3701
Yukihiro "Matz" Matsumoto
2017-06-14
Use malloc instead of dynamic allocation
ksss
2017-06-14
Fix arena overflow error
ksss
2017-06-14
Reimplement String#upto
ksss
2017-05-21
String#concat: Try to convert when not string
ksss
2017-04-25
Silence warnings caused by implicit type casting.
Yukihiro "Matz" Matsumoto
2017-04-03
Unify `else` clause style
Yukihiro "Matz" Matsumoto
2017-03-10
Terminate loop if generated string longer than the last; ref #3489
Yukihiro "Matz" Matsumoto
2017-03-05
Check modifiable for String `bang' methods
ksss
2017-02-11
Remove historical comment; ref #3450 #3448
Yukihiro "Matz" Matsumoto
2017-02-11
remove skip that shouldn't be necessary anymore.
robert
2017-02-10
String#ljust and String#rjust reimplemented with optimized Ruby
Tomasz Dabrowski
2017-02-10
Tests for UTF-8 String#ljust and String#rjust
Tomasz Dabrowski
2017-02-10
String#ljust and String#rjust reimplementation (fix #3445)
Tomasz Dabrowski
2017-01-23
Changed the behavior of mrb_range_beg_len(); close #3411
Yukihiro "Matz" Matsumoto
2017-01-04
Rewrite String#prepend with Ruby
ksss
2016-12-28
save/restore arena index around yield; ref #3359
Yukihiro "Matz" Matsumoto
2016-11-24
Read length after args in String#setbyte
Craig Lehmann
2016-11-17
String#{strip,lstrip,rstrip} may cause OOB access
Yukihiro "Matz" Matsumoto
2016-11-16
Fixed memory disclosure in String#lines
Yukihiro "Matz" Matsumoto
2016-09-28
Removed trailing spaces
Nobuyoshi Nakada
2016-08-17
Fix String#ord failure which return a negative value
Hiroshi Mimaki
2016-07-27
Reduce needless Array generation in some String methods
Kouhei Sutou
2016-07-26
Support to call without block to String#each_char
ksss
2016-07-14
String#insert should be destructive
ksss
2016-01-30
Add String#rjust test to mruby-string-ext
Akira Moroo
2016-01-30
Add String#rjust to mruby-string-ext
Akira Moroo
2015-11-27
include changed from by quotes ("") to by brackets (<>); close #3032
Yukihiro "Matz" Matsumoto
2015-11-24
add {Array|Hash|String}.try_convert
takahashim
2015-09-24
UTF-8 string support in core
Yukihiro "Matz" Matsumoto
[next]