summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2007-08-07* ext/pty/pty.c (establishShell): handshaking before close slavenobu
2007-08-07* ext/pty/pty.c (MasterDevice, SlaveDevice, deviceNo): constified.nobu
2007-08-07* include/ruby/ruby.h (ruby_special_consts): added RUBY_SPECIAL_SHIFT.nobu
2007-08-07* common.mk (node_name.inc): use $? instead of $< for nmake.nobu
2007-08-07* configure.in (ac_cv_func_isinf): set yes also on OpenSolaris.nobu
2007-08-07* io.c (pipe_open): fix for win32 platforms.nobu
2007-08-06* bignum.c (rb_big2str0): make Bignum#to_s even faster. a patchmatz
2007-08-06* enum.c (enum_zip): zip no longer converts arguments intomatz
2007-08-06* cont.c (rb_fiber_yield): change argument ordering. export.matz
2007-08-06* enum.c (enum_cycle): new method to cycle enumerable forever.matz
2007-08-06* irb/ruby-lex.rb: support for '\c'. [ruby-talk:263508]keiju
2007-08-06* insnhelper.ci, insns.def: move some statements to functions.ko1
2007-08-06* lib/vm/instruction.rb (make_header_analysys): fix last commit.ko1
2007-08-06* lib/vm/instruction.rb (make_header_analysys): add to separateko1
2007-08-06* lib/rexml/encodings/{ISO-8859-15,CP-1252}.rb: fixed invalid syntax.nobu
2007-08-06* sample/test.rb: fix to output file name if it containsko1
2007-08-06* parse.y (value_expr_gen): fix to cause "void value expression"ko1
2007-08-06* parse.y: fix a f_marg rule. [ruby-dev:31160]ko1
2007-08-06* bootstraptest/runner.rb (assert_equal): add additionalko1
2007-08-06* iseq.c (iseq_s_compile_option_get, Init_ISeq): added a newnobu
2007-08-06* common.mk (node_name.inc): auto-generate node name list.nobu
2007-08-06* common.mk (INSNS): not chdir to srcdir.nobu
2007-08-05* lib/rss, sample/rss, test/rss:kou
2007-08-04* io.c (pipe_open_v, pipe_open_s): separate array and stringnobu
2007-08-03* ext/extmk.rb (extmake): save all CONFIG values.nobu
2007-08-02* lib/mkmf.rb (find_type): new method.nobu
2007-08-02* lib/mkmf.rb (have_type): suppress a warning with -Wall.nobu
2007-08-02* lib/mkmf.rb: more verbose message. [ruby-Bugs-12766]nobu
2007-08-02* bignum.c (big2str_table): base cannot be 0 or 1.nobu
2007-08-02* bignum.c (rb_big2str0): faster Bugnum#to_s using Karatsubamatz
2007-08-02* re.c (option_to_str, arg_kcode, opt_kcode): options conversionnobu
2007-08-02* parse.y (reg_compile_gen): set error if failed to compile regexpnobu
2007-08-02* sprintf.c (rb_f_sprintf): should not check positional number asnobu
2007-08-01* generic.rb (URI::Generic::merge_path): behave as RFC 3986.nobu
2007-07-31 * lib/date/format.rb (_parse): now interprets slashed numericaltadf
2007-07-30* ChangeLog: typo.nobu
2007-07-30* bignum.c (rb_big_aref): check for Bignum index range.nobu
2007-07-28* ext/digest/lib/digest.rb (Digest::self.const_missing): avoidmatz
2007-07-26* range.c (range_eqq): call_super() in === does not work wellmatz
2007-07-26* dln.c (load_1, dln_find_1): constified.nobu
2007-07-26* dln.c (conv_to_posix_path): removed.nobu
2007-07-24* io.c (rb_f_p): return nil if no argument. [ruby-dev:31285]nobu
2007-07-23* regint.h (USE_MATCH_RANGE_IS_COMPLETE_RANGE): undef to achieve oldmatz
2007-07-23* include/ruby/oniguruma.h: upgrade to Oniguruma 5.9.0. fixesmatz
2007-07-23* parse.y (value_expr_gen): warn for empty expression ().matz
2007-07-22 * lib/date/format.rb (Date._parse): now accepts some newtadf
2007-07-22* thread.c (is_ruby_native_thread): made an int function asnobu
2007-07-22* file.c (rb_file_s_rename): deleted code to get rid of a bug ofnobu
2007-07-21 * lib/date.rb, lib/date/format.rb (Date._parse): now can take sometadf
2007-07-21* common.mk: inverted rules order.nobu