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
...
*
* io.c (io_write): must check returned value from fwrite() before
nobu
2002-10-08
2
-6
/
+9
*
* lib/prettyprint.rb (PrettyPrint.singleline_format): new method.
akr
2002-10-08
3
-4
/
+57
*
2002-10-07
eban
2002-10-07
1
-2
/
+2
*
* bignum.c (bigdivrem): bignum zero's len should not be 0.
matz
2002-10-07
2
-2
/
+6
*
* bignum.c (bigdivmod): wrong condition check for Bignum zero.
matz
2002-10-07
2
-1
/
+8
*
Fixed error messages and descriptions.
ttate
2002-10-07
2
-5
/
+5
*
2002-10-06
nobu
2002-10-06
1
-2
/
+2
*
* eval.c (rb_load): should not pass block to the loaded file.
aamine
2002-10-05
2
-0
/
+7
*
* bignum.c (rb_big_rshift): num should be initialized by carry
matz
2002-10-04
3
-2
/
+13
*
* eval.c (rb_thread_interrupt, rb_thread_signal_raise): no need to
nobu
2002-10-04
2
-6
/
+19
*
updated uri.rb and uri/*.rb to uri-0.9.7
akira
2002-10-04
5
-37
/
+76
*
* configure.in: use rb_cv_prog_gnu_ld on FreeBSD.
eban
2002-10-04
1
-2
/
+2
*
* configure.in (RUBY_PROG_GNU_LD): check whether the linker is GNU ld.
eban
2002-10-04
4
-3
/
+26
*
* gc.c (Init_stack): prefer address of argument rather than local
nobu
2002-10-03
2
-4
/
+5
*
* bcc32/mkexports.rb: to work on cygwin via telnet.
nobu
2002-10-03
6
-21
/
+91
*
use Object#class instead of deprecated Object#type.
nobu
2002-10-02
22
-93
/
+91
*
ditto.
nobu
2002-10-02
1
-1
/
+1
*
(_o_)
nobu
2002-10-02
1
-1
/
+1
*
* lib/delegate.rb (Delegator::initialize): use Object#class
nobu
2002-10-02
2
-3
/
+8
*
* configure.in (RUBY_CHECK_IO_NEED_FLUSH): check whether fflush()
nobu
2002-10-02
4
-9
/
+108
*
Improve the description.
ttate
2002-10-02
1
-6
/
+5
*
* io.c (rb_io_wait_readable): handle retryable errors.
nobu
2002-10-02
5
-66
/
+90
*
* commit miss; and tcltklib fix too.
matz
2002-10-02
8
-24
/
+59
*
* gc.c (gc_sweep): free unused heap page to reduce process size if
matz
2002-10-02
1
-0
/
+7
*
* configure.in: set ac_cv_func_setitimer to "no" on Cygwin.
eban
2002-10-02
2
-1
/
+7
*
2002-10-02
nobu
2002-10-01
1
-2
/
+2
*
* ext/socket/socket.c (init_sock): no need for special finalizer,
nobu
2002-10-01
4
-44
/
+9
*
* range.c (range_check): need no Fixnum check.
matz
2002-10-01
2
-1
/
+28
*
* range.c (range_check): need no Fixnum check.
matz
2002-09-30
2
-4
/
+6
*
2002-09-30
nobu
2002-09-30
2
-3
/
+4
*
* io.c (rb_io_inspect): not need to raise IOError for closed stream. [ruby-t...
nobu
2002-09-30
2
-2
/
+6
*
2002-09-29
nobu
2002-09-29
1
-2
/
+2
*
* win32/win32.c (rb_w32_open_osfhandle): adjust
nobu
2002-09-29
3
-137
/
+136
*
* win32/win32.c (is_socket, rb_w32_select, rb_w32_accept, rb_w32_bind,
usa
2002-09-28
2
-85
/
+142
*
2002-09-28
eban
2002-09-28
1
-2
/
+2
*
* keywords: add braces around initializers.
nobu
2002-09-28
3
-80
/
+84
*
* hash.c (rb_hash_become): should check self-assignment after
nobu
2002-09-28
2
-1
/
+6
*
* hash.c (rb_hash_become): Hash#become should check added
matz
2002-09-28
3
-1
/
+15
*
* ext/extmk.rb: The condition judgment without necessity was deleted.
H_Konishi
2002-09-28
2
-1
/
+5
*
Update.
knu
2002-09-27
4
-10
/
+37
*
Update the MANIFEST files.
knu
2002-09-27
4
-0
/
+12
*
2002-09-27
knu
2002-09-27
1
-2
/
+2
*
* eval.c (rb_thread_deadlock, rb_thread_schedule, rb_thread_join): more verbo...
nobu
2002-09-27
2
-7
/
+30
*
* eval.c (rb_eval): Class#inherited should be called after the
matz
2002-09-27
3
-5
/
+12
*
Add a knob WITH_BUNDLED_ENGINES to test.sh.
knu
2002-09-26
1
-2
/
+8
*
* ext/digest/sha1: Use OpenSSL's SHA1 engine if available. It is
knu
2002-09-26
6
-5
/
+84
*
* ext/digest/rmd160: Use OpenSSL's RMD160 engine if available. It
knu
2002-09-26
6
-5
/
+88
*
* ext/digest/md5: Use OpenSSL's MD5 engine if available. It is
knu
2002-09-26
6
-4
/
+63
*
* ext/digest/digest.c (rb_digest_base_s_digest): Fix a double
knu
2002-09-26
2
-5
/
+10
*
* regex.c (re_match): p1 may exceed pend limit.
matz
2002-09-26
4
-9
/
+5
[prev]
[next]