mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
merge revision(s) 44472: [Backport #9333]
* win32/Makefile.sub: remove HAVE_FSEEKO because fseeko removed from win32/win32.c Fixed [Bug #9333]. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_1@45080 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
1d5d057531
commit
7463add18f
3 changed files with 6 additions and 2 deletions
|
|
@ -1,3 +1,8 @@
|
|||
Fri Feb 21 23:07:56 2014 Akio Tajima <artonx@yahoo.co.jp>
|
||||
|
||||
* win32/Makefile.sub: remove HAVE_FSEEKO because fseeko removed from win32/win32.c
|
||||
Fixed [Bug #9333].
|
||||
|
||||
Fri Feb 21 23:00:34 2014 Aaron Patterson <aaron@tenderlovemaking.com>
|
||||
|
||||
* ext/psych/lib/psych/visitors/yaml_tree.rb: dumping strings with
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
#define RUBY_VERSION "2.1.1"
|
||||
#define RUBY_RELEASE_DATE "2014-02-21"
|
||||
#define RUBY_PATCHLEVEL 44
|
||||
#define RUBY_PATCHLEVEL 45
|
||||
|
||||
#define RUBY_RELEASE_YEAR 2014
|
||||
#define RUBY_RELEASE_MONTH 2
|
||||
|
|
|
|||
|
|
@ -677,7 +677,6 @@ $(CONFIG_H): $(MKFILES) $(srcdir)/win32/Makefile.sub $(win_srcdir)/Makefile.sub
|
|||
#define HAVE_GETCWD 1
|
||||
#define HAVE_TRUNCATE 1
|
||||
#define HAVE_FTRUNCATE 1
|
||||
#define HAVE_FSEEKO 1
|
||||
#define HAVE_TIMES 1
|
||||
#define HAVE_FCNTL 1
|
||||
#define HAVE_LINK 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue