mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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:
parent
48eb4a7923
commit
b6d3c53724
2 changed files with 7 additions and 2 deletions
|
@ -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>
|
Wed May 12 22:22:05 2010 Tanaka Akira <akr@fsij.org>
|
||||||
|
|
||||||
* time.c (rb_big_abs_find_minbit): use ffs().
|
* time.c (rb_big_abs_find_minbit): use ffs().
|
||||||
|
|
|
@ -101,8 +101,8 @@ VALUE rb_ull2inum(unsigned LONG_LONG);
|
||||||
LONG_LONG rb_big2ll(VALUE);
|
LONG_LONG rb_big2ll(VALUE);
|
||||||
unsigned LONG_LONG rb_big2ull(VALUE);
|
unsigned LONG_LONG rb_big2ull(VALUE);
|
||||||
#endif /* HAVE_LONG_LONG */
|
#endif /* HAVE_LONG_LONG */
|
||||||
void rb_quad_pack(char*,VALUE);
|
DEPRECATED(void rb_quad_pack(char*,VALUE));
|
||||||
VALUE rb_quad_unpack(const char*,int);
|
DEPRECATED(VALUE rb_quad_unpack(const char*,int));
|
||||||
void rb_big_pack(VALUE val, unsigned long *buf, long num_longs);
|
void rb_big_pack(VALUE val, unsigned long *buf, long num_longs);
|
||||||
VALUE rb_big_unpack(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);
|
int rb_uv_to_utf8(char[6],unsigned long);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue