aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * ext/tcltklib/tcltklib.c: compile error on bcc32 [ruby-dev:24081]nagai2004-08-293-2/+10
* 2004-08-28eban2004-08-281-3/+3
* * bignum.c (rb_big_and): protect parameters from GC.matz2004-08-287-16/+80
* * ext/stringio/stringio.c (Init_stringio): add StringIO#readpartial asakr2004-08-272-0/+6
* 2004-08-27nobu2004-08-271-3/+3
* * process.c (rb_proc_exec): strip trailing spaces. [ruby-dev:24143]nobu2004-08-273-9/+44
* 2004-08-26nobu2004-08-261-3/+3
* Must learn how to transpose words in Emacs. Sorry...dave2004-08-251-1/+1
* Minor fix to error messagedave2004-08-253-3/+7
* 2004-08-25eban2004-08-251-3/+3
* * eval.c (rb_longjmp): Exception#to_str is no longer defined.nobu2004-08-252-2/+6
* * lib/cgi/session.rb (CGI::Session::FileStore#initialize): do notshugo2004-08-243-17/+17
* * lib/cgi/session.rb (CGI::Session::FileStore#initialize): untaintshugo2004-08-242-1/+6
* 2004-08-24usa2004-08-241-3/+3
* * ext/openssl/ossl_x509attr.c (ossl_x509attr_initialize): d2igotoyuzo2004-08-234-6/+16
* 2004-08-23usa2004-08-231-3/+3
* * lib/resolv.rb (Config.default_config_hash): when multiple domainsusa2004-08-232-1/+6
* * ext/openssl/ossl_ssl.c (ossl_ssl_read):gotoyuzo2004-08-223-23/+43
* 2004-08-22eban2004-08-211-3/+3
* * lib/webrick/httpproxy.rb (WEBrick::HTTPProxyServer#proxy_connect):gotoyuzo2004-08-212-0/+8
* 2004-08-21eban2004-08-211-3/+3
* * ext/tcltklib/extconf.rb (find_tcl, find_tk): find stub library.nobu2004-08-203-8/+29
* * io.c (rb_io_check_writable): no need to check read buffer ifusa2004-08-202-1/+6
* 2004-08-20eban2004-08-201-3/+3
* * ext/zlib/zlib.c: GzipReader#ungetc caused crc error.katsu2004-08-202-17/+24
* * ext/tk/lib/tk.rb: Fail to treat a hash value of 'font' option.nagai2004-08-193-2/+13
* * dir.c (free_dir): fix memory leak. reported by yamamotomatz2004-08-195-9/+87
* * wince/Makefile.sub (LIBS): need to link ceshell library for SH*usa2004-08-192-1/+4
* * configure.in, win32/Makefile.sub (LIBS): need to link shell32usa2004-08-193-2/+7
* 2004-08-19usa2004-08-191-3/+3
* * lib/yaml/rubytypes.rb: whoops. bad require for 'yaml/compat'. sorry.why2004-08-181-1/+0
* * lib/yaml/baseemitter.rb: folding now handles double-quoted strings,why2004-08-184-21/+39
* * lib/net/protocol.rb (rbuf_fill): OpenSSL::SSLSocket has its own buffer, sel...aamine2004-08-182-4/+8
* * ext/tcltklib/stubs.c (ruby_tcltk_stubs): need to calleban2004-08-182-2/+14
* 2004-08-18eban2004-08-181-3/+3
* * eval.c (rb_obj_instance_eval): evaluates under special singletonnobu2004-08-182-8/+6
* * win32/win32.c (init_env): initialize HOME and USER environmentnobu2004-08-182-15/+67
* * io.c (rb_io_reopen): should clear allocated OpenFile. pointedmatz2004-08-176-8/+66
* 2004-08-17ocean2004-08-171-3/+3
* Sorry, this might not be typo... "memoize" came from Schema?ocean2004-08-171-1/+1
* Get RDoc::usage playing better with OptionParserdave2004-08-164-8/+22
* check constants (Fcntl::F_SETFL, Fcntl::F_GETFL and Fcntl::O_NONBLOCK)akr2004-08-161-5/+4
* rescue NotImplementedError by fcntl.akr2004-08-161-1/+5
* 2004-08-15eban2004-08-151-3/+3
* * rdoc/markup/simple_markup/to_flow.rb: typo fix(CGI -> cgi).eban2004-08-151-1/+1
* 2004-08-14ocean2004-08-141-3/+3
* Add Ri environment variable supportdave2004-08-131-30/+14
* Add "usage" interfacedave2004-08-134-5/+14
* Commit missdave2004-08-131-0/+220
* * ext/syck/token.c: re2c no longer compiled with bit vectors. causedwhy2004-08-134-1973/+3828