summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2003-04-24Fix method name typo in Matrix.row_vectordave
2003-04-24* lib/ipaddr.rb (include?): Support non-IPAddr parameters by Dave Thomas. [r...nobu
2003-04-23* lib/cgi.rb (CGI::QueryExtension::[]): always return Valuematz
2003-04-22fix ERB::DefMethod bugseki
2003-04-22* parse.y (arg_ambiguous): hopefully better message.matz
2003-04-21* lib/resolv.rb (Resolv::DNS::Resource#hash): use XOR to accumulateakr
2003-04-21* gc.c (rb_gc): use rb_gc_mark_maybe() to mark registered Cmatz
2003-04-19* parse.y (void_expr0): node might become NULL after calling remove_begin().eban
2003-04-15* lib/net/fileutils.rb: rm_r should raise Errno::ENOENT if file not exist. [r...aamine
2003-04-12* lib/mkmf.rb (try_func): remove COMMON_HEADERS at first for performance.eban
2003-04-11* lib/benchmark.rb (Benchmark::bm): get rid of warning.nobu
2003-04-10* lib/net/pop.rb: Exception line was accidentaly removed. [ruby-dev:19989]aamine
2003-04-04* eval.c (assign): should prepare mrhs by svalue_to_mrhs().matz
2003-03-31* hash.c (env_reject_bang): untaint key string.matz
2003-03-29* instruby.rb, ext/extmk.rb, lib/benchmark.rb, lib/cgi.rb,akr
2003-03-28Added comment for Net::HTTP.get(arg1, arg2, arg3)gsinclair
2003-03-26backoutnobu
2003-03-24security enhancement of dl library (need test).matz
2003-03-23update NotImplementError to NotImplementedError.matz
2003-03-23* io.c (rb_io_fread): may lose data on nonblocking read.matz
2003-03-23* lib/jcode.rb (tr!, delete!, szueeze!): add empty string checking.eban
2003-03-22* lib/optparse.rb, lib/jcode.rb, ext/tk/lib/tk.rb: reorder characterakr
2003-03-22* lib/uri/common.rb: `[', `]', `-' in chracterakr
2003-03-21* lib/date/format.rb, lib/uri/common.rb: `[', `]', `-' in chracterakr
2003-03-21* regex.c (re_compile_pattern): fix previous change.akr
2003-03-20*** empty log message ***nobu