aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * object.c (rb_obj_clone): defer copying freezing state aftermatz2003-05-223-4/+4
* * ext/syck/rubyext.c (rb_syck_err_handler): raise ArgumentError onwhy2003-05-221-1/+2
* * ext/syck/rubyext.c (syck_parser_load): root-level false was returningwhy2003-05-221-1/+7
* * error.c (syserr_initialize): prohibit specifying errno formatz2003-05-211-1/+1
* * lib/optparse.rb: get rid of warnings.nobu2003-05-215-14/+30
* use warn() instead of $stderr.puts().tadf2003-05-181-6/+6
* use $deferr instead of $stderr.tadf2003-05-181-2/+2
* * lib/rational.rb (Integer::denominator): fixed typo. (ruby-bugs-ja:PR#466)nobu2003-05-161-1/+1
* * lib/open-uri.rb (OpenURI::Redirect#initialize): call super toakr2003-05-151-0/+11
* * ext/syck/gram.c: sequence-in-map shortcut, transfer methods onwhy2003-05-143-7/+1
* * regex.c (re_match_exec): \Z changed to be consistent with new $matz2003-05-141-1/+1
* * lib/net/http.rb (Net::HTTP#start): should check whether HTTP session is ope...aamine2003-05-141-1/+1
* * lib/net/http.rb: reduce warning. (ruby-bugs-ja:PR#462)aamine2003-05-141-10/+0
* * lib/yaml/rubytypes.rb, lib/yaml/types.rb: using Object#object_idwhy2003-05-132-11/+19
* * lib/yaml/rubytypes.rb: object and struct loadingwhy2003-05-132-17/+12
* * ext/syck/implicit.c, ext/syck/rubyext.c: transfer methods applied to native...why2003-05-111-11/+11
* * lib/pp.rb: refine to_s test.akr2003-05-112-11/+16
* * lib/pp.rb (PP::ObjectMixin#pretty_print): refine to_s handling.akr2003-05-101-5/+24
* * ext/syck/gram.c ext/syck/handler.c ext/syck/implicit.cwhy2003-05-102-29/+87
* lib/yaml/ypath.rb: escape '['.eban2003-05-101-1/+1
* * net/imap.rb: use DataFormatError in u16tou8/u8tou16.shugo2003-05-101-9/+9
* * lib/net/imap.rb (decode_utf7): new method.shugo2003-05-101-0/+145
* Initial checkin of YAML substances.why2003-05-0915-0/+2063
* * lib/net/pop.rb: rename method: POP3#mail_size -> n_mailsaamine2003-05-061-26/+18
* * sample/test.rb: substitute 'select' with 'values_at'.eban2003-05-052-3/+3
* synchronized with date2 3.3.2.tadf2003-05-041-15/+15
* * lib/net/smtp.rb: ESMTP -> SMTP transition wrongly fails.aamine2003-05-041-2/+2
* * lib/net/pop.rb: APOP did not work. [ruby-dev:20149]aamine2003-05-041-8/+8
* * class.c (rb_class_protected_instance_methods): now givesmatz2003-05-021-4/+4
* * lib/net/protocol.rb: reintroduce Protocol.protocol_param.aamine2003-05-024-3/+14
* * lib/net/protocol.rb: remove Protocol class.aamine2003-05-024-638/+626
* * lib/cgi/session.rb (CGI::Session::initialize): updated tomatz2003-05-021-3/+5
* * string.c (rb_str_ljust): now takes optional argument to specifymatz2003-05-022-5/+5
* * lib/fileutils.rb: use hashes to pass options.aamine2003-05-021-189/+170
* * net/imap.rb: support THREAD extension.shugo2003-04-301-0/+87
* Matrix used range.size, which no longer existsdave2003-04-241-2/+4
* Re-expose Complex.new as .new! (Kernel#Complex needs to call _something_ :)dave2003-04-241-4/+8
* Fix method name typo in Matrix.row_vectordave2003-04-241-1/+1
* * lib/ipaddr.rb (include?): Support non-IPAddr parameters by Dave Thomas. [r...nobu2003-04-241-3/+13
* * lib/cgi.rb (CGI::QueryExtension::[]): always return Valuematz2003-04-233-4/+6
* fix ERB::DefMethod bugseki2003-04-221-1/+3
* * parse.y (arg_ambiguous): hopefully better message.matz2003-04-222-13/+11
* * lib/resolv.rb (Resolv::DNS::Resource#hash): use XOR to accumulateakr2003-04-212-7/+25
* * gc.c (rb_gc): use rb_gc_mark_maybe() to mark registered Cmatz2003-04-211-1/+1
* * parse.y (void_expr0): node might become NULL after calling remove_begin().eban2003-04-191-1/+1
* * lib/net/fileutils.rb: rm_r should raise Errno::ENOENT if file not exist. [r...aamine2003-04-151-0/+1
* * lib/mkmf.rb (try_func): remove COMMON_HEADERS at first for performance.eban2003-04-121-1/+0
* * lib/benchmark.rb (Benchmark::bm): get rid of warning.nobu2003-04-111-1/+1
* * lib/net/pop.rb: Exception line was accidentaly removed. [ruby-dev:19989]aamine2003-04-101-0/+1
* * eval.c (assign): should prepare mrhs by svalue_to_mrhs().matz2003-04-041-4/+10