summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2006-12-31Merge 11443, 11444 and 11445 from trunk.drbrain
2006-12-14* ext/readline/readline.c: NetBSD editline does not havematz
2006-12-11This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)
2006-12-11* ext/digest/sha2/lib/sha2.rb: Moved one level up from underknu
2006-12-01* ext/openssl/ossl_ocsp.c: OpenSSL::OCSP::OSCPError should begotoyuzo
2006-12-01* ext/tk/tcltklib.c: shouldn't run the killed thread at callback.nagai
2006-11-22* ext/tk/extconf.rb: support --with-X11/--without-X11 option.nagai
2006-11-07* ext/digest/lib/digest/hmac.rb: Keep this out of the 1.8 treeknu
2006-11-07* ext/tk/lib/tk/itemconfig.rb: minor bug fix.nagai
2006-11-06* ext/tk/lib/tk/itemconfig.rb: bug fix on 'itemconfiginfo' method, andnagai
2006-11-02* ext/socket/socket.c (ruby_getnameinfo__aix): AF_INET6 workaroundmatz
2006-11-01* ext/digest/lib/digest/hmac.rb (Digest::HMAC::update): Minorknu
2006-10-26* ext/openssl/ossl_pkcs7.c (ossl_pkcs7_verify): should clear error.gotoyuzo
2006-10-26* ext/digest/digest.c (Init_digest): typo.usa
2006-10-25* ext/digest, test/digest/test_digest.rb: Merge from trunk:knu
2006-10-25This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)
2006-10-19* ext/extmk.rb: Borland make needs also -D flags to override variablesnobu
2006-10-19* bcc32/Makefile.sub ($(LIBRUBY_SO)): execute pre-link hook.nobu
2006-10-14* parse.y (parser_warning, parser_warn): some error message maymatz
2006-10-13* ext/digest/lib/digest/hmac: Back out the addition of digest/hmacknu
2006-10-11* ext/digest: Merge from trunk; metadata location changed,knu
2006-10-11This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)
2006-10-10* ext/digest/digest.c (hexdigest_str_new, bubblebabble_str_new):knu
2006-10-10* ext/digest: Merge from trunk; apply all changes since theknu
2006-10-04This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)
2006-10-04* ext/tk/lib/tkextlib/tile.rb, lib/tkextlib/tile/* : support Tile 0.7.6.nagai
2006-10-01* Makefile.in, common.mk, ext/extmk.rb, win{32,ce}/Makefile.in: keepnobu
2006-09-29* ext/extmk.rb: extout is needed for also clean.nobu
2006-09-26socket.c: a rdoc patch from Daniel Berger <djberg96 at gmail.com>matz
2006-09-21* common.mk (no-install): not install rdoc actually.nobu
2006-09-21* ext/etc/etc.c (etc_getpwuid): uid integer should be wraped inmatz
2006-09-20* ext/gdbm/gdbm.c: add RDoc documentation. a patch from Petermatz
2006-09-16* ext/pty/pty.c (establishShell): remove remaining unused line.matz
2006-09-16* ext/pty/pty.c (establishShell): parent pid is not used.nobu
2006-09-16* ext/io/wait/extconf.rb: suspicious checking_for.nobu
2006-09-16* ext/dbm/extconf.rb: allow multiple candidates for dbm-type.nobu
2006-09-16* Makefile.in, common.in, instruby.rb, ext/extmk.rb, lib/mkmf.rb:nobu
2006-09-08* ext/extmk.rb: Proc#call does not pass the block in 1.8.nobu
2006-09-08* Makefile.in, win32/Makefile.sub (MINIRUBY): append MINIRUBYOPT.nobu
2006-09-06* ext/nkf/lib/kconv.rb (Kconv::RegexpEucjp): fix regexp for euc-jpnaruse
2006-09-04* ext/dbm/extconf.rb: create makefile according to the result of checknobu
2006-09-02revert the definition of _XOPEN_SOURCE_EXTENDED on HP-UX.akr
2006-09-02* ext/socket/socket.c (ruby_connect): sockerrlen should be socklen_t.akr
2006-09-02* ext/socket/extconf.rb: check arpa/inet.h for ntohs.akr
2006-09-02* ext/curses/curses.c: define _XOPEN_SOURCE_EXTENDED on HP-UX.akr
2006-09-01* ext/tk/lib/tk/font.rb: TkFont#current_configinfo() doesn't work on Tcl/Tk8.x.nagai
2006-08-31* ext/tk/lib/tkextlib/blt.rb: double dashes (--) option doesn't worknagai
2006-08-07* ext/bigdecimal/bigdecimal.c, ext/digest/rmd160/rmd160ossl.c,matz
2006-08-07* ext/syck/syck.c (syck_move_tokens): should avoid negativematz
2006-08-07* configure.in, common.mk: AIX link issue. a patch from Yutakamatz