summaryrefslogtreecommitdiff
path: root/string.c
AgeCommit message (Expand)Author
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
2003-05-26* eval.c (Init_Proc): Block/Proc separation. [huge change]matz
2003-05-19* class.c: add #include "version.h".aamine
2003-05-19* object.c (init_copy): rename copy_object as initialize_copy,matz
2003-05-02* string.c (rb_str_ljust): now takes optional argument to specifymatz
2003-04-27* string.c (rb_str_to_i): disallow negative radix.nobu
2003-04-14* rubyio.h (struct OpenFile): add error raise flag to finalizer.matz
2003-04-14* bignum.c (rb_cstr_to_inum, rb_big2str): allow 2-36 as radix.nobu
2003-03-26* string.c (rb_str_capitalize_bang): check length before upcasenobu
2003-03-07* parse.y (dsym): :"symbol string" style should not contain `\0'.matz
2003-02-27* string.c (str_new): need no MEMZERO().matz
2003-02-21* string.c (rb_str_cmp_m): should use LONG2NUM().matz
2003-02-21* string.c (rb_str_cmp_m): two small bugs fixed.matz
2003-02-20* string.c (rb_str_cmp_m): return nil if str2 does not respond tomatz
2003-02-10* array.c (rb_ary_to_a): return value should be an Array if thematz
2003-02-07re-indented.nobu
2003-02-07* intern.h, re.c (rb_memsearch): returns long.nobu
2003-02-06* re.c (rb_reg_initialize_m): 3rd argument was ignored.matz
2003-02-04* array.c (rb_ary_equal): a == b is true when b is non T_ARRAYmatz
2003-02-03* object.c (Init_Object): default Object#=== now calls "=="matz
2003-02-03* re.c (rb_memsearch): algolithm body of String#index.matz
2003-01-31* string.c (rb_str_index): search using Karp-Rabin algolithm.matz
2003-01-31* variable.c (rb_obj_classname): new function.matz
2003-01-31* parse.y (yylex): remove EXPR_CMDARG according to the RHG book.matz
2003-01-16Updated Copyrights of Matz to 2003.michal
2002-12-30* string.c (rb_str_substr): should share the shared string ifnobu
2002-12-21* array.c (ary_alloc), dir.c (dir_s_alloc), eval.c (thgroup_s_alloc),usa
2002-12-20* parse.y (do_block): split "do" block and tLBRACE_ARG block.matz
2002-12-19* numeric.c (num_step): use DBL_EPSILON.matz
2002-12-18* string.c (rb_str_dup_frozen): handle tail shared string.nobu
2002-12-17* string.c (rb_str_new4): handle tail shared string.nobu
2002-12-17* node.h (NODE_ATTRASGN): new node, assignment to attribute.nobu