summaryrefslogtreecommitdiff
path: root/regex.c
AgeCommit message (Expand)Author
2002-12-02* eval.c (backtrace): should ignore line 0 frame.matz
2002-10-01* regex.c (re_match): p1 may exceed pend limit.matz
2002-06-14* parse.y (read_escape): deny zero-width hexadecimal character.nobu
2002-05-21* eval.c (rb_thread_schedule): need to preserve errno beforematz
2002-05-01* file.c (rb_find_file): load must be done from an abolute path ifmatz
2002-03-12* regex.c (re_compile_pattern): '\0111' should be '\011' plus '1',matz
2002-02-16* regex.c (re_compile_fastmap): skip begpos.nobu
2002-01-25* class.c (rb_include_module): detect cyclic module inclusion.matz
2002-01-07* string.c (rb_str_new2): NULL pointer check added.matz
2002-01-04forgot to commit everything bug ChangeLogmatz
2001-12-10* parse.y (gettable): should freeze __LINE__ string.matz
2001-10-30* eval.c (rb_f_eval): can't modify untainted binding.matz
2001-10-02* eval.c (rb_eval): should override existing class.matz
2001-09-03* io.c (rb_io_popen): accept integer flags as mode.matz
2001-08-23* eval.c (is_defined): should not dump core for "defined?(())".matz
2001-07-19back port from 1.7matz
2001-07-19regex.c updatedmatz
2001-07-16* eval.c (proc_invoke): should preserve iter status for embeddedmatz
2001-07-11* It is confusing to put the GPL license terms in the file COPYING;knu
2001-07-06* eval.c (rb_f_require): move rb_file_s_expand_path frommatz
2001-06-29* lex.c (rb_reserved_word): lex_state after tRESCUE should bematz
2001-06-19* eval.c (rb_f_require): searches ".rb" and ".so" at the samematz
2001-06-06* eval.c (rb_load): should check if tainted even when wrap ismatz
2001-06-04* regex.c (re_compile_pattern): should push option modifier at thematz
2001-05-29* regex.c (re_compile_pattern): * \1 .. \9 should bematz
2001-05-29* regex.c (re_compile_pattern): no back reference to amatz
2001-04-19m68m frame_pointer patchmatz
2001-04-17preview2matz
2001-04-16* regex.c (calculate_must_string): wrong length calculation.matz
2001-02-13* parse.y (primary): preserve and clear in_single and in_def usingmatz
2000-11-10matzmatz
2000-11-10matzmatz
2000-10-02matzmatz
2000-09-27matzmatz
2000-09-26matzmatz
2000-09-25matzmatz
2000-09-25matzmatz
2000-09-22matzmatz
2000-09-07matzmatz
2000-08-28matzmatz
2000-08-25matzmatz
2000-08-24matzmatz
2000-08-07matzmatz
2000-05-242000-05-24matz
2000-05-22/p is back for transitmatz
2000-05-19regex fixed for (?m)matz
2000-05-182000-05-18matz
2000-05-17thread problemsmatz
2000-05-16remove configure from repositrymatz
2000-05-122000-05-12matz