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
2013-03-12
Merge pull request #982 from monaka/pr-make-MRB_STR_BUF_MIN_SIZE-configurable
Yukihiro "Matz" Matsumoto
2013-03-12
Use suitable types for variables.
Masaki Muranaka
2013-03-12
Rename STR_BUF_MIN_SIZE to MRB_STR_BUF_MIN_SIZE. Make it configurable.
Masaki Muranaka
2013-03-11
Fix indent in string.c
kano4
2013-03-05
Replace tabs with spaces
kano4
2013-03-05
Remove RB_GC_GUARD(x) macro. See also mruby/mruby#948.
Masaki Muranaka
2013-03-05
Include stdio.h in mrbconf.h instead of C extension sources.
Masaki Muranaka
2013-03-03
The variable len isn't used anywhere.
Carson McDonald
2013-03-01
Add typedef to structures that have mrb_ prefix. Use typedef-ed type instead ...
Masaki Muranaka
2013-02-26
Simplify mrb_range_beg_len(). Don't use OTHER macro.
Masaki Muranaka
2013-02-23
Merge pull request #878 from monaka/pr-reduce-sprintf
Yukihiro "Matz" Matsumoto
2013-02-24
Remove commented out code. Remove redundant function calls.
Masaki Muranaka
2013-02-23
Reduce sprintf() calls. Remove mrb_int_to_str() and MRB_INT_FORMAT.
Masaki Muranaka
2013-02-18
String#split should honor limit arg
Yukihiro Matz Matsumoto
2013-02-15
REGEXP_CLASS
mattn
2013-02-15
Should be OP_LOADL
mattn
2013-02-15
Pluggable Regexp
mattn
2013-02-11
add mrb_str_to_cstr
Akira Yumiyama
2013-02-03
Restore arena in `String#split`.
Masamitsu MURASE
2013-01-29
Remove API mrb_str_catf().
Masaki Muranaka
2013-01-11
remove mrb_str_each_line form src/string.c
skandhas
2012-12-19
Modify String#bytes.
Masamitsu MURASE
2012-12-10
Fix memory leak in String#to_i and String#to_f.
Masamitsu MURASE
2012-12-01
Fix typos: invalide -> invalid; patch from @darashi; close #577
Yukihiro Matz Matsumoto
2012-11-17
int and mrb_int should not be mixed under -DMRB_INT64; may fix #557
Yukihiro Matz Matsumoto
2012-11-08
adjust string length after String#chomp!
Akira Yumiyama
2012-11-04
replace RBASIC by mrb_basic
Yukihiro Matz Matsumoto
2012-11-04
add new predicates mrb_string_p(),mrb_array_p(),mrb_hash_p()
Yukihiro Matz Matsumoto
2012-11-01
add String#bytes to return bytes in a string
Yukihiro Matsumoto
2012-10-23
mrb_raisef(): new function. Same as previou version of mrb_raise().
Masaki Muranaka
2012-10-22
Remove redundant sizeof(char). "Always sizeof(char) == 1" is described in ISO...
Masaki Muranaka
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
[next]