Changeset 147
- Timestamp:
- 10/09/2007 11:43:09 (14 months ago)
- Location:
- trunk
- Files:
-
- 3 modified
-
bin/sandbox_irb (modified) (1 diff)
-
bin/sandbox_server (modified) (1 diff)
-
ext/sand_table/sand_table.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bin/sandbox_irb
r146 r147 1 #! /home/why/sand/RUBY-1_8_6/bin/ruby1 #!/usr/bin/env ruby 2 2 require 'irb' 3 3 require 'sandbox/server' -
trunk/bin/sandbox_server
r146 r147 1 #! /home/why/sand/RUBY-1_8_6/bin/ruby1 #!/usr/bin/env ruby 2 2 require 'optparse' 3 3 require 'ostruct' -
trunk/ext/sand_table/sand_table.c
r146 r147 11 11 12 12 #define SAND_REV_ID "$Rev$" 13 14 #ifndef rb_curr_thread 15 #define curr_thread rb_curr_thread 16 #endif 13 17 14 18 VALUE ruby_sandbox = Qnil;
