1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/v1_1r@71 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
matz 1998-02-10 08:53:38 +00:00
parent 3ab072c0dc
commit 00080ffcbb
3 changed files with 5 additions and 2 deletions

View file

@ -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'.

View file

@ -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

View file

@ -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"