зеркало из https://github.com/github/ruby.git
* include/ruby/intern.h (rb_quad_pack): deprecated.
(rb_quad_unpack): ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27763 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
48eb4a7923
Коммит
b6d3c53724
|
@ -1,3 +1,8 @@
|
|||
Wed May 12 23:48:37 2010 Tanaka Akira <akr@fsij.org>
|
||||
|
||||
* include/ruby/intern.h (rb_quad_pack): deprecated.
|
||||
(rb_quad_unpack): ditto.
|
||||
|
||||
Wed May 12 22:22:05 2010 Tanaka Akira <akr@fsij.org>
|
||||
|
||||
* time.c (rb_big_abs_find_minbit): use ffs().
|
||||
|
|
|
@ -101,8 +101,8 @@ VALUE rb_ull2inum(unsigned LONG_LONG);
|
|||
LONG_LONG rb_big2ll(VALUE);
|
||||
unsigned LONG_LONG rb_big2ull(VALUE);
|
||||
#endif /* HAVE_LONG_LONG */
|
||||
void rb_quad_pack(char*,VALUE);
|
||||
VALUE rb_quad_unpack(const char*,int);
|
||||
DEPRECATED(void rb_quad_pack(char*,VALUE));
|
||||
DEPRECATED(VALUE rb_quad_unpack(const char*,int));
|
||||
void rb_big_pack(VALUE val, unsigned long *buf, long num_longs);
|
||||
VALUE rb_big_unpack(unsigned long *buf, long num_longs);
|
||||
int rb_uv_to_utf8(char[6],unsigned long);
|
||||
|
|
Загрузка…
Ссылка в новой задаче