summaryrefslogtreecommitdiff
path: root/regex.c
Commit message (Expand)AuthorAgeFilesLines
* * eval.c (backtrace): should ignore line 0 frame.matz2002-12-021-0/+1
* * regex.c (re_match): p1 may exceed pend limit.matz2002-10-011-1/+1
* * parse.y (read_escape): deny zero-width hexadecimal character.nobu2002-06-141-0/+2
* * eval.c (rb_thread_schedule): need to preserve errno beforematz2002-05-211-1/+1
* * file.c (rb_find_file): load must be done from an abolute path ifmatz2002-05-011-2/+1
* * regex.c (re_compile_pattern): '\0111' should be '\011' plus '1',matz2002-03-121-1/+1
* * regex.c (re_compile_fastmap): skip begpos.nobu2002-02-161-1/+1
* * class.c (rb_include_module): detect cyclic module inclusion.matz2002-01-251-15/+18
* * string.c (rb_str_new2): NULL pointer check added.matz2002-01-071-13/+0
* forgot to commit everything bug ChangeLogmatz2002-01-041-28/+0
* * parse.y (gettable): should freeze __LINE__ string.matz2001-12-101-1/+1
* * eval.c (rb_f_eval): can't modify untainted binding.matz2001-10-301-5/+9
* * eval.c (rb_eval): should override existing class.matz2001-10-021-2/+2
* * io.c (rb_io_popen): accept integer flags as mode.matz2001-09-031-1/+1
* * eval.c (is_defined): should not dump core for "defined?(())".matz2001-08-231-0/+2
* back port from 1.7matz2001-07-191-1/+1
* regex.c updatedmatz2001-07-191-1/+1
* * eval.c (proc_invoke): should preserve iter status for embeddedmatz2001-07-161-2/+2
* * It is confusing to put the GPL license terms in the file COPYING;knu2001-07-111-1/+1
* * eval.c (rb_f_require): move rb_file_s_expand_path frommatz2001-07-061-1/+1
* * lex.c (rb_reserved_word): lex_state after tRESCUE should bematz2001-06-291-0/+1
* * eval.c (rb_f_require): searches ".rb" and ".so" at the samematz2001-06-191-17/+41
* * eval.c (rb_load): should check if tainted even when wrap ismatz2001-06-061-15/+1
* * regex.c (re_compile_pattern): should push option modifier at thematz2001-06-041-8/+10
* * regex.c (re_compile_pattern): * \1 .. \9 should bematz2001-05-291-32/+9
* * regex.c (re_compile_pattern): no back reference to amatz2001-05-291-3/+19
* m68m frame_pointer patchmatz2001-04-191-2/+2
* preview2matz2001-04-171-0/+10
* * regex.c (calculate_must_string): wrong length calculation.matz2001-04-161-1/+1
* * parse.y (primary): preserve and clear in_single and in_def usingmatz2001-02-131-1/+2
* matzmatz2000-11-101-1/+0
* matzmatz2000-11-101-0/+1
* matzmatz2000-10-021-1/+1
* matzmatz2000-09-271-1/+1
* matzmatz2000-09-261-51/+19
* matzmatz2000-09-251-7/+26
* matzmatz2000-09-251-11/+25
* matzmatz2000-09-221-2/+2
* matzmatz2000-09-071-1/+2
* matzmatz2000-08-281-21/+59
* matzmatz2000-08-251-1/+1
* matzmatz2000-08-241-5/+4
* matzmatz2000-08-071-3/+3
* 2000-05-24matz2000-05-241-114/+83
* /p is back for transitmatz2000-05-221-18/+69
* regex fixed for (?m)matz2000-05-191-1/+1
* 2000-05-18matz2000-05-181-71/+23
* thread problemsmatz2000-05-171-0/+40
* remove configure from repositrymatz2000-05-161-19/+22
* 2000-05-12matz2000-05-121-18/+23