aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Just small change.shigek2003-08-061-1/+1
* Comparison results adjusted to Float's.shigek2003-08-061-44/+6
* * ext/extmk.rb (extmake): pass LIBPATH to make ruby. [ruby-dev:21137]nobu2003-08-063-9/+16
* * ext/Setup*: add io/wait and openssl.usa2003-08-056-3/+17
* Trailing 0s in split removed.(to_digits changed).shigek2003-08-051-2/+0
* Trailing 0s in split removed. & bug in floor fixed.shigek2003-08-051-1/+3
* Bug in to_digits fixed.shigek2003-08-051-8/+5
* Trailing 0s in to_s removed. & Bug in VpFrac fixed.shigek2003-08-051-1/+4
* Unnecessary comments removed.shigek2003-08-051-3/+0
* Fix: coerce in comparisons.shigek2003-08-051-38/+27
* Typo pointed out by Javier Goizueta fixed.shigek2003-08-041-1/+1
* * ready to use 'validatecommand' option of TkEntry/TkSpinbox widgetnagai2003-08-033-25/+45
* * typo bugnagai2003-08-031-1/+1
* * additional messagenagai2003-08-032-0/+16
* * (bug fix) bug on Tk object ID managementnagai2003-08-032-4/+4
* * add widget demo scriptsnagai2003-08-035-4/+253
* * sorry. fixed commit missnagai2003-08-031-12/+0
* *bug fix ( NOT MAINTAINED : only for running 'line2.rb' demo. )nagai2003-08-031-4/+2
* * add or modify some widget demo scriptsnagai2003-08-0216-35/+1509
* * numeric.c (flo_to_s): get rid of buffer overflow.matz2003-08-021-0/+12
* * (bug fix) forgot to entry a widget class name of 'labelframe' widgetnagai2003-08-0212-6/+650
* * ext/extmk.rb (--no-undefined): annoying option removed.eban2003-08-021-11/+0
* * lib/mkmf.rb (pkg_config): get configuration by pkg-config. [new]nobu2003-08-021-8/+1
* * (bug fix) TkEntry#deletenagai2003-08-0233-134/+297
* * ext/syck/rubyext.c (syck_emitter_write_m): forgot to declarematz2003-08-011-4/+4
* *** empty log message ***nobu2003-08-011-1/+1
* * ext/openssl/extconf.rb: should replace literally.nobu2003-08-011-3/+7
* * io.c (READ_DATA_PENDING_PTR): cast to get rid of warnings.nobu2003-08-011-0/+2
* * forgot to commit a sample scriptnagai2003-08-012-0/+19
* Specs adjusted for FLoat.shigek2003-08-014-74/+87
* * bug fix : forget to eval given block to TkRoot.new methodnagai2003-08-011-2/+3
* MANIFESTnobu2003-08-011-0/+139
* * bug fix : wrong resource file format (resource.{en,jp})nagai2003-07-315-12/+72
* * (IMPORTANT BUG FIX) scan of event keywords doesn't work on recentnagai2003-07-31141-25/+19495
* * ext/etc/etc.c: revert getenv()'s prototype. use it only when _WIN32usa2003-07-311-1/+3
* * wrap the command-proc of TkScale : pass the numeric object to the procnagai2003-07-314-24/+117
* * ext/openssl/extconf.rb: move gmake specific featuresgotoyuzo2003-07-311-26/+26
* * MultiTkIp.new_* accept a block to eval under the new interpreternagai2003-07-301-6/+12
* * bug fixnagai2003-07-306-6/+33
* * ext/openssl/ossl_ssl.c (ossl_sslctx_initialize): should initializegotoyuzo2003-07-301-0/+5
* * additional check of Tk interpreters' status for a little more safetynagai2003-07-304-13/+32
* * ext/iconv/iconv.c (iconv_convert): append unchanged portionnobu2003-07-302-1/+17
* * configure.in (os2-emx): renamed from os2_emx, add flags tonobu2003-07-302-6/+8
* * marshal.c (w_object): if object responds to 'marshal_dump',matz2003-07-292-2/+2
* * fix a bug of the procedure for 'Delete' button on the safe-Tk frmaenagai2003-07-292-1/+10
* * change default mode of mainloop_abort_on_exception on multi-tk.rbnagai2003-07-291-1/+1
* * bug fixnagai2003-07-294-56/+90
* * ext/extmk.rb (INSTALL_PROG, INSTALL_DATA): modify verbose messages.eban2003-07-291-2/+2
* * bug fix ( tested with Ruby/Tk widget demo )nagai2003-07-296-15/+25
* * lib/net/smtp.rb (Net::SMTP::send0): add taint check.matz2003-07-291-2/+1