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
path:
root
/
ChangeLog
Commit message (
Expand
)
Author
Age
Files
Lines
*
* lib/cgi/session.rb (CGI::Session#initialize): empty session id was
nobu
2004-12-19
1
-2
/
+7
*
* lib/rexml/encodings/SHIFT-JIS.rb: backported from CVS HEAD.
kou
2004-12-19
1
-0
/
+6
*
* ext/openssl/ossl_x509store.c
gotoyuzo
2004-12-19
1
-0
/
+29
*
* configure.in (enable_rpath): use rpath flag to embed the library
nobu
2004-12-19
1
-0
/
+5
*
* lib/test/unit.rb: use standalone runner for -e.
nobu
2004-12-19
1
-0
/
+10
*
* ext/zlib/zlib.c (rb_deflate_s_deflate, rb_inflate_s_inflate):
nobu
2004-12-18
1
-2
/
+7
*
* lib/webrick/httpauth.rb,
nahi
2004-12-18
1
-0
/
+7
*
* dir.c (dir_open_dir): new function. [ruby-dev:25242]
matz
2004-12-18
1
-0
/
+27
*
* test/readline/test_readline.rb: fix for BSD. Thanks, GOTOU Yuuzou.
shugo
2004-12-17
1
-0
/
+5
*
* ext/tk/lib/tk.rb: fix bug on setting up system encoding
nagai
2004-12-17
1
-0
/
+36
*
Add private initialization routine for VMS.
akiyoshi
2004-12-17
1
-0
/
+7
*
* lib/cgi/session.rb (CGI::Session#initialize): control adding
nobu
2004-12-17
1
-2
/
+7
*
backported from CVS_HEAD
seki
2004-12-16
1
-0
/
+8
*
* lib/webrick/httpserver.rb (WEBrick::HTTPServer#run): should wait
gotoyuzo
2004-12-16
1
-18
/
+18
*
* ext/openssl/ossl.c (ossl_raise): refine message format.
gotoyuzo
2004-12-16
1
-0
/
+22
*
* ext/tk/sample/demos-en/widget: modify version check for supporting features
nagai
2004-12-16
1
-0
/
+5
*
* ChangeLog: forgot to commit
nagai
2004-12-16
1
-0
/
+30
*
* lib/net/http.rb (basic_encode): return value of pack('m') may include multi...
aamine
2004-12-15
1
-0
/
+6
*
* ext/curses/curses.c (window_subwin): call NUM2INT() before
shugo
2004-12-15
1
-0
/
+5
*
* win32/win32.[ch] (rb_w32_isatty): new function to replace MSVCRT's
usa
2004-12-15
1
-0
/
+5
*
* ext/openssl/ossl_x509name.c (ossl_x509name_to_a): avoid SEGV
gotoyuzo
2004-12-15
1
-0
/
+5
*
* win32/win32.c (rb_w32_fdisset): check whether the handle is valid.
usa
2004-12-15
1
-0
/
+5
*
* win32/win32.c (rb_w32_fdisset): rollback previous commit.
usa
2004-12-15
1
-4
/
+0
*
* win32/win32.c (rb_w32_fdisset): check whether fd is socket.
usa
2004-12-15
1
-0
/
+4
*
* ext/openssl/ossl_digest.c (ossl_digest_initialize): [ruby-dev:25198]
matz
2004-12-15
1
-0
/
+13
*
* win32/win32.c (rb_w32_close): need to reset osfhnd().
usa
2004-12-14
1
-0
/
+4
*
* ext/openssl/ossl.c (ossl_raise): avoid buffer overrun. [ruby-dev:25187]
gotoyuzo
2004-12-14
1
-0
/
+5
*
* gc.c (stack_end_address): new function to obtain stack end address.
akr
2004-12-13
1
-0
/
+12
*
* lib/pathname.rb (cleanpath_aggressive): make it private.
akr
2004-12-12
1
-0
/
+6
*
backported from CVS_HEAD
seki
2004-12-12
1
-0
/
+4
*
Don't show r/w accessor flags if none were specified for custom attributes
dave
2004-12-12
1
-0
/
+5
*
Never exclude files given on command line
dave
2004-12-12
1
-0
/
+5
*
add DRbRemoteError. [ruby-list:40348], [ruby-list:40390]
seki
2004-12-11
1
-0
/
+9
*
* eval.c (run_trap_eval): prototype; avoid VC++ warnings.
usa
2004-12-11
1
-0
/
+8
*
* io.c (io_reopen): [ruby-dev:25150]
matz
2004-12-10
1
-0
/
+4
*
* ext/socket/socket.c (sock_listen): get OpenFile just before calling
nobu
2004-12-09
1
-0
/
+5
*
Port socket library to VMS.
akiyoshi
2004-12-09
1
-0
/
+4
*
* ext/sdbm/init.c (GetDBM): typo.
usa
2004-12-09
1
-0
/
+4
*
change path of vms.h
akiyoshi
2004-12-09
1
-0
/
+7
*
* string.c (rb_str_inspect): escape # which starts an expression
nobu
2004-12-09
1
-6
/
+13
*
* ext/dbm/dbm.c (fdbm_select): [ruby-dev:25132]
matz
2004-12-09
1
-0
/
+8
*
* ext/tcltklib/tcltklib.c (ip_init): set root-win title to "ruby" when
nagai
2004-12-08
1
-0
/
+49
*
Fix CSS typo that meant h2 headings were invisible
dave
2004-12-08
1
-0
/
+5
*
* lib/rss, test/rss, sample/rss: backported from CVS HEAD.
kou
2004-12-08
1
-0
/
+4
*
* io.c (io_fwrite): change dereference for cosmetic reason.
matz
2004-12-08
1
-9
/
+6
*
io.c (io_fwrite) : fix offset incrementation for VMS and Human68k.
akiyoshi
2004-12-07
1
-0
/
+4
*
* process.c (proc_setgroups): [ruby-dev:25081]
matz
2004-12-06
1
-0
/
+49
*
* rubysig.h (TRAP_BEG, TRAP_END): safe errno around CHECK_INTS.
nobu
2004-12-06
1
-1
/
+6
*
1.8 doesn't have String#clear
dave
2004-12-06
1
-0
/
+5
*
* ext/openssl/ossl_pkey_rsa.c (ossl_rsa_public_encrypt,
gotoyuzo
2004-12-05
1
-1
/
+14
[next]