aboutsummaryrefslogtreecommitdiffstats
path: root/regex.c
Commit message (Expand)AuthorAgeFilesLines
* * ruby.h: enable volatile directive with VC++.usa2001-07-191-1/+1
* * regex.c (NUM_FAILURE_ITEMS): was confusing NUM_REG_ITEMS andmatz2001-07-181-1/+1
* * regex.c (re_search): should consider reverse search.matz2001-07-141-2/+2
* * It is confusing to put the GPL license terms in the file COPYING;knu2001-07-111-1/+1
* * error.c (exc_exception): clone the receiver exception instead ofmatz2001-07-021-0/+1
* * eval.c (rb_f_require): searches ".rb" and ".so" at the samematz2001-06-191-15/+16
* * eval.c (rb_load): should check if tainted even when wrap ismatz2001-06-061-15/+1
* * variable.c (rb_mod_const_at): use hash table as internalmatz2001-06-051-130/+151
* * ruby.c (proc_options): unexpected SecurityError happens when -T4.matz2001-05-301-25/+22
* * eval.c (block_pass): should not downgrade safe level.matz2001-05-021-1/+11
* * io.c (rb_io_ctl): do not call ioctl/fcntl for f2, if f and f2matz2001-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
* 2000-05-09matz2000-05-091-4/+3
* 2000-05-01matz2000-05-011-3/+3
* 2000-03-09matz2000-03-091-1/+2
* 2000-03-08matz2000-03-081-1/+65
* 2000-02-23matz2000-02-231-1/+2
* 2000-02-17matz2000-02-171-3/+3
* 2000-02-08matz2000-02-081-20/+73
* 19991214matz1999-12-141-23/+38
* 19991206matz1999-12-061-3/+34
* 19991111matz1999-11-111-7/+0
* 19991108matz1999-11-081-0/+2
* 19991104matz1999-11-041-1/+2
* 19991004matz1999-10-041-1/+1
* 19990922matz1999-09-221-2/+2
* 990918-repackmatz1999-09-181-1/+1
* regexp literal (e.g. \202) match, etc.matz1999-09-011-19/+41
* 1.4.0matz1999-08-131-2781/+2636
* This commit was generated by cvs2svn to compensate for changes in r372,matz1999-01-201-735/+1762
* This commit was generated by cvs2svn to compensate for changes in r11,matz1998-01-161-440/+1021