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
2012-09-13
should define String#+ (non inlined); close #469
Yukihiro Matsumoto
2012-09-12
two more wrapper macros for ctype.h
Tomoyuki Sahara
2012-09-11
Define DBL_DIG only if it wasn't previously defined
emboss
2012-08-18
reduce mrb_funcall invocations
Yukihiro Matsumoto
2012-08-13
use TRUE/FALSE instead of 1/0
Yukihiro Matsumoto
2012-07-29
Merge pull request #407 from silverhammermba/cpp
Yukihiro "Matz" Matsumoto
2012-07-30
do not use INT32_MAX; close #407
Yukihiro Matsumoto
2012-07-29
Make all(?) void casts explicit for C++
Max Anselm
2012-07-29
Remove commented out code.
Masaki Muranaka
2012-07-14
Remove unnecessary header inclusion
Junji Sawada
2012-07-13
less <stdio.h>
Yukihiro Matsumoto
2012-07-13
remove st.h inclusion
Yukihiro Matsumoto
2012-07-06
remove debug printf; close #345
Yukihiro Matsumoto
2012-06-30
Fix str_replace in string.c
Masamitsu MURASE
2012-06-27
sizeof("a") is bigger by one than strlen("a")
Yukihiro Matsumoto
2012-06-27
use return value from sprintf/snprintf
Yukihiro Matsumoto
2012-06-26
Prevent memory leak when string literal is created.
Masamitsu MURASE
2012-06-23
reduce calling mrb_str_new_cstr() to avoid strlen(); #301
Yukihiro Matsumoto
2012-06-23
remove assertion for false assumption; mrb_str_new(0, len) where len > 0 can ...
Yukihiro Matsumoto
2012-06-22
Use mrb_str_new() instead of mrb_str_new2() as possible.
Masaki Muranaka
2012-06-21
reduce calling of strlen(); #301
Yukihiro Matsumoto
2012-06-20
remove RuntimeError from mrb_state
Yukihiro Matsumoto
2012-06-15
Remove TRUE/FALSE definition in C sources. (Reported by #282 but not applied.)
Masaki Muranaka
2012-06-15
use ENABLE/DISABLE instead of INCLUDE for configuration macro names
Yukihiro Matsumoto
2012-06-15
Remove some redundant code.
Masaki Muranaka
2012-06-12
String#split("") should split per character (byte for now)
Yukihiro Matsumoto
2012-06-12
corrupted String#inspect on backslash escapes
Yukihiro Matsumoto
2012-06-12
s.split(nil) should work like s.split()
Yukihiro Matsumoto
2012-06-12
remove obsolete comment
Yukihiro Matsumoto
2012-06-12
String#split now understands string sep
Yukihiro Matsumoto
2012-06-11
should increment p on every iteration; close #254
Yukihiro Matsumoto
2012-06-11
string.subseq should create new string based on 'ptr' not on 'aux.shared'.
Masamitsu MURASE
2012-06-05
mruby/string.h: rename buf to ptr
Yukihiro Matsumoto
2012-06-04
symbol can contain non printable characters
Yukihiro Matsumoto
2012-06-03
str_modify() revives string buffer kept in shared structure if refcnt == 1
Yukihiro Matsumoto
2012-06-03
string.subseq should update shared refcnt
Yukihiro Matsumoto
2012-06-03
strig.c should properly decref shared entities
Yukihiro Matsumoto
2012-06-03
should decref shared string body on gc_free
Yukihiro Matsumoto
2012-06-03
should initialize shared->buf as well as s->buf
Yukihiro Matsumoto
2012-06-03
str_make_shared not to return new string
Yukihiro Matsumoto
2012-06-03
make shared string to reference-counted C structure to reduce GC pressure
Yukihiro Matsumoto
2012-06-02
ensure str_modify is called at the beginning of modifying methods
Yukihiro Matsumoto
2012-06-02
mrb_str_concat was broken for shared strings; close #214
Yukihiro Matsumoto
2012-06-01
reorder mrb_ary_new_from_values() args to (argc, argv)
Yukihiro Matsumoto
2012-05-31
correctly share string bodies
Yukihiro Matsumoto
2012-05-31
remove unused str_new_frozen
Yukihiro Matsumoto
2012-05-31
shared strings should not chain
Yukihiro Matsumoto
2012-05-31
allow string shared body
Yukihiro Matsumoto
2012-05-31
reimplement String#*
Yukihiro Matsumoto
2012-05-31
reimplement String#<=>
Yukihiro Matsumoto
[next]