ruby--ruby/ext/dl
nobu faab8f264d * configure.in (ieeefp.h), numeric.c: needed for finite() on
Solaris.  [ruby-core:01921]

* file.c (rb_stat_inspect): adjust format specifier.

* parse.c (arg_prepend): nodetype() is for debug use.

* ruby.h (ISASCII, etc): cast to int to get rid of warning.

* ruby.h (alloca.h): include even in GCC.  [ruby-core:01925]

* ext/bigdecimal/bigdecimal.c (GetVpValue): adjust format
  specifier.

* ext/bigdecimal/bigdecimal.c (BigDecimal_prec, BigDecimal_coerce,
  BigDecimal_divmod): use rb_assoc_new() to suppress memory usage.

* ext/bigdecimal/bigdecimal.c (BigDecimal_split): ditto.

* ext/dl/sym.c (rb_dlsym_guardcall): guard itself should be
  volatile.

* ext/iconv/iconv.c (iconv_convert): ensure actual parameter with
  format specifier.

* ext/pty/pty.c (MasterDevice, SlaveDevice, deviceNo): do not
  define unless used.

* ext/pty/pty.c (getDevice): get rid of warning.

* ext/socket/socket.c (port_str, sock_s_getaddrinfo,
  sock_s_getnameinfo): FIX2INT() now returns long.

* ext/socket/socket.c (init_inetsock_internal): uninitialized
  variable.

* ext/syck/rubyext.c (syck_parser_assign_io): add prototype.

* ext/syck/rubyext.c (rb_syck_mktime, yaml_org_handler): use
  ISDIGIT() instead of isdigit() to avoid warnings and for
  platforms which don't support non-ascii charater.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5163 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-12-11 02:39:59 +00:00
..
doc Correct the description about type specifiers. 2003-01-11 17:28:59 +00:00
lib/dl Bugfix for DL::Types::encode_type. 2003-11-08 14:38:15 +00:00
sample consistent parentheses in assignment RHS. 2003-10-16 17:47:19 +00:00
test Get rid of ineffective symbols, lines, constants and so on. 2002-11-07 16:42:07 +00:00
.cvsignore * configure.in: modify program_prefix only if specified 2002-09-08 09:08:15 +00:00
MANIFEST * ext/dl/MANIFEST: Exclude .cvsignore. [found by: eban] 2003-03-03 16:20:45 +00:00
depend * eval.c (ruby_cleanup): initialize stack bottom for embedding. 2003-10-23 08:59:42 +00:00
dl.c * ext/dl/dl.c (rb_dl_callback): use rb_block_proc() instead of 2003-06-16 07:25:38 +00:00
dl.def Conform to the allocation framework. 2002-08-04 13:49:13 +00:00
dl.h Merged Tietew's patch of [ruby-dev:21991]. 2003-12-01 23:02:44 +00:00
extconf.rb Add DL.win32_last_error and DL.last_error. 2003-11-08 04:48:35 +00:00
h2rb Add ruby-dl 2002-04-02 10:56:13 +00:00
handle.c Merge the patch of [ruby-ext:02242]. (Thanks, Masahiro Sakai) 2003-11-13 11:46:31 +00:00
install.rb Add ruby-dl 2002-04-02 10:56:13 +00:00
mkcall.rb Get rid of ineffective symbols, lines, constants and so on. 2002-11-07 16:42:07 +00:00
mkcallback.rb * eval.c (rb_eval): NODE_EVSTR is no longer used. 2002-06-24 07:20:42 +00:00
mkcbtable.rb * ext/dl: change the callback mechanism. 2002-06-09 17:47:34 +00:00
ptr.c Bugfix for PR#1196 2003-10-22 14:29:20 +00:00
sym.c * configure.in (ieeefp.h), numeric.c: needed for finite() on 2003-12-11 02:39:59 +00:00
type.rb Add ruby-dl 2002-04-02 10:56:13 +00:00