| Commit message (Expand) | Author | Age | Files | Lines |
| * | * parse.y (parser_warning, parser_warn): some error message may | matz | 2006-10-14 | 3 | -5/+5 |
| * | * ext/digest/lib/digest/hmac: Back out the addition of digest/hmac | knu | 2006-10-13 | 1 | -259/+0 |
| * | * ext/digest: Merge from trunk; metadata location changed, | knu | 2006-10-11 | 23 | -146/+86 |
| * | This commit was manufactured by cvs2svn to create branch 'ruby_1_8'. | (no author) | 2006-10-11 | 1 | -0/+257 |
| * | * ext/digest/digest.c (hexdigest_str_new, bubblebabble_str_new): | knu | 2006-10-10 | 1 | -11/+19 |
| * | * ext/digest: Merge from trunk; apply all changes since the | knu | 2006-10-10 | 32 | -747/+288 |
| * | This commit was manufactured by cvs2svn to create branch 'ruby_1_8'. | (no author) | 2006-10-04 | 2 | -0/+52 |
| * | * ext/tk/lib/tkextlib/tile.rb, lib/tkextlib/tile/* : support Tile 0.7.6. | nagai | 2006-10-04 | 8 | -42/+117 |
| * | * Makefile.in, common.mk, ext/extmk.rb, win{32,ce}/Makefile.in: keep | nobu | 2006-10-01 | 1 | -3/+1 |
| * | * ext/extmk.rb: extout is needed for also clean. | nobu | 2006-09-29 | 1 | -1/+1 |
| * | socket.c: a rdoc patch from Daniel Berger <djberg96 at gmail.com> | matz | 2006-09-26 | 1 | -0/+8 |
| * | * common.mk (no-install): not install rdoc actually. | nobu | 2006-09-21 | 1 | -1/+1 |
| * | * ext/etc/etc.c (etc_getpwuid): uid integer should be wraped in | matz | 2006-09-21 | 1 | -2/+11 |
| * | * ext/gdbm/gdbm.c: add RDoc documentation. a patch from Peter | matz | 2006-09-20 | 1 | -38/+374 |
| * | * ext/pty/pty.c (establishShell): remove remaining unused line. | matz | 2006-09-16 | 1 | -1/+0 |
| * | * ext/pty/pty.c (establishShell): parent pid is not used. | nobu | 2006-09-16 | 1 | -19/+12 |
| * | * ext/io/wait/extconf.rb: suspicious checking_for. | nobu | 2006-09-16 | 1 | -1/+1 |
| * | * ext/dbm/extconf.rb: allow multiple candidates for dbm-type. | nobu | 2006-09-16 | 1 | -34/+26 |
| * | * Makefile.in, common.in, instruby.rb, ext/extmk.rb, lib/mkmf.rb: | nobu | 2006-09-16 | 1 | -9/+1 |
| * | * ext/extmk.rb: Proc#call does not pass the block in 1.8. | nobu | 2006-09-08 | 1 | -2/+2 |
| * | * Makefile.in, win32/Makefile.sub (MINIRUBY): append MINIRUBYOPT. | nobu | 2006-09-08 | 1 | -9/+30 |
| * | * ext/nkf/lib/kconv.rb (Kconv::RegexpEucjp): fix regexp for euc-jp | naruse | 2006-09-06 | 1 | -3/+3 |
| * | * ext/dbm/extconf.rb: create makefile according to the result of check | nobu | 2006-09-04 | 1 | -4/+4 |
| * | revert the definition of _XOPEN_SOURCE_EXTENDED on HP-UX. | akr | 2006-09-02 | 1 | -4/+0 |
| * | * ext/socket/socket.c (ruby_connect): sockerrlen should be socklen_t. | akr | 2006-09-02 | 1 | -1/+2 |
| * | * ext/socket/extconf.rb: check arpa/inet.h for ntohs. | akr | 2006-09-02 | 2 | -1/+6 |
| * | * ext/curses/curses.c: define _XOPEN_SOURCE_EXTENDED on HP-UX. | akr | 2006-09-02 | 1 | -1/+4 |
| * | * ext/tk/lib/tk/font.rb: TkFont#current_configinfo() doesn't work on Tcl/Tk8.x. | nagai | 2006-09-01 | 2 | -6/+6 |
| * | * ext/tk/lib/tkextlib/blt.rb: double dashes (--) option doesn't work | nagai | 2006-08-31 | 2 | -2/+8 |
| * | * ext/bigdecimal/bigdecimal.c, ext/digest/rmd160/rmd160ossl.c, | matz | 2006-08-07 | 4 | -3/+4 |
| * | * ext/syck/syck.c (syck_move_tokens): should avoid negative | matz | 2006-08-07 | 1 | -1/+2 |
| * | * configure.in, common.mk: AIX link issue. a patch from Yutaka | matz | 2006-08-07 | 1 | -0/+6 |
| * | * ext/tk/lib/multi-tk.rb: freeze ip_name for security reason. | nagai | 2006-07-28 | 1 | -1/+1 |
| * | * ext/openssl/ossl.h: move <ruby.h> inclusion point to shut up | matz | 2006-07-27 | 1 | -9/+9 |
| * | * ext/strscan/strscan.c: sync with HEAD (rev 1.25). | aamine | 2006-07-26 | 1 | -170/+131 |
| * | * ext/pty/pty.c (getDevice): retry once after GC on failure. | nobu | 2006-07-26 | 1 | -22/+29 |
| * | * ext/readline/readline.c (readline_readline): rl_deprep_term_function | akr | 2006-07-24 | 1 | -1/+3 |
| * | * ext/extmk.rb, lib/mkmf.rb (with_destdir): remove drive letter before | nobu | 2006-07-21 | 1 | -1/+4 |
| * | * lib/webrick/httpserver.rb (WEBrick::HTTPServer::unmount): remove | matz | 2006-07-18 | 1 | -1/+1 |
| * | * ext/extmk.rb: remove LIBRUBY_SO if static linked extensions exist. | nobu | 2006-07-17 | 1 | -0/+3 |
| * | * ext/tk/lib/tk.rb: add methods for new features of latest Tcl/Tk8.5 | nagai | 2006-07-14 | 2 | -4/+34 |
| * | * array.c (rb_ary_pop): may cause realloc oscillation. a patch | matz | 2006-07-13 | 2 | -5/+15 |
| * | * ext/tk/lib/tk/composite.rb: improve handling of the classname on the | nagai | 2006-07-13 | 2 | -1/+102 |
| * | * ext/tk/lib/multi-tk.rb: remove restriction on the class of | nagai | 2006-07-11 | 1 | -2/+4 |
| * | * ext/tk/lib/multi-tk.rb: security fix. | nagai | 2006-07-11 | 2 | -3/+7 |
| * | * ext/tk/lib/tk/font.rb: sorry. mistaken to patch. | nagai | 2006-07-10 | 1 | -1/+1 |
| * | * ext/tk/tcltklib.c: make SEGV risk lower at exit. | nagai | 2006-07-10 | 8 | -40/+517 |
| * | Test class name should not be duplicated. | suke | 2006-07-07 | 2 | -2/+2 |
| * | * ext/racc/cparse/cparse.c: sync with original code, rev 1.8. | aamine | 2006-07-06 | 1 | -16/+62 |
| * | * ext/tk/tcltklib.c (ip_make_menu_embeddable): help to make a menu | nagai | 2006-07-03 | 5 | -11/+301 |