Skip to content

Commit 41196a7

Browse files
committed
merge revision(s) 44472: [Backport ruby#9333]
* win32/Makefile.sub: remove HAVE_FSEEKO because fseeko removed from win32/win32.c Fixed [Bug ruby#9333]. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_1@45080 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
1 parent 43fde88 commit 41196a7

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Fri Feb 21 23:07:56 2014 Akio Tajima <[email protected]>
2+
3+
* win32/Makefile.sub: remove HAVE_FSEEKO because fseeko removed from win32/win32.c
4+
Fixed [Bug #9333].
5+
16
Fri Feb 21 23:00:34 2014 Aaron Patterson <[email protected]>
27

38
* ext/psych/lib/psych/visitors/yaml_tree.rb: dumping strings with

version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#define RUBY_VERSION "2.1.1"
22
#define RUBY_RELEASE_DATE "2014-02-21"
3-
#define RUBY_PATCHLEVEL 44
3+
#define RUBY_PATCHLEVEL 45
44

55
#define RUBY_RELEASE_YEAR 2014
66
#define RUBY_RELEASE_MONTH 2

win32/Makefile.sub

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -677,7 +677,6 @@ $(CONFIG_H): $(MKFILES) $(srcdir)/win32/Makefile.sub $(win_srcdir)/Makefile.sub
677677
#define HAVE_GETCWD 1
678678
#define HAVE_TRUNCATE 1
679679
#define HAVE_FTRUNCATE 1
680-
#define HAVE_FSEEKO 1
681680
#define HAVE_TIMES 1
682681
#define HAVE_FCNTL 1
683682
#define HAVE_LINK 1

0 commit comments

Comments
 (0)