summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2004-05-06* lib/yaml/rubytypes.rb (to_yaml): added instance variable handlingwhy
2004-05-01This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)
2004-05-01* renewal Ruby/Tknagai
2004-04-26* lib/yaml/rubytypes.rb: passing Range tests.why
2004-04-16 * ext/iconv/iconv.c: nearly finished RDoc comments.gsinclair
2004-04-15* ext/extmk.rb: skip linking when libraries to be preloaded notnobu
2004-04-15* ext/gdbm/gdbm.c (Init_gdbm): define GDBM::READER, GDBM::WRITER,akr
2004-04-12 * ext/iconv/iconv.c: RDoc documentation (from RD; nearly finished).gsinclair
2004-04-12* ext/openssl/ossl_x509name.c (ossl_x509name_init_i): should return a value.gotoyuzo
2004-04-06This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)
2004-04-06* ext/socket/socket.c (make_hostent): must return value.usa
2004-04-05* eval.c (top_include): include in the wrapped load is done formatz
2004-04-03* ext/syck/syck.h: version 0.43.why
2004-03-28fix typo.akr
2004-03-10* eval.c (return_jump): set return value to the returnmatz
2004-02-23* ext/openssl/ossl_config.c (ossl_config_each): add new methodgotoyuzo
2004-02-21 * ext/zlib/zlib.c: documented, but needs more effort.gsinclair
2004-02-19 * ext/strscan/strscan.c: improved documentationgsinclair
2004-02-18* ext/strscan/strscan.c: synchronized with main trunk (rev 1.11).aamine
2004-02-18* ext/strscan/strscan.c: documentation checked.aamine
2004-02-18 * ext/strscan/strscan.c: documentedgsinclair
2004-02-18* ext/win32ole/win32ole.c: need to include <olectl.h> on Cygwin.eban
2004-02-17* ext/syck/rubyext.c (syck_emitter_end_object): takes only one arg.usa
2004-02-15ext/win32ole/win32ole.c: add IDispatch interface in val2variantsuke
2004-01-29backport from Ruby-1.9.gotoyuzo
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-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-14* ext/iconv/extconf.rb: wrapper iconv.rb is dependent on platform.nobu
2004-01-12*** empty log message ***nobu
2004-01-08* ext/openssl/ossl_pkey.c (ossl_pkey_to_der): removed; it returnsgotoyuzo
2004-01-07* backport changes from 1.9nagai
2004-01-06* eval.c (rb_mod_modfunc): should break if m has no super class.matz
2003-12-28* ext/stringio/stringio.c (strio_sysread): StringIO.new.sysread didn'takr
2003-12-25This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)
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