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
/
src
/
string.c
Age
Commit message (
Expand
)
Author
2019-10-22
Fix incorrect `MRB_STR_ASCII` flag update in `mrb_str_dump`
KOBAYASHI Shuji
2019-10-15
Adjust `buf` size in `str_escape`
KOBAYASHI Shuji
2019-10-12
Merge pull request #4770 from shuujii/sHARED-string-is-not-required-when-shar...
Yukihiro "Matz" Matsumoto
2019-10-12
SHARED string is not required when sharing POOL string
KOBAYASHI Shuji
2019-10-12
Rename `str_make_shared()` to `str_share()` in `src/string.c`
KOBAYASHI Shuji
2019-10-10
Integrate `mrb_str_inspect` and `mrb_str_dump`
KOBAYASHI Shuji
2019-10-06
Remove unnecessary function: `mrb_str_freeze`.
Yukihiro "Matz" Matsumoto
2019-10-04
Freeze strings from `nil.to_s`, `true.to_s`, `false.to_s`.
Yukihiro "Matz" Matsumoto
2019-09-27
Simplify arguments check in `String#rindex`
KOBAYASHI Shuji
2019-09-26
Use type predicate macros instead of `mrb_type` if possible
KOBAYASHI Shuji
2019-09-25
Rename symbol-to-string functions; close #4684
Yukihiro "Matz" Matsumoto
2019-09-19
Simplify arguments check in `String#index`
KOBAYASHI Shuji
2019-09-14
Add a macro `mrb_frozen_p` that points to `MRB_FROZEN_P`.
Yukihiro "Matz" Matsumoto
2019-09-14
Raise an error from `String#<=>` with a non string operand.
Yukihiro "Matz" Matsumoto
2019-09-12
Remove `$/` from mruby implementation.
Yukihiro "Matz" Matsumoto
2019-09-11
Move `String#{getbyte,setbyte,byteslice}` to the core; #4696
Yukihiro "Matz" Matsumoto
2019-08-24
Suppress warning by gcc with `-Wmaybe-uninitialized`
dearblue
2019-08-21
Prioritize embedded string over nofree (or normal) string
KOBAYASHI Shuji
2019-08-20
Use `RBasic` padding for embedded string on 64-bit CPU
KOBAYASHI Shuji
2019-08-19
Move `mrb_str_pool` to `src/string.c` to use `str_init` family
KOBAYASHI Shuji
2019-08-19
Merge pull request #4638 from dearblue/simplify-get-args
Yukihiro "Matz" Matsumoto
2019-08-19
Merge pull request #4641 from shuujii/rename-mrb_shared_string-len-to-mrb_sha...
Yukihiro "Matz" Matsumoto
2019-08-18
Rename `mrb_shared_string::len` to `mrb_shared_string::capa`
KOBAYASHI Shuji
2019-08-18
Also use `str_init_shared` for `orig` in `str_make_shared()`
KOBAYASHI Shuji
2019-08-18
Simplify get arguments
dearblue
2019-08-17
Merge pull request #4634 from shuujii/refactor-set-unset-string-type-flags
Yukihiro "Matz" Matsumoto
2019-08-17
Refactor set/unset string type flags
KOBAYASHI Shuji
2019-08-17
Fix `String#rindex` with invalid UTF-8 string
dearblue
2019-08-16
SHARED/FSHARED string is not required when sharing NOFREE string
KOBAYASHI Shuji
2019-08-15
Remove unneeded `#include` in `src/string.c`
KOBAYASHI Shuji
2019-08-14
Extract initialization code of shared and fshared string to function
KOBAYASHI Shuji
2019-08-14
Small refactoring on #4630
Yukihiro "Matz" Matsumoto
2019-08-13
Extract `struct RString` initialization code to function
KOBAYASHI Shuji
2019-08-12
Merge pull request #4626 from shuujii/mrb_str_modify_keep_ascii-can-embed-one...
Yukihiro "Matz" Matsumoto
2019-08-12
Replacing region may overwrap with the target region; fix #4627
Yukihiro "Matz" Matsumoto
2019-08-11
Add `NUL` always to short strings; ref 98fc887
Yukihiro "Matz" Matsumoto
2019-08-11
`mrb_str_modify_keep_ascii` can embed one more byte
KOBAYASHI Shuji
2019-08-07
Update `mrb_to_str` and related functions.
Yukihiro "Matz" Matsumoto
2019-08-07
Reorganize `mrb_string_value_cstr` and related functions.
Yukihiro "Matz" Matsumoto
2019-08-05
Use new specifiers/modifiers of `mrb_vfromat()`
KOBAYASHI Shuji
2019-07-22
Set `MRB_STR_ASCII` flag in `String#inspect`
KOBAYASHI Shuji
2019-07-17
Avoid `MRB_INLINE` for `mrb_str_modify()`; ref #4579
Yukihiro "Matz" Matsumoto
2019-07-16
Copy receiver's `MRB_STR_ASCII` flag in some methods of `String`
KOBAYASHI Shuji
2019-07-16
Merge pull request #4579 from shuujii/keep-MRB_STR_ASCII-flag-in-some-methods...
Yukihiro "Matz" Matsumoto
2019-07-15
Add `MRB_API` to `mrb_str_modify_keep_ascii()`
KOBAYASHI Shuji
2019-07-14
Keep `MRB_STR_ASCII` flag in some methods of `String`
KOBAYASHI Shuji
2019-07-14
Improve `utf8len()` performance with UTF-8
dearblue
2019-07-13
Change type of a variable for signedness mismatch; ref #4573
Yukihiro "Matz" Matsumoto
2019-07-12
Fix heap buffer overflow; fix #4569
dearblue
2019-07-11
Improve performance `String#index` with UTF-8
dearblue
[next]