mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
merge revision(s) 55984: [Backport #12692]
* man/irb.1: remove useless -width option. [ruby-dev:49767] [Bug #12692] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_2@56304 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
d5e556688e
commit
f0608fca8c
3 changed files with 8 additions and 3 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
Sat Oct 1 00:52:34 2016 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||||
|
|
||||||
|
* man/irb.1: remove useless -width option.
|
||||||
|
[ruby-dev:49767] [Bug #12692]
|
||||||
|
|
||||||
Sat Oct 1 00:49:40 2016 Masaki Suketa <masaki.suketa@nifty.ne.jp>
|
Sat Oct 1 00:49:40 2016 Masaki Suketa <masaki.suketa@nifty.ne.jp>
|
||||||
|
|
||||||
* ext/win32ole/win32ole.c (Init_win32ole): should not use atexit to
|
* ext/win32ole/win32ole.c (Init_win32ole): should not use atexit to
|
||||||
|
|
|
@ -119,7 +119,7 @@ Sets internal debug level to n (not for popular use)
|
||||||
.El
|
.El
|
||||||
.Pp
|
.Pp
|
||||||
.Sh ENVIRONMENT
|
.Sh ENVIRONMENT
|
||||||
.Bl -tag -width "RUBYLIB_PREFIX" -compact
|
.Bl -tag -compact
|
||||||
.It Ev IRBRC
|
.It Ev IRBRC
|
||||||
.Pp
|
.Pp
|
||||||
.El
|
.El
|
||||||
|
@ -130,7 +130,7 @@ depends on same variables as
|
||||||
.Xr ruby 1 .
|
.Xr ruby 1 .
|
||||||
.Pp
|
.Pp
|
||||||
.Sh FILES
|
.Sh FILES
|
||||||
.Bl -tag -width "RUBYLIB_PREFIX" -compact
|
.Bl -tag -compact
|
||||||
.It Pa ~/.irbrc
|
.It Pa ~/.irbrc
|
||||||
Personal irb initialization.
|
Personal irb initialization.
|
||||||
.Pp
|
.Pp
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#define RUBY_VERSION "2.2.6"
|
#define RUBY_VERSION "2.2.6"
|
||||||
#define RUBY_RELEASE_DATE "2016-10-01"
|
#define RUBY_RELEASE_DATE "2016-10-01"
|
||||||
#define RUBY_PATCHLEVEL 373
|
#define RUBY_PATCHLEVEL 374
|
||||||
|
|
||||||
#define RUBY_RELEASE_YEAR 2016
|
#define RUBY_RELEASE_YEAR 2016
|
||||||
#define RUBY_RELEASE_MONTH 10
|
#define RUBY_RELEASE_MONTH 10
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue