mirror of
https://github.com/ruby/ruby.git
synced 2025-09-16 09:04:05 +02:00
merge revision(s) r44514: [Backport #9374]
* ext/json/generator/depend: add build dependencies for json extension [Bug #9374] [ruby-core:59609] * ext/json/parser/depend: ditto git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_0_0@45009 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
b5c309df52
commit
bdcadb8c44
4 changed files with 9 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
Mon Feb 17 01:16:00 2014 Eric Wong <e@80x24.org>
|
||||
|
||||
* ext/json/generator/depend: add build dependencies for json extension
|
||||
[Bug #9374] [ruby-core:59609]
|
||||
* ext/json/parser/depend: ditto
|
||||
|
||||
Mon Feb 17 01:12:57 2014 Yusuke Endoh <mame@tsg.ne.jp>
|
||||
|
||||
* ext/fiddle/closure.c: use sizeof(*pcl) for correct sizeof value.
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
$(OBJS): $(ruby_headers)
|
||||
generator.o: generator.c generator.h $(srcdir)/../fbuffer/fbuffer.h
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
$(OBJS): $(ruby_headers)
|
||||
parser.o: parser.c parser.h $(srcdir)/../fbuffer/fbuffer.h
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#define RUBY_VERSION "2.0.0"
|
||||
#define RUBY_RELEASE_DATE "2014-02-17"
|
||||
#define RUBY_PATCHLEVEL 427
|
||||
#define RUBY_PATCHLEVEL 428
|
||||
|
||||
#define RUBY_RELEASE_YEAR 2014
|
||||
#define RUBY_RELEASE_MONTH 2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue