summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2003-06-03* eval.c (rb_call_super): inheritance line adjustment moved frommatz
2003-06-02* array.c (push_values_at): Array#values_at should work withmatz
2003-06-01context.rb typo, thank rubikichi-sankeiju
2003-05-30* ext/syck/rubyext.c (rb_syck_mktime): seconds calculated wrong.why
2003-05-30remove conflictnobu
2003-05-30* io.c (rb_f_syscall): type dispatch should be based onmatz
2003-05-30* eval.c (rb_Array): exclude Kernel#to_a instead of Object#to_a.nobu
2003-05-29backoutnobu
2003-05-29* eval.c (ev_const_defined, ev_const_get), variable.cnobu
2003-05-26* lib/mkmf.rb, lib/optparse.rb, lib/tracer.rb: use Method#to_blocknobu
2003-05-26* lib/optparse.rb (OptionParser::Switch::parse,nobu
2003-05-24* lib/net/smtp.rb: support LOGIN authentication. The patch is contributed by...aamine
2003-05-22* lib/token.c: single- and double-quoted root-level fix.why
2003-05-22* object.c (rb_obj_clone): defer copying freezing state aftermatz
2003-05-22* ext/syck/rubyext.c (rb_syck_err_handler): raise ArgumentError onwhy
2003-05-22* ext/syck/rubyext.c (syck_parser_load): root-level false was returningwhy
2003-05-21* error.c (syserr_initialize): prohibit specifying errno formatz
2003-05-21* lib/optparse.rb: get rid of warnings.nobu
2003-05-18use warn() instead of $stderr.puts().tadf
2003-05-18use $deferr instead of $stderr.tadf
2003-05-16* lib/rational.rb (Integer::denominator): fixed typo. (ruby-bugs-ja:PR#466)nobu
2003-05-15* lib/open-uri.rb (OpenURI::Redirect#initialize): call super toakr
2003-05-14* ext/syck/gram.c: sequence-in-map shortcut, transfer methods onwhy
2003-05-14* regex.c (re_match_exec): \Z changed to be consistent with new $matz
2003-05-14* lib/net/http.rb (Net::HTTP#start): should check whether HTTP session is ope...aamine
2003-05-14* lib/net/http.rb: reduce warning. (ruby-bugs-ja:PR#462)aamine
2003-05-13* lib/yaml/rubytypes.rb, lib/yaml/types.rb: using Object#object_idwhy
2003-05-13* lib/yaml/rubytypes.rb: object and struct loadingwhy
2003-05-11* ext/syck/implicit.c, ext/syck/rubyext.c: transfer methods applied to native...why
2003-05-11* lib/pp.rb: refine to_s test.akr
2003-05-10* lib/pp.rb (PP::ObjectMixin#pretty_print): refine to_s handling.akr
2003-05-10* ext/syck/gram.c ext/syck/handler.c ext/syck/implicit.cwhy
2003-05-10lib/yaml/ypath.rb: escape '['.eban
2003-05-10* net/imap.rb: use DataFormatError in u16tou8/u8tou16.shugo
2003-05-10* lib/net/imap.rb (decode_utf7): new method.shugo
2003-05-09Initial checkin of YAML substances.why
2003-05-06* lib/net/pop.rb: rename method: POP3#mail_size -> n_mailsaamine
2003-05-05* sample/test.rb: substitute 'select' with 'values_at'.eban
2003-05-04synchronized with date2 3.3.2.tadf
2003-05-04* lib/net/smtp.rb: ESMTP -> SMTP transition wrongly fails.aamine
2003-05-04* lib/net/pop.rb: APOP did not work. [ruby-dev:20149]aamine
2003-05-02* class.c (rb_class_protected_instance_methods): now givesmatz
2003-05-02* lib/net/protocol.rb: reintroduce Protocol.protocol_param.aamine
2003-05-02* lib/net/protocol.rb: remove Protocol class.aamine
2003-05-02* lib/cgi/session.rb (CGI::Session::initialize): updated tomatz
2003-05-02* string.c (rb_str_ljust): now takes optional argument to specifymatz
2003-05-02* lib/fileutils.rb: use hashes to pass options.aamine
2003-04-30* net/imap.rb: support THREAD extension.shugo
2003-04-24Matrix used range.size, which no longer existsdave
2003-04-24Re-expose Complex.new as .new! (Kernel#Complex needs to call _something_ :)dave