aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
...
* Newly added.shigek2003-08-141-0/+147
* Changed to use lib/bigdecimal/math.rb.shigek2003-08-141-36/+6
* lib/bigdecimal/math.rb added.shigek2003-08-141-0/+1
* Bug fix: div method.shigek2003-08-141-3/+5
* * ext/win32ole/win32ole.c (OLE_FREE): should not callsuke2003-08-141-5/+7
* Ambiguity of BigDecimal::limit removed.shigek2003-08-134-70/+93
* * ext/Win32API/Win32API.c (Win32API_initialize): should pass someusa2003-08-131-1/+1
* commit missnobu2003-08-121-1/+1
* * ext/extmk.rb (extmake): compact $extlibs.nobu2003-08-121-6/+5
* * Makefile.in: static link libraries to LIBRUBY_SO with static linkednobu2003-08-121-3/+10
* Bug fix: '-' should not be counted as a digit(to_s(n) format).shigek2003-08-101-4/+2
* * ext/openssl/lib/openssl/buffering.rb: increase BLOCK_SIZEgotoyuzo2003-08-102-1/+2
* Comment changed.shigek2003-08-081-1/+1
* F style output(like 1234.56789) implemented to to_s method.shigek2003-08-084-108/+267
* 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