Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-12-22 | * regenc.c (onigenc_ascii_is_code_ctype): moved from enc/ascii.c. | akr | |
* regenc.h (onigenc_ascii_is_code_ctype): declared. * enc/ascii.c: use onigenc_ascii_is_code_ctype. * enc/us_ascii.c: new file for US-ASCII. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14463 b2dd03c8-39d4-4d8f-98ff-823fe69b080e | |||
2007-10-10 | * include/ruby/oniguruma.h (OnigEncodingTypeST): add OnigEncoding | matz | |
parameter to every function members. * include/ruby/oniguruma.h (OnigEncodingTypeST): add auxiliary data member to provide user defined data for an encoding. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13674 b2dd03c8-39d4-4d8f-98ff-823fe69b080e | |||
2007-09-07 | * regenc.c, regenc.h (onigenc_single_byte_mbc_enc_len): should take | usa | |
two arguments. [ruby-dev:31754] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13403 b2dd03c8-39d4-4d8f-98ff-823fe69b080e | |||
2007-09-06 | * array.c (rb_ary_cycle): typo in rdoc. a patch from Yugui | matz | |
<yugui@yugui.sakura.ne.jp>. [ruby-dev:31748] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13348 b2dd03c8-39d4-4d8f-98ff-823fe69b080e | |||
2007-07-23 | * include/ruby/oniguruma.h: upgrade to Oniguruma 5.9.0. fixes | matz | |
some memory violation. [ruby-dev:31070] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12841 b2dd03c8-39d4-4d8f-98ff-823fe69b080e | |||
2007-05-23 | * oniguruma.h: updated to Oniguruma 5.7.0. | matz | |
* regsyntax.c, unicode.c: new files along with Oniguruma 5.x. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12376 b2dd03c8-39d4-4d8f-98ff-823fe69b080e | |||
2007-03-19 | * regparse.c, etc.: K&R to ANSI code cleanup patch from Stefan | matz | |
Huehner <stefan at huehner.org>. [ruby-core:10543] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12095 b2dd03c8-39d4-4d8f-98ff-823fe69b080e | |||
2006-02-04 | * oniguruma.h: merge Oniguruma 4.0.0 [ruby-dev:28290] | matz | |
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9885 b2dd03c8-39d4-4d8f-98ff-823fe69b080e | |||
2005-09-12 | * array.c: moved to ANSI function style from K&R function style. | ocean | |
(used protoize on windows, so still K&R remains on #ifdef part of other platforms. And `foo _((boo))' stuff is still there) [ruby-dev:26975] * bignum.c, class.c, compar.c, dir.c, dln.c, dmyext.c, enum.c, enumerator.c, error.c, eval.c, file.c, gc.c, hash.c, inits.c, io.c, main.c, marshal.c, math.c, numeric.c, object.c, pack.c, prec.c, process.c, random.c, range.c, re.c, regcomp.c, regenc.c, regerror.c, regexec.c, regparse.c, regparse.h, ruby.c, signal.c, sprintf.c, st.c, string.c, struct.c, time.c, util.h, variable.c, version.c: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9126 b2dd03c8-39d4-4d8f-98ff-823fe69b080e | |||
2005-02-23 | This commit was generated by cvs2svn to compensate for changes in r8021, | ksaito | |
which included commits to RCS files with non-trunk default branches. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@8022 b2dd03c8-39d4-4d8f-98ff-823fe69b080e | |||
2005-01-28 | This commit was generated by cvs2svn to compensate for changes in r7843, | ksaito | |
which included commits to RCS files with non-trunk default branches. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7844 b2dd03c8-39d4-4d8f-98ff-823fe69b080e | |||
2004-11-04 | This commit was generated by cvs2svn to compensate for changes in r7203, | ksaito | |
which included commits to RCS files with non-trunk default branches. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7204 b2dd03c8-39d4-4d8f-98ff-823fe69b080e | |||
2004-03-16 | This commit was generated by cvs2svn to compensate for changes in r5960, | ksaito | |
which included commits to RCS files with non-trunk default branches. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5961 b2dd03c8-39d4-4d8f-98ff-823fe69b080e | |||
2004-03-05 | Initial revision | ksaito | |
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5892 b2dd03c8-39d4-4d8f-98ff-823fe69b080e |