summaryrefslogtreecommitdiffstats
path: root/re.c
Commit message (Expand)AuthorAgeFilesLines
* * re.c (rb_reg_search): need to free allocated buffer in re_register. [ruby-c...matz2008-07-051-0/+2
* merge revision(s) 16239:shyouhei2008-06-151-2/+3
* merge revision(s) 15924:shyouhei2008-06-151-1/+1
* * ext/strscan/strscan.c (strscan_do_scan): should set kcode option before mat...aamine2007-01-101-17/+17
* * ruby.h: export classes/modules to implement sandbox.matz2006-07-201-2/+2
* * re.c (rb_reg_initialize): should not allow modifying literalmatz2006-05-161-1/+5
* * re.c (rb_reg_initialize): should not modify untainted objects inmatz2006-05-161-6/+9
* * re.c (rb_reg_regcomp): fix a GC problem on x86_64 withakr2005-12-131-0/+1
* * re.c (KR_REHASH): should cast to unsigned for 64bit CPU.matz2005-11-231-1/+1
* * class.c (rb_mod_init_copy, rb_class_init_copy), file.c (rb_stat_init_copy),nobu2005-09-281-0/+2
* * re.c (make_regexp): should not return junk address duringmatz2005-05-231-0/+1
* * eval.c (rb_call0): reorganize "return" event post.matz2005-03-161-4/+6
* * bignum.c (rb_big2ulong_pack): One too many arguments are passedknu2005-02-061-2/+2
* * process.c (proc_setgroups): [ruby-dev:25081]matz2004-12-061-2/+2
* * io.c (read_all): block string buffer modification duringmatz2004-10-191-2/+2
* * string.c (rb_str_sum): check was done with false pointer.matz2004-10-021-2/+2
* * array.c, enum.c, eval.c, file.c, io.c, numeric.c, object.c, prec.c,nobu2004-04-141-2/+2
* * eval.c (top_include): include in the wrapped load is done formatz2004-04-051-2/+2
* * re.c: corrected documentation format (again)gsinclair2004-02-221-15/+17
* * re.c: corrected documentation format (rb_reg_initialize_m)gsinclair2004-02-221-13/+13
* * io.c, re.c, string.c, time.c: fixed up positions of RDocs.akira2004-01-191-4/+1
* * eval.c, object.c, process.c, re.c: don't use C++ style comments.eban2004-01-081-1/+1
* Add RDoc for kernel functions, and tidy updave2003-12-301-1/+26
* MG added RDoc comments for re.cdave2003-12-261-0/+419
* * io.c (read_all): fptr->f may be NULL, if IO is closed in thematz2003-11-041-4/+0
* * parse.y (logop): left may be NULL. [ruby-talk:84539]matz2003-10-301-1/+1
* * re.c (rb_reg_s_union, Init_Regexp): new method `Regexp.union'.akr2003-10-291-0/+77
* * re.c (rb_memsearch): fix overrun. [ruby-talk:80759]nobu2003-09-011-10/+13
* * marshal.c (w_symbol, w_object): get rid of warnings.nobu2003-08-161-3/+1
* * re.c (rb_reg_options_m): use rb_reg_options() to mask internalnobu2003-07-251-10/+7
* * re.c (match_captures): rename from "groups".matz2003-07-171-2/+2
* * re.c (match_entry): add prototype to avoid VC++ warnings.usa2003-07-091-0/+1
* * array.c (rb_values_at): extract common procedure frommatz2003-07-031-22/+27
* * object.c (init_copy): rename copy_object as initialize_copy,matz2003-05-191-4/+4
* * re.c (rb_reg_quote): \n \r \f \v quoting was wrong.aamine2003-05-191-6/+6
* * object.c (rb_class_allocate_instance): singleton class checkmatz2003-05-161-1/+22
* * object.c (rb_obj_methods): list singleton methods if recurmatz2003-05-061-1/+4
* * array.c (rb_ary_values_at): new method to replace select(index..).matz2003-05-041-1/+30
* * eval.c (avalue_to_svalue): use rb_check_array_type() again.matz2003-03-291-1/+0
* * intern.h, re.c (rb_memsearch): returns long.nobu2003-02-071-1/+1
* * re.c (rb_reg_initialize_m): shoule not preset "kcode" unlessmatz2003-02-061-15/+17
* * re.c (rb_reg_initialize_m): 3rd argument was ignored.matz2003-02-061-1/+1
* * re.c (rb_reg_initialize_m): unfotunate serious typo.matz2003-02-031-1/+1
* * object.c (Init_Object): default Object#=== now calls "=="matz2003-02-031-22/+43
* * re.c (rb_memsearch): a little improvement.nobu2003-02-031-12/+13
* * re.c (rb_memsearch): algolithm body of String#index.matz2003-02-031-1/+54
* Updated Copyrights of Matz to 2003.michal2003-01-161-1/+1
* * array.c (ary_alloc), dir.c (dir_s_alloc), eval.c (thgroup_s_alloc),usa2002-12-211-0/+2
* * parse.y (do_block): split "do" block and tLBRACE_ARG block.matz2002-12-201-2/+2
* * re.c (rb_reg_match_pre, rb_reg_match_post, match_to_a,nobu2002-12-191-7/+9