| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * lib/pp.rb: refine to_s test. | akr | 2003-05-11 | 2 | -11/+16 |
* | * lib/pp.rb (PP::ObjectMixin#pretty_print): refine to_s handling. | akr | 2003-05-10 | 1 | -5/+24 |
* | * ext/syck/gram.c ext/syck/handler.c ext/syck/implicit.c | why | 2003-05-10 | 2 | -29/+87 |
* | lib/yaml/ypath.rb: escape '['. | eban | 2003-05-10 | 1 | -1/+1 |
* | * net/imap.rb: use DataFormatError in u16tou8/u8tou16. | shugo | 2003-05-10 | 1 | -9/+9 |
* | * lib/net/imap.rb (decode_utf7): new method. | shugo | 2003-05-10 | 1 | -0/+145 |
* | Initial checkin of YAML substances. | why | 2003-05-09 | 15 | -0/+2063 |
* | * lib/net/pop.rb: rename method: POP3#mail_size -> n_mails | aamine | 2003-05-06 | 1 | -26/+18 |
* | * sample/test.rb: substitute 'select' with 'values_at'. | eban | 2003-05-05 | 2 | -3/+3 |
* | synchronized with date2 3.3.2. | tadf | 2003-05-04 | 1 | -15/+15 |
* | * lib/net/smtp.rb: ESMTP -> SMTP transition wrongly fails. | aamine | 2003-05-04 | 1 | -2/+2 |
* | * lib/net/pop.rb: APOP did not work. [ruby-dev:20149] | aamine | 2003-05-04 | 1 | -8/+8 |
* | * class.c (rb_class_protected_instance_methods): now gives | matz | 2003-05-02 | 1 | -4/+4 |
* | * lib/net/protocol.rb: reintroduce Protocol.protocol_param. | aamine | 2003-05-02 | 4 | -3/+14 |
* | * lib/net/protocol.rb: remove Protocol class. | aamine | 2003-05-02 | 4 | -638/+626 |
* | * lib/cgi/session.rb (CGI::Session::initialize): updated to | matz | 2003-05-02 | 1 | -3/+5 |
* | * string.c (rb_str_ljust): now takes optional argument to specify | matz | 2003-05-02 | 2 | -5/+5 |
* | * lib/fileutils.rb: use hashes to pass options. | aamine | 2003-05-02 | 1 | -189/+170 |
* | * net/imap.rb: support THREAD extension. | shugo | 2003-04-30 | 1 | -0/+87 |
* | Matrix used range.size, which no longer exists | dave | 2003-04-24 | 1 | -2/+4 |
* | Re-expose Complex.new as .new! (Kernel#Complex needs to call _something_ :) | dave | 2003-04-24 | 1 | -4/+8 |
* | Fix method name typo in Matrix.row_vector | dave | 2003-04-24 | 1 | -1/+1 |
* | * lib/ipaddr.rb (include?): Support non-IPAddr parameters by Dave Thomas. [r... | nobu | 2003-04-24 | 1 | -3/+13 |
* | * lib/cgi.rb (CGI::QueryExtension::[]): always return Value | matz | 2003-04-23 | 3 | -4/+6 |
* | fix ERB::DefMethod bug | seki | 2003-04-22 | 1 | -1/+3 |
* | * parse.y (arg_ambiguous): hopefully better message. | matz | 2003-04-22 | 2 | -13/+11 |
* | * lib/resolv.rb (Resolv::DNS::Resource#hash): use XOR to accumulate | akr | 2003-04-21 | 2 | -7/+25 |
* | * gc.c (rb_gc): use rb_gc_mark_maybe() to mark registered C | matz | 2003-04-21 | 1 | -1/+1 |
* | * parse.y (void_expr0): node might become NULL after calling remove_begin(). | eban | 2003-04-19 | 1 | -1/+1 |
* | * lib/net/fileutils.rb: rm_r should raise Errno::ENOENT if file not exist. [r... | aamine | 2003-04-15 | 1 | -0/+1 |
* | * lib/mkmf.rb (try_func): remove COMMON_HEADERS at first for performance. | eban | 2003-04-12 | 1 | -1/+0 |
* | * lib/benchmark.rb (Benchmark::bm): get rid of warning. | nobu | 2003-04-11 | 1 | -1/+1 |
* | * lib/net/pop.rb: Exception line was accidentaly removed. [ruby-dev:19989] | aamine | 2003-04-10 | 1 | -0/+1 |
* | * eval.c (assign): should prepare mrhs by svalue_to_mrhs(). | matz | 2003-04-04 | 1 | -4/+10 |
* | * hash.c (env_reject_bang): untaint key string. | matz | 2003-03-31 | 1 | -3/+3 |
* | * instruby.rb, ext/extmk.rb, lib/benchmark.rb, lib/cgi.rb, | akr | 2003-03-29 | 9 | -35/+35 |
* | Added comment for Net::HTTP.get(arg1, arg2, arg3) | gsinclair | 2003-03-28 | 1 | -0/+5 |
* | backout | nobu | 2003-03-26 | 1 | -2/+2 |
* | security enhancement of dl library (need test). | matz | 2003-03-24 | 1 | -3/+3 |
* | update NotImplementError to NotImplementedError. | matz | 2003-03-23 | 5 | -9/+4 |
* | * io.c (rb_io_fread): may lose data on nonblocking read. | matz | 2003-03-23 | 2 | -11/+11 |
* | * lib/jcode.rb (tr!, delete!, szueeze!): add empty string checking. | eban | 2003-03-23 | 1 | -1/+2 |
* | * lib/optparse.rb, lib/jcode.rb, ext/tk/lib/tk.rb: reorder character | akr | 2003-03-22 | 2 | -4/+4 |
* | * lib/uri/common.rb: `[', `]', `-' in chracter | akr | 2003-03-22 | 1 | -1/+1 |
* | * lib/date/format.rb, lib/uri/common.rb: `[', `]', `-' in chracter | akr | 2003-03-21 | 2 | -4/+4 |
* | * regex.c (re_compile_pattern): fix previous change. | akr | 2003-03-21 | 9 | -32/+32 |
* | *** empty log message *** | nobu | 2003-03-20 | 1 | -1/+1 |
* | * lib/optparse.rb (OptionParser#order!): follow recent change | nobu | 2003-03-20 | 1 | -1/+1 |
* | * eval.c (load_dyna): clear ruby_errinfo. (ruby-bugs-ja PR#409) | matz | 2003-03-20 | 1 | -0/+2 |
* | * lib/tracer.rb (trace_func): save and recover Thread.critical state. | nahi | 2003-03-19 | 1 | -1/+2 |