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
2021-09-07
string.h: rename `mrb_str_to_inum` to `mrb_str_to_integer`.
Yukihiro "Matz" Matsumoto
2021-09-01
string-ext/string.c: implement `casecmp` in C.
Yukihiro "Matz" Matsumoto
2021-09-01
Do no use return values from `mrb_ensure_` functions.
Yukihiro "Matz" Matsumoto
2021-07-10
Update internal methods not to be listed in backtraces.
Yukihiro "Matz" Matsumoto
2021-06-29
string.rb: `upto` to break when the string length is longer than `end`.
Yukihiro "Matz" Matsumoto
2021-06-28
Avoid warnings with `ruby -cw`
dearblue
2021-05-17
Global renaming regarding `integer` and `float`.
Yukihiro "Matz" Matsumoto
2021-05-13
string.c: remove unnecessary branch in the internal method.
Yukihiro "Matz" Matsumoto
2021-05-05
Extend the tab with 8 whitespace
dearblue
2021-04-28
string.c: add a new method `String#center`.
Yukihiro "Matz" Matsumoto
2021-04-28
string.{c,rb}: fix type of return values from some methods as Ruby3.0
Yukihiro "Matz" Matsumoto
2020-10-22
Prohibit array changes by "a"/"*" specifier of `mrb_get_args()`
dearblue
2020-10-15
Merge branch 'work_for_merge' of https://github.com/zubycz/mruby into zubycz-...
Yukihiro "Matz" Matsumoto
2020-10-15
Merge pull request #5084 from mruby/mruby3
Yukihiro "Matz" Matsumoto
2020-10-13
Introduce endless range (a part of #5085)
taiyoslime
2020-10-12
Reorganize `Integer` system.
Yukihiro "Matz" Matsumoto
2020-10-12
Remove unnecessary assignment in String#upto
n4o847
2020-10-12
Rename float configuration option names.
Yukihiro "Matz" Matsumoto
2020-09-25
Prohibit string changes by "s"/"z" specifier of `mrb_get_args()`
dearblue
2020-06-20
Add `mrb_get_arg1()` that retrieves single (and only) argument.
Yukihiro "Matz" Matsumoto
2020-06-05
Add proper casts to silence VC warnings.
Yukihiro "Matz" Matsumoto
2019-10-20
Use `mrb_str_cat_str` instead of `mrb_str_concat` if possible
KOBAYASHI Shuji
2019-10-10
Integrate `mrb_str_inspect` and `mrb_str_dump`
KOBAYASHI Shuji
2019-09-21
Use `mrb_define_method` instead of `mrb_define_alias`
KOBAYASHI Shuji
2019-09-18
Remove `mrb_get_args(mrb, "")`; ref 30f37872
KOBAYASHI Shuji
2019-09-14
Add a macro `mrb_frozen_p` that points to `MRB_FROZEN_P`.
Yukihiro "Matz" Matsumoto
2019-09-11
Move tests related to `getbyte`, `setbyte`, byteslice` to core.
Yukihiro "Matz" Matsumoto
2019-09-11
Move `String#{getbyte,setbyte,byteslice}` to the core; #4696
Yukihiro "Matz" Matsumoto
2019-09-11
Drop test dependency from `mruby-string-ext` to `mruby-enumerator`
KOBAYASHI Shuji
2019-08-18
Simplify get arguments
dearblue
2019-08-05
Use new specifiers/modifiers of `mrb_vfromat()`
KOBAYASHI Shuji
2019-07-24
Add `return` to silence a warning; ref #4593
Yukihiro "Matz" Matsumoto
2019-07-23
Add encoding argument to `Integral#chr`
KOBAYASHI Shuji
2019-07-21
Integrate `Integral#chr` (`Fixnum#chr`) to `mruby-string-ext`
KOBAYASHI Shuji
2019-07-19
Refine `String#chr` test and separate `Fixnum#chr` test
KOBAYASHI Shuji
2019-07-09
Add Range#max and Range#min tests from Ruby Spec
Ryan Lopopolo
2019-07-08
Add tests for String Ranges
Ryan Lopopolo
2019-06-28
Use `__ENCODING__` in tests
KOBAYASHI Shuji
2019-06-25
Fix `String#byteslice` with `MRB_UTF8_STRING` and some edge cases
KOBAYASHI Shuji
2019-06-12
Fix typo in `String#setbyte` error message
KOBAYASHI Shuji
2019-05-25
Name the return value of `mrb_range_beg_len()`
dearblue
2019-04-27
Remove duplicated `String#each_char`
KOBAYASHI Shuji
2019-03-15
Use `FrozenError` instead of `RuntimeError` in `String#rstrip!`
KOBAYASHI Shuji
2019-03-12
Fix missing assertions in `mruby-string-ext` test
KOBAYASHI Shuji
2018-11-19
Removed `String#try_convert` method from `mruby-string-ext` gem.
Yukihiro "Matz" Matsumoto
2018-11-19
Remove implicit conversion using `to_str` method; fix #3854
Yukihiro "Matz" Matsumoto
2018-11-19
Remove implicit conversion using `to_int` method.
Yukihiro "Matz" Matsumoto
2018-11-15
`String#{squeeze,delete,count}` to use bitmap for matching; ref #4163
Yukihiro "Matz" Matsumoto
2018-11-15
Pattern length may overflow `uint16_t`; fixed #4163
Yukihiro "Matz" Matsumoto
2018-11-02
Add tests for empty patterns for `tr` and `count`; #4156 #4157
Yukihiro "Matz" Matsumoto
[next]