aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * insnhelper.ci, insns.def: move some statements to functions.ko12007-08-067-300/+332
* * lib/vm/instruction.rb (make_header_analysys): fix last commit.ko12007-08-062-0/+12
* * lib/vm/instruction.rb (make_header_analysys): add to separateko12007-08-062-4/+14
* add test using sentgen.akr2007-08-061-0/+132
* * lib/rexml/encodings/{ISO-8859-15,CP-1252}.rb: fixed invalid syntax.nobu2007-08-063-80/+84
* add a test: def m() yield end; p m {|((*))|}.akr2007-08-061-1/+7
* * sample/test.rb: fix to output file name if it containsko12007-08-062-1/+7
* * parse.y (value_expr_gen): fix to cause "void value expression"ko12007-08-063-6/+11
* * parse.y: fix a f_marg rule. [ruby-dev:31160]ko12007-08-062-1/+5
* * bootstraptest/runner.rb (assert_equal): add additionalko12007-08-062-5/+10
* * iseq.c (iseq_s_compile_option_get, Init_ISeq): added a newnobu2007-08-062-6/+19
* * common.mk (node_name.inc): auto-generate node name list.nobu2007-08-064-233/+18
* * common.mk (INSNS): not chdir to srcdir.nobu2007-08-064-10/+25
* added a note.tadf2007-08-051-2/+2
* added an assertion.tadf2007-08-051-0/+4
* * lib/rss, sample/rss, test/rss:kou2007-08-0543-1455/+3053
* * io.c (pipe_open_v, pipe_open_s): separate array and stringnobu2007-08-043-36/+47
* * ext/extmk.rb (extmake): save all CONFIG values.nobu2007-08-032-16/+53
* * lib/mkmf.rb (find_type): new method.nobu2007-08-022-13/+38
* * lib/mkmf.rb (have_type): suppress a warning with -Wall.nobu2007-08-022-2/+4
* * lib/mkmf.rb: more verbose message. [ruby-Bugs-12766]nobu2007-08-023-9/+20
* * bignum.c (big2str_table): base cannot be 0 or 1.nobu2007-08-022-5/+11
* * bignum.c (rb_big2str0): faster Bugnum#to_s using Karatsubamatz2007-08-022-19/+118
* * re.c (option_to_str, arg_kcode, opt_kcode): options conversionnobu2007-08-022-47/+72
* * parse.y (reg_compile_gen): set error if failed to compile regexpnobu2007-08-024-10/+31
* * sprintf.c (rb_f_sprintf): should not check positional number asnobu2007-08-024-4/+13
* * generic.rb (URI::Generic::merge_path): behave as RFC 3986.nobu2007-08-014-70/+122
* * lib/date/format.rb (_parse): now interprets slashed numericaltadf2007-07-312-1/+6
* add assertions.akr2007-07-301-1/+3
* * ChangeLog: typo.nobu2007-07-301-1/+1
* * bignum.c (rb_big_aref): check for Bignum index range.nobu2007-07-304-15/+37
* Fixes a bug in the pretty printer related to an incomplete refactoring.ser2007-07-283-7/+12
* * ext/digest/lib/digest.rb (Digest::self.const_missing): avoidmatz2007-07-283-5/+12
* * range.c (range_eqq): call_super() in === does not work wellmatz2007-07-262-3/+25
* * dln.c (load_1, dln_find_1): constified.nobu2007-07-263-5/+9
* * dln.c (conv_to_posix_path): removed.nobu2007-07-264-121/+124
* * lib/rexml/formatters/*.rb: set properties.nobu2007-07-250-0/+0
* Indentation fix.ser2007-07-251-0/+1
* Merges upstream changes for REXML v3.1.7ser2007-07-2523-1414/+1775
* * io.c (rb_f_p): return nil if no argument. [ruby-dev:31285]nobu2007-07-242-1/+5
* * regint.h (USE_MATCH_RANGE_IS_COMPLETE_RANGE): undef to achieve oldmatz2007-07-233-4/+9
* * include/ruby/oniguruma.h: upgrade to Oniguruma 5.9.0. fixesmatz2007-07-2314-1411/+1392
* * parse.y (value_expr_gen): warn for empty expression ().matz2007-07-233-6/+16
* * lib/date/format.rb (Date._parse): now accepts some newtadf2007-07-223-22/+67
* * thread.c (is_ruby_native_thread): made an int function asnobu2007-07-225-5/+13
* * file.c (rb_file_s_rename): deleted code to get rid of a bug ofnobu2007-07-228-19/+33
* * string.c (rb_str_resize): fix indent.nobu2007-07-211-1/+1
* * lib/date.rb, lib/date/format.rb (Date._parse): now can take sometadf2007-07-213-24/+318
* * common.mk: inverted rules order.nobu2007-07-214-15/+50
* * bcc32/{Makefile.sub,configure.bat,setup.mak: configure_argsnobu2007-07-215-53/+160