From db37773e13fba8ccb28612361220638e702d4deb Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 1 Mar 2010 21:54:59 +0000 Subject: * include/ruby/oniguruma.h: updated to follow Oniguruma 5.9.2. * re.c (make_regexp): use onig_new() instead of onig_alloc_init(). * re.c (rb_reg_to_s): ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26791 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- enc/utf_16be.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'enc/utf_16be.c') diff --git a/enc/utf_16be.c b/enc/utf_16be.c index 8d7c8e9b11..d6e2c953b7 100644 --- a/enc/utf_16be.c +++ b/enc/utf_16be.c @@ -2,7 +2,7 @@ utf_16be.c - Oniguruma (regular expression library) **********************************************************************/ /*- - * Copyright (c) 2002-2007 K.Kosako + * Copyright (c) 2002-2008 K.Kosako * All rights reserved. * * Redistribution and use in source and binary forms, with or without -- cgit v1.2.3