index
:
ruby.git
master
ruby_1_8_6_287
ruby_1_8_6_369
ruby_1_8_6_383
ruby_1_8_6_383-fedora
ruby_1_9_1_243
ruby_1_9_1_376
ruby_1_9_1_376-epel
ruby_1_9_1_376-fedora
Ruby GIT repository
Jeroen van Meeuwen
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
string.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
* array.c: replace rb_protect_inspect() and rb_inspecting_p() by
matz
2005-03-04
1
-16
/
+20
*
* string.c (rb_str_justify): create buffer string after argument type
nobu
2004-12-28
1
-1
/
+1
*
* string.c (rb_str_inspect): escape # which starts an expression
nobu
2004-12-09
1
-3
/
+9
*
* object.c (convert_type): [ruby-core:03845]
matz
2004-11-29
1
-1
/
+1
*
* configure.in: AC_PREREQ(2.53) [ruby-core:03800]
matz
2004-11-25
1
-1
/
+1
*
* string.c (rb_str_splice): should place index wrapping after
matz
2004-11-20
1
-2
/
+4
*
* string.c (str_gsub): internal buffer should not be listed by
matz
2004-11-19
1
-4
/
+2
*
* string.c (str_gsub): internal buffer should not be listed by
matz
2004-11-18
1
-0
/
+3
*
* re.c (rb_reg_initialize_m): should raise exception instead of
matz
2004-11-17
1
-8
/
+5
*
* string.c (str_mod_check): frozen check should be separated.
matz
2004-11-16
1
-1
/
+12
*
* array.c (rb_ary_update): pedantic check to detect
matz
2004-11-15
1
-3
/
+4
*
* string.c (rb_str_clear): avoid revealing NULL pointer.
matz
2004-11-14
1
-4
/
+5
*
* dir.c (rb_glob2): do not allocate buffer from heap to avoid
matz
2004-11-10
1
-8
/
+8
*
* string.c (str_gsub): should have removed rb_str_unlocktmp(str).
matz
2004-11-04
1
-1
/
+0
*
* string.c (str_gsub): string modify check no longer based on
matz
2004-11-04
1
-6
/
+5
*
* gc.c (gc_mark): enable GC stack checking.
matz
2004-11-04
1
-0
/
+5
*
* array.c (rb_ary_uniq_bang): do not push frozen string from hash
matz
2004-11-03
1
-2
/
+2
*
* io.c (rb_f_open): create copy of popen specifier. [ruby-dev:24656]
matz
2004-10-31
1
-0
/
+20
*
* string.c (str_gsub): use STR_NOCAPA.
nobu
2004-10-27
1
-1
/
+1
*
* node.h (NODE_TYPESHIFT): allow 4 more bits for line numbers.
matz
2004-10-27
1
-10
/
+12
*
* string.c (str_gsub): use a string object for exception safeness.
nobu
2004-10-27
1
-28
/
+30
*
* string.c (rb_str_include): should not treat char as negative value.
nobu
2004-10-21
1
-9
/
+2
*
* parse.y (lex_getline): should not touch ruby_debug_lines if
matz
2004-10-20
1
-0
/
+3
*
* io.c (read_all): block string buffer modification during
matz
2004-10-19
1
-0
/
+1
*
* indent and tabify
nobu
2004-10-19
1
-38
/
+38
*
* string.c (rb_str_upto): method result must be checked. [ruby-dev:24504]
nobu
2004-10-18
1
-9
/
+10
*
* io.c (rb_io_mode_flags): preserve append mode flag.
matz
2004-10-06
1
-12
/
+8
*
* string.c (rb_str_sum): should use bignums when bits is greater
matz
2004-10-02
1
-1
/
+1
*
* string.c (rb_str_sum): wrong cast caused wrong result.
matz
2004-10-02
1
-16
/
+16
*
* string.c (rb_str_sum): check was done with false pointer.
matz
2004-10-02
1
-4
/
+4
*
* string.c (rb_str_sum): string may be altered. [ruby-dev:24381]
matz
2004-10-01
1
-8
/
+26
*
* parse.y (rb_parser_append_print): should handle prelude.
matz
2004-09-24
1
-0
/
+5
*
* array.c (rb_ary_delete): element comparison might change array
matz
2004-09-17
1
-2
/
+3
*
* dir.c (free_dir): fix memory leak. reported by yamamoto
matz
2004-08-19
1
-0
/
+26
*
* io.c (rb_io_reopen): should clear allocated OpenFile. pointed
matz
2004-08-17
1
-5
/
+6
*
* range.c (rb_range_beg_len): returns Qnil only when "beg" points
matz
2004-07-24
1
-1
/
+2
*
* string.c (rb_str_match_m): String#match should also take
matz
2004-07-17
1
-5
/
+14
*
* string.c (str_new4): should share shared instance if it already
matz
2004-06-05
1
-3
/
+2
*
* range.c (range_each_func): terminates loop if generating value
matz
2004-05-14
1
-1
/
+1
*
* parse.y (string_content): turn off NODE_NEWLINE flag to avoid
matz
2004-05-07
1
-5
/
+5
*
* array.c, enum.c, eval.c, file.c, io.c, numeric.c, object.c, prec.c,
nobu
2004-04-14
1
-2
/
+2
*
* exception message clean-up by Ian Macdonald <ian@caliban.org>.
matz
2004-03-29
1
-5
/
+5
*
* eval.c (rb_yield_0): should not re-submit TAG_BREAK if this
matz
2004-03-15
1
-2
/
+2
*
* string.c (rb_str_match): raise TypeError when both arguments are
usa
2004-02-10
1
-25
/
+2
*
Add RDoc for kernel functions, and tidy up
dave
2003-12-30
1
-4
/
+148
*
* string.c (rb_str_update): don't return any value.
usa
2003-12-25
1
-1
/
+1
*
* string.c (rb_str_update): call rb_str_modify().
matz
2003-12-25
1
-8
/
+18
*
MG added RDoc comments to string.c
dave
2003-12-24
1
-0
/
+1145
*
* string.c (rb_str_update): get rid of SEGV at just allocated String.
nobu
2003-11-30
1
-1
/
+3
*
* string.c: add #include "version.h". this file still depends on it.
usa
2003-11-05
1
-0
/
+1
[next]