summaryrefslogtreecommitdiff
path: root/regex.c
AgeCommit message (Expand)Author
2002-02-19* eval.c (rb_eval_string_wrap): should hide the toplevel localmatz
2002-02-19* regex.c: fix prototypes of xmalloc(), xcalloc() and xrealloc().eban
2002-02-16* regex.c (re_compile_fastmap): skip begpos.nobu
2002-02-01* regex.c (mbc_startpos): become macro.nobu
2002-01-30* regex.c (re_adjust_startpos): fix for SJIS.nobu
2002-01-29* regex.c (re_adjust_startpos): search start of multibytenobu
2002-01-23* array.c (Init_Array): remove Array#filter.matz
2002-01-07* string.c (rb_str_new2): NULL pointer check added.matz
2002-01-04* process.c (rb_f_system): abandon vfork.matz
2001-12-10* array.c (rb_ary_modify): should copy the internal buffer if thematz
2001-10-30* string.c (rb_str_chomp_bang): do smart chomp if $/ == '\n'.matz
2001-10-03* marshal.c (r_object): better allocation type check formatz
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