matz 
								
							 
						 
						
							
							
							
							
								
							
							
								db37773e13 
								
							 
						 
						
							
							
								
								* 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 
							
						 
						
							2010-03-01 21:54:59 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									shyouhei 
								
							 
						 
						
							
							
							
							
								
							
							
								0ef21e44e7 
								
							 
						 
						
							
							
								
								forgot to commit  
							
							... 
							
							
							
							git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17773 b2dd03c8-39d4-4d8f-98ff-823fe69b080e 
							
						 
						
							2008-07-01 09:50:30 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									mame 
								
							 
						 
						
							
							
							
							
								
							
							
								65670f9400 
								
							 
						 
						
							
							
								
								* enc/iso_8859_5.c: Large omicron should lowercase to small omicron.  
							
							... 
							
							
							
							* test/ruby/test_big5.rb, test/ruby/test_cp949.rb,
  test/ruby/test_euc_jp.rb, test/ruby/test_euc_kr.rb,
  test/ruby/test_euc_tw.rb, test/ruby/test_gb18030.rb,
  test/ruby/test_gbk.rb, test/ruby/test_iso_8859.rb,
  test/ruby/test_koi8.rb, test/ruby/test_shift_jis.rb,
  test/ruby/test_windows_1251.rb: new tests for encoding.
* test/ruby/test_utf16.rb, test/ruby/test_utf32.rb,
  test/ruby/test_regexp.rb: add tests.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@16759 b2dd03c8-39d4-4d8f-98ff-823fe69b080e 
							
						 
						
							2008-06-02 13:30:38 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									naruse 
								
							 
						 
						
							
							
							
							
								
							
							
								0a640a9386 
								
							 
						 
						
							
							
								
								* enc/*: add ARG_UNUSED.  
							
							... 
							
							
							
							* enc/koi8_u.c: added.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15069 b2dd03c8-39d4-4d8f-98ff-823fe69b080e 
							
						 
						
							2008-01-15 14:54:40 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									naruse 
								
							 
						 
						
							
							
							
							
								
							
							
								8f15b8128c 
								
							 
						 
						
							
							
								
								* include/ruby/oniguruma.h: remove ONIG_ENCODING_* and OnigEncoding*  
							
							... 
							
							
							
							which are not builtin.
* regenc.{c,h} (onigenc_mb2_code_to_mbclen, onigenc_mb4_code_to_mbclen):
  fix prototype.
* enc/big5.c, enc/euc_kr.c, enc/euc_tw.c, enc/gb18030.c,
  enc/koi8_r.c, enc/windows_1251.c: imported from Oniguruma.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15026 b2dd03c8-39d4-4d8f-98ff-823fe69b080e 
							
						 
						
							2008-01-13 17:16:09 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									naruse 
								
							 
						 
						
							
							
							
							
								
							
							
								21671b558c 
								
							 
						 
						
							
							
								
								* enc/make_encdb.h: sort encoding names by original name.  
							
							... 
							
							
							
							* encoding.c, enc/*.c: define replicas and aliases.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15025 b2dd03c8-39d4-4d8f-98ff-823fe69b080e 
							
						 
						
							2008-01-13 14:29:12 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									akr 
								
							 
						 
						
							
							
							
							
								
							
							
								ed74723af4 
								
							 
						 
						
							
							
								
								* enc/euc_jp.c: remove eucjp_ prefix.  breakpoint can be specified as  
							
							... 
							
							
							
							euc_jp.c:mbc_enc_len.  avoid needless conflict by merge.
* enc/sjis.c: remove sjis_ prefix.
* enc/utf8.c: remove utf8_ prefix.
* enc/iso_8859_1.c: remove iso_8859_1_ prefix.
* enc/iso_8859_2.c: remove iso_8859_2_ prefix.
* enc/iso_8859_3.c: remove iso_8859_3_ prefix.
* enc/iso_8859_4.c: remove iso_8859_4_ prefix.
* enc/iso_8859_5.c: remove iso_8859_5_ prefix.
* enc/iso_8859_6.c: remove iso_8859_6_ prefix.
* enc/iso_8859_7.c: remove iso_8859_7_ prefix.
* enc/iso_8859_8.c: remove iso_8859_8_ prefix.
* enc/iso_8859_9.c: remove iso_8859_9_ prefix.
* enc/iso_8859_10.c: remove iso_8859_10_ prefix.
* enc/iso_8859_11.c: remove iso_8859_11_ prefix.
* enc/iso_8859_13.c: remove iso_8859_13_ prefix.
* enc/iso_8859_14.c: remove iso_8859_14_ prefix.
* enc/iso_8859_15.c: remove iso_8859_15_ prefix.
* enc/iso_8859_16.c: remove iso_8859_16_ prefix.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14877 b2dd03c8-39d4-4d8f-98ff-823fe69b080e 
							
						 
						
							2008-01-03 17:57:48 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									akr 
								
							 
						 
						
							
							
							
							
								
							
							
								a13c1148a9 
								
							 
						 
						
							
							
								
								* enc/us_ascii.c: add us_ascii_ prefix for functions to ease  
							
							... 
							
							
							
							setting breakpoint when debugging.
* enc/euc_jp.c: add eucjp_ prefix.
* enc/sjis.c: add sjis_ prefix.
* enc/iso_8859_1.c: add iso_8859_1_ prefix.
* enc/iso_8859_2.c: add iso_8859_2_ prefix.
* enc/iso_8859_3.c: add iso_8859_3_ prefix.
* enc/iso_8859_4.c: add iso_8859_4_ prefix.
* enc/iso_8859_5.c: add iso_8859_5_ prefix.
* enc/iso_8859_6.c: add iso_8859_6_ prefix.
* enc/iso_8859_7.c: add iso_8859_7_ prefix.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14856 b2dd03c8-39d4-4d8f-98ff-823fe69b080e 
							
						 
						
							2008-01-02 20:06:58 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									nobu 
								
							 
						 
						
							
							
							
							
								
							
							
								817a4e3c83 
								
							 
						 
						
							
							
								
								* common.mk (enc.mk): depends on $(RBCONFIG) instead of rbconfig.rb.  
							
							... 
							
							
							
							* encoding.c (Init_Encoding): ISO-8859-1 is no longer a replica.
* regenc.h (OnigEncodingDefine): names of extension and encoding can
  differ.
* enc/Makefile.in: always shared.
* enc/depend (deffile): should not upcase.
* enc/{ascii,euc_jp,sjis,utf8,iso_8859_{1..16}}.c: fix for Init.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14376 b2dd03c8-39d4-4d8f-98ff-823fe69b080e 
							
						 
						
							2007-12-21 02:23:26 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									nobu 
								
							 
						 
						
							
							
							
							
								
							
							
								dc4d4b3923 
								
							 
						 
						
							
							
								
								* common.mk (enc.mk): depends on rbconfig.rb.  
							
							... 
							
							
							
							* regenc.h (OnigEncodingDefine): external encoding definition macro.
* enc/Makefile.in: fix for linking.
* enc/depend, enc/make_encmake.rb: fix for Windows.
* enc/{ascii,euc_jp,sjis,utf8,iso_8859_{1..16}}.c: renamed.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14358 b2dd03c8-39d4-4d8f-98ff-823fe69b080e 
							
						 
						
							2007-12-20 08:07:56 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									nobu 
								
							 
						 
						
							
							
							
							
								
							
							
								e42fac7c06 
								
							 
						 
						
							
							
								
								* enc/iso_8859_{1..16}.c: renamed.  
							
							... 
							
							
							
							git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14355 b2dd03c8-39d4-4d8f-98ff-823fe69b080e 
							
						 
						
							2007-12-20 06:47:14 +00:00