summaryrefslogtreecommitdiff
path: root/regex.c
AgeCommit message (Expand)Author
2001-09-19* string.c (rb_str_init): String.new() => ""matz
2001-09-03* ruby.c (proc_options): should not alter origargv[].matz
2001-08-20* range.c (range_step): 'iter' here should be an array.matz
2001-07-19* ruby.h: enable volatile directive with VC++.usa
2001-07-18* regex.c (NUM_FAILURE_ITEMS): was confusing NUM_REG_ITEMS andmatz
2001-07-14* regex.c (re_search): should consider reverse search.matz
2001-07-11* It is confusing to put the GPL license terms in the file COPYING;knu
2001-07-02* error.c (exc_exception): clone the receiver exception instead ofmatz
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-05* variable.c (rb_mod_const_at): use hash table as internalmatz
2001-05-30* ruby.c (proc_options): unexpected SecurityError happens when -T4.matz
2001-05-02* eval.c (block_pass): should not downgrade safe level.matz
2001-02-13* io.c (rb_io_ctl): do not call ioctl/fcntl for f2, if f and f2matz
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
2000-05-092000-05-09matz
2000-05-012000-05-01matz
2000-03-092000-03-09matz
2000-03-082000-03-08matz
2000-02-232000-02-23matz
2000-02-172000-02-17matz
2000-02-082000-02-08matz
1999-12-1419991214matz
1999-12-0619991206matz
1999-11-1119991111matz
1999-11-0819991108matz
1999-11-0419991104matz
1999-10-0419991004matz
1999-09-2219990922matz
1999-09-18990918-repackmatz
1999-09-01regexp literal (e.g. \202) match, etc.matz