mirror of
				https://github.com/ruby/ruby.git
				synced 2022-11-09 12:17:21 -05:00 
			
		
		
		
	* include/ruby/node.h, node.h: move node.h from include path.
This change stop to install node.h beacuase of saving ABI (node.h will be changed. Extensions should not depends on this file). * blockinlining.c, class.c, compile.c, debug.h, enum.c, gc.c, iseq.c, parse.y, ruby.c, signal.c, variable.c, vm.c, vm_core.h, vm_dump.c: ditto. * ext/ripper/depend: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19500 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
		
							parent
							
								
									57c4acf94a
								
							
						
					
					
						commit
						2e311f6bd5
					
				
					 17 changed files with 20 additions and 15 deletions
				
			
		
							
								
								
									
										13
									
								
								ChangeLog
									
										
									
									
									
								
							
							
						
						
									
										13
									
								
								ChangeLog
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -1,3 +1,16 @@
 | 
			
		|||
Wed Sep 24 04:45:35 2008  Koichi Sasada  <ko1@atdot.net>
 | 
			
		||||
 | 
			
		||||
	* include/ruby/node.h, node.h: move node.h from include path.
 | 
			
		||||
	  This change stop to install node.h beacuase of saving ABI
 | 
			
		||||
	  (node.h will be changed. Extensions should not depends on
 | 
			
		||||
	   this file).
 | 
			
		||||
 | 
			
		||||
	* blockinlining.c, class.c, compile.c, debug.h, enum.c,
 | 
			
		||||
	  gc.c, iseq.c, parse.y, ruby.c, signal.c, variable.c,
 | 
			
		||||
	  vm.c, vm_core.h, vm_dump.c: ditto.
 | 
			
		||||
 | 
			
		||||
	* ext/ripper/depend: ditto.
 | 
			
		||||
 | 
			
		||||
Wed Sep 24 04:09:13 2008  Koichi Sasada  <ko1@atdot.net>
 | 
			
		||||
 | 
			
		||||
	* vm_core.h: remove unused frame values.
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -9,7 +9,6 @@
 | 
			
		|||
**********************************************************************/
 | 
			
		||||
 | 
			
		||||
#include "ruby/ruby.h"
 | 
			
		||||
#include "ruby/node.h"
 | 
			
		||||
#include "vm_core.h"
 | 
			
		||||
 | 
			
		||||
static VALUE
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										2
									
								
								class.c
									
										
									
									
									
								
							
							
						
						
									
										2
									
								
								class.c
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -10,8 +10,8 @@
 | 
			
		|||
**********************************************************************/
 | 
			
		||||
 | 
			
		||||
#include "ruby/ruby.h"
 | 
			
		||||
#include "ruby/node.h"
 | 
			
		||||
#include "ruby/st.h"
 | 
			
		||||
#include "node.h"
 | 
			
		||||
#include <ctype.h>
 | 
			
		||||
 | 
			
		||||
extern st_table *rb_class_tbl;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -10,7 +10,6 @@
 | 
			
		|||
**********************************************************************/
 | 
			
		||||
 | 
			
		||||
#include "ruby/ruby.h"
 | 
			
		||||
#include "ruby/node.h"
 | 
			
		||||
 | 
			
		||||
#define USE_INSN_STACK_INCREASE 1
 | 
			
		||||
#include "vm_core.h"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										2
									
								
								debug.h
									
										
									
									
									
								
							
							
						
						
									
										2
									
								
								debug.h
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -13,7 +13,7 @@
 | 
			
		|||
#define RUBY_DEBUG_H
 | 
			
		||||
 | 
			
		||||
#include "ruby/ruby.h"
 | 
			
		||||
#include "ruby/node.h"
 | 
			
		||||
#include "node.h"
 | 
			
		||||
 | 
			
		||||
#define dpv(h,v) ruby_debug_print_value(-1, 0, h, v)
 | 
			
		||||
#define dp(v)    ruby_debug_print_value(-1, 0, "", v)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										2
									
								
								enum.c
									
										
									
									
									
								
							
							
						
						
									
										2
									
								
								enum.c
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -10,8 +10,8 @@
 | 
			
		|||
**********************************************************************/
 | 
			
		||||
 | 
			
		||||
#include "ruby/ruby.h"
 | 
			
		||||
#include "ruby/node.h"
 | 
			
		||||
#include "ruby/util.h"
 | 
			
		||||
#include "node.h"
 | 
			
		||||
 | 
			
		||||
VALUE rb_mEnumerable;
 | 
			
		||||
static ID id_each, id_eqq, id_cmp, id_next, id_size;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -9,7 +9,7 @@ ripper.o: ripper.c lex.c eventids1.c eventids2.c eventids2table.c \
 | 
			
		|||
	$(hdrdir)/ruby/ruby.h $(arch_hdrdir)/ruby/config.h \
 | 
			
		||||
	$(hdrdir)/ruby/defines.h $(hdrdir)/ruby/intern.h \
 | 
			
		||||
	$(hdrdir)/ruby/encoding.h $(hdrdir)/missing.h \
 | 
			
		||||
	$(hdrdir)/node.h $(hdrdir)/oniguruma.h \
 | 
			
		||||
	$(hdrdir)/../node.h $(hdrdir)/oniguruma.h \
 | 
			
		||||
	$(hdrdir)/regex.h $(hdrdir)/st.h $(hdrdir)/util.h
 | 
			
		||||
 | 
			
		||||
.y.c:
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										1
									
								
								gc.c
									
										
									
									
									
								
							
							
						
						
									
										1
									
								
								gc.c
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -13,7 +13,6 @@
 | 
			
		|||
 | 
			
		||||
#include "ruby/ruby.h"
 | 
			
		||||
#include "ruby/st.h"
 | 
			
		||||
#include "ruby/node.h"
 | 
			
		||||
#include "ruby/re.h"
 | 
			
		||||
#include "ruby/io.h"
 | 
			
		||||
#include "ruby/util.h"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										1
									
								
								iseq.c
									
										
									
									
									
								
							
							
						
						
									
										1
									
								
								iseq.c
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -10,7 +10,6 @@
 | 
			
		|||
**********************************************************************/
 | 
			
		||||
 | 
			
		||||
#include "ruby/ruby.h"
 | 
			
		||||
#include "ruby/node.h"
 | 
			
		||||
 | 
			
		||||
/* #define MARK_FREE_DEBUG 1 */
 | 
			
		||||
#include "gc.h"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										2
									
								
								parse.y
									
										
									
									
									
								
							
							
						
						
									
										2
									
								
								parse.y
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -16,9 +16,9 @@
 | 
			
		|||
#define YYSTACK_USE_ALLOCA 0
 | 
			
		||||
 | 
			
		||||
#include "ruby/ruby.h"
 | 
			
		||||
#include "ruby/node.h"
 | 
			
		||||
#include "ruby/st.h"
 | 
			
		||||
#include "ruby/encoding.h"
 | 
			
		||||
#include "node.h"
 | 
			
		||||
#include "id.h"
 | 
			
		||||
#include "regenc.h"
 | 
			
		||||
#include <stdio.h>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										1
									
								
								ruby.c
									
										
									
									
									
								
							
							
						
						
									
										1
									
								
								ruby.c
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -20,7 +20,6 @@
 | 
			
		|||
#include "ruby/wince.h"
 | 
			
		||||
#endif
 | 
			
		||||
#include "ruby/ruby.h"
 | 
			
		||||
#include "ruby/node.h"
 | 
			
		||||
#include "ruby/encoding.h"
 | 
			
		||||
#include "eval_intern.h"
 | 
			
		||||
#include "dln.h"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										1
									
								
								signal.c
									
										
									
									
									
								
							
							
						
						
									
										1
									
								
								signal.c
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -12,7 +12,6 @@
 | 
			
		|||
**********************************************************************/
 | 
			
		||||
 | 
			
		||||
#include "ruby/ruby.h"
 | 
			
		||||
#include "ruby/node.h"
 | 
			
		||||
#include "vm_core.h"
 | 
			
		||||
#include <signal.h>
 | 
			
		||||
#include <stdio.h>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -12,9 +12,9 @@
 | 
			
		|||
**********************************************************************/
 | 
			
		||||
 | 
			
		||||
#include "ruby/ruby.h"
 | 
			
		||||
#include "ruby/node.h"
 | 
			
		||||
#include "ruby/st.h"
 | 
			
		||||
#include "ruby/util.h"
 | 
			
		||||
#include "node.h"
 | 
			
		||||
 | 
			
		||||
void rb_vm_change_state(void);
 | 
			
		||||
st_table *rb_global_tbl;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										1
									
								
								vm.c
									
										
									
									
									
								
							
							
						
						
									
										1
									
								
								vm.c
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -9,7 +9,6 @@
 | 
			
		|||
**********************************************************************/
 | 
			
		||||
 | 
			
		||||
#include "ruby/ruby.h"
 | 
			
		||||
#include "ruby/node.h"
 | 
			
		||||
#include "ruby/st.h"
 | 
			
		||||
#include "ruby/encoding.h"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -19,8 +19,8 @@
 | 
			
		|||
#include "ruby/ruby.h"
 | 
			
		||||
#include "ruby/vm.h"
 | 
			
		||||
#include "ruby/st.h"
 | 
			
		||||
#include "ruby/node.h"
 | 
			
		||||
 | 
			
		||||
#include "node.h"
 | 
			
		||||
#include "debug.h"
 | 
			
		||||
#include "vm_opts.h"
 | 
			
		||||
#include "id.h"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -10,7 +10,6 @@
 | 
			
		|||
 | 
			
		||||
 | 
			
		||||
#include "ruby/ruby.h"
 | 
			
		||||
#include "ruby/node.h"
 | 
			
		||||
#include "vm_core.h"
 | 
			
		||||
 | 
			
		||||
#define MAX_POSBUF 128
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue