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
2016-11-17
String#include? does not take integers
Yukihiro "Matz" Matsumoto
2016-11-16
Correct argument specifications for few methods:
Tomasz Dąbrowski
2016-09-27
mrb_str_strlen() should be MRB_API; ref #3216
Yukihiro "Matz" Matsumoto
2016-09-25
Remove needless MRB_API
Kouhei Sutou
2016-02-05
[cppcheck] mrb_str_rindex() remove unnecessary len update by chars2bytes()
Yukihiro "Matz" Matsumoto
2016-02-04
cache UTF8 status for utf8_strlen(); ref #980
Yukihiro "Matz" Matsumoto
2016-01-14
Fix all zero string case
Syohei YOSHIDA
2016-01-05
bytes2chars() conversion to fail if target byte offset is not on the characte...
Yukihiro "Matz" Matsumoto
2015-12-31
Use memchr for performance
ksss
2015-12-22
fix build on VS2012
Yasuhiro Matsumoto
2015-12-16
mrb_str_len_to_inum(): fixed a bug with MRB_INT_MIN conversion; fix #3048
Yukihiro "Matz" Matsumoto
2015-12-16
mrb_str_len_to_inum(): fixed a bug with underscores in digits; fix #3049
Yukihiro "Matz" Matsumoto
2015-12-14
mrb_str_len_to_inum(): string may not be NUL terminated; ref #3043
Yukihiro "Matz" Matsumoto
2015-12-14
mrb_str_len_to_inum(): fixed a bug with separating _ in the digits; ref #3043
Yukihiro "Matz" Matsumoto
2015-12-12
mrb_str_len_to_inum: should not raise "string contains null byte" error on "0...
Yukihiro "Matz" Matsumoto
2015-12-12
mrb_str_len_to_inum: converting may not be terminated by NUL; fix #3044
Yukihiro "Matz" Matsumoto
2015-12-01
preserve original string for error message
Yukihiro "Matz" Matsumoto
2015-12-01
mrb_str_len_to_inum(): inspect string in error message
Yukihiro "Matz" Matsumoto
2015-12-01
new API function mrb_string_value_len()
Yukihiro "Matz" Matsumoto
2015-12-01
mrb_str_to_inum(): should treat null byte in strings properly; fix #3040
Yukihiro "Matz" Matsumoto
2015-12-01
mrb_cstr_to_inum(): should ignore trailing white spaces even when badcheck set
Yukihiro "Matz" Matsumoto
2015-12-01
mrb_str_to_inum(): should raise error when string contains null byte
Yukihiro "Matz" Matsumoto
2015-12-01
mrb_str_to_inum(): no need to call mrb_string_value_cstr() here; ref 05411ee
Yukihiro "Matz" Matsumoto
2015-12-01
mrb_string_value_cstr() should not raise error for frozen strings
Yukihiro "Matz" Matsumoto
2015-11-27
include changed from by quotes ("") to by brackets (<>); close #3032
Yukihiro "Matz" Matsumoto
2015-10-20
Increasing docs coverage
Seba Gamboa
2015-09-29
chop with utf-8. fix #2967
Yasuhiro Matsumoto
2015-09-27
fix String#inspect with MRB_UTF8_STRING
takahashim
2015-09-25
inspect prints valid UTF-8 character without escaping
Yukihiro "Matz" Matsumoto
2015-09-25
add boundary check to utf8len() to avoid oob memory access
Yukihiro "Matz" Matsumoto
2015-09-24
UTF-8 string support in core
Yukihiro "Matz" Matsumoto
2015-09-23
String#rindex should no longer take integer argument
Yukihiro "Matz" Matsumoto
2015-09-22
String#index should no longer take integer argument
Yukihiro "Matz" Matsumoto
2015-09-19
Fix indents
Jun Hiroe
2015-09-11
Support windows locale
Yasuhiro Matsumoto
2015-09-03
unsigned long may be smaller than mrb_int; use uint64_t instead; fix #2935
Yukihiro "Matz" Matsumoto
2015-09-02
update string.h.md; ref #2931
Yukihiro "Matz" Matsumoto
2015-08-27
add String#freeze to the core
Yukihiro "Matz" Matsumoto
2015-07-07
Merge pull request #2877 from cremno/fix-dangling-ptr
Yukihiro "Matz" Matsumoto
2015-07-05
Fix typo in comment in String#mrb_cstr_to_inum [skip ci]
Anton Davydov
2015-07-03
fix dangling pointer
cremno
2015-06-24
Remove unnecessary backticks.
Franck Verrot
2015-06-22
*Correctly* removing extra mrb_str_to_str call
Jared Breeden
2015-06-22
Reverting overzealous changes
Jared Breeden
2015-06-22
Removing redundant mrb_str_to_str call
Jared Breeden
2015-06-22
Calling mrb_str_to_str in mrb_string_value_cstr. Fixes #2847
Jared Breeden
2015-06-19
Merge pull request #2839 from yui-knk/fix/string_split_sample
Yukihiro "Matz" Matsumoto
2015-06-19
[ci skip] Remove some Srting#split samples
yui-knk
2015-05-28
remove unnecessary including of <ctype.h>
cremno
2015-05-21
remove an always-true conditional.
Tomoyuki Sahara
[next]