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-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
2019-07-10
Remove an unused argument of `str_with_class()`
KOBAYASHI Shuji
2019-07-05
Read/write `MRB_STR_ASCII` flag only when `MRB_UTF8_STRING` is defined
KOBAYASHI Shuji
2019-07-04
Rename `MRB_STR_NO_UTF` to 'MRB_STR_ASCII`; close #4550
Yukihiro "Matz" Matsumoto
2019-07-04
Fix heap buffer overflow; ref #4549
dearblue
2019-06-29
Simplify `mrb_str_aref_m()` and `mrb_str_aref()`
dearblue
2019-06-29
Replace `String#[]=` method by C implements
dearblue
2019-06-26
Silence unused label warnings from gcc; ref #4524
KOBAYASHI Shuji
2019-06-26
Merge pull request #4524 from dearblue/reverse-utf8
Yukihiro "Matz" Matsumoto
2019-06-26
Merge pull request #4532 from shuujii/fix-String-byteslice-with-MRB_UTF8_STRI...
Yukihiro "Matz" Matsumoto
2019-06-25
Fix `String#byteslice` with `MRB_UTF8_STRING` and some edge cases
KOBAYASHI Shuji
2019-06-25
Fix `mrb_str_to_str()` to handle symbols.
Yukihiro "Matz" Matsumoto
2019-06-22
Fix the unnecessary `mrb_str_modify()` call
dearblue
2019-06-22
Delete the unnecessary block brace in `mrb_str_reverse_bang`
dearblue
2019-06-22
Fix string brakes for one UTF-8 charactor
dearblue
2019-06-22
Change to UTF-8 string reversing with in place
dearblue
[prev]
[next]