summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2004-02-13* ext/tk/lib/tk.rb: en-bugged at last commit (Feb 11 23:24:22 2004)nagai
2004-02-12* ext/tk/lib/tk.rb (TkComm::tk_split_list): suppress a warning.nobu
2004-02-11* ext/tk/lib/tk.rb: properly treat a Tcl/Tk's string with escapingnagai
2004-02-09* ext/extmk.rb, lib/mkmf.rb: rename $outdir to $extout.nobu
2004-02-09* Makefile.in, bcc32/Makefile.sub, win32/Makefile.sub, configure.in,nobu
2004-02-06* ext/socket/socket.c (bsock_do_not_reverse_lookup): control reversenobu
2004-02-01Bug in BigDecimal("1e#{n}").add BigDecimal('.5'),n) reported and fixed by Jav...shigek
2004-01-28* ext/syck/rubyext.c: usec round-tripping skew. [ruby-core:2305]why
2004-01-28* ext/iconv/extconf.rb: include iconv.h for libiconv. [ruby-dev:22715]nobu
2004-01-27* misc/ruby-mode.el: better support for general delimitedmatz
2004-01-27* ext/socket/socket.c (s_recvfrom): sending length should be annobu
2004-01-27* ext/win32ole/win32ole.c (set_argv): fix condition.usa
2004-01-26* ext/tcltklib/tcltklib.c: define CONST84 when TCL_MAJOR_VERSION == 7nagai
2004-01-26* ext/extmk.rb: Makefiles should depend on also rbconfig.rb.nobu
2004-01-25* ext/openssl/ossl_x509name.c (ossl_x509name_add_entry): thirdgotoyuzo
2004-01-24* ext/openssl/ossl_x509hame.c (ossl_x509name_initialize): changegotoyuzo
2004-01-21* parse.y (newline_node): do not use NODE_NEWLINE node anymore,matz
2004-01-21* ext/digest/md5/extconf.rb: have_library appends found library.nobu
2004-01-21* ext/digest/rmd160/extconf.rb: have_library appends found library.nobu
2004-01-20* ext/openssl/extconf.rb: should check <openssl/conf_api.h> insteadgotoyuzo
2004-01-19* ext/openssl/extconf.rb: add check for OpenSSL version.gotoyuzo
2004-01-19* ext/digest/defs.h, win32/win3.c, win32/win32.h, file.c: removenobu
2004-01-19* ext/extmk.rb, win32/Makefile.sub, win32/configure.bat,usa
2004-01-18* ext/iconv/charset_alias.rb: prefer us_EN locale encodings ornobu
2004-01-14* ext/iconv/extconf.rb: wrapper iconv.rb is dependent on platform.nobu
2004-01-13* ext/syck/rubyext.c: omission of Date library code causedwhy
2004-01-13* ext/tk/lib/tk.rb: use $0 as the default application class name.nagai
2004-01-12* ext/syck/bytecode.c: turn off default implicit typing.why
2004-01-10* ext/socket/socket.c (make_hostent): a bug in brace position.matz
2004-01-10* configure.in: install rdoc by default. if you do not want tomatz
2004-01-09* ext/extmk.rb (extmake): should not reduce necessary libraries.nobu
2004-01-08* ext/openssl/ossl_pkey.c (ossl_pkey_to_der): removed; it returnsgotoyuzo
2004-01-07* ext/syck/rubyext.c (yaml_org_handler): lazy-load Date fornobu
2004-01-07* ext/extmk.rb: preserve order in Setup. [ruby-dev:22503]nobu
2004-01-07* ext/tk/lib/tk.rb: use epath for embedded windows of TkPanedWindow.nagai
2004-01-02* dir.c: merge tuning from H.Yamamoto <ocean@m2.ccsnet.ne.jp>.matz
2003-12-28* instruby.rb: fix install directory if destdir and compile_dir areusa
2003-12-28* ext/stringio/stringio.c (strio_sysread): StringIO.new.sysread didn'takr
2003-12-25* string.c (rb_str_update): call rb_str_modify().matz
2003-12-24* stable version 1.8.1 released.matz
2003-12-24* ext/tk/sample/tkmulticolumnlist.rb: new samplenagai
2003-12-24* ext/openssl/ossl_ssl.c (ossl_ssl_read): should check for errorgotoyuzo
2003-12-24* ext/stringio/stringio.c (strio_read): clear the buffer argumentnobu
2003-12-24* ext/stringio/stringio.c (strio_read): never return nil atnobu
2003-12-22* ext/iconv/iconv.c (map_charset): always ensure code is a String.nobu
2003-12-21* ext/syck/emitter.c (syck_emitter_write): str bigger thanmatz
2003-12-20* eval.c (rb_with_disable_interrupt): prohibit thread contextmatz
2003-12-20* ext/tk/lib/tk.rb: add new methods (TkScrollbar#assign, assign_list)nagai
2003-12-19* ext/tk/sample/tkmultilistbox.rb: bug fixnagai
2003-12-17* bug fixnagai