Age | Commit message (Expand) | Author |
2010-05-17 | * proc.c (proc_lambda, unnamed_parameters): Small documentation fixes. | marcandre |
2010-05-17 | * array.c: Documentation: change => in call-seq to ->. | marcandre |
2010-05-12 | * re.c (rb_reg_initialize_m): fix wrong index for the lang | naruse |
2010-05-11 | Add description about Regexp(str, opt, lang). [ruby-core:29893] | naruse |
2010-05-08 | * error.c: RDoc for subclasses of Exception. [ruby-core:28394] | marcandre |
2010-04-30 | * eval.c (make_exception, rb_obj_extend): Fix error messages in case of wrong | marcandre |
2010-04-10 | * lib/rdoc: Import RDoc 2.5.2 | drbrain |
2010-04-05 | * re.c (make_regexp): use onig_new_with_source to keep | naruse |
2010-03-09 | * re.c (rb_reg_to_s): remove unused variable. | naruse |
2010-03-01 | * include/ruby/oniguruma.h: updated to follow Oniguruma 5.9.2. | matz |
2010-02-13 | * marshal.c (r_object0): register regexp object before encoding | nobu |
2010-02-13 | * re.c (match_aref): fixed indent. | nobu |
2009-11-26 | * removed spaces just before tabs. | nobu |
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 source | naruse |
2009-08-27 | * re.c (rb_reg_preprocess_dregexp): set encoding as ASCII-8BIT | naruse |
2009-08-14 | * re.c (rb_reg_preprocess_dregexp): change Exception class to | naruse |
2009-08-05 | Fix error message of /.../n with embeded non ASCII-8BIT string. | naruse |
2009-07-18 | use 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, not | matz |
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-22 | stripped 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 for | matz |
2008-12-10 | * re.c (rb_reg_initialize): raise RegexpError when encoding | naruse |
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 as | nobu |
2008-10-22 | * re.c (unescape_escaped_nonascii): back out the last change on | matz |
2008-10-18 | * re.c (rb_reg_initialize_m): specify ARG_ENCODING_NONE instead of | matz |
2008-10-16 | * re.c (rb_reg_initialize_m): changed the message to clarify the | matz |
2008-10-16 | * .gdbinit (rp): REGEXP handling fixed. | matz |
2008-10-11 | rdoc update. | akr |
2008-09-19 | * re.c (rb_reg_desc): Regexps of ASCII Compatible encoding may | naruse |
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 ASCII | akr |
2008-09-13 | * include/ruby/oniguruma.h (OnigEncodingTypeST): add end argument for | akr |
2008-09-13 | * include/ruby/oniguruma.h (onigenc_get_right_adjust_char_head): add | akr |