mirror of
				https://github.com/ruby/ruby.git
				synced 2022-11-09 12:17:21 -05:00 
			
		
		
		
	eban
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@966 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
		
							parent
							
								
									69543770ca
								
							
						
					
					
						commit
						aa806d7811
					
				
					 3 changed files with 7 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -1,3 +1,7 @@
 | 
			
		|||
Mon Sep 25 00:35:01 2000  WATANABE Hirofumi  <eban@os.rim.or.jp>
 | 
			
		||||
 | 
			
		||||
	* defines.h: #undef HAVE_SETITIMER on cygwin.
 | 
			
		||||
 | 
			
		||||
Sun Sep 24 03:01:53 2000  Minero Aoki  <aamine@dp.u-netsurf.ne.jp>
 | 
			
		||||
 | 
			
		||||
	* lib/net/protocol.rb, http.rb: typo.
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -73,7 +73,7 @@
 | 
			
		|||
#undef HAVE_SETITIMER
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
#if defined(DJGPP) || defined(__BOW__)
 | 
			
		||||
#if defined(DJGPP) || defined(__BOW__) || defined __CYGWIN__
 | 
			
		||||
#undef HAVE_SETITIMER
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,4 +1,4 @@
 | 
			
		|||
#define RUBY_VERSION "1.6.1"
 | 
			
		||||
#define RUBY_RELEASE_DATE "2000-09-22"
 | 
			
		||||
#define RUBY_RELEASE_DATE "2000-09-24"
 | 
			
		||||
#define RUBY_VERSION_CODE 161
 | 
			
		||||
#define RUBY_RELEASE_CODE 20000922
 | 
			
		||||
#define RUBY_RELEASE_CODE 20000924
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue