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/webrick/httputils.rb (parse_form_data): should return an
gotoyuzo
2003-12-18
1
-0
/
+5
*
* eval.c (stack_extend): ignore inline optimization on VC7.
usa
2003-12-18
1
-0
/
+14
*
* dir.c (fnmatch): unlike find_dirsep(), rb_path_next() never
nobu
2003-12-18
1
-1
/
+6
*
* lib/ipaddr.rb (IPSocket::getaddress): merge usa's patch.
eban
2003-12-18
1
-0
/
+5
*
* lib/cgi.rb (CGI::QueryExtension::Value::[]): should work like
matz
2003-12-17
1
-0
/
+18
*
introduce some new methods
aamine
2003-12-16
1
-0
/
+15
*
* lib/pp.rb: don't use local variable `pp'.
akr
2003-12-16
1
-0
/
+6
*
* condition bug of if statement on {pack,grid}_propagate methods
nagai
2003-12-16
1
-0
/
+5
*
* lib/yaml/rubytypes.rb: comments in strings. [ruby-talk:88012]
why
2003-12-15
1
-0
/
+6
*
* eval.c (catch_timer): check rb_thread_crtical in main native
nobu
2003-12-15
1
-0
/
+9
*
* file.c: renamed and externalized rb_path_next,
nobu
2003-12-15
1
-3
/
+3
*
commit miss
nobu
2003-12-15
1
-1
/
+1
*
* dir.c (check_dirname): check string safety and remove extraneous
nobu
2003-12-15
1
-0
/
+11
*
* ext/openssl/ossl_pkcs12.c (ossl_pkcs12_initialize): first argument
usa
2003-12-15
1
-0
/
+5
*
* ext/socket/socket.c (Init_socket): IPv6 is not supported although
eban
2003-12-14
1
-0
/
+8
*
* ext/iconv/charset_alias.rb: preserve original order.
nobu
2003-12-13
1
-0
/
+6
*
* eval.c (thread_timer): use timer by sub-thread and nanosleep.
matz
2003-12-13
1
-0
/
+7
*
* eval.c (proc_alloc): cache the created object at first time.
nobu
2003-12-13
1
-0
/
+5
*
* configure.in: check ucontext.h.
nobu
2003-12-13
1
-0
/
+7
*
* lib/yaml/rubytypes.rb: anonymous struct fix. [ruby-core:01946]
why
2003-12-12
1
-0
/
+6
*
* lib/csv.rb: add Cell#to_str and Cell#to_s for /.../ =~ aCell,
nahi
2003-12-12
1
-0
/
+7
*
* lib/fileutils.rb (mkdir): remove trailing `/' from pathes.
aamine
2003-12-12
1
-0
/
+11
*
* eval.c (proc_invoke): fix class name in warning message for
nobu
2003-12-11
1
-0
/
+5
*
untypo
gotoyuzo
2003-12-11
1
-1
/
+1
*
* ext/openssl/ossl_pkcs12.[ch]: new files. add OpenSSL::PKCS12.
gotoyuzo
2003-12-11
1
-0
/
+8
*
* lib/fileutils.rb (mkdir_p): remove trailing `/' befere mkdir(2). mkdir("no...
aamine
2003-12-11
1
-0
/
+7
*
* lib/ftools.rb (makedirs): sync with fileutils.
eban
2003-12-11
1
-0
/
+4
*
catch all SystemCallErrors.
aamine
2003-12-11
1
-0
/
+5
*
* lib/fileutils.rb (mkdir_p): check if it is a directory after mkdir(2) inste...
aamine
2003-12-11
1
-0
/
+7
*
* lib/fileutils.rb: def m( arg ) -> def m(arg).
aamine
2003-12-11
1
-0
/
+4
*
* configure.in (ieeefp.h), numeric.c: needed for finite() on
nobu
2003-12-11
1
-0
/
+44
*
* 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
[next]