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
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
2015-05-20
RSTRING_PTR may be changed in while loop.
Tomoyuki Sahara
2014-12-27
Use suitable type.
Tatsuhiko Kubo
2014-12-17
String#[]: float handling merged to #2677
Yukihiro "Matz" Matsumoto
2014-12-17
try to convert not only nil but every objects to fixnums; ref #2677
Yukihiro "Matz" Matsumoto
2014-12-17
String#[] should reject nil index
h2so5
2014-12-17
mrb_str_new(mrb, "", len) creates an unmodifiable string object; ref #2674
Yukihiro "Matz" Matsumoto
2014-11-26
add "fall through" comment
Yukihiro "Matz" Matsumoto
2014-11-26
fix(String) String#[] accepts float; close #2650 #2651
Robert Mosolgo
2014-10-02
fixed. cygwin-gcc(ver4.8.3) warning in conv_digit()
Hiroyuki Matsuzaki
2014-09-30
mrbconf.h option MRB_USE_ETEXT_EDATA to reduce memory.
Yukihiro "Matz" Matsumoto
2014-09-09
Add inline to str_with_class().
Tatsuhiko Kubo
2014-09-03
get rid of shadowing variables
cremno
2014-08-29
Remove unused macro.
Tatsuhiko Kubo
2014-08-29
Merge pull request #2570 from cubicdaiya/issues/unify_duplicated_functions
Yukihiro "Matz" Matsumoto
2014-08-29
Fix mismatches for MRB_API declarations.
Tatsuhiko Kubo
2014-08-28
Rename functions for avoinding symbol confiliction.
Tatsuhiko Kubo
2014-08-28
Unify duplicated functions (noregexp() and regexp_check()).
Tatsuhiko Kubo
2014-08-27
Add a missing space after ",".
Tatsuhiko Kubo
2014-08-12
changed some string method's mrb-aspec
kkkkkt
2014-08-11
mrb_str_bytesize is a carbon copy of mrb_str_size. remove it.
Tomoyuki Sahara
2014-08-11
changed mrb_str_size and mrb_str_bytesize comments.
kkkkkt
2014-08-05
revert accidental constify.
Tomoyuki Sahara
2014-08-04
change linkage of mrb_str_size to internal
cremno
2014-08-04
add MRB_API modifiers to mruby API functions
Yukihiro "Matz" Matsumoto
2014-07-13
use C style comments instead of C++ style comments
Tatsuhiko Kubo
2014-07-09
remove unused `mrb_str_body`
cremno
2014-06-18
update String#slice doc
Yukihiro "Matz" Matsumoto
2014-06-15
Unsupported Regex in mrb_str_aref_m()
Jun Hiroe
2014-06-12
Merge pull request #2389 from ksss/str-mem-leaks
Yukihiro "Matz" Matsumoto
2014-06-11
str_replace: self should not be shared and nofree
ksss
2014-06-11
Refactor how to use RSTR_NOFREE_P macro
Jun Hiroe
2014-06-11
Add NOFREE macros
Jun Hiroe
2014-06-08
Check `RSTRING_EMBED_LEN_MAX` with static assert.
take_cheeze
2014-06-07
move String#clear to mruby-string-ext; ref #2370
Yukihiro "Matz" Matsumoto
2014-06-07
move STR_* macros to mruby/string.h with renaming
Yukihiro "Matz" Matsumoto
2014-06-07
clear shared and nofree flags; ref #2370
Yukihiro "Matz" Matsumoto
2014-06-07
inline str_discard(); ref #2370
Yukihiro "Matz" Matsumoto
2014-06-07
Implement String#clear
Jun Hiroe
[next]