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
*
synchronized with date2 3.3.2.
tadf
2003-05-04
1
-0
/
+4
*
* lib/net/smtp.rb: ESMTP -> SMTP transition wrongly fails.
aamine
2003-05-04
1
-0
/
+4
*
* lib/net/pop.rb: APOP did not work. [ruby-dev:20149]
aamine
2003-05-04
1
-0
/
+4
*
* class.c (rb_class_protected_instance_methods): now gives
matz
2003-05-02
1
-0
/
+8
*
* lib/net/protocol.rb: reintroduce Protocol.protocol_param.
aamine
2003-05-02
1
-0
/
+10
*
* lib/net/protocol.rb: remove Protocol class.
aamine
2003-05-02
1
-0
/
+25
*
* compar.c (cmp_gt): raises ArgumentError when "<=>" give nil.
matz
2003-05-02
1
-0
/
+5
*
* lib/cgi/session.rb (CGI::Session::initialize): updated to
matz
2003-05-02
1
-0
/
+5
*
* class.c (method_list): classify methods based on nearest
matz
2003-05-02
1
-0
/
+8
*
* string.c (rb_str_ljust): now takes optional argument to specify
matz
2003-05-02
1
-0
/
+25
*
* lib/fileutils.rb: use hashes to pass options.
aamine
2003-05-02
1
-0
/
+8
*
* regex.c (re_match_exec): $ _always_ matches at the end of string.
matz
2003-05-01
1
-0
/
+4
*
* net/imap.rb: support THREAD extension.
shugo
2003-04-30
1
-0
/
+4
*
* string.c (rb_str_to_i): disallow negative radix.
nobu
2003-04-27
1
-0
/
+5
*
* parse.y (open_args): warning message changed to "don't put space
matz
2003-04-26
1
-0
/
+9
*
* wince/ : files removed.
uema2
2003-04-26
1
-0
/
+34
*
* gc.c: STACK_LEVEL_MAX=65535 on mswince.
uema2
2003-04-25
1
-0
/
+4
*
* io.c (argf_read): read should not span two files. [ruby-dev:20073]
matz
2003-04-25
1
-0
/
+4
*
* eval.c (splat_value): split splat_value() and avalue_splat().
matz
2003-04-25
1
-0
/
+7
*
* eval.c (proc_invoke): Proc#yield should pass through retry and
matz
2003-04-25
1
-3
/
+17
*
Matrix used range.size, which no longer exists
dave
2003-04-24
1
-0
/
+5
*
Re-expose Complex.new as .new! (Kernel#Complex needs to call _something_ :)
dave
2003-04-24
1
-1
/
+4
*
Fix method name typo in Matrix.row_vector
dave
2003-04-24
1
-0
/
+4
*
* ext/extmk.rb: add -Wl,--no-undefined to LDSHARED only
eban
2003-04-24
1
-0
/
+5
*
* lib/ipaddr.rb (include?): Support non-IPAddr parameters by Dave Thomas. [r...
nobu
2003-04-24
1
-0
/
+5
*
* lib/cgi.rb (CGI::QueryExtension::[]): always return Value
matz
2003-04-23
1
-1
/
+7
*
* ext/zlib/extconf.rb: bccwin32 is win32 too.
nobu
2003-04-22
1
-0
/
+4
*
* ruby.c: don't call VirtualQuery in ruby_init_loadpath()
uema2
2003-04-22
1
-0
/
+5
*
* marshal.c (save_mantissa, load_mantissa): for interoperability
nobu
2003-04-22
1
-0
/
+5
*
* parse.y (arg_ambiguous): hopefully better message.
matz
2003-04-22
1
-0
/
+6
*
* lib/resolv.rb (Resolv::DNS::Resource#hash): use XOR to accumulate
akr
2003-04-21
1
-0
/
+9
*
* marshal.c: one more digit for decimal point. [ruby-talk:69808]
nobu
2003-04-21
1
-0
/
+4
*
* numeric.c (flo_is_finite_p): use finite() if available.
nobu
2003-04-21
1
-0
/
+10
*
* bignum.c (rb_cstr_to_inum): unnecessarily long buffer was used
nobu
2003-04-21
1
-0
/
+5
*
* parse.y (block_append, value_expr0, assign_in_cond,
nobu
2003-04-21
1
-0
/
+6
*
* gc.c (rb_gc): use rb_gc_mark_maybe() to mark registered C
matz
2003-04-21
1
-0
/
+6
*
* sample/test.rb: avoid the MSVCRT *printf problem(float).
eban
2003-04-20
1
-0
/
+5
*
* marshal.c (w_float): append least mantissa bits to get rid
nobu
2003-04-20
1
-0
/
+7
*
* win32/win32.c (NtInitialize): set the floating-point control word
eban
2003-04-20
1
-0
/
+8
*
modify typo.
aamine
2003-04-20
1
-1
/
+1
*
* parse.y (void_expr0): node might become NULL after calling remove_begin().
eban
2003-04-19
1
-0
/
+5
*
* ext/Setup*: Add zlib and remove bogus and obsolete entries.
knu
2003-04-19
1
-0
/
+4
*
* struct.c (rb_struct_eql): should compare values with "eql?".
matz
2003-04-18
1
-2
/
+16
*
* error.c (rb_raise): workaround for some implementation of
usa
2003-04-18
1
-0
/
+5
*
* util.c (ruby_strtod): improved conversion accuracy.
nobu
2003-04-17
1
-0
/
+4
*
* ext/dbm/dbm.c (each_pair): add prototype to avoid VC++ warnings.
usa
2003-04-17
1
-0
/
+7
*
* parse.y (cond0): warn only range literals whose both side are
nobu
2003-04-17
1
-0
/
+5
*
* ext/readline/readline.c: add the defined operator for bcc32.
eban
2003-04-17
1
-0
/
+4
*
* misc/ruby-mode.el (ruby-special-char-p): should test at the
nobu
2003-04-15
1
-0
/
+6
*
* lib/net/fileutils.rb: rm_r should raise Errno::ENOENT if file not exist. [r...
aamine
2003-04-15
1
-0
/
+5
[next]