mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
1.1b7
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/v1_1r@71 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
3ab072c0dc
commit
00080ffcbb
3 changed files with 5 additions and 2 deletions
|
|
@ -1,5 +1,7 @@
|
|||
Tue Feb 10 17:29:08 1998 Yukihiro Matsumoto <matz@netlab.co.jp>
|
||||
|
||||
* version 1.1b7 released.
|
||||
|
||||
* string.c (str_aset): string insertion by `str[n] = str2'.
|
||||
|
||||
* string.c (str_oct): does recognize `0x'.
|
||||
|
|
|
|||
|
|
@ -36,6 +36,7 @@ else
|
|||
ARGV.clear
|
||||
end
|
||||
|
||||
file = ARGV[0]
|
||||
[ENV['SPOOLDIR'], '/usr/spool', '/var/spool', '/usr', '/var'].each do |m|
|
||||
break if File.exist? file = "#{m}/mail/#{user}"
|
||||
end
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
#define RUBY_VERSION "1.1b6"
|
||||
#define VERSION_DATE "98/01/23"
|
||||
#define RUBY_VERSION "1.1b7"
|
||||
#define VERSION_DATE "98/02/10"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue