summaryrefslogtreecommitdiff
path: root/re.c
AgeCommit message (Expand)Author
2009-09-30* re.c (last_match): add "thread and method" to the scope.naruse
2009-09-29* re.c (last_match): Added note to the doc that last_match is local to curren...marcandre
2009-09-17* doc/re.rb: New document for Ruby's fork of Oniguruma.naruse
2009-09-10* parse.y (rb_char_to_option_kcode): ASCII-8BIT should also delay.naruse
2009-09-08* re.c (rb_reg_hash): must calculate hash.nobu
2009-09-08* include/ruby/st.h (st_hash_func): use st_index_t.nobu
2009-09-05* re.c (Init_Regexp): new methods. [ruby-core:24748]nobu
2009-09-04* re.c (update_char_offset): position should be long.nobu
2009-09-04* re.c (update_char_offset):nobu
2009-08-30*regparse.c (CC_DUP_WARN): use rb_compile_warn if ScanEnv has sourcenaruse
2009-08-27* re.c (rb_reg_preprocess_dregexp): set encoding as ASCII-8BITnaruse
2009-08-14* re.c (rb_reg_preprocess_dregexp): change Exception class tonaruse
2009-08-05Fix error message of /.../n with embeded non ASCII-8BIT string.naruse
2009-07-18use rb_enc_get to get the encoding of a Regexp object.naruse
2009-06-30* re.c (reg_match_pos): adjust offset based on characters, notmatz
2009-06-30* include/ruby/oniguruma.h, include/ruby/re.h, re.c, regcomp.c,nobu
2009-03-17* dir.c, dln.c, parse.y, re.c, ruby.c, sprintf.c, strftime.c,nobu
2009-03-14* string.c (rb_str_subpat): accept capture name.akr
2009-03-14* util.c (ruby_scan_oct, ruby_scan_hex): use size_t.nobu
2009-02-22stripped trailing spaces.nobu
2009-02-22* re.c (Init_Regexp): define Regexp::FIXEDENCODING. [ruby-dev:38066]akr
2009-02-03* re.c (match_array): replace match_check().matz
2008-12-16* re.c: use strlcpy for error messages.akr
2008-12-11* re.c (reg_enc_error): raise EncodingCompatibilityError formatz
2008-12-10* re.c (rb_reg_initialize): raise RegexpError when encodingnaruse
2008-11-18* re.c (rb_reg_desc): re might be NULL.matz
2008-11-15* re.c (rb_reg_regsub): returns -1 unless ascii as well asnobu
2008-10-22* re.c (unescape_escaped_nonascii): back out the last change onmatz
2008-10-18* re.c (rb_reg_initialize_m): specify ARG_ENCODING_NONE instead ofmatz
2008-10-16* re.c (rb_reg_initialize_m): changed the message to clarify thematz
2008-10-16* .gdbinit (rp): REGEXP handling fixed.matz
2008-10-11rdoc update.akr
2008-09-19* re.c (rb_reg_desc): Regexps of ASCII Compatible encoding maynaruse
2008-09-16* re.c (rb_reg_desc): Regexp#inspect should be US-ASCII.naruse
2008-09-15* re.c (rb_reg_quote): use rb_enc_mbcput to generate ASCIIakr
2008-09-13* include/ruby/oniguruma.h (OnigEncodingTypeST): add end argument forakr
2008-09-13* include/ruby/oniguruma.h (onigenc_get_right_adjust_char_head): addakr
2008-09-08* vm.c (rb_mRubyVMFrozenCore): registered for GC.akr
2008-08-18* re.c (rb_reg_inspect): don't raise for uninitialized Regexp.akr
2008-08-13* object.c (rb_obj_untrusted): new method Object#untrusted?.shugo
2008-07-22* compile.c (insn_data_to_s_detail), file.c (rb_stat_inspect),nobu
2008-07-20* re.c (rb_reg_s_union): useless rb_enc_get call removed to preventakr
2008-07-04* re.c (unescape_nonascii): add has_property argument not toakr
2008-07-04* re.c (unescape_nonascii): make regexp fixed_encoding if \p is used.akr
2008-06-28* include/ruby/ruby.h (struct RRegexp): new field usecnt. replaceakr
2008-06-08* array.c, bignum.c, cont.c, dir.c, dln.c, encoding.c, enumerator.c,ko1
2008-06-07* io.c (rb_f_open), re.c (rb_reg_search), transcode.c (str_transcode):nobu
2008-06-02* re.c: fix SEGV by Regexp.allocate.names, Match.allocate.names, etc.mame
2008-05-31* suppress warnings with -Wwrite-string.nobu
2008-05-19* regparse.c (PINC): use optimized enclen() instead ofmatz