ruby/ext/fiddle
nagachika 8302aa5f95 merge revision(s) 44569:44572,44576:44579,44581,44590:44594,44607,44608,44614,44615:
iseq.c: linear search

	* iseq.c (iseq_type_from_id): linear search instead of hash lookup for
  small fixed number keys.
	------------------------------------------------------------------------
	r44570 | nobu | 2014-01-12 17:11:32 +0900 (Sun, 12 Jan 2014) | 4 lines

	tcltklib.c: create_ip_exc format argument

	* ext/tk/tcltklib.c (create_ip_exc): format argument must not be a
  dynamic string, not to contain unescaped %.
	------------------------------------------------------------------------
	r44571 | nobu | 2014-01-12 17:11:34 +0900 (Sun, 12 Jan 2014) | 5 lines

	stubs.c: library name strings

	* ext/tk/stubs.c (ruby_open_tcl_dll, ruby_open_tk_dll): make library
  names by string literal concatenation at compilation time, not by
  sprintf() at runtime.
	------------------------------------------------------------------------
	r44572 | nobu | 2014-01-12 17:11:36 +0900 (Sun, 12 Jan 2014) | 1 line

	ext: use rb_sprintf() and rb_vsprintf() with PRIsVALUE
	* ext/bigdecimal/bigdecimal.c (CLASS_NAME): macro to wrap
	  depending on PRIsVALUE for 1.9.  [Backport #9406]

	* ext/bigdecimal/bigdecimal.c (DECIMAL_SIZE_OF_BITS): fallback
	  definition for 2.1 or older.  [ruby-core:59750] [Backport #9406]


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_0_0@44659 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2014-01-19 16:28:53 +00:00
..
lib * ext/fiddle/lib/fiddle/struct.rb (Fiddle::CStructEntity#set_ctypes): 2012-12-21 14:16:02 +00:00
win32 * properties. 2012-12-10 09:03:17 +00:00
closure.c merge revision(s) 40216: [Backport #8266] 2013-04-14 14:47:14 +00:00
closure.h * ext/fiddle/*: Adding fiddle library to wrap libffi 2010-05-06 06:59:24 +00:00
conversions.c * encoding.c (rb_enc_codepoint_len): Use UNREACHABLE to avoid "control 2012-04-13 23:45:37 +00:00
conversions.h * ext/fiddle/closure.c (callback): deal with unsinged integers. 2012-02-15 10:57:05 +00:00
extconf.rb * ext/fiddle/extconf.rb, ext/fiddle/function.c 2012-11-30 15:57:21 +00:00
fiddle.c * ext/fiddle/fiddle.c: adding alignment constants for compatibility 2012-11-28 00:02:49 +00:00
fiddle.h * ext/fiddle/fiddle.c: adding alignment constants for compatibility 2012-11-28 00:02:49 +00:00
function.c merge revision(s) 44569:44572,44576:44579,44581,44590:44594,44607,44608,44614,44615: 2014-01-19 16:28:53 +00:00
function.h * ext/fiddle/*: Adding fiddle library to wrap libffi 2010-05-06 06:59:24 +00:00
handle.c * ext/fiddle/closure.c: Documentation for Fiddle 2012-11-27 23:26:07 +00:00
pointer.c merge revision(s) 44569:44572,44576:44579,44581,44590:44594,44607,44608,44614,44615: 2014-01-19 16:28:53 +00:00