Age | Commit message (Expand) | Author |
2006-11-07 | * ext/digest/lib/digest/hmac.rb: Keep this out of the 1.8 tree | knu |
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, and | nagai |
2006-11-02 | * ext/socket/socket.c (ruby_getnameinfo__aix): AF_INET6 workaround | matz |
2006-11-01 | * ext/digest/lib/digest/hmac.rb (Digest::HMAC::update): Minor | knu |
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-25 | This 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 variables | nobu |
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 may | matz |
2006-10-13 | * ext/digest/lib/digest/hmac: Back out the addition of digest/hmac | knu |
2006-10-11 | * ext/digest: Merge from trunk; metadata location changed, | knu |
2006-10-11 | This 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 the | knu |
2006-10-04 | This 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: keep | nobu |
2006-09-29 | * ext/extmk.rb: extout is needed for also clean. | nobu |
2006-09-26 | socket.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 in | matz |
2006-09-20 | * ext/gdbm/gdbm.c: add RDoc documentation. a patch from Peter | matz |
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-jp | naruse |
2006-09-04 | * ext/dbm/extconf.rb: create makefile according to the result of check | nobu |
2006-09-02 | revert 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 work | nagai |
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 negative | matz |
2006-08-07 | * configure.in, common.mk: AIX link issue. a patch from Yutaka | matz |
2006-07-28 | * ext/tk/lib/multi-tk.rb: freeze ip_name for security reason. | nagai |
2006-07-27 | * ext/openssl/ossl.h: move <ruby.h> inclusion point to shut up | matz |
2006-07-26 | * ext/strscan/strscan.c: sync with HEAD (rev 1.25). | aamine |
2006-07-26 | * ext/pty/pty.c (getDevice): retry once after GC on failure. | nobu |
2006-07-24 | * ext/readline/readline.c (readline_readline): rl_deprep_term_function | akr |
2006-07-21 | * ext/extmk.rb, lib/mkmf.rb (with_destdir): remove drive letter before | nobu |
2006-07-18 | * lib/webrick/httpserver.rb (WEBrick::HTTPServer::unmount): remove | matz |