aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * common.mk (encs, ext/ripper/ripper.c): needs MFLAGS.nobu2007-12-221-0/+13
* * lib/net/imap.rb (initialize): fixed documentation.shugo2007-12-221-0/+4
* * lib/net/pop.rb (enable_ssl): use OpenSSL::SSL::SSLContext.buildshugo2007-12-221-0/+6
* * lib/date.rb: shouldn't freeze nil. [ruby-dev:32677]tadf2007-12-221-0/+4
* * regenc.c (onigenc_ascii_is_code_ctype): moved from enc/ascii.c.akr2007-12-221-0/+10
* * parse.y (reg_named_capture_assign_iter): allows non-ascii names andnobu2007-12-221-0/+5
* * test/ruby/test_float.rb, test_sprintf.rb: fix test place.ko12007-12-221-0/+4
* * bootstraptest/test_objectspace.rb: skip flozen string.ko12007-12-221-0/+4
* * array.c (rb_ary_permutation): add volatile to avoid GC problem.ko12007-12-221-0/+4
* * eval.c (rb_obj_instance_eval): use class of immediate objects.ko12007-12-221-0/+6
* * encoding.c (rb_locale_charmap): win32 support.usa2007-12-221-0/+4
* Place bin dir before lib dir so gem bin stubs work.drbrain2007-12-221-0/+4
* Updated ChangeLog with Rake info.jim2007-12-221-0/+5
* * parse.y (reg_named_capture_assign_iter): just ignore thematz2007-12-221-0/+3
* * tool/insns2vm.rb: moved from lib/vm/instruction.rb.ko12007-12-221-0/+4
* * parse.y (reg_named_capture_assign_iter): captured name shouldmatz2007-12-221-0/+6
* * eval.c (rb_f_method_name): now __method__ and __callee__ arematz2007-12-221-0/+5
* * string.c (rb_str_buf_append): improvement for non-broken codednobu2007-12-211-0/+5
* * bootstraptest/test_fork.rb: skip if fork is not unsupported.ko12007-12-211-0/+6
* io.c: fix typo in rdoc commentdavidflanagan2007-12-211-0/+4
* * parse.y (parser_str_new, rb_intern3): rb_default_encoding() renamed.usa2007-12-211-0/+6
* * encoding.c (rb_ascii_encoding): renamed from previousmatz2007-12-211-0/+5
* * re.c (rb_reg_prepare_re): stop ENCODING_NONE warning if thematz2007-12-211-0/+3
* * parse.y (command): block from cmd_brace_block was ignored.matz2007-12-211-0/+5
* * io.c (io_ungetc): avoid buffer relocation, which might causematz2007-12-211-0/+5
* * re.c (ARG_ENCODING_NONE): defined for /.../n option.akr2007-12-211-0/+8
* * test/json/test_json_addition.rb (test_core): do not use Time.nowshugo2007-12-211-0/+5
* * ext/tk/sample/tkextlib/vu/canvSticker2.rb,usa2007-12-211-0/+5
* ChangeLog: conflict mark removed.matz2007-12-211-1/+0
* * sample/test.rb (valid_syntax): force_encoding input script.matz2007-12-211-0/+4
* * lib/mkmf.rb (depend_rules): suffixes list broken. fixed.usa2007-12-211-0/+4
* * bignum.c (rb_big_mul0): remove unused variable.matz2007-12-211-0/+6
* * include/ruby/ruby.h (rb_catch_obj, rb_throw_obj): prototyped.nobu2007-12-211-0/+6
* * string.c (rb_str_succ): retry increasing until valid char is found.nobu2007-12-211-0/+4
* * encoding.c (rb_enc_replicate): now creates first class encoding.nobu2007-12-211-0/+15
* * io.c: write() should be in blocking region.ko12007-12-211-0/+6
* Ruby/Tk :: provisional support on Ruby-VM and Tcl/Tk8.5.nagai2007-12-211-0/+35
* * transcode.c (rb_str_transcode_bang): returns self if no conversion.nobu2007-12-211-0/+5
* Update to RubyGems 1.0.1, r1581drbrain2007-12-211-0/+5
* * bootstraptest/pending.rb: renamed from featurebug.rb.ko12007-12-211-0/+6
* * debug.c (dummy_gdb_enums.various): added ENCODING and CODERANGEnobu2007-12-211-0/+7
* * bootstraptest/featurebug.rb: added.ko12007-12-211-0/+6
* * thread.c (rb_thread_atfork): fix to mark thread object.ko12007-12-211-0/+7
* * gc.h: extern variable should not be initialized.ko12007-12-211-0/+6
* * encoding.c (Init_Encoding): use enc_name as to_s.akr2007-12-211-0/+5
* * ext/nkf/nkf-utf8/config.h (MIME_DECODE_DEFAULT, X0201_DEFAULT):naruse2007-12-211-0/+8
* * enumerator.c (enumerator_iter_i): adjusted for rb_block_call_func.nobu2007-12-211-2/+7
* Fri Dec 21 16:25:25 2007 Martin Duerst <duerst@it.aoyama.ac.jp>duerst2007-12-211-0/+7
* * ext/bigdecimal/bigdecimal.c (VpMidRound): Round method bugmatz2007-12-211-0/+6
* * re.c (append_utf8): use rb_utf8_encoding() instead ofakr2007-12-211-0/+5