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
...
*
2004-08-30
eban
2004-08-30
1
-3
/
+3
*
* configure.in (GNU/k*BSD): fixed FTBFS on GNU/k*BSD. [ruby-dev:24051]
eban
2004-08-30
2
-13
/
+9
*
2004-08-29
eban
2004-08-29
1
-3
/
+3
*
* ext/tcltklib/tcltklib.c: compile error on bcc32 [ruby-dev:24081]
nagai
2004-08-29
3
-2
/
+10
*
2004-08-28
eban
2004-08-28
1
-3
/
+3
*
* bignum.c (rb_big_and): protect parameters from GC.
matz
2004-08-28
7
-16
/
+80
*
* ext/stringio/stringio.c (Init_stringio): add StringIO#readpartial as
akr
2004-08-27
2
-0
/
+6
*
2004-08-27
nobu
2004-08-27
1
-3
/
+3
*
* process.c (rb_proc_exec): strip trailing spaces. [ruby-dev:24143]
nobu
2004-08-27
3
-9
/
+44
*
2004-08-26
nobu
2004-08-26
1
-3
/
+3
*
Must learn how to transpose words in Emacs. Sorry...
dave
2004-08-25
1
-1
/
+1
*
Minor fix to error message
dave
2004-08-25
3
-3
/
+7
*
2004-08-25
eban
2004-08-25
1
-3
/
+3
*
* eval.c (rb_longjmp): Exception#to_str is no longer defined.
nobu
2004-08-25
2
-2
/
+6
*
* lib/cgi/session.rb (CGI::Session::FileStore#initialize): do not
shugo
2004-08-24
3
-17
/
+17
*
* lib/cgi/session.rb (CGI::Session::FileStore#initialize): untaint
shugo
2004-08-24
2
-1
/
+6
*
2004-08-24
usa
2004-08-24
1
-3
/
+3
*
* ext/openssl/ossl_x509attr.c (ossl_x509attr_initialize): d2i
gotoyuzo
2004-08-23
4
-6
/
+16
*
2004-08-23
usa
2004-08-23
1
-3
/
+3
*
* lib/resolv.rb (Config.default_config_hash): when multiple domains
usa
2004-08-23
2
-1
/
+6
*
* ext/openssl/ossl_ssl.c (ossl_ssl_read):
gotoyuzo
2004-08-22
3
-23
/
+43
*
2004-08-22
eban
2004-08-21
1
-3
/
+3
*
* lib/webrick/httpproxy.rb (WEBrick::HTTPProxyServer#proxy_connect):
gotoyuzo
2004-08-21
2
-0
/
+8
*
2004-08-21
eban
2004-08-21
1
-3
/
+3
*
* ext/tcltklib/extconf.rb (find_tcl, find_tk): find stub library.
nobu
2004-08-20
3
-8
/
+29
*
* io.c (rb_io_check_writable): no need to check read buffer if
usa
2004-08-20
2
-1
/
+6
*
2004-08-20
eban
2004-08-20
1
-3
/
+3
*
* ext/zlib/zlib.c: GzipReader#ungetc caused crc error.
katsu
2004-08-20
2
-17
/
+24
*
* ext/tk/lib/tk.rb: Fail to treat a hash value of 'font' option.
nagai
2004-08-19
3
-2
/
+13
*
* dir.c (free_dir): fix memory leak. reported by yamamoto
matz
2004-08-19
5
-9
/
+87
*
* wince/Makefile.sub (LIBS): need to link ceshell library for SH*
usa
2004-08-19
2
-1
/
+4
*
* configure.in, win32/Makefile.sub (LIBS): need to link shell32
usa
2004-08-19
3
-2
/
+7
*
2004-08-19
usa
2004-08-19
1
-3
/
+3
*
* lib/yaml/rubytypes.rb: whoops. bad require for 'yaml/compat'. sorry.
why
2004-08-18
1
-1
/
+0
*
* lib/yaml/baseemitter.rb: folding now handles double-quoted strings,
why
2004-08-18
4
-21
/
+39
*
* lib/net/protocol.rb (rbuf_fill): OpenSSL::SSLSocket has its own buffer, sel...
aamine
2004-08-18
2
-4
/
+8
*
* ext/tcltklib/stubs.c (ruby_tcltk_stubs): need to call
eban
2004-08-18
2
-2
/
+14
*
2004-08-18
eban
2004-08-18
1
-3
/
+3
*
* eval.c (rb_obj_instance_eval): evaluates under special singleton
nobu
2004-08-18
2
-8
/
+6
*
* win32/win32.c (init_env): initialize HOME and USER environment
nobu
2004-08-18
2
-15
/
+67
*
* io.c (rb_io_reopen): should clear allocated OpenFile. pointed
matz
2004-08-17
6
-8
/
+66
*
2004-08-17
ocean
2004-08-17
1
-3
/
+3
*
Sorry, this might not be typo... "memoize" came from Schema?
ocean
2004-08-17
1
-1
/
+1
*
Get RDoc::usage playing better with OptionParser
dave
2004-08-16
4
-8
/
+22
*
check constants (Fcntl::F_SETFL, Fcntl::F_GETFL and Fcntl::O_NONBLOCK)
akr
2004-08-16
1
-5
/
+4
*
rescue NotImplementedError by fcntl.
akr
2004-08-16
1
-1
/
+5
*
2004-08-15
eban
2004-08-15
1
-3
/
+3
*
* rdoc/markup/simple_markup/to_flow.rb: typo fix(CGI -> cgi).
eban
2004-08-15
1
-1
/
+1
*
2004-08-14
ocean
2004-08-14
1
-3
/
+3
*
Add Ri environment variable support
dave
2004-08-13
1
-30
/
+14
[prev]
[next]