| Commit message (Expand) | Author | Age | Files | Lines |
| * | * runruby.rb: extension library scripts moved into common directory. | nobu | 2006-09-24 | 1 | -1/+5 |
| * | * node.h (struct thread): ia64 support is broken by sandbox patch. | akr | 2006-09-24 | 1 | -0/+4 |
| * | updated based on date2 3.9.3. | tadf | 2006-09-24 | 1 | -0/+4 |
| * | * eval.c (rb_thread_save_context, rb_thread_restore_context): | why | 2006-09-23 | 1 | -0/+19 |
| * | * lib/cgi.rb (CGI::QueryExtension::read_multipart): CGI content | matz | 2006-09-23 | 1 | -0/+5 |
| * | * lib/rdoc/ri/ri_options.rb: prevent NameError. [ruby-dev:29597] | matz | 2006-09-22 | 1 | -0/+4 |
| * | updated based on date2 3.9.2. | tadf | 2006-09-22 | 1 | -0/+4 |
| * | * .cvsignore: ignore timestamp files and installed list file. | nobu | 2006-09-21 | 1 | -0/+4 |
| * | * instruby.rb: include FileUtils unconditionally. | nobu | 2006-09-21 | 1 | -0/+4 |
| * | * common.mk (no-install): not install rdoc actually. | nobu | 2006-09-21 | 1 | -0/+10 |
| * | * ext/etc/etc.c (etc_getpwuid): uid integer should be wraped in | matz | 2006-09-21 | 1 | -0/+8 |
| * | * common.mk (pre-install-doc): create data directory before install. | nobu | 2006-09-20 | 1 | -0/+8 |
| * | * {bcc32,win32,wince}/Makefile.sub (INSTALLED_LIST): need to define | usa | 2006-09-20 | 1 | -0/+5 |
| * | * lib/net/imap.rb: allow extra spaces in responses. | shugo | 2006-09-20 | 1 | -0/+5 |
| * | * ext/gdbm/gdbm.c: add RDoc documentation. a patch from Peter | matz | 2006-09-20 | 1 | -0/+6 |
| * | * lib/fileutils.rb: backport from HEAD (rev 1.71). | aamine | 2006-09-18 | 1 | -0/+7 |
| * | * object.c (rb_obj_ivar_defined, rb_mod_cvar_defined): new methods, | nobu | 2006-09-18 | 1 | -2483/+2493 |
| * | * lib/rdoc/rdoc.rb (RDoc::RDoc#document): scan only files modified | nobu | 2006-09-17 | 1 | -0/+5 |
| * | * common.mk (install-doc): reverted. | nobu | 2006-09-17 | 1 | -0/+8 |
| * | * ext/pty/pty.c (establishShell): remove remaining unused line. | matz | 2006-09-16 | 1 | -0/+4 |
| * | * ChangeLog: commit miss. | nobu | 2006-09-16 | 1 | -0/+4 |
| * | * lib/mkmf.rb (checking_for): improved the messages. | nobu | 2006-09-16 | 1 | -2/+0 |
| * | * ext/pty/pty.c (establishShell): parent pid is not used. | nobu | 2006-09-16 | 1 | -1/+7 |
| * | * ext/io/wait/extconf.rb: suspicious checking_for. | nobu | 2006-09-16 | 1 | -1/+3 |
| * | * ext/dbm/extconf.rb: allow multiple candidates for dbm-type. | nobu | 2006-09-16 | 1 | -1/+3 |
| * | * Makefile.in, common.in, instruby.rb, ext/extmk.rb, lib/mkmf.rb: | nobu | 2006-09-16 | 1 | -0/+7 |
| * | * string.c (rb_str_intern): raise SecurityError only when $SAFE | matz | 2006-09-14 | 1 | -0/+10 |
| * | * README.EXT: English adjustment. [ruby-core:08851] and | matz | 2006-09-13 | 1 | -0/+5 |
| * | * misc/ruby-mode.el (ruby-parse-partial): better here-doc support. | matz | 2006-09-13 | 1 | -0/+6 |
| * | * string.c (rb_str_intern): prohibit interning tainted string. | matz | 2006-09-13 | 1 | -0/+4 |
| * | * lib/optparse.rb (OptionParser#getopts): works with pre-registered | nobu | 2006-09-12 | 1 | -0/+5 |
| * | updated based on date2 3.9.1. | tadf | 2006-09-10 | 1 | -0/+4 |
| * | * eval.c (rb_require_safe): prevent extension from loading twice. | nobu | 2006-09-10 | 1 | -1/+4 |
| * | * eval.c (stack_extend): fixed prototype. | nobu | 2006-09-10 | 1 | -1/+5 |
| * | * bignum.c (rb_big_mul0): bignum multiplication without | matz | 2006-09-09 | 1 | -0/+7 |
| * | Rescue Exception in Test::Unit::TestCase#run. [ruby-core:08783] | drbrain | 2006-09-09 | 1 | -0/+5 |
| * | * lib/pstore.rb: open all in binary mode, and get rid of the quirk of | nobu | 2006-09-08 | 1 | -0/+5 |
| * | * ext/extmk.rb: Proc#call does not pass the block in 1.8. | nobu | 2006-09-08 | 1 | -1/+3 |
| * | * Makefile.in, win32/Makefile.sub (MINIRUBY): append MINIRUBYOPT. | nobu | 2006-09-08 | 1 | -0/+9 |
| * | * lib/webrick/cookie.rb (WEBrick::Cookie.parse_set_cookies): new | gotoyuzo | 2006-09-08 | 1 | -0/+7 |
| * | * win32/Makefile.sub, win32/configure.bat win32/setup.mak: program | nobu | 2006-09-08 | 1 | -0/+5 |
| * | * ruby.h (RSTRING_PTR): add migration macro. | matz | 2006-09-07 | 1 | -0/+6 |
| * | * numeric.c (fix_plus): addition in Fixnum will never overflow | matz | 2006-09-07 | 1 | -0/+11 |
| * | * file.c (path_check_0, fpath_check): disable path check on cygwin. | nobu | 2006-09-07 | 1 | -0/+5 |
| * | * ext/nkf/lib/kconv.rb (Kconv::RegexpEucjp): fix regexp for euc-jp | naruse | 2006-09-06 | 1 | -0/+7 |
| * | * time.c (time_to_s): variable declaration after an execution | nobu | 2006-09-04 | 1 | -0/+5 |
| * | * numeric.c (flo_hash): improve collision. fixed: [ruby-dev:29352] | nobu | 2006-09-04 | 1 | -0/+4 |
| * | * file.c (path_check_0): check if sticky bit is set on parent | nobu | 2006-09-04 | 1 | -0/+5 |
| * | * time.c (time_to_s): make it conform to RFC2822 date format. | matz | 2006-09-04 | 1 | -0/+5 |
| * | * ext/dbm/extconf.rb: create makefile according to the result of check | nobu | 2006-09-04 | 1 | -0/+5 |