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_3@56232 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
18f287a36d
commit
0b51978528
3 changed files with 11 additions and 6 deletions
|
@ -1,3 +1,8 @@
|
|||
Sun Sep 25 15:07:19 2016 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* man/irb.1: remove useless -width option.
|
||||
[ruby-dev:49767] [Bug #12692]
|
||||
|
||||
Tue Aug 30 05:24:33 2016 Kazuki Yamaguchi <k@rhe.jp>
|
||||
|
||||
* ext/openssl/ossl_x509ext.c: additional fix memory leak.
|
||||
|
|
|
@ -119,7 +119,7 @@ Sets internal debug level to n (not for popular use)
|
|||
.El
|
||||
.Pp
|
||||
.Sh ENVIRONMENT
|
||||
.Bl -tag -width "RUBYLIB_PREFIX" -compact
|
||||
.Bl -tag -compact
|
||||
.It Ev IRBRC
|
||||
.Pp
|
||||
.El
|
||||
|
@ -130,7 +130,7 @@ depends on same variables as
|
|||
.Xr ruby 1 .
|
||||
.Pp
|
||||
.Sh FILES
|
||||
.Bl -tag -width "RUBYLIB_PREFIX" -compact
|
||||
.Bl -tag -compact
|
||||
.It Pa ~/.irbrc
|
||||
Personal irb initialization.
|
||||
.Pp
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
#define RUBY_VERSION "2.3.2"
|
||||
#define RUBY_RELEASE_DATE "2016-08-30"
|
||||
#define RUBY_PATCHLEVEL 182
|
||||
#define RUBY_RELEASE_DATE "2016-09-25"
|
||||
#define RUBY_PATCHLEVEL 183
|
||||
|
||||
#define RUBY_RELEASE_YEAR 2016
|
||||
#define RUBY_RELEASE_MONTH 8
|
||||
#define RUBY_RELEASE_DAY 30
|
||||
#define RUBY_RELEASE_MONTH 9
|
||||
#define RUBY_RELEASE_DAY 25
|
||||
|
||||
#include "ruby/version.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue