summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2003-09-03Bug in mult method fixed.shigek
2003-09-02* ext/openssl/lib/net/protocols.rb (SSLIO#ssl_connect): warninggotoyuzo
2003-09-02* ext/socket/extconf.rb: check s6_addr8 in in6_addr (Tru64 UNIX).matz
2003-09-02* ext/tcltklib/tcltklib.c (ip_invoke): fixed bug on passing a exceptionnagai
2003-09-01* ext/iconv/iconv.c (map_charset): use lower case keys.nobu
2003-09-01* parse.y (aref_args): forgot to call NEW_SPLAT(). reported bymatz
2003-08-29The 2nd arg for add,sub,mult, and div is 0, then result will be same as +,-,*...shigek
2003-08-29limit inserted.shigek
2003-08-29mult & div instead of * & /.shigek
2003-08-29* doc/ChangeLog-1.8.0: add changes of Ruby/Tknagai
2003-08-27Forgot to round '*'.shigek
2003-08-26sqrt() error checking bug fixed.shigek
2003-08-26sqrt() speed up.shigek
2003-08-26* implicit.c (syck_type_id_to_taguri): corrected detection ofwhy
2003-08-23* ext/nkf/nkf.c (rb_nkf_putchar): should use rb_str_resize() to justnobu
2003-08-21* ext/syck/rubyext.c: refactoring of the transfer methodwhy
2003-08-21Int. overflow bug in multiplication fixed & VpNmlz() speed up.shigek
2003-08-20* ext/socket/socket.c (ruby_connect): many systems seem to havenobu
2003-08-19* ext/syck/syck.h: Parser definition problems on HP-UX. [ruby-talk:79389]why
2003-08-19to_s("+") implemented.shigek
2003-08-19E added. Typo corrected.shigek
2003-08-19* lib/webrick/ssl.rb: new file; SSL/TLS enhancement for GenericServer.gotoyuzo
2003-08-18* ext/openssl/ossl_ssl.c: sync_close is moved to SSLSocket asgotoyuzo
2003-08-18* ext/curses/curses.c (_XOPEN_SOURCE_EXTENDED): Mac OS X standardnobu
2003-08-17* ext/openssl/extconf.rb (HAVE_VA_ARGS_MACRO): need to compile.nobu
2003-08-17Refinement for speedup.shigek
2003-08-17* ext/openssl/lib/openssl/ssl.rb (SSLSocket#sync_close=): add agotoyuzo
2003-08-17* ext/extmk.rb (extmake): should not force to remake Makefile whennobu
2003-08-16* marshal.c (w_symbol, w_object): get rid of warnings.nobu
2003-08-16Typo 'selt' corrected to 'self'.shigek
2003-08-15sqrt() & atan() added.shigek
2003-08-15Bug fix: limit & div combination.shigek
2003-08-15* configure.in (HUGE_ST_INO): check whether struct stat.st_inonobu
2003-08-14Newly added.shigek
2003-08-14Changed to use lib/bigdecimal/math.rb.shigek
2003-08-14lib/bigdecimal/math.rb added.shigek
2003-08-14Bug fix: div method.shigek
2003-08-14* ext/win32ole/win32ole.c (OLE_FREE): should not callsuke
2003-08-13Ambiguity of BigDecimal::limit removed.shigek
2003-08-13 * ext/Win32API/Win32API.c (Win32API_initialize): should pass someusa
2003-08-12commit missnobu
2003-08-12* ext/extmk.rb (extmake): compact $extlibs.nobu
2003-08-12* Makefile.in: static link libraries to LIBRUBY_SO with static linkednobu
2003-08-10Bug fix: '-' should not be counted as a digit(to_s(n) format).shigek
2003-08-10* ext/openssl/lib/openssl/buffering.rb: increase BLOCK_SIZEgotoyuzo
2003-08-08Comment changed.shigek
2003-08-08F style output(like 1234.56789) implemented to to_s method.shigek
2003-08-06Just small change.shigek
2003-08-06Comparison results adjusted to Float's.shigek
2003-08-06* ext/extmk.rb (extmake): pass LIBPATH to make ruby. [ruby-dev:21137]nobu