| Commit message (Expand) | Author | Age | Files | Lines |
* | updated based on date2 3.9.7. | tadf | 2006-11-05 | 1 | -9/+35 |
* | * lib/net/imap.rb: accept NOMODSEQ. [ruby-core:9002] | shugo | 2006-11-04 | 1 | -1/+1 |
* | * lib/set.rb (Set#^): Fix XOR operation against a container that | knu | 2006-11-02 | 1 | -2/+9 |
* | * lib/xmlrpc/create.rb (XMLRPC::Create::conv2value): Symbol should | matz | 2006-11-02 | 8 | -20/+19 |
* | * time.c (time_dup): duplicate the class of original time. | matz | 2006-10-31 | 1 | -5/+5 |
* | updated based on date2 3.9.6. | tadf | 2006-10-24 | 1 | -5/+5 |
* | * lib/mkmf.rb: fixed the bug of handling COMMON_MACROS. | eban | 2006-10-20 | 1 | -2/+1 |
* | * lib/erb.rb: String#each was removed, use #each_line instead. | aamine | 2006-10-17 | 1 | -3/+3 |
* | * array.c (rb_ary_unshift_m): a bug in lfree shift length | matz | 2006-10-16 | 1 | -1/+1 |
* | * lib/test/unit/collector/dir.rb (Collector::Dir#collect): append base | nobu | 2006-10-14 | 1 | -2/+3 |
* | updated based on date2 3.9.5. | tadf | 2006-10-13 | 1 | -1/+1 |
* | * lib/test/unit/collector/dir.rb (Collector::Dir#collect): prepend | nobu | 2006-10-12 | 1 | -1/+5 |
* | * lib/date.rb (Date::self.complete_hash): need to check if g is | matz | 2006-10-12 | 1 | -1/+1 |
* | * ext/tk/tkutil/tkutil.c (cbsubst_table_setup): need to handle new | matz | 2006-10-12 | 1 | -1/+2 |
* | * lib/parsedate.rb: documentation patch from Konrad Meyer | matz | 2006-10-09 | 3 | -35/+103 |
* | * ext/extmk.rb, lib/fileutils.rb, lib/mkmf.rb, lib/optparse.rb, | nobu | 2006-10-09 | 4 | -35/+32 |
* | * lib/rexml/encoding.rb (REXML::Encoding::check_encoding): spaces | matz | 2006-10-09 | 2 | -3/+3 |
* | use __send! instead of funcall. | tadf | 2006-10-09 | 1 | -4/+4 |
* | * parse.y (block_param): restrict block parameters to be local | matz | 2006-10-03 | 1 | -1/+2 |
* | * lib/test/unit/collector/dir.rb (Test::Unit::Collector::Dir#collect_file): | nobu | 2006-10-02 | 1 | -1/+1 |
* | * lib/test/unit/autorunner.rb (Test::Unit::AutoRunner::COLLECTORS): | nobu | 2006-10-02 | 1 | -2/+2 |
* | * common.mk (test-all): separate directory where running test cases | nobu | 2006-10-01 | 2 | -8/+33 |
* | * lib/optparse.rb (OptionParser#make_switch): pass arguments directly. | nobu | 2006-10-01 | 1 | -8/+10 |
* | updated based on date2 3.9.4. | tadf | 2006-09-30 | 2 | -575/+470 |
* | * jcode.rb (succ!): call original succ! if $KCODE == 'n'. | eban | 2006-09-29 | 1 | -1/+1 |
* | * lib/mkmf.rb (try_func): revert fallback checking undeclared function. | nobu | 2006-09-29 | 1 | -1/+6 |
* | * lib/optparse.rb (OptionParser::Switch#conv_arg): unsplat by | nobu | 2006-09-29 | 1 | -3/+3 |
* | * lib/optparse.rb (parse_in_order): splat arguments to callback block. | nobu | 2006-09-29 | 1 | -2/+2 |
* | * lib/tmpdir.rb: use return value of getdir.call for length. | usa | 2006-09-28 | 1 | -2/+2 |
* | * lib/cgi.rb (CGI::TagMaker::nOE_element_def): replace to_s by | matz | 2006-09-27 | 1 | -5/+5 |
* | * lib/mkmf.rb (try_func): check function pointer first and macro next. | nobu | 2006-09-26 | 1 | -13/+4 |
* | * lib/optparse.rb (OptionParser#parse_in_order): wrong splat for | nobu | 2006-09-26 | 1 | -1/+1 |
* | * lib/optparse.rb (OptionParser#getopts): use strings as key. | nobu | 2006-09-26 | 1 | -11/+21 |
* | * lib/mkmf.rb (rm_f): get rid of NUL. | nobu | 2006-09-25 | 1 | -2/+2 |
* | updated based on date2 3.9.3. | tadf | 2006-09-24 | 2 | -24/+97 |
* | * lib/cgi.rb (CGI::QueryExtension::read_multipart): CGI content | matz | 2006-09-23 | 1 | -1/+1 |
* | * lib/rdoc/ri/ri_options.rb: prevent NameError. [ruby-dev:29597] | matz | 2006-09-22 | 1 | -0/+1 |
* | updated based on date2 3.9.2. | tadf | 2006-09-22 | 2 | -84/+128 |
* | * common.mk (pre-install-doc): create data directory before install. | nobu | 2006-09-20 | 1 | -2/+2 |
* | * string.c (sym_eql): fail early to gain performance. | matz | 2006-09-20 | 2 | -5/+5 |
* | * lib/net/imap.rb: allow extra spaces in responses. | shugo | 2006-09-20 | 1 | -1/+1 |
* | * object.c (rb_obj_ivar_defined, rb_mod_cvar_defined): new methods, | nobu | 2006-09-18 | 1 | -4/+2 |
* | * lib/rdoc/rdoc.rb (RDoc::RDoc#document): scan only files modified | nobu | 2006-09-17 | 2 | -17/+48 |
* | * common.mk (install-doc): reverted. | nobu | 2006-09-17 | 1 | -1/+1 |
* | * lib/mkmf.rb (checking_for): improved the messages. | nobu | 2006-09-16 | 1 | -12/+23 |
* | * Makefile.in, common.in, instruby.rb, ext/extmk.rb, lib/mkmf.rb: | nobu | 2006-09-16 | 1 | -8/+14 |
* | * hash.c (rb_hash_compare_by_identity): rename Hash#identical to | matz | 2006-09-13 | 1 | -1/+1 |
* | * lib/optparse.rb (OptionParser#getopts): works with pre-registered | nobu | 2006-09-12 | 1 | -18/+28 |
* | * lib/rexml/source.rb (REXML::Source::encoding): should not | matz | 2006-09-11 | 3 | -16/+19 |
* | updated based on date2 3.9.1. | tadf | 2006-09-10 | 2 | -70/+174 |