Age | Commit message (Expand) | Author |
2007-08-15 | * ext/digest/digest.c (rb_digest_instance_update, | shyouhei |
2007-08-15 | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_5@12960 b2dd03c... | shyouhei |
2007-05-22 | merge -c 12137 | shyouhei |
2007-03-19 | * merge -c 12080 | shyouhei |
2007-03-16 | * merge -c 12071 | shyouhei |
2007-03-16 | * merge -c 12065 | shyouhei |
2007-03-11 | * merge -c 12028 | shyouhei |
2007-02-10 | * ext/win32ole/win32ole.c (ole_variant2val): sorry, fix the enbug. | suke |
2007-02-09 | * ext/win32ole/win32ole.c (ole_variant2val): fix compile error | suke |
2007-02-09 | * ext/win32ole/win32ole.c (ole_variant2val): fix the bug when | suke |
2007-01-31 | * removed svn:keywords for compatibility. | shugo |
2007-01-13 | fix memory leak of win32ole. | suke |
2007-01-09 | r11523@ruby: shyouhei | 2007-01-09 15:57:58 +0900 | shyouhei |
2006-12-25 | * ext/openssl/ossl.h: fixed compilation problem on gcc 3.2. | shyouhei |
2006-12-25 | revert to p11 | shyouhei |
2006-12-21 | r12@ruby: shyouhei | 2006-12-21 21:09:03 +0900 | shyouhei |
2006-12-15 | backport from ruby_1_8 | shyouhei |
2006-12-05 | backport from ruby_1_8 | shyouhei |
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 |
2006-07-17 | * ext/extmk.rb: remove LIBRUBY_SO if static linked extensions exist. | nobu |
2006-07-14 | * ext/tk/lib/tk.rb: add methods for new features of latest Tcl/Tk8.5 | nagai |
2006-07-13 | * array.c (rb_ary_pop): may cause realloc oscillation. a patch | matz |
2006-07-13 | * ext/tk/lib/tk/composite.rb: improve handling of the classname on the | nagai |
2006-07-11 | * ext/tk/lib/multi-tk.rb: remove restriction on the class of | nagai |
2006-07-11 | * ext/tk/lib/multi-tk.rb: security fix. | nagai |
2006-07-10 | * ext/tk/lib/tk/font.rb: sorry. mistaken to patch. | nagai |
2006-07-10 | * ext/tk/tcltklib.c: make SEGV risk lower at exit. | nagai |
2006-07-07 | Test class name should not be duplicated. | suke |
2006-07-06 | * ext/racc/cparse/cparse.c: sync with original code, rev 1.8. | aamine |
2006-07-03 | * ext/tk/tcltklib.c (ip_make_menu_embeddable): help to make a menu | nagai |
2006-07-03 | * ext/etc/extconf.rb (PW_UID2VAL, PW_GID2VAL): defaulted to conversion | nobu |
2006-07-02 | * ext/racc/cparse/cparse.c: sync with original code (rev 1.7). | aamine |
2006-06-29 | * ext/bigdecimal/bigdecimal.c (BigDecimal_version): fix patch | matz |
2006-06-29 | * ext/bigdecimal/bigdecimal.c: add RDoc document. a patch from | matz |
2006-06-27 | * ext/tk/tcltklib.c: forgot to update TCLTKLIB_RELEASE_DATE. | nagai |
2006-06-27 | * ext/etc/etc.c (setup_passwd, setup_group): allow bignum uid, gid and | nobu |
2006-06-26 | * ext/tk/tcltklib.c (ip_delete): fix SEGV when a slave-ip is deleted | nagai |
2006-06-25 | add extconf.h. | akr |
2006-06-21 | * ext/socket/socket.c (sock_s_socketpair): try GC only once. | akr |
2006-06-20 | * ext/openssl/extconf.rb: add check for OBJ_NAME_do_all_sorted. | gotoyuzo |
2006-06-19 | Mon Jun 19 23:40:59 2006 NARUSE, Yui <naruse@ruby-lang.org> | naruse |