| Commit message (Expand) | Author | Age | Files | Lines |
| * | * util.c (ruby_strtod): strtod("0", &end); => end should point '\0'. | ocean | 2004-05-14 | 1 | -0/+5 |
| * | * lib/net/telnet.rb (Net::Telnet::login): "options" can specify | akira | 2004-05-13 | 1 | -0/+5 |
| * | * hash.c (delete_if_i): use st_delete_safe() (via | eban | 2004-05-13 | 1 | -0/+6 |
| * | * lib/uri/mailto.rb (URI::MailTo::to_s): should include fragment. | akira | 2004-05-13 | 1 | -0/+4 |
| * | * pack.c (pack_pack): always add with null for 'Z'. | nobu | 2004-05-13 | 1 | -0/+6 |
| * | * lib/mkmf.rb (have_type, check_sizeof): replace unusable characters. | nobu | 2004-05-12 | 1 | -4/+9 |
| * | * lib/resolv.rb (Resolv::DNS::Config): make it configurable without | akr | 2004-05-12 | 1 | -0/+5 |
| * | * ext/openssl/ossl_x509name.c: attribute value of DC (short name of | gotoyuzo | 2004-05-12 | 1 | -0/+5 |
| * | * ext/tk/lib/tk/composite.rb: improve configure methods. (based on the propos... | nagai | 2004-05-12 | 1 | -0/+5 |
| * | fix rdoc | dave | 2004-05-12 | 1 | -0/+4 |
| * | Change symbol lookup scheme in HTML generation | dave | 2004-05-10 | 1 | -0/+5 |
| * | Search parent for unqualified constants | dave | 2004-05-10 | 1 | -0/+10 |
| * | * lib/net/ftp.rb: improved documentation | gsinclair | 2004-05-09 | 1 | -0/+8 |
| * | Allow multiple arguments to include | dave | 2004-05-07 | 1 | -0/+5 |
| * | * lib/fileutils.rb (fu_list): Array() breaks pathes including "\n". [ruby-cor... | aamine | 2004-05-07 | 1 | -0/+5 |
| * | add freeze test for dbm and gdbm. | akr | 2004-05-07 | 1 | -1/+1 |
| * | * eval.c (rb_eval): too many line trace call. (ruby-bugs PR#1320) | matz | 2004-05-07 | 1 | -0/+29 |
| * | * util.c (ruby_strtod): 0.0000000000000000001 == 0.0 should be false. | ocean | 2004-05-07 | 1 | -0/+5 |
| * | * ext/tk/tkutil.c (get_eval_string_core): bug fix. [ruby-dev:23466] | nagai | 2004-05-07 | 1 | -0/+4 |
| * | use numerichost if cannot resolve hostname | seki | 2004-05-06 | 1 | -0/+5 |
| * | * lib/yaml/rubytypes.rb (to_yaml): added instance variable handling | why | 2004-05-06 | 1 | -0/+13 |
| * | * lib/net/imap.rb (string): accept NIL. | shugo | 2004-05-06 | 1 | -0/+6 |
| * | Don't include &block if we have yield parameters | dave | 2004-05-05 | 1 | -0/+6 |
| * | use recv instead of recvfrom | seki | 2004-05-04 | 1 | -0/+4 |
| * | * lib/gserver.rb: documented | gsinclair | 2004-05-04 | 1 | -0/+4 |
| * | * lib/xmlrpc/README.txt: introduced for documentation purposes | gsinclair | 2004-05-04 | 1 | -0/+4 |
| * | Fix parsing problem with yield within block | dave | 2004-05-03 | 1 | -0/+5 |
| * | * renewal Ruby/Tk | nagai | 2004-05-01 | 1 | -0/+4 |
| * | * time.c (SIZEOF_TIME_T): support SIZEOF_TIME_T == SIZEOF_INT. | eban | 2004-04-30 | 1 | -0/+4 |
| * | * lib/yaml/rubytypes.rb: passing Range tests. | why | 2004-04-26 | 1 | -0/+18 |
| * | * README.EXT, README.EXT.ja: fixed wrong function signature. | nobu | 2004-04-26 | 1 | -0/+5 |
| * | Alias alias to instance methods | dave | 2004-04-26 | 1 | -0/+5 |
| * | Fix bug where consecutive headings were merged | dave | 2004-04-24 | 1 | -0/+5 |
| * | * version.c (ruby_show_copyright): obtain copyright year from | nobu | 2004-04-23 | 1 | -1/+11 |
| * | * lib/mkmf.rb: $hdrdir should not contain macros for backward | nobu | 2004-04-23 | 1 | -1/+6 |
| * | * lib/pathname.rb: sync taint/freeze flag between | akr | 2004-04-23 | 1 | -0/+5 |
| * | * parse.y (stmt, arg, aref_args): should not make sole splat into | nobu | 2004-04-23 | 1 | -0/+5 |
| * | * lib/resolv.rb: don't use Regexp#source to embed regexps. | akr | 2004-04-23 | 1 | -0/+6 |
| * | * parse.y (aref_args): should pass expanded list. [ruby-core:02793] | nobu | 2004-04-21 | 1 | -0/+4 |
| * | check hash tuple size | seki | 2004-04-21 | 1 | -0/+4 |
| * | * lib/open-uri.rb (URI::HTTP#proxy_open): set Host: field explicitly. | akr | 2004-04-21 | 1 | -1/+5 |
| * | * dln.c, io.c, lib/benchmark.rb, lib/cgi.rb, lib/csv.rb, lib/date.rb, | nobu | 2004-04-18 | 1 | -0/+11 |
| * | Allow for HAVE_PROTOTYPES macro | dave | 2004-04-18 | 1 | -0/+5 |
| * | Change :enddoc: to terminate processing of current file | dave | 2004-04-17 | 1 | -0/+6 |
| * | * ext/iconv/iconv.c: nearly finished RDoc comments. | gsinclair | 2004-04-16 | 1 | -0/+4 |
| * | * ext/extmk.rb: skip linking when libraries to be preloaded not | nobu | 2004-04-15 | 1 | -0/+5 |
| * | * process.c (pst_success_p): new method Process::Status#success?. | nobu | 2004-04-15 | 1 | -0/+5 |
| * | * ext/gdbm/gdbm.c (Init_gdbm): define GDBM::READER, GDBM::WRITER, | akr | 2004-04-15 | 1 | -0/+6 |
| * | * numeric.c (flo_eq): workaround for bcc32's bug. | eban | 2004-04-14 | 1 | -0/+5 |
| * | * array.c, enum.c, eval.c, file.c, io.c, numeric.c, object.c, prec.c, | nobu | 2004-04-14 | 1 | -1/+6 |