File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change
1
+ Mon Sep 17 05:01:55 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>
2
+
3
+ * runruby.rb: fix incomplete backport r12339.
4
+
1
5
Mon Sep 17 04:56:28 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>
2
6
3
7
* test/thread/test_thread.rb (test_local_barrier),
Original file line number Diff line number Diff line change 32
32
abort "#{ ruby } is not found.\n Try `make' first, then `make test', please.\n "
33
33
end
34
34
35
- libs = [ abs_archdir , File . expand_path ( "lib" , srcdir ) ]
35
+ libs = [ abs_archdir ]
36
36
if extout
37
37
abs_extout = File . expand_path ( extout )
38
38
libs << File . expand_path ( "common" , abs_extout ) << File . expand_path ( RUBY_PLATFORM , abs_extout )
39
39
end
40
+ libs << File . expand_path ( "lib" , srcdir )
40
41
config [ "bindir" ] = abs_archdir
41
42
ENV [ "RUBY" ] = File . expand_path ( ruby )
42
43
ENV [ "PATH" ] = [ abs_archdir , ENV [ "PATH" ] ] . compact . join ( File ::PATH_SEPARATOR )
Original file line number Diff line number Diff line change 2
2
#define RUBY_RELEASE_DATE "2007-09-17"
3
3
#define RUBY_VERSION_CODE 186
4
4
#define RUBY_RELEASE_CODE 20070917
5
- #define RUBY_PATCHLEVEL 104
5
+ #define RUBY_PATCHLEVEL 105
6
6
7
7
#define RUBY_VERSION_MAJOR 1
8
8
#define RUBY_VERSION_MINOR 8
You can’t perform that action at this time.
0 commit comments