aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * ext/syck/gram.c ext/syck/handler.c ext/syck/implicit.cwhy2003-05-108-149/+1000
* Sat May 10 19:01:00 2003 Takaaki Uematsu <uema2x@jcom.home.ne.jp>uema22003-05-103-71/+28
* lib/yaml/ypath.rb: escape '['.eban2003-05-101-1/+1
* * ext/syck/MANIFEST: new file.eban2003-05-102-0/+14
* * net/imap.rb: use DataFormatError in u16tou8/u8tou16.shugo2003-05-101-9/+9
* * lib/net/imap.rb (decode_utf7): new method.shugo2003-05-102-0/+151
* Initial checkin of YAML substances.why2003-05-0925-0/+7962
* 2003-05-09nobu2003-05-091-3/+3
* * io.c (rb_io_reopen): It should be possible to reopen closed IO.matz2003-05-092-2/+46
* * gc.c (rb_gc): check odd alignment stack on m68k machines.matz2003-05-084-14/+15
* * compar.c (rb_cmperr): raise comparison failure.nobu2003-05-084-40/+55
* 2003-05-08nobu2003-05-081-3/+3
* * numeric.c (int_upto, int_downto): should fail unless thenobu2003-05-072-4/+29
* 2003-05-07eban2003-05-071-3/+3
* * numeric.c (num_step): remove epsilon; add margin of 0.5, to makematz2003-05-063-5/+7
* bigdecimal-brushup.patch from Tadashi Saito applied.shigek2003-05-064-46/+41
* * lib/net/pop.rb: rename method: POP3#mail_size -> n_mailsaamine2003-05-062-26/+24
* * ext/bigdecimal/.cvsignore: new file (retry).aamine2003-05-062-0/+6
* * ext/bigdecimal/.cvsignore: new file.aamine2003-05-061-0/+6
* 2003-05-06eban2003-05-061-3/+3
* * object.c (rb_obj_methods): list singleton methods if recurmatz2003-05-0613-26/+128
* use values_at instead of select.tadf2003-05-053-2/+8
* * sample/test.rb: substitute 'select' with 'values_at'.eban2003-05-054-4/+12
* 2003-05-05eban2003-05-041-3/+3
* * array.c (rb_ary_values_at): new method to replace select(index..).matz2003-05-0412-98/+241
* synchronized with date2 3.3.2.tadf2003-05-042-15/+19
* * lib/net/smtp.rb: ESMTP -> SMTP transition wrongly fails.aamine2003-05-042-2/+6
* * lib/net/pop.rb: APOP did not work. [ruby-dev:20149]aamine2003-05-042-8/+12
* secure check when safe level 4.suke2003-05-031-2/+26
* * class.c (rb_class_protected_instance_methods): now givesmatz2003-05-023-6/+32
* * lib/net/protocol.rb: reintroduce Protocol.protocol_param.aamine2003-05-025-3/+24
* * lib/net/protocol.rb: remove Protocol class.aamine2003-05-025-638/+651
* * compar.c (cmp_gt): raises ArgumentError when "<=>" give nil.matz2003-05-022-5/+18
* * lib/cgi/session.rb (CGI::Session::initialize): updated tomatz2003-05-022-3/+10
* * class.c (method_list): classify methods based on nearestmatz2003-05-022-119/+96
* 2003-05-02eban2003-05-021-3/+3
* * string.c (rb_str_ljust): now takes optional argument to specifymatz2003-05-028-93/+127
* * lib/fileutils.rb: use hashes to pass options.aamine2003-05-023-206/+195
* 2003-05-01eban2003-05-011-4/+4
* * regex.c (re_match_exec): $ _always_ matches at the end of string.matz2003-05-013-2/+11
* * net/imap.rb: support THREAD extension.shugo2003-04-302-0/+91
* 2003-04-27nobu2003-04-271-3/+3
* * string.c (rb_str_to_i): disallow negative radix.nobu2003-04-272-0/+8
* * parse.y (open_args): warning message changed to "don't put spacematz2003-04-263-17/+15
* * wince/ : files removed.uema22003-04-2630-3062/+1353
* 2003-04-25eban2003-04-251-3/+3
* * gc.c: STACK_LEVEL_MAX=65535 on mswince.uema22003-04-252-1/+5
* * io.c (argf_read): read should not span two files. [ruby-dev:20073]matz2003-04-252-13/+8
* * eval.c (splat_value): split splat_value() and avalue_splat().matz2003-04-253-46/+11
* * eval.c (proc_invoke): Proc#yield should pass through retry andmatz2003-04-252-47/+75