summaryrefslogtreecommitdiff
path: root/string.c
AgeCommit message (Expand)Author
2004-10-27* string.c (str_gsub): use STR_NOCAPA.nobu
2004-10-27* string.c (RESIZE_CAPA): check string attribute before modifyingmatz
2004-10-27* string.c (str_gsub): use a string object for exception safeness.nobu
2004-10-21* string.c (rb_str_include): should not treat char as negative value.nobu
2004-10-20* string.c (str_gsub): reentrant check. [ruby-dev:24432]matz
2004-10-19* io.c (read_all): block string buffer modification duringmatz
2004-10-18* indent and tabifynobu
2004-10-18* string.c (rb_str_upto): method result must be checked. [ruby-dev:24504]nobu
2004-10-06* io.c (rb_io_s_sysopen): preserve path in the buffer allocated bymatz
2004-10-02* string.c (rb_str_sum): check was done with false pointer.matz
2004-09-18* array.c (rb_ary_equal): element size might change duringmatz
2004-08-17* io.c (rb_io_reopen): should clear allocated OpenFile. pointedmatz
2004-07-24* range.c (rb_range_beg_len): returns Qnil only when "beg" pointsmatz
2004-07-07* string.c (rb_str_match): raise TypeError when both arguments areusa
2004-06-05* string.c (str_new4): should share shared instance if it alreadymatz
2004-05-14* range.c (range_each_func): terminates loop if generating valuematz
2004-05-07* eval.c (rb_eval): too many line trace call. (ruby-bugs PR#1320)matz
2004-04-14* array.c, enum.c, eval.c, file.c, io.c, numeric.c, object.c, prec.c,nobu
2004-04-05* eval.c (top_include): include in the wrapped load is done formatz
2004-03-15* eval.c (rb_yield_0): should not re-submit TAG_BREAK if thismatz
2004-01-19* io.c, re.c, string.c, time.c: fixed up positions of RDocs.akira
2003-12-30Add RDoc for kernel functions, and tidy updave
2003-12-25* string.c (rb_str_update): don't return any value.usa
2003-12-25* string.c (rb_str_update): call rb_str_modify().matz
2003-11-30* string.c (rb_str_update): get rid of SEGV at just allocated String.nobu
2003-11-05* string.c: add #include "version.h". this file still depends on it.usa
2003-11-04* class.c, hash.c, string.c: remove #include "version.h".eban
2003-11-04* io.c (read_all): fptr->f may be NULL, if IO is closed in thematz
2003-11-01* string.c (rb_str_hash): Update the HASH_PERL alternative hashknu
2003-10-16* string.c (rb_str_upto): ("a"..."a").to_a should return [].matz
2003-10-13* string.c (str_new4): should not preserve FL_TAINT status in thematz
2003-09-05* eval.c (mark_frame_adj): need to adjust argv pointer if usingmatz
2003-08-27* eval.c (rb_eval): *a = [1,2] now assigns [[1,2]] to a.matz
2003-08-22* enum.c (inject_i): use rb_yield_values.matz
2003-08-05* lib/shell/command-processor.rb (Shell::CommandProcessor::rmdir):matz
2003-07-30* ruby.c (proc_options): -F set compiled regular expression to $;.matz
2003-07-27* string.c (rb_str_chomp_bang): defer rb_str_modify() to actualmatz
2003-07-24* eval.c (thgroup_add): no warning for terminated threads.matz
2003-07-23* string.c (rb_str_lstrip_bang): strip NUL along with whitematz
2003-07-21* string.c (rb_str_equal): should return nil for non stringmatz
2003-07-20* string.c: use StringValueCStr to retrieve paths to system calls.matz
2003-07-19* string.c (rb_str_match2): add warning to "~string".matz
2003-07-03* array.c (rb_values_at): extract common procedure frommatz
2003-07-02* string.c (rb_str_shared_replace): clear flags before copy.matz
2003-06-27* string.c (rb_str_split_m): remove white spaces on the head ofnobu
2003-06-26* io.c (io_fflush): need to check if closed after thread switch.nobu
2003-06-23sorry, typo again.nobu
2003-06-23typonobu
2003-06-23* dir.c (find_dirsep): get rid of warnings.nobu
2003-06-23* string.c (rb_str_upto): generate sequence according to "succ"matz