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
...
*
* lib/net/smtp.rb (send0): do taint check only when $SAFE > 0
aamine
2003-07-29
2
-3
/
+9
*
garbage
nobu
2003-07-29
1
-1
/
+0
*
* ext/extmk.rb (INSTALL_PROG, INSTALL_DATA): modify verbose messages.
eban
2003-07-29
2
-2
/
+4
*
* MANIFEST: add lib/un.rb.
eban
2003-07-29
2
-0
/
+3
*
* lib/fileutils.rb (install): support preserve timestamp.
eban
2003-07-29
5
-14
/
+123
*
* lib/net/smtp.rb: unify coding style.
aamine
2003-07-29
3
-4
/
+10
*
* ruby.h (LLONG_MIN): fix typo.
usa
2003-07-29
2
-1
/
+5
*
* bug fix ( tested with Ruby/Tk widget demo )
nagai
2003-07-29
6
-15
/
+25
*
* lib/net/smtp.rb (Net::SMTP::send0): add taint check.
matz
2003-07-29
7
-10
/
+30
*
2003-07-29
eban
2003-07-29
1
-4
/
+4
*
* instruby.rb (install): preserve the timestamp for Mac OS X ranlib problem.
eban
2003-07-29
2
-11
/
+19
*
* ext/syck/token.c: prefixed many constants and definitions with YAML_ to
why
2003-07-29
4
-96
/
+107
*
* ChangeLog: tabify.
usa
2003-07-29
3
-62
/
+66
*
tcltklib.c : use RTEST()
nagai
2003-07-29
1
-4
/
+5
*
tcltklib.c : bug fix
nagai
2003-07-29
3
-36
/
+89
*
* ext/syck/syck.h: Added 'syck' yacc prefixes.
why
2003-07-28
10
-132
/
+225
*
* ext/openssl/lib/net/https.rb (use_ssl=): raise ProtocolError if
gotoyuzo
2003-07-28
2
-1
/
+15
*
* ext/configsub.rb: unused
nobu
2003-07-28
1
-1
/
+0
*
unused
nobu
2003-07-28
1
-32
/
+0
*
* ext/configsub.rb: $defout is obsolete.
nobu
2003-07-28
1
-1
/
+1
*
* file.c (Init_File): IO should include File::Const.
nobu
2003-07-28
2
-1
/
+6
*
Bug for 2nd arg of round fixed.
shigek
2003-07-28
1
-1
/
+4
*
* ext/openssl/extconf.rb: check again after pkg-config for MinGW on
eban
2003-07-28
2
-1
/
+8
*
* ext/stringio/stringio.c (strio_gets): only "gets" should set $_.
matz
2003-07-28
7
-91
/
+196
*
tcltklib.c : *bug fix
nagai
2003-07-28
2
-14
/
+318
*
2003-07-28
eban
2003-07-28
1
-3
/
+3
*
Bug fix from Javier Goizueta.
shigek
2003-07-28
4
-71
/
+86
*
multi-tk.rb : (new) library to support multiple Tk interpreters (high level)
nagai
2003-07-27
10
-144
/
+1142
*
* lib/set.rb: each() should return self.
knu
2003-07-27
2
-0
/
+5
*
* string.c (rb_str_chomp_bang): defer rb_str_modify() to actual
matz
2003-07-27
4
-14
/
+28
*
* mkconfig.rb: initialize global variables to avoid warnings.
eban
2003-07-27
2
-1
/
+8
*
* ChangeLog: typo fix.
eban
2003-07-27
1
-1
/
+1
*
* ext/openssl/extconf.rb: better support MinGW. add
eban
2003-07-27
2
-10
/
+20
*
* lib/debug.rb: fix breakpoint parameter parsing/checking.
nahi
2003-07-27
2
-27
/
+35
*
add UNIXFileOwner, UNIXFileGroup
seki
2003-07-27
2
-0
/
+12
*
2003-07-27
nobu
2003-07-26
1
-3
/
+3
*
* io.c (io_reopen): avoid dup2() equal handles not to close itself and
nobu
2003-07-26
2
-24
/
+34
*
* lib/tmpdir.rb: use GetWindowsDirectory, not GetSystemDirectory. [ruby-talk:...
eban
2003-07-26
2
-1
/
+6
*
* ext/tk/lib/tk.rb (TkCore::chooseDirectory): back up wrongly
matz
2003-07-26
5
-87
/
+123
*
0 ** 0 bug fixed.
shigek
2003-07-26
2
-57
/
+71
*
Added credit to PragProg
gsinclair
2003-07-26
1
-1
/
+3
*
* io.c (rb_fdopen): set errno if it's zero on win32 platforms.
usa
2003-07-26
4
-17
/
+13
*
2003-07-26
eban
2003-07-26
1
-3
/
+3
*
* ext/tk/lib/tk.rb (TkCore::chooseDirectory): back up wrongly
matz
2003-07-26
1
-0
/
+4
*
* ext/stringio/stringio.c: includes Enumerable as well as IO.
nobu
2003-07-26
2
-0
/
+7
*
* variable.c (rb_mod_const_missing): "const_missing" should not
matz
2003-07-26
8
-38
/
+18
*
fix: % line lineno
seki
2003-07-25
1
-0
/
+4
*
fix: keep lineno
seki
2003-07-25
1
-11
/
+21
*
* ext/openssl/ossl.h: fix comment.
gotoyuzo
2003-07-25
3
-3
/
+11
*
* ext/openssl/extconf.rb: refine va-args macro detection.
gotoyuzo
2003-07-25
2
-1
/
+6
[prev]
[next]