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
*
* ext/stringio/stringio.c (strio_read): set EOF flag at short read.
nobu
2003-12-10
1
-0
/
+5
*
* lib/erb.rb: new method ERB#filename(=). [ruby-dev:22208]
aamine
2003-12-10
1
-0
/
+4
*
* ext/stringio/stringio.c (strio_read): do not set EOF flag when
nobu
2003-12-10
1
-2
/
+7
*
* io.c (read_all): should return given string even if data read is
matz
2003-12-10
1
-0
/
+5
*
* ext/stringio/stringio.c (strio_read): adjust behavior at reading
nobu
2003-12-10
1
-6
/
+17
*
* ChangeLog: fix comments.
eban
2003-12-10
1
-15
/
+16
*
* test/monitor/test_monitor.rb (test_cond): use Queue#deq
shugo
2003-12-10
1
-0
/
+5
*
* ext/pty/pty.c (HAVE_SYS_IOCTL_H): already defined at config.h, so
usa
2003-12-10
1
-0
/
+8
*
* win32/win32.h: define execv() using do_aspawn().
eban
2003-12-10
1
-0
/
+6
*
* overrided instance methods, which are private methods on the super
nagai
2003-12-09
1
-0
/
+11
*
make case insensitive for host-part.
akira
2003-12-09
1
-0
/
+8
*
io.c (rb_io_check_writable): don't call io_seek if EOF flag is set,
akr
2003-12-09
1
-2
/
+4
*
* io.c (rb_io_check_readable): Don't clear EOF flag by io_seek.
akr
2003-12-09
1
-0
/
+4
*
* new sample script
nagai
2003-12-08
1
-0
/
+4
*
* lib/test/unit/assertions.rb: renamed #assert_raises to #assert_raise
ntalbott
2003-12-08
1
-0
/
+7
*
* lib/soap/rpc/standaloneServer.rb: add 'shutdown' and 'status'
nahi
2003-12-08
1
-0
/
+10
*
* lib/test/unit/autorunner.rb: remove dependency to a particular
nobu
2003-12-08
1
-0
/
+13
*
* ext/syck/syck.c (syck_io_str_read): get rid of buffer overflow.
nobu
2003-12-08
1
-0
/
+4
*
* lib/uri/common.rb: new method URI.regexp. [ruby-dev:22121]
aamine
2003-12-08
1
-0
/
+6
*
* pack.c: define swap16 and swap32 only if they are not
matz
2003-12-08
1
-0
/
+5
*
sort aliases.
akr
2003-12-07
1
-2
/
+2
*
* ext/iconv/iconv.c (map_charset): make case sensitive.
akr
2003-12-07
1
-0
/
+6
*
* ext/openssl/ossl_ssl.c (ossl_start_ssl): new function to wrap
gotoyuzo
2003-12-06
1
-0
/
+12
*
* io.c (flush_before_seek): flush before seek on any platform.
eban
2003-12-06
1
-0
/
+6
*
* lib/soap/soap.rb(SOAP::Env.getenv): allow upcase environment variable
nahi
2003-12-06
1
-0
/
+7
*
typo.
nobu
2003-12-05
1
-1
/
+1
*
* lib/test/unit/assertions.rb (Test::Unit::Assertions::assert_raises,
nobu
2003-12-05
1
-0
/
+12
*
* lib/soap/netHttpClient.rb: proxy support did not work. fixed.
nahi
2003-12-05
1
-0
/
+14
*
* eval.c (rb_exec_end_proc): maintain tmp_end_procs.
matz
2003-12-05
1
-0
/
+5
*
* eval.c (rb_exec_end_proc): should not clear end_procs and
matz
2003-12-05
1
-0
/
+10
*
* test/ruby/test_pipe.rb: use IO.pipe instead of IO.popen.
akr
2003-12-05
1
-0
/
+4
*
* ext/stringio/stringio.c (strio_read): follow IO#read.
nobu
2003-12-05
1
-1
/
+8
*
* dln.c (aix_loaderror): should not use member named 'errno' which
matz
2003-12-04
1
-0
/
+15
*
* lib/test/unit/assertions.rb (Test::Unit::Assertions::assert_raises):
nobu
2003-12-04
1
-0
/
+8
*
* lib/drb/drb.rb (DRb::DRbMessage::send_request, send_reply):
nobu
2003-12-04
1
-0
/
+6
*
* parse.y (exc_list): allow expanding list. [ruby-dev:22134]
nobu
2003-12-04
1
-1
/
+5
*
* test/fileutils/test_fileutils.rb (test_cp): test if the error is kind of Sy...
aamine
2003-12-04
1
-0
/
+6
*
mail address consistency.
nobu
2003-12-04
1
-4
/
+4
*
* lib/monitor.rb: use Object#__send__ instead of Object#send.
shugo
2003-12-04
1
-0
/
+4
*
* lib/soap/streamHandler.rb: support latest released version of
nahi
2003-12-04
1
-0
/
+5
*
* lib/soap/soap.rb: add SOAP::Env module for environment repository
nahi
2003-12-04
1
-0
/
+20
*
* ext/dl/sym.c (rb_dlsym_guardcall): __declspec(noinline) is VC7
usa
2003-12-04
1
-0
/
+5
*
* lib/net/http.rb: update hyperlink to the Japanese document.
aamine
2003-12-04
1
-0
/
+4
*
[ruby-core:01881]
gotoyuzo
2003-12-04
1
-1
/
+1
*
* ext/openssl/ossl_asn1.c (asn1time_to_time): should check that
gotoyuzo
2003-12-04
1
-0
/
+5
*
* lib/webrick/server.rb (GenericServer#start): should rescue
gotoyuzo
2003-12-04
1
-0
/
+11
*
* lib/pathname.rb (Pathname#link, Pathname#symlink): obsoleted.
akr
2003-12-03
1
-0
/
+5
*
* io.c (argf_read): should not terminate on empty string; wait
matz
2003-12-03
1
-0
/
+8
*
correct fcntl parameer
seki
2003-12-03
1
-0
/
+4
*
* configure.in (AC_PROG_YACC): AC_DEFINE(OLD_YACC) if Yacc is found
matz
2003-12-03
1
-0
/
+11
[next]