aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * ext/syck/gram.c: sequence-in-map shortcut, transfer methods onwhy2003-05-141-0/+9
* * ext/syck/rubyext.c: add prototypes to avoid VC++ warnings.usa2003-05-141-1/+5
* * regex.c (re_match_exec): \Z changed to be consistent with new $matz2003-05-141-0/+5
* * lib/net/http.rb (Net::HTTP#start): should check whether HTTP session is ope...aamine2003-05-141-0/+5
* * lib/net/http.rb: reduce warning. (ruby-bugs-ja:PR#462)aamine2003-05-141-20/+24
* * lib/yaml/rubytypes.rb, lib/yaml/types.rb: using Object#object_idwhy2003-05-131-0/+43
* * ext/syck/handler.c: add proper casts.eban2003-05-131-0/+4
* * configure.in: add '--Wl,--enable-auto-import' to DLDFLAGSeban2003-05-131-0/+7
* * configure.in, bcc32/Makefile.sub, win32/Makefile.sub: defineusa2003-05-131-0/+7
* * eval.c (error_pos): use $deferr for output instead of stderrmatz2003-05-131-0/+21
* * lib/pp.rb: refine to_s test.akr2003-05-111-1/+3
* * lib/pp.rb (PP::ObjectMixin#pretty_print): refine to_s handling.akr2003-05-101-0/+4
* Sat May 10 19:01:00 2003 Takaaki Uematsu <uema2x@jcom.home.ne.jp>uema22003-05-101-0/+6
* * lib/net/imap.rb (decode_utf7): new method.shugo2003-05-101-0/+6
* * io.c (rb_io_reopen): It should be possible to reopen closed IO.matz2003-05-091-0/+7
* * gc.c (rb_gc): check odd alignment stack on m68k machines.matz2003-05-081-3/+6
* * compar.c (rb_cmperr): raise comparison failure.nobu2003-05-081-2/+10
* * numeric.c (int_upto, int_downto): should fail unless thenobu2003-05-071-0/+5
* * numeric.c (num_step): remove epsilon; add margin of 0.5, to makematz2003-05-061-3/+5
* * lib/net/pop.rb: rename method: POP3#mail_size -> n_mailsaamine2003-05-061-0/+6
* * ext/bigdecimal/.cvsignore: new file.aamine2003-05-061-0/+6
* * object.c (rb_obj_methods): list singleton methods if recurmatz2003-05-061-2/+28
* use values_at instead of select.tadf2003-05-051-0/+6
* * sample/test.rb: substitute 'select' with 'values_at'.eban2003-05-051-0/+8
* * array.c (rb_ary_values_at): new method to replace select(index..).matz2003-05-041-2/+27
* synchronized with date2 3.3.2.tadf2003-05-041-0/+4
* * lib/net/smtp.rb: ESMTP -> SMTP transition wrongly fails.aamine2003-05-041-0/+4
* * lib/net/pop.rb: APOP did not work. [ruby-dev:20149]aamine2003-05-041-0/+4
* * class.c (rb_class_protected_instance_methods): now givesmatz2003-05-021-0/+8
* * lib/net/protocol.rb: reintroduce Protocol.protocol_param.aamine2003-05-021-0/+10
* * lib/net/protocol.rb: remove Protocol class.aamine2003-05-021-0/+25
* * compar.c (cmp_gt): raises ArgumentError when "<=>" give nil.matz2003-05-021-0/+5
* * lib/cgi/session.rb (CGI::Session::initialize): updated tomatz2003-05-021-0/+5
* * class.c (method_list): classify methods based on nearestmatz2003-05-021-0/+8
* * string.c (rb_str_ljust): now takes optional argument to specifymatz2003-05-021-0/+25
* * lib/fileutils.rb: use hashes to pass options.aamine2003-05-021-0/+8
* * regex.c (re_match_exec): $ _always_ matches at the end of string.matz2003-05-011-0/+4
* * net/imap.rb: support THREAD extension.shugo2003-04-301-0/+4
* * string.c (rb_str_to_i): disallow negative radix.nobu2003-04-271-0/+5
* * parse.y (open_args): warning message changed to "don't put spacematz2003-04-261-0/+9
* * wince/ : files removed.uema22003-04-261-0/+34
* * gc.c: STACK_LEVEL_MAX=65535 on mswince.uema22003-04-251-0/+4
* * io.c (argf_read): read should not span two files. [ruby-dev:20073]matz2003-04-251-0/+4
* * eval.c (splat_value): split splat_value() and avalue_splat().matz2003-04-251-0/+7
* * eval.c (proc_invoke): Proc#yield should pass through retry andmatz2003-04-251-3/+17
* Matrix used range.size, which no longer existsdave2003-04-241-0/+5
* Re-expose Complex.new as .new! (Kernel#Complex needs to call _something_ :)dave2003-04-241-1/+4
* Fix method name typo in Matrix.row_vectordave2003-04-241-0/+4
* * ext/extmk.rb: add -Wl,--no-undefined to LDSHARED onlyeban2003-04-241-0/+5
* * lib/ipaddr.rb (include?): Support non-IPAddr parameters by Dave Thomas. [r...nobu2003-04-241-0/+5