aboutsummaryrefslogtreecommitdiffstats
path: root/string.c
Commit message (Expand)AuthorAgeFilesLines
* * eval.c (rb_yield_0): should not re-submit TAG_BREAK if thismatz2004-03-151-2/+2
* * string.c (rb_str_match): raise TypeError when both arguments areusa2004-02-101-25/+2
* Add RDoc for kernel functions, and tidy updave2003-12-301-4/+148
* * string.c (rb_str_update): don't return any value.usa2003-12-251-1/+1
* * string.c (rb_str_update): call rb_str_modify().matz2003-12-251-8/+18
* MG added RDoc comments to string.cdave2003-12-241-0/+1145
* * string.c (rb_str_update): get rid of SEGV at just allocated String.nobu2003-11-301-1/+3
* * string.c: add #include "version.h". this file still depends on it.usa2003-11-051-0/+1
* * class.c, hash.c, string.c: remove #include "version.h".eban2003-11-041-1/+0
* * io.c (read_all): fptr->f may be NULL, if IO is closed in thematz2003-11-041-18/+7
* * string.c (rb_str_hash): Update the HASH_PERL alternative hashknu2003-11-011-2/+6
* * string.c (rb_str_upto): ("a"..."a").to_a should return [].matz2003-10-161-1/+3
* * string.c (str_new4): should not preserve FL_TAINT status in thematz2003-10-131-10/+3
* * eval.c (mark_frame_adj): need to adjust argv pointer if usingmatz2003-09-051-9/+9
* * eval.c (rb_eval): *a = [1,2] now assigns [[1,2]] to a.matz2003-08-271-1/+1
* * enum.c (inject_i): use rb_yield_values.matz2003-08-221-1/+1
* * lib/shell/command-processor.rb (Shell::CommandProcessor::rmdir):matz2003-08-051-2/+8
* * ruby.c (proc_options): -F set compiled regular expression to $;.matz2003-07-301-2/+2
* * string.c (rb_str_chomp_bang): defer rb_str_modify() to actualmatz2003-07-271-12/+15
* * eval.c (thgroup_add): no warning for terminated threads.matz2003-07-241-1/+5
* * string.c (rb_str_lstrip_bang): strip NUL along with whitematz2003-07-231-5/+3
* * string.c (rb_str_equal): should return nil for non stringmatz2003-07-211-1/+1
* * string.c: use StringValueCStr to retrieve paths to system calls.matz2003-07-201-0/+13
* * string.c (rb_str_match2): add warning to "~string".matz2003-07-191-0/+3
* * array.c (rb_values_at): extract common procedure frommatz2003-07-031-3/+6
* * string.c (rb_str_shared_replace): clear flags before copy.matz2003-07-021-2/+3
* * string.c (rb_str_split_m): remove white spaces on the head ofnobu2003-06-271-1/+2
* * io.c (io_fflush): need to check if closed after thread switch.nobu2003-06-261-1/+6
* sorry, typo again.nobu2003-06-231-1/+1
* typonobu2003-06-231-1/+1
* * dir.c (find_dirsep): get rid of warnings.nobu2003-06-231-15/+9
* * string.c (rb_str_upto): generate sequence according to "succ"matz2003-06-231-14/+32
* * eval.c (Init_Proc): Block/Proc separation. [huge change]matz2003-05-261-3/+8
* * class.c: add #include "version.h".aamine2003-05-191-0/+1
* * object.c (init_copy): rename copy_object as initialize_copy,matz2003-05-191-1/+1
* * string.c (rb_str_ljust): now takes optional argument to specifymatz2003-05-021-47/+77
* * string.c (rb_str_to_i): disallow negative radix.nobu2003-04-271-0/+3
* * rubyio.h (struct OpenFile): add error raise flag to finalizer.matz2003-04-141-1/+1
* * bignum.c (rb_cstr_to_inum, rb_big2str): allow 2-36 as radix.nobu2003-04-141-6/+0
* * string.c (rb_str_capitalize_bang): check length before upcasenobu2003-03-261-0/+1
* * parse.y (dsym): :"symbol string" style should not contain `\0'.matz2003-03-071-7/+2
* * string.c (str_new): need no MEMZERO().matz2003-02-271-3/+0
* * string.c (rb_str_cmp_m): should use LONG2NUM().matz2003-02-211-1/+1
* * string.c (rb_str_cmp_m): two small bugs fixed.matz2003-02-211-2/+3
* * string.c (rb_str_cmp_m): return nil if str2 does not respond tomatz2003-02-201-5/+19
* * array.c (rb_ary_to_a): return value should be an Array if thematz2003-02-101-0/+5
* re-indented.nobu2003-02-071-1/+1
* * intern.h, re.c (rb_memsearch): returns long.nobu2003-02-071-1/+5
* * re.c (rb_reg_initialize_m): 3rd argument was ignored.matz2003-02-061-1/+1
* * array.c (rb_ary_equal): a == b is true when b is non T_ARRAYmatz2003-02-041-1/+6