aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * enumerator.c (enumerator_next_p): should check correctly even whenmatz2007-08-081-0/+16
* * bignum.c (rb_big2str0): should not use RTEST for non-VALUE.nobu2007-08-081-0/+4
* * bignum.c (rb_big2str0): should preserve sign mark.usa2007-08-081-0/+4
* * common.mk (btest-miniruby, test-sample): split the test targetnobu2007-08-081-0/+5
* * ext/pty/pty.c (establishShell): handshaking before close slavenobu2007-08-071-1/+4
* * ext/pty/pty.c (MasterDevice, SlaveDevice, deviceNo): constified.nobu2007-08-071-0/+8
* * include/ruby/ruby.h (ruby_special_consts): added RUBY_SPECIAL_SHIFT.nobu2007-08-071-0/+6
* * common.mk (node_name.inc): use $? instead of $< for nmake.nobu2007-08-071-0/+5
* * configure.in (ac_cv_func_isinf): set yes also on OpenSolaris.nobu2007-08-071-0/+5
* * io.c (pipe_open): fix for win32 platforms.nobu2007-08-071-0/+4
* * bignum.c (rb_big2str0): make Bignum#to_s even faster. a patchmatz2007-08-061-0/+5
* * enum.c (enum_zip): zip no longer converts arguments intomatz2007-08-061-0/+5
* * cont.c (rb_fiber_yield): change argument ordering. export.matz2007-08-061-0/+17
* * enum.c (enum_cycle): new method to cycle enumerable forever.matz2007-08-061-0/+4
* * irb/ruby-lex.rb: support for '\c'. [ruby-talk:263508]keiju2007-08-061-0/+4
* * insnhelper.ci, insns.def: move some statements to functions.ko12007-08-061-0/+6
* * lib/vm/instruction.rb (make_header_analysys): fix last commit.ko12007-08-061-0/+4
* * lib/vm/instruction.rb (make_header_analysys): add to separateko12007-08-061-0/+5
* * lib/rexml/encodings/{ISO-8859-15,CP-1252}.rb: fixed invalid syntax.nobu2007-08-061-0/+4
* * sample/test.rb: fix to output file name if it containsko12007-08-061-0/+5
* * parse.y (value_expr_gen): fix to cause "void value expression"ko12007-08-061-0/+8
* * parse.y: fix a f_marg rule. [ruby-dev:31160]ko12007-08-061-0/+4
* * bootstraptest/runner.rb (assert_equal): add additionalko12007-08-061-0/+5
* * iseq.c (iseq_s_compile_option_get, Init_ISeq): added a newnobu2007-08-061-2/+5
* * common.mk (node_name.inc): auto-generate node name list.nobu2007-08-061-1/+7
* * common.mk (INSNS): not chdir to srcdir.nobu2007-08-061-0/+7
* * lib/rss, sample/rss, test/rss:kou2007-08-051-0/+7
* * io.c (pipe_open_v, pipe_open_s): separate array and stringnobu2007-08-041-0/+5
* * ext/extmk.rb (extmake): save all CONFIG values.nobu2007-08-031-0/+10
* * lib/mkmf.rb (find_type): new method.nobu2007-08-021-1/+3
* * lib/mkmf.rb (have_type): suppress a warning with -Wall.nobu2007-08-021-1/+3
* * lib/mkmf.rb: more verbose message. [ruby-Bugs-12766]nobu2007-08-021-5/+16
* * bignum.c (big2str_table): base cannot be 0 or 1.nobu2007-08-021-0/+4
* * bignum.c (rb_big2str0): faster Bugnum#to_s using Karatsubamatz2007-08-021-0/+7
* * re.c (option_to_str, arg_kcode, opt_kcode): options conversionnobu2007-08-021-1/+7
* * parse.y (reg_compile_gen): set error if failed to compile regexpnobu2007-08-021-0/+9
* * sprintf.c (rb_f_sprintf): should not check positional number asnobu2007-08-021-0/+5
* * generic.rb (URI::Generic::merge_path): behave as RFC 3986.nobu2007-08-011-0/+5
* * lib/date/format.rb (_parse): now interprets slashed numericaltadf2007-07-311-0/+5
* * ChangeLog: typo.nobu2007-07-301-1/+1
* * bignum.c (rb_big_aref): check for Bignum index range.nobu2007-07-301-0/+5
* * ext/digest/lib/digest.rb (Digest::self.const_missing): avoidmatz2007-07-281-0/+5
* * range.c (range_eqq): call_super() in === does not work wellmatz2007-07-261-0/+5
* * dln.c (load_1, dln_find_1): constified.nobu2007-07-261-1/+5
* * dln.c (conv_to_posix_path): removed.nobu2007-07-261-0/+12
* * io.c (rb_f_p): return nil if no argument. [ruby-dev:31285]nobu2007-07-241-0/+4
* * regint.h (USE_MATCH_RANGE_IS_COMPLETE_RANGE): undef to achieve oldmatz2007-07-231-0/+5
* * include/ruby/oniguruma.h: upgrade to Oniguruma 5.9.0. fixesmatz2007-07-231-0/+5
* * parse.y (value_expr_gen): warn for empty expression ().matz2007-07-231-0/+5
* * lib/date/format.rb (Date._parse): now accepts some newtadf2007-07-221-0/+8