aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * bootstraptest/test_objectspace.rb: fix condition.ko12007-12-222-1/+5
* * ext/probeprofiler/: removed.ko12007-12-225-86/+4
* * process.c (rb_f_fork): Unsupport Kernel.fork() on NetBSD.ko12007-12-222-1/+5
* Sat Dec 22 15:54:54 2007 Martin Duerst <duerst@it.aoyama.ac.jp>duerst2007-12-222-32/+51
* * common.mk (version.o): add dependency. [ruby-dev:32680]usa2007-12-222-1/+5
* * ext/nkf/nkf.c (Init_nkf): use rb_ascii_encoding() fornaruse2007-12-222-1/+7
* * lib/mkmf.rb ($extmk): fixed broken condition.usa2007-12-222-5/+5
* add rdoc.akr2007-12-221-2/+22
* * ext/nkf/nkf-utf8.c: Update nkf.c rev:1.157.naruse2007-12-224-165/+149
* * lib/mkmf.rb ($extmk): fixed broken condition.usa2007-12-222-1/+5
* * ext/openssl/lib/net/ssl.rb (OpenSSL::SSL::SSLContext.build): removed.gotoyuzo2007-12-227-35/+52
* add rdoc.akr2007-12-221-0/+101
* * lib/net/imap.rb (encode_utf7): accept UTF-8 strings.shugo2007-12-223-6/+14
* * lib/net/imap.rb: fixed RDoc markups.shugo2007-12-221-8/+8
* refine error message.akr2007-12-221-1/+1
* * transcode_data_japanese: typo.usa2007-12-222-1/+5
* Sat Dec 22 15:54:54 2007 Martin Duerst <duerst@it.aoyama.ac.jp>duerst2007-12-221-0/+14
* Sat Dec 22 15:45:45 2007 Martin Duerst <duerst@it.aoyama.ac.jp>duerst2007-12-224-73/+27475
* * */Makefile.sub (MFLAGS): define unless defined.usa2007-12-224-0/+16
* * lib/mkmf.rb ($extmk): set true only when under ext/ or tool/.usa2007-12-222-1/+6
* * common.mk (encs, ext/ripper/ripper.c): needs MFLAGS.nobu2007-12-227-12/+147
* * lib/net/imap.rb (initialize): fixed documentation.shugo2007-12-222-11/+11
* * lib/net/pop.rb (enable_ssl): use OpenSSL::SSL::SSLContext.buildshugo2007-12-222-50/+61
* update tests for latest /.../n handling.akr2007-12-221-14/+24
* * lib/date.rb: shouldn't freeze nil. [ruby-dev:32677]tadf2007-12-222-2/+6
* * regenc.c (onigenc_ascii_is_code_ctype): moved from enc/ascii.c.akr2007-12-226-11/+50
* * parse.y (reg_named_capture_assign_iter): allows non-ascii names andnobu2007-12-222-2/+7
* * test/ruby/test_float.rb, test_sprintf.rb: fix test place.ko12007-12-223-2/+9
* * bootstraptest/test_objectspace.rb: skip flozen string.ko12007-12-222-1/+5
* * array.c (rb_ary_permutation): add volatile to avoid GC problem.ko12007-12-222-2/+6
* * test/ruby/test_float.rb (test_float): test literal, not sprintf.usa2007-12-221-0/+2
* * eval.c (rb_obj_instance_eval): use class of immediate objects.ko12007-12-223-2/+8
* * encoding.c (rb_locale_charmap): win32 support.usa2007-12-222-0/+6
* Place bin dir before lib dir so gem bin stubs work.drbrain2007-12-222-2/+6
* Updated ChangeLog with Rake info.jim2007-12-221-0/+5
* * lib/vm: removed.nobu2007-12-220-0/+0
* * parse.y (reg_named_capture_assign_iter): just ignore thematz2007-12-222-2/+3
* * tool/insns2vm.rb: moved from lib/vm/instruction.rb.ko12007-12-223-1/+5
* * parse.y (reg_named_capture_assign_iter): captured name shouldmatz2007-12-222-1/+8
* * tool/insns2vm.rb: set property.nobu2007-12-221-0/+0
* * eval.c (rb_f_method_name): now __method__ and __callee__ arematz2007-12-222-30/+7
* * string.c (rb_str_buf_append): improvement for non-broken codednobu2007-12-212-0/+17
* * bootstraptest/test_fork.rb: skip if fork is not unsupported.ko12007-12-213-17/+30
* io.c: fix typo in rdoc commentdavidflanagan2007-12-212-1/+5
* * parse.y (parser_str_new, rb_intern3): rb_default_encoding() renamed.usa2007-12-213-4/+10
* * encoding.c (rb_ascii_encoding): renamed from previousmatz2007-12-218-13/+18
* * re.c (rb_reg_prepare_re): stop ENCODING_NONE warning if thematz2007-12-212-1/+5
* * parse.y (command): block from cmd_brace_block was ignored.matz2007-12-212-3/+11
* test/ruby/test_eval.rb: class variable test updated.matz2007-12-211-12/+7
* * io.c (io_ungetc): avoid buffer relocation, which might causematz2007-12-212-10/+6