aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * ext/syck/rubyext.c: refactoring of the transfer methodwhy2003-08-213-641/+754
* Int. overflow bug in multiplication fixed & VpNmlz() speed up.shigek2003-08-211-31/+24
* * ext/socket/socket.c (ruby_connect): many systems seem to havenobu2003-08-201-5/+23
* * ext/syck/syck.h: Parser definition problems on HP-UX. [ruby-talk:79389]why2003-08-194-49/+53
* to_s("+") implemented.shigek2003-08-194-499/+99
* E added. Typo corrected.shigek2003-08-191-3/+22
* * lib/webrick/ssl.rb: new file; SSL/TLS enhancement for GenericServer.gotoyuzo2003-08-191-5/+10
* * ext/openssl/ossl_ssl.c: sync_close is moved to SSLSocket asgotoyuzo2003-08-186-38/+77
* * ext/curses/curses.c (_XOPEN_SOURCE_EXTENDED): Mac OS X standardnobu2003-08-183-14/+18
* * ext/openssl/extconf.rb (HAVE_VA_ARGS_MACRO): need to compile.nobu2003-08-172-1/+3
* Refinement for speedup.shigek2003-08-171-24/+20
* * ext/openssl/lib/openssl/ssl.rb (SSLSocket#sync_close=): add agotoyuzo2003-08-173-2/+16
* * ext/extmk.rb (extmake): should not force to remake Makefile whennobu2003-08-171-4/+4
* * marshal.c (w_symbol, w_object): get rid of warnings.nobu2003-08-164-73/+22
* Typo 'selt' corrected to 'self'.shigek2003-08-161-2/+2
* sqrt() & atan() added.shigek2003-08-151-5/+39
* Bug fix: limit & div combination.shigek2003-08-152-42/+42
* * configure.in (HUGE_ST_INO): check whether struct stat.st_inonobu2003-08-152-14/+35
* 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