ruby--ruby/ext
nagai d3a8f9b361 * ext/tk/lib/tk/canvas.rb: improve coords support for canvas items.
Now, supports all of the followings.
    TkcLine.new(c, 0, 0, 100, 100, :fill=>'red')
    TkcLine.new(c, [0, 0, 100, 100], :fill=>'red')
    TkcLine.new(c, [0, 0], [100, 100], :fill=>'red')
    TkcLine.new(c, [[0, 0], [100, 100]], :fill=>'red')
    TkcLine.new(c, :coords=>[0, 0, 100, 100], :fill=>'red')
    TkcLine.new(c, :coords=>[[0, 0], [100, 100]], :fill=>'red')


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6309 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2004-05-14 09:41:59 +00:00
..
Win32API * sample/optparse/opttest.rb: added. 2003-12-01 08:14:38 +00:00
bigdecimal Fix for 'incomplete bug fix' for 1.41. 2004-05-11 14:30:05 +00:00
curses * misc/ruby-mode.el: better support for general delimited 2004-01-27 06:05:04 +00:00
dbm * io.c (rb_f_open): open should not ignore block when "to_open" 2004-05-08 08:12:08 +00:00
digest * lib/mkmf.rb (init_mkmf): $INCFLAGS also should be lazy-evaluated. 2004-02-22 05:58:10 +00:00
dl * configure.in (ieeefp.h), numeric.c: needed for finite() on 2003-12-11 02:39:59 +00:00
enumerator * ext/enumerator/enumerator.c, ext/enumerator/enumerator.txt: 2003-10-17 14:09:43 +00:00
etc * ext/etc/extconf.rb: check for pw_passwd in struct passwd and 2003-11-24 10:42:17 +00:00
fcntl define Fcntl::O_ACCMODE instead of Fcntl::ACCMODE to be consist with 2003-10-07 03:30:55 +00:00
gdbm * io.c (rb_f_open): open should not ignore block when "to_open" 2004-05-08 08:12:08 +00:00
iconv * parse.y (string_content): turn off NODE_NEWLINE flag to avoid 2004-05-07 08:44:24 +00:00
io/wait #include <sys/time.h> wasn't actually needed for ruby 1.8 as missing.h 2003-11-01 11:24:40 +00:00
nkf * ext/nkf/nkf.c (rb_nkf_putchar): should use rb_str_resize() to just 2003-08-23 09:56:56 +00:00
openssl * ext/openssl/ossl_x509name.c: attribute value of DC (short name of 2004-05-12 05:38:20 +00:00
pty * configure.in (ieeefp.h), numeric.c: needed for finite() on 2003-12-11 02:39:59 +00:00
racc/cparse * exception message clean-up by Ian Macdonald <ian@caliban.org>. 2004-03-29 07:54:38 +00:00
readline * exception message clean-up by Ian Macdonald <ian@caliban.org>. 2004-03-29 07:54:38 +00:00
sdbm * io.c (rb_f_open): open should not ignore block when "to_open" 2004-05-08 08:12:08 +00:00
socket use numerichost if cannot resolve hostname 2004-05-06 13:28:23 +00:00
stringio * exception message clean-up by Ian Macdonald <ian@caliban.org>. 2004-03-29 07:54:38 +00:00
strscan * ext/strscan/strscan.c (strscan_init_copy): struct re_registers must 2004-03-06 06:15:11 +00:00
syck * ext/syck/rubyext.c (yaml_org_handler): some empty strings were 2004-05-13 05:15:54 +00:00
syslog * exception message clean-up by Ian Macdonald <ian@caliban.org>. 2004-03-29 07:54:38 +00:00
tcltklib * renewal Ruby/Tk 2004-05-01 16:09:54 +00:00
tk * ext/tk/lib/tk/canvas.rb: improve coords support for canvas items. 2004-05-14 09:41:59 +00:00
win32ole * win32ole.c: add RDoc style comment. 2004-05-08 03:54:51 +00:00
zlib * pack.c (pack_pack): use NUM2INT() instead of num2i32(). 2004-04-07 06:30:15 +00:00
.cvsignore * configure.in: modify program_prefix only if specified 2002-09-08 09:08:15 +00:00
Setup Add ext/enumerator, a helper module for the Enumerable interface. 2003-10-13 17:09:23 +00:00
Setup.atheos Add ext/enumerator, a helper module for the Enumerable interface. 2003-10-13 17:09:23 +00:00
Setup.dj * ext/etc/extconf.rb: check for pw_passwd in struct passwd and 2003-11-24 10:42:17 +00:00
Setup.emx Add ext/enumerator, a helper module for the Enumerable interface. 2003-10-13 17:09:23 +00:00
Setup.nt Add ext/enumerator, a helper module for the Enumerable interface. 2003-10-13 17:09:23 +00:00
Setup.x68 Add ext/enumerator, a helper module for the Enumerable interface. 2003-10-13 17:09:23 +00:00
extmk.rb * ext/extmk.rb: get rid of side effect of Config.expand, patched by 2004-05-06 04:32:49 +00:00