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
*
should raise InvalidComponentError if MAILTO_REGEXP could not match with @opa...
akira
2002-10-20
1
-2
/
+3
*
* parse.y (value_expr0): allow return/break/next/redo/retry in rhs
nobu
2002-10-18
3
-7
/
+40
*
* hash.c, eval.c: Use (*_NSGetEnviron()) instead of environ on
knu
2002-10-17
4
-7
/
+28
*
* win32ole.c(EVENTSINK_Invoke): set pvarResult.
suke
2002-10-17
1
-3
/
+8
*
* marshal.c (w_byten): added; write n bytes from s to arg.
nobu
2002-10-17
2
-30
/
+84
*
2002-10-17
eban
2002-10-17
1
-2
/
+2
*
* object.c (rb_str_to_dbl): RString ptr might be NULL.
matz
2002-10-17
6
-24
/
+60
*
* lib/fileutils.rb: stat.blksize might become 0/nil.
aamine
2002-10-17
1
-0
/
+6
*
* lib/fileutils.rb: stat.blksize might become 0/nil.
aamine
2002-10-17
1
-44
/
+54
*
* sprintf.c (rb_f_sprintf): disallow mixed usage of numbered and
nobu
2002-10-16
2
-15
/
+36
*
2002-10-16
nobu
2002-10-16
1
-2
/
+2
*
* variable.c (rb_global_entry): not add global entry until
nobu
2002-10-16
2
-2
/
+9
*
2002-10-12
nobu
2002-10-12
1
-2
/
+2
*
* win32/win32.c (rb_w32_putc): wrong condition to fill or flush on
nobu
2002-10-12
2
-3
/
+13
*
* win32/win32.c (rb_w32_fclose, rb_w32_close): use closesocket()
nobu
2002-10-10
3
-29
/
+80
*
rename malloc_memories to malloc_increase. [ruby-cvs:05237]
nobu
2002-10-10
1
-5
/
+5
*
use BUITIN_TYPE() rather than TYPE().
nobu
2002-10-10
1
-1
/
+1
*
* gc.c (ruby_xmalloc, ruby_xrealloc): restrict total allocation
nobu
2002-10-10
2
-0
/
+61
*
* ext/tcltklib/stubs.c (ruby_tcltk_stubs): fix memory leak.
eban
2002-10-10
3
-7
/
+13
*
* lib/weakref.rb (WeakRef::@@final): use Hash#delete.
nobu
2002-10-10
2
-11
/
+16
*
* gc.c (gc_sweep): also adjust heaps_limits when free unused heap
nobu
2002-10-09
4
-10
/
+31
*
2002-10-08
eban
2002-10-08
1
-2
/
+2
*
* 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
[next]