index
:
ruby.git
master
ruby_1_8_6_287
ruby_1_8_6_369
ruby_1_8_6_383
ruby_1_8_6_383-fedora
ruby_1_9_1_243
ruby_1_9_1_376
ruby_1_9_1_376-epel
ruby_1_9_1_376-fedora
Ruby GIT repository
Jeroen van Meeuwen
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
* ext/pty/pty.c (establishShell): remove remaining unused line.
matz
2006-09-16
2
-1
/
+4
*
* ChangeLog: commit miss.
nobu
2006-09-16
1
-0
/
+4
*
* lib/mkmf.rb (checking_for): improved the messages.
nobu
2006-09-16
2
-14
/
+23
*
* ext/pty/pty.c (establishShell): parent pid is not used.
nobu
2006-09-16
2
-20
/
+19
*
* ext/io/wait/extconf.rb: suspicious checking_for.
nobu
2006-09-16
2
-2
/
+4
*
* ext/dbm/extconf.rb: allow multiple candidates for dbm-type.
nobu
2006-09-16
2
-35
/
+29
*
* Makefile.in, common.in, instruby.rb, ext/extmk.rb, lib/mkmf.rb:
nobu
2006-09-16
6
-119
/
+282
*
2006-09-16
nobu
2006-09-16
1
-3
/
+3
*
2006-09-14
matz
2006-09-14
1
-3
/
+3
*
* string.c (rb_str_intern): raise SecurityError only when $SAFE
matz
2006-09-14
5
-8
/
+26
*
* README.EXT: English adjustment. [ruby-core:08855]
matz
2006-09-13
1
-6
/
+6
*
* README.EXT: English adjustment. [ruby-core:08851] and
matz
2006-09-13
2
-30
/
+61
*
* misc/ruby-mode.el (ruby-parse-partial): better here-doc support.
matz
2006-09-13
2
-1
/
+7
*
* string.c (rb_str_intern): prohibit interning tainted string.
matz
2006-09-13
3
-13
/
+9
*
* lib/optparse.rb (OptionParser#getopts): works with pre-registered
nobu
2006-09-12
2
-18
/
+34
*
2006-09-13
nobu
2006-09-12
1
-3
/
+3
*
updated based on date2 3.9.1.
tadf
2006-09-10
3
-70
/
+178
*
* eval.c (rb_require_safe): prevent extension from loading twice.
nobu
2006-09-10
2
-8
/
+11
*
* eval.c (stack_extend): fixed prototype.
nobu
2006-09-10
2
-2
/
+6
*
2006-09-10
matz
2006-09-09
1
-3
/
+3
*
* bignum.c (rb_big_mul0): bignum multiplication without
matz
2006-09-09
2
-11
/
+25
*
Rescue Exception in Test::Unit::TestCase#run. [ruby-core:08783]
drbrain
2006-09-09
2
-2
/
+15
*
* lib/pstore.rb: open all in binary mode, and get rid of the quirk of
nobu
2006-09-08
2
-11
/
+15
*
* ext/extmk.rb: Proc#call does not pass the block in 1.8.
nobu
2006-09-08
2
-3
/
+5
*
* Makefile.in, win32/Makefile.sub (MINIRUBY): append MINIRUBYOPT.
nobu
2006-09-08
10
-24
/
+57
*
2006-09-09
nobu
2006-09-08
1
-3
/
+3
*
Forgot to update the version. Grrr.
ser
2006-09-08
1
-4
/
+4
*
Merged changes from REXML 3.1.5.
ser
2006-09-08
7
-43
/
+83
*
* lib/webrick/cookie.rb (WEBrick::Cookie.parse_set_cookies): new
gotoyuzo
2006-09-08
3
-0
/
+44
*
* win32/Makefile.sub, win32/configure.bat win32/setup.mak: program
nobu
2006-09-08
4
-4
/
+24
*
* ruby.h (RSTRING_PTR): add migration macro.
matz
2006-09-07
2
-0
/
+10
*
2006-09-08
matz
2006-09-07
1
-3
/
+3
*
* numeric.c (fix_plus): addition in Fixnum will never overflow
matz
2006-09-07
3
-8
/
+15
*
2006-09-07
nobu
2006-09-07
1
-3
/
+3
*
* file.c (path_check_0, fpath_check): disable path check on cygwin.
nobu
2006-09-07
2
-3
/
+16
*
* ext/nkf/lib/kconv.rb (Kconv::RegexpEucjp): fix regexp for euc-jp
naruse
2006-09-06
2
-3
/
+10
*
2006-09-06
naruse
2006-09-06
1
-3
/
+3
*
* time.c (time_to_s): variable declaration after an execution
nobu
2006-09-04
2
-1
/
+9
*
* numeric.c (flo_hash): improve collision. fixed: [ruby-dev:29352]
nobu
2006-09-04
2
-1
/
+5
*
* file.c (path_check_0): check if sticky bit is set on parent
nobu
2006-09-04
2
-8
/
+11
*
2006-09-05
matz
2006-09-04
1
-3
/
+3
*
* time.c (time_to_s): make it conform to RFC2822 date format.
matz
2006-09-04
2
-17
/
+17
*
* ext/dbm/extconf.rb: create makefile according to the result of check
nobu
2006-09-04
2
-4
/
+9
*
updated based on date2 3.9.
tadf
2006-09-04
3
-12
/
+81
*
* time.c (time_strftime): include nul character. fixed: [ruby-dev:29422]
nobu
2006-09-04
2
-1
/
+5
*
* lib/cgi.rb (CGI::out): specify -m0 -x option for nkf.
matz
2006-09-04
2
-3
/
+8
*
2006-09-04
matz
2006-09-04
1
-3
/
+3
*
* io.c (pipe_open): command name should not contain null bytes.
matz
2006-09-04
3
-9
/
+21
*
* lib/mkmf.rb: get rid of nil.to_s.
nobu
2006-09-03
2
-5
/
+10
*
revert the definition of _XOPEN_SOURCE_EXTENDED on HP-UX.
akr
2006-09-02
2
-8
/
+0
[next]