summaryrefslogtreecommitdiff
path: root/doc/regexp.rdoc
AgeCommit message (Expand)Author
2019-12-24[DOC] Fix typo and languageMarcus Stollsteimer
2019-11-03[DOC] mentioned `\R` [ci skip]Nobuyoshi Nakada
2019-11-03[DOC] \s in regexp is not same as in string [ci skip]Nobuyoshi Nakada
2019-08-28Document {n}? regexp pattern is optional and not non-greedy [ci skip]Jeremy Evans
2019-07-26Document behavior when mixing named captures with parentheses [ci skip]Jeremy Evans
2018-10-21Improve doc of Regexp about "ignore case" behavior [Misc #10836]aycabta
2017-10-21* doc/regexp.rdoc: In regexp doc, two backslashes match one literallysonots
2017-10-21* doc/regexp.rdoc: Fix regexp doc syntax highlightingsonots
2016-04-07regexp.rdoc: terminators in comments [ci skip]nobu
2016-01-08* doc/regexp.rdoc: [DOC] Elaborate on the \G anchor. [ci skip]knu
2015-01-01* doc/regexp.rdoc: fix regexp docs for whitespace character.hsbt
2014-05-25* doc/regexp.rdoc: [DOC] Clarify whitespace matching by @allolexzzak
2014-04-28fix typo [Fix GH-603]nobu
2013-11-13* doc/regexp.rdoc: [DOC] Fix typo in Special global variables section.zzak
2013-11-13* doc/regexp.rdoc: [DOC] add note about Bug #4044 as suggested byzzak
2013-09-17* doc/regexp.rdoc: [DOC] Replace paragraphs in verbatim sections withdrbrain
2013-07-20* doc/regexp.rdoc: [DOC] Fix typo in example [Fixes GH-365]zzak
2013-06-11* doc/re.rdoc: Rename to doc/regexp.rdoczzak
='width: 0.0%;'/> -rw-r--r--ruby_1_9_3/.gdbinit757
-rw-r--r--ruby_1_9_3/.gitignore131
-rw-r--r--ruby_1_9_3/.indent.pro21
-rw-r--r--ruby_1_9_3/.travis.yml8
-rw-r--r--ruby_1_9_3/BSDL22
-rw-r--r--ruby_1_9_3/COPYING56
-rw-r--r--ruby_1_9_3/COPYING.ja51
-rw-r--r--ruby_1_9_3/ChangeLog17205
-rw-r--r--ruby_1_9_3/GPL340
-rw-r--r--ruby_1_9_3/KNOWNBUGS.rb5
-rw-r--r--ruby_1_9_3/LEGAL533
-rw-r--r--ruby_1_9_3/Makefile.in390
-rw-r--r--ruby_1_9_3/NEWS341
-rw-r--r--ruby_1_9_3/README140
-rw-r--r--ruby_1_9_3/README.EXT1469
-rw-r--r--ruby_1_9_3/README.EXT.ja1570
-rw-r--r--ruby_1_9_3/README.ja185
-rw-r--r--ruby_1_9_3/ToDo124
-rw-r--r--ruby_1_9_3/addr2line.c610
-rw-r--r--ruby_1_9_3/addr2line.h21
-rw-r--r--ruby_1_9_3/array.c4782
-rw-r--r--ruby_1_9_3/bcc32/Makefile.sub617
-rw-r--r--ruby_1_9_3/bcc32/README.bcc32130
-rwxr-xr-xruby_1_9_3/bcc32/configure.bat163
-rwxr-xr-xruby_1_9_3/bcc32/mkexports.rb26
-rw-r--r--ruby_1_9_3/bcc32/setup.mak179
-rw-r--r--ruby_1_9_3/benchmark/bm_app_answer.rb15
-rw-r--r--ruby_1_9_3/benchmark/bm_app_erb.rb26
-rw-r--r--ruby_1_9_3/benchmark/bm_app_factorial.rb11
-rw-r--r--ruby_1_9_3/benchmark/bm_app_fib.rb10
-rw-r--r--ruby_1_9_3/benchmark/bm_app_mandelbrot.rb23
-rw-r--r--ruby_1_9_3/benchmark/bm_app_pentomino.rb259
-rw-r--r--ruby_1_9_3/benchmark/bm_app_raise.rb8
-rw-r--r--ruby_1_9_3/benchmark/bm_app_strconcat.rb5
-rw-r--r--ruby_1_9_3/benchmark/bm_app_tak.rb13
-rw-r--r--ruby_1_9_3/benchmark/bm_app_tarai.rb10
-rw-r--r--ruby_1_9_3/benchmark/bm_app_uri.rb8
-rw-r--r--ruby_1_9_3/benchmark/bm_io_file_create.rb13
-rw-r--r--ruby_1_9_3/benchmark/bm_io_file_read.rb15
-rw-r--r--ruby_1_9_3/benchmark/bm_io_file_write.rb14
-rw-r--r--ruby_1_9_3/benchmark/bm_io_select.rb9
-rw-r--r--ruby_1_9_3/benchmark/bm_io_select2.rb18
-rw-r--r--ruby_1_9_3/benchmark/bm_io_select3.rb17
-rw-r--r--ruby_1_9_3/benchmark/bm_loop_for.rb3
-rw-r--r--ruby_1_9_3/benchmark/bm_loop_generator.rb14
-rw-r--r--ruby_1_9_3/benchmark/bm_loop_times.rb1
-rw-r--r--ruby_1_9_3/benchmark/bm_loop_whileloop.rb4
-rw-r--r--ruby_1_9_3/benchmark/bm_loop_whileloop2.rb4
-rw-r--r--ruby_1_9_3/benchmark/bm_so_ackermann.rb19
-rw-r--r--ruby_1_9_3/benchmark/bm_so_array.rb23
-rw-r--r--ruby_1_9_3/benchmark/bm_so_binary_trees.rb57
-rw-r--r--ruby_1_9_3/benchmark/bm_so_concatenate.rb18
-rw-r--r--ruby_1_9_3/benchmark/bm_so_count_words.rb19
-rw-r--r--ruby_1_9_3/benchmark/bm_so_exception.rb61
-rw-r--r--ruby_1_9_3/benchmark/bm_so_fannkuch.rb45
-rw-r--r--ruby_1_9_3/benchmark/bm_so_fasta.rb81
-rw-r--r--ruby_1_9_3/benchmark/bm_so_k_nucleotide.rb48
-rw-r--r--ruby_1_9_3/benchmark/bm_so_lists.rb47
-rw-r--r--ruby_1_9_3/benchmark/bm_so_mandelbrot.rb57
-rw-r--r--ruby_1_9_3/benchmark/bm_so_matrix.rb48
-rw-r--r--ruby_1_9_3/benchmark/bm_so_meteor_contest.rb564
-rw-r--r--ruby_1_9_3/benchmark/bm_so_nbody.rb148
-rw-r--r--ruby_1_9_3/benchmark/bm_so_nested_loop.rb24
-rw-r--r--ruby_1_9_3/benchmark/bm_so_nsieve.rb35
-rw-r--r--ruby_1_9_3/benchmark/bm_so_nsieve_bits.rb42
-rw-r--r--ruby_1_9_3/benchmark/bm_so_object.rb56
-rw-r--r--ruby_1_9_3/benchmark/bm_so_partial_sums.rb31
-rw-r--r--ruby_1_9_3/benchmark/bm_so_pidigits.rb92
-rw-r--r--ruby_1_9_3/benchmark/bm_so_random.rb20
-rw-r--r--ruby_1_9_3/benchmark/bm_so_reverse_complement.rb30
-rw-r--r--ruby_1_9_3/benchmark/bm_so_sieve.rb24
-rw-r--r--ruby_1_9_3/benchmark/bm_so_spectralnorm.rb50
-rw-r--r--ruby_1_9_3/benchmark/bm_vm1_block.rb10
-rw-r--r--ruby_1_9_3/benchmark/bm_vm1_const.rb8
-rw-r--r--ruby_1_9_3/benchmark/bm_vm1_ensure.rb11
-rw-r--r--ruby_1_9_3/benchmark/bm_vm1_ivar.rb8
-rw-r--r--ruby_1_9_3/benchmark/bm_vm1_ivar_set.rb6
-rw-r--r--ruby_1_9_3/benchmark/bm_vm1_length.rb9
-rw-r--r--ruby_1_9_3/benchmark/bm_vm1_neq.rb8
-rw-r--r--ruby_1_9_3/benchmark/bm_vm1_not.rb7
-rw-r--r--ruby_1_9_3/benchmark/bm_vm1_rescue.rb7
-rw-r--r--ruby_1_9_3/benchmark/bm_vm1_simplereturn.rb9
-rw-r--r--ruby_1_9_3/benchmark/bm_vm1_swap.rb8
-rw-r--r--ruby_1_9_3/benchmark/bm_vm2_array.rb5
-rw-r--r--ruby_1_9_3/benchmark/bm_vm2_case.rb14
-rw-r--r--ruby_1_9_3/benchmark/bm_vm2_defined_method.rb9
-rw-r--r--ruby_1_9_3/benchmark/bm_vm2_eval.rb6
-rw-r--r--ruby_1_9_3/benchmark/bm_vm2_method.rb9
-rw-r--r--ruby_1_9_3/benchmark/bm_vm2_mutex.rb9
-rw-r--r--ruby_1_9_3/benchmark/bm_vm2_poly_method.rb20
-rw-r--r--ruby_1_9_3/benchmark/bm_vm2_poly_method_ov.rb20
-rw-r--r--ruby_1_9_3/benchmark/bm_vm2_proc.rb14
-rw-r--r--ruby_1_9_3/benchmark/bm_vm2_regexp.rb6
-rw-r--r--ruby_1_9_3/benchmark/bm_vm2_send.rb12
-rw-r--r--ruby_1_9_3/benchmark/bm_vm2_super.rb20
-rw-r--r--ruby_1_9_3/benchmark/bm_vm2_unif1.rb8
-rw-r--r--ruby_1_9_3/benchmark/bm_vm2_zsuper.rb20
-rw-r--r--ruby_1_9_3/benchmark/bm_vm3_clearmethodcache.rb8
-rwxr-xr-xruby_1_9_3/benchmark/bm_vm3_gc.rb7
-rw-r--r--ruby_1_9_3/benchmark/bm_vm_thread_alive_check1.rb6
-rw-r--r--ruby_1_9_3/benchmark/bm_vm_thread_create_join.rb6
-rw-r--r--ruby_1_9_3/benchmark/bm_vm_thread_mutex1.rb21
-rw-r--r--ruby_1_9_3/benchmark/bm_vm_thread_mutex2.rb21
-rw-r--r--ruby_1_9_3/benchmark/bm_vm_thread_mutex3.rb20
-rw-r--r--ruby_1_9_3/benchmark/bm_vm_thread_pass.rb15
-rw-r--r--ruby_1_9_3/benchmark/bm_vm_thread_pass_flood.rb8
-rw-r--r--ruby_1_9_3/benchmark/bm_vm_thread_pipe.rb17
-rw-r--r--ruby_1_9_3/benchmark/bmx_temp.rb9
-rw-r--r--ruby_1_9_3/benchmark/driver.rb270
-rw-r--r--ruby_1_9_3/benchmark/make_fasta_output.rb19
-rw-r--r--ruby_1_9_3/benchmark/other-lang/ack.pl11
-rw-r--r--ruby_1_9_3/benchmark/other-lang/ack.py16
-rw-r--r--ruby_1_9_3/benchmark/other-lang/ack.rb12
-rw-r--r--ruby_1_9_3/benchmark/other-lang/ack.scm7
-rw-r--r--ruby_1_9_3/benchmark/other-lang/eval.rb66
-rw-r--r--ruby_1_9_3/benchmark/other-lang/fact.pl13
-rw-r--r--ruby_1_9_3/benchmark/other-lang/fact.py18
-rw-r--r--ruby_1_9_3/benchmark/other-lang/fact.rb13
-rw-r--r--ruby_1_9_3/benchmark/other-lang/fact.scm8
-rw-r--r--ruby_1_9_3/benchmark/other-lang/fib.pl11
-rw-r--r--ruby_1_9_3/benchmark/other-lang/fib.py7
-rw-r--r--ruby_1_9_3/benchmark/other-lang/fib.rb9
-rw-r--r--ruby_1_9_3/benchmark/other-lang/fib.scm7
-rw-r--r--ruby_1_9_3/benchmark/other-lang/loop.pl3
-rw-r--r--ruby_1_9_3/benchmark/other-lang/loop.py2
-rw-r--r--ruby_1_9_3/benchmark/other-lang/loop.rb4
-rw-r--r--ruby_1_9_3/benchmark/other-lang/loop.scm1
-rw-r--r--ruby_1_9_3/benchmark/other-lang/loop2.rb1
-rw-r--r--ruby_1_9_3/benchmark/other-lang/tak.pl11
-rw-r--r--ruby_1_9_3/benchmark/other-lang/tak.py8
-rw-r--r--ruby_1_9_3/benchmark/other-lang/tak.rb13
-rw-r--r--ruby_1_9_3/benchmark/other-lang/tak.scm10
-rw-r--r--ruby_1_9_3/benchmark/prepare_so_count_words.rb15
-rw-r--r--ruby_1_9_3/benchmark/prepare_so_k_nucleotide.rb2
-rw-r--r--ruby_1_9_3/benchmark/prepare_so_reverse_complement.rb2
-rw-r--r--ruby_1_9_3/benchmark/report.rb79
-rw-r--r--ruby_1_9_3/benchmark/run.rb127
-rw-r--r--ruby_1_9_3/benchmark/runc.rb27
-rw-r--r--ruby_1_9_3/benchmark/wc.input.base25
-rw-r--r--ruby_1_9_3/bignum.c3798
-rwxr-xr-xruby_1_9_3/bin/erb155
-rwxr-xr-xruby_1_9_3/bin/gem25
-rwxr-xr-xruby_1_9_3/bin/irb20
-rwxr-xr-xruby_1_9_3/bin/rake32
-rwxr-xr-xruby_1_9_3/bin/rdoc40
-rwxr-xr-xruby_1_9_3/bin/ri12
-rwxr-xr-xruby_1_9_3/bin/testrb10
-rw-r--r--ruby_1_9_3/bootstraptest/pending.rb39
-rwxr-xr-xruby_1_9_3/bootstraptest/runner.rb393
-rw-r--r--ruby_1_9_3/bootstraptest/test_attr.rb36
-rw-r--r--ruby_1_9_3/bootstraptest/test_autoload.rb110
-rw-r--r--ruby_1_9_3/bootstraptest/test_block.rb567
-rw-r--r--ruby_1_9_3/bootstraptest/test_class.rb159
-rw-r--r--ruby_1_9_3/bootstraptest/test_eval.rb321
-rw-r--r--ruby_1_9_3/bootstraptest/test_exception.rb416
-rw-r--r--ruby_1_9_3/bootstraptest/test_finalizer.rb8
-rw-r--r--ruby_1_9_3/bootstraptest/test_flip.rb1
-rw-r--r--ruby_1_9_3/bootstraptest/test_flow.rb578
-rw-r--r--ruby_1_9_3/bootstraptest/test_fork.rb69
-rw-r--r--ruby_1_9_3/bootstraptest/test_gc.rb34
-rw-r--r--ruby_1_9_3/bootstraptest/test_io.rb106
-rw-r--r--ruby_1_9_3/bootstraptest/test_jump.rb308
-rw-r--r--ruby_1_9_3/bootstraptest/test_literal.rb202
-rw-r--r--ruby_1_9_3/bootstraptest/test_load.rb27
-rw-r--r--ruby_1_9_3/bootstraptest/test_marshal.rb5
-rw-r--r--ruby_1_9_3/bootstraptest/test_massign.rb183
-rw-r--r--ruby_1_9_3/bootstraptest/test_method.rb1186
-rw-r--r--ruby_1_9_3/bootstraptest/test_objectspace.rb46
-rw-r--r--ruby_1_9_3/bootstraptest/test_proc.rb482
-rw-r--r--ruby_1_9_3/bootstraptest/test_struct.rb5
-rw-r--r--ruby_1_9_3/bootstraptest/test_syntax.rb902
-rw-r--r--ruby_1_9_3/bootstraptest/test_thread.rb454
-rw-r--r--ruby_1_9_3/class.c1550
-rw-r--r--ruby_1_9_3/common.mk978
-rw-r--r--ruby_1_9_3/compar.c215
-rw-r--r--ruby_1_9_3/compile.c5579
-rw-r--r--ruby_1_9_3/complex.c1994
-rw-r--r--ruby_1_9_3/configure.in3050
-rw-r--r--ruby_1_9_3/constant.h34
-rw-r--r--ruby_1_9_3/cont.c1525
-rw-r--r--ruby_1_9_3/cygwin/GNUmakefile.in107
-rw-r--r--ruby_1_9_3/debug.c162
-rw-r--r--ruby_1_9_3/debug.h41
-rw-r--r--ruby_1_9_3/defs/default_gems7
-rw-r--r--ruby_1_9_3/defs/keywords53
-rw-r--r--ruby_1_9_3/defs/known_errors.def145
-rw-r--r--ruby_1_9_3/defs/lex.c.src53
-rw-r--r--ruby_1_9_3/defs/opt_insn_unif.def29
-rw-r--r--ruby_1_9_3/defs/opt_operand.def59
-rw-r--r--ruby_1_9_3/dir.c2094
-rw-r--r--ruby_1_9_3/dln.c1525
-rw-r--r--ruby_1_9_3/dln.h50
-rw-r--r--ruby_1_9_3/dln_find.c320
-rw-r--r--ruby_1_9_3/dmydln.c7
-rw-r--r--ruby_1_9_3/dmyencoding.c2
-rw-r--r--ruby_1_9_3/dmyext.c4
-rw-r--r--ruby_1_9_3/dmyversion.c2
-rw-r--r--ruby_1_9_3/doc/ChangeLog-1.8.024350
-rw-r--r--ruby_1_9_3/doc/ChangeLog-1.9.380621
-rw-r--r--ruby_1_9_3/doc/ChangeLog-YARV6917
-rw-r--r--ruby_1_9_3/doc/NEWS-1.8.7648
-rw-r--r--ruby_1_9_3/doc/NEWS-1.9.1422
-rw-r--r--ruby_1_9_3/doc/NEWS-1.9.2499
-rw-r--r--ruby_1_9_3/doc/etc.rd75
-rw-r--r--ruby_1_9_3/doc/etc.rd.ja75
-rw-r--r--ruby_1_9_3/doc/forwardable.rd83
-rw-r--r--ruby_1_9_3/doc/forwardable.rd.ja80
-rw-r--r--ruby_1_9_3/doc/images/boottime-classes.pngbin28677 -> 0 bytes-rw-r--r--ruby_1_9_3/doc/irb/irb-tools.rd.ja184
-rw-r--r--ruby_1_9_3/doc/irb/irb.rd391
-rw-r--r--ruby_1_9_3/doc/irb/irb.rd.ja412
-rw-r--r--ruby_1_9_3/doc/pty/README84
-rw-r--r--ruby_1_9_3/doc/pty/README.expect22
-rw-r--r--ruby_1_9_3/doc/pty/README.expect.ja21
-rw-r--r--ruby_1_9_3/doc/pty/README.ja76
-rw-r--r--ruby_1_9_3/doc/rake/CHANGES440
-rw-r--r--ruby_1_9_3/doc/rake/README196
-rw-r--r--ruby_1_9_3/doc/rake/command_line_usage.rdoc102
-rw-r--r--ruby_1_9_3/doc/rake/example/Rakefile138
-rw-r--r--ruby_1_9_3/doc/rake/example/Rakefile235
-rw-r--r--ruby_1_9_3/doc/rake/example/a.c6
-rw-r--r--ruby_1_9_3/doc/rake/example/b.c6
-rw-r--r--ruby_1_9_3/doc/rake/example/main.c11
-rw-r--r--ruby_1_9_3/doc/rake/glossary.rdoc51
-rw-r--r--ruby_1_9_3/doc/rake/jamis.rb591
-rw-r--r--ruby_1_9_3/doc/rake/proto_rake.rdoc127
-rw-r--r--ruby_1_9_3/doc/rake/rakefile.rdoc534
-rw-r--r--ruby_1_9_3/doc/rake/rational.rdoc151
-rw-r--r--ruby_1_9_3/doc/rake/release_notes/rake-0.8.7.rdoc55
-rw-r--r--ruby_1_9_3/doc/re.rdoc582
-rw-r--r--ruby_1_9_3/doc/rubygems/ChangeLog5689
-rw-r--r--ruby_1_9_3/doc/rubygems/History.txt852
-rw-r--r--ruby_1_9_3/doc/rubygems/LICENSE.txt53
-rw-r--r--ruby_1_9_3/doc/rubygems/README41
-rw-r--r--ruby_1_9_3/doc/shell.rd347
-rw-r--r--ruby_1_9_3/doc/shell.rd.ja335
-rw-r--r--ruby_1_9_3/enc/Makefile.in74
-rw-r--r--ruby_1_9_3/enc/ascii.c93
-rw-r--r--ruby_1_9_3/enc/big5.c367
-rw-r--r--ruby_1_9_3/enc/cp949.c219
-rw-r--r--ruby_1_9_3/enc/depend162
-rw-r--r--ruby_1_9_3/enc/emacs_mule.c340
-rw-r--r--ruby_1_9_3/enc/encdb.c27
-rw-r--r--ruby_1_9_3/enc/euc_jp.c398
-rw-r--r--ruby_1_9_3/enc/euc_kr.c192
-rw-r--r--ruby_1_9_3/enc/euc_tw.c225
-rw-r--r--ruby_1_9_3/enc/gb18030.c601
-rw-r--r--ruby_1_9_3/enc/gb2312.c13
-rw-r--r--ruby_1_9_3/enc/gbk.c222
-rw-r--r--ruby_1_9_3/enc/iso_2022_jp.h42
-rw-r--r--ruby_1_9_3/enc/iso_8859_1.c287
-rw-r--r--ruby_1_9_3/enc/iso_8859_10.c244
-rw-r--r--ruby_1_9_3/enc/iso_8859_11.c111
-rw-r--r--ruby_1_9_3/enc/iso_8859_13.c243
-rw-r--r--ruby_1_9_3/enc/iso_8859_14.c246
-rw-r--r--ruby_1_9_3/enc/iso_8859_15.c240
-rw-r--r--ruby_1_9_3/enc/iso_8859_16.c242
-rw-r--r--ruby_1_9_3/enc/iso_8859_2.c252
-rw-r--r--ruby_1_9_3/enc/iso_8859_3.c240
-rw-r--r--ruby_1_9_3/enc/iso_8859_4.c242
-rw-r--r--ruby_1_9_3/enc/iso_8859_5.c230
-rw-r--r--ruby_1_9_3/enc/iso_8859_6.c107
-rw-r--r--ruby_1_9_3/enc/iso_8859_7.c237
-rw-r--r--ruby_1_9_3/enc/iso_8859_8.c107
-rw-r--r--ruby_1_9_3/enc/iso_8859_9.c243
-rw-r--r--ruby_1_9_3/enc/koi8_r.c219
-rw-r--r--ruby_1_9_3/enc/koi8_u.c221
-rwxr-xr-xruby_1_9_3/enc/make_encmake.rb50
-rw-r--r--ruby_1_9_3/enc/prelude.rb6
-rw-r--r--ruby_1_9_3/enc/shift_jis.c421
-rw-r--r--ruby_1_9_3/enc/trans/CP/CP932UDA%UCS.src1912
-rw-r--r--ruby_1_9_3/enc/trans/CP/CP932VDC@IBM%UCS.src420
-rw-r--r--ruby_1_9_3/enc/trans/CP/CP932VDC@NEC_IBM%UCS.src406
-rw-r--r--ruby_1_9_3/enc/trans/CP/UCS%CP932UDA.src1912
-rw-r--r--ruby_1_9_3/enc/trans/CP/UCS%CP932VDC@IBM.src420
-rw-r--r--ruby_1_9_3/enc/trans/CP/UCS%CP932VDC@NEC_IBM.src406
-rw-r--r--ruby_1_9_3/enc/trans/EMOJI/EMOJI_ISO-2022-JP-KDDI%UCS.src658
-rw-r--r--ruby_1_9_3/enc/trans/EMOJI/EMOJI_SHIFT_JIS-DOCOMO%UCS.src293
-rw-r--r--ruby_1_9_3/enc/trans/EMOJI/EMOJI_SHIFT_JIS-KDDI%UCS.src658
-rw-r--r--ruby_1_9_3/enc/trans/EMOJI/EMOJI_SHIFT_JIS-KDDI-UNDOC%UCS.src658
-rw-r--r--ruby_1_9_3/enc/trans/EMOJI/EMOJI_SHIFT_JIS-SOFTBANK%UCS.src496
-rw-r--r--ruby_1_9_3/enc/trans/EMOJI/UCS%EMOJI_ISO-2022-JP-KDDI-UNDOC.src658
-rw-r--r--ruby_1_9_3/enc/trans/EMOJI/UCS%EMOJI_ISO-2022-JP-KDDI.src658
-rw-r--r--ruby_1_9_3/enc/trans/EMOJI/UCS%EMOJI_SHIFT_JIS-DOCOMO.src293
-rw-r--r--ruby_1_9_3/enc/trans/EMOJI/UCS%EMOJI_SHIFT_JIS-KDDI-UNDOC.src658
-rw-r--r--ruby_1_9_3/enc/trans/EMOJI/UCS%EMOJI_SHIFT_JIS-KDDI.src658
-rw-r--r--ruby_1_9_3/enc/trans/EMOJI/UCS%EMOJI_SHIFT_JIS-SOFTBANK.src496
-rw-r--r--ruby_1_9_3/enc/trans/GB/GB12345%UCS.src7618
-rw-r--r--ruby_1_9_3/enc/trans/GB/GB2312%UCS.src7535
-rw-r--r--ruby_1_9_3/enc/trans/GB/UCS%GB12345.src7620
-rw-r--r--ruby_1_9_3/enc/trans/GB/UCS%GB2312.src7531
-rw-r--r--ruby_1_9_3/enc/trans/JIS/JISX0201-KANA%UCS.src127
-rw-r--r--ruby_1_9_3/enc/trans/JIS/JISX0208@1990%UCS.src6972
-rw-r--r--ruby_1_9_3/enc/trans/JIS/JISX0208@MS%UCS.src6893
-rw-r--r--ruby_1_9_3/enc/trans/JIS/JISX0208UDC%UCS.src954
-rw-r--r--ruby_1_9_3/enc/trans/JIS/JISX0208VDC@NEC%UCS.src97
-rw-r--r--ruby_1_9_3/enc/trans/JIS/JISX0212%UCS.src6167
-rw-r--r--ruby_1_9_3/enc/trans/JIS/JISX0212@MS%UCS.src6081
-rw-r--r--ruby_1_9_3/enc/trans/JIS/JISX0212UDC%UCS.src954
-rw-r--r--ruby_1_9_3/enc/trans/JIS/JISX0212VDC@IBM%UCS.src120
-rw-r--r--ruby_1_9_3/enc/trans/JIS/UCS%JISX0201-KANA.src127
-rw-r--r--ruby_1_9_3/enc/trans/JIS/UCS%JISX0208@1990.src6974
-rw-r--r--ruby_1_9_3/enc/trans/JIS/UCS%JISX0208@MS.src6894
-rw-r--r--ruby_1_9_3/enc/trans/JIS/UCS%JISX0208UDC.src955
-rw-r--r--ruby_1_9_3/enc/trans/JIS/UCS%JISX0208VDC@NEC.src98
-rw-r--r--ruby_1_9_3/enc/trans/JIS/UCS%JISX0212.src6170
-rw-r--r--ruby_1_9_3/enc/trans/JIS/UCS%JISX0212@MS.src6082
-rw-r--r--ruby_1_9_3/enc/trans/JIS/UCS%JISX0212UDC.src955
-rw-r--r--ruby_1_9_3/enc/trans/JIS/UCS%JISX0212VDC@IBM.src121
-rw-r--r--ruby_1_9_3/enc/trans/big5-hkscs-tbl.rb37302
-rw-r--r--ruby_1_9_3/enc/trans/big5-uao-tbl.rb19784
-rw-r--r--ruby_1_9_3/enc/trans/big5.trans33
-rw-r--r--ruby_1_9_3/enc/trans/chinese.trans32
-rw-r--r--ruby_1_9_3/enc/trans/cp850-tbl.rb130
-rw-r--r--ruby_1_9_3/enc/trans/cp852-tbl.rb130
-rw-r--r--ruby_1_9_3/enc/trans/cp855-tbl.rb130
-rw-r--r--ruby_1_9_3/enc/trans/cp949-tbl.rb8831
-rw-r--r--ruby_1_9_3/enc/trans/emoji-exchange-tbl.rb8407
-rw-r--r--ruby_1_9_3/enc/trans/emoji.trans37
-rw-r--r--ruby_1_9_3/enc/trans/emoji_iso2022_kddi.trans217
-rw-r--r--ruby_1_9_3/enc/trans/emoji_sjis_docomo.trans33
-rw-r--r--ruby_1_9_3/enc/trans/emoji_sjis_kddi.trans34
-rw-r--r--ruby_1_9_3/enc/trans/emoji_sjis_softbank.trans33
-rw-r--r--ruby_1_9_3/enc/trans/escape.trans94
-rw-r--r--ruby_1_9_3/enc/trans/euckr-tbl.rb8228
-rw-r--r--ruby_1_9_3/enc/trans/gb18030-tbl.rb63362
-rw-r--r--ruby_1_9_3/enc/trans/gb18030.trans184
-rw-r--r--ruby_1_9_3/enc/trans/gbk-tbl.rb21794
-rw-r--r--ruby_1_9_3/enc/trans/gbk.trans16
-rw-r--r--ruby_1_9_3/enc/trans/ibm437-tbl.rb130
-rw-r--r--ruby_1_9_3/enc/trans/ibm737-tbl.rb130
-rw-r--r--ruby_1_9_3/enc/trans/ibm775-tbl.rb130
-rw-r--r--ruby_1_9_3/enc/trans/ibm852-tbl.rb130
-rw-r--r--ruby_1_9_3/enc/trans/ibm855-tbl.rb130
-rw-r--r--ruby_1_9_3/enc/trans/ibm857-tbl.rb127
-rw-r--r--ruby_1_9_3/enc/trans/ibm860-tbl.rb130
-rw-r--r--ruby_1_9_3/enc/trans/ibm861-tbl.rb130
-rw-r--r--ruby_1_9_3/enc/trans/ibm862-tbl.rb130
-rw-r--r--ruby_1_9_3/enc/trans/ibm863-tbl.rb130
-rw-r--r--ruby_1_9_3/enc/trans/ibm865-tbl.rb130
-rw-r--r--ruby_1_9_3/enc/trans/ibm866-tbl.rb130
-rw-r--r--ruby_1_9_3/enc/trans/ibm869-tbl.rb121
-rw-r--r--ruby_1_9_3/enc/trans/iso-8859-1-tbl.rb98
-rw-r--r--ruby_1_9_3/enc/trans/iso-8859-10-tbl.rb98
-rw-r--r--ruby_1_9_3/enc/trans/iso-8859-11-tbl.rb90
-rw-r--r--ruby_1_9_3/enc/trans/iso-8859-13-tbl.rb98
-rw-r--r--ruby_1_9_3/enc/trans/iso-8859-14-tbl.rb98
-rw-r--r--ruby_1_9_3/enc/trans/iso-8859-15-tbl.rb98
-rw-r--r--ruby_1_9_3/enc/trans/iso-8859-2-tbl.rb98
-rw-r--r--ruby_1_9_3/enc/trans/iso-8859-3-tbl.rb91
-rw-r--r--ruby_1_9_3/enc/trans/iso-8859-4-tbl.rb98
-rw-r--r--ruby_1_9_3/enc/trans/iso-8859-5-tbl.rb98
-rw-r--r--ruby_1_9_3/enc/trans/iso-8859-6-tbl.rb53
-rw-r--r--ruby_1_9_3/enc/trans/iso-8859-7-tbl.rb95
-rw-r--r--ruby_1_9_3/enc/trans/iso-8859-8-tbl.rb62
-rw-r--r--ruby_1_9_3/enc/trans/iso-8859-9-tbl.rb98
-rw-r--r--ruby_1_9_3/enc/trans/iso2022.trans568
-rw-r--r--ruby_1_9_3/enc/trans/japanese.trans98
-rw-r--r--ruby_1_9_3/enc/trans/japanese_euc.trans46
-rw-r--r--ruby_1_9_3/enc/trans/japanese_sjis.trans34
-rw-r--r--ruby_1_9_3/enc/trans/koi8-r-tbl.rb130
-rw-r--r--ruby_1_9_3/enc/trans/koi8-u-tbl.rb130
-rw-r--r--ruby_1_9_3/enc/trans/korean.trans19
-rw-r--r--ruby_1_9_3/enc/trans/maccroatian-tbl.rb129
-rw-r--r--ruby_1_9_3/enc/trans/maccyrillic-tbl.rb130
-rw-r--r--ruby_1_9_3/enc/trans/macgreek-tbl.rb129
-rw-r--r--ruby_1_9_3/enc/trans/maciceland-tbl.rb129
-rw-r--r--ruby_1_9_3/enc/trans/macroman-tbl.rb129
-rw-r--r--ruby_1_9_3/enc/trans/macromania-tbl.rb129
-rw-r--r--ruby_1_9_3/enc/trans/macturkish-tbl.rb128
-rw-r--r--ruby_1_9_3/enc/trans/macukraine-tbl.rb130
-rw-r--r--ruby_1_9_3/enc/trans/newline.trans135
-rw-r--r--ruby_1_9_3/enc/trans/single_byte.trans91
-rw-r--r--ruby_1_9_3/enc/trans/tis-620-tbl.rb89
-rw-r--r--ruby_1_9_3/enc/trans/transdb.c18
-rw-r--r--ruby_1_9_3/enc/trans/ucm/glibc-BIG5-2.3.3.ucm14087
-rw-r--r--ruby_1_9_3/enc/trans/ucm/glibc-BIG5HKSCS-2.3.3.ucm18332
-rw-r--r--ruby_1_9_3/enc/trans/ucm/windows-950-2000.ucm20379
-rw-r--r--ruby_1_9_3/enc/trans/ucm/windows-950_hkscs-2001.ucm23446
-rw-r--r--ruby_1_9_3/enc/trans/utf8_mac-tbl.rb945
-rw-r--r--ruby_1_9_3/enc/trans/utf8_mac.trans242
-rw-r--r--ruby_1_9_3/enc/trans/utf_16_32.trans557
-rw-r--r--ruby_1_9_3/enc/trans/windows-1250-tbl.rb125
-rw-r--r--ruby_1_9_3/enc/trans/windows-1251-tbl.rb129
-rw-r--r--ruby_1_9_3/enc/trans/windows-1252-tbl.rb125
-rw-r--r--ruby_1_9_3/enc/trans/windows-1253-tbl.rb113
-rw-r--r--ruby_1_9_3/enc/trans/windows-1254-tbl.rb123
-rw-r--r--ruby_1_9_3/enc/trans/windows-1255-tbl.rb141
-rw-r--r--ruby_1_9_3/enc/trans/windows-1256-tbl.rb130
-rw-r--r--ruby_1_9_3/enc/trans/windows-1257-tbl.rb118
-rw-r--r--ruby_1_9_3/enc/trans/windows-874-tbl.rb99
-rw-r--r--ruby_1_9_3/enc/unicode.c2609
-rw-r--r--ruby_1_9_3/enc/unicode/name2ctype.h23866
-rw-r--r--ruby_1_9_3/enc/unicode/name2ctype.h.blt23866
-rw-r--r--ruby_1_9_3/enc/unicode/name2ctype.kwd22543
-rw-r--r--ruby_1_9_3/enc/unicode/name2ctype.src22543
-rw-r--r--ruby_1_9_3/enc/us_ascii.c31
-rw-r--r--ruby_1_9_3/enc/utf_16_32.h4
-rw-r--r--ruby_1_9_3/enc/utf_16be.c257
-rw-r--r--ruby_1_9_3/enc/utf_16le.c249
-rw-r--r--ruby_1_9_3/enc/utf_32be.c195
-rw-r--r--ruby_1_9_3/enc/utf_32le.c194
-rw-r--r--ruby_1_9_3/enc/utf_7.h5
-rw-r--r--ruby_1_9_3/enc/utf_8.c457
-rw-r--r--ruby_1_9_3/enc/windows_1251.c208
-rw-r--r--ruby_1_9_3/enc/x_emoji.h26
-rw-r--r--ruby_1_9_3/encoding.c1662
-rw-r--r--ruby_1_9_3/enum.c2715
-rw-r--r--ruby_1_9_3/enumerator.c1178
-rw-r--r--ruby_1_9_3/error.c1792
-rw-r--r--ruby_1_9_3/eval.c1161
-rw-r--r--ruby_1_9_3/eval_error.c276
-rw-r--r--ruby_1_9_3/eval_intern.h234
-rw-r--r--ruby_1_9_3/eval_jump.c146
-rw-r--r--ruby_1_9_3/ext/-test-/array/resize/extconf.rb1
-rw-r--r--ruby_1_9_3/ext/-test-/array/resize/resize.c14
-rw-r--r--ruby_1_9_3/ext/-test-/bug-3571/bug.c23
-rw-r--r--ruby_1_9_3/ext/-test-/bug-3571/extconf.rb1
-rw-r--r--ruby_1_9_3/ext/-test-/bug-3662/bug.c16
-rw-r--r--ruby_1_9_3/ext/-test-/bug-3662/extconf.rb1
-rw-r--r--ruby_1_9_3/ext/-test-/funcall/extconf.rb2
-rw-r--r--ruby_1_9_3/ext/-test-/funcall/passing_block.c30
-rw-r--r--ruby_1_9_3/ext/-test-/load/dot.dot/dot.dot.c1
-rw-r--r--ruby_1_9_3/ext/-test-/load/dot.dot/extconf.rb1
-rw-r--r--ruby_1_9_3/ext/-test-/old_thread_select/depend2
-rw-r--r--ruby_1_9_3/ext/-test-/old_thread_select/extconf.rb1
-rw-r--r--ruby_1_9_3/ext/-test-/old_thread_select/old_thread_select.c75
-rw-r--r--ruby_1_9_3/ext/-test-/st/numhash/extconf.rb1
-rw-r--r--ruby_1_9_3/ext/-test-/st/numhash/numhash.c69
-rw-r--r--ruby_1_9_3/ext/-test-/string/cstr.c20
-rw-r--r--ruby_1_9_3/ext/-test-/string/ellipsize.c13
-rw-r--r--ruby_1_9_3/ext/-test-/string/enc_associate.c14
-rw-r--r--ruby_1_9_3/ext/-test-/string/extconf.rb6
-rw-r--r--ruby_1_9_3/ext/-test-/string/init.c11
-rw-r--r--ruby_1_9_3/ext/-test-/string/modify.c22
-rw-r--r--ruby_1_9_3/ext/-test-/string/set_len.c14
-rw-r--r--ruby_1_9_3/ext/-test-/wait_for_single_fd/depend2
-rw-r--r--ruby_1_9_3/ext/-test-/wait_for_single_fd/extconf.rb1
-rw-r--r--ruby_1_9_3/ext/-test-/wait_for_single_fd/wait_for_single_fd.c30
-rw-r--r--ruby_1_9_3/ext/-test-/win32/dln/dlntest.c17
-rw-r--r--ruby_1_9_3/ext/-test-/win32/dln/extconf.rb36
-rw-r--r--ruby_1_9_3/ext/-test-/win32/dln/libdlntest.c4
-rw-r--r--ruby_1_9_3/ext/-test-/win32/dln/libdlntest.def2
-rw-r--r--ruby_1_9_3/ext/-test-/win32/fd_setsize/depend2
-rw-r--r--ruby_1_9_3/ext/-test-/win32/fd_setsize/extconf.rb3
-rw-r--r--ruby_1_9_3/ext/-test-/win32/fd_setsize/fd_setsize.c55
-rw-r--r--ruby_1_9_3/ext/.document92
-rw-r--r--ruby_1_9_3/ext/Setup32
-rw-r--r--ruby_1_9_3/ext/Setup.atheos33
-rw-r--r--ruby_1_9_3/ext/Setup.emx33
-rw-r--r--ruby_1_9_3/ext/Setup.nt33
-rw-r--r--ruby_1_9_3/ext/bigdecimal/README60
-rw-r--r--ruby_1_9_3/ext/bigdecimal/bigdecimal.c5945
-rw-r--r--ruby_1_9_3/ext/bigdecimal/bigdecimal.gemspec30
-rw-r--r--ruby_1_9_3/ext/bigdecimal/bigdecimal.h278
-rw-r--r--ruby_1_9_3/ext/bigdecimal/bigdecimal_en.html792
-rw-r--r--ruby_1_9_3/ext/bigdecimal/bigdecimal_ja.html799
-rw-r--r--ruby_1_9_3/ext/bigdecimal/depend1
-rw-r--r--ruby_1_9_3/ext/bigdecimal/extconf.rb6
-rw-r--r--ruby_1_9_3/ext/bigdecimal/lib/bigdecimal/jacobian.rb87
-rw-r--r--ruby_1_9_3/ext/bigdecimal/lib/bigdecimal/ludcmp.rb88
-rw-r--r--ruby_1_9_3/ext/bigdecimal/lib/bigdecimal/math.rb206
-rw-r--r--ruby_1_9_3/ext/bigdecimal/lib/bigdecimal/newton.rb78
-rw-r--r--ruby_1_9_3/ext/bigdecimal/lib/bigdecimal/util.rb109
-rw-r--r--ruby_1_9_3/ext/bigdecimal/sample/linear.rb71
-rw-r--r--ruby_1_9_3/ext/bigdecimal/sample/nlsolve.rb38
-rw-r--r--ruby_1_9_3/ext/bigdecimal/sample/pi.rb20
-rw-r--r--ruby_1_9_3/ext/continuation/continuation.c8
-rw-r--r--ruby_1_9_3/ext/continuation/extconf.rb3
-rw-r--r--ruby_1_9_3/ext/coverage/coverage.c107
-rw-r--r--ruby_1_9_3/ext/coverage/extconf.rb3
-rw-r--r--ruby_1_9_3/ext/curses/curses.c4115
-rw-r--r--ruby_1_9_3/ext/curses/depend1
-rw-r--r--ruby_1_9_3/ext/curses/extconf.rb36
-rw-r--r--ruby_1_9_3/ext/curses/hello.rb30
-rw-r--r--ruby_1_9_3/ext/curses/mouse.rb53
-rw-r--r--ruby_1_9_3/ext/curses/rain.rb76
-rw-r--r--ruby_1_9_3/ext/curses/view.rb91
-rw-r--r--ruby_1_9_3/ext/curses/view2.rb149
-rw-r--r--ruby_1_9_3/ext/date/date_core.c9774
-rw-r--r--ruby_1_9_3/ext/date/date_parse.c2425
-rw-r--r--ruby_1_9_3/ext/date/date_strftime.c1155
-rw-r--r--ruby_1_9_3/ext/date/date_strptime.c698
-rw-r--r--ruby_1_9_3/ext/date/date_tmx.h56
-rw-r--r--ruby_1_9_3/ext/date/depend2
-rw-r--r--ruby_1_9_3/ext/date/extconf.rb2
-rw-r--r--ruby_1_9_3/ext/date/lib/date.rb61
-rw-r--r--ruby_1_9_3/ext/date/lib/date/format.rb1
-rw-r--r--ruby_1_9_3/ext/dbm/dbm.c1042
-rw-r--r--ruby_1_9_3/ext/dbm/depend1
-rw-r--r--ruby_1_9_3/ext/dbm/extconf.rb286
-rw-r--r--ruby_1_9_3/ext/digest/bubblebabble/bubblebabble.c142
-rw-r--r--ruby_1_9_3/ext/digest/bubblebabble/depend3
-rw-r--r--ruby_1_9_3/ext/digest/bubblebabble/extconf.rb6
-rw-r--r--ruby_1_9_3/ext/digest/defs.h19
-rw-r--r--ruby_1_9_3/ext/digest/depend2
-rw-r--r--ruby_1_9_3/ext/digest/digest.c700
-rw-r--r--ruby_1_9_3/ext/digest/digest.h32
-rw-r--r--ruby_1_9_3/ext/digest/extconf.rb10
-rw-r--r--ruby_1_9_3/ext/digest/lib/digest.rb88
-rw-r--r--ruby_1_9_3/ext/digest/lib/digest/hmac.rb302
-rw-r--r--ruby_1_9_3/ext/digest/md5/depend6
-rw-r--r--ruby_1_9_3/ext/digest/md5/extconf.rb26
-rw-r--r--ruby_1_9_3/ext/digest/md5/md5.c422
-rw-r--r--ruby_1_9_3/ext/digest/md5/md5.h80
-rw-r--r--ruby_1_9_3/ext/digest/md5/md5init.c40
-rw-r--r--ruby_1_9_3/ext/digest/md5/md5ossl.c9
-rw-r--r--ruby_1_9_3/ext/digest/md5/md5ossl.h13
-rw-r--r--ruby_1_9_3/ext/digest/rmd160/depend6
-rw-r--r--ruby_1_9_3/ext/digest/rmd160/extconf.rb25
-rw-r--r--ruby_1_9_3/ext/digest/rmd160/rmd160.c457
-rw-r--r--ruby_1_9_3/ext/digest/rmd160/rmd160.h56
-rw-r--r--ruby_1_9_3/ext/digest/rmd160/rmd160init.c40
-rw-r--r--ruby_1_9_3/ext/digest/rmd160/rmd160ossl.c8
-rw-r--r--ruby_1_9_3/ext/digest/rmd160/rmd160ossl.h19
-rw-r--r--ruby_1_9_3/ext/digest/sha1/depend6
-rw-r--r--ruby_1_9_3/ext/digest/sha1/extconf.rb25
-rw-r--r--ruby_1_9_3/ext/digest/sha1/sha1.c269
-rw-r--r--ruby_1_9_3/ext/digest/sha1/sha1.h39
-rw-r--r--ruby_1_9_3/ext/digest/sha1/sha1init.c40
-rw-r--r--ruby_1_9_3/ext/digest/sha1/sha1ossl.c10
-rw-r--r--ruby_1_9_3/ext/digest/sha1/sha1ossl.h20
-rw-r--r--ruby_1_9_3/ext/digest/sha2/depend6
-rw-r--r--ruby_1_9_3/ext/digest/sha2/extconf.rb31
-rw-r--r--ruby_1_9_3/ext/digest/sha2/lib/sha2.rb107
-rw-r--r--ruby_1_9_3/ext/digest/sha2/sha2.c1072
-rw-r--r--ruby_1_9_3/ext/digest/sha2/sha2.h225
-rw-r--r--ruby_1_9_3/ext/digest/sha2/sha2init.c56
-rw-r--r--ruby_1_9_3/ext/digest/sha2/sha2ossl.c11
-rw-r--r--ruby_1_9_3/ext/digest/sha2/sha2ossl.h17
-rw-r--r--ruby_1_9_3/ext/digest/test.sh30
-rw-r--r--ruby_1_9_3/ext/dl/callback/depend15
-rw-r--r--ruby_1_9_3/ext/dl/callback/extconf.rb14
-rw-r--r--ruby_1_9_3/ext/dl/callback/mkcallback.rb246
-rw-r--r--ruby_1_9_3/ext/dl/cfunc.c674
-rw-r--r--ruby_1_9_3/ext/dl/cptr.c682
-rw-r--r--ruby_1_9_3/ext/dl/depend7
-rw-r--r--ruby_1_9_3/ext/dl/dl.c407
-rw-r--r--ruby_1_9_3/ext/dl/dl.h226
-rw-r--r--ruby_1_9_3/ext/dl/extconf.rb29
-rw-r--r--ruby_1_9_3/ext/dl/handle.c428
-rw-r--r--ruby_1_9_3/ext/dl/lib/dl.rb12
-rw-r--r--ruby_1_9_3/ext/dl/lib/dl/callback.rb112
-rw-r--r--ruby_1_9_3/ext/dl/lib/dl/cparser.rb109
-rw-r--r--ruby_1_9_3/ext/dl/lib/dl/func.rb248
-rw-r--r--ruby_1_9_3/ext/dl/lib/dl/import.rb256
-rw-r--r--ruby_1_9_3/ext/dl/lib/dl/pack.rb128
-rw-r--r--ruby_1_9_3/ext/dl/lib/dl/stack.rb116
-rw-r--r--ruby_1_9_3/ext/dl/lib/dl/struct.rb212
-rw-r--r--ruby_1_9_3/ext/dl/lib/dl/types.rb75
-rw-r--r--ruby_1_9_3/ext/dl/lib/dl/value.rb112
-rw-r--r--ruby_1_9_3/ext/dl/win32/extconf.rb3
-rw-r--r--ruby_1_9_3/ext/dl/win32/lib/Win32API.rb30
-rw-r--r--ruby_1_9_3/ext/dl/win32/lib/win32/registry.rb845
-rw-r--r--ruby_1_9_3/ext/dl/win32/lib/win32/resolv.rb379
-rw-r--r--ruby_1_9_3/ext/dl/win32/lib/win32/sspi.rb330
-rw-r--r--ruby_1_9_3/ext/etc/depend1
-rw-r--r--ruby_1_9_3/ext/etc/etc.c669
-rw-r--r--ruby_1_9_3/ext/etc/extconf.rb30
-rwxr-xr-xruby_1_9_3/ext/extmk.rb671
-rw-r--r--ruby_1_9_3/ext/fcntl/depend1
-rw-r--r--ruby_1_9_3/ext/fcntl/extconf.rb2
-rw-r--r--ruby_1_9_3/ext/fcntl/fcntl.c187
-rw-r--r--ruby_1_9_3/ext/fiber/extconf.rb3
-rw-r--r--ruby_1_9_3/ext/fiber/fiber.c8
-rw-r--r--ruby_1_9_3/ext/fiddle/closure.c307
-rw-r--r--ruby_1_9_3/ext/fiddle/closure.h8
-rw-r--r--ruby_1_9_3/ext/fiddle/conversions.c139
-rw-r--r--ruby_1_9_3/ext/fiddle/conversions.h44
-rw-r--r--ruby_1_9_3/ext/fiddle/extconf.rb54
-rw-r--r--ruby_1_9_3/ext/fiddle/fiddle.c87
-rw-r--r--ruby_1_9_3/ext/fiddle/fiddle.h103
-rw-r--r--ruby_1_9_3/ext/fiddle/function.c226
-rw-r--r--ruby_1_9_3/ext/fiddle/function.h8
-rw-r--r--ruby_1_9_3/ext/fiddle/lib/fiddle.rb34
-rw-r--r--ruby_1_9_3/ext/fiddle/lib/fiddle/closure.rb48
-rw-r--r--ruby_1_9_3/ext/fiddle/lib/fiddle/function.rb6
-rw-r--r--ruby_1_9_3/ext/gdbm/README1
-rw-r--r--ruby_1_9_3/ext/gdbm/depend1
-rw-r--r--ruby_1_9_3/ext/gdbm/extconf.rb7
-rw-r--r--ruby_1_9_3/ext/gdbm/gdbm.c1255
-rw-r--r--ruby_1_9_3/ext/iconv/charset_alias.rb104
-rw-r--r--ruby_1_9_3/ext/iconv/depend2
-rw-r--r--ruby_1_9_3/ext/iconv/extconf.rb54
-rw-r--r--ruby_1_9_3/ext/iconv/iconv.c1256
-rw-r--r--ruby_1_9_3/ext/iconv/mkwrapper.rb53
-rw-r--r--ruby_1_9_3/ext/io/console/console.c762
-rw-r--r--ruby_1_9_3/ext/io/console/extconf.rb20
-rw-r--r--ruby_1_9_3/ext/io/console/io-console.gemspec15
-rw-r--r--ruby_1_9_3/ext/io/console/lib/console/size.rb20
-rw-r--r--ruby_1_9_3/ext/io/nonblock/extconf.rb8
-rw-r--r--ruby_1_9_3/ext/io/nonblock/nonblock.c114
-rw-r--r--ruby_1_9_3/ext/io/wait/extconf.rb18
-rw-r--r--ruby_1_9_3/ext/io/wait/wait.c142
-rw-r--r--ruby_1_9_3/ext/json/extconf.rb3
-rw-r--r--ruby_1_9_3/ext/json/generator/depend1
-rw-r--r--ruby_1_9_3/ext/json/generator/extconf.rb10
-rw-r--r--ruby_1_9_3/ext/json/generator/generator.c1459
-rw-r--r--ruby_1_9_3/ext/json/generator/generator.h200
-rw-r--r--ruby_1_9_3/ext/json/lib/json.rb62
-rw-r--r--ruby_1_9_3/ext/json/lib/json/add/complex.rb22
-rw-r--r--ruby_1_9_3/ext/json/lib/json/add/core.rb246
-rw-r--r--ruby_1_9_3/ext/json/lib/json/add/rational.rb22
-rw-r--r--ruby_1_9_3/ext/json/lib/json/common.rb442
-rw-r--r--ruby_1_9_3/ext/json/lib/json/ext.rb15
-rw-r--r--ruby_1_9_3/ext/json/lib/json/version.rb8
-rw-r--r--ruby_1_9_3/ext/json/parser/depend1
-rw-r--r--ruby_1_9_3/ext/json/parser/extconf.rb10
-rw-r--r--ruby_1_9_3/ext/json/parser/parser.c2196
-rw-r--r--ruby_1_9_3/ext/json/parser/parser.h82
-rw-r--r--ruby_1_9_3/ext/json/parser/parser.rl919
-rw-r--r--ruby_1_9_3/ext/json/parser/prereq.mk9
-rw-r--r--ruby_1_9_3/ext/mathn/complex/complex.c7
-rw-r--r--ruby_1_9_3/ext/mathn/complex/extconf.rb3
-rw-r--r--ruby_1_9_3/ext/mathn/rational/extconf.rb3
-rw-r--r--ruby_1_9_3/ext/mathn/rational/rational.c7
-rw-r--r--ruby_1_9_3/ext/nkf/depend1
-rw-r--r--ruby_1_9_3/ext/nkf/extconf.rb2
-rw-r--r--ruby_1_9_3/ext/nkf/lib/kconv.rb282
-rw-r--r--ruby_1_9_3/ext/nkf/nkf-utf8/config.h51
-rw-r--r--ruby_1_9_3/ext/nkf/nkf-utf8/nkf.c6717
-rw-r--r--ruby_1_9_3/ext/nkf/nkf-utf8/nkf.h192
-rw-r--r--ruby_1_9_3/ext/nkf/nkf-utf8/utf8tbl.c8754
-rw-r--r--ruby_1_9_3/ext/nkf/nkf-utf8/utf8tbl.h61
-rw-r--r--ruby_1_9_3/ext/nkf/nkf.c502
-rw-r--r--ruby_1_9_3/ext/objspace/depend3
-rw-r--r--ruby_1_9_3/ext/objspace/extconf.rb2
-rw-r--r--ruby_1_9_3/ext/objspace/objspace.c650
-rw-r--r--ruby_1_9_3/ext/openssl/extconf.rb139
-rw-r--r--ruby_1_9_3/ext/openssl/lib/openssl.rb25
-rw-r--r--ruby_1_9_3/ext/openssl/lib/openssl/bn.rb35
-rw-r--r--ruby_1_9_3/ext/openssl/lib/openssl/buffering.rb449
-rw-r--r--ruby_1_9_3/ext/openssl/lib/openssl/cipher.rb65
-rw-r--r--ruby_1_9_3/ext/openssl/lib/openssl/config.rb313
-rw-r--r--ruby_1_9_3/ext/openssl/lib/openssl/digest.rb72
-rw-r--r--ruby_1_9_3/ext/openssl/lib/openssl/ssl-internal.rb177
-rw-r--r--ruby_1_9_3/ext/openssl/lib/openssl/ssl.rb2
-rw-r--r--ruby_1_9_3/ext/openssl/lib/openssl/x509-internal.rb158
-rw-r--r--ruby_1_9_3/ext/openssl/lib/openssl/x509.rb2
-rw-r--r--ruby_1_9_3/ext/openssl/openssl_missing.c356
-rw-r--r--ruby_1_9_3/ext/openssl/openssl_missing.h198
-rw-r--r--ruby_1_9_3/ext/openssl/ossl.c901
-rw-r--r--ruby_1_9_3/ext/openssl/ossl.h241
-rw-r--r--ruby_1_9_3/ext/openssl/ossl_asn1.c1947
-rw-r--r--ruby_1_9_3/ext/openssl/ossl_asn1.h59
-rw-r--r--ruby_1_9_3/ext/openssl/ossl_bio.c87
-rw-r--r--ruby_1_9_3/ext/openssl/ossl_bio.h21
-rw-r--r--ruby_1_9_3/ext/openssl/ossl_bn.c854
-rw-r--r--ruby_1_9_3/ext/openssl/ossl_bn.h25
-rw-r--r--ruby_1_9_3/ext/openssl/ossl_cipher.c754
-rw-r--r--ruby_1_9_3/ext/openssl/ossl_cipher.h22
-rw-r--r--ruby_1_9_3/ext/openssl/ossl_config.c74
-rw-r--r--ruby_1_9_3/ext/openssl/ossl_config.h22
-rw-r--r--ruby_1_9_3/ext/openssl/ossl_digest.c438
-rw-r--r--ruby_1_9_3/ext/openssl/ossl_digest.h22
-rw-r--r--ruby_1_9_3/ext/openssl/ossl_engine.c415
-rw-r--r--ruby_1_9_3/ext/openssl/ossl_engine.h20
-rw-r--r--ruby_1_9_3/ext/openssl/ossl_hmac.c270
-rw-r--r--ruby_1_9_3/ext/openssl/ossl_hmac.h19
-rw-r--r--ruby_1_9_3/ext/openssl/ossl_ns_spki.c257
-rw-r--r--ruby_1_9_3/ext/openssl/ossl_ns_spki.h21
-rw-r--r--ruby_1_9_3/ext/openssl/ossl_ocsp.c786
-rw-r--r--ruby_1_9_3/ext/openssl/ossl_ocsp.h24
-rw-r--r--ruby_1_9_3/ext/openssl/ossl_pkcs12.c212
-rw-r--r--ruby_1_9_3/ext/openssl/ossl_pkcs12.h15
-rw-r--r--ruby_1_9_3/ext/openssl/ossl_pkcs5.c101
-rw-r--r--ruby_1_9_3/ext/openssl/ossl_pkcs5.h6
-rw-r--r--ruby_1_9_3/ext/openssl/ossl_pkcs7.c1046
-rw-r--r--ruby_1_9_3/ext/openssl/ossl_pkcs7.h22
-rw-r--r--ruby_1_9_3/ext/openssl/ossl_pkey.c398
-rw-r--r--ruby_1_9_3/ext/openssl/ossl_pkey.h141
-rw-r--r--ruby_1_9_3/ext/openssl/ossl_pkey_dh.c618
-rw-r--r--ruby_1_9_3/ext/openssl/ossl_pkey_dsa.c558
-rw-r--r--ruby_1_9_3/ext/openssl/ossl_pkey_ec.c1594
-rw-r--r--ruby_1_9_3/ext/openssl/ossl_pkey_rsa.c632
-rw-r--r--ruby_1_9_3/ext/openssl/ossl_rand.c202
-rw-r--r--ruby_1_9_3/ext/openssl/ossl_rand.h20
-rw-r--r--ruby_1_9_3/ext/openssl/ossl_ssl.c2019
-rw-r--r--ruby_1_9_3/ext/openssl/ossl_ssl.h36
-rw-r--r--ruby_1_9_3/ext/openssl/ossl_ssl_session.c323
-rw-r--r--ruby_1_9_3/ext/openssl/ossl_version.h16
-rw-r--r--ruby_1_9_3/ext/openssl/ossl_x509.c104
-rw-r--r--ruby_1_9_3/ext/openssl/ossl_x509.h114
-rw-r--r--ruby_1_9_3/ext/openssl/ossl_x509attr.c275
-rw-r--r--ruby_1_9_3/ext/openssl/ossl_x509cert.c868
-rw-r--r--ruby_1_9_3/ext/openssl/ossl_x509crl.c537
-rw-r--r--ruby_1_9_3/ext/openssl/ossl_x509ext.c471
-rw-r--r--ruby_1_9_3/ext/openssl/ossl_x509name.c419
-rw-r--r--ruby_1_9_3/ext/openssl/ossl_x509req.c468
-rw-r--r--ruby_1_9_3/ext/openssl/ossl_x509revoked.c229
-rw-r--r--ruby_1_9_3/ext/openssl/ossl_x509store.c612
-rw-r--r--ruby_1_9_3/ext/openssl/ruby_missing.h41
-rw-r--r--ruby_1_9_3/ext/pathname/extconf.rb2
-rw-r--r--ruby_1_9_3/ext/pathname/lib/pathname.rb527
-rw-r--r--ruby_1_9_3/ext/pathname/pathname.c1241
-rw-r--r--ruby_1_9_3/ext/psych/emitter.c538
-rw-r--r--ruby_1_9_3/ext/psych/emitter.h8
-rw-r--r--ruby_1_9_3/ext/psych/extconf.rb16
-rw-r--r--ruby_1_9_3/ext/psych/lib/psych.rb331
-rw-r--r--ruby_1_9_3/ext/psych/lib/psych/coder.rb94
-rw-r--r--ruby_1_9_3/ext/psych/lib/psych/core_ext.rb42
-rw-r--r--ruby_1_9_3/ext/psych/lib/psych/deprecated.rb83
-rw-r--r--ruby_1_9_3/ext/psych/lib/psych/handler.rb236
-rw-r--r--ruby_1_9_3/ext/psych/lib/psych/handlers/document_stream.rb22
-rw-r--r--ruby_1_9_3/ext/psych/lib/psych/json/ruby_events.rb19
-rw-r--r--ruby_1_9_3/ext/psych/lib/psych/json/stream.rb15
-rw-r--r--ruby_1_9_3/ext/psych/lib/psych/json/tree_builder.rb12
-rw-r--r--ruby_1_9_3/ext/psych/lib/psych/json/yaml_events.rb29
-rw-r--r--ruby_1_9_3/ext/psych/lib/psych/nodes.rb77
-rw-r--r--ruby_1_9_3/ext/psych/lib/psych/nodes/alias.rb18
-rw-r--r--ruby_1_9_3/ext/psych/lib/psych/nodes/document.rb60
-rw-r--r--ruby_1_9_3/ext/psych/lib/psych/nodes/mapping.rb56
-rw-r--r--ruby_1_9_3/ext/psych/lib/psych/nodes/node.rb53
-rw-r--r--ruby_1_9_3/ext/psych/lib/psych/nodes/scalar.rb67
-rw-r--r--ruby_1_9_3/ext/psych/lib/psych/nodes/sequence.rb81
-rw-r--r--ruby_1_9_3/ext/psych/lib/psych/nodes/stream.rb37
-rw-r--r--ruby_1_9_3/ext/psych/lib/psych/omap.rb4
-rw-r--r--ruby_1_9_3/ext/psych/lib/psych/parser.rb51
-rw-r--r--ruby_1_9_3/ext/psych/lib/psych/scalar_scanner.rb128
-rw-r--r--ruby_1_9_3/ext/psych/lib/psych/set.rb4
-rw-r--r--ruby_1_9_3/ext/psych/lib/psych/stream.rb36
-rw-r--r--ruby_1_9_3/ext/psych/lib/psych/streaming.rb22
-rw-r--r--ruby_1_9_3/ext/psych/lib/psych/syntax_error.rb19
-rw-r--r--ruby_1_9_3/ext/psych/lib/psych/tree_builder.rb96
-rw-r--r--ruby_1_9_3/ext/psych/lib/psych/visitors.rb6
-rw-r--r--ruby_1_9_3/ext/psych/lib/psych/visitors/depth_first.rb26
-rw-r--r--ruby_1_9_3/ext/psych/lib/psych/visitors/emitter.rb51
-rw-r--r--ruby_1_9_3/ext/psych/lib/psych/visitors/json_tree.rb21
-rw-r--r--ruby_1_9_3/ext/psych/lib/psych/visitors/to_ruby.rb324
-rw-r--r--ruby_1_9_3/ext/psych/lib/psych/visitors/visitor.rb19
-rw-r--r--ruby_1_9_3/ext/psych/lib/psych/visitors/yaml_tree.rb454
-rw-r--r--ruby_1_9_3/ext/psych/parser.c579
-rw-r--r--ruby_1_9_3/ext/psych/parser.h6
-rw-r--r--ruby_1_9_3/ext/psych/psych.c34
-rw-r--r--ruby_1_9_3/ext/psych/psych.h20
-rw-r--r--ruby_1_9_3/ext/psych/to_ruby.c41
-rw-r--r--ruby_1_9_3/ext/psych/to_ruby.h8
-rw-r--r--ruby_1_9_3/ext/psych/yaml_tree.c24
-rw-r--r--ruby_1_9_3/ext/psych/yaml_tree.h8
-rw-r--r--ruby_1_9_3/ext/pty/depend1
-rw-r--r--ruby_1_9_3/ext/pty/extconf.rb17
-rw-r--r--ruby_1_9_3/ext/pty/lib/expect.rb51
-rw-r--r--ruby_1_9_3/ext/pty/pty.c695
-rw-r--r--ruby_1_9_3/ext/racc/cparse/README10
-rw-r--r--ruby_1_9_3/ext/racc/cparse/cparse.c831
-rw-r--r--ruby_1_9_3/ext/racc/cparse/depend1
-rw-r--r--ruby_1_9_3/ext/racc/cparse/extconf.rb5
-rw-r--r--ruby_1_9_3/ext/readline/README10
-rw-r--r--ruby_1_9_3/ext/readline/README.ja437
-rw-r--r--ruby_1_9_3/ext/readline/depend1
-rw-r--r--ruby_1_9_3/ext/readline/extconf.rb98
-rw-r--r--ruby_1_9_3/ext/readline/readline.c1688
-rw-r--r--ruby_1_9_3/ext/ripper/README30
-rw-r--r--ruby_1_9_3/ext/ripper/depend47
-rw-r--r--ruby_1_9_3/ext/ripper/eventids2.c279
-rw-r--r--ruby_1_9_3/ext/ripper/extconf.rb22
-rw-r--r--ruby_1_9_3/ext/ripper/lib/ripper.rb4
-rw-r--r--ruby_1_9_3/ext/ripper/lib/ripper/core.rb70
-rw-r--r--ruby_1_9_3/ext/ripper/lib/ripper/filter.rb70
-rw-r--r--ruby_1_9_3/ext/ripper/lib/ripper/lexer.rb179
-rw-r--r--ruby_1_9_3/ext/ripper/lib/ripper/sexp.rb114
-rwxr-xr-xruby_1_9_3/ext/ripper/tools/generate-param-macros.rb14
-rwxr-xr-xruby_1_9_3/ext/ripper/tools/generate.rb152
-rwxr-xr-xruby_1_9_3/ext/ripper/tools/preproc.rb91
-rwxr-xr-xruby_1_9_3/ext/ripper/tools/strip.rb12
-rw-r--r--ruby_1_9_3/ext/sdbm/_sdbm.c929
-rw-r--r--ruby_1_9_3/ext/sdbm/depend2
-rw-r--r--ruby_1_9_3/ext/sdbm/extconf.rb4
-rw-r--r--ruby_1_9_3/ext/sdbm/init.c713
-rw-r--r--ruby_1_9_3/ext/sdbm/sdbm.h86
-rw-r--r--ruby_1_9_3/ext/socket/.document16
-rw-r--r--ruby_1_9_3/ext/socket/addrinfo.h189
-rw-r--r--ruby_1_9_3/ext/socket/ancdata.c1814
-rw-r--r--ruby_1_9_3/ext/socket/basicsocket.c781
-rw-r--r--ruby_1_9_3/ext/socket/constants.c145
-rw-r--r--ruby_1_9_3/ext/socket/depend25
-rw-r--r--ruby_1_9_3/ext/socket/extconf.rb495
-rw-r--r--ruby_1_9_3/ext/socket/getaddrinfo.c674
-rw-r--r--ruby_1_9_3/ext/socket/getnameinfo.c257
-rw-r--r--ruby_1_9_3/ext/socket/init.c559
-rw-r--r--ruby_1_9_3/ext/socket/ipsocket.c308
-rw-r--r--ruby_1_9_3/ext/socket/lib/socket.rb782
-rw-r--r--ruby_1_9_3/ext/socket/mkconstants.rb705
-rw-r--r--ruby_1_9_3/ext/socket/option.c923
-rw-r--r--ruby_1_9_3/ext/socket/raddrinfo.c2240
-rw-r--r--ruby_1_9_3/ext/socket/rubysocket.h309
-rw-r--r--ruby_1_9_3/ext/socket/socket.c1931
-rw-r--r--ruby_1_9_3/ext/socket/sockport.h84
-rw-r--r--ruby_1_9_3/ext/socket/sockssocket.c71
-rw-r--r--ruby_1_9_3/ext/socket/tcpserver.c171
-rw-r--r--ruby_1_9_3/ext/socket/tcpsocket.c82
-rw-r--r--ruby_1_9_3/ext/socket/udpsocket.c265
-rw-r--r--ruby_1_9_3/ext/socket/unixserver.c155
-rw-r--r--ruby_1_9_3/ext/socket/unixsocket.c523
-rw-r--r--ruby_1_9_3/ext/stringio/README18
-rw-r--r--ruby_1_9_3/ext/stringio/depend3
-rw-r--r--ruby_1_9_3/ext/stringio/extconf.rb2
-rw-r--r--ruby_1_9_3/ext/stringio/stringio.c1502
-rw-r--r--ruby_1_9_3/ext/strscan/depend2
-rw-r--r--ruby_1_9_3/ext/strscan/extconf.rb2
-rw-r--r--ruby_1_9_3/ext/strscan/strscan.c1317
-rw-r--r--ruby_1_9_3/ext/syck/bytecode.c1165
-rw-r--r--ruby_1_9_3/ext/syck/depend12
-rw-r--r--ruby_1_9_3/ext/syck/emitter.c1247
-rw-r--r--ruby_1_9_3/ext/syck/extconf.rb5
-rw-r--r--ruby_1_9_3/ext/syck/gram.c1894
-rw-r--r--ruby_1_9_3/ext/syck/gram.h79
-rw-r--r--ruby_1_9_3/ext/syck/handler.c173
-rw-r--r--ruby_1_9_3/ext/syck/implicit.c2990
-rw-r--r--ruby_1_9_3/ext/syck/lib/syck.rb447
-rw-r--r--ruby_1_9_3/ext/syck/lib/syck/baseemitter.rb242
-rw-r--r--ruby_1_9_3/ext/syck/lib/syck/basenode.rb222
-rw-r--r--ruby_1_9_3/ext/syck/lib/syck/constants.rb45
-rw-r--r--ruby_1_9_3/ext/syck/lib/syck/encoding.rb35
-rw-r--r--ruby_1_9_3/ext/syck/lib/syck/error.rb34
-rw-r--r--ruby_1_9_3/ext/syck/lib/syck/loader.rb14
-rw-r--r--ruby_1_9_3/ext/syck/lib/syck/rubytypes.rb467
-rw-r--r--ruby_1_9_3/ext/syck/lib/syck/stream.rb41
-rw-r--r--ruby_1_9_3/ext/syck/lib/syck/stringio.rb85
-rw-r--r--ruby_1_9_3/ext/syck/lib/syck/syck.rb16
-rw-r--r--ruby_1_9_3/ext/syck/lib/syck/tag.rb95
-rw-r--r--ruby_1_9_3/ext/syck/lib/syck/types.rb192
-rw-r--r--ruby_1_9_3/ext/syck/lib/syck/yamlnode.rb54
-rw-r--r--ruby_1_9_3/ext/syck/lib/syck/ypath.rb54
-rw-r--r--ruby_1_9_3/ext/syck/lib/yaml/syck.rb14
-rw-r--r--ruby_1_9_3/ext/syck/node.c407
-rw-r--r--ruby_1_9_3/ext/syck/rubyext.c2328
-rw-r--r--ruby_1_9_3/ext/syck/syck.c524
-rw-r--r--ruby_1_9_3/ext/syck/syck.h453
-rw-r--r--ruby_1_9_3/ext/syck/token.c2724
-rw-r--r--ruby_1_9_3/ext/syck/yaml2byte.c259
-rw-r--r--ruby_1_9_3/ext/syck/yamlbyte.h171
-rw-r--r--ruby_1_9_3/ext/syslog/depend2
-rw-r--r--ruby_1_9_3/ext/syslog/extconf.rb10
-rw-r--r--ruby_1_9_3/ext/syslog/syslog.c577
-rw-r--r--ruby_1_9_3/ext/syslog/syslog.txt124
-rw-r--r--ruby_1_9_3/ext/tk/ChangeLog.tkextlib949
-rw-r--r--ruby_1_9_3/ext/tk/MANUAL_tcltklib.eng473
-rw-r--r--ruby_1_9_3/ext/tk/MANUAL_tcltklib.eucj584
-rw-r--r--ruby_1_9_3/ext/tk/README.1st19
-rw-r--r--ruby_1_9_3/ext/tk/README.ActiveTcl62
-rw-r--r--ruby_1_9_3/ext/tk/README.fork34
-rw-r--r--ruby_1_9_3/ext/tk/README.macosx-aqua67
-rw-r--r--ruby_1_9_3/ext/tk/README.tcltklib152
-rw-r--r--ruby_1_9_3/ext/tk/config_list.in41
-rw-r--r--ruby_1_9_3/ext/tk/depend2
-rw-r--r--ruby_1_9_3/ext/tk/extconf.rb2032
-rw-r--r--ruby_1_9_3/ext/tk/lib/README30
-rw-r--r--ruby_1_9_3/ext/tk/lib/multi-tk.rb3754
-rw-r--r--ruby_1_9_3/ext/tk/lib/remote-tk.rb530
-rw-r--r--ruby_1_9_3/ext/tk/lib/tcltk.rb367
-rw-r--r--ruby_1_9_3/ext/tk/lib/tk.rb5761
-rw-r--r--ruby_1_9_3/ext/tk/lib/tk/after.rb6
-rw-r--r--ruby_1_9_3/ext/tk/lib/tk/autoload.rb760
-rw-r--r--ruby_1_9_3/ext/tk/lib/tk/bgerror.rb29
-rw-r--r--ruby_1_9_3/ext/tk/lib/tk/bindtag.rb138
-rw-r--r--ruby_1_9_3/ext/tk/lib/tk/busy.rb118
-rw-r--r--ruby_1_9_3/ext/tk/lib/tk/button.rb31
-rw-r--r--ruby_1_9_3/ext/tk/lib/tk/canvas.rb841
-rw-r--r--ruby_1_9_3/ext/tk/lib/tk/canvastag.rb459
-rw-r--r--ruby_1_9_3/ext/tk/lib/tk/checkbutton.rb32
-rw-r--r--ruby_1_9_3/ext/tk/lib/tk/clipboard.rb75
-rw-r--r--ruby_1_9_3/ext/tk/lib/tk/clock.rb71
-rw-r--r--ruby_1_9_3/ext/tk/lib/tk/composite.rb484
-rw-r--r--ruby_1_9_3/ext/tk/lib/tk/console.rb52
-rw-r--r--ruby_1_9_3/ext/tk/lib/tk/dialog.rb326
-rw-r--r--ruby_1_9_3/ext/tk/lib/tk/encodedstr.rb187
-rw-r--r--ruby_1_9_3/ext/tk/lib/tk/entry.rb120
-rw-r--r--ruby_1_9_3/ext/tk/lib/tk/event.rb562
-rw-r--r--ruby_1_9_3/ext/tk/lib/tk/font.rb2351
-rw-r--r--ruby_1_9_3/ext/tk/lib/tk/fontchooser.rb176
-rw-r--r--ruby_1_9_3/ext/tk/lib/tk/frame.rb132
-rw-r--r--ruby_1_9_3/ext/tk/lib/tk/grid.rb279
-rw-r--r--ruby_1_9_3/ext/tk/lib/tk/image.rb395
-rw-r--r--ruby_1_9_3/ext/tk/lib/tk/itemconfig.rb1222
-rw-r--r--ruby_1_9_3/ext/tk/lib/tk/itemfont.rb327
-rw-r--r--ruby_1_9_3/ext/tk/lib/tk/kinput.rb71
-rw-r--r--ruby_1_9_3/ext/tk/lib/tk/label.rb22
-rw-r--r--ruby_1_9_3/ext/tk/lib/tk/labelframe.rb31
-rw-r--r--ruby_1_9_3/ext/tk/lib/tk/listbox.rb284
-rw-r--r--ruby_1_9_3/ext/tk/lib/tk/macpkg.rb80
-rw-r--r--ruby_1_9_3/ext/tk/lib/tk/menu.rb718
-rw-r--r--ruby_1_9_3/ext/tk/lib/tk/menubar.rb137
-rw-r--r--ruby_1_9_3/ext/tk/lib/tk/menuspec.rb456
-rw-r--r--ruby_1_9_3/ext/tk/lib/tk/message.rb24
-rw-r--r--ruby_1_9_3/ext/tk/lib/tk/mngfocus.rb33
-rw-r--r--ruby_1_9_3/ext/tk/lib/tk/msgcat.rb296
-rw-r--r--ruby_1_9_3/ext/tk/lib/tk/namespace.rb551
-rw-r--r--ruby_1_9_3/ext/tk/lib/tk/optiondb.rb377
-rw-r--r--ruby_1_9_3/ext/tk/lib/tk/optionobj.rb212
-rw-r--r--ruby_1_9_3/ext/tk/lib/tk/pack.rb107
-rw-r--r--ruby_1_9_3/ext/tk/lib/tk/package.rb143
-rw-r--r--ruby_1_9_3/ext/tk/lib/tk/palette.rb55
-rw-r--r--ruby_1_9_3/ext/tk/lib/tk/panedwindow.rb260
-rw-r--r--ruby_1_9_3/ext/tk/lib/tk/place.rb128
-rw-r--r--ruby_1_9_3/ext/tk/lib/tk/radiobutton.rb73
-rw-r--r--ruby_1_9_3/ext/tk/lib/tk/root.rb95
-rw-r--r--ruby_1_9_3/ext/tk/lib/tk/scale.rb112
-rw-r--r--ruby_1_9_3/ext/tk/lib/tk/scrollable.rb82
-rw-r--r--ruby_1_9_3/ext/tk/lib/tk/scrollbar.rb183
-rw-r--r--ruby_1_9_3/ext/tk/lib/tk/scrollbox.rb39
-rw-r--r--ruby_1_9_3/ext/tk/lib/tk/selection.rb86
-rw-r--r--ruby_1_9_3/ext/tk/lib/tk/spinbox.rb144
-rw-r--r--ruby_1_9_3/ext/tk/lib/tk/tagfont.rb43
-rw-r--r--ruby_1_9_3/ext/tk/lib/tk/text.rb1604
-rw-r--r--ruby_1_9_3/ext/tk/lib/tk/textimage.rb88
-rw-r--r--ruby_1_9_3/ext/tk/lib/tk/textmark.rb204
-rw-r--r--ruby_1_9_3/ext/tk/lib/tk/texttag.rb321
-rw-r--r--ruby_1_9_3/ext/tk/lib/tk/textwindow.rb154
-rw-r--r--ruby_1_9_3/ext/tk/lib/tk/timer.rb669
-rw-r--r--ruby_1_9_3/ext/tk/lib/tk/toplevel.rb264
-rw-r--r--ruby_1_9_3/ext/tk/lib/tk/ttk_selector.rb98
-rw-r--r--ruby_1_9_3/ext/tk/lib/tk/txtwin_abst.rb39
-rw-r--r--ruby_1_9_3/ext/tk/lib/tk/validation.rb397
-rw-r--r--ruby_1_9_3/ext/tk/lib/tk/variable.rb1799
-rw-r--r--ruby_1_9_3/ext/tk/lib/tk/virtevent.rb139
-rw-r--r--ruby_1_9_3/ext/tk/lib/tk/winfo.rb392
-rw-r--r--ruby_1_9_3/ext/tk/lib/tk/winpkg.rb156
-rw-r--r--ruby_1_9_3/ext/tk/lib/tk/wm.rb552
-rw-r--r--ruby_1_9_3/ext/tk/lib/tk/xim.rb122
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkafter.rb4
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkbgerror.rb4
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkcanvas.rb4
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkclass.rb47
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkconsole.rb4
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkdialog.rb4
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkentry.rb4
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/ICONS.rb13
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/ICONS/icons.rb129
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/ICONS/setup.rb8
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/SUPPORT_STATUS198
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/blt.rb189
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/blt/barchart.rb79
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/blt/bitmap.rb112
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/blt/busy.rb83
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/blt/component.rb2218
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/blt/container.rb28
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/blt/cutbuffer.rb23
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/blt/dragdrop.rb269
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/blt/eps.rb32
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/blt/graph.rb67
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/blt/htext.rb112
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/blt/setup.rb8
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/blt/spline.rb23
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/blt/stripchart.rb74
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/blt/table.rb412
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/blt/tabnotebook.rb110
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/blt/tabset.rb504
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/blt/ted.rb68
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/blt/tile.rb25
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/blt/tile/button.rb16
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/blt/tile/checkbutton.rb17
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/blt/tile/frame.rb16
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/blt/tile/label.rb16
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/blt/tile/radiobutton.rb17
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/blt/tile/scrollbar.rb16
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/blt/tile/toplevel.rb16
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/blt/tree.rb1058
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/blt/treeview.rb1287
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/blt/unix_dnd.rb141
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/blt/vector.rb256
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/blt/watch.rb175
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/blt/win_printer.rb61
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/blt/winop.rb107
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/bwidget.rb153
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/bwidget/arrowbutton.rb21
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/bwidget/bitmap.rb21
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/bwidget/button.rb31
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/bwidget/buttonbox.rb90
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/bwidget/combobox.rb62
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/bwidget/dialog.rb194
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/bwidget/dragsite.rb31
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/bwidget/dropsite.rb39
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/bwidget/dynamichelp.rb63
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/bwidget/entry.rb43
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/bwidget/label.rb41
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/bwidget/labelentry.rb80
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/bwidget/labelframe.rb52
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/bwidget/listbox.rb361
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/bwidget/mainframe.rb132
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/bwidget/messagedlg.rb192
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/bwidget/notebook.rb166
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/bwidget/pagesmanager.rb73
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/bwidget/panedwindow.rb42
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/bwidget/panelframe.rb67
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/bwidget/passwddlg.rb44
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/bwidget/progressbar.rb20
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/bwidget/progressdlg.rb58
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/bwidget/scrollableframe.rb40
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/bwidget/scrolledwindow.rb48
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/bwidget/scrollview.rb25
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/bwidget/selectcolor.rb73
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/bwidget/selectfont.rb91
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/bwidget/separator.rb20
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/bwidget/setup.rb8
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/bwidget/spinbox.rb98
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/bwidget/statusbar.rb62
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/bwidget/titleframe.rb33
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/bwidget/tree.rb500
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/bwidget/widget.rb129
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/itcl.rb13
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/itcl/incr_tcl.rb178
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/itcl/setup.rb13
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/itk.rb13
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/itk/incr_tk.rb446
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/itk/setup.rb13
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/iwidgets.rb94
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/iwidgets/buttonbox.rb121
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/iwidgets/calendar.rb125
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/iwidgets/canvasprintbox.rb53
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/iwidgets/canvasprintdialog.rb38
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/iwidgets/checkbox.rb130
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/iwidgets/combobox.rb104
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/iwidgets/dateentry.rb20
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/iwidgets/datefield.rb58
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/iwidgets/dialog.rb20
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/iwidgets/dialogshell.rb121
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/iwidgets/disjointlistbox.rb50
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/iwidgets/entryfield.rb185
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/iwidgets/extbutton.rb40
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/iwidgets/extfileselectionbox.rb46
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/iwidgets/extfileselectiondialog.rb33
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/iwidgets/feedback.rb35
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/iwidgets/fileselectionbox.rb46
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/iwidgets/fileselectiondialog.rb33
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/iwidgets/finddialog.rb42
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/iwidgets/hierarchy.rb365
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/iwidgets/hyperhelp.rb50
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/iwidgets/labeledframe.rb39
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/iwidgets/labeledwidget.rb45
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/iwidgets/mainwindow.rb67
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/iwidgets/menubar.rb212
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/iwidgets/messagebox.rb93
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/iwidgets/messagedialog.rb20
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/iwidgets/notebook.rb175
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/iwidgets/optionmenu.rb92
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/iwidgets/panedwindow.rb134
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/iwidgets/promptdialog.rb131
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/iwidgets/pushbutton.rb35
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/iwidgets/radiobox.rb121
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/iwidgets/scopedobject.rb24
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/iwidgets/scrolledcanvas.rb353
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/iwidgets/scrolledframe.rb59
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/iwidgets/scrolledhtml.rb58
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/iwidgets/scrolledlistbox.rb207
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/iwidgets/scrolledtext.rb568
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/iwidgets/scrolledwidget.rb20
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/iwidgets/selectionbox.rb102
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/iwidgets/selectiondialog.rb92
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/iwidgets/setup.rb8
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/iwidgets/shell.rb38
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/iwidgets/spindate.rb48
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/iwidgets/spinint.rb30
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/iwidgets/spinner.rb169
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/iwidgets/spintime.rb48
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/iwidgets/tabnotebook.rb181
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/iwidgets/tabset.rb145
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/iwidgets/timeentry.rb25
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/iwidgets/timefield.rb58
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/iwidgets/toolbar.rb112
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/iwidgets/watch.rb56
-rwxr-xr-xruby_1_9_3/ext/tk/lib/tkextlib/pkg_checker.rb184
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/setup.rb8
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/tcllib.rb105
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/tcllib/README135
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/tcllib/autoscroll.rb158
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/tcllib/calendar.rb55
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/tcllib/canvas_sqmap.rb36
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/tcllib/canvas_zoom.rb21
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/tcllib/chatwidget.rb151
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/tcllib/crosshair.rb117
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/tcllib/ctext.rb160
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/tcllib/cursor.rb97
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/tcllib/dateentry.rb62
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/tcllib/datefield.rb57
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/tcllib/diagrams.rb224
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/tcllib/dialog.rb84
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/tcllib/getstring.rb134
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/tcllib/history.rb73
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/tcllib/ico.rb146
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/tcllib/ip_entry.rb75
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/tcllib/khim.rb68
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/tcllib/menuentry.rb47
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/tcllib/ntext.rb146
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/tcllib/panelframe.rb78
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/tcllib/plotchart.rb1404
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/tcllib/ruler.rb65
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/tcllib/screenruler.rb68
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/tcllib/scrolledwindow.rb57
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/tcllib/scrollwin.rb61
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/tcllib/setup.rb8
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/tcllib/statusbar.rb79
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/tcllib/style.rb61
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/tcllib/superframe.rb51
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/tcllib/swaplist.rb150
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/tcllib/tablelist.rb28
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/tcllib/tablelist_core.rb1072
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/tcllib/tablelist_tile.rb43
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/tcllib/tkpiechart.rb314
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/tcllib/toolbar.rb175
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/tcllib/tooltip.rb104
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/tcllib/widget.rb82
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/tclx.rb13
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/tclx/setup.rb8
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/tclx/tclx.rb74
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/tile.rb449
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/tile/dialog.rb102
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/tile/setup.rb8
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/tile/sizegrip.rb32
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/tile/style.rb336
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/tile/tbutton.rb34
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/tile/tcheckbutton.rb38
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/tile/tcombobox.rb55
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/tile/tentry.rb49
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/tile/tframe.rb34
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/tile/tlabel.rb34
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/tile/tlabelframe.rb38
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/tile/tmenubutton.rb38
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/tile/tnotebook.rb147
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/tile/tpaned.rb245
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/tile/tprogressbar.rb57
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/tile/tradiobutton.rb38
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/tile/treeview.rb1306
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/tile/tscale.rb56
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/tile/tscrollbar.rb63
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/tile/tseparator.rb34
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/tile/tspinbox.rb107
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/tile/tsquare.rb30
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/tkDND.rb18
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/tkDND/setup.rb8
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/tkDND/shape.rb125
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/tkDND/tkdnd.rb182
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/tkHTML.rb13
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/tkHTML/htmlwidget.rb453
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/tkHTML/setup.rb8
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/tkimg.rb36
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/tkimg/README26
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/tkimg/bmp.rb33
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/tkimg/gif.rb33
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/tkimg/ico.rb33
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/tkimg/jpeg.rb33
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/tkimg/pcx.rb33
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/tkimg/pixmap.rb44
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/tkimg/png.rb33
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/tkimg/ppm.rb33
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/tkimg/ps.rb33
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/tkimg/setup.rb8
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/tkimg/sgi.rb33
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/tkimg/sun.rb33
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/tkimg/tga.rb33
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/tkimg/tiff.rb33
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/tkimg/window.rb33
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/tkimg/xbm.rb33
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/tkimg/xpm.rb33
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/tktable.rb14
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/tktable/setup.rb8
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/tktable/tktable.rb966
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/tktrans.rb14
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/tktrans/setup.rb8
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/tktrans/tktrans.rb64
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/treectrl.rb13
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/treectrl/setup.rb8
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/treectrl/tktreectrl.rb2522
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/trofs.rb13
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/trofs/setup.rb8
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/trofs/trofs.rb51
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/version.rb6
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/vu.rb48
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/vu/bargraph.rb61
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/vu/charts.rb53
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/vu/dial.rb102
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/vu/pie.rb286
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/vu/setup.rb8
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/vu/spinbox.rb22
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/winico.rb14
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/winico/setup.rb8
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkextlib/winico/winico.rb224
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkfont.rb4
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkmacpkg.rb4
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkmenubar.rb4
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkmngfocus.rb4
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkpalette.rb4
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkscrollbox.rb4
-rw-r--r--ruby_1_9_3/ext/tk/lib/tktext.rb4
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkvirtevent.rb4
-rw-r--r--ruby_1_9_3/ext/tk/lib/tkwinpkg.rb4
-rw-r--r--ruby_1_9_3/ext/tk/old-README.tcltklib.eucj159
-rw-r--r--ruby_1_9_3/ext/tk/old-extconf.rb440
-rw-r--r--ruby_1_9_3/ext/tk/sample/24hr_clock.rb286
-rw-r--r--ruby_1_9_3/ext/tk/sample/binding_sample.rb87
-rw-r--r--ruby_1_9_3/ext/tk/sample/bindtag_sample.rb127
-rw-r--r--ruby_1_9_3/ext/tk/sample/binstr_usage.rb45
-rw-r--r--ruby_1_9_3/ext/tk/sample/btn_with_frame.rb20
-rw-r--r--ruby_1_9_3/ext/tk/sample/cd_timer.rb81
-rw-r--r--ruby_1_9_3/ext/tk/sample/cmd_res_test.rb17
-rw-r--r--ruby_1_9_3/ext/tk/sample/cmd_resource5
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-en/ChangeLog64
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-en/ChangeLog.prev9
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-en/README138
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-en/README.1st18
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-en/README.tkencoding29
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-en/anilabel.rb174
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-en/aniwave.rb118
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-en/arrow.rb249
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-en/bind.rb127
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-en/bitmap.rb75
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-en/browse163
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-en/browse282
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-en/button.rb84
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-en/check.rb72
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-en/check2.rb109
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-en/clrpick.rb87
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-en/colors.rb158
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-en/combo.rb96
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-en/cscroll.rb136
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-en/ctext.rb207
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-en/dialog1.rb38
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-en/dialog2.rb41
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-en/doc.org/README7
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-en/doc.org/README.JP14
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-en/doc.org/README.tk8046
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-en/doc.org/license.terms39
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-en/doc.org/license.terms.tk8039
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-en/entry1.rb58
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-en/entry2.rb93
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-en/entry3.rb220
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-en/filebox.rb102
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-en/floor.rb1723
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-en/floor2.rb1722
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-en/form.rb64
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-en/goldberg.rb2006
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-en/hello14
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-en/hscale.rb75
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-en/icon.rb105
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-en/image1.rb65
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-en/image2.rb107
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-en/image3.rb125
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-en/items.rb381
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-en/ixset333
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-en/ixset2367
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-en/knightstour.rb271
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-en/label.rb72
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-en/labelframe.rb95
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-en/mclist.rb117
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-en/menu.rb196
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-en/menu84.rb215
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-en/menubu.rb237
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-en/msgbox.rb90
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-en/msgbox2.rb91
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-en/paned1.rb47
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-en/paned2.rb94
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-en/pendulum.rb240
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-en/plot.rb124
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-en/puzzle.rb134
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-en/radio.rb86
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-en/radio2.rb109
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-en/radio3.rb117
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-en/rmt268
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-en/rolodex320
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-en/ruler.rb205
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-en/sayings.rb106
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-en/search.rb187
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-en/spin.rb65
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-en/square81
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-en/states.rb80
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-en/style.rb231
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-en/tcolor526
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-en/text.rb128
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-en/textpeer.rb76
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-en/timer136
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-en/tkencoding.rb42
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-en/toolbar.rb130
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-en/tree.rb119
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-en/ttkbut.rb139
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-en/ttkmenu.rb85
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-en/ttknote.rb89
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-en/ttkpane.rb213
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-en/ttkprogress.rb66
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-en/twind.rb291
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-en/twind2.rb384
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-en/unicodeout.rb114
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-en/vscale.rb79
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-en/widget1087
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-jp/README54
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-jp/README.1st20
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-jp/anilabel.rb177
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-jp/aniwave.rb120
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-jp/arrow.rb247
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-jp/bind.rb125
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-jp/bitmap.rb74
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-jp/browse163
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-jp/browse282
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-jp/button.rb83
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-jp/check.rb70
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-jp/check2.rb110
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-jp/clrpick.rb84
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-jp/colors.rb155
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-jp/combo.rb98
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-jp/cscroll.rb134
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-jp/ctext.rb204
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-jp/dialog1.rb39
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-jp/dialog2.rb43
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-jp/doc.org/README7
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-jp/doc.org/README.JP14
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-jp/doc.org/README.tk8046
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-jp/doc.org/license.terms39
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-jp/doc.org/license.terms.tk8039
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-jp/entry1.rb60
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-jp/entry2.rb91
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-jp/entry3.rb225
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-jp/filebox.rb102
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-jp/floor.rb1721
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-jp/floor2.rb1719
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-jp/form.rb66
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-jp/goldberg.rb2011
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-jp/hello10
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-jp/hscale.rb78
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-jp/icon.rb103
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-jp/image1.rb64
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-jp/image2.rb106
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-jp/image3.rb127
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-jp/items.rb379
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-jp/ixset333
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-jp/ixset2369
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-jp/knightstour.rb273
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-jp/label.rb69
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-jp/labelframe.rb102
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-jp/mclist.rb121
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-jp/menu.rb201
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-jp/menu84.rb213
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-jp/menu8x.rb233
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-jp/menubu.rb238
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-jp/msgbox.rb89
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-jp/msgbox2.rb90
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-jp/paned1.rb52
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-jp/paned2.rb100
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-jp/pendulum.rb242
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-jp/plot.rb126
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-jp/puzzle.rb131
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-jp/radio.rb84
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-jp/radio2.rb112
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-jp/radio3.rb119
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-jp/rmt268
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-jp/rolodex320
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-jp/rolodex-j300
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-jp/ruler.rb203
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-jp/sayings.rb103
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-jp/search.rb184
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-jp/spin.rb71
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-jp/square81
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-jp/states.rb74
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-jp/style.rb270
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-jp/tcolor534
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-jp/text.rb120
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-jp/textpeer.rb82
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-jp/timer136
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-jp/toolbar.rb136
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-jp/tree.rb120
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-jp/ttkbut.rb145
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-jp/ttkmenu.rb91
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-jp/ttknote.rb97
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-jp/ttkpane.rb216
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-jp/ttkprogress.rb71
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-jp/twind.rb292
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-jp/twind2.rb384
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-jp/unicodeout.rb119
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-jp/vscale.rb80
-rw-r--r--ruby_1_9_3/ext/tk/sample/demos-jp/widget1122
-rw-r--r--ruby_1_9_3/ext/tk/sample/editable_listbox.rb148
-rw-r--r--ruby_1_9_3/ext/tk/sample/encstr_usage.rb30
-rw-r--r--ruby_1_9_3/ext/tk/sample/figmemo_sample.rb456
-rw-r--r--ruby_1_9_3/ext/tk/sample/images/earth.gifbin51712 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/images/earthris.gifbin6343 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/images/face.xbm173
-rw-r--r--ruby_1_9_3/ext/tk/sample/images/flagdown.xbm27
-rw-r--r--ruby_1_9_3/ext/tk/sample/images/flagup.xbm27
-rw-r--r--ruby_1_9_3/ext/tk/sample/images/gray25.xbm6
-rw-r--r--ruby_1_9_3/ext/tk/sample/images/grey.256
-rw-r--r--ruby_1_9_3/ext/tk/sample/images/grey.56
-rw-r--r--ruby_1_9_3/ext/tk/sample/images/letters.xbm27
-rw-r--r--ruby_1_9_3/ext/tk/sample/images/noletter.xbm27
-rw-r--r--ruby_1_9_3/ext/tk/sample/images/pattern.xbm6
-rw-r--r--ruby_1_9_3/ext/tk/sample/images/tcllogo.gifbin2341 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/images/teapot.ppm31
-rw-r--r--ruby_1_9_3/ext/tk/sample/irbtk.rb30
-rw-r--r--ruby_1_9_3/ext/tk/sample/irbtkw.rbw156
-rw-r--r--ruby_1_9_3/ext/tk/sample/iso2022-kr.txt2
-rw-r--r--ruby_1_9_3/ext/tk/sample/menubar1.rb51
-rw-r--r--ruby_1_9_3/ext/tk/sample/menubar2.rb56
-rw-r--r--ruby_1_9_3/ext/tk/sample/menubar3.rb72
-rw-r--r--ruby_1_9_3/ext/tk/sample/msgs_rb/README3
-rw-r--r--ruby_1_9_3/ext/tk/sample/msgs_rb/cs.msg84
-rw-r--r--ruby_1_9_3/ext/tk/sample/msgs_rb/de.msg88
-rw-r--r--ruby_1_9_3/ext/tk/sample/msgs_rb/el.msg98
-rw-r--r--ruby_1_9_3/ext/tk/sample/msgs_rb/en.msg83
-rw-r--r--ruby_1_9_3/ext/tk/sample/msgs_rb/en_gb.msg7
-rw-r--r--ruby_1_9_3/ext/tk/sample/msgs_rb/eo.msg87
-rw-r--r--ruby_1_9_3/ext/tk/sample/msgs_rb/es.msg84
-rw-r--r--ruby_1_9_3/ext/tk/sample/msgs_rb/fr.msg84
-rw-r--r--ruby_1_9_3/ext/tk/sample/msgs_rb/it.msg84
-rw-r--r--ruby_1_9_3/ext/tk/sample/msgs_rb/ja.msg13
-rw-r--r--ruby_1_9_3/ext/tk/sample/msgs_rb/nl.msg123
-rw-r--r--ruby_1_9_3/ext/tk/sample/msgs_rb/pl.msg87
-rw-r--r--ruby_1_9_3/ext/tk/sample/msgs_rb/ru.msg87
-rw-r--r--ruby_1_9_3/ext/tk/sample/msgs_rb2/README5
-rw-r--r--ruby_1_9_3/ext/tk/sample/msgs_rb2/de.msg88
-rw-r--r--ruby_1_9_3/ext/tk/sample/msgs_rb2/ja.msg85
-rw-r--r--ruby_1_9_3/ext/tk/sample/msgs_tk/README4
-rw-r--r--ruby_1_9_3/ext/tk/sample/msgs_tk/cs.msg84
-rw-r--r--ruby_1_9_3/ext/tk/sample/msgs_tk/de.msg88
-rw-r--r--ruby_1_9_3/ext/tk/sample/msgs_tk/el.msg103
-rw-r--r--ruby_1_9_3/ext/tk/sample/msgs_tk/en.msg83
-rw-r--r--ruby_1_9_3/ext/tk/sample/msgs_tk/en_gb.msg7
-rw-r--r--ruby_1_9_3/ext/tk/sample/msgs_tk/eo.msg87
-rw-r--r--ruby_1_9_3/ext/tk/sample/msgs_tk/es.msg84
-rw-r--r--ruby_1_9_3/ext/tk/sample/msgs_tk/fr.msg84
-rw-r--r--ruby_1_9_3/ext/tk/sample/msgs_tk/it.msg84
-rw-r--r--ruby_1_9_3/ext/tk/sample/msgs_tk/ja.msg13
-rw-r--r--ruby_1_9_3/ext/tk/sample/msgs_tk/license.terms39
-rw-r--r--ruby_1_9_3/ext/tk/sample/msgs_tk/nl.msg123
-rw-r--r--ruby_1_9_3/ext/tk/sample/msgs_tk/pl.msg87
-rw-r--r--ruby_1_9_3/ext/tk/sample/msgs_tk/ru.msg87
-rw-r--r--ruby_1_9_3/ext/tk/sample/multi-ip_sample.rb103
-rw-r--r--ruby_1_9_3/ext/tk/sample/multi-ip_sample2.rb29
-rw-r--r--ruby_1_9_3/ext/tk/sample/optobj_sample.rb67
-rw-r--r--ruby_1_9_3/ext/tk/sample/propagate.rb30
-rw-r--r--ruby_1_9_3/ext/tk/sample/remote-ip_sample.rb33
-rw-r--r--ruby_1_9_3/ext/tk/sample/remote-ip_sample2.rb56
-rw-r--r--ruby_1_9_3/ext/tk/sample/resource.en13
-rw-r--r--ruby_1_9_3/ext/tk/sample/resource.ja13
-rw-r--r--ruby_1_9_3/ext/tk/sample/safe-tk.rb134
-rw-r--r--ruby_1_9_3/ext/tk/sample/scrollframe.rb247
-rw-r--r--ruby_1_9_3/ext/tk/sample/tcltklib/batsu.gifbin538 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tcltklib/lines0.tcl42
-rw-r--r--ruby_1_9_3/ext/tk/sample/tcltklib/lines1.rb50
-rw-r--r--ruby_1_9_3/ext/tk/sample/tcltklib/lines2.rb54
-rw-r--r--ruby_1_9_3/ext/tk/sample/tcltklib/lines3.rb54
-rw-r--r--ruby_1_9_3/ext/tk/sample/tcltklib/lines4.rb54
-rw-r--r--ruby_1_9_3/ext/tk/sample/tcltklib/maru.gifbin481 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tcltklib/safeTk.rb22
-rw-r--r--ruby_1_9_3/ext/tk/sample/tcltklib/sample0.rb39
-rw-r--r--ruby_1_9_3/ext/tk/sample/tcltklib/sample1.rb634
-rw-r--r--ruby_1_9_3/ext/tk/sample/tcltklib/sample2.rb451
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkalignbox.rb235
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkballoonhelp.rb220
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkbiff.rb155
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkbrowse.rb79
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkcombobox.rb497
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkdialog.rb61
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/ICONS/Orig_LICENSE.txt61
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/ICONS/tkIcons195
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/ICONS/tkIcons-sample.kde658
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/ICONS/tkIcons.kde195
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/ICONS/viewIcons.rb329
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/blt/barchart5.rb101
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/blt/calendar.rb117
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/blt/graph6.rb2222
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/blt/graph7.rb40
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/blt/graph7a.rb63
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/blt/graph7b.rb41
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/blt/graph7c.rb45
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/blt/images/buckskin.gifbin7561 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/blt/images/chalk.gifbin4378 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/blt/images/qv100.t.gifbin2694 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/blt/images/rain.gifbin3785 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/blt/images/sample.gifbin186103 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/blt/pareto.rb90
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/blt/plot1.rb9
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/blt/plot1b.rb10
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/blt/readme.txt2
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/blt/scripts/stipples.rb156
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/blt/winop1.rb40
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/blt/winop2.rb28
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/bwidget/Orig_LICENSE.txt53
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/bwidget/basic.rb198
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/bwidget/bwidget.xbm46
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/bwidget/demo.rb243
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/bwidget/dnd.rb46
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/bwidget/manager.rb150
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/bwidget/select.rb82
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/bwidget/tmpldlg.rb221
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/bwidget/tree.rb289
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/bwidget/x1.xbm2258
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/iwidgets/catalog_demo/Orig_LICENSE.txt42
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/iwidgets/catalog_demo/images/box.xbm14
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/iwidgets/catalog_demo/images/clear.gifbin279 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/iwidgets/catalog_demo/images/close.gifbin249 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/iwidgets/catalog_demo/images/copy.gifbin269 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/iwidgets/catalog_demo/images/cut.gifbin179 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/iwidgets/catalog_demo/images/exit.gifbin396 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/iwidgets/catalog_demo/images/find.gifbin386 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/iwidgets/catalog_demo/images/help.gifbin591 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/iwidgets/catalog_demo/images/line.xbm14
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/iwidgets/catalog_demo/images/mag.gifbin183 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/iwidgets/catalog_demo/images/new.gifbin212 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/iwidgets/catalog_demo/images/open.gifbin258 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/iwidgets/catalog_demo/images/oval.xbm14
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/iwidgets/catalog_demo/images/paste.gifbin376 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/iwidgets/catalog_demo/images/points.xbm14
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/iwidgets/catalog_demo/images/poly.gifbin141 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/iwidgets/catalog_demo/images/print.gifbin263 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/iwidgets/catalog_demo/images/ruler.gifbin174 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/iwidgets/catalog_demo/images/save.gifbin270 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/iwidgets/catalog_demo/images/select.gifbin124 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/iwidgets/catalog_demo/images/text.xbm14
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/iwidgets/sample/buttonbox.rb22
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/iwidgets/sample/calendar.rb10
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/iwidgets/sample/canvasprintbox.rb8
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/iwidgets/sample/canvasprintdialog.rb8
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/iwidgets/sample/checkbox.rb12
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/iwidgets/sample/combobox.rb32
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/iwidgets/sample/dateentry.rb7
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/iwidgets/sample/datefield.rb8
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/iwidgets/sample/dialog.rb20
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/iwidgets/sample/dialogshell.rb14
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/iwidgets/sample/disjointlistbox.rb16
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/iwidgets/sample/entryfield-1.rb39
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/iwidgets/sample/entryfield-2.rb44
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/iwidgets/sample/entryfield-3.rb40
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/iwidgets/sample/extbutton.rb20
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/iwidgets/sample/extfileselectionbox.rb8
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/iwidgets/sample/extfileselectiondialog.rb29
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/iwidgets/sample/feedback.rb10
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/iwidgets/sample/fileselectionbox.rb8
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/iwidgets/sample/fileselectiondialog.rb28
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/iwidgets/sample/finddialog.rb15
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/iwidgets/sample/hierarchy.rb25
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/iwidgets/sample/hyperhelp.rb14
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/iwidgets/sample/labeledframe.rb14
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/iwidgets/sample/labeledwidget.rb13
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/iwidgets/sample/mainwindow.rb64
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/iwidgets/sample/menubar.rb124
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/iwidgets/sample/menubar2.rb44
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/iwidgets/sample/messagebox1.rb19
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/iwidgets/sample/messagebox2.rb19
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/iwidgets/sample/messagedialog.rb44
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/iwidgets/sample/notebook.rb30
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/iwidgets/sample/notebook2.rb30
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/iwidgets/sample/optionmenu.rb14
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/iwidgets/sample/panedwindow.rb22
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/iwidgets/sample/panedwindow2.rb22
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/iwidgets/sample/promptdialog.rb17
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/iwidgets/sample/pushbutton.rb9
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/iwidgets/sample/radiobox.rb13
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/iwidgets/sample/scrolledcanvas.rb13
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/iwidgets/sample/scrolledframe.rb18
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/iwidgets/sample/scrolledhtml.rb15
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/iwidgets/sample/scrolledlistbox.rb22
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/iwidgets/sample/scrolledtext.rb11
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/iwidgets/sample/selectionbox.rb19
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/iwidgets/sample/selectiondialog.rb12
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/iwidgets/sample/shell.rb17
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/iwidgets/sample/spindate.rb7
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/iwidgets/sample/spinint.rb10
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/iwidgets/sample/spinner.rb33
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/iwidgets/sample/spintime.rb7
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/iwidgets/sample/tabnotebook.rb26
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/iwidgets/sample/tabnotebook2.rb30
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/iwidgets/sample/tabset.rb34
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/iwidgets/sample/timeentry.rb7
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/iwidgets/sample/timefield.rb8
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/iwidgets/sample/toolbar.rb152
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/iwidgets/sample/watch.rb18
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tcllib/Orig_LICENSE.txt46
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tcllib/datefield.rb29
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tcllib/plotdemos1.rb158
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tcllib/plotdemos2.rb71
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tcllib/plotdemos3.rb83
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tcllib/xyplot.rb17
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tile/Orig_LICENSE.txt30
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tile/demo.rb983
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tile/iconlib.tcl110
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tile/readme.txt2
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tile/repeater.tcl117
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tile/themes/blue/blue.tcl149
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tile/themes/blue/blue/arrowdown-h.gifbin315 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tile/themes/blue/blue/arrowdown-p.gifbin312 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tile/themes/blue/blue/arrowdown.gifbin313 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tile/themes/blue/blue/arrowleft-h.gifbin329 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tile/themes/blue/blue/arrowleft-p.gifbin327 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tile/themes/blue/blue/arrowleft.gifbin323 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tile/themes/blue/blue/arrowright-h.gifbin330 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tile/themes/blue/blue/arrowright-p.gifbin327 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tile/themes/blue/blue/arrowright.gifbin324 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tile/themes/blue/blue/arrowup-h.gifbin309 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tile/themes/blue/blue/arrowup-p.gifbin313 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tile/themes/blue/blue/arrowup.gifbin314 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tile/themes/blue/blue/button-h.gifbin696 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tile/themes/blue/blue/button-n.gifbin770 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tile/themes/blue/blue/button-n.xcfbin1942 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tile/themes/blue/blue/button-p.gifbin769 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tile/themes/blue/blue/check-hc.gifbin254 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tile/themes/blue/blue/check-hu.gifbin234 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tile/themes/blue/blue/check-nc.gifbin249 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tile/themes/blue/blue/check-nu.gifbin229 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tile/themes/blue/blue/radio-hc.gifbin1098 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tile/themes/blue/blue/radio-hu.gifbin626 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tile/themes/blue/blue/radio-nc.gifbin389 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tile/themes/blue/blue/radio-nu.gifbin401 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tile/themes/blue/blue/sb-thumb-p.gifbin343 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tile/themes/blue/blue/sb-thumb.gifbin316 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tile/themes/blue/blue/sb-vthumb-p.gifbin333 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tile/themes/blue/blue/sb-vthumb.gifbin308 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tile/themes/blue/blue/slider-p.gifbin182 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tile/themes/blue/blue/slider.gifbin182 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tile/themes/blue/blue/vslider-p.gifbin183 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tile/themes/blue/blue/vslider.gifbin283 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tile/themes/blue/pkgIndex.tcl6
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tile/themes/keramik/keramik.tcl194
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tile/themes/keramik/keramik/arrowdown-n.gifbin273 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tile/themes/keramik/keramik/arrowdown-p.gifbin258 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tile/themes/keramik/keramik/arrowleft-n.gifbin292 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tile/themes/keramik/keramik/arrowleft-p.gifbin272 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tile/themes/keramik/keramik/arrowright-n.gifbin274 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tile/themes/keramik/keramik/arrowright-p.gifbin258 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tile/themes/keramik/keramik/arrowup-n.gifbin286 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tile/themes/keramik/keramik/arrowup-p.gifbin271 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tile/themes/keramik/keramik/button-d.gifbin1266 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tile/themes/keramik/keramik/button-h.gifbin896 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tile/themes/keramik/keramik/button-n.gifbin881 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tile/themes/keramik/keramik/button-p.gifbin625 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tile/themes/keramik/keramik/button-s.gifbin859 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tile/themes/keramik/keramik/check-c.gifbin434 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tile/themes/keramik/keramik/check-u.gifbin423 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tile/themes/keramik/keramik/hsb-n.gifbin401 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tile/themes/keramik/keramik/hsb-p.gifbin395 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tile/themes/keramik/keramik/hslider-n.gifbin592 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tile/themes/keramik/keramik/mbut-a.gifbin1116 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tile/themes/keramik/keramik/mbut-arrow-n.gifbin61 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tile/themes/keramik/keramik/mbut-d.gifbin1057 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tile/themes/keramik/keramik/mbut-n.gifbin1095 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tile/themes/keramik/keramik/radio-c.gifbin695 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tile/themes/keramik/keramik/radio-u.gifbin686 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tile/themes/keramik/keramik/tab-n.gifbin383 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tile/themes/keramik/keramik/tab-p.gifbin878 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tile/themes/keramik/keramik/tbar-a.gifbin907 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tile/themes/keramik/keramik/tbar-n.gifbin238 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tile/themes/keramik/keramik/tbar-p.gifbin927 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tile/themes/keramik/keramik/vsb-n.gifbin405 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tile/themes/keramik/keramik/vsb-p.gifbin399 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tile/themes/keramik/keramik/vslider-n.gifbin587 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tile/themes/keramik/pkgIndex.tcl15
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tile/themes/kroc.rb226
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tile/themes/kroc/kroc.tcl163
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tile/themes/kroc/kroc/button-h.gifbin522 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tile/themes/kroc/kroc/button-n.gifbin554 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tile/themes/kroc/kroc/button-p.gifbin548 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tile/themes/kroc/kroc/check-hc.gifbin281 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tile/themes/kroc/kroc/check-hu.gifbin273 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tile/themes/kroc/kroc/check-nc.gifbin303 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tile/themes/kroc/kroc/check-nu.gifbin294 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tile/themes/kroc/kroc/radio-hc.gifbin652 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tile/themes/kroc/kroc/radio-hu.gifbin644 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tile/themes/kroc/kroc/radio-nc.gifbin632 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tile/themes/kroc/kroc/radio-nu.gifbin621 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tile/themes/kroc/pkgIndex.tcl15
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tile/themes/plastik/pkgIndex.tcl16
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tile/themes/plastik/plastik.tcl125
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tile/themes/plastik/plastik/arrowdown-n.gifbin362 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tile/themes/plastik/plastik/arrowdown-p.gifbin250 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tile/themes/plastik/plastik/arrowleft-n.gifbin378 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tile/themes/plastik/plastik/arrowleft-p.gifbin267 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tile/themes/plastik/plastik/arrowright-n.gifbin379 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tile/themes/plastik/plastik/arrowright-p.gifbin266 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tile/themes/plastik/plastik/arrowup-n.gifbin363 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tile/themes/plastik/plastik/arrowup-p.gifbin251 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tile/themes/plastik/plastik/button-h.gifbin439 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tile/themes/plastik/plastik/button-n.gifbin443 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tile/themes/plastik/plastik/button-p.gifbin302 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tile/themes/plastik/plastik/check-hc.gifbin169 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tile/themes/plastik/plastik/check-hu.gifbin170 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tile/themes/plastik/plastik/check-nc.gifbin235 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tile/themes/plastik/plastik/check-nu.gifbin226 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tile/themes/plastik/plastik/check-pc.gifbin169 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tile/themes/plastik/plastik/hsb-n.gifbin269 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tile/themes/plastik/plastik/hslider-n.gifbin342 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tile/themes/plastik/plastik/radio-hc.gifbin178 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tile/themes/plastik/plastik/radio-hu.gifbin179 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tile/themes/plastik/plastik/radio-nc.gifbin236 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tile/themes/plastik/plastik/radio-nu.gifbin178 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tile/themes/plastik/plastik/radio-pc.gifbin178 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tile/themes/plastik/plastik/vsb-n.gifbin366 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tile/themes/plastik/plastik/vslider-n.gifbin336 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tile/toolbutton.tcl152
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tkHTML/Orig_COPYRIGHT.txt12
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tkHTML/README12
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tkHTML/hv.rb313
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tkHTML/page1/image1bin8995 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tkHTML/page1/image10bin3095 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tkHTML/page1/image11bin1425 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tkHTML/page1/image12bin2468 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tkHTML/page1/image13bin4073 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tkHTML/page1/image14bin53 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tkHTML/page1/image2bin42 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tkHTML/page1/image3bin3473 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tkHTML/page1/image4bin1988 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tkHTML/page1/image5bin973 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tkHTML/page1/image6bin2184 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tkHTML/page1/image7bin2022 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tkHTML/page1/image8bin1186 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tkHTML/page1/image9bin139 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tkHTML/page1/index.html115
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tkHTML/page2/image1bin1966 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tkHTML/page2/image10bin255 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tkHTML/page2/image11bin590 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tkHTML/page2/image12bin254 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tkHTML/page2/image13bin493 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tkHTML/page2/image14bin195 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tkHTML/page2/image15bin68 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tkHTML/page2/image16bin157 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tkHTML/page2/image17bin81 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tkHTML/page2/image18bin545 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tkHTML/page2/image19bin53 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tkHTML/page2/image2bin49 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tkHTML/page2/image20bin533 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tkHTML/page2/image21bin564 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tkHTML/page2/image22bin81 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tkHTML/page2/image23bin539 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tkHTML/page2/image24bin151 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tkHTML/page2/image25bin453 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tkHTML/page2/image26bin520 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tkHTML/page2/image27bin565 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tkHTML/page2/image28bin416 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tkHTML/page2/image29bin121 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tkHTML/page2/image3bin10835 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tkHTML/page2/image30bin663 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tkHTML/page2/image31bin78 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tkHTML/page2/image32bin556 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tkHTML/page2/image33bin598 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tkHTML/page2/image34bin496 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tkHTML/page2/image35bin724 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tkHTML/page2/image36bin404 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tkHTML/page2/image37bin124 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tkHTML/page2/image38bin8330 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tkHTML/page2/image39bin369 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tkHTML/page2/image4bin268 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tkHTML/page2/image5bin492 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tkHTML/page2/image6bin246 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tkHTML/page2/image7bin551 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tkHTML/page2/image8bin497 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tkHTML/page2/image9bin492 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tkHTML/page2/index.html433
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tkHTML/page3/image1bin113 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tkHTML/page3/image10bin5088 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tkHTML/page3/image11bin4485 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tkHTML/page3/image12bin3579 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tkHTML/page3/image13bin5119 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tkHTML/page3/image14bin3603 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tkHTML/page3/image2bin74 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tkHTML/page3/image3bin681 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tkHTML/page3/image4bin3056 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tkHTML/page3/image5bin2297 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tkHTML/page3/image6bin79 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tkHTML/page3/image7bin1613 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tkHTML/page3/image8bin864 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tkHTML/page3/image9bin2379 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tkHTML/page3/index.html2787
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tkHTML/page4/image1bin42 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tkHTML/page4/image2bin14343 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tkHTML/page4/image3bin17750 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tkHTML/page4/image4bin61 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tkHTML/page4/image5bin201 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tkHTML/page4/image6bin214 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tkHTML/page4/image7bin149 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tkHTML/page4/image8bin203 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tkHTML/page4/image9bin1504 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tkHTML/page4/index.html768
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tkHTML/ss.rb436
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tkimg/demo.rb1478
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tkimg/license_terms_of_Img_extension41
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tkimg/readme.txt3
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tktable/Orig_LICENSE.txt52
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tktable/basic.rb60
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tktable/buttons.rb76
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tktable/command.rb89
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tktable/debug.rb101
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tktable/dynarows.rb99
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tktable/maxsize.rb67
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tktable/spreadsheet.rb137
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tktable/tcllogo.gifbin2341 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/tktable/valid.rb88
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/treectrl/bitmaps.rb76
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/treectrl/demo.rb1305
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/treectrl/explorer.rb430
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/treectrl/help.rb404
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/treectrl/imovie.rb130
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/treectrl/layout.rb159
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/treectrl/mailwasher.rb269
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/treectrl/outlook-folders.rb124
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/treectrl/outlook-newgroup.rb448
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/treectrl/pics/big-dll.gifbin437 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/treectrl/pics/big-exe.gifbin368 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/treectrl/pics/big-file.gifbin466 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/treectrl/pics/big-folder.gifbin459 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/treectrl/pics/big-txt.gifbin392 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/treectrl/pics/checked.gifbin78 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/treectrl/pics/file.gifbin279 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/treectrl/pics/folder-closed.gifbin111 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/treectrl/pics/folder-open.gifbin120 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/treectrl/pics/help-book-closed.gifbin115 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/treectrl/pics/help-book-open.gifbin128 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/treectrl/pics/help-page.gifbin132 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/treectrl/pics/imovie-01.gifbin5406 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/treectrl/pics/imovie-02.gifbin5912 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/treectrl/pics/imovie-03.gifbin4696 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/treectrl/pics/imovie-04.gifbin5783 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/treectrl/pics/imovie-05.gifbin3238 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/treectrl/pics/imovie-06.gifbin3509 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/treectrl/pics/imovie-07.gifbin2091 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/treectrl/pics/internet-check-off.gifbin70 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/treectrl/pics/internet-check-on.gifbin76 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/treectrl/pics/internet-print.gifbin124 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/treectrl/pics/internet-radio-off.gifbin68 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/treectrl/pics/internet-radio-on.gifbin71 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/treectrl/pics/internet-search.gifbin114 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/treectrl/pics/internet-security.gifbin108 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/treectrl/pics/mac-collapse.gifbin275 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/treectrl/pics/mac-expand.gifbin277 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/treectrl/pics/outlook-arrow.gifbin73 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/treectrl/pics/outlook-clip.gifbin73 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/treectrl/pics/outlook-deleted.gifbin138 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/treectrl/pics/outlook-draft.gifbin134 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/treectrl/pics/outlook-folder.gifbin133 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/treectrl/pics/outlook-group.gifbin144 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/treectrl/pics/outlook-inbox.gifbin133 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/treectrl/pics/outlook-local.gifbin146 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/treectrl/pics/outlook-main.gifbin174 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/treectrl/pics/outlook-outbox.gifbin136 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/treectrl/pics/outlook-read-2.gifbin343 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/treectrl/pics/outlook-read.gifbin304 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/treectrl/pics/outlook-sent.gifbin132 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/treectrl/pics/outlook-server.gifbin163 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/treectrl/pics/outlook-unread.gifbin303 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/treectrl/pics/outlook-watch.gifbin98 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/treectrl/pics/sky.gifbin6454 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/treectrl/pics/small-dll.gifbin311 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/treectrl/pics/small-exe.gifbin115 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/treectrl/pics/small-file.gifbin338 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/treectrl/pics/small-folder.gifbin307 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/treectrl/pics/small-txt.gifbin302 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/treectrl/pics/unchecked.gifbin72 -> 0 bytes-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/treectrl/random.rb508
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/treectrl/readme.txt2
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/treectrl/www-options.rb303
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/vu/Orig_LICENSE.txt51
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/vu/README.txt50
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/vu/canvItems.rb90
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/vu/canvSticker.rb82
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/vu/canvSticker2.rb101
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/vu/dial_demo.rb113
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/vu/m128_000.xbm174
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/vu/oscilloscope.rb68
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/vu/pie.rb56
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkextlib/vu/vu_demo.rb67
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkfrom.rb132
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkhello.rb10
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkline.rb47
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkmenubutton.rb135
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkmsgcat-load_rb.rb102
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkmsgcat-load_rb2.rb102
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkmsgcat-load_tk.rb118
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkmulticolumnlist.rb743
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkmultilistbox.rb654
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkmultilistframe.rb940
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkoptdb-safeTk.rb73
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkoptdb.rb106
-rw-r--r--ruby_1_9_3/ext/tk/sample/tkrttimer.rb77
-rw-r--r--ruby_1_9_3/ext/tk/sample/tksleep_sample.rb29
-rw-r--r--ruby_1_9_3/ext/tk/sample/tktextframe.rb281
-rw-r--r--ruby_1_9_3/ext/tk/sample/tktextio.rb1060
-rw-r--r--ruby_1_9_3/ext/tk/sample/tktimer.rb50
-rw-r--r--ruby_1_9_3/ext/tk/sample/tktimer2.rb47
-rw-r--r--ruby_1_9_3/ext/tk/sample/tktimer3.rb59
-rw-r--r--ruby_1_9_3/ext/tk/sample/tktree.rb103
-rw-r--r--ruby_1_9_3/ext/tk/sample/tktree.tcl305
-rw-r--r--ruby_1_9_3/ext/tk/sample/ttk_wrapper.rb154
-rw-r--r--ruby_1_9_3/ext/tk/stubs.c594
-rw-r--r--ruby_1_9_3/ext/tk/stubs.h33
-rw-r--r--ruby_1_9_3/ext/tk/tcltklib.c11094
-rw-r--r--ruby_1_9_3/ext/tk/tkutil/depend1
-rw-r--r--ruby_1_9_3/ext/tk/tkutil/extconf.rb18
-rw-r--r--ruby_1_9_3/ext/tk/tkutil/tkutil.c1861
-rw-r--r--ruby_1_9_3/ext/win32ole/depend1
-rw-r--r--ruby_1_9_3/ext/win32ole/extconf.rb35
-rw-r--r--ruby_1_9_3/ext/win32ole/lib/win32ole.rb22
-rw-r--r--ruby_1_9_3/ext/win32ole/lib/win32ole/property.rb16
-rw-r--r--ruby_1_9_3/ext/win32ole/sample/excel1.rb33
-rw-r--r--ruby_1_9_3/ext/win32ole/sample/excel2.rb30
-rw-r--r--ruby_1_9_3/ext/win32ole/sample/excel3.rb13
-rw-r--r--ruby_1_9_3/ext/win32ole/sample/ie.rb11
-rw-r--r--ruby_1_9_3/ext/win32ole/sample/ieconst.rb32
-rw-r--r--ruby_1_9_3/ext/win32ole/sample/ienavi.rb40
-rw-r--r--ruby_1_9_3/ext/win32ole/sample/ienavi2.rb40
-rw-r--r--ruby_1_9_3/ext/win32ole/sample/oledirs.rb23
-rw-r--r--ruby_1_9_3/ext/win32ole/sample/olegen.rb347
-rw-r--r--ruby_1_9_3/ext/win32ole/sample/xml.rb7306
-rw-r--r--ruby_1_9_3/ext/win32ole/win32ole.c9318
-rw-r--r--ruby_1_9_3/ext/zlib/extconf.rb64
-rw-r--r--ruby_1_9_3/ext/zlib/zlib.c4393
-rw-r--r--ruby_1_9_3/file.c5562
-rw-r--r--ruby_1_9_3/gc.c3715
-rw-r--r--ruby_1_9_3/gc.h99
-rw-r--r--ruby_1_9_3/gem_prelude.rb1
-rw-r--r--ruby_1_9_3/golf_prelude.rb122
-rw-r--r--ruby_1_9_3/goruby.c24
-rw-r--r--ruby_1_9_3/hash.c3305
-rw-r--r--ruby_1_9_3/ia64.s42
-rw-r--r--ruby_1_9_3/id.c51
-rw-r--r--ruby_1_9_3/include/ruby.h34
-rw-r--r--ruby_1_9_3/include/ruby/backward/classext.h18
-rw-r--r--ruby_1_9_3/include/ruby/backward/rubyio.h6
-rw-r--r--ruby_1_9_3/include/ruby/backward/rubysig.h56
-rw-r--r--ruby_1_9_3/include/ruby/backward/st.h6
-rw-r--r--ruby_1_9_3/include/ruby/backward/util.h6
-rw-r--r--ruby_1_9_3/include/ruby/defines.h334
-rw-r--r--ruby_1_9_3/include/ruby/encoding.h350
-rw-r--r--ruby_1_9_3/include/ruby/intern.h912
-rw-r--r--ruby_1_9_3/include/ruby/io.h202
-rw-r--r--ruby_1_9_3/include/ruby/missing.h235
-rw-r--r--ruby_1_9_3/include/ruby/oniguruma.h807
-rw-r--r--ruby_1_9_3/include/ruby/re.h75
-rw-r--r--ruby_1_9_3/include/ruby/regex.h50
-rw-r--r--ruby_1_9_3/include/ruby/ruby.h1490
-rw-r--r--ruby_1_9_3/include/ruby/st.h146
-rw-r--r--ruby_1_9_3/include/ruby/subst.h20
-rw-r--r--ruby_1_9_3/include/ruby/util.h99
-rw-r--r--ruby_1_9_3/include/ruby/version.h78
-rw-r--r--ruby_1_9_3/include/ruby/vm.h68
-rw-r--r--ruby_1_9_3/include/ruby/win32.h773
-rw-r--r--ruby_1_9_3/inits.c64
-rw-r--r--ruby_1_9_3/insns.def2160
-rw-r--r--ruby_1_9_3/internal.h239
-rw-r--r--ruby_1_9_3/io.c11472
-rw-r--r--ruby_1_9_3/iseq.c1529
-rw-r--r--ruby_1_9_3/iseq.h126
-rw-r--r--ruby_1_9_3/lex.c.blt219
-rw-r--r--ruby_1_9_3/lib/English.rb155
-rw-r--r--ruby_1_9_3/lib/README91
-rw-r--r--ruby_1_9_3/lib/abbrev.rb102
-rw-r--r--ruby_1_9_3/lib/base64.rb91
-rw-r--r--ruby_1_9_3/lib/benchmark.rb569
-rw-r--r--ruby_1_9_3/lib/cgi.rb273
-rw-r--r--ruby_1_9_3/lib/cgi/cookie.rb164
-rw-r--r--ruby_1_9_3/lib/cgi/core.rb838
-rw-r--r--ruby_1_9_3/lib/cgi/html.rb1021
-rw-r--r--ruby_1_9_3/lib/cgi/session.rb531
-rw-r--r--ruby_1_9_3/lib/cgi/session/pstore.rb111
-rw-r--r--ruby_1_9_3/lib/cgi/util.rb194
-rw-r--r--ruby_1_9_3/lib/cmath.rb402
-rw-r--r--ruby_1_9_3/lib/complex.rb28
-rw-r--r--ruby_1_9_3/lib/csv.rb2356
-rw-r--r--ruby_1_9_3/lib/debug.rb907
-rw-r--r--ruby_1_9_3/lib/delegate.rb392
-rw-r--r--ruby_1_9_3/lib/drb.rb2
-rw-r--r--ruby_1_9_3/lib/drb/acl.rb250
-rw-r--r--ruby_1_9_3/lib/drb/drb.rb1774
-rw-r--r--ruby_1_9_3/lib/drb/eq.rb14
-rw-r--r--ruby_1_9_3/lib/drb/extserv.rb71
-rw-r--r--ruby_1_9_3/lib/drb/extservm.rb93
-rw-r--r--ruby_1_9_3/lib/drb/gw.rb122
-rw-r--r--ruby_1_9_3/lib/drb/invokemethod.rb34
-rw-r--r--ruby_1_9_3/lib/drb/observer.rb22
-rw-r--r--ruby_1_9_3/lib/drb/ssl.rb194
-rw-r--r--ruby_1_9_3/lib/drb/timeridconv.rb91
-rw-r--r--ruby_1_9_3/lib/drb/unix.rb108
-rw-r--r--ruby_1_9_3/lib/e2mmap.rb172
-rw-r--r--ruby_1_9_3/lib/erb.rb988
-rw-r--r--ruby_1_9_3/lib/fileutils.rb1706
-rw-r--r--ruby_1_9_3/lib/find.rb77
-rw-r--r--ruby_1_9_3/lib/forwardable.rb285
-rw-r--r--ruby_1_9_3/lib/getoptlong.rb612
-rw-r--r--ruby_1_9_3/lib/gserver.rb309
-rw-r--r--ruby_1_9_3/lib/ipaddr.rb924
-rw-r--r--ruby_1_9_3/lib/irb.rb352
-rw-r--r--ruby_1_9_3/lib/irb/cmd/chws.rb32
-rw-r--r--ruby_1_9_3/lib/irb/cmd/fork.rb38
-rw-r--r--ruby_1_9_3/lib/irb/cmd/help.rb39
-rw-r--r--ruby_1_9_3/lib/irb/cmd/load.rb66
-rw-r--r--ruby_1_9_3/lib/irb/cmd/nop.rb38
-rw-r--r--ruby_1_9_3/lib/irb/cmd/pushws.rb38
-rw-r--r--ruby_1_9_3/lib/irb/cmd/subirb.rb40
-rw-r--r--ruby_1_9_3/lib/irb/completion.rb233
-rw-r--r--ruby_1_9_3/lib/irb/context.rb295
-rw-r--r--ruby_1_9_3/lib/irb/ext/change-ws.rb61
-rw-r--r--ruby_1_9_3/lib/irb/ext/history.rb109
-rw-r--r--ruby_1_9_3/lib/irb/ext/loader.rb119
-rw-r--r--ruby_1_9_3/lib/irb/ext/math-mode.rb36
-rw-r--r--ruby_1_9_3/lib/irb/ext/multi-irb.rb242
-rw-r--r--ruby_1_9_3/lib/irb/ext/save-history.rb97
-rw-r--r--ruby_1_9_3/lib/irb/ext/tracer.rb60
-rw-r--r--ruby_1_9_3/lib/irb/ext/use-loader.rb64
-rw-r--r--ruby_1_9_3/lib/irb/ext/workspaces.rb55
-rw-r--r--ruby_1_9_3/lib/irb/extend-command.rb268
-rw-r--r--ruby_1_9_3/lib/irb/frame.rb66
-rw-r--r--ruby_1_9_3/lib/irb/help.rb35
-rw-r--r--ruby_1_9_3/lib/irb/init.rb305
-rw-r--r--ruby_1_9_3/lib/irb/input-method.rb142
-rw-r--r--ruby_1_9_3/lib/irb/inspector.rb109
-rw-r--r--ruby_1_9_3/lib/irb/lc/error.rb29
-rw-r--r--ruby_1_9_3/lib/irb/lc/help-message40
-rw-r--r--ruby_1_9_3/lib/irb/lc/ja/encoding_aliases.rb8
-rw-r--r--ruby_1_9_3/lib/irb/lc/ja/error.rb27
-rw-r--r--ruby_1_9_3/lib/irb/lc/ja/help-message41
-rw-r--r--ruby_1_9_3/lib/irb/locale.rb182
-rw-r--r--ruby_1_9_3/lib/irb/magic-file.rb37
-rw-r--r--ruby_1_9_3/lib/irb/notifier.rb144
-rw-r--r--ruby_1_9_3/lib/irb/output-method.rb69
-rw-r--r--ruby_1_9_3/lib/irb/ruby-lex.rb1187
-rw-r--r--ruby_1_9_3/lib/irb/ruby-token.rb265
-rw-r--r--ruby_1_9_3/lib/irb/slex.rb282
-rw-r--r--ruby_1_9_3/lib/irb/src_encoding.rb4
-rw-r--r--ruby_1_9_3/lib/irb/version.rb15
-rw-r--r--ruby_1_9_3/lib/irb/workspace.rb108
-rw-r--r--ruby_1_9_3/lib/irb/ws-for-case-2.rb14
-rw-r--r--ruby_1_9_3/lib/irb/xmp.rb97
-rw-r--r--ruby_1_9_3/lib/logger.rb801
-rw-r--r--ruby_1_9_3/lib/mathn.rb324
-rw-r--r--ruby_1_9_3/lib/matrix.rb1866
-rw-r--r--ruby_1_9_3/lib/matrix/eigenvalue_decomposition.rb886
-rw-r--r--ruby_1_9_3/lib/matrix/lup_decomposition.rb218
-rw-r--r--ruby_1_9_3/lib/minitest/README.txt269
-rw-r--r--ruby_1_9_3/lib/minitest/autorun.rb18
-rw-r--r--ruby_1_9_3/lib/minitest/benchmark.rb372
-rw-r--r--ruby_1_9_3/lib/minitest/mock.rb106
-rw-r--r--ruby_1_9_3/lib/minitest/pride.rb99
-rw-r--r--ruby_1_9_3/lib/minitest/spec.rb519
-rw-r--r--ruby_1_9_3/lib/minitest/unit.rb1169
-rw-r--r--ruby_1_9_3/lib/mkmf.rb2334
-rw-r--r--ruby_1_9_3/lib/monitor.rb300
-rw-r--r--ruby_1_9_3/lib/mutex_m.rb95
-rw-r--r--ruby_1_9_3/lib/net/.document8
-rw-r--r--ruby_1_9_3/lib/net/ftp.rb1043
-rw-r--r--ruby_1_9_3/lib/net/http.rb2825
-rw-r--r--ruby_1_9_3/lib/net/https.rb22
-rw-r--r--ruby_1_9_3/lib/net/imap.rb3676
-rw-r--r--ruby_1_9_3/lib/net/pop.rb1021
-rw-r--r--ruby_1_9_3/lib/net/protocol.rb404
-rw-r--r--ruby_1_9_3/lib/net/smtp.rb1057
-rw-r--r--ruby_1_9_3/lib/net/telnet.rb764
-rw-r--r--ruby_1_9_3/lib/observer.rb202
-rw-r--r--ruby_1_9_3/lib/open-uri.rb840
-rw-r--r--ruby_1_9_3/lib/open3.rb729
-rw-r--r--ruby_1_9_3/lib/optparse.rb1937
-rw-r--r--ruby_1_9_3/lib/optparse/date.rb17
-rw-r--r--ruby_1_9_3/lib/optparse/shellwords.rb6
-rw-r--r--ruby_1_9_3/lib/optparse/time.rb10
-rw-r--r--ruby_1_9_3/lib/optparse/uri.rb6
-rw-r--r--ruby_1_9_3/lib/optparse/version.rb70
-rw-r--r--ruby_1_9_3/lib/ostruct.rb236
-rw-r--r--ruby_1_9_3/lib/pp.rb524
-rw-r--r--ruby_1_9_3/lib/prettyprint.rb395
-rw-r--r--ruby_1_9_3/lib/prime.rb509
-rw-r--r--ruby_1_9_3/lib/profile.rb10
-rw-r--r--ruby_1_9_3/lib/profiler.rb59
-rw-r--r--ruby_1_9_3/lib/pstore.rb532
-rw-r--r--ruby_1_9_3/lib/racc/parser.rb443
-rw-r--r--ruby_1_9_3/lib/rake.rb69
-rw-r--r--ruby_1_9_3/lib/rake/alt_system.rb109
-rw-r--r--ruby_1_9_3/lib/rake/application.rb595
-rw-r--r--ruby_1_9_3/lib/rake/classic_namespace.rb11
-rw-r--r--ruby_1_9_3/lib/rake/clean.rb32
-rw-r--r--ruby_1_9_3/lib/rake/cloneable.rb25
-rw-r--r--ruby_1_9_3/lib/rake/contrib/compositepublisher.rb21
-rw-r--r--ruby_1_9_3/lib/rake/contrib/ftptools.rb150
-rw-r--r--ruby_1_9_3/lib/rake/contrib/publisher.rb73
-rw-r--r--ruby_1_9_3/lib/rake/contrib/rubyforgepublisher.rb16
-rw-r--r--ruby_1_9_3/lib/rake/contrib/sshpublisher.rb50
-rw-r--r--ruby_1_9_3/lib/rake/contrib/sys.rb191
-rw-r--r--ruby_1_9_3/lib/rake/default_loader.rb10
-rw-r--r--ruby_1_9_3/lib/rake/dsl_definition.rb176
-rw-r--r--ruby_1_9_3/lib/rake/early_time.rb18
-rw-r--r--ruby_1_9_3/lib/rake/ext/core.rb27
-rw-r--r--ruby_1_9_3/lib/rake/ext/module.rb39
-rw-r--r--ruby_1_9_3/lib/rake/ext/string.rb167
-rw-r--r--ruby_1_9_3/lib/rake/ext/time.rb14
-rw-r--r--ruby_1_9_3/lib/rake/file_creation_task.rb24
-rw-r--r--ruby_1_9_3/lib/rake/file_list.rb403
-rw-r--r--ruby_1_9_3/lib/rake/file_task.rb47
-rw-r--r--ruby_1_9_3/lib/rake/file_utils.rb114
-rw-r--r--ruby_1_9_3/lib/rake/file_utils_ext.rb145
-rw-r--r--ruby_1_9_3/lib/rake/gempackagetask.rb15
-rw-r--r--ruby_1_9_3/lib/rake/invocation_chain.rb51
-rw-r--r--ruby_1_9_3/lib/rake/invocation_exception_mixin.rb16
-rw-r--r--ruby_1_9_3/lib/rake/lib/project.rake21
-rw-r--r--ruby_1_9_3/lib/rake/loaders/makefile.rb40
-rw-r--r--ruby_1_9_3/lib/rake/multi_task.rb16
-rw-r--r--ruby_1_9_3/lib/rake/name_space.rb25
-rw-r--r--ruby_1_9_3/lib/rake/packagetask.rb185
-rw-r--r--ruby_1_9_3/lib/rake/pathmap.rb1
-rw-r--r--ruby_1_9_3/lib/rake/pseudo_status.rb24
-rw-r--r--ruby_1_9_3/lib/rake/rake_module.rb29
-rw-r--r--ruby_1_9_3/lib/rake/rake_test_loader.rb22
-rw-r--r--ruby_1_9_3/lib/rake/rdoctask.rb234
-rwxr-xr-xruby_1_9_3/lib/rake/ruby182_test_unit_fix.rb25
-rw-r--r--ruby_1_9_3/lib/rake/rule_recursion_overflow_error.rb20
-rw-r--r--ruby_1_9_3/lib/rake/runtest.rb21
-rw-r--r--ruby_1_9_3/lib/rake/task.rb327
-rw-r--r--ruby_1_9_3/lib/rake/task_argument_error.rb7
-rw-r--r--ruby_1_9_3/lib/rake/task_arguments.rb78
-rw-r--r--ruby_1_9_3/lib/rake/task_manager.rb307
-rw-r--r--ruby_1_9_3/lib/rake/tasklib.rb22
-rw-r--r--ruby_1_9_3/lib/rake/testtask.rb191
-rw-r--r--ruby_1_9_3/lib/rake/version.rb8
-rw-r--r--ruby_1_9_3/lib/rake/win32.rb55
-rw-r--r--ruby_1_9_3/lib/rational.rb23
-rw-r--r--ruby_1_9_3/lib/rbconfig/.document1
-rw-r--r--ruby_1_9_3/lib/rbconfig/datadir.rb13
-rw-r--r--ruby_1_9_3/lib/rbconfig/obsolete.rb5
-rw-r--r--ruby_1_9_3/lib/rdoc.rb147
-rw-r--r--ruby_1_9_3/lib/rdoc/alias.rb113
-rw-r--r--ruby_1_9_3/lib/rdoc/anon_class.rb12
-rw-r--r--ruby_1_9_3/lib/rdoc/any_method.rb207
-rw-r--r--ruby_1_9_3/lib/rdoc/attr.rb136
-rw-r--r--ruby_1_9_3/lib/rdoc/class_module.rb582
-rw-r--r--ruby_1_9_3/lib/rdoc/code_object.rb307
-rw-r--r--ruby_1_9_3/lib/rdoc/code_objects.rb23
-rw-r--r--ruby_1_9_3/lib/rdoc/constant.rb86
-rw-r--r--ruby_1_9_3/lib/rdoc/context.rb1191
-rw-r--r--ruby_1_9_3/lib/rdoc/cross_reference.rb173
-rw-r--r--ruby_1_9_3/lib/rdoc/encoding.rb92
-rw-r--r--ruby_1_9_3/lib/rdoc/erbio.rb37
-rw-r--r--ruby_1_9_3/lib/rdoc/generator.rb40
-rw-r--r--ruby_1_9_3/lib/rdoc/generator/darkfish.rb390
-rw-r--r--ruby_1_9_3/lib/rdoc/generator/markup.rb208
-rw-r--r--ruby_1_9_3/lib/rdoc/generator/ri.rb86
-rw-r--r--ruby_1_9_3/lib/rdoc/generator/template/darkfish/.document0
-rw-r--r--ruby_1_9_3/lib/rdoc/generator/template/darkfish/classpage.rhtml321
-rw-r--r--ruby_1_9_3/lib/rdoc/generator/template/darkfish/filepage.rhtml124
-rw-r--r--ruby_1_9_3/lib/rdoc/generator/template/darkfish/images/brick.pngbin452 -> 0 bytes-rw-r--r--ruby_1_9_3/lib/rdoc/generator/template/darkfish/images/brick_link.pngbin764 -> 0 bytes-rw-r--r--ruby_1_9_3/lib/rdoc/generator/template/darkfish/images/bug.pngbin774 -> 0 bytes-rw-r--r--ruby_1_9_3/lib/rdoc/generator/template/darkfish/images/bullet_black.pngbin211 -> 0 bytes-rw-r--r--ruby_1_9_3/lib/rdoc/generator/template/darkfish/images/bullet_toggle_minus.pngbin207 -> 0 bytes-rw-r--r--ruby_1_9_3/lib/rdoc/generator/template/darkfish/images/bullet_toggle_plus.pngbin209 -> 0 bytes-rw-r--r--ruby_1_9_3/lib/rdoc/generator/template/darkfish/images/date.pngbin626 -> 0 bytes-rw-r--r--ruby_1_9_3/lib/rdoc/generator/template/darkfish/images/find.pngbin659 -> 0 bytes-rw-r--r--ruby_1_9_3/lib/rdoc/generator/template/darkfish/images/loadingAnimation.gifbin5886 -> 0 bytes-rw-r--r--ruby_1_9_3/lib/rdoc/generator/template/darkfish/images/macFFBgHack.pngbin207 -> 0 bytes-rw-r--r--ruby_1_9_3/lib/rdoc/generator/template/darkfish/images/package.pngbin853 -> 0 bytes-rw-r--r--ruby_1_9_3/lib/rdoc/generator/template/darkfish/images/page_green.pngbin621 -> 0 bytes-rw-r--r--ruby_1_9_3/lib/rdoc/generator/template/darkfish/images/page_white_text.pngbin342 -> 0 bytes-rw-r--r--ruby_1_9_3/lib/rdoc/generator/template/darkfish/images/page_white_width.pngbin309 -> 0 bytes-rw-r--r--ruby_1_9_3/lib/rdoc/generator/template/darkfish/images/plugin.pngbin591 -> 0 bytes-rw-r--r--ruby_1_9_3/lib/rdoc/generator/template/darkfish/images/ruby.pngbin592 -> 0 bytes-rw-r--r--ruby_1_9_3/lib/rdoc/generator/template/darkfish/images/tag_green.pngbin613 -> 0 bytes-rw-r--r--ruby_1_9_3/lib/rdoc/generator/template/darkfish/images/wrench.pngbin610 -> 0 bytes-rw-r--r--ruby_1_9_3/lib/rdoc/generator/template/darkfish/images/wrench_orange.pngbin584 -> 0 bytes-rw-r--r--ruby_1_9_3/lib/rdoc/generator/template/darkfish/images/zoom.pngbin692 -> 0 bytes-rw-r--r--ruby_1_9_3/lib/rdoc/generator/template/darkfish/index.rhtml64
-rw-r--r--ruby_1_9_3/lib/rdoc/generator/template/darkfish/js/darkfish.js118
-rw-r--r--ruby_1_9_3/lib/rdoc/generator/template/darkfish/js/jquery.js32
-rw-r--r--ruby_1_9_3/lib/rdoc/generator/template/darkfish/js/quicksearch.js114
-rw-r--r--ruby_1_9_3/lib/rdoc/generator/template/darkfish/js/thickbox-compressed.js10
-rw-r--r--ruby_1_9_3/lib/rdoc/generator/template/darkfish/rdoc.css763
-rw-r--r--ruby_1_9_3/lib/rdoc/ghost_method.rb8
-rw-r--r--ruby_1_9_3/lib/rdoc/include.rb100
-rw-r--r--ruby_1_9_3/lib/rdoc/known_classes.rb72
-rw-r--r--ruby_1_9_3/lib/rdoc/markup.rb652
-rw-r--r--ruby_1_9_3/lib/rdoc/markup/attribute_manager.rb335
-rw-r--r--ruby_1_9_3/lib/rdoc/markup/blank_line.rb27
-rw-r--r--ruby_1_9_3/lib/rdoc/markup/document.rb127
-rw-r--r--ruby_1_9_3/lib/rdoc/markup/formatter.rb169
-rw-r--r--ruby_1_9_3/lib/rdoc/markup/formatter_test_case.rb699
-rw-r--r--ruby_1_9_3/lib/rdoc/markup/heading.rb20
-rw-r--r--ruby_1_9_3/lib/rdoc/markup/indented_paragraph.rb33
-rw-r--r--ruby_1_9_3/lib/rdoc/markup/inline.rb144
-rw-r--r--ruby_1_9_3/lib/rdoc/markup/list.rb81
-rw-r--r--ruby_1_9_3/lib/rdoc/markup/list_item.rb86
-rw-r--r--ruby_1_9_3/lib/rdoc/markup/paragraph.rb14
-rw-r--r--ruby_1_9_3/lib/rdoc/markup/parser.rb497
-rw-r--r--ruby_1_9_3/lib/rdoc/markup/pre_process.rb227
-rw-r--r--ruby_1_9_3/lib/rdoc/markup/raw.rb69
-rw-r--r--ruby_1_9_3/lib/rdoc/markup/rule.rb20
-rw-r--r--ruby_1_9_3/lib/rdoc/markup/text_formatter_test_case.rb116
-rw-r--r--ruby_1_9_3/lib/rdoc/markup/to_ansi.rb84
-rw-r--r--ruby_1_9_3/lib/rdoc/markup/to_bs.rb80
-rw-r--r--ruby_1_9_3/lib/rdoc/markup/to_html.rb324
-rw-r--r--ruby_1_9_3/lib/rdoc/markup/to_html_crossref.rb120
-rw-r--r--ruby_1_9_3/lib/rdoc/markup/to_rdoc.rb301
-rw-r--r--ruby_1_9_3/lib/rdoc/markup/to_test.rb72
-rw-r--r--ruby_1_9_3/lib/rdoc/markup/to_tt_only.rb114
-rw-r--r--ruby_1_9_3/lib/rdoc/markup/verbatim.rb45
-rw-r--r--ruby_1_9_3/lib/rdoc/meta_method.rb8
-rw-r--r--ruby_1_9_3/lib/rdoc/method_attr.rb355
-rw-r--r--ruby_1_9_3/lib/rdoc/normal_class.rb71
-rw-r--r--ruby_1_9_3/lib/rdoc/normal_module.rb66
-rw-r--r--ruby_1_9_3/lib/rdoc/options.rb770
-rw-r--r--ruby_1_9_3/lib/rdoc/parser.rb208
-rw-r--r--ruby_1_9_3/lib/rdoc/parser/c.rb1047
-rw-r--r--ruby_1_9_3/lib/rdoc/parser/ruby.rb1782
-rw-r--r--ruby_1_9_3/lib/rdoc/parser/ruby_tools.rb162
-rw-r--r--ruby_1_9_3/lib/rdoc/parser/simple.rb49
-rw-r--r--ruby_1_9_3/lib/rdoc/rdoc.rb520
-rw-r--r--ruby_1_9_3/lib/rdoc/require.rb53
-rw-r--r--ruby_1_9_3/lib/rdoc/ri.rb18
-rw-r--r--ruby_1_9_3/lib/rdoc/ri/driver.rb1178
-rw-r--r--ruby_1_9_3/lib/rdoc/ri/formatter.rb5
-rw-r--r--ruby_1_9_3/lib/rdoc/ri/paths.rb128
-rw-r--r--ruby_1_9_3/lib/rdoc/ri/store.rb358
-rw-r--r--ruby_1_9_3/lib/rdoc/ruby_lex.rb1297
-rw-r--r--ruby_1_9_3/lib/rdoc/ruby_token.rb416
-rw-r--r--ruby_1_9_3/lib/rdoc/rubygems_hook.rb220
-rw-r--r--ruby_1_9_3/lib/rdoc/single_class.rb23
-rw-r--r--ruby_1_9_3/lib/rdoc/stats.rb438
-rw-r--r--ruby_1_9_3/lib/rdoc/stats/normal.rb48
-rw-r--r--ruby_1_9_3/lib/rdoc/stats/quiet.rb59
-rw-r--r--ruby_1_9_3/lib/rdoc/stats/verbose.rb45
-rw-r--r--ruby_1_9_3/lib/rdoc/task.rb326
-rw-r--r--ruby_1_9_3/lib/rdoc/text.rb302
-rw-r--r--ruby_1_9_3/lib/rdoc/token_stream.rb50
-rw-r--r--ruby_1_9_3/lib/rdoc/top_level.rb474
-rw-r--r--ruby_1_9_3/lib/resolv-replace.rb74
-rw-r--r--ruby_1_9_3/lib/resolv.rb2363
-rw-r--r--ruby_1_9_3/lib/rexml/attlistdecl.rb62
-rw-r--r--ruby_1_9_3/lib/rexml/attribute.rb188
-rw-r--r--ruby_1_9_3/lib/rexml/cdata.rb67
-rw-r--r--ruby_1_9_3/lib/rexml/child.rb96
-rw-r--r--ruby_1_9_3/lib/rexml/comment.rb80
-rw-r--r--ruby_1_9_3/lib/rexml/doctype.rb269
-rw-r--r--ruby_1_9_3/lib/rexml/document.rb248
-rw-r--r--ruby_1_9_3/lib/rexml/dtd/attlistdecl.rb10
-rw-r--r--ruby_1_9_3/lib/rexml/dtd/dtd.rb51
-rw-r--r--ruby_1_9_3/lib/rexml/dtd/elementdecl.rb17
-rw-r--r--ruby_1_9_3/lib/rexml/dtd/entitydecl.rb56
-rw-r--r--ruby_1_9_3/lib/rexml/dtd/notationdecl.rb39
-rw-r--r--ruby_1_9_3/lib/rexml/element.rb1245
-rw-r--r--ruby_1_9_3/lib/rexml/encoding.rb62
-rw-r--r--ruby_1_9_3/lib/rexml/entity.rb166
-rw-r--r--ruby_1_9_3/lib/rexml/formatters/default.rb111
-rw-r--r--ruby_1_9_3/lib/rexml/formatters/pretty.rb141
-rw-r--r--ruby_1_9_3/lib/rexml/formatters/transitive.rb57
-rw-r--r--ruby_1_9_3/lib/rexml/functions.rb394
-rw-r--r--ruby_1_9_3/lib/rexml/instruction.rb70
-rw-r--r--ruby_1_9_3/lib/rexml/light/node.rb195
-rw-r--r--ruby_1_9_3/lib/rexml/namespace.rb47
-rw-r--r--ruby_1_9_3/lib/rexml/node.rb75
-rw-r--r--ruby_1_9_3/lib/rexml/output.rb24
-rw-r--r--ruby_1_9_3/lib/rexml/parent.rb167
-rw-r--r--ruby_1_9_3/lib/rexml/parseexception.rb51
-rw-r--r--ruby_1_9_3/lib/rexml/parsers/baseparser.rb518
-rw-r--r--ruby_1_9_3/lib/rexml/parsers/lightparser.rb58
-rw-r--r--ruby_1_9_3/lib/rexml/parsers/pullparser.rb196
-rw-r--r--ruby_1_9_3/lib/rexml/parsers/sax2parser.rb247
-rw-r--r--ruby_1_9_3/lib/rexml/parsers/streamparser.rb46
-rw-r--r--ruby_1_9_3/lib/rexml/parsers/treeparser.rb100
-rw-r--r--ruby_1_9_3/lib/rexml/parsers/ultralightparser.rb56
-rw-r--r--ruby_1_9_3/lib/rexml/parsers/xpathparser.rb697
-rw-r--r--ruby_1_9_3/lib/rexml/quickpath.rb265
-rw-r--r--ruby_1_9_3/lib/rexml/rexml.rb43
-rw-r--r--ruby_1_9_3/lib/rexml/sax2listener.rb97
-rw-r--r--ruby_1_9_3/lib/rexml/source.rb267
-rw-r--r--ruby_1_9_3/lib/rexml/streamlistener.rb92
-rw-r--r--ruby_1_9_3/lib/rexml/syncenumerator.rb32
-rw-r--r--ruby_1_9_3/lib/rexml/text.rb415
-rw-r--r--ruby_1_9_3/lib/rexml/undefinednamespaceexception.rb8
-rw-r--r--ruby_1_9_3/lib/rexml/validation/relaxng.rb559
-rw-r--r--ruby_1_9_3/lib/rexml/validation/validation.rb155
-rw-r--r--ruby_1_9_3/lib/rexml/validation/validationexception.rb9
-rw-r--r--ruby_1_9_3/lib/rexml/xmldecl.rb119
-rw-r--r--ruby_1_9_3/lib/rexml/xmltokens.rb18
-rw-r--r--ruby_1_9_3/lib/rexml/xpath.rb80
-rw-r--r--ruby_1_9_3/lib/rexml/xpath_parser.rb803
-rw-r--r--ruby_1_9_3/lib/rinda/rinda.rb283
-rw-r--r--ruby_1_9_3/lib/rinda/ring.rb271
-rw-r--r--ruby_1_9_3/lib/rinda/tuplespace.rb642
-rw-r--r--ruby_1_9_3/lib/rss.rb91
-rw-r--r--ruby_1_9_3/lib/rss/0.9.rb428
-rw-r--r--ruby_1_9_3/lib/rss/1.0.rb452
-rw-r--r--ruby_1_9_3/lib/rss/2.0.rb111
-rw-r--r--ruby_1_9_3/lib/rss/atom.rb756
-rw-r--r--ruby_1_9_3/lib/rss/content.rb31
-rw-r--r--ruby_1_9_3/lib/rss/content/1.0.rb9
-rw-r--r--ruby_1_9_3/lib/rss/content/2.0.rb11
-rw-r--r--ruby_1_9_3/lib/rss/converter.rb170
-rw-r--r--ruby_1_9_3/lib/rss/dublincore.rb161
-rw-r--r--ruby_1_9_3/lib/rss/dublincore/1.0.rb12
-rw-r--r--ruby_1_9_3/lib/rss/dublincore/2.0.rb12
-rw-r--r--ruby_1_9_3/lib/rss/dublincore/atom.rb16
-rw-r--r--ruby_1_9_3/lib/rss/image.rb193
-rw-r--r--ruby_1_9_3/lib/rss/itunes.rb410
-rw-r--r--ruby_1_9_3/lib/rss/maker.rb54
-rw-r--r--ruby_1_9_3/lib/rss/maker/0.9.rb508
-rw-r--r--ruby_1_9_3/lib/rss/maker/1.0.rb435
-rw-r--r--ruby_1_9_3/lib/rss/maker/2.0.rb223
-rw-r--r--ruby_1_9_3/lib/rss/maker/atom.rb172
-rw-r--r--ruby_1_9_3/lib/rss/maker/base.rb944
-rw-r--r--ruby_1_9_3/lib/rss/maker/content.rb21
-rw-r--r--ruby_1_9_3/lib/rss/maker/dublincore.rb121
-rw-r--r--ruby_1_9_3/lib/rss/maker/entry.rb163
-rw-r--r--ruby_1_9_3/lib/rss/maker/feed.rb426
-rw-r--r--ruby_1_9_3/lib/rss/maker/image.rb111
-rw-r--r--ruby_1_9_3/lib/rss/maker/itunes.rb242
-rw-r--r--ruby_1_9_3/lib/rss/maker/slash.rb33
-rw-r--r--ruby_1_9_3/lib/rss/maker/syndication.rb18
-rw-r--r--ruby_1_9_3/lib/rss/maker/taxonomy.rb118
-rw-r--r--ruby_1_9_3/lib/rss/maker/trackback.rb61
-rw-r--r--ruby_1_9_3/lib/rss/parser.rb568
-rw-r--r--ruby_1_9_3/lib/rss/rexmlparser.rb54
-rw-r--r--ruby_1_9_3/lib/rss/rss.rb1342
-rw-r--r--ruby_1_9_3/lib/rss/slash.rb49
-rw-r--r--ruby_1_9_3/lib/rss/syndication.rb67
-rw-r--r--ruby_1_9_3/lib/rss/taxonomy.rb145
-rw-r--r--ruby_1_9_3/lib/rss/trackback.rb288
-rw-r--r--ruby_1_9_3/lib/rss/utils.rb111
-rw-r--r--ruby_1_9_3/lib/rss/xml-stylesheet.rb105
-rw-r--r--ruby_1_9_3/lib/rss/xml.rb71
-rw-r--r--ruby_1_9_3/lib/rss/xmlparser.rb93
-rw-r--r--ruby_1_9_3/lib/rss/xmlscanner.rb121
-rw-r--r--ruby_1_9_3/lib/rubygems.rb1305
-rw-r--r--ruby_1_9_3/lib/rubygems/builder.rb99
-rw-r--r--ruby_1_9_3/lib/rubygems/command.rb536
-rw-r--r--ruby_1_9_3/lib/rubygems/command_manager.rb194
-rw-r--r--ruby_1_9_3/lib/rubygems/commands/build_command.rb59
-rw-r--r--ruby_1_9_3/lib/rubygems/commands/cert_command.rb86
-rw-r--r--ruby_1_9_3/lib/rubygems/commands/check_command.rb65
-rw-r--r--ruby_1_9_3/lib/rubygems/commands/cleanup_command.rb100
-rw-r--r--ruby_1_9_3/lib/rubygems/commands/contents_command.rb101
-rw-r--r--ruby_1_9_3/lib/rubygems/commands/dependency_command.rb160
-rw-r--r--ruby_1_9_3/lib/rubygems/commands/environment_command.rb130
-rw-r--r--ruby_1_9_3/lib/rubygems/commands/fetch_command.rb78
-rw-r--r--ruby_1_9_3/lib/rubygems/commands/generate_index_command.rb124
-rw-r--r--ruby_1_9_3/lib/rubygems/commands/help_command.rb167
-rw-r--r--ruby_1_9_3/lib/rubygems/commands/install_command.rb165
-rw-r--r--ruby_1_9_3/lib/rubygems/commands/list_command.rb35
-rw-r--r--ruby_1_9_3/lib/rubygems/commands/lock_command.rb110
-rw-r--r--ruby_1_9_3/lib/rubygems/commands/outdated_command.rb30
-rw-r--r--ruby_1_9_3/lib/rubygems/commands/owner_command.rb76
-rw-r--r--ruby_1_9_3/lib/rubygems/commands/pristine_command.rb110
-rw-r--r--ruby_1_9_3/lib/rubygems/commands/push_command.rb60
-rw-r--r--ruby_1_9_3/lib/rubygems/commands/query_command.rb263
-rw-r--r--ruby_1_9_3/lib/rubygems/commands/rdoc_command.rb91
-rw-r--r--ruby_1_9_3/lib/rubygems/commands/search_command.rb31
-rw-r--r--ruby_1_9_3/lib/rubygems/commands/server_command.rb86
-rw-r--r--ruby_1_9_3/lib/rubygems/commands/setup_command.rb358
-rw-r--r--ruby_1_9_3/lib/rubygems/commands/sources_command.rb136
-rw-r--r--ruby_1_9_3/lib/rubygems/commands/specification_command.rb131
-rw-r--r--ruby_1_9_3/lib/rubygems/commands/stale_command.rb28
-rw-r--r--ruby_1_9_3/lib/rubygems/commands/uninstall_command.rb94
-rw-r--r--ruby_1_9_3/lib/rubygems/commands/unpack_command.rb160
-rw-r--r--ruby_1_9_3/lib/rubygems/commands/update_command.rb232
-rw-r--r--ruby_1_9_3/lib/rubygems/commands/which_command.rb82
-rw-r--r--ruby_1_9_3/lib/rubygems/config_file.rb375
-rw-r--r--ruby_1_9_3/lib/rubygems/custom_require.rb69
-rw-r--r--ruby_1_9_3/lib/rubygems/defaults.rb124
-rw-r--r--ruby_1_9_3/lib/rubygems/dependency.rb260
-rw-r--r--ruby_1_9_3/lib/rubygems/dependency_installer.rb304
-rw-r--r--ruby_1_9_3/lib/rubygems/dependency_list.rb252
-rw-r--r--ruby_1_9_3/lib/rubygems/deprecate.rb70
-rw-r--r--ruby_1_9_3/lib/rubygems/doc_manager.rb243
-rw-r--r--ruby_1_9_3/lib/rubygems/errors.rb35
-rw-r--r--ruby_1_9_3/lib/rubygems/exceptions.rb91
-rw-r--r--ruby_1_9_3/lib/rubygems/ext.rb18
-rw-r--r--ruby_1_9_3/lib/rubygems/ext/builder.rb56
-rw-r--r--ruby_1_9_3/lib/rubygems/ext/configure_builder.rb25
-rw-r--r--ruby_1_9_3/lib/rubygems/ext/ext_conf_builder.rb24
-rw-r--r--ruby_1_9_3/lib/rubygems/ext/rake_builder.rb39
-rw-r--r--ruby_1_9_3/lib/rubygems/format.rb82
-rw-r--r--ruby_1_9_3/lib/rubygems/gem_openssl.rb90
-rw-r--r--ruby_1_9_3/lib/rubygems/gem_path_searcher.rb172
-rw-r--r--ruby_1_9_3/lib/rubygems/gem_runner.rb86
-rw-r--r--ruby_1_9_3/lib/rubygems/gemcutter_utilities.rb82
-rw-r--r--ruby_1_9_3/lib/rubygems/indexer.rb644
-rw-r--r--ruby_1_9_3/lib/rubygems/install_update_options.rb128
-rw-r--r--ruby_1_9_3/lib/rubygems/installer.rb626
-rw-r--r--ruby_1_9_3/lib/rubygems/installer_test_case.rb144
-rw-r--r--ruby_1_9_3/lib/rubygems/local_remote_options.rb148
-rw-r--r--ruby_1_9_3/lib/rubygems/mock_gem_ui.rb71
-rw-r--r--ruby_1_9_3/lib/rubygems/old_format.rb153
-rw-r--r--ruby_1_9_3/lib/rubygems/package.rb83
-rw-r--r--ruby_1_9_3/lib/rubygems/package/f_sync_dir.rb23
-rw-r--r--ruby_1_9_3/lib/rubygems/package/tar_header.rb266
-rw-r--r--ruby_1_9_3/lib/rubygems/package/tar_input.rb235
-rw-r--r--ruby_1_9_3/lib/rubygems/package/tar_output.rb146
-rw-r--r--ruby_1_9_3/lib/rubygems/package/tar_reader.rb106
-rw-r--r--ruby_1_9_3/lib/rubygems/package/tar_reader/entry.rb145
-rw-r--r--ruby_1_9_3/lib/rubygems/package/tar_test_case.rb137
-rw-r--r--ruby_1_9_3/lib/rubygems/package/tar_writer.rb241
-rw-r--r--ruby_1_9_3/lib/rubygems/package_task.rb126
-rw-r--r--ruby_1_9_3/lib/rubygems/path_support.rb70
-rw-r--r--ruby_1_9_3/lib/rubygems/platform.rb194
-rw-r--r--ruby_1_9_3/lib/rubygems/psych_additions.rb18
-rw-r--r--ruby_1_9_3/lib/rubygems/psych_tree.rb54
-rw-r--r--ruby_1_9_3/lib/rubygems/remote_fetcher.rb507
-rw-r--r--ruby_1_9_3/lib/rubygems/require_paths_builder.rb18
-rw-r--r--ruby_1_9_3/lib/rubygems/requirement.rb204
-rw-r--r--ruby_1_9_3/lib/rubygems/security.rb826
-rw-r--r--ruby_1_9_3/lib/rubygems/server.rb832
-rw-r--r--ruby_1_9_3/lib/rubygems/source_index.rb406
-rw-r--r--ruby_1_9_3/lib/rubygems/spec_fetcher.rb297
-rw-r--r--ruby_1_9_3/lib/rubygems/specification.rb2171
-rw-r--r--ruby_1_9_3/lib/rubygems/ssl_certs/ca-bundle.pem3366
-rw-r--r--ruby_1_9_3/lib/rubygems/syck_hack.rb145
-rw-r--r--ruby_1_9_3/lib/rubygems/test_case.rb870
-rw-r--r--ruby_1_9_3/lib/rubygems/test_utilities.rb160
-rw-r--r--ruby_1_9_3/lib/rubygems/text.rb65
-rw-r--r--ruby_1_9_3/lib/rubygems/uninstaller.rb271
-rw-r--r--ruby_1_9_3/lib/rubygems/user_interaction.rb562
-rw-r--r--ruby_1_9_3/lib/rubygems/validator.rb169
-rw-r--r--ruby_1_9_3/lib/rubygems/version.rb329
-rw-r--r--ruby_1_9_3/lib/rubygems/version_option.rb65
-rw-r--r--ruby_1_9_3/lib/scanf.rb771
-rw-r--r--ruby_1_9_3/lib/securerandom.rb265
-rwxr-xr-xruby_1_9_3/lib/set.rb1352
-rw-r--r--ruby_1_9_3/lib/shell.rb300
-rw-r--r--ruby_1_9_3/lib/shell/builtin-command.rb160
-rw-r--r--ruby_1_9_3/lib/shell/command-processor.rb593
-rw-r--r--ruby_1_9_3/lib/shell/error.rb25
-rw-r--r--ruby_1_9_3/lib/shell/filter.rb109
-rw-r--r--ruby_1_9_3/lib/shell/process-controller.rb319
-rw-r--r--ruby_1_9_3/lib/shell/system-command.rb159
-rw-r--r--ruby_1_9_3/lib/shell/version.rb15
-rw-r--r--ruby_1_9_3/lib/shellwords.rb151
-rw-r--r--ruby_1_9_3/lib/singleton.rb172
-rw-r--r--ruby_1_9_3/lib/sync.rb321
-rw-r--r--ruby_1_9_3/lib/tempfile.rb359
-rw-r--r--ruby_1_9_3/lib/test/unit.rb640
-rw-r--r--ruby_1_9_3/lib/test/unit/assertions.rb324
-rw-r--r--ruby_1_9_3/lib/test/unit/parallel.rb161
-rw-r--r--ruby_1_9_3/lib/test/unit/testcase.rb25
-rw-r--r--ruby_1_9_3/lib/thread.rb361
-rw-r--r--ruby_1_9_3/lib/thwait.rb142
-rw-r--r--ruby_1_9_3/lib/time.rb541
-rw-r--r--ruby_1_9_3/lib/timeout.rb105
-rw-r--r--ruby_1_9_3/lib/tmpdir.rb143
-rw-r--r--ruby_1_9_3/lib/tracer.rb298
-rw-r--r--ruby_1_9_3/lib/tsort.rb242
-rw-r--r--ruby_1_9_3/lib/ubygems.rb10
-rw-r--r--ruby_1_9_3/lib/un.rb348
-rw-r--r--ruby_1_9_3/lib/uri.rb111
-rw-r--r--ruby_1_9_3/lib/uri/common.rb1001
-rw-r--r--ruby_1_9_3/lib/uri/ftp.rb262
-rw-r--r--ruby_1_9_3/lib/uri/generic.rb1599
-rw-r--r--ruby_1_9_3/lib/uri/http.rb106
-rw-r--r--ruby_1_9_3/lib/uri/https.rb22
-rw-r--r--ruby_1_9_3/lib/uri/ldap.rb260
-rw-r--r--ruby_1_9_3/lib/uri/ldaps.rb20
-rw-r--r--ruby_1_9_3/lib/uri/mailto.rb280
-rw-r--r--ruby_1_9_3/lib/weakref.rb94
-rw-r--r--ruby_1_9_3/lib/webrick.rb227
-rw-r--r--ruby_1_9_3/lib/webrick/accesslog.rb151
-rw-r--r--ruby_1_9_3/lib/webrick/cgi.rb260
-rw-r--r--ruby_1_9_3/lib/webrick/compat.rb35
-rw-r--r--ruby_1_9_3/lib/webrick/config.rb121
-rw-r--r--ruby_1_9_3/lib/webrick/cookie.rb110
-rw-r--r--ruby_1_9_3/lib/webrick/htmlutils.rb28
-rw-r--r--ruby_1_9_3/lib/webrick/httpauth.rb95
-rw-r--r--ruby_1_9_3/lib/webrick/httpauth/authenticator.rb112
-rw-r--r--ruby_1_9_3/lib/webrick/httpauth/basicauth.rb108
-rw-r--r--ruby_1_9_3/lib/webrick/httpauth/digestauth.rb392
-rw-r--r--ruby_1_9_3/lib/webrick/httpauth/htdigest.rb128
-rw-r--r--ruby_1_9_3/lib/webrick/httpauth/htgroup.rb93
-rw-r--r--ruby_1_9_3/lib/webrick/httpauth/htpasswd.rb121
-rw-r--r--ruby_1_9_3/lib/webrick/httpauth/userdb.rb52
-rw-r--r--ruby_1_9_3/lib/webrick/httpproxy.rb305
-rw-r--r--ruby_1_9_3/lib/webrick/httprequest.rb461
-rw-r--r--ruby_1_9_3/lib/webrick/httpresponse.rb399
-rw-r--r--ruby_1_9_3/lib/webrick/https.rb64
-rw-r--r--ruby_1_9_3/lib/webrick/httpserver.rb264
-rw-r--r--ruby_1_9_3/lib/webrick/httpservlet.rb22
-rw-r--r--ruby_1_9_3/lib/webrick/httpservlet/abstract.rb153
-rw-r--r--ruby_1_9_3/lib/webrick/httpservlet/cgi_runner.rb46
-rw-r--r--ruby_1_9_3/lib/webrick/httpservlet/cgihandler.rb108
-rw-r--r--ruby_1_9_3/lib/webrick/httpservlet/erbhandler.rb87
-rw-r--r--ruby_1_9_3/lib/webrick/httpservlet/filehandler.rb470
-rw-r--r--ruby_1_9_3/lib/webrick/httpservlet/prochandler.rb33
-rw-r--r--ruby_1_9_3/lib/webrick/httpstatus.rb184
-rw-r--r--ruby_1_9_3/lib/webrick/httputils.rb392
-rw-r--r--ruby_1_9_3/lib/webrick/httpversion.rb49
-rw-r--r--ruby_1_9_3/lib/webrick/log.rb136
-rw-r--r--ruby_1_9_3/lib/webrick/server.rb218
-rw-r--r--ruby_1_9_3/lib/webrick/ssl.rb127
-rw-r--r--ruby_1_9_3/lib/webrick/utils.rb241
-rw-r--r--ruby_1_9_3/lib/webrick/version.rb13
-rw-r--r--ruby_1_9_3/lib/xmlrpc/README.rdoc300
-rw-r--r--ruby_1_9_3/lib/xmlrpc/README.txt31
-rw-r--r--ruby_1_9_3/lib/xmlrpc/base64.rb81
-rw-r--r--ruby_1_9_3/lib/xmlrpc/client.rb625
-rw-r--r--ruby_1_9_3/lib/xmlrpc/config.rb40
-rw-r--r--ruby_1_9_3/lib/xmlrpc/create.rb289
-rw-r--r--ruby_1_9_3/lib/xmlrpc/datetime.rb142
-rw-r--r--ruby_1_9_3/lib/xmlrpc/httpserver.rb178
-rw-r--r--ruby_1_9_3/lib/xmlrpc/marshal.rb76
-rw-r--r--ruby_1_9_3/lib/xmlrpc/parser.rb812
-rw-r--r--ruby_1_9_3/lib/xmlrpc/server.rb778
-rw-r--r--ruby_1_9_3/lib/xmlrpc/utils.rb165
-rw-r--r--ruby_1_9_3/lib/yaml.rb76
-rw-r--r--ruby_1_9_3/lib/yaml/dbm.rb214
-rw-r--r--ruby_1_9_3/lib/yaml/store.rb86
-rw-r--r--ruby_1_9_3/load.c792
-rw-r--r--ruby_1_9_3/main.c40
-rw-r--r--ruby_1_9_3/man/erb.1157
-rw-r--r--ruby_1_9_3/man/goruby.139
-rw-r--r--ruby_1_9_3/man/irb.1173
-rw-r--r--ruby_1_9_3/man/rake.1169
-rw-r--r--ruby_1_9_3/man/ri.1180
-rw-r--r--ruby_1_9_3/man/ruby.1511
-rw-r--r--ruby_1_9_3/marshal.c1955
-rw-r--r--ruby_1_9_3/math.c829
-rw-r--r--ruby_1_9_3/method.h105
-rw-r--r--ruby_1_9_3/misc/README12
-rw-r--r--ruby_1_9_3/misc/inf-ruby.el416
-rw-r--r--ruby_1_9_3/misc/rb_optparse.bash20
-rwxr-xr-xruby_1_9_3/misc/rb_optparse.zsh38
-rw-r--r--ruby_1_9_3/misc/rdoc-mode.el130
-rw-r--r--ruby_1_9_3/misc/ruby-electric.el205
-rw-r--r--ruby_1_9_3/misc/ruby-mode.el1496
-rw-r--r--ruby_1_9_3/misc/ruby-style.el78
-rw-r--r--ruby_1_9_3/misc/rubydb2x.el104
-rw-r--r--ruby_1_9_3/misc/rubydb3x.el115
-rw-r--r--ruby_1_9_3/missing/acosh.c93
-rw-r--r--ruby_1_9_3/missing/alloca.c197
-rw-r--r--ruby_1_9_3/missing/cbrt.c11
-rw-r--r--ruby_1_9_3/missing/close.c72
-rw-r--r--ruby_1_9_3/missing/crypt.c993
-rw-r--r--ruby_1_9_3/missing/dup2.c60
-rw-r--r--ruby_1_9_3/missing/erf.c89
-rw-r--r--ruby_1_9_3/missing/ffs.c49
-rw-r--r--ruby_1_9_3/missing/file.h22
-rw-r--r--ruby_1_9_3/missing/fileblocks.c1
-rw-r--r--ruby_1_9_3/missing/finite.c9
-rw-r--r--ruby_1_9_3/missing/flock.c129
-rw-r--r--ruby_1_9_3/missing/hypot.c17
-rw-r--r--ruby_1_9_3/missing/isinf.c69
-rw-r--r--ruby_1_9_3/missing/isnan.c17
-rw-r--r--ruby_1_9_3/missing/langinfo.c148
-rw-r--r--ruby_1_9_3/missing/lgamma_r.c80
-rw-r--r--ruby_1_9_3/missing/memcmp.c18
-rw-r--r--ruby_1_9_3/missing/memmove.c22
-rw-r--r--ruby_1_9_3/missing/os2.c138
-rw-r--r--ruby_1_9_3/missing/setproctitle.c166
-rw-r--r--ruby_1_9_3/missing/signbit.c19
-rw-r--r--ruby_1_9_3/missing/strchr.c32
-rw-r--r--ruby_1_9_3/missing/strerror.c18
-rw-r--r--ruby_1_9_3/missing/strlcat.c74
-rw-r--r--ruby_1_9_3/missing/strlcpy.c70
-rw-r--r--ruby_1_9_3/missing/strstr.c29
-rw-r--r--ruby_1_9_3/missing/strtol.c27
-rw-r--r--ruby_1_9_3/missing/tgamma.c92
-rw-r--r--ruby_1_9_3/missing/x86_64-chkstk.s10
-rw-r--r--ruby_1_9_3/node.c921
-rw-r--r--ruby_1_9_3/node.h503
-rw-r--r--ruby_1_9_3/numeric.c3633
-rw-r--r--ruby_1_9_3/object.c2844
-rw-r--r--ruby_1_9_3/pack.c2277
-rw-r--r--ruby_1_9_3/parse.y10886
-rw-r--r--ruby_1_9_3/prelude.rb31
-rw-r--r--ruby_1_9_3/proc.c2251
-rw-r--r--ruby_1_9_3/process.c6053
-rw-r--r--ruby_1_9_3/random.c1396
-rw-r--r--ruby_1_9_3/range.c1052
-rw-r--r--ruby_1_9_3/rational.c2409
-rw-r--r--ruby_1_9_3/re.c3597
-rw-r--r--ruby_1_9_3/regcomp.c6322
-rw-r--r--ruby_1_9_3/regenc.c933
-rw-r--r--ruby_1_9_3/regenc.h219
-rw-r--r--ruby_1_9_3/regerror.c397
-rw-r--r--ruby_1_9_3/regexec.c3827
-rw-r--r--ruby_1_9_3/regint.h850
-rw-r--r--ruby_1_9_3/regparse.c5686
-rw-r--r--ruby_1_9_3/regparse.h362
-rw-r--r--ruby_1_9_3/regsyntax.c315
-rw-r--r--ruby_1_9_3/ruby.c1880
-rw-r--r--ruby_1_9_3/ruby_atomic.h115
-rw-r--r--ruby_1_9_3/safe.c135
-rw-r--r--ruby_1_9_3/sample/README45
-rw-r--r--ruby_1_9_3/sample/biorhythm.rb124
-rw-r--r--ruby_1_9_3/sample/cal.rb166
-rw-r--r--ruby_1_9_3/sample/cbreak.rb36
-rw-r--r--ruby_1_9_3/sample/clnt.rb21
-rw-r--r--ruby_1_9_3/sample/coverage.rb62
-rw-r--r--ruby_1_9_3/sample/dir.rb12
-rw-r--r--ruby_1_9_3/sample/drb/README.rd56
-rw-r--r--ruby_1_9_3/sample/drb/README.rd.ja59
-rw-r--r--ruby_1_9_3/sample/drb/darray.rb12
-rw-r--r--ruby_1_9_3/sample/drb/darrayc.rb47
-rw-r--r--ruby_1_9_3/sample/drb/dbiff.rb51
-rw-r--r--ruby_1_9_3/sample/drb/dcdbiff.rb43
-rw-r--r--ruby_1_9_3/sample/drb/dchatc.rb41
-rw-r--r--ruby_1_9_3/sample/drb/dchats.rb70
-rw-r--r--ruby_1_9_3/sample/drb/dhasen.rb42
-rw-r--r--ruby_1_9_3/sample/drb/dhasenc.rb14
-rw-r--r--ruby_1_9_3/sample/drb/dlogc.rb16
-rw-r--r--ruby_1_9_3/sample/drb/dlogd.rb39
-rw-r--r--ruby_1_9_3/sample/drb/dqin.rb13
-rw-r--r--ruby_1_9_3/sample/drb/dqlib.rb14
-rw-r--r--ruby_1_9_3/sample/drb/dqout.rb14
-rw-r--r--ruby_1_9_3/sample/drb/dqueue.rb12
-rw-r--r--ruby_1_9_3/sample/drb/drbc.rb45
-rw-r--r--ruby_1_9_3/sample/drb/drbch.rb48
-rw-r--r--ruby_1_9_3/sample/drb/drbm.rb60
-rw-r--r--ruby_1_9_3/sample/drb/drbmc.rb22
-rw-r--r--ruby_1_9_3/sample/drb/drbs-acl.rb51
-rw-r--r--ruby_1_9_3/sample/drb/drbs.rb64
-rw-r--r--ruby_1_9_3/sample/drb/drbssl_c.rb19
-rw-r--r--ruby_1_9_3/sample/drb/drbssl_s.rb31
-rw-r--r--ruby_1_9_3/sample/drb/extserv_test.rb80
-rw-r--r--ruby_1_9_3/sample/drb/gw_ct.rb29
-rw-r--r--ruby_1_9_3/sample/drb/gw_cu.rb28
-rw-r--r--ruby_1_9_3/sample/drb/gw_s.rb10
-rw-r--r--ruby_1_9_3/sample/drb/holderc.rb22
-rw-r--r--ruby_1_9_3/sample/drb/holders.rb63
-rw-r--r--ruby_1_9_3/sample/drb/http0.rb77
-rw-r--r--ruby_1_9_3/sample/drb/http0serv.rb119
-rw-r--r--ruby_1_9_3/sample/drb/name.rb117
-rw-r--r--ruby_1_9_3/sample/drb/namec.rb36
-rw-r--r--ruby_1_9_3/sample/drb/old_tuplespace.rb214
-rw-r--r--ruby_1_9_3/sample/drb/rinda_ts.rb7
-rw-r--r--ruby_1_9_3/sample/drb/rindac.rb17
-rw-r--r--ruby_1_9_3/sample/drb/rindas.rb18
-rw-r--r--ruby_1_9_3/sample/drb/ring_echo.rb30
-rw-r--r--ruby_1_9_3/sample/drb/ring_inspect.rb30
-rw-r--r--ruby_1_9_3/sample/drb/ring_place.rb25
-rw-r--r--ruby_1_9_3/sample/drb/simpletuple.rb91
-rw-r--r--ruby_1_9_3/sample/drb/speedc.rb21
-rw-r--r--ruby_1_9_3/sample/drb/speeds.rb31
-rw-r--r--ruby_1_9_3/sample/dualstack-fetch.rb48
-rw-r--r--ruby_1_9_3/sample/dualstack-httpd.rb55
-rw-r--r--ruby_1_9_3/sample/eval.rb41
-rw-r--r--ruby_1_9_3/sample/export.rb40
-rw-r--r--ruby_1_9_3/sample/exyacc.rb20
-rw-r--r--ruby_1_9_3/sample/fact.rb9
-rw-r--r--ruby_1_9_3/sample/fib.awk5
-rw-r--r--ruby_1_9_3/sample/fib.pl11
-rw-r--r--ruby_1_9_3/sample/fib.py10
-rw-r--r--ruby_1_9_3/sample/fib.rb10
-rw-r--r--ruby_1_9_3/sample/fib.scm8
-rw-r--r--ruby_1_9_3/sample/freq.rb12
-rw-r--r--ruby_1_9_3/sample/from.rb113
-rw-r--r--ruby_1_9_3/sample/fullpath.rb23
-rw-r--r--ruby_1_9_3/sample/less.rb17
-rw-r--r--ruby_1_9_3/sample/list.rb81
-rw-r--r--ruby_1_9_3/sample/list2.rb16
-rw-r--r--ruby_1_9_3/sample/list3.rb18
-rw-r--r--ruby_1_9_3/sample/logger/app.rb46
-rw-r--r--ruby_1_9_3/sample/logger/log.rb27
-rw-r--r--ruby_1_9_3/sample/logger/shifting.rb26
-rw-r--r--ruby_1_9_3/sample/mine.rb176
-rw-r--r--ruby_1_9_3/sample/mkproto.rb27
-rw-r--r--ruby_1_9_3/sample/mpart.rb44
-rw-r--r--ruby_1_9_3/sample/observ.rb32
-rw-r--r--ruby_1_9_3/sample/occur.pl9
-rw-r--r--ruby_1_9_3/sample/occur.rb12
-rw-r--r--ruby_1_9_3/sample/occur2.rb13
-rw-r--r--ruby_1_9_3/sample/openssl/c_rehash.rb174
-rw-r--r--ruby_1_9_3/sample/openssl/cert2text.rb23
-rw-r--r--ruby_1_9_3/sample/openssl/certstore.rb161
-rw-r--r--ruby_1_9_3/sample/openssl/cipher.rb54
-rw-r--r--ruby_1_9_3/sample/openssl/crlstore.rb122
-rw-r--r--ruby_1_9_3/sample/openssl/echo_cli.rb44
-rw-r--r--ruby_1_9_3/sample/openssl/echo_svr.rb65
-rw-r--r--ruby_1_9_3/sample/openssl/gen_csr.rb51
-rw-r--r--ruby_1_9_3/sample/openssl/smime_read.rb23
-rw-r--r--ruby_1_9_3/sample/openssl/smime_write.rb23
-rw-r--r--ruby_1_9_3/sample/openssl/wget.rb34
-rwxr-xr-xruby_1_9_3/sample/optparse/opttest.rb85
-rwxr-xr-xruby_1_9_3/sample/optparse/subcommand.rb19
-rw-r--r--ruby_1_9_3/sample/philos.rb54
-rw-r--r--ruby_1_9_3/sample/pi.rb18
-rw-r--r--ruby_1_9_3/sample/pty/expect_sample.rb48
-rw-r--r--ruby_1_9_3/sample/pty/script.rb37
-rw-r--r--ruby_1_9_3/sample/pty/shl.rb92
-rw-r--r--ruby_1_9_3/sample/rcs.awk33
-rw-r--r--ruby_1_9_3/sample/rcs.dat17
-rw-r--r--ruby_1_9_3/sample/rcs.rb39
-rw-r--r--ruby_1_9_3/sample/rdoc/markup/rdoc2latex.rb15
-rw-r--r--ruby_1_9_3/sample/rdoc/markup/sample.rb40
-rw-r--r--ruby_1_9_3/sample/ripper/ruby2html.rb112
-rw-r--r--ruby_1_9_3/sample/ripper/strip-comment.rb19
-rwxr-xr-xruby_1_9_3/sample/rss/blend.rb79
-rwxr-xr-xruby_1_9_3/sample/rss/convert.rb69
-rwxr-xr-xruby_1_9_3/sample/rss/list_description.rb91
-rwxr-xr-xruby_1_9_3/sample/rss/re_read.rb64
-rwxr-xr-xruby_1_9_3/sample/rss/rss_recent.rb85
-rw-r--r--ruby_1_9_3/sample/sieve.rb14
-rw-r--r--ruby_1_9_3/sample/svr.rb34
-rw-r--r--ruby_1_9_3/sample/test.rb2266
-rw-r--r--ruby_1_9_3/sample/testunit/adder.rb13
-rw-r--r--ruby_1_9_3/sample/testunit/subtracter.rb12
-rw-r--r--ruby_1_9_3/sample/testunit/tc_adder.rb18
-rw-r--r--ruby_1_9_3/sample/testunit/tc_subtracter.rb18
-rw-r--r--ruby_1_9_3/sample/testunit/ts_examples.rb7
-rw-r--r--ruby_1_9_3/sample/time.rb12
-rw-r--r--ruby_1_9_3/sample/timeout.rb42
-rw-r--r--ruby_1_9_3/sample/trojan.rb15
-rw-r--r--ruby_1_9_3/sample/tsvr.rb20
-rw-r--r--ruby_1_9_3/sample/uumerge.rb43
-rw-r--r--ruby_1_9_3/sample/webrick/demo-app.rb66
-rw-r--r--ruby_1_9_3/sample/webrick/demo-multipart.cgi12
-rw-r--r--ruby_1_9_3/sample/webrick/demo-servlet.rb6
-rw-r--r--ruby_1_9_3/sample/webrick/demo-urlencoded.cgi12
-rw-r--r--ruby_1_9_3/sample/webrick/hello.cgi11
-rw-r--r--ruby_1_9_3/sample/webrick/hello.rb8
-rw-r--r--ruby_1_9_3/sample/webrick/httpd.rb23
-rw-r--r--ruby_1_9_3/sample/webrick/httpproxy.rb25
-rw-r--r--ruby_1_9_3/sample/webrick/httpsd.rb33
-rw-r--r--ruby_1_9_3/signal.c1139
-rw-r--r--ruby_1_9_3/siphash.c483
-rw-r--r--ruby_1_9_3/siphash.h48
-rw-r--r--ruby_1_9_3/sparc.c30
-rw-r--r--ruby_1_9_3/spec/README31
-rw-r--r--ruby_1_9_3/spec/default.mspec21
-rw-r--r--ruby_1_9_3/sprintf.c1248
-rw-r--r--ruby_1_9_3/st.c1339
-rw-r--r--ruby_1_9_3/strftime.c1145
-rw-r--r--ruby_1_9_3/string.c7941
-rw-r--r--ruby_1_9_3/struct.c975
-rw-r--r--ruby_1_9_3/symbian/README.SYMBIAN93
-rw-r--r--ruby_1_9_3/symbian/configure.bat123
-rw-r--r--ruby_1_9_3/symbian/missing-aeabi.c18
-rw-r--r--ruby_1_9_3/symbian/missing-pips.c65
-rw-r--r--ruby_1_9_3/symbian/pre-build83
-rw-r--r--ruby_1_9_3/symbian/setup440
-rw-r--r--ruby_1_9_3/template/Doxyfile.tmpl267
-rw-r--r--ruby_1_9_3/template/encdb.h.tmpl83
-rwxr-xr-xruby_1_9_3/template/fake.rb.in47
-rw-r--r--ruby_1_9_3/template/id.h.tmpl141
-rw-r--r--ruby_1_9_3/template/insns.inc.tmpl20
-rw-r--r--ruby_1_9_3/template/insns_info.inc.tmpl83
-rw-r--r--ruby_1_9_3/template/known_errors.inc.tmpl14
-rw-r--r--ruby_1_9_3/template/minsns.inc.tmpl14
-rw-r--r--ruby_1_9_3/template/opt_sc.inc.tmpl32
-rw-r--r--ruby_1_9_3/template/optinsn.inc.tmpl30
-rw-r--r--ruby_1_9_3/template/optunifs.inc.tmpl35
-rw-r--r--ruby_1_9_3/template/ruby.pc.in44
-rw-r--r--ruby_1_9_3/template/transdb.h.tmpl59
-rw-r--r--ruby_1_9_3/template/vm.inc.tmpl29
-rw-r--r--ruby_1_9_3/template/vmtc.inc.tmpl18
-rw-r--r--ruby_1_9_3/template/yarvarch.en7
-rw-r--r--ruby_1_9_3/template/yarvarch.ja454
-rw-r--r--ruby_1_9_3/template/yasmdata.rb.tmpl20
-rw-r--r--ruby_1_9_3/test/-ext-/array/test_resize.rb29
-rw-r--r--ruby_1_9_3/test/-ext-/funcall/test_passing_block.rb22
-rw-r--r--ruby_1_9_3/test/-ext-/load/test_dot_dot.rb10
-rw-r--r--ruby_1_9_3/test/-ext-/old_thread_select/test_old_thread_select.rb99
-rw-r--r--ruby_1_9_3/test/-ext-/st/test_numhash.rb21
-rw-r--r--ruby_1_9_3/test/-ext-/string/test_cstr.rb17
-rw-r--r--ruby_1_9_3/test/-ext-/string/test_ellipsize.rb46
-rw-r--r--ruby_1_9_3/test/-ext-/string/test_enc_associate.rb12
-rw-r--r--ruby_1_9_3/test/-ext-/string/test_modify_expand.rb29
-rw-r--r--ruby_1_9_3/test/-ext-/string/test_set_len.rb25
-rw-r--r--ruby_1_9_3/test/-ext-/test_bug-3571.rb21
-rw-r--r--ruby_1_9_3/test/-ext-/test_bug-3662.rb10
-rw-r--r--ruby_1_9_3/test/-ext-/wait_for_single_fd/test_wait_for_single_fd.rb42
-rw-r--r--ruby_1_9_3/test/-ext-/win32/test_dln.rb13
-rw-r--r--ruby_1_9_3/test/-ext-/win32/test_fd_setsize.rb25
-rw-r--r--ruby_1_9_3/test/base64/test_base64.rb99
-rw-r--r--ruby_1_9_3/test/benchmark/test_benchmark.rb163
-rw-r--r--ruby_1_9_3/test/bigdecimal/test_bigdecimal.rb1350
-rw-r--r--ruby_1_9_3/test/bigdecimal/test_bigdecimal_util.rb43
-rw-r--r--ruby_1_9_3/test/bigdecimal/test_bigmath.rb63
-rw-r--r--ruby_1_9_3/test/bigdecimal/testbase.rb27
-rw-r--r--ruby_1_9_3/test/cgi/test_cgi_cookie.rb110
-rw-r--r--ruby_1_9_3/test/cgi/test_cgi_core.rb363
-rw-r--r--ruby_1_9_3/test/cgi/test_cgi_header.rb185
-rw-r--r--ruby_1_9_3/test/cgi/test_cgi_modruby.rb145
-rw-r--r--ruby_1_9_3/test/cgi/test_cgi_multipart.rb325
-rw-r--r--ruby_1_9_3/test/cgi/test_cgi_session.rb172
-rw-r--r--ruby_1_9_3/test/cgi/test_cgi_tag_helper.rb341
-rw-r--r--ruby_1_9_3/test/cgi/test_cgi_util.rb38
-rw-r--r--ruby_1_9_3/test/cgi/testdata/file1.html10
-rw-r--r--ruby_1_9_3/test/cgi/testdata/large.pngbin156414 -> 0 bytes-rw-r--r--ruby_1_9_3/test/cgi/testdata/small.pngbin82 -> 0 bytes-rw-r--r--ruby_1_9_3/test/coverage/test_coverage.rb64
-rw-r--r--ruby_1_9_3/test/csv/base.rb8
-rw-r--r--ruby_1_9_3/test/csv/line_endings.gzbin59 -> 0 bytes-rwxr-xr-xruby_1_9_3/test/csv/test_csv_parsing.rb221
-rwxr-xr-xruby_1_9_3/test/csv/test_csv_writing.rb97
-rwxr-xr-xruby_1_9_3/test/csv/test_data_converters.rb263
-rwxr-xr-xruby_1_9_3/test/csv/test_encodings.rb339
-rwxr-xr-xruby_1_9_3/test/csv/test_features.rb274
-rwxr-xr-xruby_1_9_3/test/csv/test_headers.rb289
-rwxr-xr-xruby_1_9_3/test/csv/test_interface.rb337
-rwxr-xr-xruby_1_9_3/test/csv/test_row.rb313
-rwxr-xr-xruby_1_9_3/test/csv/test_serialization.rb158
-rwxr-xr-xruby_1_9_3/test/csv/test_table.rb420
-rw-r--r--ruby_1_9_3/test/csv/ts_all.rb21
-rw-r--r--ruby_1_9_3/test/date/test_date.rb144
-rw-r--r--ruby_1_9_3/test/date/test_date_arith.rb286
-rw-r--r--ruby_1_9_3/test/date/test_date_attr.rb112
-rw-r--r--ruby_1_9_3/test/date/test_date_base.rb442
-rw-r--r--ruby_1_9_3/test/date/test_date_compat.rb21
-rw-r--r--ruby_1_9_3/test/date/test_date_conv.rb137
-rw-r--r--ruby_1_9_3/test/date/test_date_marshal.rb29
-rw-r--r--ruby_1_9_3/test/date/test_date_new.rb271
-rw-r--r--ruby_1_9_3/test/date/test_date_parse.rb1097
-rw-r--r--ruby_1_9_3/test/date/test_date_strftime.rb401
-rw-r--r--ruby_1_9_3/test/date/test_date_strptime.rb486
-rw-r--r--ruby_1_9_3/test/date/test_switch_hitter.rb577
-rw-r--r--ruby_1_9_3/test/dbm/test_dbm.rb580
-rwxr-xr-xruby_1_9_3/test/digest/test_digest.rb150
-rw-r--r--ruby_1_9_3/test/digest/test_digest_extend.rb157
-rw-r--r--ruby_1_9_3/test/digest/test_digest_hmac.rb2
-rw-r--r--ruby_1_9_3/test/dl/test_base.rb130
-rw-r--r--ruby_1_9_3/test/dl/test_callback.rb69
-rw-r--r--ruby_1_9_3/test/dl/test_cfunc.rb80
-rw-r--r--ruby_1_9_3/test/dl/test_cparser.rb13
-rw-r--r--ruby_1_9_3/test/dl/test_cptr.rb222
-rw-r--r--ruby_1_9_3/test/dl/test_dl2.rb155
-rw-r--r--ruby_1_9_3/test/dl/test_func.rb184
-rw-r--r--ruby_1_9_3/test/dl/test_handle.rb184
-rw-r--r--ruby_1_9_3/test/dl/test_import.rb164
-rw-r--r--ruby_1_9_3/test/dl/test_win32.rb54
-rw-r--r--ruby_1_9_3/test/drb/drbtest.rb371
-rw-r--r--ruby_1_9_3/test/drb/ignore_test_drb.rb24
-rw-r--r--ruby_1_9_3/test/drb/test_acl.rb195
-rw-r--r--ruby_1_9_3/test/drb/test_drb.rb318
-rw-r--r--ruby_1_9_3/test/drb/test_drbssl.rb64
-rw-r--r--ruby_1_9_3/test/drb/test_drbunix.rb48
-rw-r--r--ruby_1_9_3/test/drb/ut_array.rb15
-rw-r--r--ruby_1_9_3/test/drb/ut_array_drbssl.rb24
-rw-r--r--ruby_1_9_3/test/drb/ut_array_drbunix.rb15
-rw-r--r--ruby_1_9_3/test/drb/ut_drb.rb160
-rw-r--r--ruby_1_9_3/test/drb/ut_drb_drbssl.rb25
-rw-r--r--ruby_1_9_3/test/drb/ut_drb_drbunix.rb16
-rw-r--r--ruby_1_9_3/test/drb/ut_eq.rb30
-rw-r--r--ruby_1_9_3/test/drb/ut_eval.rb31
-rw-r--r--ruby_1_9_3/test/drb/ut_large.rb38
-rw-r--r--ruby_1_9_3/test/drb/ut_port.rb14
-rw-r--r--ruby_1_9_3/test/drb/ut_safe1.rb15
-rw-r--r--ruby_1_9_3/test/drb/ut_timerholder.rb49
-rw-r--r--ruby_1_9_3/test/erb/hello.erb4
-rw-r--r--ruby_1_9_3/test/erb/test_erb.rb462
-rw-r--r--ruby_1_9_3/test/erb/test_erb_m17n.rb123
-rw-r--r--ruby_1_9_3/test/etc/test_etc.rb110
-rw-r--r--ruby_1_9_3/test/fiddle/helper.rb111
-rw-r--r--ruby_1_9_3/test/fiddle/test_closure.rb84
-rw-r--r--ruby_1_9_3/test/fiddle/test_fiddle.rb32
-rw-r--r--ruby_1_9_3/test/fiddle/test_function.rb69
-rw-r--r--ruby_1_9_3/test/fileutils/clobber.rb91
-rw-r--r--ruby_1_9_3/test/fileutils/fileasserts.rb105
-rw-r--r--ruby_1_9_3/test/fileutils/test_dryrun.rb27
-rw-r--r--ruby_1_9_3/test/fileutils/test_fileutils.rb1180
-rw-r--r--ruby_1_9_3/test/fileutils/test_nowrite.rb26
-rw-r--r--ruby_1_9_3/test/fileutils/test_verbose.rb25
-rw-r--r--ruby_1_9_3/test/gdbm/test_gdbm.rb736
-rw-r--r--ruby_1_9_3/test/iconv/test_basic.rb59
-rw-r--r--ruby_1_9_3/test/iconv/test_option.rb43
-rw-r--r--ruby_1_9_3/test/iconv/test_partial.rb41
-rw-r--r--ruby_1_9_3/test/iconv/utils.rb29
-rw-r--r--ruby_1_9_3/test/inlinetest.rb55
-rw-r--r--ruby_1_9_3/test/io/console/test_io_console.rb243
-rw-r--r--ruby_1_9_3/test/io/nonblock/test_flush.rb46
-rw-r--r--ruby_1_9_3/test/io/wait/test_io_wait.rb72
-rw-r--r--ruby_1_9_3/test/irb/test_completion.rb22
-rw-r--r--ruby_1_9_3/test/irb/test_option.rb12
-rw-r--r--ruby_1_9_3/test/json/fixtures/fail1.json1
-rw-r--r--ruby_1_9_3/test/json/fixtures/fail10.json1
-rw-r--r--ruby_1_9_3/test/json/fixtures/fail11.json1
-rw-r--r--ruby_1_9_3/test/json/fixtures/fail12.json1
-rw-r--r--ruby_1_9_3/test/json/fixtures/fail13.json1
-rw-r--r--ruby_1_9_3/test/json/fixtures/fail14.json1
-rw-r--r--ruby_1_9_3/test/json/fixtures/fail18.json1
-rw-r--r--ruby_1_9_3/test/json/fixtures/fail19.json1
-rw-r--r--ruby_1_9_3/test/json/fixtures/fail2.json1
-rw-r--r--ruby_1_9_3/test/json/fixtures/fail20.json1
-rw-r--r--ruby_1_9_3/test/json/fixtures/fail21.json1
-rw-r--r--ruby_1_9_3/test/json/fixtures/fail22.json1
-rw-r--r--ruby_1_9_3/test/json/fixtures/fail23.json1
-rw-r--r--ruby_1_9_3/test/json/fixtures/fail24.json1
-rw-r--r--ruby_1_9_3/test/json/fixtures/fail25.json1
-rw-r--r--ruby_1_9_3/test/json/fixtures/fail27.json2
-rw-r--r--ruby_1_9_3/test/json/fixtures/fail28.json2
-rw-r--r--ruby_1_9_3/test/json/fixtures/fail3.json1
-rw-r--r--ruby_1_9_3/test/json/fixtures/fail4.json1
-rw-r--r--ruby_1_9_3/test/json/fixtures/fail5.json1
-rw-r--r--ruby_1_9_3/test/json/fixtures/fail6.json1
-rw-r--r--ruby_1_9_3/test/json/fixtures/fail7.json1
-rw-r--r--ruby_1_9_3/test/json/fixtures/fail8.json1
-rw-r--r--ruby_1_9_3/test/json/fixtures/fail9.json1
-rw-r--r--ruby_1_9_3/test/json/fixtures/pass1.json56
-rw-r--r--ruby_1_9_3/test/json/fixtures/pass15.json1
-rw-r--r--ruby_1_9_3/test/json/fixtures/pass16.json1
-rw-r--r--ruby_1_9_3/test/json/fixtures/pass17.json1
-rw-r--r--ruby_1_9_3/test/json/fixtures/pass2.json1
-rw-r--r--ruby_1_9_3/test/json/fixtures/pass26.json1
-rw-r--r--ruby_1_9_3/test/json/fixtures/pass3.json6
-rw-r--r--ruby_1_9_3/test/json/setup_variant.rb11
-rwxr-xr-xruby_1_9_3/test/json/test_json.rb480
-rwxr-xr-xruby_1_9_3/test/json/test_json_addition.rb175
-rw-r--r--ruby_1_9_3/test/json/test_json_encoding.rb65
-rwxr-xr-xruby_1_9_3/test/json/test_json_fixtures.rb35
-rwxr-xr-xruby_1_9_3/test/json/test_json_generate.rb213
-rw-r--r--ruby_1_9_3/test/json/test_json_string_matching.rb39
-rwxr-xr-xruby_1_9_3/test/json/test_json_unicode.rb72
-rw-r--r--ruby_1_9_3/test/logger/test_logger.rb522
-rw-r--r--ruby_1_9_3/test/matrix/test_matrix.rb426
-rw-r--r--ruby_1_9_3/test/matrix/test_vector.rb134
-rw-r--r--ruby_1_9_3/test/minitest/test_minitest_benchmark.rb119
-rw-r--r--ruby_1_9_3/test/minitest/test_minitest_mock.rb154
-rw-r--r--ruby_1_9_3/test/minitest/test_minitest_spec.rb397
-rw-r--r--ruby_1_9_3/test/minitest/test_minitest_unit.rb1454
-rw-r--r--ruby_1_9_3/test/misc/test_ruby_mode.rb142
-rw-r--r--ruby_1_9_3/test/mkmf/base.rb129
-rw-r--r--ruby_1_9_3/test/mkmf/test_convertible.rb32
-rw-r--r--ruby_1_9_3/test/mkmf/test_find_executable.rb50
-rw-r--r--ruby_1_9_3/test/mkmf/test_flags.rb35
-rw-r--r--ruby_1_9_3/test/mkmf/test_signedness.rb27
-rw-r--r--ruby_1_9_3/test/mkmf/test_sizeof.rb45
-rw-r--r--ruby_1_9_3/test/monitor/test_monitor.rb190
-rw-r--r--ruby_1_9_3/test/net/http/test_buffered_io.rb17
-rw-r--r--ruby_1_9_3/test/net/http/test_http.rb555
-rw-r--r--ruby_1_9_3/test/net/http/test_httpheader.rb317
-rw-r--r--ruby_1_9_3/test/net/http/test_httpresponse.rb40
-rw-r--r--ruby_1_9_3/test/net/http/test_https.rb129
-rw-r--r--ruby_1_9_3/test/net/http/test_https_proxy.rb37
-rw-r--r--ruby_1_9_3/test/net/http/utils.rb115
-rw-r--r--ruby_1_9_3/test/net/imap/cacert.pem60
-rw-r--r--ruby_1_9_3/test/net/imap/server.crt61
-rw-r--r--ruby_1_9_3/test/net/imap/server.key15
-rw-r--r--ruby_1_9_3/test/net/imap/test_imap.rb505
-rw-r--r--ruby_1_9_3/test/net/imap/test_imap_response_parser.rb133
-rw-r--r--ruby_1_9_3/test/net/pop/test_pop.rb132
-rw-r--r--ruby_1_9_3/test/net/protocol/test_protocol.rb20
-rw-r--r--ruby_1_9_3/test/net/smtp/test_response.rb99
-rw-r--r--ruby_1_9_3/test/net/smtp/test_smtp.rb16
-rw-r--r--ruby_1_9_3/test/net/smtp/test_ssl_socket.rb91
-rw-r--r--ruby_1_9_3/test/nkf/test_kconv.rb81
-rw-r--r--ruby_1_9_3/test/nkf/test_nkf.rb22
-rw-r--r--ruby_1_9_3/test/objspace/test_objspace.rb55
-rw-r--r--ruby_1_9_3/test/open-uri/test_open-uri.rb730
-rw-r--r--ruby_1_9_3/test/open-uri/test_ssl.rb314
-rw-r--r--ruby_1_9_3/test/openssl/ssl_server.rb81
-rw-r--r--ruby_1_9_3/test/openssl/test_asn1.rb601
-rw-r--r--ruby_1_9_3/test/openssl/test_bn.rb23
-rw-r--r--ruby_1_9_3/test/openssl/test_buffering.rb88
-rw-r--r--ruby_1_9_3/test/openssl/test_cipher.rb105
-rw-r--r--ruby_1_9_3/test/openssl/test_config.rb289
-rw-r--r--ruby_1_9_3/test/openssl/test_digest.rb118
-rw-r--r--ruby_1_9_3/test/openssl/test_engine.rb15
-rw-r--r--ruby_1_9_3/test/openssl/test_hmac.rb32
-rw-r--r--ruby_1_9_3/test/openssl/test_ns_spki.rb50
-rw-r--r--ruby_1_9_3/test/openssl/test_ocsp.rb47
-rw-r--r--ruby_1_9_3/test/openssl/test_pair.rb250
-rw-r--r--ruby_1_9_3/test/openssl/test_pkcs12.rb209
-rw-r--r--ruby_1_9_3/test/openssl/test_pkcs7.rb156
-rw-r--r--ruby_1_9_3/test/openssl/test_pkey_dh.rb72
-rw-r--r--ruby_1_9_3/test/openssl/test_pkey_dsa.rb224
-rw-r--r--ruby_1_9_3/test/openssl/test_pkey_ec.rb182
-rw-r--r--ruby_1_9_3/test/openssl/test_pkey_rsa.rb244
-rw-r--r--ruby_1_9_3/test/openssl/test_ssl.rb470
-rw-r--r--ruby_1_9_3/test/openssl/test_ssl_session.rb327
-rw-r--r--ruby_1_9_3/test/openssl/test_x509cert.rb218
-rw-r--r--ruby_1_9_3/test/openssl/test_x509crl.rb221
-rw-r--r--ruby_1_9_3/test/openssl/test_x509ext.rb69
-rw-r--r--ruby_1_9_3/test/openssl/test_x509name.rb366
-rw-r--r--ruby_1_9_3/test/openssl/test_x509req.rb150
-rw-r--r--ruby_1_9_3/test/openssl/test_x509store.rb229
-rw-r--r--ruby_1_9_3/test/openssl/utils.rb313
-rw-r--r--ruby_1_9_3/test/optparse/test_bash_completion.rb42
-rw-r--r--ruby_1_9_3/test/optparse/test_getopts.rb34
-rw-r--r--ruby_1_9_3/test/optparse/test_noarg.rb57
-rw-r--r--ruby_1_9_3/test/optparse/test_optarg.rb46
-rw-r--r--ruby_1_9_3/test/optparse/test_optparse.rb65
-rw-r--r--ruby_1_9_3/test/optparse/test_placearg.rb56
-rw-r--r--ruby_1_9_3/test/optparse/test_reqarg.rb77
-rw-r--r--ruby_1_9_3/test/optparse/test_summary.rb38
-rw-r--r--ruby_1_9_3/test/optparse/test_zsh_completion.rb22
-rw-r--r--ruby_1_9_3/test/ostruct/test_ostruct.rb76
-rw-r--r--ruby_1_9_3/test/pathname/test_pathname.rb1295
-rw-r--r--ruby_1_9_3/test/profile_test_all.rb52
-rw-r--r--ruby_1_9_3/test/psych/helper.rb63
-rw-r--r--ruby_1_9_3/test/psych/json/test_stream.rb109
-rw-r--r--ruby_1_9_3/test/psych/nodes/test_enumerable.rb43
-rw-r--r--ruby_1_9_3/test/psych/test_alias_and_anchor.rb96
-rw-r--r--ruby_1_9_3/test/psych/test_array.rb57
-rw-r--r--ruby_1_9_3/test/psych/test_boolean.rb36
-rw-r--r--ruby_1_9_3/test/psych/test_class.rb36
-rw-r--r--ruby_1_9_3/test/psych/test_coder.rb184
-rw-r--r--ruby_1_9_3/test/psych/test_date_time.rb17
-rw-r--r--ruby_1_9_3/test/psych/test_deprecated.rb210
-rw-r--r--ruby_1_9_3/test/psych/test_document.rb46
-rw-r--r--ruby_1_9_3/test/psych/test_emitter.rb94
-rw-r--r--ruby_1_9_3/test/psych/test_encoding.rb268
-rw-r--r--ruby_1_9_3/test/psych/test_engine_manager.rb57
-rw-r--r--ruby_1_9_3/test/psych/test_exception.rb130
-rw-r--r--ruby_1_9_3/test/psych/test_hash.rb44
-rw-r--r--ruby_1_9_3/test/psych/test_json_tree.rb65
-rw-r--r--ruby_1_9_3/test/psych/test_merge_keys.rb81
-rw-r--r--ruby_1_9_3/test/psych/test_nil.rb18
-rw-r--r--ruby_1_9_3/test/psych/test_null.rb19
-rw-r--r--ruby_1_9_3/test/psych/test_numeric.rb25
-rw-r--r--ruby_1_9_3/test/psych/test_object.rb44
-rw-r--r--ruby_1_9_3/test/psych/test_object_references.rb67
-rw-r--r--ruby_1_9_3/test/psych/test_omap.rb75
-rw-r--r--ruby_1_9_3/test/psych/test_parser.rb332
-rw-r--r--ruby_1_9_3/test/psych/test_psych.rb168
-rw-r--r--ruby_1_9_3/test/psych/test_scalar.rb11
-rw-r--r--ruby_1_9_3/test/psych/test_scalar_scanner.rb91
-rw-r--r--ruby_1_9_3/test/psych/test_serialize_subclasses.rb38
-rw-r--r--ruby_1_9_3/test/psych/test_set.rb49
-rw-r--r--ruby_1_9_3/test/psych/test_stream.rb93
-rw-r--r--ruby_1_9_3/test/psych/test_string.rb95
-rw-r--r--ruby_1_9_3/test/psych/test_struct.rb51
-rw-r--r--ruby_1_9_3/test/psych/test_symbol.rb17
-rw-r--r--ruby_1_9_3/test/psych/test_tainted.rb130
-rw-r--r--ruby_1_9_3/test/psych/test_to_yaml_properties.rb63
-rw-r--r--ruby_1_9_3/test/psych/test_tree_builder.rb79
-rw-r--r--ruby_1_9_3/test/psych/test_yaml.rb1269
-rw-r--r--ruby_1_9_3/test/psych/visitors/test_depth_first.rb49
-rw-r--r--ruby_1_9_3/test/psych/visitors/test_emitter.rb144
-rw-r--r--ruby_1_9_3/test/psych/visitors/test_to_ruby.rb325
-rw-r--r--ruby_1_9_3/test/psych/visitors/test_yaml_tree.rb155
-rw-r--r--ruby_1_9_3/test/rake/file_creation.rb34
-rw-r--r--ruby_1_9_3/test/rake/helper.rb492
-rw-r--r--ruby_1_9_3/test/rake/test_rake.rb40
-rw-r--r--ruby_1_9_3/test/rake/test_rake_application.rb489
-rw-r--r--ruby_1_9_3/test/rake/test_rake_application_options.rb335
-rw-r--r--ruby_1_9_3/test/rake/test_rake_clean.rb14
-rw-r--r--ruby_1_9_3/test/rake/test_rake_definitions.rb80
-rw-r--r--ruby_1_9_3/test/rake/test_rake_directory_task.rb46
-rw-r--r--ruby_1_9_3/test/rake/test_rake_dsl.rb77
-rw-r--r--ruby_1_9_3/test/rake/test_rake_early_time.rb31
-rw-r--r--ruby_1_9_3/test/rake/test_rake_extension.rb59
-rw-r--r--ruby_1_9_3/test/rake/test_rake_file_creation_task.rb56
-rw-r--r--ruby_1_9_3/test/rake/test_rake_file_list.rb628
-rw-r--r--ruby_1_9_3/test/rake/test_rake_file_list_path_map.rb8
-rw-r--r--ruby_1_9_3/test/rake/test_rake_file_task.rb102
-rw-r--r--ruby_1_9_3/test/rake/test_rake_file_utils.rb305
-rw-r--r--ruby_1_9_3/test/rake/test_rake_ftp_file.rb59
-rw-r--r--ruby_1_9_3/test/rake/test_rake_functional.rb450
-rw-r--r--ruby_1_9_3/test/rake/test_rake_invocation_chain.rb52
-rw-r--r--ruby_1_9_3/test/rake/test_rake_makefile_loader.rb44
-rw-r--r--ruby_1_9_3/test/rake/test_rake_multi_task.rb51
-rw-r--r--ruby_1_9_3/test/rake/test_rake_name_space.rb43
-rw-r--r--ruby_1_9_3/test/rake/test_rake_package_task.rb79
-rw-r--r--ruby_1_9_3/test/rake/test_rake_path_map.rb157
-rw-r--r--ruby_1_9_3/test/rake/test_rake_path_map_explode.rb34
-rw-r--r--ruby_1_9_3/test/rake/test_rake_path_map_partial.rb18
-rw-r--r--ruby_1_9_3/test/rake/test_rake_pseudo_status.rb21
-rw-r--r--ruby_1_9_3/test/rake/test_rake_rake_test_loader.rb21
-rw-r--r--ruby_1_9_3/test/rake/test_rake_rdoc_task.rb83
-rw-r--r--ruby_1_9_3/test/rake/test_rake_require.rb40
-rw-r--r--ruby_1_9_3/test/rake/test_rake_rules.rb327
-rw-r--r--ruby_1_9_3/test/rake/test_rake_task.rb267
-rw-r--r--ruby_1_9_3/test/rake/test_rake_task_argument_parsing.rb103
-rw-r--r--ruby_1_9_3/test/rake/test_rake_task_arguments.rb88
-rw-r--r--ruby_1_9_3/test/rake/test_rake_task_lib.rb9
-rw-r--r--ruby_1_9_3/test/rake/test_rake_task_manager.rb157
-rw-r--r--ruby_1_9_3/test/rake/test_rake_task_manager_argument_resolution.rb36
-rw-r--r--ruby_1_9_3/test/rake/test_rake_task_with_arguments.rb173
-rw-r--r--ruby_1_9_3/test/rake/test_rake_test_task.rb120
-rw-r--r--ruby_1_9_3/test/rake/test_rake_top_level_functions.rb111
-rw-r--r--ruby_1_9_3/test/rake/test_rake_win32.rb72
-rw-r--r--ruby_1_9_3/test/rake/test_sys.rb20
-rw-r--r--ruby_1_9_3/test/rdoc/README1
-rw-r--r--ruby_1_9_3/test/rdoc/binary.datbin1024 -> 0 bytes-rw-r--r--ruby_1_9_3/test/rdoc/hidden.zip.txt1
-rw-r--r--ruby_1_9_3/test/rdoc/test.ja.large.rdoc3
-rw-r--r--ruby_1_9_3/test/rdoc/test.ja.rdoc10
-rw-r--r--ruby_1_9_3/test/rdoc/test.ja.txt8
-rw-r--r--ruby_1_9_3/test/rdoc/test.txt1
-rw-r--r--ruby_1_9_3/test/rdoc/test_attribute_manager.rb120
-rw-r--r--ruby_1_9_3/test/rdoc/test_rdoc_alias.rb13
-rw-r--r--ruby_1_9_3/test/rdoc/test_rdoc_any_method.rb263
-rw-r--r--ruby_1_9_3/test/rdoc/test_rdoc_attr.rb123
-rw-r--r--ruby_1_9_3/test/rdoc/test_rdoc_class_module.rb718
-rw-r--r--ruby_1_9_3/test/rdoc/test_rdoc_code_object.rb290
-rw-r--r--ruby_1_9_3/test/rdoc/test_rdoc_constant.rb15
-rw-r--r--ruby_1_9_3/test/rdoc/test_rdoc_context.rb695
-rw-r--r--ruby_1_9_3/test/rdoc/test_rdoc_context_section.rb54
-rw-r--r--ruby_1_9_3/test/rdoc/test_rdoc_cross_reference.rb154
-rw-r--r--ruby_1_9_3/test/rdoc/test_rdoc_encoding.rb191
-rw-r--r--ruby_1_9_3/test/rdoc/test_rdoc_generator_darkfish.rb125
-rw-r--r--ruby_1_9_3/test/rdoc/test_rdoc_generator_ri.rb87
-rw-r--r--ruby_1_9_3/test/rdoc/test_rdoc_include.rb96
-rw-r--r--ruby_1_9_3/test/rdoc/test_rdoc_markup.rb91
-rw-r--r--ruby_1_9_3/test/rdoc/test_rdoc_markup_attribute_manager.rb240
-rw-r--r--ruby_1_9_3/test/rdoc/test_rdoc_markup_document.rb152
-rw-r--r--ruby_1_9_3/test/rdoc/test_rdoc_markup_formatter.rb57
-rw-r--r--ruby_1_9_3/test/rdoc/test_rdoc_markup_indented_paragraph.rb40
-rw-r--r--ruby_1_9_3/test/rdoc/test_rdoc_markup_paragraph.rb21
-rw-r--r--ruby_1_9_3/test/rdoc/test_rdoc_markup_parser.rb1486
-rw-r--r--ruby_1_9_3/test/rdoc/test_rdoc_markup_pre_process.rb410
-rw-r--r--ruby_1_9_3/test/rdoc/test_rdoc_markup_raw.rb27
-rw-r--r--ruby_1_9_3/test/rdoc/test_rdoc_markup_to_ansi.rb332
-rw-r--r--ruby_1_9_3/test/rdoc/test_rdoc_markup_to_bs.rb345
-rw-r--r--ruby_1_9_3/test/rdoc/test_rdoc_markup_to_html.rb355
-rw-r--r--ruby_1_9_3/test/rdoc/test_rdoc_markup_to_html_crossref.rb110
-rw-r--r--ruby_1_9_3/test/rdoc/test_rdoc_markup_to_rdoc.rb341
-rw-r--r--ruby_1_9_3/test/rdoc/test_rdoc_markup_to_tt_only.rb229
-rw-r--r--ruby_1_9_3/test/rdoc/test_rdoc_method_attr.rb122
-rw-r--r--ruby_1_9_3/test/rdoc/test_rdoc_normal_class.rb23
-rw-r--r--ruby_1_9_3/test/rdoc/test_rdoc_normal_module.rb37
-rw-r--r--ruby_1_9_3/test/rdoc/test_rdoc_options.rb392
-rw-r--r--ruby_1_9_3/test/rdoc/test_rdoc_parser.rb83
-rw-r--r--ruby_1_9_3/test/rdoc/test_rdoc_parser_c.rb1436
-rw-r--r--ruby_1_9_3/test/rdoc/test_rdoc_parser_ruby.rb2477
-rw-r--r--ruby_1_9_3/test/rdoc/test_rdoc_parser_simple.rb99
-rw-r--r--ruby_1_9_3/test/rdoc/test_rdoc_rdoc.rb209
-rw-r--r--ruby_1_9_3/test/rdoc/test_rdoc_require.rb25
-rw-r--r--ruby_1_9_3/test/rdoc/test_rdoc_ri_driver.rb1061
-rw-r--r--ruby_1_9_3/test/rdoc/test_rdoc_ri_paths.rb43
-rw-r--r--ruby_1_9_3/test/rdoc/test_rdoc_ri_store.rb473
-rw-r--r--ruby_1_9_3/test/rdoc/test_rdoc_ruby_lex.rb23
-rw-r--r--ruby_1_9_3/test/rdoc/test_rdoc_rubygems_hook.rb201
-rw-r--r--ruby_1_9_3/test/rdoc/test_rdoc_single_class.rb12
-rw-r--r--ruby_1_9_3/test/rdoc/test_rdoc_stats.rb543
-rw-r--r--ruby_1_9_3/test/rdoc/test_rdoc_task.rb111
-rw-r--r--ruby_1_9_3/test/rdoc/test_rdoc_text.rb397
-rw-r--r--ruby_1_9_3/test/rdoc/test_rdoc_top_level.rb240
-rw-r--r--ruby_1_9_3/test/rdoc/xref_data.rb76
-rw-r--r--ruby_1_9_3/test/rdoc/xref_test_case.rb71
-rw-r--r--ruby_1_9_3/test/readline/test_readline.rb415
-rw-r--r--ruby_1_9_3/test/readline/test_readline_history.rb327
-rw-r--r--ruby_1_9_3/test/resolv/test_addr.rb16
-rw-r--r--ruby_1_9_3/test/resolv/test_dns.rb121
-rw-r--r--ruby_1_9_3/test/rexml/data/LostineRiver.kml.gzbin50154 -> 0 bytes-rw-r--r--ruby_1_9_3/test/rexml/data/ProductionSupport.xml29
-rw-r--r--ruby_1_9_3/test/rexml/data/axis.xml25
-rw-r--r--ruby_1_9_3/test/rexml/data/bad.xml5
-rw-r--r--ruby_1_9_3/test/rexml/data/basic.xml11
-rw-r--r--ruby_1_9_3/test/rexml/data/basicupdate.xml47
-rw-r--r--ruby_1_9_3/test/rexml/data/broken.rss20
-rw-r--r--ruby_1_9_3/test/rexml/data/contents.xml70
-rw-r--r--ruby_1_9_3/test/rexml/data/dash.xml12
-rw-r--r--ruby_1_9_3/test/rexml/data/defaultNamespace.xml6
-rw-r--r--ruby_1_9_3/test/rexml/data/doctype_test.xml34
-rw-r--r--ruby_1_9_3/test/rexml/data/documentation.xml542
-rw-r--r--ruby_1_9_3/test/rexml/data/euc.xml296
-rw-r--r--ruby_1_9_3/test/rexml/data/evaluate.xml28
-rw-r--r--ruby_1_9_3/test/rexml/data/fibo.xml29
-rw-r--r--ruby_1_9_3/test/rexml/data/foo.xml10
-rw-r--r--ruby_1_9_3/test/rexml/data/google.2.xml156
-rw-r--r--ruby_1_9_3/test/rexml/data/id.xml21
-rw-r--r--ruby_1_9_3/test/rexml/data/iso8859-1.xml4
-rw-r--r--ruby_1_9_3/test/rexml/data/jaxen24.xml2
-rw-r--r--ruby_1_9_3/test/rexml/data/jaxen3.xml15
-rw-r--r--ruby_1_9_3/test/rexml/data/lang.xml11
-rw-r--r--ruby_1_9_3/test/rexml/data/lang0.xml18
-rw-r--r--ruby_1_9_3/test/rexml/data/message.xml27
-rw-r--r--ruby_1_9_3/test/rexml/data/moreover.xml244
-rw-r--r--ruby_1_9_3/test/rexml/data/much_ado.xml6850
-rw-r--r--ruby_1_9_3/test/rexml/data/namespaces.xml18
-rw-r--r--ruby_1_9_3/test/rexml/data/nitf.xml67
-rw-r--r--ruby_1_9_3/test/rexml/data/numbers.xml18
-rw-r--r--ruby_1_9_3/test/rexml/data/ofbiz-issues-full-177.xml13971
-rw-r--r--ruby_1_9_3/test/rexml/data/pi.xml13
-rw-r--r--ruby_1_9_3/test/rexml/data/pi2.xml6
-rw-r--r--ruby_1_9_3/test/rexml/data/project.xml1
-rw-r--r--ruby_1_9_3/test/rexml/data/simple.xml2
-rw-r--r--ruby_1_9_3/test/rexml/data/stream_accents.xml4
-rw-r--r--ruby_1_9_3/test/rexml/data/t63-1.xmlbin161690 -> 0 bytes-rw-r--r--ruby_1_9_3/test/rexml/data/t63-2.svg2828
-rw-r--r--ruby_1_9_3/test/rexml/data/t75.xml31
-rw-r--r--ruby_1_9_3/test/rexml/data/test/tests.xml683
-rw-r--r--ruby_1_9_3/test/rexml/data/test/tests.xsl369
-rw-r--r--ruby_1_9_3/test/rexml/data/testNamespaces.xml22
-rw-r--r--ruby_1_9_3/test/rexml/data/testsrc.xml64
-rw-r--r--ruby_1_9_3/test/rexml/data/text.xml10
-rw-r--r--ruby_1_9_3/test/rexml/data/ticket_110_utf16.xmlbin207464 -> 0 bytes-rw-r--r--ruby_1_9_3/test/rexml/data/ticket_61.xml4
-rw-r--r--ruby_1_9_3/test/rexml/data/ticket_68.xml590
-rw-r--r--ruby_1_9_3/test/rexml/data/tutorial.xml678
-rw-r--r--ruby_1_9_3/test/rexml/data/underscore.xml6
-rw-r--r--ruby_1_9_3/test/rexml/data/web.xml42
-rw-r--r--ruby_1_9_3/test/rexml/data/web2.xml7
-rw-r--r--ruby_1_9_3/test/rexml/data/working.rss202
-rw-r--r--ruby_1_9_3/test/rexml/data/xmlfile-bug.xml15
-rw-r--r--ruby_1_9_3/test/rexml/data/xp.tst27
-rw-r--r--ruby_1_9_3/test/rexml/data/yahoo.xml80
-rw-r--r--ruby_1_9_3/test/rexml/listener.rb50
-rw-r--r--ruby_1_9_3/test/rexml/rexml_test_utils.rb5
-rw-r--r--ruby_1_9_3/test/rexml/test_attributes.rb198
-rw-r--r--ruby_1_9_3/test/rexml/test_attributes_mixin.rb32
-rw-r--r--ruby_1_9_3/test/rexml/test_changing_encoding.rb44
-rw-r--r--ruby_1_9_3/test/rexml/test_comment.rb25
-rw-r--r--ruby_1_9_3/test/rexml/test_contrib.rb581
-rw-r--r--ruby_1_9_3/test/rexml/test_core.rb1462
-rw-r--r--ruby_1_9_3/test/rexml/test_doctype.rb107
-rw-r--r--ruby_1_9_3/test/rexml/test_document.rb109
-rw-r--r--ruby_1_9_3/test/rexml/test_elements.rb116
-rw-r--r--ruby_1_9_3/test/rexml/test_encoding.rb93
-rw-r--r--ruby_1_9_3/test/rexml/test_encoding_2.rb59
-rw-r--r--ruby_1_9_3/test/rexml/test_entity.rb167
-rw-r--r--ruby_1_9_3/test/rexml/test_functions.rb223
-rw-r--r--ruby_1_9_3/test/rexml/test_functions_number.rb32
-rw-r--r--ruby_1_9_3/test/rexml/test_jaxen.rb126
-rw-r--r--ruby_1_9_3/test/rexml/test_light.rb104
-rw-r--r--ruby_1_9_3/test/rexml/test_lightparser.rb12
-rw-r--r--ruby_1_9_3/test/rexml/test_listener.rb129
-rw-r--r--ruby_1_9_3/test/rexml/test_martin_fowler.rb37
-rw-r--r--ruby_1_9_3/test/rexml/test_namespace.rb38
-rw-r--r--ruby_1_9_3/test/rexml/test_notationdecl_mixin.rb58
-rw-r--r--ruby_1_9_3/test/rexml/test_notationdecl_parsetest.rb23
-rw-r--r--ruby_1_9_3/test/rexml/test_order.rb102
-rw-r--r--ruby_1_9_3/test/rexml/test_preceding_sibling.rb38
-rw-r--r--ruby_1_9_3/test/rexml/test_pullparser.rb100
-rw-r--r--ruby_1_9_3/test/rexml/test_rexml_issuezilla.rb14
-rw-r--r--ruby_1_9_3/test/rexml/test_sax.rb279
-rw-r--r--ruby_1_9_3/test/rexml/test_stream.rb104
-rw-r--r--ruby_1_9_3/test/rexml/test_ticket_80.rb56
-rw-r--r--ruby_1_9_3/test/rexml/test_validation_rng.rb790
-rw-r--r--ruby_1_9_3/test/rexml/test_xml_declaration_parent_child.rb33
-rw-r--r--ruby_1_9_3/test/rexml/test_xpath.rb1079
-rw-r--r--ruby_1_9_3/test/rexml/test_xpath_attribute_query.rb89
-rw-r--r--ruby_1_9_3/test/rexml/test_xpath_msw.rb38
-rw-r--r--ruby_1_9_3/test/rexml/test_xpath_pred.rb80
-rw-r--r--ruby_1_9_3/test/rexml/test_xpathtext.rb72
-rw-r--r--ruby_1_9_3/test/rinda/test_rinda.rb484
-rw-r--r--ruby_1_9_3/test/rinda/test_tuplebag.rb172
-rw-r--r--ruby_1_9_3/test/ripper/dummyparser.rb216
-rw-r--r--ruby_1_9_3/test/ripper/test_files.rb27
-rw-r--r--ruby_1_9_3/test/ripper/test_filter.rb83
-rw-r--r--ruby_1_9_3/test/ripper/test_parser_events.rb1142
-rw-r--r--ruby_1_9_3/test/ripper/test_ripper.rb49
-rw-r--r--ruby_1_9_3/test/ripper/test_scanner_events.rb844
-rw-r--r--ruby_1_9_3/test/rss/dot.pngbin111 -> 0 bytes-rw-r--r--ruby_1_9_3/test/rss/rss-assertions.rb2090
-rw-r--r--ruby_1_9_3/test/rss/rss-testcase.rb478
-rw-r--r--ruby_1_9_3/test/rss/test_1.0.rb295
-rw-r--r--ruby_1_9_3/test/rss/test_2.0.rb409
-rw-r--r--ruby_1_9_3/test/rss/test_accessor.rb103
-rw-r--r--ruby_1_9_3/test/rss/test_atom.rb681
-rw-r--r--ruby_1_9_3/test/rss/test_content.rb104
-rw-r--r--ruby_1_9_3/test/rss/test_dublincore.rb279
-rw-r--r--ruby_1_9_3/test/rss/test_image.rb214
-rw-r--r--ruby_1_9_3/test/rss/test_inherit.rb40
-rw-r--r--ruby_1_9_3/test/rss/test_itunes.rb347
-rw-r--r--ruby_1_9_3/test/rss/test_maker_0.9.rb474
-rw-r--r--ruby_1_9_3/test/rss/test_maker_1.0.rb516
-rw-r--r--ruby_1_9_3/test/rss/test_maker_2.0.rb757
-rw-r--r--ruby_1_9_3/test/rss/test_maker_atom_entry.rb393
-rw-r--r--ruby_1_9_3/test/rss/test_maker_atom_feed.rb454
-rw-r--r--ruby_1_9_3/test/rss/test_maker_content.rb47
-rw-r--r--ruby_1_9_3/test/rss/test_maker_dc.rb149
-rw-r--r--ruby_1_9_3/test/rss/test_maker_image.rb62
-rw-r--r--ruby_1_9_3/test/rss/test_maker_itunes.rb471
-rw-r--r--ruby_1_9_3/test/rss/test_maker_slash.rb37
-rw-r--r--ruby_1_9_3/test/rss/test_maker_sy.rb44
-rw-r--r--ruby_1_9_3/test/rss/test_maker_taxo.rb81
-rw-r--r--ruby_1_9_3/test/rss/test_maker_trackback.rb41
-rw-r--r--ruby_1_9_3/test/rss/test_maker_xml-stylesheet.rb83
-rw-r--r--ruby_1_9_3/test/rss/test_parser.rb62
-rw-r--r--ruby_1_9_3/test/rss/test_parser_1.0.rb528
-rw-r--r--ruby_1_9_3/test/rss/test_parser_2.0.rb122
-rw-r--r--ruby_1_9_3/test/rss/test_parser_atom_entry.rb163
-rw-r--r--ruby_1_9_3/test/rss/test_parser_atom_feed.rb276
-rw-r--r--ruby_1_9_3/test/rss/test_setup_maker_0.9.rb246
-rw-r--r--ruby_1_9_3/test/rss/test_setup_maker_1.0.rb550
-rw-r--r--ruby_1_9_3/test/rss/test_setup_maker_2.0.rb308
-rw-r--r--ruby_1_9_3/test/rss/test_setup_maker_atom_entry.rb409
-rw-r--r--ruby_1_9_3/test/rss/test_setup_maker_atom_feed.rb445
-rw-r--r--ruby_1_9_3/test/rss/test_setup_maker_itunes.rb144
-rw-r--r--ruby_1_9_3/test/rss/test_setup_maker_slash.rb38
-rw-r--r--ruby_1_9_3/test/rss/test_slash.rb64
-rw-r--r--ruby_1_9_3/test/rss/test_syndication.rb125
-rw-r--r--ruby_1_9_3/test/rss/test_taxonomy.rb172
-rw-r--r--ruby_1_9_3/test/rss/test_to_s.rb670
-rw-r--r--ruby_1_9_3/test/rss/test_trackback.rb135
-rw-r--r--ruby_1_9_3/test/rss/test_version.rb9
-rw-r--r--ruby_1_9_3/test/rss/test_xml-stylesheet.rb108
-rw-r--r--ruby_1_9_3/test/ruby/allpairs.rb103
-rw-r--r--ruby_1_9_3/test/ruby/beginmainend.rb80
-rw-r--r--ruby_1_9_3/test/ruby/enc/test_big5.rb28
-rw-r--r--ruby_1_9_3/test/ruby/enc/test_cp949.rb28
-rw-r--r--ruby_1_9_3/test/ruby/enc/test_emoji.rb442
-rw-r--r--ruby_1_9_3/test/ruby/enc/test_euc_jp.rb24
-rw-r--r--ruby_1_9_3/test/ruby/enc/test_euc_kr.rb28
-rw-r--r--ruby_1_9_3/test/ruby/enc/test_euc_tw.rb28
-rw-r--r--ruby_1_9_3/test/ruby/enc/test_gb18030.rb126
-rw-r--r--ruby_1_9_3/test/ruby/enc/test_gbk.rb28
-rw-r--r--ruby_1_9_3/test/ruby/enc/test_iso_8859.rb163
-rw-r--r--ruby_1_9_3/test/ruby/enc/test_koi8.rb22
-rw-r--r--ruby_1_9_3/test/ruby/enc/test_shift_jis.rb27
-rw-r--r--ruby_1_9_3/test/ruby/enc/test_utf16.rb384
-rw-r--r--ruby_1_9_3/test/ruby/enc/test_utf32.rb93
-rw-r--r--ruby_1_9_3/test/ruby/enc/test_windows_1251.rb16
-rw-r--r--ruby_1_9_3/test/ruby/endblockwarn_rb12
-rw-r--r--ruby_1_9_3/test/ruby/envutil.rb212
-rw-r--r--ruby_1_9_3/test/ruby/lbtest.rb48
-rw-r--r--ruby_1_9_3/test/ruby/marshaltestlib.rb506
-rw-r--r--ruby_1_9_3/test/ruby/memory_status.rb96
-rw-r--r--ruby_1_9_3/test/ruby/sentence.rb668
-rw-r--r--ruby_1_9_3/test/ruby/test_alias.rb107
-rw-r--r--ruby_1_9_3/test/ruby/test_argf.rb783
-rw-r--r--ruby_1_9_3/test/ruby/test_array.rb2189
-rw-r--r--ruby_1_9_3/test/ruby/test_assignment.rb695
-rw-r--r--ruby_1_9_3/test/ruby/test_autoload.rb56
-rw-r--r--ruby_1_9_3/test/ruby/test_basicinstructions.rb685
-rw-r--r--ruby_1_9_3/test/ruby/test_beginendblock.rb161
-rw-r--r--ruby_1_9_3/test/ruby/test_bignum.rb549
-rw-r--r--ruby_1_9_3/test/ruby/test_call.rb19
-rw-r--r--ruby_1_9_3/test/ruby/test_case.rb106
-rw-r--r--ruby_1_9_3/test/ruby/test_class.rb276
-rw-r--r--ruby_1_9_3/test/ruby/test_clone.rb28
-rw-r--r--ruby_1_9_3/test/ruby/test_comparable.rb72
-rw-r--r--ruby_1_9_3/test/ruby/test_complex.rb1151
-rw-r--r--ruby_1_9_3/test/ruby/test_complex2.rb735
-rw-r--r--ruby_1_9_3/test/ruby/test_complexrational.rb407
-rw-r--r--ruby_1_9_3/test/ruby/test_condition.rb16
-rw-r--r--ruby_1_9_3/test/ruby/test_const.rb48
-rw-r--r--ruby_1_9_3/test/ruby/test_continuation.rb124
-rw-r--r--ruby_1_9_3/test/ruby/test_defined.rb139
-rw-r--r--ruby_1_9_3/test/ruby/test_dir.rb228
-rw-r--r--ruby_1_9_3/test/ruby/test_dir_m17n.rb265
-rw-r--r--ruby_1_9_3/test/ruby/test_econv.rb931
-rw-r--r--ruby_1_9_3/test/ruby/test_encoding.rb116
-rw-r--r--ruby_1_9_3/test/ruby/test_enum.rb388
-rw-r--r--ruby_1_9_3/test/ruby/test_enumerator.rb377
-rw-r--r--ruby_1_9_3/test/ruby/test_env.rb406
-rw-r--r--ruby_1_9_3/test/ruby/test_eval.rb433
-rw-r--r--ruby_1_9_3/test/ruby/test_exception.rb395
-rw-r--r--ruby_1_9_3/test/ruby/test_fiber.rb240
-rw-r--r--ruby_1_9_3/test/ruby/test_file.rb273
-rw-r--r--ruby_1_9_3/test/ruby/test_file_exhaustive.rb1048
-rw-r--r--ruby_1_9_3/test/ruby/test_fixnum.rb232
-rw-r--r--ruby_1_9_3/test/ruby/test_flip.rb21
-rw-r--r--ruby_1_9_3/test/ruby/test_float.rb522
-rw-r--r--ruby_1_9_3/test/ruby/test_fnmatch.rb106
-rw-r--r--ruby_1_9_3/test/ruby/test_gc.rb115
-rw-r--r--ruby_1_9_3/test/ruby/test_hash.rb923
-rw-r--r--ruby_1_9_3/test/ruby/test_ifunless.rb14
-rw-r--r--ruby_1_9_3/test/ruby/test_integer.rb201
-rw-r--r--ruby_1_9_3/test/ruby/test_integer_comb.rb622
-rw-r--r--ruby_1_9_3/test/ruby/test_io.rb2150
-rw-r--r--ruby_1_9_3/test/ruby/test_io_m17n.rb2397
-rw-r--r--ruby_1_9_3/test/ruby/test_iterator.rb497
-rw-r--r--ruby_1_9_3/test/ruby/test_lambda.rb73
-rw-r--r--ruby_1_9_3/test/ruby/test_literal.rb293
-rw-r--r--ruby_1_9_3/test/ruby/test_m17n.rb1431
-rw-r--r--ruby_1_9_3/test/ruby/test_m17n_comb.rb1633
-rw-r--r--ruby_1_9_3/test/ruby/test_marshal.rb504
-rw-r--r--ruby_1_9_3/test/ruby/test_math.rb281
-rw-r--r--ruby_1_9_3/test/ruby/test_metaclass.rb167
-rw-r--r--ruby_1_9_3/test/ruby/test_method.rb475
-rw-r--r--ruby_1_9_3/test/ruby/test_mixed_unicode_escapes.rb25
-rw-r--r--ruby_1_9_3/test/ruby/test_module.rb1223
-rw-r--r--ruby_1_9_3/test/ruby/test_notimp.rb64
-rw-r--r--ruby_1_9_3/test/ruby/test_numeric.rb235
-rw-r--r--ruby_1_9_3/test/ruby/test_object.rb687
-rw-r--r--ruby_1_9_3/test/ruby/test_objectspace.rb68
-rw-r--r--ruby_1_9_3/test/ruby/test_optimization.rb163
-rw-r--r--ruby_1_9_3/test/ruby/test_pack.rb654
-rw-r--r--ruby_1_9_3/test/ruby/test_parse.rb828
-rw-r--r--ruby_1_9_3/test/ruby/test_path.rb259
-rw-r--r--ruby_1_9_3/test/ruby/test_pipe.rb16
-rw-r--r--ruby_1_9_3/test/ruby/test_primitive.rb423
-rw-r--r--ruby_1_9_3/test/ruby/test_proc.rb821
-rw-r--r--ruby_1_9_3/test/ruby/test_process.rb1333
-rw-r--r--ruby_1_9_3/test/ruby/test_rand.rb487
-rw-r--r--ruby_1_9_3/test/ruby/test_range.rb350
-rw-r--r--ruby_1_9_3/test/ruby/test_rational.rb1139
-rw-r--r--ruby_1_9_3/test/ruby/test_rational2.rb1386
-rw-r--r--ruby_1_9_3/test/ruby/test_readpartial.rb72
-rw-r--r--ruby_1_9_3/test/ruby/test_regexp.rb876
-rw-r--r--ruby_1_9_3/test/ruby/test_require.rb359
-rw-r--r--ruby_1_9_3/test/ruby/test_rubyoptions.rb568
-rw-r--r--ruby_1_9_3/test/ruby/test_settracefunc.rb395
-rw-r--r--ruby_1_9_3/test/ruby/test_signal.rb223
-rw-r--r--ruby_1_9_3/test/ruby/test_sleep.rb15
-rw-r--r--ruby_1_9_3/test/ruby/test_sprintf.rb334
-rw-r--r--ruby_1_9_3/test/ruby/test_sprintf_comb.rb553
-rw-r--r--ruby_1_9_3/test/ruby/test_string.rb2003
-rw-r--r--ruby_1_9_3/test/ruby/test_stringchar.rb181
-rw-r--r--ruby_1_9_3/test/ruby/test_struct.rb252
-rw-r--r--ruby_1_9_3/test/ruby/test_super.rb187
-rw-r--r--ruby_1_9_3/test/ruby/test_symbol.rb151
-rw-r--r--ruby_1_9_3/test/ruby/test_syntax.rb89
-rw-r--r--ruby_1_9_3/test/ruby/test_system.rb139
-rw-r--r--ruby_1_9_3/test/ruby/test_thread.rb713
-rw-r--r--ruby_1_9_3/test/ruby/test_time.rb780
-rw-r--r--ruby_1_9_3/test/ruby/test_time_tz.rb338
-rw-r--r--ruby_1_9_3/test/ruby/test_trace.rb61
-rw-r--r--ruby_1_9_3/test/ruby/test_transcode.rb1968
-rw-r--r--ruby_1_9_3/test/ruby/test_undef.rb37
-rw-r--r--ruby_1_9_3/test/ruby/test_unicode_escape.rb269
-rw-r--r--ruby_1_9_3/test/ruby/test_variable.rb97
-rw-r--r--ruby_1_9_3/test/ruby/test_whileuntil.rb82
-rw-r--r--ruby_1_9_3/test/ruby/test_yield.rb382
-rw-r--r--ruby_1_9_3/test/ruby/ut_eof.rb128
-rw-r--r--ruby_1_9_3/test/rubygems/bogussources.rb8
-rw-r--r--ruby_1_9_3/test/rubygems/ca_cert.pem45
-rw-r--r--ruby_1_9_3/test/rubygems/data/gem-private_key.pem27
-rw-r--r--ruby_1_9_3/test/rubygems/data/gem-public_cert.pem20
-rw-r--r--ruby_1_9_3/test/rubygems/data/null-type.gemspec.rzbin553 -> 0 bytes-rw-r--r--ruby_1_9_3/test/rubygems/fake_certlib/openssl.rb7
-rw-r--r--ruby_1_9_3/test/rubygems/fix_openssl_warnings.rb12
-rw-r--r--ruby_1_9_3/test/rubygems/foo/discover.rb0
-rw-r--r--ruby_1_9_3/test/rubygems/insure_session.rb43
-rw-r--r--ruby_1_9_3/test/rubygems/plugin/exception/rubygems_plugin.rb2
-rw-r--r--ruby_1_9_3/test/rubygems/plugin/load/rubygems_plugin.rb3
-rw-r--r--ruby_1_9_3/test/rubygems/plugin/standarderror/rubygems_plugin.rb2
-rw-r--r--ruby_1_9_3/test/rubygems/private_key.pem27
-rw-r--r--ruby_1_9_3/test/rubygems/public_cert.pem20
-rw-r--r--ruby_1_9_3/test/rubygems/rubygems/commands/crash_command.rb5
-rw-r--r--ruby_1_9_3/test/rubygems/rubygems_plugin.rb21
-rw-r--r--ruby_1_9_3/test/rubygems/sff/discover.rb0
-rw-r--r--ruby_1_9_3/test/rubygems/simple_gem.rb66
-rw-r--r--ruby_1_9_3/test/rubygems/ssl_cert.pem19
-rw-r--r--ruby_1_9_3/test/rubygems/ssl_key.pem15
-rw-r--r--ruby_1_9_3/test/rubygems/test_config.rb16
-rw-r--r--ruby_1_9_3/test/rubygems/test_gem.rb1281
-rw-r--r--ruby_1_9_3/test/rubygems/test_gem_builder.rb44
-rw-r--r--ruby_1_9_3/test/rubygems/test_gem_command.rb178
-rw-r--r--ruby_1_9_3/test/rubygems/test_gem_command_manager.rb215
-rw-r--r--ruby_1_9_3/test/rubygems/test_gem_commands_build_command.rb118
-rw-r--r--ruby_1_9_3/test/rubygems/test_gem_commands_cert_command.rb125
-rw-r--r--ruby_1_9_3/test/rubygems/test_gem_commands_check_command.rb18
-rw-r--r--ruby_1_9_3/test/rubygems/test_gem_commands_cleanup_command.rb89
-rw-r--r--ruby_1_9_3/test/rubygems/test_gem_commands_contents_command.rb145
-rw-r--r--ruby_1_9_3/test/rubygems/test_gem_commands_dependency_command.rb226
-rw-r--r--ruby_1_9_3/test/rubygems/test_gem_commands_environment_command.rb144
-rw-r--r--ruby_1_9_3/test/rubygems/test_gem_commands_fetch_command.rb102
-rw-r--r--ruby_1_9_3/test/rubygems/test_gem_commands_generate_index_command.rb131
-rw-r--r--ruby_1_9_3/test/rubygems/test_gem_commands_help_command.rb58
-rw-r--r--ruby_1_9_3/test/rubygems/test_gem_commands_install_command.rb354
-rw-r--r--ruby_1_9_3/test/rubygems/test_gem_commands_list_command.rb33
-rw-r--r--ruby_1_9_3/test/rubygems/test_gem_commands_lock_command.rb68
-rw-r--r--ruby_1_9_3/test/rubygems/test_gem_commands_outdated_command.rb38
-rw-r--r--ruby_1_9_3/test/rubygems/test_gem_commands_owner_command.rb147
-rw-r--r--ruby_1_9_3/test/rubygems/test_gem_commands_pristine_command.rb199
-rw-r--r--ruby_1_9_3/test/rubygems/test_gem_commands_push_command.rb107
-rw-r--r--ruby_1_9_3/test/rubygems/test_gem_commands_query_command.rb353
-rw-r--r--ruby_1_9_3/test/rubygems/test_gem_commands_server_command.rb59
-rw-r--r--ruby_1_9_3/test/rubygems/test_gem_commands_sources_command.rb210
-rw-r--r--ruby_1_9_3/test/rubygems/test_gem_commands_specification_command.rb241
-rw-r--r--ruby_1_9_3/test/rubygems/test_gem_commands_stale_command.rb40
-rw-r--r--ruby_1_9_3/test/rubygems/test_gem_commands_uninstall_command.rb137
-rw-r--r--ruby_1_9_3/test/rubygems/test_gem_commands_unpack_command.rb224
-rw-r--r--ruby_1_9_3/test/rubygems/test_gem_commands_update_command.rb372
-rw-r--r--ruby_1_9_3/test/rubygems/test_gem_commands_which_command.rb83
-rw-r--r--ruby_1_9_3/test/rubygems/test_gem_config_file.rb319
-rw-r--r--ruby_1_9_3/test/rubygems/test_gem_dependency.rb177
-rw-r--r--ruby_1_9_3/test/rubygems/test_gem_dependency_installer.rb853
-rw-r--r--ruby_1_9_3/test/rubygems/test_gem_dependency_list.rb268
-rw-r--r--ruby_1_9_3/test/rubygems/test_gem_doc_manager.rb32
-rw-r--r--ruby_1_9_3/test/rubygems/test_gem_ext_configure_builder.rb84
-rw-r--r--ruby_1_9_3/test/rubygems/test_gem_ext_ext_conf_builder.rb162
-rw-r--r--ruby_1_9_3/test/rubygems/test_gem_ext_rake_builder.rb66
-rw-r--r--ruby_1_9_3/test/rubygems/test_gem_format.rb88
-rw-r--r--ruby_1_9_3/test/rubygems/test_gem_gem_path_searcher.rb94
-rw-r--r--ruby_1_9_3/test/rubygems/test_gem_gem_runner.rb42
-rw-r--r--ruby_1_9_3/test/rubygems/test_gem_gemcutter_utilities.rb151
-rw-r--r--ruby_1_9_3/test/rubygems/test_gem_indexer.rb558
-rw-r--r--ruby_1_9_3/test/rubygems/test_gem_install_update_options.rb67
-rw-r--r--ruby_1_9_3/test/rubygems/test_gem_installer.rb1244
-rw-r--r--ruby_1_9_3/test/rubygems/test_gem_local_remote_options.rb114
-rw-r--r--ruby_1_9_3/test/rubygems/test_gem_package_tar_header.rb130
-rw-r--r--ruby_1_9_3/test/rubygems/test_gem_package_tar_input.rb129
-rw-r--r--ruby_1_9_3/test/rubygems/test_gem_package_tar_output.rb101
-rw-r--r--ruby_1_9_3/test/rubygems/test_gem_package_tar_reader.rb46
-rw-r--r--ruby_1_9_3/test/rubygems/test_gem_package_tar_reader_entry.rb119
-rw-r--r--ruby_1_9_3/test/rubygems/test_gem_package_tar_writer.rb144
-rw-r--r--ruby_1_9_3/test/rubygems/test_gem_package_task.rb59
-rw-r--r--ruby_1_9_3/test/rubygems/test_gem_path_support.rb93
-rw-r--r--ruby_1_9_3/test/rubygems/test_gem_platform.rb270
-rw-r--r--ruby_1_9_3/test/rubygems/test_gem_remote_fetcher.rb978
-rw-r--r--ruby_1_9_3/test/rubygems/test_gem_requirement.rb309
-rw-r--r--ruby_1_9_3/test/rubygems/test_gem_security.rb100
-rw-r--r--ruby_1_9_3/test/rubygems/test_gem_server.rb234
-rw-r--r--ruby_1_9_3/test/rubygems/test_gem_silent_ui.rb111
-rw-r--r--ruby_1_9_3/test/rubygems/test_gem_source_index.rb250
-rw-r--r--ruby_1_9_3/test/rubygems/test_gem_spec_fetcher.rb408
-rw-r--r--ruby_1_9_3/test/rubygems/test_gem_specification.rb1728
-rw-r--r--ruby_1_9_3/test/rubygems/test_gem_stream_ui.rb238
-rw-r--r--ruby_1_9_3/test/rubygems/test_gem_text.rb58
-rw-r--r--ruby_1_9_3/test/rubygems/test_gem_uninstaller.rb235
-rw-r--r--ruby_1_9_3/test/rubygems/test_gem_validator.rb63
-rw-r--r--ruby_1_9_3/test/rubygems/test_gem_version.rb181
-rw-r--r--ruby_1_9_3/test/rubygems/test_gem_version_option.rb89
-rw-r--r--ruby_1_9_3/test/rubygems/test_kernel.rb55
-rw-r--r--ruby_1_9_3/test/runner.rb15
-rw-r--r--ruby_1_9_3/test/scanf/data.txt6
-rw-r--r--ruby_1_9_3/test/scanf/test_scanf.rb325
-rw-r--r--ruby_1_9_3/test/scanf/test_scanfblocks.rb81
-rw-r--r--ruby_1_9_3/test/scanf/test_scanfio.rb20
-rw-r--r--ruby_1_9_3/test/sdbm/test_sdbm.rb555
-rw-r--r--ruby_1_9_3/test/socket/test_addrinfo.rb619
-rw-r--r--ruby_1_9_3/test/socket/test_ancdata.rb66
-rw-r--r--ruby_1_9_3/test/socket/test_basicsocket.rb88
-rw-r--r--ruby_1_9_3/test/socket/test_nonblock.rb284
-rw-r--r--ruby_1_9_3/test/socket/test_socket.rb457
-rw-r--r--ruby_1_9_3/test/socket/test_sockopt.rb33
-rw-r--r--ruby_1_9_3/test/socket/test_tcp.rb42
-rw-r--r--ruby_1_9_3/test/socket/test_udp.rb39
-rw-r--r--ruby_1_9_3/test/socket/test_unix.rb578
-rw-r--r--ruby_1_9_3/test/stringio/test_stringio.rb502
-rw-r--r--ruby_1_9_3/test/strscan/test_stringscanner.rb693
-rw-r--r--ruby_1_9_3/test/syck/test_array.rb18
-rw-r--r--ruby_1_9_3/test/syck/test_boolean.rb37
-rw-r--r--ruby_1_9_3/test/syck/test_class.rb27
-rw-r--r--ruby_1_9_3/test/syck/test_engine_manager.rb3
-rw-r--r--ruby_1_9_3/test/syck/test_exception.rb46
-rw-r--r--ruby_1_9_3/test/syck/test_hash.rb29
-rw-r--r--ruby_1_9_3/test/syck/test_null.rb20
-rw-r--r--ruby_1_9_3/test/syck/test_omap.rb56
-rw-r--r--ruby_1_9_3/test/syck/test_set.rb31
-rw-r--r--ruby_1_9_3/test/syck/test_string.rb45
-rw-r--r--ruby_1_9_3/test/syck/test_struct.rb42
-rw-r--r--ruby_1_9_3/test/syck/test_symbol.rb22
-rw-r--r--ruby_1_9_3/test/syck/test_time.rb24
-rw-r--r--ruby_1_9_3/test/syck/test_yaml.rb1413
-rw-r--r--ruby_1_9_3/test/syck/test_yaml_properties.rb64
-rw-r--r--ruby_1_9_3/test/syck/test_yamlstore.rb79
-rw-r--r--ruby_1_9_3/test/test_cmath.rb16
-rw-r--r--ruby_1_9_3/test/test_delegate.rb129
-rw-r--r--ruby_1_9_3/test/test_find.rb226
-rw-r--r--ruby_1_9_3/test/test_ipaddr.rb3
-rw-r--r--ruby_1_9_3/test/test_mathn.rb10
-rw-r--r--ruby_1_9_3/test/test_mutex_m.rb26
-rw-r--r--ruby_1_9_3/test/test_open3.rb242
-rw-r--r--ruby_1_9_3/test/test_pp.rb192
-rw-r--r--ruby_1_9_3/test/test_prettyprint.rb519
-rw-r--r--ruby_1_9_3/test/test_prime.rb174
-rw-r--r--ruby_1_9_3/test/test_pstore.rb129
-rw-r--r--ruby_1_9_3/test/test_pty.rb200
-rw-r--r--ruby_1_9_3/test/test_securerandom.rb175
-rw-r--r--ruby_1_9_3/test/test_set.rb3
-rw-r--r--ruby_1_9_3/test/test_shellwords.rb56
-rw-r--r--ruby_1_9_3/test/test_singleton.rb103
-rw-r--r--ruby_1_9_3/test/test_syslog.rb185
-rw-r--r--ruby_1_9_3/test/test_tempfile.rb308
-rw-r--r--ruby_1_9_3/test/test_time.rb407
-rw-r--r--ruby_1_9_3/test/test_timeout.rb32
-rw-r--r--ruby_1_9_3/test/test_tracer.rb63
-rw-r--r--ruby_1_9_3/test/test_tsort.rb44
-rw-r--r--ruby_1_9_3/test/testunit/test4test_hideskip.rb7
-rw-r--r--ruby_1_9_3/test/testunit/test_assertion.rb8
-rw-r--r--ruby_1_9_3/test/testunit/test_hideskip.rb20
-rw-r--r--ruby_1_9_3/test/testunit/test_parallel.rb181
-rw-r--r--ruby_1_9_3/test/testunit/test_rake_integration.rb35
-rw-r--r--ruby_1_9_3/test/testunit/tests_for_parallel/ptest_first.rb7
-rw-r--r--ruby_1_9_3/test/testunit/tests_for_parallel/ptest_forth.rb16
-rw-r--r--ruby_1_9_3/test/testunit/tests_for_parallel/ptest_second.rb11
-rw-r--r--ruby_1_9_3/test/testunit/tests_for_parallel/ptest_third.rb10
-rw-r--r--ruby_1_9_3/test/testunit/tests_for_parallel/runner.rb10
-rw-r--r--ruby_1_9_3/test/thread/test_queue.rb38
-rw-r--r--ruby_1_9_3/test/uri/test_common.rb124
-rw-r--r--ruby_1_9_3/test/uri/test_ftp.rb66
-rw-r--r--ruby_1_9_3/test/uri/test_generic.rb720
-rw-r--r--ruby_1_9_3/test/uri/test_http.rb64
-rw-r--r--ruby_1_9_3/test/uri/test_ldap.rb100
-rw-r--r--ruby_1_9_3/test/uri/test_mailto.rb122
-rw-r--r--ruby_1_9_3/test/uri/test_parser.rb41
-rw-r--r--ruby_1_9_3/test/webrick/.htaccess1
-rw-r--r--ruby_1_9_3/test/webrick/test_cgi.rb134
-rw-r--r--ruby_1_9_3/test/webrick/test_cookie.rb131
-rw-r--r--ruby_1_9_3/test/webrick/test_filehandler.rb285
-rw-r--r--ruby_1_9_3/test/webrick/test_httpauth.rb167
-rw-r--r--ruby_1_9_3/test/webrick/test_httpproxy.rb282
-rw-r--r--ruby_1_9_3/test/webrick/test_httprequest.rb411
-rw-r--r--ruby_1_9_3/test/webrick/test_httpserver.rb305
-rw-r--r--ruby_1_9_3/test/webrick/test_httputils.rb96
-rw-r--r--ruby_1_9_3/test/webrick/test_httpversion.rb40
-rw-r--r--ruby_1_9_3/test/webrick/test_server.rb67
-rw-r--r--ruby_1_9_3/test/webrick/test_utils.rb64
-rw-r--r--ruby_1_9_3/test/webrick/utils.rb58
-rw-r--r--ruby_1_9_3/test/webrick/webrick.cgi36
-rw-r--r--ruby_1_9_3/test/webrick/webrick_long_filename.cgi36
-rw-r--r--ruby_1_9_3/test/win32ole/err_in_callback.rb9
-rw-r--r--ruby_1_9_3/test/win32ole/orig_data.csv5
-rw-r--r--ruby_1_9_3/test/win32ole/test_err_in_callback.rb55
-rw-r--r--ruby_1_9_3/test/win32ole/test_folderitem2_invokeverb.rb65
-rw-r--r--ruby_1_9_3/test/win32ole/test_nil2vtempty.rb36
-rw-r--r--ruby_1_9_3/test/win32ole/test_ole_methods.rb36
-rw-r--r--ruby_1_9_3/test/win32ole/test_propertyputref.rb30
-rw-r--r--ruby_1_9_3/test/win32ole/test_thread.rb20
-rw-r--r--ruby_1_9_3/test/win32ole/test_win32ole.rb517
-rw-r--r--ruby_1_9_3/test/win32ole/test_win32ole_event.rb334
-rw-r--r--ruby_1_9_3/test/win32ole/test_win32ole_method.rb146
-rw-r--r--ruby_1_9_3/test/win32ole/test_win32ole_param.rb106
-rw-r--r--ruby_1_9_3/test/win32ole/test_win32ole_type.rb249
-rw-r--r--ruby_1_9_3/test/win32ole/test_win32ole_typelib.rb116
-rw-r--r--ruby_1_9_3/test/win32ole/test_win32ole_variable.rb61
-rw-r--r--ruby_1_9_3/test/win32ole/test_win32ole_variant.rb665
-rw-r--r--ruby_1_9_3/test/win32ole/test_win32ole_variant_m.rb35
-rw-r--r--ruby_1_9_3/test/win32ole/test_win32ole_variant_outarg.rb69
-rw-r--r--ruby_1_9_3/test/win32ole/test_word.rb72
-rw-r--r--ruby_1_9_3/test/with_different_ofs.rb17
-rw-r--r--ruby_1_9_3/test/xmlrpc/data/bug_bool.expected3
-rw-r--r--ruby_1_9_3/test/xmlrpc/data/bug_bool.xml8
-rw-r--r--ruby_1_9_3/test/xmlrpc/data/bug_cdata.expected3
-rw-r--r--ruby_1_9_3/test/xmlrpc/data/bug_cdata.xml8
-rw-r--r--ruby_1_9_3/test/xmlrpc/data/bug_covert.expected10
-rw-r--r--ruby_1_9_3/test/xmlrpc/data/bug_covert.xml6
-rw-r--r--ruby_1_9_3/test/xmlrpc/data/datetime_iso8601.xml8
-rw-r--r--ruby_1_9_3/test/xmlrpc/data/fault.xml16
-rw-r--r--ruby_1_9_3/test/xmlrpc/data/value.expected7
-rw-r--r--ruby_1_9_3/test/xmlrpc/data/value.xml22
-rw-r--r--ruby_1_9_3/test/xmlrpc/data/xml1.expected243
-rw-r--r--ruby_1_9_3/test/xmlrpc/data/xml1.xml1
-rw-r--r--ruby_1_9_3/test/xmlrpc/htpasswd2
-rw-r--r--ruby_1_9_3/test/xmlrpc/test_cookie.rb96
-rw-r--r--ruby_1_9_3/test/xmlrpc/test_datetime.rb159
-rw-r--r--ruby_1_9_3/test/xmlrpc/test_features.rb48
-rw-r--r--ruby_1_9_3/test/xmlrpc/test_marshal.rb108
-rw-r--r--ruby_1_9_3/test/xmlrpc/test_parser.rb91
-rw-r--r--ruby_1_9_3/test/xmlrpc/test_webrick_server.rb133
-rw-r--r--ruby_1_9_3/test/xmlrpc/webrick_testing.rb43
-rw-r--r--ruby_1_9_3/test/zlib/test_zlib.rb838
-rw-r--r--ruby_1_9_3/thread.c4872
-rw-r--r--ruby_1_9_3/thread_pthread.c1341
-rw-r--r--ruby_1_9_3/thread_pthread.h51
-rw-r--r--ruby_1_9_3/thread_win32.c787
-rw-r--r--ruby_1_9_3/thread_win32.h40
-rw-r--r--ruby_1_9_3/time.c4992
-rw-r--r--ruby_1_9_3/timev.h21
-rwxr-xr-xruby_1_9_3/tool/asm_parse.rb51
-rwxr-xr-xruby_1_9_3/tool/build-transcode16
-rwxr-xr-xruby_1_9_3/tool/change_maker.rb30
-rwxr-xr-xruby_1_9_3/tool/compile_prelude.rb198
-rwxr-xr-xruby_1_9_3/tool/config.guess1501
-rwxr-xr-xruby_1_9_3/tool/config.sub1705
-rw-r--r--ruby_1_9_3/tool/enc-emoji-citrus-gen.rb131
-rw-r--r--ruby_1_9_3/tool/enc-emoji4unicode.rb133
-rwxr-xr-xruby_1_9_3/tool/enc-unicode.rb319
-rwxr-xr-xruby_1_9_3/tool/eval.rb159
-rwxr-xr-xruby_1_9_3/tool/file2lastrev.rb153
-rwxr-xr-xruby_1_9_3/tool/generic_erb.rb34
-rwxr-xr-xruby_1_9_3/tool/ifchange48
-rwxr-xr-xruby_1_9_3/tool/insns2vm.rb15
-rw-r--r--ruby_1_9_3/tool/install-sh17
-rwxr-xr-xruby_1_9_3/tool/instruction.rb1393
-rw-r--r--ruby_1_9_3/tool/jisx0208.rb84
-rwxr-xr-xruby_1_9_3/tool/make-snapshot255
-rwxr-xr-xruby_1_9_3/tool/mdoc2man.rb465
-rwxr-xr-xruby_1_9_3/tool/merger.rb208
-rwxr-xr-xruby_1_9_3/tool/mkconfig.rb280
-rwxr-xr-xruby_1_9_3/tool/node_name.rb6
-rwxr-xr-xruby_1_9_3/tool/parse.rb13
-rwxr-xr-xruby_1_9_3/tool/rbinstall.rb604
-rwxr-xr-xruby_1_9_3/tool/rmdirs11
-rwxr-xr-xruby_1_9_3/tool/rubytest.rb28
-rwxr-xr-xruby_1_9_3/tool/runruby.rb91
-rwxr-xr-xruby_1_9_3/tool/strip-rdoc.rb22
-rw-r--r--ruby_1_9_3/tool/test/test_jisx0208.rb40
-rwxr-xr-xruby_1_9_3/tool/transcode-tblgen.rb1064
-rwxr-xr-xruby_1_9_3/tool/update-deps139
-rwxr-xr-xruby_1_9_3/tool/vtlh.rb15
-rwxr-xr-xruby_1_9_3/tool/ytab.sed37
-rw-r--r--ruby_1_9_3/transcode.c4481
-rw-r--r--ruby_1_9_3/transcode_data.h117
-rw-r--r--ruby_1_9_3/util.c3874
-rw-r--r--ruby_1_9_3/variable.c2233
-rw-r--r--ruby_1_9_3/version.c148
-rw-r--r--ruby_1_9_3/version.h52
-rw-r--r--ruby_1_9_3/vm.c2292
-rw-r--r--ruby_1_9_3/vm_core.h763
-rw-r--r--ruby_1_9_3/vm_dump.c852
-rw-r--r--ruby_1_9_3/vm_eval.c1809
-rw-r--r--ruby_1_9_3/vm_exec.c156
-rw-r--r--ruby_1_9_3/vm_exec.h184
-rw-r--r--ruby_1_9_3/vm_insnhelper.c1741
-rw-r--r--ruby_1_9_3/vm_insnhelper.h220
-rw-r--r--ruby_1_9_3/vm_method.c1318
-rw-r--r--ruby_1_9_3/vm_opts.h51
-rw-r--r--ruby_1_9_3/vsnprintf.c1287
-rw-r--r--ruby_1_9_3/win32/Makefile.sub1073
-rw-r--r--ruby_1_9_3/win32/README.win32141
-rwxr-xr-xruby_1_9_3/win32/configure.bat210
-rw-r--r--ruby_1_9_3/win32/dir.h46
-rw-r--r--ruby_1_9_3/win32/enc-setup.mak10
-rw-r--r--ruby_1_9_3/win32/file.c715
-rwxr-xr-xruby_1_9_3/win32/ifchange.bat77
-rwxr-xr-xruby_1_9_3/win32/makedirs.bat3
-rwxr-xr-xruby_1_9_3/win32/mkexports.rb168
-rwxr-xr-xruby_1_9_3/win32/resource.rb97
-rwxr-xr-xruby_1_9_3/win32/rm.bat18
-rwxr-xr-xruby_1_9_3/win32/rmall.bat6
-rwxr-xr-xruby_1_9_3/win32/rmdirs.bat29
-rw-r--r--ruby_1_9_3/win32/setup.mak272
-rw-r--r--ruby_1_9_3/win32/stub.c42
-rw-r--r--ruby_1_9_3/win32/win32.c5852
-rw-r--r--ruby_1_9_3/win32/winmain.c10
-rw-r--r--version.h2
3669 files changed, 21 insertions, 1484128 deletions
diff --git a/ChangeLog b/ChangeLog
index 46ee9107fa..15b5867d7d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Tue May 14 20:25:58 2013 CHIKANAGA Tomoyuki <nagachika@ruby-lang.org>
+
+ * ext/dl/lib/dl/func.rb (DL::Function#call): check tainted when
+ $SAFE > 0.
+ * ext/fiddle/function.c (function_call): check tainted when $SAFE > 0.
+ * test/fiddle/test_func.rb (module Fiddle): add test for above.
+
+
Tue May 14 11:36:22 2013 Shugo Maeda <shugo@ruby-lang.org>
* lib/net/imap.rb (getacl_response): parse the mailbox of an ACL
diff --git a/ext/dl/lib/dl/func.rb b/ext/dl/lib/dl/func.rb
index 7b9b54f318..9a984ed2b7 100644
--- a/ext/dl/lib/dl/func.rb
+++ b/ext/dl/lib/dl/func.rb
@@ -92,6 +92,9 @@ module DL
super
else
funcs = []
+ if $SAFE >= 1 && args.any? { |x| x.tainted? }
+ raise SecurityError, "tainted parameter not allowed"
+ end
_args = wrap_args(args, @stack.types, funcs, &block)
r = @cfunc.call(@stack.pack(_args))
funcs.each{|f| f.unbind_at_call()}
diff --git a/ext/fiddle/function.c b/ext/fiddle/function.c
index ada37a4942..52f7695eb7 100644
--- a/ext/fiddle/function.c
+++ b/ext/fiddle/function.c
@@ -101,6 +101,15 @@ function_call(int argc, VALUE argv[], VALUE self)
TypedData_Get_Struct(self, ffi_cif, &function_data_type, cif);
+ if (rb_safe_level() >= 1) {
+ for (i = 0; i < argc; i++) {
+ VALUE src = argv[i];
+ if (OBJ_TAINTED(src)) {
+ rb_raise(rb_eSecurityError, "tainted parameter not allowed");
+ }
+ }
+ }
+
values = xcalloc((size_t)argc + 1, (size_t)sizeof(void *));
generic_args = xcalloc((size_t)argc, (size_t)sizeof(fiddle_generic));
diff --git a/ruby_1_9_3/.document b/ruby_1_9_3/.document
deleted file mode 100644
index 8a05d61beb..0000000000
--- a/ruby_1_9_3/.document
+++ /dev/null
@@ -1,22 +0,0 @@
-# This file determines which files in the
-# Ruby hierarchy will be processed by the RDoc
-# tool when it is given the top-level directory
-# as an argument
-
-# Process all the C source files
-*.c
-
-# prelude
-prelude.rb
-
-# the lib/ directory (which has its own .document file)
-
-lib
-
-
-# and some of the ext/ directory (which has its own .document file)
-
-ext
-
-# rdoc files
-doc/*.rdoc
diff --git a/ruby_1_9_3/.gdbinit b/ruby_1_9_3/.gdbinit
deleted file mode 100644
index 2a38da8892..0000000000
--- a/ruby_1_9_3/.gdbinit
+++ /dev/null
@@ -1,757 +0,0 @@
-define rp
- if ruby_dummy_gdb_enums.special_consts
- end
- if (VALUE)($arg0) & RUBY_FIXNUM_FLAG
- printf "FIXNUM: %ld\n", (long)($arg0) >> 1
- else
- if ((VALUE)($arg0) & ~(~(VALUE)0<<RUBY_SPECIAL_SHIFT)) == RUBY_SYMBOL_FLAG
- set $id = (($arg0) >> RUBY_SPECIAL_SHIFT)
- if $id == '!' || $id == '+' || $id == '-' || $id == '*' || $id == '/' || $id == '%' || $id == '<' || $id == '>' || $id == '`'
- printf "SYMBOL(:%c)\n", $id
- else
- if $id == idDot2
- echo SYMBOL(:..)\n
- else
- if $id == idDot3
- echo SYMBOL(:...)\n
- else
- if $id == idUPlus
- echo SYMBOL(:+@)\n
- else
- if $id == idUMinus
- echo SYMBOL(:-@)\n
- else
- if $id == idPow
- echo SYMBOL(:**)\n
- else
- if $id == idCmp
- echo SYMBOL(:<=>)\n
- else
- if $id == idLTLT
- echo SYMBOL(:<<)\n
- else
- if $id == idLE
- echo SYMBOL(:<=)\n
- else
- if $id == idGE
- echo SYMBOL(:>=)\n
- else
- if $id == idEq
- echo SYMBOL(:==)\n
- else
- if $id == idEqq
- echo SYMBOL(:===)\n
- else
- if $id == idNeq
- echo SYMBOL(:!=)\n
- else
- if $id == idEqTilde
- echo SYMBOL(:=~)\n
- else
- if $id == idNeqTilde
- echo SYMBOL(:!~)\n
- else
- if $id == idAREF
- echo SYMBOL(:[])\n
- else
- if $id == idASET
- echo SYMBOL(:[]=)\n
- else
- printf "SYMBOL(%ld)\n", $id
- end
- end
- end
- end
- end
- end
- end
- end
- end
- end
- end
- end
- end
- end
- end
- end
- end
- else
- if ($arg0) == RUBY_Qfalse
- echo false\n
- else
- if ($arg0) == RUBY_Qtrue
- echo true\n
- else
- if ($arg0) == RUBY_Qnil
- echo nil\n
- else
- if ($arg0) == RUBY_Qundef
- echo undef\n
- else
- if (VALUE)($arg0) & RUBY_IMMEDIATE_MASK
- echo immediate\n
- else
- set $flags = ((struct RBasic*)($arg0))->flags
- if ($flags & RUBY_T_MASK) == RUBY_T_NONE
- printf "T_NONE: "
- print (struct RBasic *)($arg0)
- else
- if ($flags & RUBY_T_MASK) == RUBY_T_NIL
- printf "T_NIL: "
- print (struct RBasic *)($arg0)
- else
- if ($flags & RUBY_T_MASK) == RUBY_T_OBJECT
- printf "T_OBJECT: "
- print (struct RObject *)($arg0)
- else
- if ($flags & RUBY_T_MASK) == RUBY_T_CLASS
- printf "T_CLASS%s: ", ($flags & RUBY_FL_SINGLETON) ? "*" : ""
- print (struct RClass *)($arg0)
- else
- if ($flags & RUBY_T_MASK) == RUBY_T_ICLASS
- printf "T_ICLASS: "
- print (struct RClass *)($arg0)
- else
- if ($flags & RUBY_T_MASK) == RUBY_T_MODULE
- printf "T_MODULE: "
- print (struct RClass *)($arg0)
- else
- if ($flags & RUBY_T_MASK) == RUBY_T_FLOAT
- printf "T_FLOAT: %.16g ", (((struct RFloat*)($arg0))->float_value)
- print (struct RFloat *)($arg0)
- else
- if ($flags & RUBY_T_MASK) == RUBY_T_STRING
- printf "T_STRING: "
- set print address off
- output (char *)(($flags & RUBY_FL_USER1) ? \
- ((struct RString*)($arg0))->as.heap.ptr : \
- ((struct RString*)($arg0))->as.ary)
- set print address on
- printf " bytesize:%ld ", ($flags & RUBY_FL_USER1) ? \
- ((struct RString*)($arg0))->as.heap.len : \
- (($flags & (RUBY_FL_USER2|RUBY_FL_USER3|RUBY_FL_USER4|RUBY_FL_USER5|RUBY_FL_USER6)) >> RUBY_FL_USHIFT+2)
- if !($flags & RUBY_FL_USER1)
- printf "(embed) "
- else
- if ($flags & RUBY_FL_USER2)
- printf "(shared) "
- end
- if ($flags & RUBY_FL_USER3)
- printf "(assoc) "
- end
- end
- printf "encoding:%d ", ($flags & RUBY_ENCODING_MASK) >> RUBY_ENCODING_SHIFT
- if ($flags & RUBY_ENC_CODERANGE_MASK) == 0
- printf "coderange:unknown "
- else
- if ($flags & RUBY_ENC_CODERANGE_MASK) == RUBY_ENC_CODERANGE_7BIT
- printf "coderange:7bit "
- else
- if ($flags & RUBY_ENC_CODERANGE_MASK) == RUBY_ENC_CODERANGE_VALID
- printf "coderange:valid "
- else
- printf "coderange:broken "
- end
- end
- end
- print (struct RString *)($arg0)
- else
- if ($flags & RUBY_T_MASK) == RUBY_T_REGEXP
- set $regsrc = ((struct RRegexp*)($arg0))->src
- set $rsflags = ((struct RBasic*)$regsrc)->flags
- printf "T_REGEXP: "
- set print address off
- output (char *)(($rsflags & RUBY_FL_USER1) ? \
- ((struct RString*)$regsrc)->as.heap.ptr : \
- ((struct RString*)$regsrc)->as.ary)
- set print address on
- printf " len:%ld ", ($rsflags & RUBY_FL_USER1) ? \
- ((struct RString*)$regsrc)->as.heap.len : \
- (($rsflags & (RUBY_FL_USER2|RUBY_FL_USER3|RUBY_FL_USER4|RUBY_FL_USER5|RUBY_FL_USER6)) >> RUBY_FL_USHIFT+2)
- if $flags & RUBY_FL_USER6
- printf "(none) "
- end
- if $flags & RUBY_FL_USER5
- printf "(literal) "
- end
- if $flags & RUBY_FL_USER4
- printf "(fixed) "
- end
- printf "encoding:%d ", ($flags & RUBY_ENCODING_MASK) >> RUBY_ENCODING_SHIFT
- print (struct RRegexp *)($arg0)
- else
- if ($flags & RUBY_T_MASK) == RUBY_T_ARRAY
- if ($flags & RUBY_FL_USER1)
- set $len = (($flags & (RUBY_FL_USER3|RUBY_FL_USER4)) >> (RUBY_FL_USHIFT+3))
- printf "T_ARRAY: len=%ld ", $len
- printf "(embed) "
- if ($len == 0)
- printf "{(empty)} "
- else
- output/x *((VALUE*)((struct RArray*)($arg0))->as.ary) @ $len
- printf " "
- end
- else
- set $len = ((struct RArray*)($arg0))->as.heap.len
- printf "T_ARRAY: len=%ld ", $len
- if ($flags & RUBY_FL_USER2)
- printf "(shared) shared="
- output/x ((struct RArray*)($arg0))->as.heap.aux.shared
- printf " "
- else
- printf "(ownership) capa=%ld ", ((struct RArray*)($arg0))->as.heap.aux.capa
- end
- if ($len == 0)
- printf "{(empty)} "
- else
- output/x *((VALUE*)((struct RArray*)($arg0))->as.heap.ptr) @ $len
- printf " "
- end
- end
- print (struct RArray *)($arg0)
- else
- if ($flags & RUBY_T_MASK) == RUBY_T_FIXNUM
- printf "T_FIXNUM: "
- print (struct RBasic *)($arg0)
- else
- if ($flags & RUBY_T_MASK) == RUBY_T_HASH
- printf "T_HASH: ",
- if ((struct RHash *)($arg0))->ntbl
- printf "len=%ld ", ((struct RHash *)($arg0))->ntbl->num_entries
- end
- print (struct RHash *)($arg0)
- else
- if ($flags & RUBY_T_MASK) == RUBY_T_STRUCT
- printf "T_STRUCT: len=%ld ", \
- (($flags & (RUBY_FL_USER1|RUBY_FL_USER2)) ? \
- ($flags & (RUBY_FL_USER1|RUBY_FL_USER2)) >> (RUBY_FL_USHIFT+1) : \
- ((struct RStruct *)($arg0))->as.heap.len)
- print (struct RStruct *)($arg0)
- x/xw (($flags & (RUBY_FL_USER1|RUBY_FL_USER2)) ? \
- ((struct RStruct *)($arg0))->as.ary : \
- ((struct RStruct *)($arg0))->as.heap.ptr)
- else
- if ($flags & RUBY_T_MASK) == RUBY_T_BIGNUM
- printf "T_BIGNUM: sign=%d len=%ld ", \
- (($flags & RUBY_FL_USER1) != 0), \
- (($flags & RUBY_FL_USER2) ? \
- ($flags & (RUBY_FL_USER5|RUBY_FL_USER4|RUBY_FL_USER3)) >> (RUBY_FL_USHIFT+3) : \
- ((struct RBignum*)($arg0))->as.heap.len)
- if $flags & RUBY_FL_USER2
- printf "(embed) "
- end
- print (struct RBignum *)($arg0)
- x/xw (($flags & RUBY_FL_USER2) ? \
- ((struct RBignum*)($arg0))->as.ary : \
- ((struct RBignum*)($arg0))->as.heap.digits)
- else
- if ($flags & RUBY_T_MASK) == RUBY_T_RATIONAL
- printf "T_RATIONAL: "
- print (struct RRational *)($arg0)
- else
- if ($flags & RUBY_T_MASK) == RUBY_T_COMPLEX
- printf "T_COMPLEX: "
- print (struct RComplex *)($arg0)
- else
- if ($flags & RUBY_T_MASK) == RUBY_T_FILE
- printf "T_FILE: "
- print (struct RFile *)($arg0)
- output *((struct RFile *)($arg0))->fptr
- printf "\n"
- else
- if ($flags & RUBY_T_MASK) == RUBY_T_TRUE
- printf "T_TRUE: "
- print (struct RBasic *)($arg0)
- else
- if ($flags & RUBY_T_MASK) == RUBY_T_FALSE
- printf "T_FALSE: "
- print (struct RBasic *)($arg0)
- else
- if ($flags & RUBY_T_MASK) == RUBY_T_DATA
- if ((struct RTypedData *)($arg0))->typed_flag == 1
- printf "T_DATA(%s): ", ((struct RTypedData *)($arg0))->type->wrap_struct_name
- print (struct RTypedData *)($arg0)
- else
- printf "T_DATA: "
- print (struct RData *)($arg0)
- end
- else
- if ($flags & RUBY_T_MASK) == RUBY_T_MATCH
- printf "T_MATCH: "
- print (struct RMatch *)($arg0)
- else
- if ($flags & RUBY_T_MASK) == RUBY_T_SYMBOL
- printf "T_SYMBOL: "
- print (struct RBasic *)($arg0)
- else
- if ($flags & RUBY_T_MASK) == RUBY_T_UNDEF
- printf "T_UNDEF: "
- print (struct RBasic *)($arg0)
- else
- if ($flags & RUBY_T_MASK) == RUBY_T_NODE
- printf "T_NODE("
- output (enum node_type)(($flags&RUBY_NODE_TYPEMASK)>>RUBY_NODE_TYPESHIFT)
- printf "): "
- print *(NODE *)($arg0)
- else
- if ($flags & RUBY_T_MASK) == RUBY_T_ZOMBIE
- printf "T_ZOMBIE: "
- print (struct RData *)($arg0)
- else
- printf "unknown: "
- print (struct RBasic *)($arg0)
- end
- end
- end
- end
- end
- end
- end
- end
- end
- end
- end
- end
- end
- end
- end
- end
- end
- end
- end
- end
- end
- end
- end
- end
- end
- end
- end
- end
- end
- end
- end
- end
-end
-document rp
- Print a Ruby's VALUE.
-end
-
-define nd_type
- print (enum node_type)((((NODE*)($arg0))->flags&RUBY_NODE_TYPEMASK)>>RUBY_NODE_TYPESHIFT)
-end
-document nd_type
- Print a Ruby' node type.
-end
-
-define nd_file
- print ((NODE*)($arg0))->nd_file
-end
-document nd_file
- Print the source file name of a node.
-end
-
-define nd_line
- print ((unsigned int)((((NODE*)($arg0))->flags>>RUBY_NODE_LSHIFT)&RUBY_NODE_LMASK))
-end
-document nd_line
- Print the source line number of a node.
-end
-
-# Print members of ruby node.
-
-define nd_head
- printf "u1.node: "
- rp ($arg0).u1.node
-end
-
-define nd_alen
- printf "u2.argc: "
- p ($arg0).u2.argc
-end
-
-define nd_next
- printf "u3.node: "
- rp ($arg0).u3.node
-end
-
-
-define nd_cond
- printf "u1.node: "
- rp ($arg0).u1.node
-end
-
-define nd_body
- printf "u2.node: "
- rp ($arg0).u2.node
-end
-
-define nd_else
- printf "u3.node: "
- rp ($arg0).u3.node
-end
-
-
-define nd_orig
- printf "u3.value: "
- rp ($arg0).u3.value
-end
-
-
-define nd_resq
- printf "u2.node: "
- rp ($arg0).u2.node
-end
-
-define nd_ensr
- printf "u3.node: "
- rp ($arg0).u3.node
-end
-
-
-define nd_1st
- printf "u1.node: "
- rp ($arg0).u1.node
-end
-
-define nd_2nd
- printf "u2.node: "
- rp ($arg0).u2.node
-end
-
-
-define nd_stts
- printf "u1.node: "
- rp ($arg0).u1.node
-end
-
-
-define nd_entry
- printf "u3.entry: "
- p ($arg0).u3.entry
-end
-
-define nd_vid
- printf "u1.id: "
- p ($arg0).u1.id
-end
-
-define nd_cflag
- printf "u2.id: "
- p ($arg0).u2.id
-end
-
-define nd_cval
- printf "u3.value: "
- rp ($arg0).u3.value
-end
-
-
-define nd_cnt
- printf "u3.cnt: "
- p ($arg0).u3.cnt
-end
-
-define nd_tbl
- printf "u1.tbl: "
- p ($arg0).u1.tbl
-end
-
-
-define nd_var
- printf "u1.node: "
- rp ($arg0).u1.node
-end
-
-define nd_ibdy
- printf "u2.node: "
- rp ($arg0).u2.node
-end
-
-define nd_iter
- printf "u3.node: "
- rp ($arg0).u3.node
-end
-
-
-define nd_value
- printf "u2.node: "
- rp ($arg0).u2.node
-end
-
-define nd_aid
- printf "u3.id: "
- p ($arg0).u3.id
-end
-
-
-define nd_lit
- printf "u1.value: "
- rp ($arg0).u1.value
-end
-
-
-define nd_frml
- printf "u1.node: "
- rp ($arg0).u1.node
-end
-
-define nd_rest
- printf "u2.argc: "
- p ($arg0).u2.argc
-end
-
-define nd_opt
- printf "u1.node: "
- rp ($arg0).u1.node
-end
-
-
-define nd_recv
- printf "u1.node: "
- rp ($arg0).u1.node
-end
-
-define nd_mid
- printf "u2.id: "
- p ($arg0).u2.id
-end
-
-define nd_args
- printf "u3.node: "
- rp ($arg0).u3.node
-end
-
-
-define nd_noex
- printf "u1.id: "
- p ($arg0).u1.id
-end
-
-define nd_defn
- printf "u3.node: "
- rp ($arg0).u3.node
-end
-
-
-define nd_old
- printf "u1.id: "
- p ($arg0).u1.id
-end
-
-define nd_new
- printf "u2.id: "
- p ($arg0).u2.id
-end
-
-
-define nd_cfnc
- printf "u1.cfunc: "
- p ($arg0).u1.cfunc
-end
-
-define nd_argc
- printf "u2.argc: "
- p ($arg0).u2.argc
-end
-
-
-define nd_cname
- printf "u1.id: "
- p ($arg0).u1.id
-end
-
-define nd_super
- printf "u3.node: "
- rp ($arg0).u3.node
-end
-
-
-define nd_modl
- printf "u1.id: "
- p ($arg0).u1.id
-end
-
-define nd_clss
- printf "u1.value: "
- rp ($arg0).u1.value
-end
-
-
-define nd_beg
- printf "u1.node: "
- rp ($arg0).u1.node
-end
-
-define nd_end
- printf "u2.node: "
- rp ($arg0).u2.node
-end
-
-define nd_state
- printf "u3.state: "
- p ($arg0).u3.state
-end
-
-define nd_rval
- printf "u2.value: "
- rp ($arg0).u2.value
-end
-
-
-define nd_nth
- printf "u2.argc: "
- p ($arg0).u2.argc
-end
-
-
-define nd_tag
- printf "u1.id: "
- p ($arg0).u1.id
-end
-
-define nd_tval
- printf "u2.value: "
- rp ($arg0).u2.value
-end
-
-define rb_p
- call rb_p($arg0)
-end
-
-define rb_numtable_entry
- set $rb_numtable_tbl = $arg0
- set $rb_numtable_id = (st_data_t)$arg1
- set $rb_numtable_key = 0
- set $rb_numtable_rec = 0
- if $rb_numtable_tbl->entries_packed
- set $rb_numtable_p = $rb_numtable_tbl->bins
- while $rb_numtable_p && $rb_numtable_p < $rb_numtable_tbl->bins+$rb_numtable_tbl->num_entries
- if (st_data_t)$rb_numtable_p[0] == $rb_numtable_id
- set $rb_numtable_key = (st_data_t)$rb_numtable_p[0]
- set $rb_numtable_rec = (st_data_t)$rb_numtable_p[1]
- set $rb_numtable_p = 0
- else
- set $rb_numtable_p = $rb_numtable_p + 2
- end
- end
- else
- set $rb_numtable_p = $rb_numtable_tbl->bins[$rb_numtable_id % $rb_numtable_tbl->num_bins]
- while $rb_numtable_p
- if $rb_numtable_p->key == $rb_numtable_id
- set $rb_numtable_key = $rb_numtable_p->key
- set $rb_numtable_rec = $rb_numtable_p->record
- set $rb_numtable_p = 0
- else
- set $rb_numtable_p = $rb_numtable_p->next
- end
- end
- end
-end
-
-define rb_id2name
- rb_numtable_entry global_symbols.id_str (ID)$arg0
- if $rb_numtable_rec
- rp $rb_numtable_rec
- else
- echo undef\n
- end
-end
-document rb_id2name
- Print the name of id
-end
-
-define rb_method_entry
- set $rb_method_entry_klass = (struct RClass *)$arg0
- set $rb_method_entry_id = (ID)$arg1
- set $rb_method_entry_me = (rb_method_entry_t *)0
- while !$rb_method_entry_me && $rb_method_entry_klass
- rb_numtable_entry $rb_method_entry_klass->m_tbl $rb_method_entry_id
- set $rb_method_entry_me = (rb_method_entry_t *)$rb_numtable_rec
- if !$rb_method_entry_me
- set $rb_method_entry_klass = (struct RClass *)$rb_method_entry_klass->ptr->super
- end
- end
- if $rb_method_entry_me
- print *$rb_method_entry_klass
- print *$rb_method_entry_me
- else
- echo method not found\n
- end
-end
-document rb_method_entry
- Search method entry by class and id
-end
-
-define rb_classname
- call classname($arg0)
- rb_p $
- print *(struct RClass*)($arg0)
-end
-
-define rb_backtrace
- call rb_backtrace()
-end
-
-define iseq
- if dummy_gdb_enums.special_consts
- end
- if ($arg0)->type == ISEQ_ELEMENT_NONE
- echo [none]\n
- end
- if ($arg0)->type == ISEQ_ELEMENT_LABEL
- print *(LABEL*)($arg0)
- end
- if ($arg0)->type == ISEQ_ELEMENT_INSN
- print *(INSN*)($arg0)
- if ((INSN*)($arg0))->insn_id != YARVINSN_jump
- set $i = 0
- set $operand_size = ((INSN*)($arg0))->operand_size
- set $operands = ((INSN*)($arg0))->operands
- while $i < $operand_size
- rp $operands[$i++]
- end
- end
- end
- if ($arg0)->type == ISEQ_ELEMENT_ADJUST
- print *(ADJUST*)($arg0)
- end
-end
-
-define rb_ps
- rb_ps_vm ruby_current_vm
-end
-document rb_ps
-Dump all threads and their callstacks
-end
-
-define rb_ps_vm
- print $ps_vm = (rb_vm_t*)$arg0
- set $ps_threads = (st_table*)$ps_vm->living_threads
- if $ps_threads->entries_packed
- set $ps_threads_i = 0
- while $ps_threads_i < $ps_threads->num_entries
- set $ps_threads_key = (st_data_t)$ps_threads->bins[$ps_threads_i * 2]
- set $ps_threads_val = (st_data_t)$ps_threads->bins[$ps_threads_i * 2 + 1]
- rb_ps_thread $ps_threads_key $ps_threads_val
- set $ps_threads_i = $ps_threads_i + 1
- end
- else
- set $ps_threads_ptr = (st_table_entry*)$ps_threads->head
- while $ps_threads_ptr
- set $ps_threads_key = (st_data_t)$ps_threads_ptr->key
- set $ps_threads_val = (st_data_t)$ps_threads_ptr->record
- rb_ps_thread $ps_threads_key $ps_threads_val
- set $ps_threads_ptr = (st_table_entry*)$ps_threads_ptr->fore
- end
- end
-end
-document rb_ps_vm
-Dump all threads in a (rb_vm_t*) and their callstacks
-end
-
-define rb_ps_thread
- set $ps_thread = (struct RTypedData*)$arg0
- set $ps_thread_id = $arg1
- print $ps_thread_th = (rb_thread_t*)$ps_thread->data
-end
diff --git a/ruby_1_9_3/.gitignore b/ruby_1_9_3/.gitignore
deleted file mode 100644
index 57557c9c2e..0000000000
--- a/ruby_1_9_3/.gitignore
+++ /dev/null
@@ -1,131 +0,0 @@
-*-*-*.def
-*.a
-*.bak
-*.dSYM
-*.dylib
-*.inc
-*.log
-*.o
-*.orig
-*.rej
-*.sav
-*.swp
-*~
-.*-*
-.*.list
-.*.time
-.DS_Store
-.ccmalloc
-.ext
-.pc
-.ppack
-.svn
-Makefile
-extconf.h
-y.output
-y.tab.c
-
-# /
-/*.pc
-/*_prelude.c
-/COPYING.LIB
-/ChangeLog-1.8.0
-/ChangeLog.pre-alpha
-/ChangeLog.pre1_1
-/Doxyfile
-/GNUmakefile
-/README.atheos
-/README.fat-patch
-/README.v6
-/TAGS
-/archive
-/autom4te*.cache
-/automake
-/beos
-/breakpoints.gdb
-/config.cache
-/config.h
-/config.h.in
-/config.status
-/config.status.lineno
-/configure
-/doc/capi
-/enc.mk
-/enc/trans/*.c
-/encdb.h
-/exts.mk
-/goruby
-/id.h
-/largefile.h
-/lex.c
-/libruby*.*
-/miniprelude.c
-/miniruby
-/newdate.rb
-/newline.c
-/newver.rb
-/parse.c
-/parse.h
-/patches
-/patches-master
-/pitest.rb
-/ppack
-/prelude.c
-/preview
-/rbconfig.rb
-/rename2.h
-/repack
-/revision.h
-/riscos
-/rubicon
-/ruby
-/ruby-man.rd.gz
-/test.rb
-/tmp
-/transdb.h
-/uncommon.mk
-/web
-/yasmdata.rb
-
-# /benchmark/
-/benchmark/bmx_*.rb
-
-# /enc/trans/
-/enc/trans/*.c
-
-# /ext/
-/ext/extinit.c
-
-# /ext/dl/
-/ext/dl/*.func
-
-# /ext/dl/callback/
-/ext/dl/callback/*.func
-/ext/dl/callback/callback-*.c
-/ext/dl/callback/callback.c
-
-# /ext/iconv/
-/ext/iconv/config.charset
-/ext/iconv/iconv.rb
-
-# /ext/ripper/
-/ext/ripper/eventids1.c
-/ext/ripper/eventids2table.c
-/ext/ripper/ripper.*
-/ext/ripper/ids1
-/ext/ripper/ids2
-
-# /ext/socket/
-/ext/socket/constants.h
-/ext/socket/constdefs.h
-/ext/socket/constdefs.c
-
-# /ext/tk/
-/ext/tk/config_list
-
-# /spec/
-/spec/mspec
-/spec/rubyspec
-
-# /win32/
-/win32/*.ico
diff --git a/ruby_1_9_3/.indent.pro b/ruby_1_9_3/.indent.pro
deleted file mode 100644
index 6a207a0554..0000000000
--- a/ruby_1_9_3/.indent.pro
+++ /dev/null
@@ -1,21 +0,0 @@
--bap
--nbbb
--nbc
--br
--nbs
--ncdb
--ce
--cli0.5
--ndj
--ei
--nfc1
--i4
--l120
--lp
--npcs
--psl
--sc
--sob
-
--TID
--TVALUE
diff --git a/ruby_1_9_3/.travis.yml b/ruby_1_9_3/.travis.yml
deleted file mode 100644
index 286342c1cc..0000000000
--- a/ruby_1_9_3/.travis.yml
+++ /dev/null
@@ -1,8 +0,0 @@
-# no installation...
-before_script: autoconf
-script: "./configure && make all test"
-
-branches:
- only:
- - trunk
- - ruby_1_9_3
diff --git a/ruby_1_9_3/BSDL b/ruby_1_9_3/BSDL
deleted file mode 100644
index 82725534fa..0000000000
--- a/ruby_1_9_3/BSDL
+++ /dev/null
@@ -1,22 +0,0 @@
-Copyright (C) 1993-2010 Yukihiro Matsumoto. All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions
-are met:
-1. Redistributions of source code must retain the above copyright
-notice, this list of conditions and the following disclaimer.
-2. Redistributions in binary form must reproduce the above copyright
-notice, this list of conditions and the following disclaimer in the
-documentation and/or other materials provided with the distribution.
-
-THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
-ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
-IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
-ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
-FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
-DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
-OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
-HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
-LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
-OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
-SUCH DAMAGE.
diff --git a/ruby_1_9_3/COPYING b/ruby_1_9_3/COPYING
deleted file mode 100644
index a1f19ff99d..0000000000
--- a/ruby_1_9_3/COPYING
+++ /dev/null
@@ -1,56 +0,0 @@
-Ruby is copyrighted free software by Yukihiro Matsumoto <matz@netlab.jp>.
-You can redistribute it and/or modify it under either the terms of the
-2-clause BSDL (see the file BSDL), or the conditions below:
-
- 1. You may make and give away verbatim copies of the source form of the
- software without restriction, provided that you duplicate all of the
- original copyright notices and associated disclaimers.
-
- 2. You may modify your copy of the software in any way, provided that
- you do at least ONE of the following:
-
- a) place your modifications in the Public Domain or otherwise
- make them Freely Available, such as by posting said
- modifications to Usenet or an equivalent medium, or by allowing
- the author to include your modifications in the software.
-
- b) use the modified software only within your corporation or
- organization.
-
- c) give non-standard binaries non-standard names, with
- instructions on where to get the original software distribution.
-
- d) make other distribution arrangements with the author.
-
- 3. You may distribute the software in object code or binary form,
- provided that you do at least ONE of the following:
-
- a) distribute the binaries and library files of the software,
- together with instructions (in the manual page or equivalent)
- on where to get the original distribution.
-
- b) accompany the distribution with the machine-readable source of
- the software.
-
- c) give non-standard binaries non-standard names, with
- instructions on where to get the original software distribution.
-
- d) make other distribution arrangements with the author.
-
- 4. You may modify and include the part of the software into any other
- software (possibly commercial). But some files in the distribution
- are not written by the author, so that they are not under these terms.
-
- For the list of those files and their copying conditions, see the
- file LEGAL.
-
- 5. The scripts and library files supplied as input to or produced as
- output from the software do not automatically fall under the
- copyright of the software, but belong to whomever generated them,
- and may be sold commercially, and may be aggregated with this
- software.
-
- 6. THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
- IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
- WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
- PURPOSE.
diff --git a/ruby_1_9_3/COPYING.ja b/ruby_1_9_3/COPYING.ja
deleted file mode 100644
index 5b5b91c149..0000000000
--- a/ruby_1_9_3/COPYING.ja
+++ /dev/null
@@ -1,51 +0,0 @@
-$BK\%W%m%0%i%`$O%U%j!<%=%U%H%&%'%"$G$9!%(B2-clause BSDL
-$B$^$?$O0J2<$K<($9>r7o$GK\%W%m%0%i%`$r:FG[I[$G$-$^$9(B
-2-clause BSDL$B$K$D$$$F$O(BBSDL$B%U%!%$%k$r;2>H$7$F2<$5$$!%(B
-
- 1. $BJ#@=$O@)8B$J$/<+M3$G$9!%(B
-
- 2. $B0J2<$N>r7o$N$$$:$l$+$rK~$?$9;~$KK\%W%m%0%i%`$N%=!<%9$r(B
- $B<+M3$KJQ99$G$-$^$9!%(B
-
- (a) $B%M%C%H%K%e!<%:$K%]%9%H$7$?$j!$:n<T$KJQ99$rAwIU$9$k(B
- $B$J$I$NJ}K!$G!$JQ99$r8x3+$9$k!%(B
-
- (b) $BJQ99$7$?K\%W%m%0%i%`$r<+J,$N=jB0$9$kAH?%FbIt$@$1$G(B
- $B;H$&!%(B
-
- (c) $BJQ99E@$rL@<($7$?$&$(!$%=%U%H%&%'%"$NL>A0$rJQ99$9$k!%(B
- $B$=$N%=%U%H%&%'%"$rG[I[$9$k;~$K$OJQ99A0$NK\%W%m%0%i(B
- $B%`$bF1;~$KG[I[$9$k!%$^$?$OJQ99A0$NK\%W%m%0%i%`$N%=!<(B
- $B%9$NF~<jK!$rL@<($9$k!%(B
-
- (d) $B$=$NB>$NJQ99>r7o$r:n<T$H9g0U$9$k!%(B
-
- 3. $B0J2<$N>r7o$N$$$:$l$+$rK~$?$9;~$KK\%W%m%0%i%`$r%3%s%Q%$(B
- $B%k$7$?%*%V%8%'%/%H%3!<%I$d<B9T7A<0$G$bG[I[$G$-$^$9!%(B
-
- (a) $B%P%$%J%j$r<u$1<h$C$??M$,%=!<%9$rF~<j$G$-$k$h$&$K!$(B
- $B%=!<%9$NF~<jK!$rL@<($9$k!%(B
-
- (b) $B5!3#2DFI$J%=!<%9%3!<%I$rE:IU$9$k!%(B
-
- (c) $BJQ99$r9T$C$?%P%$%J%j$OL>A0$rJQ99$7$?$&$(!$%*%j%8%J(B
- $B%k$N%=!<%9%3!<%I$NF~<jK!$rL@<($9$k!%(B
-
- (d) $B$=$NB>$NG[I[>r7o$r:n<T$H9g0U$9$k!%(B
-
- 4. $BB>$N%W%m%0%i%`$X$N0zMQ$O$$$+$J$kL\E*$G$"$l<+M3$G$9!%$?(B
- $B$@$7!$K\%W%m%0%i%`$K4^$^$l$kB>$N:n<T$K$h$k%3!<%I$O!$$=(B
- $B$l$>$l$N:n<T$N0U8~$K$h$k@)8B$,2C$($i$l$k>l9g$,$"$j$^$9!%(B
-
- $B$=$l$i%U%!%$%k$N0lMw$H$=$l$>$l$NG[I[>r7o$J$I$KIU$$$F$O(B
- LEGAL$B%U%!%$%k$r;2>H$7$F$/$@$5$$!%(B
-
- 5. $BK\%W%m%0%i%`$X$NF~NO$H$J$k%9%/%j%W%H$*$h$S!$K\%W%m%0%i(B
- $B%`$+$i$N=PNO$N8"Mx$OK\%W%m%0%i%`$N:n<T$G$O$J$/!$$=$l$>(B
- $B$l$NF~=PNO$r@8@.$7$??M$KB0$7$^$9!%$^$?!$K\%W%m%0%i%`$K(B
- $BAH$_9~$^$l$k$?$a$N3HD%%i%$%V%i%j$K$D$$$F$bF1MM$G$9!%(B
-
- 6. $BK\%W%m%0%i%`$OL5J]>Z$G$9!%:n<T$OK\%W%m%0%i%`$r%5%]!<%H(B
- $B$9$k0U;V$O$"$j$^$9$,!$%W%m%0%i%`<+?H$N%P%0$"$k$$$OK\%W(B
- $B%m%0%i%`$N<B9T$J$I$+$iH/@8$9$k$$$+$J$kB;32$KBP$7$F$b@U(B
- $BG$$r;}$A$^$;$s!%(B
diff --git a/ruby_1_9_3/ChangeLog b/ruby_1_9_3/ChangeLog
deleted file mode 100644
index 15b5867d7d..0000000000
--- a/ruby_1_9_3/ChangeLog
+++ /dev/null
@@ -1,17205 +0,0 @@
-Tue May 14 20:25:58 2013 CHIKANAGA Tomoyuki <nagachika@ruby-lang.org>
-
- * ext/dl/lib/dl/func.rb (DL::Function#call): check tainted when
- $SAFE > 0.
- * ext/fiddle/function.c (function_call): check tainted when $SAFE > 0.
- * test/fiddle/test_func.rb (module Fiddle): add test for above.
-
-
-Tue May 14 11:36:22 2013 Shugo Maeda <shugo@ruby-lang.org>
-
- * lib/net/imap.rb (getacl_response): parse the mailbox of an ACL
- response correctly. [ruby-core:54365] [Bug #8281]
-
-Tue May 14 11:24:22 2013 Martin Bosslet <Martin.Bosslet@gmail.com>
-
- * ext/openssl/ossl_ssl.c: Correct shutdown behavior w.r.t GC.
-
- * test/openssl/test_ssl.rb: Add tests to verify correct behavior.
-
- [Bug #8240] Patch provided by Shugo Maeda. Thanks!
-
-Tue May 14 11:22:33 2013 Naohisa Goto <ngotogenome@gmail.com>
-
- * configure.in (AC_CHECK_HEADERS): atomic.h for Solaris atomic_ops.
-
- * ruby_atomic.h: Skip using Solaris10 atomic_ops on Solaris 9 or
- earlier if atomic.h is not available. [ruby-dev:47229] [Bug #8228]
-
-Tue May 14 10:42:23 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * lib/mkmf.rb (MAIN_DOES_NOTHING): ensure symbols for tests to be
- preserved. [ruby-core:53745] [Bug #8169]
-
-Tue May 14 10:42:23 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * lib/mkmf.rb (MAIN_DOES_NOTHING): force to refer symbols for tests
- to be preserved. [ruby-core:53745] [Bug #8169]
-
-Tue May 14 10:39:33 2013 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * regexec.c (onig_search): fix problem with optimization of \z.
- [Backport #8210]
- patched by k_takata at [ruby-core:54251].
-
-Tue May 14 09:36:14 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * time.c (GetTimeval): check if already initialized instance.
-
- * time.c (GetNewTimeval): check if newly created instance.
-
- * time.c (time_init_0, time_init_1, time_init_copy, time_mload): must
- be newly created instance. [ruby-core:53436] [Bug #8099]
-
-Thu Apr 11 11:24:42 2013 Akinori MUSHA <knu@iDaemons.org>
-
- * lib/ipaddr.rb (IPAddr#in6_addr): Fix a typo with the closing
- parenthesis.
-
-Thu Apr 11 11:24:42 2013 Akinori MUSHA <knu@iDaemons.org>
-
- * lib/ipaddr.rb (IPAddr#in6_addr): Fix the parser so that it can
- recognize IPv6 addresses with only one edge 16-bit piece
- compressed, like [::2:3:4:5:6:7:8] or [1:2:3:4:5:6:7::].
- [Bug #7477]
-
-Thu Apr 11 11:22:32 2013 Naohisa Goto <ngoto@gen-info.osaka-u.ac.jp>
-
- * string.c (rb_str_concat): set array element after definition
- to fix compile error with Fujitsu C Compiler 5.6 on Solaris 10
- on Sparc. [Bug #5878] [ruby-dev:45123]
-
-Thu Apr 11 11:21:25 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * parse.y (parser_magic_comment): should pass the proper value.
- [ruby-dev:44984][Bug #5753]
-
-Thu Apr 11 11:18:57 2013 Tadayoshi Funaba <tadf@dotrb.org>
-
- * ext/date/date_core.c: [ruby-core:52303]
-
-Thu Apr 4 16:21:39 2013 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * ext/objspace/objspace.c (count_nodes): fix key for unknown node.
- based on a patch by tmm1 (Aman Gupta) in [ruby-core:53130] [Bug #8014]
-
-Thu Apr 4 16:17:14 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * Makefile.in (miniruby, ruby): move MAINLIBC because linker arguments
- must appear after object files with newer versions of gcc. patch by
- tmm1 (Aman Gupta) in [ruby-core:53121] [Bug #8009]
-
-Thu Apr 4 09:44:10 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * configure.in (DLDFLAGS): use TARGET_ENTRY to specify an entry point
- instead of TARGET which may contain non-identifer characters.
-
- * lib/mkmf.rb (create_makefile): add TARGET_NAME which is the first
- part consists of only word characters. [ruby-core:46248][Bug #6709]
-
-Tue Apr 2 13:13:19 2013 Martin Duerst <duerst@it.aoyama.ac.jp>
-
- * transcode.c (documentation for str_encode): Explain
- that transcoding to the same encoding is a no-op
- (i.e. no exceptions, no replacements,...).
- [ruby-core:43557][Bug #6190]
-
-Tue Apr 2 13:13:19 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * transcode.c (str_encode_bang, encoded_dup): if nothing was
- transcoded, just set encoding but leave coderange unchanged as
- forcee_encoding. [ruby-core:43557][Bug #6190]
-
-Tue Apr 2 13:07:29 2013 Tanaka Akira <akr@fsij.org>
-
- * time.c (num_exact): use to_r method only if to_int method is
- available.
- [ruby-core:53764] [Bug #8173] reported by Hiro Asari.
-
-Tue Apr 2 13:01:55 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * configure.in (EXTDLDFLAGS): split options for each extension
- libraries, and unused in ruby.pc. [Bug #6734]
-
- * lib/mkmf.rb (MakeMakefile#configuration): add EXTDLDFLAGS.
-
-Tue Apr 2 12:59:35 2013 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * win32/win32.c (rb_w32_read): Windows 8 fixed one of a bug of console
- API.
- based on the patch by Heesob Park at [ruby-core:49479] [Bug #7379]
-
-Tue Apr 2 12:56:15 2013 Naohisa Goto <ngotogenome@gmail.com>
-
- * signal.c (ruby_abort): fix typo in r39354 [Bug #5014]
-
-Tue Apr 2 12:56:15 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * signal.c (check_stack_overflow): extract duplicated code and get rid
- of declaration-after-statement. [Bug #5014]
-
-Tue Apr 2 12:56:15 2013 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * signal.c (sigsegv): avoid to use async signal unsafe functions
- when nested sigsegv is happen.
- [Bug #5014] [ruby-dev:44082]
-
-Fri Mar 29 13:22:15 2013 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * include/ruby/missing.h: fixed merge mistake of r39985.
- [Backport #8080]
-
-Thu Mar 28 19:01:54 2013 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * include/ruby/missing.h: removed __linux__. it's unnecessary.
-
-Thu Mar 28 19:01:54 2013 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * thread.c: disabled _FORTIFY_SOURCE for avoid to hit glibc bug.
- [Bug #8080] [ruby-core:53349]
- * test/ruby/test_io.rb (TestIO#test_io_select_with_many_files):
- test for the above.
-
-Thu Mar 28 19:01:54 2013 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * include/ruby/missing.h (__syscall): moved to...
- * io.c: here. because __syscall() is only used from io.c.
-
- * include/ruby/missing.h: move "#include <sys/type.h>" to ....
- * include/ruby/intern.h: here. because it was introduced for
- fixing NFDBITS issue. [ruby-core:05179].
-
-Thu Mar 28 19:01:54 2013 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * include/ruby/missing.h (struct timespec): include <sys/time.h>
-
-Thu Mar 28 19:01:54 2013 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * configure.in: check struct timeval exist or not.
- * include/ruby/missing.h (struct timeval): check HAVE_STRUCT_TIMEVAL
- properly. and don't include sys/time.h if struct timeval exist.
-
- * file.c: include sys/time.h explicitly.
- * random.c: ditto.
- * thread_pthread.c: ditto.
- * time.c: ditto.
- * ext/date/date_strftime.c: ditto.
-
-Thu Mar 28 18:54:31 2013 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * regcomp.c (optimize_node_left, set_optimize_info_from_tree): right
- handling for look behind anchor.
-
- * regexec.c (onig_search): ditto.
- [Backport #8076]
-
- this patch is derived from Onigmo base tree.
-
-Thu Mar 28 18:35:01 2013 Luis Lavena <luislavena@gmail.com>
-
- * win32/file.c (get_user_from_path): add internal function that retrieves
- username from supplied path (refactored).
- * win32/file.c (rb_file_expand_path_internal): refactor expansion of user
- home to use get_user_from_path and cover dir_string corner cases.
- [ruby-core:53168] [Bug #8034]
-
-Thu Mar 28 18:35:01 2013 Luis Lavena <luislavena@gmail.com>
-
- * win32/file.c (rb_file_expand_path_internal): Expand home directory when
- used as second parameter (dir_string). [ruby-core:53168] [Bug #8034]
- * test/ruby/test_file_exhaustive.rb: add test to verify.
-
-Thu Mar 28 18:18:49 2013 Martin Bosslet <Martin.Bosslet@googlemail.com>
-
- * ext/openssl/ossl_asn1.c: raise TypeError when trying to encode nil
- values for Primitive instances.
- * test/openssl/test_asn1.rb: Assert consistent behavior when
- encoding nil values: Primitives raise TypeError, Constructives
- raise NoMethodError.
- Fixes [ruby-core:43009][Bug #6102]
-
-Thu Mar 28 18:14:41 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * tool/mkconfig.rb: reconstruct comma separated list values. a
- command line to Windows batch file is split not only by spaces
- and equal signs but also by commas and semicolons.
-
-Thu Mar 28 18:13:38 2013 NARUSE, Yui <naruse@ruby-lang.org>
-
- * string.c (str_byte_substr): don't set coderange if it's not known.
- [Bug #7954] [ruby-dev:47108]
-
-Thu Mar 28 18:12:19 2013 Kouhei Sutou <kou@cozmixng.org>
-
- * lib/rexml/document.rb: move entity_expansion_text_limit accessor to ...
- * lib/rexml/rexml.rb: ... here to make rexml/text independent from
- REXML::Document. It causes circular require.
- * lib/rexml/document.rb (REXML::Document.entity_expansion_text_limit):
- deprecated.
- * lib/rexml/document.rb (REXML::Document.entity_expansion_text_limit=):
- deprecated.
- * lib/rexml/text.rb: add missing require "rexml/rexml" for
- REXML.entity_expansion_text_limit.
- Reported by Robert Ulejczyk. Thanks!!! [ruby-core:52895] [Bug #7961]
-
-Thu Mar 21 20:34:52 2013 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * test/win32ole/test_err_in_callback.rb (TestErrInCallBack#setup):
- allow using different root for source and build directories.
- this may fixes a minor problem of r39834.
-
-Thu Mar 21 20:34:52 2013 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * test/win32ole/test_err_in_callback.rb (TestErrInCallBack#setup): use
- relative path to get rid of "too long commandline" error.
-
-Thu Mar 21 20:34:52 2013 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * test/win32ole/test_err_in_callback.rb
- (TestErrInCallBack#test_err_in_callback): shouldn't create a file in
- the top of build directory.
-
-Tue Feb 26 09:53:59 2013 NARUSE, Yui <naruse@ruby-lang.org>
-
- * st.c (st_add_direct): int is not always same with st_index_t. some
- version of clang reports error.
-
- * thread.c (vm_living_thread_num): ditto.
- reported by d6rkaiz (Isao Sugimoto) at [ruby-dev:47096]
- [Backport #7946]
-
-Fri Feb 22 18:36:51 2013 Aaron Patterson <aaron@tenderlovemaking.com>
-
- * lib/rexml/document.rb (REXML::Document.entity_expansion_text_limit):
- new attribute to read/write entity expansion text limit. the default
- limit is 10Kb.
-
- * lib/rexml/text.rb (REXML::Text.unnormalize): check above attribute.
-
-Fri Feb 22 14:48:15 2013 NARUSE, Yui <naruse@ruby-lang.org>
-
- * vm.c (vm_exec): get rid of a SEGV when calling rb_iter_break() from
- some extention libraries. [Backport #7896] [ruby-core:52607]
-
-Fri Feb 22 14:40:57 2013 Narihiro Nakamura <authornari@gmail.com>
-
- * gc.c : remove a unused function.
-
-Fri Feb 22 14:40:57 2013 NARUSE, Yui <naruse@ruby-lang.org>
-
- * regparse.c (onig_number_of_names): suppress a warning.
-
-Fri Feb 22 14:40:57 2013 NARUSE, Yui <naruse@ruby-lang.org>
-
- * vm_insnhelper.c (vm_call_cfunc): remove useless hack.
-
-Fri Feb 22 14:40:57 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * vm_insnhelper.c (vm_call_cfunc): suppress a warning. note that
- `volatile type *var' doesn't make var itself volatile.
-
-Fri Feb 22 14:28:17 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * eval_jump.c (rb_exec_end_proc): remember the latest exit status.
- [ruby-core:43173][Bug #5218]
-
-Fri Feb 22 14:25:57 2013 NARUSE, Yui <naruse@ruby-lang.org>
-
- * ext/readline/readline.c (Init_readline): don't set 0 to
- rl_catch_signals and rl_catch_sigwinch. [Bug #5423]
-
-Wed Feb 13 16:18:22 2013 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * ext/json: Import JSON 1.5.5.
-
-Wed Feb 6 17:39:19 2013 Eric Hodel <drbrain@segment7.net>
-
- * lib/rdoc: Import RDoc 3.9.5.
-
-Wed Feb 6 14:27:25 2013 Shugo Maeda <shugo@ruby-lang.org>
-
- * ext/socket/raddrinfo.c (rsock_unix_sockaddr_len): return
- sizeof(sa_familiy_t) if path is empty. see "Autobind Feature" in
- unix(7) for details.
-
- * ext/socket/lib/socket.rb (unix_socket_abstract_name?): treat an
- empty path as an abstract name.
-
- * test/socket/test_unix.rb: related test.
-
- * ext/socket/unixsocket.c (rsock_init_unixsock): use rb_inspect()
- because rb_sys_fail_str() fails if its argument contains NUL.
-
- * test/socket/test_unix.rb: related test.
-
- * ext/socket/socket.c (sock_s_pack_sockaddr_un): calculate the
- correct address length of an abstract socket.
-
- * test/socket/test_unix.rb: related test.
-
- * ext/socket/raddrinfo (rsock_unix_sockaddr_len): renamed from
- rsock_unixpath_len, because it returns not the length of the path,
- but the length of a socket address for the path.
-
- * ext/socket/raddrinfo.c (rsock_unixpath_len, init_unix_addrinfo),
- ext/socket/unixsocket.c (unixsock_connect_internal,
- rsock_init_unixsock): calculate the correct address length of
- an abstract socket. Without this fix, sizeof(struct sockaddr_un)
- is specified as the length of an abstract socket for bind(2) or
- connect(2), so the address of the socket is filled with extra NUL
- characters. See unix(7) for details.
-
- * ext/socket/lib/socket.rb (unix_server_socket): don't access the
- file system if the platform is Linux and path starts with NUL,
- which means that the socket is an abstract socket.
-
- * test/socket/test_unix.rb: related test.
-
- * ext/socket/socket.c (sock_s_pack_sockaddr_un): support the longest
- path in sockaddr_un, really.
- reported by nagachika.
- http://d.hatena.ne.jp/nagachika/20120426/ruby_trunk_changes_35474_35476
-
- * ext/socket/raddrinfo.c (init_unix_addrinfo): support the longest
- path in sockaddr_un.
- (inspect_sockaddr): ditto.
- (addrinfo_mdump): ditto.
- (addrinfo_mload): ditto.
- (rsock_unixpath_str): new function.
- (rsock_unixpath): removed.
- (rsock_unixaddr): use rsock_unixpath_str.
-
- * ext/socket/socket.c (sock_s_pack_sockaddr_un): support the longest
- path in sockaddr_un.
- (sock_s_unpack_sockaddr_un): ditto.
- (sock_s_gethostbyaddr): unused variable removed.
-
- * ext/socket/unixsocket.c (rsock_init_unixsock): support the longest
- path in sockaddr_un.
-
- * ext/socket/rubysocket.h (rsock_unixpath_str): declared.
- (rsock_unixpath): removed.
-
- * test/socket/test_unix.rb: comment out test_nul because abstract unix
- sockets may contain NULs.
-
-Wed Feb 6 14:20:12 2013 Tanaka Akira <akr@fsij.org>
-
- * ext/socket/basicsocket.c (bsock_getsockname): ignore truncated
- part of socket address.
- (bsock_getpeername): ditto.
- (bsock_local_address): ditto.
- (bsock_remote_address): ditto.
-
- * ext/socket/unixsocket.c (unix_path): ditto.
- (unix_addr): ditto.
- (unix_peeraddr): ditto.
-
- * ext/socket/init.c (cloexec_accept): ditto.
-
-Wed Feb 6 14:19:07 2013 Kouhei Sutou <kou@cozmixng.org>
-
- * lib/rexml/parsers/baseparser.rb, test/rexml/test_comment.rb:
- allow a single hyphen in comment. [Bug #5278] [ruby-core:39289]
- Reported by Thomas Fritzsche. Thanks!!!
-
-Wed Feb 6 14:14:38 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * file.c (realpath_rec): prevent link from GC while link_names refers
- the content.
-
-Wed Feb 6 14:13:25 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * missing/setproctitle.c (environ): use (*_NSGetEnviron()) instead of
- environ on Darwin for namespace cleanness, same as [ruby-core:00537].
- [ruby-core:45615] [Bug #6576]
-
-Wed Feb 6 14:05:09 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * dir.c (glob_make_pattern): names under recursive need to be single
- basenames to match for each name. [ruby-core:47418] [Bug #6977]
-
-Tue Jan 15 16:30:29 2013 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * thread_pthread.c (gvl_init): Reset gvl.wait_yield explicitly when
- fork()ing. Patch by Apollon Oikonomopoulos. Thanks!
- [Bug #7693][ruby-core:51424]
-
-Tue Jan 15 16:25:35 2013 Narihiro Nakamura <authornari@gmail.com>
-
- * gc.c (rb_objspace_call_finalizer): finalize_deferred may free up
- a object which is reachable from a part after this function,
- e.g. ruby_vm_destruct(). [ruby-dev:46647] [Bug #7452]
-
- * test/ruby/test_gc.rb (test_finalizing_main_thread): add a test
- for above.
-
-Tue Jan 15 16:23:30 2013 NARUSE, Yui <naruse@ruby-lang.org>
-
- * lib/net/protocol.rb (Net::InternetMessageIO#each_crlf_line):
- treat \r as newline as mame pointed. [ruby-dev:46425] [Bug #7278]
-
-Tue Jan 15 16:23:30 2013 NARUSE, Yui <naruse@ruby-lang.org>
-
- * lib/net/protocol.rb (Net::InternetMessageIO#each_crlf_line):
- don't use /n in universal regexp. [ruby-dev:46394] [Bug #7278]
-
-Tue Jan 15 16:13:47 2013 Kenta Murata <mrkn@mrkn.jp>
-
- * ext/bigdecimal/bigdecimal.c (BigDecimal_to_s): use CRuby style.
-
-Tue Jan 15 16:13:47 2013 Kenta Murata <mrkn@mrkn.jp>
-
- * ext/bigdecimal/bigdecimal.c: use `RB_TYPE_P(x, t)` instead of
- `TYPE(x) == t`.
-
-Tue Jan 15 16:13:47 2013 Kenta Murata <mrkn@mrkn.jp>
-
- * ext/bigdecimal/bigdecimal.c (BigDecimal_sub):
- need to specify precision for converting Rational and Float.
- [ruby-dev:46544] [Bug #7404]
-
- * ext/bigdecimal/bigdecimal.c (BigDecimal_mult): ditto.
-
- * ext/bigdecimal/bigdecimal.c (BigDecimal_divide): ditto.
-
- * ext/bigdecimal/bigdecimal.c (BigDecimal_DoDivmod): ditto.
-
- * ext/bigdecimal/bigdecimal.c (BigDecimal_divremain): ditto.
-
- * test/bigdecimal/test_bigdecimal.rb: add tests for the above fixes.
-
-Tue Jan 15 16:03:30 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * tool/mkconfig.rb: use configured libdir value to fix
- --enable-load-relative on systems where libdir is not default value,
- overridden in config.site files. [ruby-core:47267] [Bug #6903]
-
-Tue Jan 15 15:55:09 2013 Eric Hodel <drbrain@segment7.net>
-
- * object.c (Init_Object): Added RDoc location pointers for
- Kernel#methods, Kernel#protected_methods, Kernel#private_methods and
- Kernel#public_methods. [Bug #6666]
-
-Fri Jan 11 17:12:44 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * vm_core.h (rb_iseq_t): move flip_cnt from struct iseq_compile_data,
- because it has same life span as enclosing iseq. [Bug #7671]
- [ruby-core:51296]
-
-Fri Jan 11 17:11:26 2013 NARUSE, Yui <naruse@ruby-lang.org>
-
- * lib/mkmf.rb: add dummy clean-static target to prevent errors for the
- case real clean-static target doesn't exist.
-
-Fri Jan 11 17:02:59 2013 Koichi Sasada <ko1@atdot.net>
-
- * vm_exec.h (GENTRY): GENTRY should be pointer size.
- A patch by yoshidam (Yoshida Masato) [Bug #7332].
-
-Fri Jan 11 16:57:31 2013 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * vm_trace.c (rb_threadptr_exec_event_hooks): added a parameter to pop
- a frame before JUMP_TAG() if exception occurred. This change fix bug
- of Ruby 1.9. [ruby-core:51128] [ruby-trunk - Bug #7624]
-
- * vm_core.h (EXEC_EVENT_HOOK_AND_POP_FRAME): add to use
- `rb_threadptr_exec_event_hooks()' with the pop flag.
-
- * vm.c (vm_exec): use EXEC_EVENT_HOOK_AND_POP_FRAME() while exception
- handling. While exception hadnling, if an exception is raised in
- hooks, need to pop current frame and raise this raised exception by
- hook.
-
- * bootstraptest/test_flow.rb: add a test.
-
-Mon Jan 7 15:50:25 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * vm.c (rb_vm_make_proc): save the proc made from the given block so
- that it will not get collected. [ruby-core:50545] [Bug #7507]
-
-Tue Dec 25 23:35:09 2012 NARUSE, Yui <naruse@ruby-lang.org>
-
- * lib/mkmf.rb: fix for if config["libdir"] is nil.
-
-Tue Dec 25 20:40:47 2012 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * bignum.c, include/ruby/intern.h (rb_big_eql): exported.
-
- * thread.c (recursive_check): object_id maybe a Bignum, not Fixnum on
- LLP64. see also r38493 and r38548.
- reported by Heesob Park at [ruby-core:51083] [Bug #7607], and patched
- by shirosaki at [ruby-core:51095]
-
-Tue Dec 25 09:54:31 2012 Hiroshi Shirosaki <h.shirosaki@gmail.com>
-
- * gc.c (obj_id_to_ref): add a macro to treat Bignum object id.
- This follows the change r38493.
-
- * gc.c (id2ref): fix for working fine with Bignum object id on x64
- Windows.
- * gc.c (wmap_finalize): ditto.
-
-Sat Dec 22 00:33:28 2012 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * object.c (rb_obj_hash): shouldn't assume object_id can be long.
- based on a patch by Heesob Park at [ruby-core:51060].
- cf. [Backport #7454]
-
-Sat Dec 22 00:33:28 2012 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * gc.c (nonspecial_obj_id): VALUE is not compatible with Fixnum on
- LLP64 platform, such as 64bit Windows.
- reporeted by Heesob Park at [ruby-core:50255] [Bug #7454], and the
- fix is suggested by akr.
-
-Fri Dec 21 16:03:54 2012 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * test/ruby/test_argf.rb (TestArgf#test_chars): since marshal data is
- binary, shouldn't pass via text mode. use base64 encoded data.
-
-Thu Dec 13 23:10:52 Charlie Somerville <charlie@charliesomerville.com>
- * object.c (Init_Object): use rb_mod_init_copy for Class#initialize_copy
- * class.c (rb_class_init_copy): rename to class_init_copy_check, performs type
- checks on arguments to prevent reinitialization of initialized class
- [ruby-core:50869] [Bug #7557]
- * class.c (rb_mod_init_copy): use class_init_copy_check if receiver is T_CLASS
- * test/ruby/test_class.rb (class TestClass): related test
-
-
-Thu Dec 20 18:46:17 2012 Naohisa Goto <ngotogenome@gmail.com>
-
- * test/dl/test_func.rb (test_name_with_block, test_bind, test_qsort1):
- call unbind to release the callback closure because maximum number
- of callbacks is limited to DL::MAX_CALLBACK (== 5) with pure DL
- without Fiddle.
-
-Thu Dec 20 18:46:17 2012 Naohisa Goto <ngotogenome@gmail.com>
-
- * ext/dl/lib/dl/func.rb (DL::Function#unbind, #bound?): suppress
- NoMethodError when Fiddle is available. [ruby-core:50756] [Bug #7543]
- * test/dl/test_func.rb (test_bound*, test_unbind*): tests for the above.
-
-Thu Dec 20 18:46:17 2012 Naohisa Goto <ngotogenome@gmail.com>
-
- * ext/dl/lib/dl/func.rb (DL::Function#initialize, DL::Function#bind):
- ABI should be set by using CFunc#calltype even when Fiddle is used.
- When Fiddle is used and a block is given, name shoud not be ignored.
- [ruby-core:50562] [Bug #7514]
-
- * ext/dl/lib/dl/import.rb (DL::Importer#bind_function): should respect
- abi and name when Fiddle is used.
-
- * test/dl/test_func.rb (test_name_with_block): test for "name" method
- with giving a block.
-
-Thu Dec 20 18:43:00 2012 Naohisa Goto <ngotogenome@gmail.com>
-
- * ext/fiddle/extconf.rb, ext/fiddle/function.c
- (Fiddle::Function::STDCALL): FFI_STDCALL is not a macro, but an
- enumeration. [ruby-core:50398] [Bug #7483]
-
-Thu Dec 20 18:40:25 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * thread.c (exec_event_hooks): exceptions in event hooks should not
- propagate outside.
-
-Thu Dec 20 18:37:45 2012 NARUSE, Yui <naruse@ruby-lang.org>
-
- * test/ruby/test_m17n_comb.rb (test_str_crypt): Use RbConfig to get
- libc's directory. Patched by Vit Ondruch [ruby-core:49763] [Bug #7312]
-
-Thu Dec 20 18:37:45 2012 NARUSE, Yui <naruse@ruby-lang.org>
-
- * string.c (rb_str_crypt): crypt(3) may return NULL.
- Latest glibc (2.16?) crypt(3) actually returns NULL. [Bug #7312]
-
-Thu Dec 20 18:36:19 2012 Naohisa Goto <ngotogenome@gmail.com>
-
- * ext/dl/lib/dl/func.rb (DL::Function#bind): When Fiddle is used,
- @ptr should be updated. This fixes SEGV raised in DL::Function#call
- after calling DL::Function#bind. [Bug #7516] [ruby-dev:46708]
-
- * test/dl/test_func.rb (test_bind): test for the above
-
-Thu Dec 20 18:35:36 2012 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * gc.h (SET_MACHINE_STACK_END): add volatile for preventing
- harmful optimization. [ruby-dev:46665] [Bug #7468]
-
-Thu Dec 20 18:34:38 2012 Hiroshi Shirosaki <h.shirosaki@gmail.com>
-
- * compile.c (ADD_CATCH_ENTRY): add a cast to fix SEGV with x64 mingw
- on Windows 8. Without cast, 0 might be non zero value at higher bits
- in rb_ary_new3().
- [ruby-core:50258] [Bug #7456]
-
-Wed Dec 19 21:24:40 2012 NARUSE, Yui <naruse@ruby-lang.org>
-
- * io.c (argf_each_codepoint): add missing ARGF#codepoints [Bug #7438]
-
-Wed Dec 19 21:20:23 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * file.c (file_expand_path): use wcscasecmp().
-
-Wed Dec 19 21:15:29 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * parse.y (parser_yylex): fix false usage of local variable, it cannot
- appear in fname state [ruby-core:49659] [Bug #7408]
-
-Wed Dec 19 21:14:28 2012 Narihiro Nakamura <authornari@gmail.com>
-
- * gc.c: return true or false. Patch by Dirkjan Bussink. [Bug #6821]
-
- * test/ruby/test_gc.rb: add test-case for this bug.
-
-Wed Dec 19 21:12:49 2012 Shugo Maeda <shugo@ruby-lang.org>
-
- * marshal.c (r_entry0): don't taint classes and modules because
- Marshal.load just returns the dumped classes and modules.
- [Bug #7325] [ruby-core:49198]
-
- * test/ruby/test_marshal.rb: related test.
-
-Tue Dec 11 19:19:33 2012 Luis Lavena <luislavena@gmail.com>
-
- * win32/file.c (replace_to_long_name): correct logic around wildcard
- characters detection and ensure wide-chars are used as pattern.
- [ruby-core:49451] [Bug #7374]
-
-Sat Nov 17 21:45:12 Luis Lavena <luislavena@gmail.com>
-
- * win32/file.c (replace_to_long_name): skip expansion for all wildcard
- characters.
- [ruby-core:49451] [Bug #7374]
-
- * test/ruby/test_file_exhaustive.rb: add more assertions to test.
-
-Tue Dec 11 19:19:33 2012 Luis Lavena <luislavena@gmail.com>
-
- * win32/file.c (replace_to_long_name): skip automatic path expansion
- when wildcard character is used. [ruby-core:49451] [Bug #7374]
-
- * test/ruby/test_file_exhaustive.rb: add a test for above.
-
-Tue Dec 11 19:18:12 2012 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * win32/mkexports.rb (each_export): skip garbages generated by VS2012's
- nmake.
- reported and patched by Yoshida Masato at [Bug #7333] [ruby-dev:46484]
-
-Tue Dec 11 19:15:51 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * parse.y (parser_here_document): flush string content between new
- line and :string_embexpr. [ruby-core:48703] [Bug #7255]
-
-Tue Dec 11 17:53:55 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * compile.c (iseq_compile_each): count flip-flop state in local iseq
- not in each iseqs, so that the keys can be other than hidden
- strings. [ruby-core:47253] [Bug #6899]
-
- * vm_insnhelper.c (lep_svar_get, lep_svar_set, vm_getspecial): store
- flip-flop states in an array instead of a hash.
-
- * iseq.c (set_relation): main iseq also can has local scope.
-
-Tue Dec 11 17:52:30 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * include/ruby/backward/rubysig.h: fix visibility. [Bug #6607]
-
-Tue Dec 11 17:49:45 2012 Koichi Sasada <ko1@atdot.net>
-
- * vm.c (rb_vm_make_env_object): make Proc object if Env is possible
- to point block. [ruby-core:41038] [ruby-trunk - Bug #5634]
-
- * vm.c (rb_vm_make_proc): No need to make Proc object here.
-
- * bootstraptest/test_proc.rb: add tests.
-
-Tue Dec 11 17:47:01 2012 Narihiro Nakamura <authornari@gmail.com>
-
- * lib/irb/magic-file.rb: set a encoding, which is detected from
- the file to read, to the internal encoding.
- [Bug #4281][ruby-dev:43036]
-
-Thu Nov 15 15:17:11 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * gc.c (free_method_entry_i): method entry may be in
- unlinked_method_entry_list. [ruby-core:43383][Bug #6171]
-
-Wed Nov 14 20:20:46 2012 Naohisa Goto <ngotogenome@gmail.com>
-
- * ruby_atomic.h: renamed from atomic.h to avoid header file name
- conflict on Solaris 10. [ruby-dev:46414] [Bug #7287]
-
- * gc.c, signal.c, vm_core.h, common.mk: reflect the rename from
- atomic.h to ruby_atomic.h.
-
-Tue Nov 13 18:13:10 2012 Narihiro Nakamura <authornari@gmail.com>
-
- * gc.c: Use the non-recursive marking instead of recursion. The
- recursion marking of CRuby needs checking stack overflow and the
- fail-safe system, but these systems not good at partial points,
- for example, marking deep tree structures. [ruby-dev:46184]
- [Feature #7095]
-
- * configure.in (GC_MARK_STACKFRAME_WORD): removed. It's used by
- checking stack overflow of marking.
-
- * win32/Makefile.sub (GC_MARK_STACKFRAME_WORD): ditto.
-
- * gc.c (free_stack_chunks): it is used only when per-VM object space
- is enabled.
-
- * gc.c (rb_objspace_call_finalizer): mark self-referencing finalizers
- before run finalizers, to fix SEGV from btest on 32bit.
-
- * gc.c (gc_mark_stacked_objects): extract from gc_marks().
-
- * gc.c (rb_objspace_call_finalizer): call gc_mark_stacked_objects
- at suitable point.
-
- * gc.c (init_heap): call init_mark_stack before to allocate
- altstack. This change avoid the stack overflow at the signal
- handler on 32bit, but I don't understand reason... [Feature #7095]
-
-Sat Nov 10 01:25:52 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * file.c (append_fspath): no need to do encoding trick here.
-
-Sat Nov 10 00:37:02 2012 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * siphash.h: check configure macros before include newer headers.
-
-Sat Nov 10 00:37:02 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * siphash.c (sip_init_state): use union to suppress warnings by gcc
- 4.7.
-
-Sat Nov 10 00:37:02 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * random.c (rb_memhash): use siphash.
-
-Fri Nov 9 16:17:09 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * file.c (append_fspath): revert a part of r37562.
-
- * file.c (rb_file_expand_path_internal): ditto.
-
- * file.c (rb_file_expand_path_internal): ignore the encoding of the
- given path name and use filesystem encoding, except when the result
- is 8bit range and the filesystem encoding is US-ASCII.
- [ruby-dev:39393] [Bug #2154]
-
-Fri Nov 9 16:15:50 2012 CHIKANAGA Tomoyuki <nagachika@ruby-lang.org>
-
- * test/csv/test_features.rb: add require for Tempfile.
- * test/csv/test_serialization.rb: ditto.
-
-Fri Nov 9 13:47:45 2012 Luis Lavena <luislavena@gmail.com>
-
- * test/win32ole/test_win32ole.rb (test_s_codepage_changed):
- FileSystemObject only supports ANSI or UTF-16LE encoding.
- Patch by bosko (Bosko Ivanisevic) [ruby-trunk - Bug #6650]
-
-Fri Nov 9 13:16:16 2012 Kenta Murata <mrkn@mrkn.jp>
-
- * bignum.c (bigmul0): enable big_mul_toom3.
- [ruby-core:48552] [Bug #7242]
-
- * bignum.c (bigmul1_toom3): fix incorrect calculation.
- the patch is made by Heesob Park.
- [ruby-core:48552] [Bug #7242]
-
-Fri Nov 9 13:16:16 2012 Kenta Murata <mrkn@mrkn.jp>
-
- * bignum.c (bigmul0): disable big_mul_toom3 temporalily.
- [ruby-core:48552] [Bug #7242]
-
- * test/ruby/test_bignum.rb (test_mul_large_numbers):
- add a test for bigmul1_toom3 suggested in [Bug #7242].
-
-Thu Nov 8 17:37:54 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * file.c (append_fspath): filesystem encoding is prior to the encoding
- of argument.
-
- * file.c (rb_file_expand_path_internal, EXPAND_PATH_BUFFER): ignore
- the encoding of the given path name, use filesystem encoding always
- instead. [ruby-dev:39393] [Bug #2154]
-
- * test/ruby/test_file_exhaustive.rb: removed 2.0 spec tests.
-
-Thu Nov 8 17:33:53 2012 Luis Lavena <luislavena@gmail.com>
-
- * ext/zlib/extconf.rb: Recognize zlibwapi as linking library.
- Patch by Daniel Berger.
-
- [ruby-core:44979] [Feature #6421]
-
-Thu Nov 8 16:17:54 2012 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * test/ruby/test_dir_m17n.rb: remove a garbage.
-
-Thu Nov 8 15:22:09 2012 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * test/ruby/test_dir_m17n.rb: sorry, typo.
-
-Thu Nov 8 14:50:02 2012 Masaki Suketa <masaki.suketa@nifty.ne.jp>
-
- * test/win32ole/test_win32ole_variant.rb: setting WIN32OLE.locale
- to pass some assertion. Thanks to Hiroshi Shirosaki.
- [ruby-core:46873][Bug #6814]
-
-Thu Nov 8 14:46:17 2012 Masaki Suketa <masaki.suketa@nifty.ne.jp>
-
- * test/win32ole/test_win32ole.rb (test_s_codepage_changed):
- FileSystemObject only supports ANSI or UTF-16LE encoding.
- Patch by h.shirosaki (Hiroshi Shirosaki) [ruby-trunk - Bug #6650]
-
-
-Thu Nov 8 14:43:17 2012 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * test/ruby/test_dir_m17n.rb: refactoring. RE should be in the left side
- of the =~ operator, and compare the result with nil is meaningless.
-
-Thu Nov 8 14:43:17 2012 Luis Lavena <luislavena@gmail.com>
-
- * test/ruby/test_dir_m17n.rb (create_and_check_raw_file_name): add new
- helper method to ease encoding testing. Patch by Oleg Sukhodolsky.
- [ruby-core:46589][Bug #6765]
-
- * test/ruby/test_dir_m17n.rb (test_filename_extutf8): use filesystem
- encoding when reading entries and comparing.
-
- * test/ruby/test_dir_m17n.rb (test_filename_utf8_raw_name): removed.
-
- * test/ruby/test_dir_m17n.rb (test_filename_utf8_raw_jp_name): split test.
-
-Thu Nov 8 14:16:53 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * lib/mkmf.rb (MakeMakefile#timestamp_file): use .-. instead of !, a
- special character of NMAKE and BSD make. [Bug #7265]
-
-Thu Nov 8 14:16:53 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * lib/mkmf.rb (MakeMakefile#timestamp_file): use ! instead of %, a GNU
- make special character.
-
-Thu Nov 8 14:16:53 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * lib/mkmf.rb (create_makefile): use timestamp for destination
- directories to make them before making or copying files there.
- [ruby-dev:46067] [Bug #6904]
-
-Thu Nov 8 14:13:53 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * configure.in (visibility_option): visibility attribute is not
- available before GCC 4, so do not use -fvisibility option in that
- case. [ruby-core:48147] [Bug #7205]
-
-Thu Nov 8 14:11:49 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * vm.c (rb_vm_jump_tag_but_local_jump): pass through thrown objects.
- [ruby-dev:46234] [Bug #7185]
-
- * vm_eval.c (rb_eval_cmd): if state is non-zero, val should be nil and
- rb_vm_jump_tag_but_local_jump() just jump tag.
-
-Thu Nov 8 14:09:18 2012 Kenta Murata <mrkn@mrkn.jp>
-
- * ext/bigdecimal/bigdecimal.c (BigDecimal_add),
- test/bigdecimal/test_bigdecimal.rb:
- need to specify precision for converting Rational and Float.
- [ruby-core:48045] [Bug #7176]
-
-Thu Nov 8 14:05:31 2012 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * win32/win32.c (has_redirection): should use shell (cmd.exe) when
- the commandline containts '&'.
- reported by Roger Pack at [ruby-core:47912] [Bug #7143], and
- patched by Heesob Park at [ruby-core:47931].
-
-Fri Oct 26 17:22:18 2012 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * file.c (append_fspath): need to set the encoding to result always.
-
-Fri Oct 26 11:03:46 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * file.c (rb_enc_path_next, rb_enc_path_skip_prefix)
- (rb_enc_path_last_separator, rb_enc_path_end)
- (ruby_enc_find_basename, ruby_enc_find_extname): encoding-aware
- path handling functions.
-
- * file.c (rb_home_dir, file_expand_path, rb_realpath_internal)
- (rb_file_s_basename, rb_file_dirname, rb_file_s_extname)
- (rb_file_join): should respect the encodings of arguments than
- file system encoding. [ruby-dev:45145] [Bug #5919]
-
- * dir.c (check_dirname, ruby_glob0): ditto.
-
- * ext/pathname/pathname.c (path_sub_ext): ditto.
-
-Fri Oct 26 11:03:46 2012 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * util.c, include/ruby/util.h (ruby_add_suffix): remove the function.
- [Bug #5153] [ruby-core:38736]
-
- * io.c (argf_next_argv): remove the call of above function.
-
- * ext/-test-/add_suffix, test/-ext-/test_add_suffix.rb: remove the test
- extension module because this is only for testsing ruby_add_suffix().
-
- * LEGAL: remove the mention about a part of util.c, because now we
- removed the part.
-
- * io.c (argf_next_argv): now the new filename is not guranteed to
- use, so should check the return value of rename(2).
-
- * test/ruby/test_argf.rb (TestArgf#test_inplace_rename_impossible):
- now we expect same result with other platforms on no_safe_rename
- platforms (=Windows).
-
-Thu Oct 25 18:16:25 2012 NARUSE, Yui <naruse@ruby-lang.org>
-
- * lib/rubygems/installer.rb (check_that_user_bin_dir_is_in_path):
- test_generate_bin_bindir_with_user_install_warning(TestGemInstaller)
- fails on Windows with msys bash. It makes comparing paths
- case-insensitive.
- pick from upstream to fix a failure of test-all [ruby-core:47711]
- https://github.com/rubygems/rubygems/commit/c474edb2f3704206f04da1c8c6cf9fb079d84abe
-
-Thu Oct 25 17:55:01 2012 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * test/etc/test_etc.rb (TestEtc#test_getpwuid): `s' is never set to nil.
-
-Thu Oct 25 16:59:17 2012 Luis Lavena <luislavena@gmail.com>
-
- * test/ruby/test_file_exhaustive.rb: fix test introduced in r36811 for
- posix environments where HOME is not defined. [ruby-core:47322]
-
-Thu Oct 25 16:59:17 2012 Luis Lavena <luislavena@gmail.com>
-
- * configure.in (mingw): add shlwapi to the list of dependency
- libs for Windows.
- * win32/Makefile.sub (EXTSOLIBS): ditto.
-
- * internal.h: declare internal functions rb_w32_init_file,
- rb_file_expand_path_internal and rb_file_expand_path_fast.
-
- * file.c (Init_File): invoke Windows initialization rb_w32_init_file
-
- * win32/file.c (rb_file_load_path_internal): new function.
- Windows-specific implementation that replaces file_expand_path.
- [Bug #6836][ruby-core:46996]
-
- * win32/file.c (rb_w32_init_file): new function. Initialize codepage
- cache for faster conversion encodings lookup.
-
- * file.c (file_expand_path): rename to rb_file_expand_path_internal.
- Conditionally exclude from Windows.
-
- * file.c (rb_file_expand_path_fast): new function. delegates to
- rb_file_expand_path_internal without performing a hit to the
- filesystem.
-
- * file.c (file_expand_path_1): use rb_file_expand_path_internal without
- path expansion (used by require).
- * file.c (rb_find_file_ext_safe): ditto.
- * file.c (rb_find_file_safe): ditto.
-
- * load.c (rb_get_expanded_load_path): use rb_file_expand_path_fast.
- * load.c (rb_feature_provided): ditto.
-
- * file.c (rb_file_expand_path): use rb_file_expand_path_internal with
- path expansion.
- * file.c (rb_file_absolute_path): ditto.
-
- * test/ruby/test_file_exhaustive.rb: new tests to exercise
- rb_file_expand_path_internal implementation and compliance with
- existing behaviors.
-
-Thu Oct 25 16:59:17 2012 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * win32/file.c (INVALID_FILE_ATTRIBUTES): define for old SDK.
-
-Thu Oct 25 16:59:17 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * win32/makedirs.bat: new command to make intermediate
- directories, and not to report any errors if the directory
- already exists.
-
- * win32/Makefile.sub (MAKEDIRS): enable command extensions.
-
-Thu Oct 25 16:59:17 2012 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * win32/Makefile.sub (MAKEDIRS): use mkdir of cmd.exe instead of ruby.
- [Bug #6103] [ruby-core:43012]
-
- * win32/README.win32: added a notice about command extension of cmd.exe.
-
-Thu Oct 25 16:59:17 2012 Hiroshi Shirosaki <h.shirosaki@gmail.com>
-
- * Makefile.in (PLATFORM_DIR): add a variable for `win32` directory.
- * Makefile.in (clean-platform): add new target.
- It cleans `win32` directory.
-
- * common.mk (clean): add a dependency for `win32` directory.
- * common.mk (distclean): ditto.
- * common.mk (distclean-platform): add new target.
- It cleans `win32` directory.
- * common.mk ($(PLATFORM_D)): add new target to make `win32` directory.
- * common.mk (win32/win32.$(OBJEXT)): move win32.o into `win32`
- directory.
- * common.mk (win32/file.$(OBJEXT)): add new target for win32/file.c.
-
- * configure.in: move win32.o into `win32` directory and add
- win32/file.o to MISSING.
-
- * file.c (file_load_ok, rb_file_load_ok): replace static
- file_load_ok() with public rb_file_load_ok().
- It's to link Windows implementation in win32/file.c.
- * file.c (rb_find_file_ext_safe): ditto.
- * file.c (rb_find_file_safe): ditto.
-
- * win32/file.c (rb_file_load_ok): new file. Add Windows specific
- optimized implementation of rb_file_load_ok(). We created a
- separated file to avoid too many #ifdef macro which is unreadable.
-
- * win32/Makefile.sub (PLATFORM_DIR): add a variable for `win32`
- directory.
- * win32/Makefile.sub (MISSING): move win32.obj into `win32`
- directory and add win32/file.obj to MISSING.
- * win32/Makefile.sub (MAKEDIRS): replace MINIRUBY with BASERUBY.
- It's because miniruby doesn't exist when making `win32` directory.
- * win32/Makefile.sub (clean-platform): add new target to clean `win32`
- directory.
- * win32/Makefile.sub ({$(srcdir)}.c{}.obj): make it not match
- win32/file.c to build properly.
- * win32/Makefile.sub (win32/win32.$(OBJEXT)): move win32.obj into
- `win32` directory.
-
- Patch created with Luis Lavena.
- [ruby-core:42480] [Feature #5999]
-
-Fri Oct 19 13:28:29 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * configure.in (opt-dir): allow multiple directories separated by
- $PATH_SEPARATOR as well as dir_config in mkmf.rb. [ruby-core:47868]
- [Bug #7120]
-
-Tue Oct 16 11:18:06 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * lib/mkmf.rb (dir_config, init_mkmf): use configured libdir value as
- default library path. [ruby-core:43726] [Bug #6207]
-
-Tue Oct 16 10:56:55 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * file.c (rb_find_file_ext_safe, rb_find_file_safe): default to
- US-ASCII for encdb and transdb.
-
- * load.c (search_required): keep encoding of feature name. set
- loading path to filesystem encoding. [Bug #6377][ruby-core:44750]
-
- * ruby.c (add_modules, require_libraries): assume default external
- encoding as well as ARGV.
-
-Tue Oct 16 10:47:43 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * random.c (random_s_rand): ensure default PRNG is re-initialized
- after fork. patched by Eric Wong. [ruby-core:41209][Bug #5661]
-
-Tue Oct 16 10:21:23 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * ruby.c (rb_f_sub, rb_f_gsub): pass the given block.
- [ruby-core:47967] [Bug #7157]
-
-Tue Oct 16 09:47:47 2012 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * test/ruby/test_regexp.rb
- (TextRegexp#test_raw_hyphen_and_tk_char_type_after_range): use
- Regexp.new instead of literal to ignore a parser warning.
-
-Tue Oct 16 09:47:47 2012 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * test/ruby/test_regexp.rb
- (TextRegexp#test_raw_hyphen_and_tk_char_type_after_range): ignoring
- warnings are already set in setup method.
-
-Sun Oct 14 01:21:42 2012 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * regparse.c (parse_char_class): should match with a hyphen after a
- range in a character class.
-
- * test/ruby/test_regexp.rb (TestRegexp#test_char_class): fixed wrong
- test.
-
- * test/ruby/test_regexp.rb (TestRegexp#check): now can accept the
- error message.
-
- * test/ruby/test_regexp.rb
- (TextRegexp#test_raw_hyphen_and_tk_char_type_after_range): renamed
- because the previous name was wrong.
-
- * test/ruby/test_regexp.rb
- (TextRegexp#test_raw_hyphen_and_tk_char_type_after_range): added
- more test pattern.
-
-Sat Oct 13 01:41:38 2012 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * regparse.c (parse_char_class): also need to check the type of token
- after raw hyphen in regexp class, because the charcter code area
- is union'ed with the property of TK_CHAR_TYPE.
- reported by Bushi Zhang at [ruby-core:47115] [Backport #6853].
-
-Sat Oct 13 01:39:46 2012 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * test/ruby/test_regexp.rb
- (TestRegexp#test_raw_hyphen_and_type_char_after_range): added new
- test. ref [ruby-core:47115] [Backport #6853]
-
-Fri Oct 12 18:19:35 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * file.c (rb_get_path_check): path name must not contain NUL bytes.
-
-Fri Oct 12 17:51:43 2012 Shugo Maeda <shugo@ruby-lang.org>
-
- * error.c (exc_to_s, name_err_to_s, name_err_mesg_to_str): do not
- taint messages.
-
-Fri Oct 12 16:11:23 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * configure.in (LIBDIR_BASENAME): use configured libdir value to fix
- --enable-load-relative on systems where libdir is not default value,
- overridden in config.site files. [ruby-core:47267] [Bug #6903]
-
- * ruby.c (ruby_init_loadpath_safe): ditto.
-
-Fri Oct 12 13:56:01 2012 Ayumu AIZAWA <ayumu.aizawa@gmail.com>
-
- * test/rexml/test_encoding.rb:
- Add require 'require 'rexml/document'
-
-Fri Oct 12 13:36:32 2012 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * numeric.c (flodivmod): must through the same pass if HAVE_FMOD or not.
- this is a bugfix of r35013.
-
-Fri Oct 12 13:28:37 2012 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * io.c (rb_cloexec_fcntl_dupfd): get rid of compile error on windows.
- reported by Donovan Lampa at [ruby-core:43152] [Backport #6127],
- based on a patch by Hiroshi Shirosaki at [ruby-core:47917].
-
-Fri Oct 12 00:30:17 2012 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * io.c (ioctl_narg_len, linux_iocparm_len): reinstantiate linux
- specific narg length calculation.
- * test/ruby/test_io.rb (test_ioctl_linux2): add new test for old and
- unstructured ioctl.
-
-Fri Oct 12 00:30:17 2012 NARUSE, Yui <naruse@ruby-lang.org>
-
- * io.c (ioctl_narg_len): don't use _IOC_SIZE macro on Linux.
- On Linux some constants for ioctl(2) doesn't include the size of
- its return value and 16bit value; for example FIONREAD 0x541B.
- Moreover the manual, ioctl_list(2), says "Note that the size
- bits are very unreliable: in lots of cases they are wrong,
- either because of buggy macros using sizeof(sizeof(struct)),
- or because of legacy values."
- So we shouldn't use it.
-
-Tue Sep 25 09:30:36 2012 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * win32/mkexports.rb: should not export DllMain().
- reported by luis at [ruby-core:46743] [Bug #6790], solved by
- Heesob Park, and confirmed by nobu.
-
-Mon Sep 24 16:34:07 2012 Hiroshi Shirosaki <h.shirosaki@gmail.com>
-
- * include/ruby/win32.h (rb_w32_pow): add new function.
- We use powl() instead of broken pow() for x64-mingw32. This workaround
- fixes test failures related to floating point numeric.
- [ruby-core:46686] [Bug #6784]
-
-Mon Sep 24 10:38:55 2012 Luis Lavena <luislavena@gmail.com>
-
- * test/win32ole/test_win32ole_method.rb (is_ruby64?): Correct platform
- used to identify mingw-w64 (x64-mingw32). Patch by Hiroshi Shirosaki.
- [ruby-core:46651][Bug #6782]
-
-Mon Sep 24 10:37:56 2012 NARUSE, Yui <naruse@ruby-lang.org>
-
- * lib/test/unit/parallel.rb: workaround fix for rubygems.
- RubyGems can't find rake if the source directory is not equal to
- the directory which is running the test. [Bug #6604]
-
-Fri Sep 21 19:53:38 2012 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * ext/dl/cfunc.c (rb_dlcfunc_call): should convert a Bignum value to
- unsigned long long on Win64.
- [ruby-core:44636][Bug #6364] reported by raylinn@gmail.com (ray linn)
-
-Fri Sep 21 18:45:20 2012 Luis Lavena <luislavena@gmail.com>
-
- * include/ruby/win32.h: undef stat to silence mingw-w64 stat
- redefinition warnings (GCC 4.6.3).
-
-Fri Sep 21 17:54:54 2012 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * configure.in: add -Wall always.
-
-Thu Sep 20 10:23:37 2012 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * thread_pthread.c (native_cond_initialize): destroy condattr
- after using it. Patch by Stanislav Sedov. Thank you.
- [Bug #7041] [ruby-core:47619]
-
-Sun Sep 9 23:01:43 2012 Tanaka Akira <akr@fsij.org>
-
- * ext/zlib/extconf.rb: detect z_crc_t type which will be defined
- since zlib-1.2.7.
-
- * ext/zlib/zlib.c (rb_zlib_crc_table): use z_crc_t if available.
-
-Sun Sep 9 02:44:21 2012 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * ext/zlib/extconf.rb: Use an exception instaed of bare puts.
-
-Sun Sep 9 02:44:21 2012 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * ext/psych/extconf.rb: Use an exception instaed of bare abort.
-
-Sun Sep 9 02:44:21 2012 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * ext/fiddle/extconf.rb: Use an exception instaed of bare abort.
-
-Sun Sep 9 02:44:21 2012 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * ext/readline/extconf.rb: Use an exception instead of bare exit.
-
-Sun Sep 9 02:34:39 2012 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * ext/extmk.rb: Show a message when extconf.rb raised an exception.
- * ext/openssl/extconf.rb: Use exception raising instead of message
- and/or abort. We want to display error message to console _and_
- logging into mkmf.log.
-
-Sun Sep 9 02:30:20 2012 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * thread.c (rb_mutex_lock): stop multiple threads use
- pthread_cond_timedwait() concurrently. [Bug #6278] [ruby-core:44275]
-
-Thu Aug 30 09:24:43 2012 NARUSE, Yui <naruse@ruby-lang.org>
-
- * lib/uri/ftp.rb (URI::FTP#initialize): raise InvalidURIError if "//"
- is not present [ruby-core:47344] [Bug #6945]
-
-Tue Aug 28 00:40:14 2012 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * test/webrick/test_cgi.rb (TestWEBrickCGI#start_cgi_server): there are
- no guarantee of existance of RbConfig::CONFIG['LIBPATHENV'].
- it only exists in Unix-like environments.
-
- * test/webrick/test_filehandler.rb
- (WEBrick::TestFileHandler#test_script_disclosure): ditto.
-
-Thu Aug 23 12:08:25 2012 Hiroshi Shirosaki <h.shirosaki@gmail.com>
-
- * test/ruby/test_file_exhaustive.rb
- (TestFileExhaustive#test_stat_special_file): add a test.
- GetFileAttributesExW fails to get attributes of special files
- such as pagefile.sys.
-
- * win32/win32.c (check_valid_dir): for performance, check the path
- by FindFirstFileW only if the path contains "...".
-
- * win32/win32.c (winnt_stat): use GetFileAttributesExW instead of
- FindFirstFileW since GetFileAttributesExW is faster.
- Based on the patch by Dusan D. Majkic.
- [ruby-core:47083] [Feature #6845]
-
-Thu Aug 23 11:19:51 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * thread_pthread.c (ruby_init_stack): STACK_GROW_DIR_DETECTION is
- necessary on platforms with unknown stack direction. [Bug #6761]
-
-Thu Aug 23 11:19:51 2012 NARUSE, Yui <naruse@ruby-lang.org>
-
- * thread_pthread.c (get_stack): Linux is the only OS which includes
- the size of guard page into the stack size.
-
-Thu Aug 23 11:19:51 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * gc.h (IS_STACK_DIR_UPPER): utility macro.
-
- * thread_pthread.c (get_stack): seems stack size does not include
- guard size on Mac OS X.
-
- * thread_pthread.c (ruby_init_stack): adjust stack size for offset of
- addr from the bottom.
-
-Thu Aug 23 11:19:51 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * thread_pthread.c (ruby_init_stack): use stack info if possible.
-
-Mon Aug 20 17:11:01 2012 NARUSE, Yui <naruse@ruby-lang.org>
-
- * file.c (file_path_convert): don't convert it when the path string is
- ascii only. [ruby-core:41556] [Bug #5733]
- tests are contributed by nobu.
-
-Thu Aug 9 22:48:58 2012 NARUSE, Yui <naruse@ruby-lang.org>
-
- * pack.c (pack_unpack): when unpack('M') occurs an illegal byte
- sequence, output the "=" character and the following character in
- the decoded data without any transformation.
- [ruby-dev:44875] [Bug #5635]
-
-Tue Jul 31 10:36:12 2012 Aaron Patterson <aaron@tenderlovemaking.com>
-
- * ext/psych/lib/psych.rb: updated to released version.
-
- * ext/psych/psych.gemspec: ditto
-
-Thu Jul 19 09:33:46 2012 Aaron Patterson <aaron@tenderlovemaking.com>
-
- * ext/psych/emitter.c (initialize): allow a configuration object to be
- passed to the constructor so that mutation isn't required after
- instantiation.
-
- * ext/psych/lib/psych/handler.rb: add configuration object
-
- * ext/psych/lib/psych/visitors/emitter.rb: use configuration object if
- extra configuration is present.
-
-Tue Jul 17 03:56:34 2012 Aaron Patterson <aaron@tenderlovemaking.com>
-
- * ext/psych/lib/psych/visitors/to_ruby.rb: strings with YAML anchors
- are properly referenced. Patched by Joe Rafaniello via Github:
- https://github.com/tenderlove/psych/pull/69
- * ext/psych/lib/psych/visitors/yaml_tree.rb: ditto
- * test/psych/test_alias_and_anchor.rb: test for change
-
-Sat Jun 16 01:27:14 2012 Aaron Patterson <aaron@tenderlovemaking.com>
-
- * ext/psych/lib/psych.rb: bumping psych to 1.3.3
- * ext/psych/psych.gemspec: ditto
-
-Fri May 18 15:53:05 2012 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * ext/psych/extconf.rb: Use an exception instaed of bare abort.
-
-Fri May 18 01:28:21 2012 Aaron Patterson <aaron@tenderlovemaking.com>
-
- * ext/psych/parser.c (transcode_string): fix encoding index names.
- Thanks markizko for reporting.
-
-Wed May 16 05:11:29 2012 Aaron Patterson <aaron@tenderlovemaking.com>
-
- * ext/psych/lib/psych/visitors/to_ruby.rb: fix a bug with string
- subclass dumping and loading.
-
- * test/psych/test_array.rb: pertinent tests
-
- * test/psych/test_string.rb: ditto
-
-Wed May 16 01:31:21 2012 Aaron Patterson <aaron@tenderlovemaking.com>
-
- * ext/psych/lib/psych/visitors/to_ruby.rb: convert omap tagged maps to
- Psych::Omap objects rather than hashes. [Bug #6425]
-
- * test/psych/test_omap.rb: pertinent test.
-
-Wed May 16 01:15:45 2012 Aaron Patterson <aaron@tenderlovemaking.com>
-
- * ext/psych/lib/psych/visitors/yaml_tree.rb: keep a reference to
- custom coders so that GC does not impact dumped yaml reference ids.
-
-Mon Apr 30 04:43:53 2012 Aaron Patterson <aaron@tenderlovemaking.com>
-
- * ext/psych/lib/psych/json/yaml_events.rb: implicit styles should not
- be changeable for JSON events.
-
-Sun Jul 29 04:32:31 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * configure.in (ruby_pc): make configurable. [Bug #6051]
-
-Sun Jul 29 04:32:06 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * template/ruby.pc.in: added rubylibprefix, {rubylib,vendor,site}dir
- and {ruby,vendor,site}archdir. [ruby-core:42766][Feature #6052]
-
-Sun Jul 29 04:31:01 2012 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * bignum.c: Added #include <strings.h> for ffs(). Patch by Perry
- Smith. Thank you. [Bug #6748]
-
-Sat Jul 28 04:04:01 2012 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * include/ruby/intern.h (rb_num_zerodiv): Added NORETURN.
- Patched by Xi Wang. [Bug #6736]
-
-Wed Jul 4 19:36:17 2012 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * ext/dl/cfunc.c (rb_dlcfunc_call): also needed the workaround for VC8
- for x64. [ruby-dev:45875] [Bug #6676]
- reported by aves_ramphastos (Seigo Ishigane)
-
-Tue Jul 3 19:37:52 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * file.c (rmext): no extension to strip if empty string.
-
- * proc.c (rb_vm_rewrite_dfp_in_errinfo): Fix `unexpected return'
- occurs when a proc is called in ensure. [Backport #6460]
-
-Tue Jul 3 11:44:23 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * file.c (rb_enc_path_next, rb_enc_path_skip_prefix)
- (rb_enc_path_last_separator, rb_enc_path_end)
- (ruby_enc_find_basename, ruby_enc_find_extname): encoding-aware
- path handling functions.
-
- * file.c (rb_home_dir, file_expand_path, rb_realpath_internal)
- (rb_file_s_basename, rb_file_dirname, rb_file_s_extname)
- (rb_file_join): should respect the encodings of arguments than
- file system encoding. [ruby-dev:45145] [Bug #5919]
-
- * dir.c (check_dirname, ruby_glob0): ditto.
-
- * ext/pathname/pathname.c (path_sub_ext): ditto.
-
-Tue Jul 3 11:43:46 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * dir.c (dir_chdir, check_dirname): get rid of optimization-out.
-
-Thu Jun 28 17:57:49 2012 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * win32/win32.c (is_socket, is_console): add prototypes to fix compile
- problem with gcc introduced at r32549.
-
-Wed Jun 27 08:31:50 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * insns.def (splatarray): make new array if flag is set.
-
- * compile.c (iseq_compile_each): make new array with
- splat. [ruby-core:21901][Feature #1125]
-
-Wed Jun 27 04:23:26 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * win32/win32.c (rb_w32_sysinit): let the system not display the
- critical-error-handler message box and the Windows Error Reporting
- dialog. [ruby-core:45389] [Bug #6535]
-
-Wed Jun 27 04:20:41 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * bignum.c (rb_big_pow): estimate result bit size more precisely.
- [ruby-core:30735][Feature #3429]
-
-Tue Jun 26 20:36:53 2012 Tanaka Akira <akr@fsij.org>
-
- * lib/drb/ssl.rb: generate 1024 bits RSA key instead of 512 bits.
- OpenSSL 1.0.1 rejects 512 bits RSA key for TLS1.2 with SHA512.
- http://rt.openssl.org/Ticket/Display.html?id=2769&user=guest&pass=guest
- reported by Bohuslav Kabrda.
- [ruby-core:43844] [ruby-trunk - Bug #6221]
-
-Tue Jun 26 20:35:59 2012 Eric Hodel <drbrain@segment7.net>
-
- * ext/zlib/zlib.c (do_inflate): Inflate more data if buffered data
- exists. Allows Zlib::Inflate#set_dictionary to work.
- [ruby-trunk - Bug #5929]
-
-Thu Jun 21 13:42:57 2012 NARUSE, Yui <naruse@ruby-lang.org>
-
- * thread.c (rb_threadptr_execute_interrupts_common):
- test_signal_requiring of test/ruby/test_signal.rb fail if the sub
- process is killed on waiting IO in lex_io_gets in rb_load_file in
- rb_load_internal in require.
- This is because
- (1) the process receive the killing signal in
- rb_thread_io_blocking_region in rb_read_internal in lex_io_gets.
- (2) set th->errinfo as INT2FIX(TAG_FATAL) at
- rb_threadptr_execute_interrupts_common.
- (3) escape rb_load_file in rb_load_internal and jump to EXEC_TAG()
- without set loaded as TRUE.
- (4) call first rb_exc_raise(GET_THREAD()->errinfo); because loaded
- is FALSE as above. this errinfo should be an exception object
- but this is INT2FIX(TAG_FATAL).
- Don't call first rb_exc_raise if GET_THREAD()->errinfo is Fixnum.
-
-Mon Jun 11 19:56:22 2012 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * test/webrick/test_cgi.rb (class TestWEBrickCGI): respect
- RbConfig::CONFIG["LIBPATHENV"]. [Bug #5135] [ruby-core:38653]
- * test/webrick/test_filehandler.rb (class WEBrick): ditto.
-
-Tue Jun 5 14:03:53 2012 Akinori MUSHA <knu@iDaemons.org>
-
- * lib/ipaddr.rb: Inhibit zero-filled octets in an IPv4 address in
- all platforms. [ruby-dev:45671]
-
- * lib/ipaddr.rb: Allow the x:x:x:x:x:x:d.d.d.d form not limited to
- IPv4 mapped/compatible addresses. This change also makes it
- possible for the parser to understand IPv4 mapped and compatible
- IPv6 addresses in non-compressed form.
-
- * lib/ipaddr.rb: Stop exposing IPSocket.valid*? methods which were
- only usable on non-IPv6-ready platforms.
-
-Sat Jun 2 18:49:39 2012 NARUSE, Yui <naruse@ruby-lang.org>
-
- * string.c (rb_enc_cr_str_buf_cat): don't reset coderange as unknown.
- the condition 'ptr_a8 && str_cr != ENC_CODERANGE_7BIT' means not
- unknown, str is also ASCII-8BIT because str_encindex == ptr_encindex,
- and nont (str_cr == ENC_CODERANGE_UNKNOWN) and
- str_cr != ENC_CODERANGE_7BIT means str_cr is valid because ASCII-8BIT
- can't be broken. [ruby-dev:45688] [Bug #6509]
-
-Wed May 30 17:19:56 2012 Eric Hodel <drbrain@segment7.net>
-
- * ext/zlib/zlib.c (do_inflate): Inflate more data if buffered data
- exists. Allows Zlib::Inflate#set_dictionary to work.
- [ruby-trunk - Bug #5929]
-
-Mon May 28 11:40:19 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * io.c (rb_io_extract_modeenc): fail only if conflicting
- text/binary modes given explicitly. [ruby-dev:45268][Bug #6055]
-
-Fri May 25 17:18:06 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * parse.y (f_arglist): should reset lexical states after empty
- argument list with no parenthesis as well as parenthesized list,
- so that reserved name method definition work. [ruby-dev:45626]
- [Bug #6403]
-
-Fri May 25 10:40:31 2012 Hiroshi Shirosaki <h.shirosaki@gmail.com>
-
- * include/ruby/win32.h (FD_SET): change function to macro.
- To avoid buffer overflow when smaller FD_SETSISE is used in ext
- libraries.
-
- * win32/win32.c (rb_w32_fdset): this function is not used anymore.
- But we leave this for compatibility.
-
- * win32/win32.c (rb_w32_select_with_thread): fix SEGV when smaller
- FD_SETSISE is used in ext libraries. Dereference of fd_set pointer
- causes SEGV.
-
- * test/-ext-/win32/test_fd_setsize.rb(TestFdSetSize): add tests for
- above.
- * ext/-test-/win32/fd_setsize/depend: ditto.
- * ext/-test-/win32/fd_setsize/extconf.rb: ditto.
- * ext/-test-/win32/fd_setsize/fd_setsize.c: ditto.
-
- [ruby-core:44588] [Bug #6352]
-
-Fri May 25 10:38:06 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * io.c (io_strip_bom): check EOF. [Bug #6487][ruby-core:45203]
-
-Fri May 25 10:36:38 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * parse.y (f_arglist): should reset lexical states after empty
- argument list with no parenthesis as well as parenthesized list,
- so that reserved name method definition work. [ruby-dev:45626]
- [Bug #6403]
-
-Mon May 21 16:24:40 2012 Akinori MUSHA <knu@iDaemons.org>
-
- * ext/syslog/syslog.c (mSyslog_inspect): Use rb_sprintf().
-
- * ext/syslog/syslog.c (mSyslog_inspect): Make sure self is a
- module before calling rb_class2name().
-
-Sat May 19 14:42:37 2012 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * test/drb/drbtest.rb ({DRbCore,DRbAry}#teardown}: cannot pass SIGTERM
- to another process on Windows, so use SIGINT instead.
-
-Sat May 19 14:42:20 2012 Tanaka Akira <akr@fsij.org>
-
- * lib/drb/ssl.rb: generate 1024 bits RSA key instead of 512 bits.
- OpenSSL 1.0.1 rejects 512 bits RSA key for TLS1.2 with SHA512.
- http://rt.openssl.org/Ticket/Display.html?id=2769&user=guest&pass=guest
- reported by Bohuslav Kabrda.
- [ruby-core:43844] [ruby-trunk - Bug #6221]
-
-Sat May 19 14:41:45 2012 Tanaka Akira <akr@fsij.org>
-
- * test/drb/drbtest.rb: rescue Errno::ESRCH for Process.kill.
- reported by NARUSE, Yui. [ruby-dev:45551]
-
-Sat May 19 14:41:09 2012 Tanaka Akira <akr@fsij.org>
-
- * lib/drb/extservm.rb (DRb::ExtServManager): don't use /bin/sh to
- invoke service subprocess. mark detach threads for clean up.
-
- * test/drb/drbtest.rb: clean up the service subprocess in teardown.
-
- * test/drb/test_drb.rb: set @service_name for teardown.
-
- * test/drb/test_drbunix.rb: ditto.
-
- * test/drb/test_drbssl.rb: ditto.
-
-Sat May 19 14:40:49 2012 Tanaka Akira <akr@fsij.org>
-
- * lib/drb/ssl.rb: close accepted TCP socket if SSL accept is failed.
- [ruby-dev:45541]
-
-Sat May 19 14:39:50 2012 Tanaka Akira <akr@fsij.org>
-
- * lib/webrick/utils.rb: fix fcntl call.
-
- * lib/drb/unix.rb: ditto.
-
-Fri May 18 18:13:44 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * lib/mkmf.rb (MakeMakefile#configuration): keep space at end of
- OUTFLAG and COUTFLAG. [ruby-dev:45650]
-
-Fri May 18 00:04:53 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * win32/win32.c (rb_w32_fstat, rb_w32_fstati64): convert FILETIME
- to time_t directly, not to be affected by TZ unnecessarily.
-
- * win32/win32.c (unixtime_to_filetime): convert time_t to FILETIME
- simply.
-
-Wed May 16 01:07:46 2012 Aaron Patterson <aaron@tenderlovemaking.com>
-
- * ext/digest/md5/extconf.rb: use pkg_config for openssl so that
- customized ssl paths are used for linking. Backports fixes for
- [ruby-core:44755].
- * ext/digest/rmd160/extconf.rb: ditto
- * ext/digest/sha1/extconf.rb: ditto
- * ext/digest/sha2/extconf.rb: ditto
-
-Mon May 14 17:14:10 2012 CHIKANAGA Tomoyuki <nagachika@ruby-lang.org>
-
- * test/ruby/test_io.rb (test_flush_in_finalizer1): don't use IO.for_fd
- to close IO objects. it create IO object with already closed fd, and
- cause occasional Errno::EBADF in following tests. [ruby-core:45020]
- [Bug #6228]
-
-Mon May 14 17:14:10 2012 CHIKANAGA Tomoyuki <nagachika@ruby-lang.org>
-
- * test/ruby/test_io.rb (TestIO): revert r35631. it broke the intent of
- test_flush_in_finalizer1. [ruby-core:43951] [Bug ##6228]
-
-Mon May 14 13:18:56 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * parse.y (parser_tokadd_string): insert a backslash only if
- quoted by single quotes. [ruby-dev:45281] [Bug #6069]
-
-Mon May 14 13:17:57 2012 Luis Lavena <luislavena@gmail.com>
-
- * test/ruby/test_io.rb (class TestIO): Disable GC during IO tests to
- avoid file descriptors being GC'ed. Suggestion by Tomoyuki Chikanaga
- [ruby-core:43951][Bug #6228]
-
-Fri May 11 14:09:48 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * ext/bigdecimal/bigdecimal.c (PUSH): to prevent VALUE from GC,
- must not cast it to unsigned long, which may be shorter than
- VALUE, and the result can be mere garbage.
-
-Fri May 11 01:04:54 2012 Hiroshi Shirosaki <h.shirosaki@gmail.com>
-
- * io.c (io_unread): fix IO#pos with mode 'r' bug on Windows.
- If the end of reading buffer is CR, io_unread() needs to unread one
- more byte.
- [ruby-core:44874] [Bug #6401]
-
- * test/ruby/test_io_m17n.rb (TestIO_M17N#test_pos_with_buffer_end_cr):
- add a test for above.
-
-Wed May 9 15:59:17 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * configure.in (RUBY_WERROR_FLAG): append all warning flags which
- are enabled to compile, so that printf format modifiers properly
- fail. [ruby-core:41351] [Bug #5679]
-
-Mon May 7 20:23:29 2012 Tanaka Akira <akr@fsij.org>
-
- * lib/securerandom.rb (random_bytes): call to_int method for the
- argument at first.
-
-Mon May 7 20:23:29 2012 Tanaka Akira <akr@fsij.org>
-
- * lib/securerandom.rb: show actual read length in an error message.
-
-Mon May 7 11:09:20 2012 NARUSE, Yui <naruse@ruby-lang.org>
-
- * ext/bigdecimal/bigdecimal.c (Init_bigdecimal): define IDs before
- they are used. [ruby-core:44900] [Bug #6406]
-
-Fri Apr 27 11:02:33 2012 Masatoshi SEKI <m_seki@mva.biglobe.ne.jp>
-
- * test/rinda/test_rinda.rb (test_core_03_notify): Fixed test failures
- [ruby-dev:44430] [Ruby 1.9 - Bug #372]
-
-Fri Apr 27 08:29:51 2012 Masatoshi SEKI <m_seki@mva.biglobe.ne.jp>
-
- * test/rinda/test_rinda.rb: fix sticks on some testsf problem
- [Bug #6272]
-
-Wed Apr 25 05:56:56 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * lib/optparse.rb (OptionParser#to_a): split for each lines.
- [ruby-dev:45568][Bug #6348]
-
-Tue Apr 24 21:20:39 2012 NARUSE, Yui <naruse@ruby-lang.org>
-
- * lib/optparse.rb (OptionParser#to_a): should split by end-of-line,
- and MUST TEST IT, MUST RUN THE TEST, MUST VERIFY BEFORE BACKPORT.
- [ruby-dev:45568][Bug #6348]
-
-Tue Apr 24 14:55:41 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * lib/optparse.rb (OptionParser#to_a): String#to_a is no longer
- defined. [ruby-dev:45568][Bug #6348]
-
-Sat Apr 21 07:16:16 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * strftime.c (rb_strftime_with_timespec): fix padding of time zone
- offset. [ruby-dev:43287][Bug #4458]
-
- * strftime.c (rb_strftime_with_timespec): add an interim digit for
- the timezone offset which is less than an hour.
-
- * strftime.c (rb_strftime_with_timespec): fix carry-up bug and
- overwrite '+' with '-' if negative offset less than a hour.
- [ruby-core:44447][Bug #6323]
-
-Fri Apr 20 12:30:06 2012 Eric Hodel <drbrain@segment7.net>
-
- * lib/rubygems/ssl_certs/AddTrustExternalCARoot.pem: Removed to avoid
- conflict with ca-bundle.pem
- * lib/rubygems/ssl_certs/VerisignClass3PublicPrimaryCertificationAuthority-G2.pem:
- ditto.
- * lib/rubygems/ssl_certs/Entrust_net-Secure-Server-Certification-Authority.pem:
- ditto.
-
-Fri Apr 20 08:30:55 2012 Eric Hodel <drbrain@segment7.net>
-
- * lib/rubygems: Update to RubyGems 1.8.23 which contains security
- fixes:
-
- RubyGems now disallows redirection from HTTPS to HTTP.
-
- RubyGems now verifies SSL connections.
-
- See https://github.com/rubygems/rubygems/blob/1.8/History.txt for
- changes since 1.8.22.
- * test/rubygems: ditto.
-
-Fri Apr 20 07:39:50 2012 Eric Hodel <drbrain@segment7.net>
-
- * lib/rubygems: Update to RubyGems 1.8.22 plus r33517 and r35337 which
- were ported to the rubygems git repository.
-
- See https://github.com/rubygems/rubygems/blob/1.8/History.txt for
- changes since 1.8.11.
-
- * test/rubygems: ditto.
-
- * lib/rubygems/version.rb: Fixed init_with warning by calling into
- yaml_initialize (for syck) from psych's init_with
-
-Thu Apr 19 12:55:31 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * ext/-test-/win32/dln/extconf.rb: need import library for ordinal
- entry even on mingw. [ruby-core:44441][Bug #6320]
-
-Wed Apr 18 23:08:58 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * configure.in (DOT, DOXYGEN): use AC_CHECK_PROGS instead of
- AC_CHECK_PROG which needs the third argument. [ruby-core:44433]
- [Bug #6316]
-
- * configure.in (PKG_CONFIG): fix condition to skip older version
- of pkg-config. continue in backticks does not affect outside.
-
-Tue Apr 17 21:35:47 2012 Kouhei Sutou <kou@cozmixng.org>
-
- * lib/rexml/parsers/baseparser.rb, test/rexml/test_namespace.rb:
- fix the default xml namespace URI validation.
- [ruby-dev:45169] [Bug #5956]
- Reported by Miho Hiramatsu. Thanks!!!
-
-Mon Apr 17 14:27:22 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * dln.c (rb_w32_check_imported): skip ordinal entries. based on a
- patch by phasis68 (Heesob Park) at [ruby-core:44381].
- [ruby-core:44371][Bug #6303]
-
-Sun Apr 15 14:57:00 2012 Tanaka Akira <akr@fsij.org>
-
- * test/test_pty.rb (test_pty_check_default): call PTY.check until
- "cat" command is finished.
-
-Sun Apr 15 14:54:16 2012 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * test/ruby/test_process.rb (TestProcess#windows?): new method.
-
- * test/ruby/test_process.rb (TestProcess#*): use above method.
-
- * test/ruby/test_process.rb (TestProcess#test_execopts_redirect):
- windows doesn't support FD_CLOEXEC.
-
-Sun Apr 15 06:40:28 2012 Hiroshi Shirosaki <h.shirosaki@gmail.com>
-
- * include/ruby/win32.h (rb_w32_aspawn_flags): add the declaration of
- new function.
-
- * process.c (enum): add EXEC_OPTION_PGROUP and move the position
- above for the usage in proc_spawn_n().
-
- * process.c (proc_spawn_n): add an argument to pass new option
- `new_pgroup`. The option specifies CREATE_NEW_PROCESS_GROUP flag to
- CreateProcessW(). This flag is necessary for the usage of
- Process.kill on the subprocess on Windows.
-
- * process.c (rb_exec_arg_addopt): ditto.
-
- * process.c (rb_spawn_process): ditto.
-
- * process.c (documentation for rb_f_spawn): add documentation for new
- option `new_pgroup` of spawn.
-
- * test/ruby/test_process.rb (TestProcess#test_execopts_new_pgroup):
- add tests for option `new_pgroup`.
-
- * test/ruby/test_thread.rb
- (TestThreadGroup#test_thread_timer_and_interrupt):
- add option `new_pgroup: true` to spawn on Windows. It's needed for
- Process.kill on a subprocess.
-
- * win32/win32.c (CreateChild): add an argument to pass
- dwCreationFlags of CreateProcessW().
-
- * win32/win32.c (rb_w32_spawn): ditto.
-
- * win32/win32.c (rb_w32_aspawn_flags): add new function to pass
- dwCreationFlags.
-
- * win32/win32.c (rb_w32_aspawn): refactor to move the content to
- rb_w32_aspawn_flags().
- [ruby-core:43245][Bug #6131]
-
-Sun Apr 15 06:40:28 2012 Hiroshi Shirosaki <h.shirosaki@gmail.com>
-
- * test/ruby/test_thread.rb
- (TestThreadGroup#test_thread_timer_and_interrupt): skip on Windows.
- Process.kill cannot kill a subprocess if CREATE_NEW_PROCESS_GROUP
- flag is not specified in a call to CreateProcessW().
-
- * win32/win32.c (CreateChild): revert the usage of
- CREATE_NEW_PROCESS_GROUP flag for compatibility.
- [ruby-core:43245][Bug #6131]
-
-Sun Apr 15 04:35:48 2012 Hiroshi Shirosaki <h.shirosaki@gmail.com>
-
- * io.c (rb_io_eof): use eof() instead of io_fillbuf(). It's because
- io_unread() doesn't work properly when reading CRLF with read(length)
- and mode 'r'.
- [ruby-core:44189][Bug #6271]
-
- * test/ruby/test_io_m17n.rb (TestIO_M17N#test_read_crlf_and_eof):
- test for above.
-
-Sun Apr 15 03:00:54 2012 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * io.c (io_unread): fixed memory leak. report by nagachika via IRC.
-
-Sun Apr 15 03:00:54 2012 Hiroshi Shirosaki <h.shirosaki@gmail.com>
-
- * io.c (static int io_fflush): add the definition.
- Use it in set_binary_mode_with_seek_cur().
-
- * io.c (set_binary_mode_with_seek_cur): refactoring to split the
- content into io_unread(). Fix the possibility of buffer overflow.
-
- * io.c (io_unread): add new implementation for Windows. Previous one
- caused invalid cursor position using IO#pos with OS text mode. New
- one fixes the bug.
-
- * test/ruby/test_io_m17n.rb
- (TestIO_M17N#test_pos_dont_move_cursor_position): add a test for
- above bug.
- [ruby-core:43497] [Bug #6179]
-
-Sun Apr 15 03:00:54 2012 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * test/ruby/test_io.rb (TestIO#test_pos_with_getc): updated.
- see [ruby-core:43550]
-
-Sun Apr 15 03:00:54 2012 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * test/ruby/test_io.rb (TestIO#test_pos_with_getc): added.
- see [Bug #6179][ruby-core:43518]
-
-Wed Apr 11 16:22:16 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * ext/-test-/add_suffix/bug.c (ruby_add_suffix): no static
- declaration. [ruby-core:44277][Bug #6279]
-
-Sun Apr 8 06:53:55 2012 NARUSE, Yui <naruse@ruby-lang.org>
-
- * io.c (io_unread): cast as long the value for extra_max.
- [ruby-core:44137] [Bug #6257]
-
-Sat Apr 7 10:28:40 2012 Aaron Patterson <aaron@tenderlovemaking.com>
-
- * ext/psych/lib/psych.rb: bumping up psych version to match release.
- * ext/psych/psych.gemspec: ditto
-
-Sat Apr 7 02:07:00 2012 Aaron Patterson <aaron@tenderlovemaking.com>
-
- * ext/psych/parser.c: fall back to any encoding if the external
- encoding is wrong. [ruby-core:44163]
- * test/psych/test_encoding.rb: fix test
-
-Wed Apr 4 18:29:15 2012 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * test/ruby/test_sleep.rb (TestSleep#test_sleep_5sec): syntax error.
-
- * test/ruby/test_sleep.rb (TestSleep#test_sleep_5sec): call uname
- only on linux because it's a workaround for linux only.
-
-Wed Apr 4 11:32:09 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * ext/-test-/add_suffix/bug.c: make all functions in util.c static
- to get rid of multiple definitions. reported at
- https://trac.macports.org/ticket/33814
-
-Tue Apr 3 18:34:33 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * process.c (setreuid, setregid): suppress warnings.
- [ruby-core:43374][Bug #6169]
-
-Sat Mar 31 12:11:21 2012 Martin Bosslet <Martin.Bosslet@googlemail.com>
-
- * ext/openssl/ossl_x509cert.c: Fix doc typo.
-
-Fri Mar 30 14:17:17 2012 Martin Bosslet <Martin.Bosslet@googlemail.com>
-
- * ext/openssl/ossl_pkcs7.c: fix crash when parsing garbage data.
- * test/openssl/test_pkcs7.rb: assert correct behavior for it.
- Thanks to Matt Venables for reporting the issue.
- [ruby-core:43250][Bug #6134]
-
-Fri Mar 30 14:17:17 2012 Martin Bosslet <Martin.Bosslet@googlemail.com>
-
- * test/openssl/test_x509cert.rb: exclude test that fails when issuing
- a certificate with RSA signature and DSS1 digest for earlier
- OpenSSL versions when used in conjunction with OpenSSL 1.0.1.
- Thanks, Vit Ondruch, for reporting the issue.
- [ruby-core:42949][Bug #6089]
-
-Fri Mar 30 14:15:40 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * string.c (str_new_empty): should copy also the encoding as an
- empty substring. [ruby-dev:45441][Bug #6206]
-
-Fri Mar 30 14:14:36 2012 Tadayoshi Funaba <tadf@dotrb.org>
-
- * ext/date/date_core.c (datetime_s_now): [ruby-core:43256].
-
-Fri Mar 30 14:12:53 2012 Marc-Andre Lafortune <ruby-core@marc-andre.ca>
-
- * numeric.c: fix flodivmod for cornercases [Bug #6044]
- add ruby_float_mod
-
- * insns.def (opt_mod): use ruby_float_mod
-
- * internal.h: declare ruby_float_mod
-
- * test/ruby/test_float.rb: tests for above
-
- * test/ruby/envutil.rb: create helper assert_is_minus_zero
-
-Wed Mar 28 08:44:24 2012 Aaron Patterson <aaron@tenderlovemaking.com>
-
- * ext/psych/lib/psych.rb: updating version to match gem
- * ext/psych/psych.gemspec: ditto
- * ext/psych/lib/psych/visitors/to_ruby.rb: fixing deprecation warning
-
-Mon Jul 18 13:36:47 2011 Aaron Patterson <aaron@tenderlovemaking.com>
-
- * ext/psych/lib/psych.rb: define a new BadAlias error class.
-
- * ext/psych/lib/psych/visitors/to_ruby.rb: raise an exception when
- deserializing an alias that does not exist.
-
- * test/psych/test_merge_keys.rb: corresponding test.
-
-Fri Mar 9 06:29:22 2012 Aaron Patterson <aaron@tenderlovemaking.com>
-
- * ext/psych/lib/psych.rb (load, parse): stop parsing or loading after
- the first document has been parsed.
-
- * test/psych/test_stream.rb: pertinent tests.
-
-Fri Mar 9 06:17:05 2012 Aaron Patterson <aaron@tenderlovemaking.com>
-
- * ext/psych/lib/psych.rb (parse_stream, load_stream): if a block is
- given, documents will be yielded to the block as they are parsed.
- [ruby-core:42404] [Bug #5978]
-
- * ext/psych/lib/psych/handlers/document_stream.rb: add a handler that
- yields documents as they are parsed
-
- * test/psych/test_stream.rb: corresponding tests.
-
-Tue Mar 6 02:31:20 2012 Aaron Patterson <aaron@tenderlovemaking.com>
-
- * ext/psych/lib/psych/core_ext.rb: only extend Kernel if IRB is loaded
- in order to stop method pollution.
-
-Tue Feb 28 10:28:51 2012 Aaron Patterson <aaron@tenderlovemaking.com>
-
- * ext/psych/lib/psych.rb: default open YAML files with utf8 external
- encoding. [ruby-core:42967]
- * test/psych/test_tainted.rb: ditto
-
-Fri Feb 24 13:54:33 2012 Aaron Patterson <aaron@tenderlovemaking.com>
-
- * ext/psych/parser.c: prevent a memory leak by protecting calls to
- handler callbacks.
- * test/psych/test_parser.rb: test to demonstrate leak.
-
-Fri Feb 24 08:08:38 2012 Aaron Patterson <aaron@tenderlovemaking.com>
-
- * ext/psych/parser.c: set parser encoding based on the YAML input
- rather than user configuration.
- * test/psych/test_encoding.rb: corresponding tests.
- * test/psych/test_parser.rb: ditto
- * test/psych/test_tainted.rb: ditto
-
-Fri Feb 10 03:41:31 2012 Aaron Patterson <aaron@tenderlovemaking.com>
-
- * ext/psych/parser.c: removed external encoding setter, allow parser
- to be reused.
- * ext/psych/lib/psych/parser.rb: added external encoding setter.
- * test/psych/test_parser.rb: test parser reuse
-
-Wed Jan 18 12:49:15 2012 Aaron Patterson <aaron@tenderlovemaking.com>
-
- * ext/psych/lib/psych/visitors/to_ruby.rb: Added support for loading
- subclasses of String with ivars
- * ext/psych/lib/psych/visitors/yaml_tree.rb: Added support for dumping
- subclasses of String with ivars
- * test/psych/test_string.rb: corresponding tests
-
-Wed Jan 18 10:39:47 2012 Aaron Patterson <aaron@tenderlovemaking.com>
-
- * ext/psych/lib/psych/visitors/to_ruby.rb: Added ability to load array
- subclasses with ivars.
- * ext/psych/lib/psych/visitors/yaml_tree.rb: Added ability to dump
- array subclasses with ivars.
- * test/psych/test_array.rb: corresponding tests
-
-Wed Dec 21 02:25:36 2011 Aaron Patterson <aaron@tenderlovemaking.com>
-
- * ext/psych/emitter.c: fixing clang warnings. Thanks Joey!
-
-Sun Dec 18 12:42:48 2011 Aaron Patterson <aaron@tenderlovemaking.com>
-
- * ext/psych/lib/psych/visitors/to_ruby.rb: BigDecimals can be restored
- from YAML.
- * ext/psych/lib/psych/visitors/yaml_tree.rb: BigDecimals can be dumped
- to YAML.
- * test/psych/test_numeric.rb: tests for BigDecimal serialization
-
-Sun Dec 18 12:03:13 2011 Aaron Patterson <aaron@tenderlovemaking.com>
-
- * ext/psych/lib/psych/scalar_scanner.rb: Strings that look like dates
- should be treated as strings and not dates.
-
- * test/psych/test_scalar_scanner.rb: corresponding tests.
-
-Wed Dec 7 08:04:31 2011 Aaron Patterson <aaron@tenderlovemaking.com>
-
- * ext/psych/lib/psych.rb (module Psych): parse and load methods take
- an optional file name that is used when raising Psych::SyntaxError
- exceptions
- * ext/psych/lib/psych/syntax_error.rb (module Psych): allow nil file
- names and handle nil file names in the exception message
- * test/psych/test_exception.rb (module Psych): Tests for changes.
-
-Wed Nov 30 09:09:37 2011 Aaron Patterson <aaron@tenderlovemaking.com>
-
- * ext/psych/parser.c (parse): parse method can take an option file
- name for use in exception messages.
- * test/psych/test_parser.rb: corresponding tests.
-
-Tue Nov 22 04:46:22 2011 Aaron Patterson <aaron@tenderlovemaking.com>
-
- * ext/psych/lib/psych.rb: remove autoload from psych
- * ext/psych/lib/psych/json.rb: ditto
-
-Wed Nov 9 04:52:16 2011 Aaron Patterson <aaron@tenderlovemaking.com>
-
- * ext/psych/lib/psych/tree_builder.rb: dump complex numbers,
- rationals, etc with reference ids.
- * ext/psych/lib/psych/visitors/yaml_tree.rb: ditto
- * ext/psych/lib/psych/visitors/to_ruby.rb: loading complex numbers,
- rationals, etc with reference ids.
- * test/psych/test_object_references.rb: corresponding tests
-
-Mon Nov 7 20:31:52 2011 Aaron Patterson <aaron@tenderlovemaking.com>
-
- * ext/psych/lib/psych/scalar_scanner.rb: make sure strings that look
- like base 60 numbers are serialized as quoted strings.
- * test/psych/test_string.rb: test for change.
-
-Thu Oct 27 08:47:38 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>
-
- * ext/psych/parser.c: remove unused variable.
-
-Wed Oct 5 02:50:27 2011 Aaron Patterson <aaron@tenderlovemaking.com>
-
- * ext/psych/lib/psych/syntax_error.rb: Add file, line, offset, and
- message attributes during parse failure.
- * ext/psych/parser.c: Update parser to raise exception with correct
- values.
- * test/psych/test_exception.rb: corresponding tests.
-
-Wed Oct 5 01:52:16 2011 Aaron Patterson <aaron@tenderlovemaking.com>
-
- * ext/psych/parser.c (parse): Use context_mark for indicating error
- line and column.
-
-Wed Oct 5 01:22:08 2011 Aaron Patterson <aaron@tenderlovemaking.com>
-
- * ext/psych/lib/psych/scalar_scanner.rb: use normal begin / rescue
- since postfix rescue cannot receive the exception class. Thanks
- nagachika!
-
-Tue Mar 27 22:22:50 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * configure.in (RUBY_STACK_GROW_DIRECTION): substitute CPU name as
- shell variable name. based on the patch by The Written Word Inc. at
- [ruby-core:40421]. [Bug #5488]
-
-Mon Mar 26 09:57:12 2012 NARUSE, Yui <naruse@ruby-lang.org>
-
- * parse.y (parser_nextc): set encoding for the buffer of ripper.
-
-Sun Mar 18 13:23:28 2012 NARUSE, Yui <naruse@ruby-lang.org>
-
- * encoding.c (rb_enc_compatible): return ASCII-8BIT even if 2nd string
- is ascii only string. [ruby-core:42354] [Bug #5968]
-
-Tue Mar 6 18:55:37 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * lib/test/unit/assertions.rb (assert_send, assert_not_send):
- parenthesize non-empty arguments.
-
-Tue Mar 6 18:55:37 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * lib/test/unit/assertions.rb (assert_send): make arguments in
- the default message clearer.
-
-Tue Mar 6 12:48:08 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * ext/io/console/console.c (set_rawmode): clear ECHOE and ECHOK
- bits too.
-
- * ext/io/console/console.c (echo_p): ignore ECHOE and ECHOK bits.
- [ruby-dev:45309] [Bug #6116]
-
- * ext/io/console/console.c (console_raw): fix rdoc.
-
- * ext/io/console/console.c (console_set_echo): mentioned about
- platform dependency.
-
-Tue Mar 6 12:40:08 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * ext/io/console/console.c (console_raw, console_set_raw)
- (console_getch): optional parameters. [EXPERIMENTAL]
-
-Tue Mar 6 12:39:27 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * ext/io/console/console.c (console_cooked, console_set_cooked):
- new methods to reset cooked mode. [EXPERIMENTAL]
-
-Tue Mar 6 12:31:47 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * ext/io/console/console.c (io_getch): default delegating method
- for StringIO. https://github.com/nobu/io-console/issues/4
-
- * ext/stringio/stringio.c: moved some methods to hidden modules.
-
-Tue Mar 6 12:29:34 2012 Eric Hodel <drbrain@segment7.net>
-
- * io.c (Init_IO): Mention io/console methods. [Ruby 1.9 - Bug #5602]
- * ext/io/console/console.c: Mention that io/console must be required
- similar to lib/time.rb
-
-Tue Mar 6 11:42:52 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * ext/syck/lib/syck/rubytypes.rb (Exception.yaml_new): fix bug
- that causes YAML serialization problem for Exception.
- Exception#initialize doesn't use visible instance variable for
- the exception message, so call the method with the message.
- patched by Jingwen Owen Ou <jingweno AT gmail.com>.
- http://github.com/ruby/ruby/pull/41
-
-Fri Mar 2 22:09:03 2012 Hiroshi Nakamura <nahi@ruby-lang.org>
-
- * .travis.yml: Backport TravisCI configuration from trunk.
-
-Thu Mar 1 18:39:44 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * file.c (rb_file_join): honor input encodings than ASCII-8BIT.
- [ruby-core:40338] [Bug #5483]
-
-Tue Feb 28 11:56:52 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * configure.in (debugflags): check if -ggdb is accepted.
- [ruby-core:42875][Bug #6080]
-
-Mon Feb 27 17:25:40 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * ext/bigdecimal/bigdecimal.c (GetVpValueWithPrec): since methods
- can be overridden, so should not make an assumption on the type
- of results. [ruby-core:42969][Bug #6093]
-
-Mon Feb 27 02:28:17 2012 NARUSE, Yui <naruse@ruby-lang.org>
-
- * regparse.c (add_code_range_to_buf0): wrong condition of duplicated
- warnings.
-
-Sun Feb 26 12:26:26 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * compile.c (iseq_compile_each): call on special object instead of
- self. since stabby lambda is a syntax, so it should not be
- affected by the context. [ruby-core:42349][Bug #5966]
-
- * insns.def (send): no special deal for FCALL. self should be put
- on TOS instead.
-
-Sat Feb 25 23:47:49 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * file.c (utime_internal): fix a variable missed to replace.
- [ruby-core:42864] [Bug #6077]
-
-Sat Feb 25 21:29:09 2012 URABE Shyouhei <shyouhei@ruby-lang.org>
-
- * test/ruby/test_literal.rb (TestRubyLiteral#test_special_const):
- test for https://bugs.php.net/bug.php?id=61095
-
-Sat Feb 25 21:29:09 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * dir.c, file.c, io.c (rb_sys_fail_path): use rb_sys_fail_str.
-
- * error.c: new functions to deal exceptions with string instances.
-
- * dir.c, file.c, io.c: use rb_sys_fail_path.
-
-Sat Feb 25 21:18:12 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * dir.c (dir_inspect), io.c (rb_io_inspect): keep encoding of path.
- [Bug #6072]
-
-Sat Feb 25 21:18:12 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * dir.c (dir_initialize): keep path in original encoding.
-
- * error.c (syserr_initialize): prefer the encoding of message over
- locale. [ruby-dev:45279][Bug #6071]
-
-Sat Feb 25 17:10:51 2012 NARUSE, Yui <naruse@ruby-lang.org>
-
- * lib/fileutils.rb: use chomp(?/) instead of sub to optimize and avoid
- to regexping invalid string.
-
-Sat Feb 25 16:39:13 2012 NARUSE, Yui <naruse@ruby-lang.org>
-
- * complex.c (nucomp_marshal_load): raise error on invalid data.
- reported by John Firebaugh [ruby-core:42860] [Bug #6076]
-
-Fri Feb 24 23:49:05 2012 Marc-Andre Lafortune <ruby-core@marc-andre.ca>
-
- * lib/ostruct.rb (delete_field): Bug fix so previous value is
- returned. Patch by Nick Recobra [Bug #6063]
-
-Fri Feb 24 08:53:28 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * parse.y (parser_tokadd_string, parser_yylex): insert a backslash
- if the next character is non-ascii. [ruby-dev:45278] [Bug #6069]
-
-Thu Feb 23 14:44:36 2012 NARUSE, Yui <naruse@ruby-lang.org>
-
- * lib/uri/common.rb (URI::Parser#initialize_regexp):
- use \A \z instead of ^ $. [Bug #5843]
-
-Thu Feb 23 08:08:23 2012 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * win32/win32.c (rb_w32_uchmod): typo. [Bug#5671] [ruby-dev:44898]
-
- * test/ruby/test_file.rb (TestFile#test_chmod_m17n): test of above bug.
-
-Wed Feb 22 23:27:52 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * test/iconv/test_option.rb: enabled. [ruby-core:42802][Bug #6061]
-
-Wed Feb 22 22:04:15 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * io.c (rb_io_s_foreach): argument check before making Enumerator.
- [ruby-dev:31525]
-
-Wed Feb 22 22:04:15 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * io.c (rb_io_s_foreach): return enumerator including kerword
- arguments. [ruby-dev:45267][Bug #6054]
-
-Wed Feb 22 21:42:16 2012 NARUSE, Yui <naruse@ruby-lang.org>
-
- * configure.in: remove workaround replacement from gcc to gcc-4.2.
- [Backport #6043]
-
-Wed Feb 22 08:11:06 2012 Narihiro Nakamura <authornari@gmail.com>
-
- * gc.c : remove gc_clear_mark_on_sweep_slots() and use
- rest_sweep() instead of it, because some dead objects might be
- marked in next the mark phase by false pointers.
- [ruby-core:42672]
-
-Sun Feb 19 12:27:24 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * configure.in: ignore all warnings from an arbitrary
- header in /usr/local/include.
-
-Fri Feb 17 12:51:25 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * lib/mkmf.rb (create_header): log the content of header.
-
-Fri Feb 17 12:26:15 2012 CHIKANAGA Tomoyuki <nagachika00@gmail.com>
-
- * test/readline/test_readline.rb (test_completion_proc_empty_result):
- ensure clearance of Readline's line_buffer after the test.
-
-Fri Feb 17 11:46:39 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * test/readline/test_readline.rb (test_line_buffer__point): use
- lambda not to exit entire method by "return". or "next" for
- proc. [ruby-dev:45042] [Bug #5802]
-
-Fri Feb 17 10:15:54 2012 Tanaka Akira <akr@fsij.org>
-
- * ext/dbm/extconf.rb: check _DB_H_ macro unavailable except
- Berkeley DB library.
-
-Fri Feb 17 10:14:47 2012 Tanaka Akira <akr@fsij.org>
-
- * test/dbm/test_dbm.rb: fix skip condition for libgdbm 1.8.0 or prior.
- reported by Bohuslav Kabrda.
- [ruby-core:42685] [ruby-trunk - Bug #6036]
-
-Fri Feb 17 09:53:46 2012 NARUSE, Yui <naruse@ruby-lang.org>
-
- * tool/transcode-tblgen.rb (import_ucm): don't use \h because the
- script should work with ruby 1.8.
-
- * tool/enc-unicode.rb: ditto.
-
-Thu Feb 16 17:54:14 2012 NARUSE, Yui <naruse@ruby-lang.org>
-
- * ext/dbm/extconf.rb: merge trunk's ext/dbm/extconf.rb and
- related functions of lib/mkmf.rb. [Backport #6021]
-
-Thu Feb 16 09:25:52 2012 NARUSE, Yui <naruse@ruby-lang.org>
-
- * configure.in (enable_pthread): use -pthread on OpenBSD without
- explicit option. patched by Jeremy Evans. [ruby-core:38572]
-
-Thu Feb 16 07:34:34 2012 CHIKANAGA Tomoyuki <nagachika00@gmail.com>
-
- * cont.c (rb_fiber_reset_root_local_storage): add a new function to
- restore rb_thread_t::local_storage.
-
- * cont.c (rb_obj_is_fiber): add a new function to tell finalizer to
- prevent fibers from destroy.
-
- * gc.c (rb_objspace_call_finalizer): don't sweep fibers at finalizing
- objspace.
-
- * internal.h (rb_fiber_reset_root_local_storage, rb_obj_is_fiber):
- add prototypes.
-
- * vm.c (ruby_vm_destruct): reset main thread's local_storage before
- free main thread. rb_thread_t::local_storage is replaced by fiber's
- local storage when forked from fiber, and it should be already freed
- when the fiber was destroyed. [ruby-core:41456] [Bug #5700]
-
- * test/ruby/test_fiber.rb (test_fork_from_fiber): add test for fork
- from fiber.
-
-Thu Feb 16 06:30:37 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * ext/fiddle/closure.c (callback): deal with unsinged integers.
- [ruby-core:42458][Bug #5991][Bug #6022]
-
- * ext/fiddle/conversions.c (value_to_generic, generic_to_value):
- ditto.
-
- * ext/fiddle/closure.c (callback): same as r34506.
-
-Wed Feb 15 10:35:43 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * include/ruby/ruby.h (FIXNUM_P): simple flag should be int.
-
-Wed Feb 15 10:33:41 2012 Eric Hodel <drbrain@segment7.net>
-
- * vm_eval.c (check_funcall): Call respond_to? with matching arity for
- legacy single-argument implementations. [ruby-trunk - Bug #6000]
-
-Wed Feb 15 10:25:22 2012 Naohisa Goto <ngotogenome@gmail.com>
-
- * vm_eval.c (check_funcall): set array elements one-by-one to fix
- compile error with Fujitsu C Compiler 5.6 on Solaris 10 on Sparc.
-
-Wed Feb 15 10:25:22 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * test/ruby/test_object.rb: tests that respond_to? returns false.
-
-Wed Feb 15 10:25:22 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * vm_eval.c (check_funcall): try respond_to? first if redefined.
- [Bug #5158]
-
-Wed Feb 15 07:15:50 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * compile.c (defined_expr): guard the whole expression.
- [ruby-dev:45021][Bug#5786]
-
-Wed Feb 15 05:08:25 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * ext/dl/cptr.c (rb_dlptr_s_to_ptr): use rb_check_funcall.
-
- * ext/dl/cfunc.c (dlcfunc_mark), ext/dl/cptr.c (dlptr_mark):
- workaround to mark wrapped object. this is not a true fix,
- because [Bug #4929] is caused by the interface design of DL.
-
-Wed Feb 15 05:04:47 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * ext/dl/cptr.c (rb_dlptr_aref, rb_dlptr_aset): check NULL pointer
- dereference.
-
- * test/rinda/test_rinda.rb: decrease the code that depends on timing.
- [Bug #372] [Bug #4160]
-
-Wed Feb 15 05:03:41 2012 CHIKANAGA Tomoyuki <nagachika00@gmail.com>
-
- * test/rinda/test_rinda.rb (test_remote_array_and_hash):
- add local variables to protect objects from GC. [ruby-dev:44253]
- [Bug #5104]
-
-Wed Feb 15 05:02:43 2012 Masaki Suketa <masaki.suketa@nifty.ne.jp>
-
- * test/win32ole/test_err_in_callback.rb (test_err_in_callback):
- skip test if ADODB.connection is not available.
-
-Wed Feb 15 04:49:23 2012 Yusuke Endoh <mame@tsg.ne.jp>
-
- * parse.y (debug_lines, coverage): set file path encoding for coverage
- result. [ruby-dev:44950]
-
-Tue Feb 14 16:57:11 2012 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * lib/rake/file_list.rb (Rake::FileList#egrep): there is no need to
- open files in binary mode.
- see more details in https://github.com/jimweirich/rake/issues/74
-
-Tue Feb 14 16:52:17 2012 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * lib/rdoc/encoding.rb (RDoc::Encoding.read_file): fixup newline chars
- on Windows.
- see https://github.com/rdoc/rdoc/issues/87
-
- * test/rdoc/test_rdoc_markup_pre_process.rb
- (TestRDocMarkupPreProcess#test_include_file,
- TestRDocMarkupPreProcess#test_include_file_encoding_incompatible):
- follow above change.
-
-Tue Feb 14 16:34:11 2012 Shota Fukumori <sorah@tubusu.net>
-
- * test/rubygems/test_gem_commands_help_command.rb: Add one
- `require` because if run test-all with test/unit parallel
- running, sometimes this test fails by some constants not found.
- The error reason is some worker doesn't require the file needed by
- this test. This issue is related to [ruby-core:36168].
-
-Tue Feb 14 15:58:31 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * gc.c (initial_params): pack in a struct.
-
- * gc.c (rb_gc_set_params): set parameters always.
- [ruby-dev:44648] [Bug #5467]
-
-Tue Feb 14 15:44:42 2012 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * test/irb/test_completion.rb: skip if cannot load irb/completion
- (maybe readline does not exist).
-
-Tue Feb 14 15:07:23 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * lib/test/unit/assertions.rb (build_message): skip escaped
- question marks.
-
-Mon Feb 13 12:06:29 2012 Loren Segal <lsegal@soen.ca>
-
- * io.c (Init_IO): use directive hack to make ARGF documentable
- in other tools. [ruby-core:42515][Bug #6007]
-
-Sun Feb 12 16:57:56 2012 Akinori MUSHA <knu@iDaemons.org>
-
- * misc/rdoc-mode.el (rdoc-imenu-create-index): Add imenu support
- to rdoc-mode.
-
- * misc/rdoc-mode.el (rdoc-mode): Fix regexp patterns containing
- "\s " where CR/LF is not supposed to match.
-
-Sun Feb 12 16:56:23 2012 Akinori MUSHA <knu@iDaemons.org>
-
- * misc/rdoc-mode.el (rdoc-mode): Add provide so that requiring
- this library succeeds.
-
-Sun Feb 12 16:53:18 2012 Akinori MUSHA <knu@iDaemons.org>
-
- * lib/tempfile.rb (Tempfile#unlink, Tempfile::Remover#call): Just
- call File.unlink and ignore ENOENT because existence check
- before unlinking does not help in terms of race condition.
-
- * lib/tempfile.rb (Tempfile#unlink, Tempfile::Remover#call): My
- comment about thread safeness is obsolete.
-
-Sun Feb 12 16:50:28 2012 Akinori MUSHA <knu@iDaemons.org>
-
- * lib/shellwords.rb: Fix rdoc markups.
-
-Sun Feb 12 16:50:28 2012 Akinori MUSHA <knu@iDaemons.org>
-
- * lib/shellwords.rb (Shellwords#shellsplit): Fix a bug where
- consecutive backslashes in double quotes are all removed except
- the one at the tail.
-
-Sun Feb 12 16:38:13 2012 Akinori MUSHA <knu@iDaemons.org>
-
- * lib/shellwords.rb (Shellwords#shellescape): Drop the //n flag
- that only causes warnings with no real effect. [Bug #5637]
-
-Sun Feb 12 16:34:55 2012 Akinori MUSHA <knu@iDaemons.org>
-
- * tool/merger.rb (#default_merge_branch): Add support for
- Subversion 1.7 which adopted a whole new working directory
- structure.
-
-Sun Feb 12 09:38:46 2012 Yukihiro Matsumoto <matz@ruby-lang.org>
-
- * vm_method.c (rb_add_method): should not call method_added hook
- for undef operation. [Bug #5015]
-
-Sun Feb 12 09:29:28 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * regint.h (PLATFORM_UNALIGNED_WORD_ACCESS): Power PC does not
- allow unaligned word access.
-
- * st.c (UNALIGNED_WORD_ACCESS): x86_64 allows unaligned word
- access as well as i386.
-
-Sat Feb 11 08:06:12 2012 Tanaka Akira <akr@fsij.org>
-
- * test/openssl/test_ssl.rb (test_multibyte_read_write): start server
- for each length to avoid race condition.
-
-Sat Feb 11 06:13:07 2012 NARUSE, Yui <naruse@ruby-lang.org>
-
- * dir.c (fnmatch): The * needs to be escaped to avoid formatting in
- fnmatch comment.
- patched by @dalton. https://github.com/ruby/ruby/pull/91
-
-Sat Feb 11 03:38:48 2012 Hiroshi Shirosaki <h.shirosaki@gmail.com>
-
- * io.c (rb_sys_fail_path): move the definition.
- Move above for using it in set_binary_mode_with_seek_cur().
-
- * io.c (set_binary_mode_with_seek_cur): fix improper seek cursor.
- Seeking file cursor with setting binary mode has possibility to
- cause infinite loop. Fixed the bug and refined error handling.
- Introduced at r34043.
-
- And cleanups as below.
- Remove unnecessary parentheses of `fptr`.
- Use return value of setmode().
-
- * test/ruby/test_io_m17n.rb
- (TestIO_M17N#test_seek_with_setting_binmode): add a test for abobe.
- [ruby-core:41671] [Bug #5714]
-
-Sat Feb 11 03:38:48 2012 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * test/ruby/test_io_m17n.rb
- (TestIO_M17N#test_{read_with_binmode_and_get[cs]}): only for Windows.
-
-Sat Feb 11 03:38:48 2012 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * win32/win32.c, include/ruby/win32.h (rb_w32_fd_is_text): new function.
-
- * win32/win32.c (init_stdhandle): set default mode of stdin as binmode.
-
- * io.c (set_binary_mode_with_seek_cur): new function to replace
- SET_BINARY_MODE_WITH_SEEK_CUR macro. now returns previous mode of the
- fd and take care of LF in rbuf.
-
- * io.c (do_writeconv): set text mode when needed.
-
- * io.c (io_read): need to change the mode of the IO to binmode
- temporally when the length for IO#read, because IO#read with length
- must behave so.
-
- * test/ruby/test_io_m17n.rb (TestIO_M17N#test_{read_with_length,
- read_with_length_binmode,get[cs]_and_read_with_binmode,
- read_with_binmode_and_get[cs],read_write_with_binmode}): tests for
- above changes.
-
- all patches are written by Hiroshi Shirosaki. [ruby-core:41496]
- [Feature #5714]
-
-Sat Feb 11 03:37:56 2012 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * test/rexml/test_order.rb (OrderTester#test_more_ordering): use
- GZip::GzReader.open instead of GZip::GzReader.new with File.new.
- fixed a test error on Windows introduced at r33946.
-
-Sat Feb 11 03:37:34 2012 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * ext/zlib/zlib.c (rb_gzreader_initialize): revert a part of r33937.
- 1st, to change the mode of an IO is very sensitive problem, so
- fixed test errors on Windows introduced at r33953.
- the maintainer of this library should judge it.
- 2nd, usually Zlib::GzReader.new is not called directly. #initialize
- is called via .open, and in the method the I/O is opened in binary
- mode, so there is no problem without changing the mode in #initialize.
-
- fixed test errors on Windows introduced at r33947.
-Sat Feb 11 03:23:58 2012 Luis Lavena <luislavena@gmail.com>
-
- * ext/zlib/zlib.c (rb_gzreader_initialize): use binary mode by default
- under Windows. Patch by Hiroshi Shirosaki. [ruby-core:40706]
- [Feature #5562]
-
- * include/ruby/encoding.h (void rb_econv_binmode): define NEWLINE
- decorator.
-
- * io.c (rb_cloexec_fcntl_dupfd): Introduce NEED_READCONV and
- NEED_WRITECONV to replace universal newline decorator by CRLF only
- when required to improve file reading and writing under Windows.
- Patch by Hiroshi Shirosaki. [ruby-core:40706] [Feature #5562]
- * io.c (do_writeconv): adjust binary mode if required.
- * io.c (read_all, appendline, swallow, rb_io_getline_1): ditto.
- * io.c (io_getc, rb_io_each_codepoint, rb_io_ungetc): ditto.
- * io.c (rb_io_binmode, rb_io_ascii8bit_binmode): ditto.
- * io.c (rb_io_extract_modeenc, rb_sysopen): ditto.
- * io.c (pipe_open, prep_stdio, io_encoding_set): ditto.
- * io.c (rb_io_s_pipe, copy_stream_body): ditto.
-
- * test/ruby/test_io_m17n.rb (EOT): add test for pipe and stdin in
- binary mode.
-
- * win32/win32.c (init_stdhandle): remove O_BINARY from stdhandle
- initialization.
- * win32/win32.c (rb_w32_write): use FTEXT mode accordingly.
-
-Sat Feb 11 03:20:22 2012 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * io.c (argf_next_argv): wrong timing of setting ecflags.
- fixed the failure of TestArgf#test_textmode introduced at r33662.
-
-Sat Feb 11 03:19:45 2012 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * test/ruby/test_io_m17n.rb
- (TestIO_M17N#test_default_stdout_stderr_mode): new test for
- r33627-33629. see [backport #5565]
-Sat Feb 11 03:20:22 2012 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * include/ruby/encoding.h (ECONV_NEWLINE_DECORATOR_READ_MASK,
- ECONV_NEWLINE_DECORATOR_WRITE_MASK): new macro.
-
- * io.c (rb_io_extract_modeenc, pipe_open, prep_stdio, argf_next_argv):
- set TEXTMODE_NEWLINE_DECORATOR_ON_WRITE for textmode on creating IO
- if the flag is available.
-
- * io.c (make_writeconv): drop decorators for reading.
-
- * io.c (make_readconv): drop decorators for writing.
-
- * io.c (do_writeconv): existing writeconv is not the condition to raise
- ArgumentError. should check textmode or not.
-
- * test/ruby/test_io_m17n.rb
- (TestIO_M17N#test_{cr,lf,crlf}_decorator_on_stdout): test above
- changes.
-
-
-Sat Feb 11 03:19:45 2012 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * test/ruby/test_io_m17n.rb (TestIO_M17N#test_{default_mode_on_dosish,
- default_mode_on_unix,text_mode,binary_mode}): sorry for wrong test
- committed in r33144. I'd misunderstood the spec of ruby's universal
- newline.
-
-Sat Feb 11 03:17:41 2012 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * test/ruby/test_io_m17n.rb (TestIO_M17N#test_{default_mode_on_dosish,
- default_mode_on_unix,text_mode,binary_mode}): tests for [Bug #5164].
-
-Sat Feb 11 03:13:27 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * transcode.c: enabled econv newline option.
-
-Sat Feb 11 02:39:09 2012 CHIKANAGA Tomoyuki <nagachika00@gmail.com>
-
- * variable.c (set_const_visibility): clear inine-cache when constant's
- visibility is modified. [ruby-dev:44929]
-
- * test/ruby/test_module.rb (test_private_constants_clear_inlinecache):
- add test for it.
-
-Sat Feb 11 02:39:09 2012 Yusuke Endoh <mame@tsg.ne.jp>
-
- * variable.c (set_const_visibility): print a warning when no argument
- is passwd to Module#private_constant. [ruby-list:48558]
-
- * vm_method.c (set_method_visibility): ditto for
- Module#private_class_method.
-
-Sat Feb 11 02:39:09 2012 Yusuke Endoh <mame@tsg.ne.jp>
-
- * variable.c (set_const_visibility): Module#private_constant has
- changed the visibility of only the first argument. Now it changes
- all of them. [ruby-list:48558]
-
- * test/ruby/test_module.rb: add a test for above.
-
-Sat Feb 11 02:39:09 2012 CHIKANAGA Tomoyuki <nagachika00@gmail.com>
-
- * variable.c (set_const_visibility): clear inine-cache when constant's
- visibility is modified. [ruby-dev:44929]
-
- * test/ruby/test_module.rb (test_private_constants_clear_inlinecache):
- add test for it.
-
-Sat Feb 11 02:39:09 2012 Yusuke Endoh <mame@tsg.ne.jp>
-
- * variable.c (set_const_visibility): print a warning when no argument
- is passwd to Module#private_constant. [ruby-list:48558]
-
- * vm_method.c (set_method_visibility): ditto for
- Module#private_class_method.
-
-Sat Feb 11 02:39:09 2012 Yusuke Endoh <mame@tsg.ne.jp>
-
- * variable.c (set_const_visibility): Module#private_constant has
- changed the visibility of only the first argument. Now it changes
- all of them. [ruby-list:48558]
-
- * test/ruby/test_module.rb: add a test for above.
-
-Sat Feb 11 02:26:51 2012 Martin Bosslet <Martin.Bosslet@googlemail.com>
-
- * lib/openssl/buffering.rb: Force multi-byte strings to be treated as
- binary data.
- * test/openssl/test_ssl.rb: Add test for it.
-
- Thanks to Niklas Baumstark for reporting the issue!
-
- [Ruby 1.9 - Bug #5233] [ruby-core:39120]
-
-Fri Feb 10 17:25:28 2012 Tanaka Akira <akr@fsij.org>
-
- * lib/set.rb (SortedSet.setup): remove old_init after initialize
- method is redefined. The remove before redefinition makes the
- warning prevention fragile. [ruby-dev:44892]
-
-Fri Feb 10 17:02:12 2012 okkez <okkez000@gmail.com>
-
- * thread_pthread.c (rb_thread_create_timer_thread): fix memory
- leak. [ruby-dev:44904] [Bug #5688]
-
-Fri Feb 10 05:22:32 2012 NARUSE, Yui <naruse@ruby-lang.org>
-
- * cont.c (fiber_setcontext): Use longjmp() instead of swapcontext() on
- FreeBSD 9. [ruby-dev:41316] [Bug #3295] [Bug #5526]
-
-Fri Feb 10 05:13:12 2012 Ayumu AIZAWA <ayumu.aizawa@gmail.com>
-
- * object.c: Added examples for Object#is_a? and
- Object#instance_of? patcheed from Manoj Kumar.
- [Bug #5880] [ruby-core:42057]
-
-Fri Feb 10 05:11:43 2012 NARUSE, Yui <naruse@ruby-lang.org>
-
- * io.c (argf_next_argv): reset ARGF.next_p on ARGV.replace.
- r34409 breaks replacing ARGV.
- [ruby-dev:45160] [Bug #5952]
-
-Fri Feb 10 05:11:43 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * io.c (argf_close): skip stdin, which should be readable again.
- [ruby-dev:45160] [Bug #5952]
-
- * io.c (argf_readlines): reinitialize after all read to be
- readable again.
-
-Fri Feb 9 01:36:19 2012 Martin Bosslet <Martin.Bosslet@googlemail.com>
-
- * backport r34482 from trunk
-
- * ext/openssl/ossl_ssl.c: Add SSL constants and allow to unset SSL
- option to prevent BEAST attack. See [Bug #5353].
-
- In OpenSSL, OP_DONT_INSERT_EMPTY_FRAGMENTS is used to prevent
- TLS-CBC-IV vulunerability described at
- http://www.openssl.org/~bodo/tls-cbc.txt
- It's known issue of TLSv1/SSLv3 but it attracts lots of attention
- these days as BEAST attack. (CVE-2011-3389)
-
- Until now ossl sets OP_ALL at SSLContext allocation and call
- SSL_CTX_set_options at connection. SSL_CTX_set_options updates the
- value by using |= so bits set by OP_ALL cannot be unset afterwards.
- This commit changes to call SSL_CTX_set_options only 1 time for each
- SSLContext. It sets the specified value if SSLContext#options= are
- called and sets OP_ALL if not.
-
- To help users to unset bits in OP_ALL, this commit also adds several
- constant to SSL such as
- OpenSSL::SSL::OP_DONT_INSERT_EMPTY_FRAGMENTS. These constants were
- not exposed in Ruby because there's no way to unset bits in OP_ALL
- before.
-
- Following is an example to enable 0/n split for BEAST prevention.
-
- ctx.options = OP_ALL & ~OP_DONT_INSERT_EMPTY_FRAGMENTS
-
- * test/openssl/test_ssl.rb: Test above option exists.
-
-Thu Feb 9 17:08:20 2012 CHIKANAGA Tomoyuki <nagachika00@gmail.com>
-
- * cont.c (cont_mark): mark original Thread object from saved_thread.
- [ruby-dev:44567] [Bug #5386]
-
-Thu Feb 9 17:05:07 2012 NARUSE, Yui <naruse@ruby-lang.org>
-
- * cont.c (HAVE_GETCONTEXT): see getcontext(3) because DragonFly BSD
- x64 port doesn't have it.
-
-Thu Feb 9 16:19:04 2012 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * test/ruby/memory_status.rb (Memory::Win32): 64bit support.
-
-Thu Feb 9 16:19:04 2012 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * ext/dl/lib/value.rb (DL::ValueUtil.{unsigned_value,signed_value}):
- currenly pack/unpack does not accept "q!" and "Q!".
-
-Thu Feb 9 16:19:04 2012 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * ext/fiddle/conversions.c (value_to_generic): src is not guranteed as
- a Bignum if the type is LONG_LONG. it may be a Fixnum if the value
- is small.
-
-Thu Feb 9 16:19:04 2012 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * ext/dl/lib/types.rb: Win64 support.
-
-Thu Feb 9 11:11:15 2012 Hiroshi Shirosaki <h.shirosaki@gmail.com>
-
- * ext/dbm/dbm.c (Init_dbm): fix a build error on mswin32.
- use `extern __declspec(dllimport)` for dll link with VC.
- [ruby-core:41996] [Bug #5869]
-
-Thu Feb 9 11:11:15 2012 Tanaka Akira <akr@fsij.org>
-
- * ext/dbm/dbm.c: use db_version() instead of DB_VERSION_STRING to
- detect runtime Berkeley DB version.
- use dpversion instead of _QDBM_VERSION to detect runtime QDBM
- version.
- [ruby-dev:44948]
-
-Thu Feb 9 11:11:15 2012 Tanaka Akira <akr@fsij.org>
-
- * ext/dbm/extconf.rb: detect gdbm_version in libgdbm.
-
- * ext/dbm/dbm.c: make DBM::VERSION more informative for gdbm, qdbm and
- Berkeley DB 1.x. [ruby-dev:44944]
-
-Thu Feb 9 07:32:40 2012 NARUSE, Yui <naruse@ruby-lang.org>
-
- * numeric.c (rb_enc_uint_char): raise RangeError when added codepoint
- is invalid. [Feature #5855] [Bug #5863] [Bug #5864]
-
- * string.c (rb_str_concat): ditto.
-
- * string.c (rb_str_concat): set encoding as ASCII-8BIT when the string
- is US-ASCII and the argument is an integer greater than 127.
-
- * regenc.c (onigenc_mb2_code_to_mbclen): rearrange error code.
-
- * enc/euc_jp.c (code_to_mbclen): ditto.
-
- * enc/shift_jis.c (code_to_mbclen): ditto.
-
-Thu Feb 9 07:28:43 2012 NARUSE, Yui <naruse@ruby-lang.org>
-
- * test/pathname/test_pathname.rb: not read but binread.
- patched by Benoit Daloze, [ruby-core:42440] [Bug #5984]
-
-Wed Feb 8 22:29:59 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * string.c (rb_str_modify_expand): fix memory leak.
-
-Wed Feb 8 10:58:45 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * ext/readline/readline.c (readline_attempted_completion_function):
- respect encodings. [Bug #5941]
-
-Wed Feb 8 10:56:00 2012 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
-
- * ext/readline/readline.c (readline_attempted_completion_function):
- fix compile error.
-
-Wed Feb 8 10:56:00 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * ext/readline/readline.c (readline_attempted_completion_function):
- empty completion result does not mean memory error.
-
-Wed Feb 8 10:54:49 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * ext/readline/readline.c (readline_readline): check if outstream
- is closed to get rid of a bug of readline 6. [ruby-dev:45043]
- [Bug #5803]
-
-Wed Feb 8 10:52:51 2012 NARUSE, Yui <naruse@ruby-lang.org>
-
- * ext/readline/readline.c (Init_readline): like r18313, libedit's
- replace_history_entry may use offset instead of which.
- so introduce history_replace_offset_func and initialize it.
-
- * ext/readline/readline.c (hist_set): use history_replace_offset_func.
-
-Wed Feb 8 10:52:36 2012 NARUSE, Yui <naruse@ruby-lang.org>
-
- * ext/readline/readline.c (Init_readline): fix wrong condition.
-
-Wed Feb 8 10:50:11 2012 Naohisa Goto <ngotogenome@gmail.com>
-
- * test/ruby/test_rubyoptions.rb (test_script_from_stdin): slave pty
- should be manipulated because master pty may not be a tty on some
- environment (e.g. Solaris). [Bug:#5222] [ruby-dev:44420]
-
-Wed Feb 8 10:38:36 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * Makefile.in (CFLAGS): append ARCH_FLAG.
-
- * configure.in (ARCH_FLAG): exclude from CFLAGS.
-
-Wed Feb 08 09:19:00 2012 Martin Bosslet <Martin.Bosslet@googlemail.com>
-
- * ext/openssl/ossl_cipher.c: Add warning about key as IV.
-
-Wed Feb 8 10:37:31 2012 Martin Bosslet <Martin.Bosslet@googlemail.com>
-
- * ext/openssl/ossl_cipher.c: Update and complete documentation.
-
-Wed Feb 08 09:57:33 2012 Martin Bosslet <Martin.Bosslet@googlemail.com>
-
- * ext/openssl/ossl_asn1.c: Call INT2NUM only once for GeneralString.
- Thanks to Mantas Mikulenas for noticing and providing a patch!
- [ruby-core:42358] [Bug #5972]
-
-Wed Feb 8 10:34:59 2012 TAKAO Kouji <kouji@takao7.net>
-
- * ext/readline/readline.c (readline_attempted_completion_function):
- in Readline module with GNU Readline 6 case, Readline module
- resets completion_append_character to " ", after it executes
- completion. So, Readline module stores
- completion_append_character, and Readline module always sets it
- after Readline module executes completion. [ruby-dev:43456]
- [Feature #4635]
-
-Wed Feb 8 09:47:52 2012 Tanaka Akira <akr@fsij.org>
-
- * test/ruby/test_sleep.rb (test_sleep_5sec): 0.1sec tolerance is too
- small for busy environment.
-
-Wed Feb 8 09:45:23 2012 Tanaka Akira <akr@fsij.org>
-
- * test/dbm/test_dbm.rb: split tests for read only database.
-
- * test/gdbm/test_gdbm.rb: ditto.
-
-Wed Feb 8 09:43:48 2012 CHIKANAGA Tomoyuki <nagachika00@gmail.com>
-
- * error.c (name_err_mesg_to_str): clear rb_thread_t::errinfo when
- ignore exception under rb_protect(). [ruby-core:41612] [Bug #5755]
-
- * test/ruby/test_exception.rb (test_exception_in_name_error_to_str):
- add a corresponding test.
-
-Wed Feb 8 09:36:42 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * encoding.c (require_enc): reject only loading from untrusted
- load paths. [ruby-dev:44541] [Bug #5279]
-
- * transcode.c (load_transcoder_entry): ditto.
-
-Wed Feb 8 09:36:42 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * encoding.c (load_encoding): predefined encoding names are safe.
- [ruby-dev:44469] [Bug #5279]
-
- * transcode.c (load_transcoder_entry): ditto.
-
-Tue Feb 7 14:29:16 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * st.c (st_foreach): should not yield same pair when checking
- after unpacking.
-
-Tue Feb 7 14:03:45 2012 CHIKANAGA Tomoyuki <nagachika00@gmail.com>
-
- * lib/tempfile.rb (Tempfile#_close): clear @tempfile and @data[1] even
- when exception is raised at @tempfile.close. [ruby-dev:45113]
-
- * lib/tempfile.rb (Tempfile#unlink): fix a typo.
-
-Tue Feb 7 14:02:32 2012 CHIKANAGA Tomoyuki <nagachika00@gmail.com>
-
- * test/ruby/test_io.rb (test_autoclose_true_closed_by_finalizer,
- test_autoclose_true_closed_by_finalizer): skip if IO objects are
- not recycled yet. [ruby-dev:45098] [Bug #5850]
-
-Tue Feb 7 13:59:26 2012 CHIKANAGA Tomoyuki <nagachika00@gmail.com>
-
- * gc.c (run_finalizer): clear rb_thread_t::errinfo when ignore
- an exception under rb_protect(). [ruby-dev:45113]
-
-Mon Feb 6 15:34:47 2012 Tanaka Akira <akr@fsij.org>
-
- * ruby.c (fill_standard_fds): use fstat() instead of fcntl(F_GETFD)
- for MinGW. reported by Luis Lavena. [ruby-core:40526] [Bug #5516]
-
-Mon Feb 6 15:34:47 2012 Tanaka Akira <akr@fsij.org>
-
- * ruby.c (fill_standard_fds): new function to open closed standard
- file descriptors.
- (ruby_sysinit): call fill_standard_fds.
-
-Mon Feb 6 15:19:17 2012 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * io.c (rb_io_fsync,rb_io_fdatasync): release GVL during fsync().
- fsync() and fdatasync() may take a long time on slow disks and/or
- if there is much dirty data.
- Patch by Eric Wong. [Feature #5665] [ruby-core:41247]
-
-Mon Feb 6 15:01:55 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * vm_eval.c (vm_call0): should pass block to enumerators. patched
- by Kazuki Tsujimoto. [ruby-dev:44961][Bug #5731]
-
- * vm_eval.c (method_missing), vm_insnhelper.c (vm_call_method):
- ditto. patched by satoshi shiba.
-
-Mon Feb 6 21:52:20 2012 Yuki Sonoda (Yugui) <yugui@yugui.jp>
-
- * common.mk (INSTRUBY_ARGS): added --mantype to apply mdoc2man.rb
- to man pages. Fixes #5598.
- (do-install-nodoc, do-install-local, do-install-man,
- dont-install-nodoc, dont-install-local, dont-install-man):
- No longer needs --mantype.
-
- Reported by Rainer Orth <ro AT cebitec.uni-bielefeld.de>,
- patch by George Koehler <xkernigh AT netscape.net>.
-
-Mon Feb 6 21:21:46 2012 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * test/unit/assertions.rb (MINI_DIR): quick dirty hack to get rid of
- warnings when using assert/assert_respond_to.
-
-Mon Feb 6 20:38:19 2012 NARUSE, Yui <naruse@ruby-lang.org>
-
- * file.c (file_expand_path): reset coderange after expanding path.
-
-Mon Feb 6 20:32:17 2012 Tadayoshi Funaba <tadf@dotrb.org>
-
- * ext/date/date_strptime.c: moved detector of leftover.
-
-Mon Feb 6 20:32:17 2012 Tadayoshi Funaba <tadf@dotrb.org>
-
- * ext/date/date_parse.c: [ruby-core:42173].
-
-Mon Feb 6 20:31:35 2012 Tadayoshi Funaba <tadf@dotrb.org>
-
- * ext/date/date_core.c: uses to_integer instead.
- * test/date/test_switch_hitter.rb: added a test.
-
-Mon Feb 6 20:31:35 2012 NARUSE, Yui <naruse@ruby-lang.org>
-
- * ext/date/date_core.c (wholenum): fix the type of the return value.
-
-Mon Feb 6 20:31:35 2012 Tadayoshi Funaba <tadf@dotrb.org>
-
- * ext/date/date_core.c: [ruby-dev:45008].
-
-Mon Feb 6 16:38:56 2012 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * win32/win32.c (unixtime_to_filetime): should check the return value
- of localtime(). reported by snowjail at gmail.com.
- [ruby-dev:44838] [Bug #5596]
-
-Mon Feb 6 16:36:25 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * io.c (rb_update_max_fd): fstat(2) can fail with other than
- EBADF. [ruby-dev:44837] [Bug #5593]. Cf.
- http://pubs.opengroup.org/onlinepubs/9699919799/functions/fstat.html
-
-Mon Feb 6 16:31:16 2012 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * io.c (io_fwrite): call rb_w32_write_console() only if FMODE_TTY is
- set. this is the one of the reason of IO writing slowness of Windows
- in 1.9.3 or later.
-
-Mon Feb 6 16:21:57 2012 NARUSE, Yui <naruse@ruby-lang.org>
-
- * file.c (file_expand_path): reset coderange after expanding path.
-
-Mon Feb 6 00:06:39 2012 NARUSE, Yui <naruse@ruby-lang.org>
-
- * ext/json/parser/parser.rl (json_string_unescape): workaround fix
- for over optimization of GCC 4.7. [ruby-core:42085] [Bug #5888]
- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51862
-
-Fri Feb 3 16:16:10 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * test/ruby/envutil.rb (EnvUtil.invoke_ruby): yield also child pid
- in block form.
-
-Fri Feb 3 16:16:10 2012 Hiroshi Shirosaki <h.shirosaki@gmail.com>
-
- * test/ruby/test_thread.rb
- (TestThreadGroup#test_thread_timer_and_interrupt): skip exit status
- assertion because we cannot get signal status on Windows.
-
- * win32/win32.c (CreateChild): create process group to receive the
- signal by GenerateConsoleCtrlEvent().
-
- * win32/win32.c (kill): use CTRL_BREAK_EVENT instead of CTRL_C_EVENT
- if a process group is specified. CTRL_C_EVENT signal cannot be
- generated for process groups for the specification.
- [ruby-dev:45149] [Bug #5812]
-
-Fri Feb 3 16:16:10 2012 CHIKANAGA Tomoyuki <nagachika00@gmail.com>
-
- * test/ruby/envutil.rb (invoke_ruby): remove :timeout option before
- pass it to Kernel#spawn.
-
-Fri Feb 3 10:10:02 2012 CHIKANAGA Tomoyuki <nagachika00@gmail.com>
-
- * thread_pthread.c (ping_signal_thread_list): remove return value.
- * thread_pthread.c (check_signal_thread_list): add a new function to
- check if signal thread list is empty.
- * thread_pthread.c (thread_timer): check signal thread list after
- timer_thread_function(). main thread might be added into signal thread
- list during timer_thread_function().
-
-Fri Feb 3 10:10:02 2012 NARUSE, Yui <naruse@ruby-lang.org>
-
- * thread_pthread.c (ubf_select): call rb_thread_wakeup_timer_thread()
- only when it is not timer_thread. [Bug #5757] [ruby-dev:44985]
- patched by Tomoyuki Chikanaga.
-
-Wed Feb 1 09:50:10 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * doc/re.rdoc (Repetition): fix typo. reported by Ori Avtalion
- and patched by Zachary Scott. [Bug #5947]
-
-Tue Jan 24 11:38:05 2012 NARUSE, Yui <naruse@ruby-lang.org>
-
- * lib/uri/common.rb (URI.encode_www_form_component): initialize on
- requiring to support JRuby, which runs parallel multithreads.
- [ruby-core:42222] [Bug #5925]
-
- * lib/uri/common.rb (URI.decode_www_form_component): initialize on
-
-Sat Jan 28 05:53:34 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * lib/irb/completion.rb (IRB::InputCompletor::CompletionProc):
- ignore non-string name modules. [ruby-core:42244][Bug #5938]
-
-Mon Jan 23 18:18:58 2012 NARUSE, Yui <naruse@ruby-lang.org>
-
- * encoding.c (rb_enc_compatible): fix segv on symbols.
- [ruby-core:42204] [Bug #5921]
-
-Tue Jan 17 17:18:41 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * configure.in (SPT_TYPE): enable as SPT_REUSEARGV on Darwin.
-
- * missing/setproctitle.c (ruby_init_setproctitle): changed prefix.
-
-Mon Jan 16 16:41:53 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * lib/optparse.rb (Regexp): fix incorrect options when casting to
- a Regexp, and suppress encoding option warnings.
- https://github.com/ruby/ruby/pull/82
-
-Fri Jan 13 15:22:43 2012 Tanaka Akira <akr@fsij.org>
-
- * time.c (TIME_COPY_GMT): copy vtm.utc_offset and vtm.zone too.
- patch by Tomoyuki Chikanaga.
- [ruby-dev:44827] [Bug #5586]
-
-Thu Jan 12 13:52:13 2012 NARUSE, Yui <naruse@ruby-lang.org>
-
- * cont.c (cont_restore_0): prevent optimizing out `sp'. sp is used for
- reserving a memory space with ALLOCA_N for restoring machine stack
- stored in cont->machine_stack, but clang optimized out it (and
- maybe #5851 is also caused by this).
- This affected TestContinuation#test_check_localvars.
-
- * cont.c (cont_restore_1): revert workaround introduced in r32201.
-
-Thu Jan 12 01:40:33 2012 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * test/ruby/test_io.rb (TestIO#test_autoclose): Tempfile.new doesn't
- accept the block argument.
-
-Sat Jan 7 22:46:36 2012 Kouhei Sutou <kou@cozmixng.org>
-
- * lib/rexml/parsers/baseparser.rb: use private instead of _xxx
- method name. This is Ruby code not Python code.
- refs #5696
-
-Tue Jan 03 23:57:37 2012 Ayumu AIZAWA <ayumu.aizawa@gmail.com>
-
- * lib/rexml/parsers/baseparser.rb: rexml BaseParser uses
- instance_eval unnecessarily on listener add.
- patch from Charles Nutter. [Bug #5696] [ruby-core:41437]
-
-Tue Jan 03 19:13:05 2012 Ayumu AIZAWA <ayumu.aizawa@gmail.com>
-
- * test/rexml/test_sax.rb: add require 'rexml/document'.
- [Backport #5834] [ruby-dev:45079]
-
-Tue Jan 3 19:05:42 2012 Naohisa Goto <ngotogenome@gmail.com>
-
- * include/ruby/defines.h (FLUSH_REGISTER_WINDOWS): move sparc asm code
- to a separete file sparc.c for preventing inlining optimization.
- Patched by Jurij Smakov. [Bug #5244] [ruby-core:40685]
- * sparc.c (rb_sparc_flush_register_windows): ditto.
- * configure.in: ditto.
-
-Mon Jan 2 23:52:20 2012 TAKAO Kouji <kouji@takao7.net>
-
- * ext/readline/readline.c (Init_readline): libedit check
- rl_getc_function only when rl_initialize() is called, and
- using_history() call rl_initialize(). This assignment should be
- placed before using_history(). [ruby-core:40641] [Bug #5539]
-
-Mon Jan 2 23:47:58 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * tool/rbinstall.rb (install_recursive, bin-comm): split mere
- string not path name. [ruby-core:40462] [Bug #5492]
-
-Mon Jan 2 23:41:57 2012 Tajima Akil <artonx@yahoo.co.jp>
-
- * win32/Makefile.sub (CONFIG_H): have stdint.h if VC2010.
- [Bug #5243]
-
-Mon Jan 2 21:40:45 2012 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * tool/merger.rb (#version_up): version.h date should be Japanese
- locale date.
-
-Mon Jan 2 21:36:56 2012 Luis Lavena <luislavena@gmail.com>
-
- * configure.in: check -fno-omit-frame-pointer acceptance and usage
- under MinGW. [ruby-core:39957] [Bug #5407]
-
-Mon Jan 2 20:05:10 2012 NARUSE, Yui <naruse@ruby-lang.org>
-
- * include/ruby/ruby.h (SIZE_MAX): define SIZE_MAX if not defined.
- patched by The Written Word Inc. [ruby-core:40422] [Bug #5489]
-
-Mon Jan 2 20:00:01 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * ext/pty/pty.c (pty_check): should return nil until the child
- terminates or stops. [ruby-dev:44600] [Bug #2642]
-
-Mon Jan 2 19:27:18 2012 Yusuke Endoh <mame@tsg.ne.jp>
-
- * thread.c (update_coverage): skip coverage count up if the current
- line is out of the way. rb_sourceline() is unreliable when source
- code is big. [ruby-dev:44413]
-
- * test/coverage/test_coverage.rb: add a test for above.
-
-Mon Jan 2 19:08:54 2012 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * thread_pthread.c (gvl_yield): don't prevent concurrent sched_yield().
- [Bug #5130] [ruby-core:38647]
-
-Mon Jan 2 18:54:52 2012 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * win32/configure.bat: disable delayed expansion of enironment variable.
- [Bug #5517] [ruby-core:40531]
-
-Wed Dec 28 11:22:45 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * lib/fileutils.rb (FileUtils::Entry_#entries): use utility method
- instead of typoed regexp. [ruby-core:41829] [Bug #5817]
-
-Thu Dec 15 10:44:54 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * array.c (rb_ary_reject_bang, rb_ary_delete_if): update rdoc.
- documentation from Thomas Leitner <t_leitner AT gmx.at> in
- [ruby-core:41616]. [Bug #5752]
-
-Wed Dec 14 15:28:31 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * transcode.c (str_encode): about the extension of :fallback
- option since 1.9.3.
-
-Tue Oct 4 06:43:47 2011 Aaron Patterson <aaron@tenderlovemaking.com>
-
- * ext/psych/lib/psych.rb: update psych version.
- * ext/psych/psych.gemspec: generate new gemspec for new version.
-
-Tue Oct 4 06:29:55 2011 Aaron Patterson <aaron@tenderlovemaking.com>
-
- * ext/psych/lib/psych.rb: calling `yaml` rather than `to_yaml`.
- * ext/psych/lib/psych/nodes/node.rb: Rename `to_yaml` to just `yaml`
- in order to avoid YAML::ENGINE switching from replacing this method.
- * test/psych/helper.rb: fix tests for method name change.
- * test/psych/test_document.rb: ditto
- * test/psych/visitors/test_emitter.rb: ditto
-
-Tue Oct 4 06:20:19 2011 Aaron Patterson <aaron@tenderlovemaking.com>
-
- * ext/psych/lib/psych/scalar_scanner.rb: Match values against the
- floating point spec defined in YAML to avoid erronious parses.
- * test/psych/test_numeric.rb: corresponding test.
-
-Tue Oct 4 05:59:24 2011 Aaron Patterson <aaron@tenderlovemaking.com>
-
- * ext/psych/lib/psych/visitors/to_ruby.rb: ToRuby visitor can be
- constructed with a ScalarScanner.
- * ext/psych/lib/psych/visitors/yaml_tree.rb: ScalarScanner can be
- passed to the YAMLTree visitor.
-
-Tue Oct 4 05:47:23 2011 Aaron Patterson <aaron@tenderlovemaking.com>
-
- * ext/psych/lib/psych/visitors/to_ruby.rb: Define Regexp::NOENCODING
- for 1.9.2 backwards compatibility.
- * ext/psych/lib/psych/visitors/yaml_tree.rb: Fix Date string
- generation for 1.9.2 backwards compatibility.
-
-Fri Sep 2 04:05:25 2011 Aaron Patterson <aaron@tenderlovemaking.com>
-
- * ext/psych/lib/psych/visitors/yaml_tree.rb: emit strings tagged as
- ascii-8bit as binary in YAML.
- * test/psych/test_string.rb: corresponding test.
-
-Wed Dec 7 19:04:22 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * configure.in (rpath): fix typo in the help string. a patch from
- Yuji Yamano <yyamano AT kt.rim.or.jp> in [ruby-list:48568].
-
-Wed Nov 30 18:22:10 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * complex.c (nucomp_rationalize): fix function. [ruby-core:40667]
- [Bug #5546]
-
-Thu Nov 17 10:36:46 2011 Aaron Patterson <aaron@tenderlovemaking.com>
-
- * ext/psych/lib/psych.rb (load_file): make sure opened yaml files are
- also closed. [ruby-core:41088]
-
-Wed Nov 30 02:58:46 2011 Marc-Andre Lafortune <ruby-core@marc-andre.ca>
-
- * numeric.c (dbl2ival): Fix Float#divmod and #round for 32 bit
- platform. part 1 of [bug #5276]
-
-Wed Nov 30 02:58:46 2011 Marc-Andre Lafortune <ruby-core@marc-andre.ca>
-
- * numeric.c (flo_round): Fix criteria for 32 bits platform
- part 2 of [bug #5276]
-
-Wed Nov 30 02:37:32 2011 Marc-Andre Lafortune <ruby-core@marc-andre.ca>
-
- * numeric.c (flo_round): Make Float#round round big values [bug
- #5272]
-
-Wed Nov 30 02:37:32 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * numeric.c (flo_round): substitute machine dependent magic number.
-
-Wed Nov 30 02:28:22 2011 Marc-Andre Lafortune <ruby-core@marc-andre.ca>
-
- * numeric.c (int_round): Integer#round always returns an Integer [Bug
- #5271]
-
-Fri Nov 4 01:56:30 2011 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * io.c (make_writeconv): unversal_newline converter is for reading.
- so, if the io is text mode and has ECONV_UNIVERSAL_NEWLINE_DECORATOR
- flag, use crlf_newline converter for writing.
- this change fixes the problem about the luck of CR up Kernel.p and
- Kernel.puts to stdout/stderr on Windows.
-
-Mon Nov 7 23:39:23 2011 Tajima Akio <artonx@yahoo.co.jp>
-
- * io.c (io_fflush): remove fsync().
- * io.c (rb_io_flush, rb_io_rewind): fsync() here.
- These pathces are backports of trunk r33651 for [Bug #5585]
-
-Mon Oct 10 22:33:12 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * test/-ext-/old_thread_select/test_old_thread_select.rb:
- select() with timeout may return early in old Linux kernels
- with 250 Hz tickrate and no dynticks, so skip everything older
- than 2.6.32 (which has long term support).
- And, Make the timing assertions consistently use assert_operator with
- timing difference in error message
- Patch by Eric Wong. [Bug #5335] [ruby-core:39618]
-
-Tue Oct 4 16:17:50 2011 NARUSE, Yui <naruse@ruby-lang.org>
-
- * lib/time.rb (Time.strptime): use Time.at if d[:seconds] is set.
- Reported by Christopher Eberz. [ruby-core:39903] Bug #5399
-
-Tue Oct 4 11:44:10 2011 NARUSE, Yui <naruse@ruby-lang.org>
-
- * gc.c (rb_gc_set_params): ruby_verbose can be Qnil, so use RTEST.
-
-Mon Oct 3 23:56:39 2011 CHIKANAGA Tomoyuki <nagachika00@gmail.com>
-
- * gc.c (rb_gc_set_params): output GC parameter change messages only
- if -w/-v options are specified. these messages are output to stderr,
- not to stdout. [ruby-core:39795] [Bug #5380]
-
- * test/ruby/test_gc.rb (test_gc_parameter): add test for it.
-
-Wed Sep 28 09:14:16 2011 Nobuyoshi Nakada <>
-
- * configure.in (pthread_np.h): needs pthread.h to be included
- previously on OpenBSD. a patch by George Koehler <xkernigh AT
- netscape.net> at [ruby-core:39752]. [Bug #5376]
-
-Tue Sep 13 15:02:48 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * lib/pstore.rb (PStore): always open in binary mode even if
- default encodings are set. [Bug #5311] [ruby-core:39503]
-
-Sat Oct 8 07:31:42 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * array.c (ary_join_1): should not copy the encoding of non-string
- element after string element. [ruby-core:39776] [Bug #5379]
-
-Sat Oct 8 06:51:46 2011 Eric Hodel <drbrain@segment7.net>
-
- * lib/rubygems: Update to RubyGems 1.8.11. Move Deprecate into the
- Gem namespace.
-
-Sat Oct 8 06:37:08 2011 CHIKANAGA Tomoyuki <nagachika00@gmail.com>
-
- * gc.c (rb_gc_set_params): output GC parameter change messages only
- if -w/-v options are specified. these messages are output to stderr,
- not to stdout. [ruby-core:39795] [Bug #5380]
-
- * test/ruby/test_gc.rb (test_gc_parameter): add test for it.
-
-Sat Oct 8 06:26:24 2011 CHIKANAGA Tomoyuki <nagachika00@gmail.com>
-
- * gc.c (add_heap_slots, init_heap): reset heaps_inc zero when
- heap slots are expanded by environment variable RUBY_HEAP_MIN_SLOTS.
- [ruby-core:39777] [Bug #5380]
-
- * test/ruby/test_gc.rb (test_gc_parameter): add test for it.
-
- * test/ruby/envutil.rb (assert_normal_exit): add :child_env option to
- enable pass environemnt variables to child process.
-
-Sat Oct 8 05:45:28 2011 Eric Hodel <drbrain@segment7.net>
-
- * proc.c (proc_call): Update documentation to match argument handling
- of proc/Proc.new/lambda/->()
-
-Sat Oct 8 05:38:29 2011 Eric Hodel <drbrain@segment7.net>
-
- * proc.c (proc_call): Fix documentation of Proc#call vs Proc#===.
- [Ruby 1.9 - Bug #5349]
-
-Tue Sep 27 13:05:39 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>
-
- * ext/openssl/ossl_asn1.c: fix int_ossl_asn1_decode0_cons when being
- fed arbitrary string values.
- Clearly distinguish between the cases "universal, infinite and
- not a SEQUENCE or SET" and "universal SEQUENCE or SET, possibly
- infinite". Raise error for universal tags that are not infinite.
- * test/openssl/test_asn1.rb: add a test for this.
-
- Thanks to Hiroshi Yoshida for reporting this bug.
- [Bug #5363] [ruby-dev:44542]
-
-Sat Sep 17 23:34:10 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * parse.y (parser_data_type): inherit the core type in ripper so
- that checks in core would work. [ruby-core:39591] [Bug #5331]
-
-Fri Sep 23 14:15:01 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>
-
- * ext/openssl/ossl_asn1.c
- ext/openssl/ossl_pkey.c: Remove unused variables.
-
-Fri Sep 23 06:54:44 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>
-
- * backport r33315 from trunk.
-
- * test/openssl/test_ssl_session.rb: execute test_session_exts_read
- only for OpenSSL versions >= 0.9.8k. Thanks, Eric Wong, for
- reporting this.
- [Bug #4961] [ruby-core:37726]
-
-Fri Sep 23 12:18:52 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>
-
- * backport r33311 from trunk.
-
- * test/openssl/test_ssl_session.rb: ensure server calls callbacks in
- test_ctx_server_session_cb. Thanks to Eric Wong for the patch.
- [Bug #5336] [ruby-core:39619]
-
-Thu Sep 22 19:45:22 2011 CHIKANAGA Tomoyuki <nagachika00@gmail.com>
-
- * thread_pthread.c (ubf_select): activate timer thread when interrupt
- blocking thread.
- A patch created by Koichi Sasada. [ruby-core:39634] [Bug #5343]
- to cover race condition, timer thread periodically send SIGVTARLM to
- threads in signal thread list. so you should activate timer thread
- when interrupt a thread.
-
-Wed Sep 21 16:57:03 2011 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * test/io/wait/test_io_wait.rb (TestIOWait#setup): of course, the
- behavior of mingw is just same with mswin.
-
-Sat Sep 17 22:21:26 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * vm.c (rb_vm_make_env_object, rb_vm_get_sourceline): export as a
- workaround for ruby-debug19 for the time being.
- [ruby-core:38972] [Bug #5193]
-
-Fri Sep 16 01:08:19 2011 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * NEWS: cosmetic changes.
-
-Wed Sep 14 12:39:00 2011 Kenta Murata <mrkn@mrkn.jp>
-
- * configure.in: do not use gcc-4.2 as the default compiler.
-
- * NEWS: describe the issue about Xcode.
-
-Wed Sep 14 11:46:30 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * thread.c (rb_fd_rcopy): added an argument guard.
- Patch by NAKAMURA Usaku. [Bug #5306] [ruby-core:39435]
-
-Tue Sep 13 09:28:58 2011 Koichi Sasada <ko1@atdot.net>
-
- * NEWS: wrote about rb_reserved_fd_p() and objspace.
-
-Mon Sep 12 20:47:52 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * thread.c (rb_thread_select): fix a typo to initialize efds
- properly. [Bug #5299] [ruby-core:39380]
-
-Mon Sep 12 20:41:20 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * thread.c (rb_thread_select): fix to ignore an argument
- modification of rb_thread_fd_select().
- based on a patch by Eric Wong. [Bug #5306] [ruby-core:39435]
- * thread.c (rb_fd_rcopy): New. for reverse fd copy.
-
- * test/-ext-/old_thread_select/test_old_thread_select.rb
- (test_old_select_false_positive): test for bug5306.
-
- * ext/-test-/old_thread_select/old_thread_select.c (fdset2array):
- New. convert fdsets to array.
- * ext/-test-/old_thread_select/old_thread_select.c (old_thread_select):
- return 'read', 'write', 'except' argument of rb_thread_select()
- to ruby script.
-
-Tue Sep 6 13:15:44 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * encoding.c (load_encoding): predefined encoding names are safe.
- [ruby-dev:44469] [Bug #5279]
-
- * transcode.c (load_transcoder_entry): ditto.
-
-Fri Sep 9 16:02:04 2011 NARUSE, Yui <naruse@ruby-lang.org>
-
- * insns.def (concatstrings): don't use initial ASCII-8BIT string.
- [ruby-core:38635] [Bug #5126]
-
-Thu Sep 8 21:17:36 2011 NARUSE, Yui <naruse@ruby-lang.org>
-
- * ext/nkf/nkf-utf8/nkf.c: import nkf 2.1.2 (be9c280)
- Bump version number/release date only.
-
-Wed Sep 7 23:42:45 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * io.c (argf_next_argv): open in default text mode.
- [ruby-core:39234] [Bug #5268]
-
-Mon Sep 5 15:06:55 2011 NARUSE, Yui <naruse@ruby-lang.org>
-
- * test/rubygems/test_gem_security.rb
- (test_class_build_self_signed_cert): reset opt[:trust_dir] to apply
- temporary Gem.user_home.
-
-Sun Sep 4 00:56:58 2011 Kazuki Tsujimoto <kazuki@callcc.net>
-
- * backport r33177 from trunk.
-
- * test/ruby/test_fiber.rb (TestFiber#test_no_valid_cfp):
- add a test. Unlike TestThread#test_no_valid_cfp,
- this test succeeds even if win32ole is required (see r33153).
-
-Fri Sep 2 21:11:16 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * io.c (validate_enc_binmode, prep_stdio): default to text mode on
- dosish platforms. [ruby-core:38822] [Bug #5164]
-
- * transcode.c (rb_econv_prepare_options): keep default ecflags
- unchanged if no options.
-
-Fri Sep 2 14:36:47 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * vm_insnhelper.c (vm_search_const_defined_class): search
- ancestors only when global scope. [ruby-core:39227] [Bug #5264]
-
-Fri Sep 2 09:58:08 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * parse.y (parser_tokadd_string, parser_yylex): ignore a backslash
- which prefixes an non-ascii character, which has no escape
- syntax. [ruby-core:39222] [Ruby 1.9 - Bug #5262]
-
-Thu Sep 1 17:31:22 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * insns.def (defineclass), vm_insnhelper.c (vm_get_cvar_base): see
- also inherited constants for classes without superclass and
- modules. [ruby-core:37698] [Bug #3423]
-
-Thu Sep 1 14:11:16 2011 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * test/ruby/test_thread.rb (TestThread#test_no_valid_cfp): skip when
- win32ole is required. in such case, win32ole redefines
- Thread#initialize, and the block argument becomes to be not the top
- of the thread, then this testcase always fails.
-
-Wed Aug 31 16:02:45 2011 NARUSE, Yui <naruse@ruby-lang.org>
-
- * ext/json: Merge json gem v1.5.4 (3dab4c5a6a97fac03dac).
-
-Wed Aug 31 13:19:31 2011 Marc-Andre Lafortune <ruby-core@marc-andre.ca>
-
- * numeric.c (flo_round): Avoid overflow by optimizing for trivial
- cases
- [Bug #5227]
-
-Wed Aug 31 06:45:32 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * configure.in: fix r32835. $withval can't be used outer AC_ARG_WITH().
-
-Wed Aug 31 05:29:03 2011 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * win32/win32.c (rb_w32_select_with_thread): and my typo. we all must
- be more careful.
-
-Wed Aug 31 05:28:45 2011 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * thread.c (rb_thread_select): critical typo in r33117.
-
-Wed Aug 31 05:28:26 2011 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * test/-ext-/old_thread_select/test_old_thread_select.rb
- (TestOldThreadSelect#test_old_select_read_timeout): if the machine
- is fast enough, the time used by code around IO.select may be smaller
- than Time implement threshold.
-
-Wed Aug 31 05:27:59 2011 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * ext/-test-/old_thread_select/old_thread_select.c (old_thread_select):
- typo.
-
- * test/-ext-/old_thread_select/test_old_thread_select.rb
- (TestOldThreadSelect#test_old_select_signal_safe): use SIGINT instead
- of SIGUSR1 because the former is general and the latter is platform
- dependent.
-
-Wed Aug 31 05:26:30 2011 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * win32/win32.c, include/ruby/intern.h (rb_w32_fd_copy): implement
- for rb_thread_select() in thread.c. the use of rb_fd_copy() is
- introduced in r33117.
- [Bug #5229] [ruby-core:39102]
-
- * thread.c (rb_thread_select): must call rb_fd_init() before using
- rb_fdset_t. see the implementations of rb_fd_init()s if you want to
- know the reason.
-
-Tue Aug 30 11:25:21 2011 NARUSE, Yui <naruse@ruby-lang.org>
-
- * ext/json: Merge json gem 1.5.4+ (2149f4185c598fb97db1).
- [Bug #5173] [ruby-core:38866]
-
-Tue Aug 30 09:53:59 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * cont.c (fiber_entry): fix stack allocation failure on Debian
- GNU/kFreeBSD.
- Patch by Lucas Nussbaum <lucas at lucas-nussbaum dot net>.
- [Bug #5241] [ruby-core:39147]
-
-Tue Aug 30 09:52:29 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * backport r33117 from trunk.
-
- * thread.c (rb_thread_select): rewrite by using
- rb_thread_fd_select(). old one is EINTR unsafe.
- Patch by Eric Wong. [Bug #5229] [ruby-core:39102]
-
- * test/-ext-/old_thread_select/test_old_thread_select.rb:
- a testcase for rb_thread_select().
- * ext/-test-/old_thread_select/old_thread_select.c: ditto.
- * ext/-test-/old_thread_select/depend: ditto.
- * ext/-test-/old_thread_select/extconf.rb: ditto.
-
-Tue Aug 30 09:16:17 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * configure.in: fix a build failure on GNU Hurd.
- Patch by Samuel Thibault <sthibault at debian dot org>. Thank you!
- [Bug #5250] [ruby-core:39185]
-
-Sun Aug 28 15:38:17 2011 CHIKANAGA Tomoyuki <nagachika00@gmail.com>
-
- * backport r33106 from trunk.
-
- * ext/date/date_parse.c (date_zone_to_diff): keep a temporary string
- stored in variable while the contents buffer is beeing used.
-
- * ext/date/date_parse.c (date_zone_to_diff): get rid of out of bounds
- memory read. [ruby-dev:44409] [Bug #5213]
-
-Sun Aug 28 05:29:50 2011 Ryan Davis <ryand-ruby@zenspider.com>
-
- * backport r33102 from trunk.
-
- * lib/minitest/*: Imported minitest 2.5.1 (r6596)
- * test/minitest/*: ditto
-
-Sat Aug 27 20:54:54 2011 Kazuki Tsujimoto <kazuki@callcc.net>
-
- * backport r33099 from trunk.
-
- * vm.c (rb_vm_rewrite_dfp_in_errinfo): change return type
- to suppress a warning.
-
- * vm_core.h: ditto.
-
-Sat Aug 27 19:03:44 2011 Kazuki Tsujimoto <kazuki@callcc.net>
-
- * backport r33096 from trunk.
-
- * proc.c (proc_new): force to rewrite errinfo when calling Proc.new in ensure.
- [Bug #5234] [ruby-core:39125]
-
- * vm.c (rb_vm_rewrite_dfp_in_errinfo): new function.
-
- * vm.c (vm_make_env_each): changed accordingly.
-
- * vm_core.h: ditto.
-
- * bootstraptest/test_flow.rb: add tests for above.
-
-Sat Aug 27 08:59:12 2011 Eric Hodel <drbrain@segment7.net>
-
- * NEWS: Update version of rake to 0.9.2.2.
-
-Sat Aug 27 08:44:58 2011 Eric Hodel <drbrain@segment7.net>
-
- * backport r33087 from trunk
-
- * lib/rdoc: Import RDoc 3.9.4. Typo and grammar fixes by Luke Gruber.
- [Ruby 1.9 - Bug #5203]
-
-Sat Aug 27 07:53:34 2011 Eric Hodel <drbrain@segment7.net>
-
- * backport r33087 from trunk.
-
- * lib/open-uri.rb: Fix indentation of OpenURI::OpenRead#open. Use ++
- instead of `' for method arguments in open-uri.rb
-
-Sat Aug 27 07:22:07 2011 Eric Hodel <drbrain@segment7.net>
-
- * backport r33086 from trunk.
-
- * ext/pathname/lib/pathname.rb: Fix typos and grammar mistakes. Patch
- by Luke Gruber. [#5203]
- * ext/pty/lib/expect.rb: ditto
- * lib/mathn.rb: ditto
- * lib/net/http.rb: ditto
- * lib/open-uri.rb: ditto
- * lib/ostruct.rb: ditto
- * lib/tempfile.rb: ditto
- * lib/thread.rb: ditto
- * lib/weakref.rb: ditto
- * sample/webrick/httpproxy.rb: ditto
-
-Fri Aug 26 10:10:37 2011 Eric Hodel <drbrain@segment7.net>
-
- * backport r33074 from trunk.
-
- * lib/rubygems: Update to RubyGems 1.8.10. Fixes security issue in
- creating ruby-format gemspecs. Fixes Gem.dir not being at the front
- of Gem.path to fix uninstall and cleanup commands. Fixes gem
- uninstall stopping on the first missing gem.
-
-Wed Aug 24 09:49:10 2011 Koichi Sasada <ko1@atdot.net>
-
- * backport r33045 from trunk.
-
- * insns.def (defined): fix to checking class variable.
- A patch by Magnus Holm <judofyr@gmail.com>. Thanks!
-
-Fri Aug 26 08:21:10 2011 Aaron Patterson <aaron@tenderlovemaking.com>
-
- * test/ruby/test_variable.rb: add a test for above.
-
-Thu Aug 25 09:43:16 2011 Eric Hodel <drbrain@segment7.net>
-
- * backport r33066 from trunk.
-
- * ext/openssl/lib/openssl/bn.rb: Hide copyright info from RDoc.
- * ext/openssl/lib/openssl/digest.rb: ditto
- * ext/openssl/lib/openssl/cipher.rb: ditto
-
-Thu Aug 25 09:25:48 2011 Eric Hodel <drbrain@segment7.net>
-
- * backport r33065 from trunk.
-
- * ext/openssl/ossl_digest.c: Document OpenSSL::Digest::digest and add
- an example to OpenSSL::Digest. Patch by Sylvain Daubert.
- [Ruby 1.9 - Bug #5166]
- * ext/openssl/lib/openssl/digest.rb (module OpenSSL): ditto
-
-Thu Aug 25 08:19:43 2011 Koichi Sasada <ko1@atdot.net>
-
- * vm.c (vm_make_env_each): work around to solve Bug #2729.
- fixes: Bug #2729
- a patch from Kazuki Tsujimoto <kazuki@callcc.net>
- This problem is caused by changing dfp (dynamic env pointer)
- from saved dfp. Saved dfp is pointed env in VM stack. However,
- the dfp can be moved because VM copies env from VM stack to
- the heap. At this copying, dfp was also changed. To solve this
- problem, I'll try to change throw mechanism (not save target dfp,
- but save target cfp).
-
- * bootstraptest/test_flow.rb: add a test for above.
-
-Thu Aug 25 08:04:08 2011 Marc-Andre Lafortune <ruby-core@marc-andre.ca>
-
- * numeric.c (int_round): Fix Integer#round [ruby-core:39096]
-
-Thu Aug 25 06:51:08 2011 Aaron Patterson <aaron@tenderlovemaking.com>
-
- * ext/psych/lib/psych.rb: Fixing psych version number.
-
-Thu Aug 25 06:11:35 2011 Aaron Patterson <aaron@tenderlovemaking.com>
-
- * ext/psych/lib/psych/nodes/node.rb: default `to_yaml` encoding to be
- UTF-8.
- * test/psych/test_encoding.rb: test yaml dump encoding.
-
-Wed Aug 24 08:53:06 2011 Eric Hodel <drbrain@segment7.net>
-
- * backport r33043 from trunk.
-
- * lib/rdoc: Update to RDoc 3.9.3. Fixes RDoc with `ruby -Ku`. Allows
- HTTPS image paths to be turned into <img> tags. Prevents special
- markup inside <tt> from being processed.
-
-Wed Aug 24 07:57:43 2011 Eric Hodel <drbrain@segment7.net>
-
- * backport r33040 from trunk.
-
- * lib/rubygems: Update to RubyGems 1.8.9. Fixes uninstalling multiple
- gems and gem cleanup.
-
-Wed Aug 24 06:45:20 2011 Ryan Davis <ryand-ruby@zenspider.com>
-
- * backport r33036 from trunk.
-
- * lib/minitest/*: Imported minitest 2.5.0 (r6557)
- * test/minitest/*: ditto
-
-Tue Aug 23 15:23:56 2011 Eric Hodel <drbrain@segment7.net>
-
- * backport r33027 from trunk.
-
- * load.c (rb_f_require): Improve documentation of Kernel#require.
- [Ruby 1.9 - Bug #5210]
-
-Tue Aug 23 15:11:48 2011 Hiroshi Nakamura <nahi@ruby-lang.org>
-
- * backport r33023 from trunk.
-
- * ext/zlib/zlib.c (gzfile_read_header): Ensure that each section of
- gzip header is readable to avoid SEGV.
-
- * test/zlib/test_zlib.rb (test_corrupted_header): Test it.
-
-Mon Aug 22 23:43:33 2011 CHIKANAGA Tomoyuki <nagachika00@gmail.com>
-
- * backport r33021 from trunk.
-
- * sprintf.c (rb_str_format): add RB_GC_GUARD to prevent temporary
- strings from GC.
-
-Sun Aug 21 17:58:38 2011 Kazuki Tsujimoto <kazuki@callcc.net>
-
- * backport r33019 from trunk.
-
- * iseq.c (iseq_s_disasm): remove variable which is no longer used
- since r33013.
-
-Sun Aug 21 14:20:58 2011 Naohisa Goto <ngotogenome@gmail.com>
-
- * configure.in: use LD_LIBRARY_PATH_64 on 64-bit Solaris.
-
-Sun Aug 21 11:13:54 2011 Naohisa Goto <ngotogenome@gmail.com>
-
- * backport r32895 from trunk.
-
- * ext/fiddle/conversions.c (generic_to_value): ffi_arg and ffi_sarg
- should be used to handle shorter return value. fix [Bug #3861]
- [ruby-core:32504]
-
- * ext/fiddle/closure.c (callback): ditto
-
- * ext/fiddle/conversions.h (fiddle_generic): ditto
-
- * ext/fiddle/conversions.c (value_to_generic): char, short and int
- are strictly distinguished on big-endian CPU, e.g. sparc64.
-
-Sat Aug 20 13:28:32 2011 Kazuki Tsujimoto <kazuki@callcc.net>
-
- * backport r33013 from trunk.
-
- * iseq.c (iseq_s_disasm): fix a bug that may cause SEGV.
-
- * test/ruby/test_method.rb (test_body): add a test for the above change.
-
-Sat Aug 20 10:43:24 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * ext/stringio/stringio.c (strio_read): return new string if nil
- is explicitly given as a buffer ([Bug #5207]), otherwise set the
- encoding. also removed dead code.
-
-Fri Aug 19 14:25:51 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * process.c (proc_spawn_v, proc_spawn): should not wait the
- spawned process.
-
- * process.c (proc_spawn_v): fix missing argument, and try with
- /bin/sh only if failed with ENOEXEC.
-
-Fri Aug 19 14:12:57 2011 Shugo Maeda <shugo@ruby-lang.org>
-
- * backport r33007 from trunk.
-
- * lib/net/imap.rb (idle): raises a Net::IMAP::Error when the
- connection is closed. based on the patch by Hugo Barauna.
- [Bug #5190] [ruby-core:38930]
-
-Fri Aug 19 11:28:58 2011 Shugo Maeda <shugo@ruby-lang.org>
-
- * backport r33001 from trunk.
-
- * lib/net/imap.rb (msg_att): accepts extra space before ')'.
- based on the patch by art lussos. [Bug #5163] [ruby-core:38820]
-
-Wed Aug 17 15:27:00 2011 Kenta Murata <mrkn@mrkn.jp>
-
- * backport r32996 from trunk.
-
- * ext/bigdecimal/bigdecimal.c (cannot_be_coerced_into_BigDecimal):
- add a new function for raising error when an object cannot coerce
- into BigDecimal. [Bug #5172]
-
- * ext/bigdecimal/bigdecimal.c (BigDecimalValueWithPrec): use
- cannot_be_coerced_into_BigDecimal function.
-
- * ext/bigdecimal/bigdecimal.c (BigMath_s_exp): ditto.
-
- * ext/bigdecimal/bigdecimal.c (BigMath_s_log): ditto.
-
- * test/bigdecimal/test_bigdecimal.rb: test for the avobe changes.
-
- * test/bigdecimal/testbase.rb (under_gc_stress): add a new utility
- method to run tests under the condition of GC.stress = true.
-
-Wed Aug 17 10:16:00 2011 Kenta Murata <mrkn@mrkn.jp>
-
- * backport r32994 from trunk.
-
- * rational.c (nurat_coerce): Rational#coerce should converts itself
- into Complex if the argument is a Complex with non-zero imaginary
- part. [Bug #5020] [ruby-dev:44088]
-
- * test/ruby/test_rational.rb (test_coerce): test for the above change.
-
-Wed Aug 17 06:33:19 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>
-
- * backport r32992 from trunk.
-
- * ext/openssl/ossl_x509cert.c: Add class documentation for
- OpenSSL::X509::Certificate.
-
-Wed Aug 17 05:02:25 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>
-
- * backport r32987 from trunk.
-
- * ext/openssl/ossl_pkey.c: corrected docs, OpenSSL::PKey::DH does
- *not* support #sign/verify.
-
-Tue Aug 16 18:56:54 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * vm.c (ruby_threadptr_data_type): rename to hide.
- [ruby-core:38972]
-
-Tue Aug 16 18:52:08 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * win32/mkexports.rb (Exports::Mswin#each_export): exclude Init_
- and _threadptr_ functions, as well as mingw.
-
-Tue Aug 16 09:38:37 2011 Eric Hodel <drbrain@segment7.net>
-
- * backport r32981 and r32982 from trunk.
-
- * ext/dl: Add documentation. Patch by Vincent Batts.
- [Ruby 1.9 - Bug #5192]
-
- * ext/.document (fiddle): Remove duplicate entry
-
- * ext/fiddle: Complete documentation of Fiddle. Patch by Vincent
- Batts. [#5192]
-
-Tue Aug 16 08:00:15 2011 Eric Hodel <drbrain@segment7.net>
-
- * backport r32977 from trunk
-
- * ext/socket: Make Socket documentation appear. Add documentation for
- Socket, TCPServer, SOCKSSocket. Patch by Sylvain Daubert.
- [Ruby 1.9 - Feature #5182]
-
-Mon Aug 15 10:16:55 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>
- * backport r32973 from trunk.
-
- * ext/openssl/ossl_ssl.c: Support disabling OpenSSL compression.
-
- * test/openssl/test_ssl.rb: Add a test for it.
- Thanks to Eric Wong for the patch.
- [Ruby 1.9 - Feature #5183] [ruby-core:38911]
-
-Sat Aug 13 22:17:27 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * tool/mkconfig.rb: do not make the entries related to sitedir and
- verdordir if disabled by --without options. [ruby-core:38922]
- [Bug #5187]
-
-Sat Aug 13 17:06:57 2011 Tadayoshi Funaba <tadf@dotrb.org>
-
- * ext/date/date_core.c: [ruby-core:38861]
-
-Sat Aug 13 16:59:51 2011 Tadayoshi Funaba <tadf@dotrb.org>
-
- * test/date/test_*.rb: added tests.
-
-Sat Aug 13 09:36:19 2011 CHIKANAGA Tomoyuki <nagachika00@gmail.com>
-
- * ext/date/date_parse.c (parse_ddd_cb): fix r32896. RB_GC_GUARD
- insertion position was mistaken. [ruby-dev:44337] [Bug #5152]
-
-Sat Aug 13 09:26:24 2011 Aaron Patterson <aaron@tenderlovemaking.com>
-
- * ext/psych/lib/psych/core_ext.rb: Make Kernel#y private.
- [ruby-core:38913]
-
- * test/psych/test_yaml.rb: corresponding test.
-
-Sat Aug 13 09:15:16 2011 Tadayoshi Funaba <tadf@dotrb.org>
-
- * ext/date/date_core.c (date_strftime_alloc): followed the change
- of r32885.
-
- * NEWS: followed the above change.
-
-Sat Aug 13 08:49:05 2011 Tadayoshi Funaba <tadf@dotrb.org>
-
- * ext/date/date_core.c: [ruby-core:38855].
-
-Sat Aug 13 03:41:37 2011 Eric Hodel <drbrain@segment7.net>
-
- * backport r32953 from trunk.
-
- * lib/uri/common.rb: Fix documentation of URI::Parser.new. Patch by
- Steve Klabnik. [Ruby 1.9 - Bug #5177]
-
-Sat Aug 13 02:19:57 2011 Eric Hodel <drbrain@segment7.net>
-
- * backport r32950 from trunk.
-
- * ext/digest/digest.c: Add documentation for the Digest module. Patch
- by Sylvain Daubert. [Ruby 1.9 - Bug #5167]
-
-Fri Aug 5 13:32:43 2011 Shugo Maeda <shugo@ruby-lang.org>
-
- * backport r32856 from trunk.
-
- * lib/xmlrpc/client.rb, lib/xmlrpc/server.rb: should use
- String#bytesize instead of String#size.
-
-Fri Aug 12 13:53:03 2011 Narihiro Nakamura <narihiro@netlab.jp>
-
- * backport r32894 from trunk.
-
- * gc.c (gc_lazy_sweep): if sweep target slots are not found, we
- try heap_increment() because it might be able to expand the
- heap. [Bug #5127] [ruby-dev:44285]
-
- * gc.c (gc_clear_mark_on_sweep_slots): if a sweeping was
- interrupted, we expand the heap if at all possible.
-
-Fri Aug 12 12:28:17 2011 Eric Hodel <drbrain@segment7.net>
-
- * lib/rake: Update to Rake 0.9.2.2. Prevent pollution of toplevel
- namespace by Commands. Remove unused variable and debugging
- statement in tests.
-
-Fri Aug 12 09:00:24 2011 Eric Hodel <drbrain@segment7.net>
-
- * backport r32941 from trunk
-
- * lib/rubygems: Import RubyGems 1.8.8. Fixes encoding of YAML gemspec
- from gems. Github Issue #149
-
-Fri Aug 12 03:24:35 2011 Eric Hodel <drbrain@segment7.net>
-
- * backport r32935 from trunk
-
- * lib/rdoc: Import RDoc 3.9.2. Fixes TIDYLINK for HTML output.
-
-Tue Aug 2 22:04:46 2011 NARUSE, Yui <naruse@ruby-lang.org>
-
- * backport r32815 from trunk.
-
- * gc.c (init_heap): allocate sigaltstack after heaps are allocated.
- [ruby-dev:44315] [Bug #5139]
-
- * vm.c (thread_free): use free because objspace is not ready.
-
- * vm.c (th_init): use malloc because objspace is not ready.
-
-Thu Aug 11 19:04:38 2011 Hiroshi Nakamura <nahi@ruby-lang.org>
-
- * backport r32931 from trunk.
-
- * variable.c (autoload_delete): An autoload entry is still in a
- RCLASS_IV_TBL, not in a RCLASS_CONST_TBL, so take back the table
- changed in r29600. And an autoload entry keeps not a
- rb_const_entry_t but a NODE so remove rb_const_entry_t thing added
- in r29602.
-
-Thu Aug 11 15:07:36 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * lib/mkmf.rb (link_command): use LIBRUBYARG in rbconfig for
- unbundled extensions. [ruby-core:38802] [Bug #5147]
-
- * lib/mkmf.rb (init_mkmf): revert r32902. [ruby-core:38903]
-
-Wed Aug 10 19:30:00 2011 Kenta Murata <mrkn@mrkn.jp>
-
- * backport r32903 from trunk.
-
- * complex.c (nucomp_rationalize): calls rationalize of real part if
- imaginary part is exactly zero. The patch is made by Marc-Andre
- Lafortune. fixes [Bug #5178] [ruby-core:38885]
-
- * test/ruby/test_complex.rb (test_rationalize): add a test for the
- above change.
-
- * complex.c (nucomp_to_r): fix RDoc comment. The patch is made by
- Marc-Andre Lafortune.
-
-Wed Aug 10 14:11:07 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * lib/mkmf.rb (init_mkmf): set $LIBRUBYARG regardless of shared
- option. [ruby-core:38802] [Bug #5147]
-
-Wed Aug 10 02:57:01 2011 NARUSE, Yui <naruse@ruby-lang.org>
-
- * lib/net/http.rb: come back autoload. OpenSSL constant is used
- some places, so it leads mistakes like HTTP.start.
-
-Tue Aug 9 22:57:45 2011 CHIKANAGA Tomoyuki <nagachika00@gmail.com>
-
- * ext/date/date_parse.c (date_zone_to_diff): add RB_GC_GUARD.
- [ruby-dev:44337] [Bug #5152]
-
- * ext/date/data_parse.c (parse_ddd_cb): ditto.
-
-Tue Aug 9 12:20:33 2011 Naohisa Goto <ngotogenome@gmail.com>
-
- * test/fiddle/helper.rb (libc_so, libm_so): Solaris support added.
- [ruby-core:38853] [Bug #5168]
-
- * test/dl/test_base.rb (libc_so, libm_so): on Solaris, remove libc
- and libm version numbers for detecting default libc and libm.
-
-Tue Aug 9 10:49:52 2011 Igor Zubkov <igor.zubkov@gmail.com>
-
- * array.c: Fix typo. https://github.com/ruby/ruby/pull/36
-
-Mon Aug 8 00:10:45 2011 Akinori MUSHA <knu@iDaemons.org>
-
- * test/test_syslog.rb (TestSyslog#test_log): Do not be too
- specific about the log line format. Fixes #5081.
-
-Sun Aug 7 23:39:44 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * time.c (rb_strftime_alloc): raise ERANGE if width is too large.
- Patch by Nobuyoshi Nakada. [Bug #4457] [ruby-dev:43285]
-
- * test/ruby/test_time.rb (class TestTime): add a test for the
- above change.
-
-Sun Aug 7 14:15:10 2011 Kazuki Tsujimoto <kazuki@callcc.net>
-
- * backport r32876 from trunk.
-
- * ext/objspace/objspace.c: fix typos in a document.
-
-Sun Aug 7 04:42:36 2011 Eric Hodel <drbrain@segment7.net>
-
- * marshal.c (w_object): Fix exception message when _dump_data
- is not defined on a T_DATA object.
-
-Sat Aug 6 06:14:20 2011 Eric Hodel <drbrain@segment7.net>
-
- * lib/rdoc: Update to 3.9.1. Fixes === lines in verbatim sections.
- Fixes :nodoc: on class aliases. Fixes :stopdoc: creating references
- to Object. Fixes spacing when class comments are merged in ri.
- Fixes `ri []` crash. Fixes bug report URL when rdoc crashes. Adds
- :doc: and :nodoc: to allow hiding of implementation details in ruby.
- Makes `rdoc` and `ri` gem-aware.
-
-Sat Aug 6 03:19:45 2011 Eric Hodel <drbrain@segment7.net>
-
- * lib/rubygems: Import RubyGems 1.8.7:
- Added missing require for `gem uninstall --format-executable`.
-
- The correct name of the executable being uninstalled is now displayed
- with --format-executable.
-
- Fixed `gem unpack uninstalled_gem` default version picker.
-
- RubyGems no longer claims a nonexistent gem can be uninstalled.
-
- `gem which` no longer claims directories are requirable files.
-
- `gem cleanup` continues cleaning up gems if one can't be uninstalled
- due to permissions. Issue #82.
-
- Gem repository directories are no longer created world-writable.
- Patch by Sakuro OZAWA. [Ruby 1.9 - Bug #4930]
-
-Fri Aug 5 23:08:39 2011 Naohisa Goto <ngotogenome@gmail.com>
-
- * backport r32845 from trunk.
-
- * configure.in: when Solaris cc, use $(CC) to link shared libs.
-
-Fri Aug 5 22:16:20 2011 Naohisa Goto <ngotogenome@gmail.com>
-
- * numeric.c (rb_infinity, rb_nan): use WORDS_BIGENDIAN to get endian.
- fix [Bug #5160] [ruby-dev:44356]
-
-Fri Aug 5 15:57:10 2011 Naohisa Goto <ngotogenome@gmail.com>
-
- * complex.c (f_signbit): fix compile error in gcc4 on Solaris with
- CFLAGS="-std=gnu99". [ruby-dev:44355] fix [Bug #5159]
-
- * math.c: ditto.
-
-Thu Aug 5 10:09:00 2011 Kenta Murata <mrkn@mrkn.jp>
-
- * backport r32846 from trunk.
-
- * thread_pthread.c (native_cond_signal): retry to call pthread_cond_signal
- and pthread_cond_broadcast if they return EAGAIN in
- native_cond_signal and native_cond_broadcast, respectively.
- It is for the pthread implementation of Mac OS X 10.7 (Lion).
- fixes #5155. [ruby-dev:44342].
-
- * thread_pthread.c (native_cond_broadcast): ditto.
-
- * thread_pthread.c (struct cached_thread_entry): stop using
- pthread_cond_t and its functions directly.
-
- * thread_pthread.c (register_cached_thread_and_wait): ditto.
-
- * thread_pthread.c (use_cached_thread): ditto.
-
-Fri Aug 5 07:35:00 2011 Luis Lavena <luislavena@gmail.com>
-
- * lib/rubygems/installer.rb (class Gem): Correct path check on Windows
- Possible fix for [Ruby 1.9 - Bug #5111]
-
- * test/rubygems/test_gem_installer.rb (load Gem): ditto
- Backported from trunk r32804
-
-Fri Aug 5 07:00:31 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * test/io/console/test_io_console.rb (test_noctty): daemon() on
- Fedora Rawhide seems not to detach the controlling terminal,
- when the argument noclose is non-zero. ref: [Bug #5135]
-
-Wed Aug 4 02:35:00 2011 Kenta Murata <mrkn@mrkn.jp>
-
- * configure.in: use build_os variable for checking C and C++ compilers
- matching.
-
- * configure.in: use clang++ if clang is used.
-
-Thu Aug 4 02:21:10 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * lib/mkmf.rb (link_command): use static library only for bundled
- extensions. [Bug #5147]
-
-Wed Aug 3 00:11:08 2011 Tanaka Akira <akr@fsij.org>
-
- * lib/prettyprint.rb: update document. [ruby-core:36776]
-
-
-Tue Aug 2 20:10:16 2011 Shota Fukumori <sorah@tubusu.net>
-
- * test/testunit/test_parallel.rb: pass "--ruby" option to
- test/testunit/tests_for_parallel/runner.rb. [Bug #5132] [ruby-dev:44303]
- Backported from trunk r32812.
-
-Tue Aug 2 12:03:16 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * hash.c (recursive_hash): hash value of emptied hash should be
- equal to an empty hash. [ruby-core:38650]
-
-Tue Aug 2 11:42:15 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * parse.y (rb_enc_symname2_p): :! is valid symbol. [Bug #5136]
-
-Tue Aug 2 03:26:02 2011 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * test/rake/test_rake_directory_task.rb (TestRakeDirectoryTask#
- test_directory_win32): fixed wrong test.
- backported r32670 from trunk.
-
-Mon Aug 1 15:45:23 2011 Eric Hodel <drbrain@segment7.net>
-
- * test/rake/test_rake_functional.rb: Don't assume the binary name of
- ruby is "ruby". [Ruby 1.9 - Bug #5114]
- * test/rake/helper.rb: ditto
-
-Mon Aug 1 05:21:42 2011 TAKANO Mitsuhiro (takano32) <tak@no32.tk>
-
- * cont.c (cont_save_thread): fix missing semicolon.
-
-Sun Jul 31 22:57:16 2011 Yuki Sonoda (Yugui) <yugui@yugui.jp>
-
- * enc/Makefile.in (ECHO1): Same as the recent fix in common.mk.
- ":" in a make variable replacement cause a syntax error with
- /usr/ccs/bin/make on Solaris. Uses $(NULLCMD) instead.
-
-Sun Jul 31 22:44:08 2011 Kazuki Tsujimoto <kazuki@callcc.net>
-
- * configure.in: fix typos.
-
-Sun Jul 31 21:19:51 2011 Yuki Sonoda (Yugui) <yugui@yugui.jp>
-
- * lib/mkmf.rb (configuration:ECHO1): Same as the recent fix in
- common.mk.
- ":" in a make variable replacement cause a syntax error with
- /usr/ccs/bin/make on Solaris. Uses $(NULLCMD) instead.
-
-Sun Jul 31 21:16:02 2011 Yuki Sonoda (Yugui) <yugui@yugui.jp>
-
- * complex.c (f_signbit): gcc4 on Solaris DOES have signbit but does
- not have it on header.
-
- * math.c: ditto.
-
-Sun Jul 31 21:09:04 2011 Yuki Sonoda (Yugui) <yugui@yugui.jp>
-
- * common.mk (node_name.inc): Use $(Q) for consistency.
-
- * Makefile.in (INSNS): ditto.
-
-Sun Jul 31 20:39:12 2011 Yuki Sonoda (Yugui) <yugui@yugui.jp>
-
- * common.mk (ECHO1): nmake does not allow parenthesis in make variable
- replacement.
-
-Sun Jul 31 20:21:36 2011 "Yuki Sonoda (Yugui)" <yugui@yugui.jp>
-
- * common.mk (ECHO1): ":" in a make variable replacement cause a syntax
- error with /usr/ccs/bin/make on Solaris. Uses $(NULLCMD) instead.
-
- * configure.in (NULLCMD): new check.
-
- * Makefile.in (NULLCMD): Reflects checking in configure.
-
- * win32/Makefile.sub (NULLCMD): new assignment.
-
-Sun Jul 31 11:31:07 2011 Kazuki Tsujimoto <kazuki@callcc.net>
-
- * backport r32768 from trunk.
-
- * vm.c: check if cfp is valid. [Bug #5083] [ruby-dev:44208]
-
-Sat Jul 31 01:23:45 2011 Kenta Murata <mrkn@mrkn.jp>
-
- * backport r32762 from trunk.
-
- * test/bigdecimal/test_bigdecimal.rb (test_version): removed.
-
-Sat Jul 30 23:51:44 2011 Tadayoshi Funaba <tadf@dotrb.org>
-
- * lib/cmath.rb (cbrt): should return a real number if possible.
-
-Sat Jul 30 23:48:04 2011 Tadayoshi Funaba <tadf@dotrb.org>
-
- * ext/date/date_core.c: an issue that is same as [ruby-dev:44071].
-
- * ext/date/date_strftime.c: identical to [ruby-dev:44112].
-
-Sat Jul 30 23:19:09 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * defs/default_gems: separate from tool/rbinstall.rb.
-
-Sat Jul 30 23:14:44 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * io.c (rb_io_each_byte): rbuf can be refreshed during yield.
- [Bug #5119]
-
-Sat Jul 30 22:35:50 2011 Naohisa Goto <ngotogenome@gmail.com>
-
- * strftime.c (NEEDS): avoid SEGV due to integer overflow in
- sparc-solaris2.10 and i686-linux. fix [Bug #4456] [ruby-dev:43284]
-
-Sat Jul 30 14:27:00 2011 Kenta Murata <mrkn@mrkn.jp>
-
- * backport r32754 from trunk.
-
- * ext/bigdecimal/bigdecimal.c (BigDecimal_version): version 1.1.0.
-
- * ext/bigdecimal/bigdecimal.gemspec: turn into a default gem.
-
- * tool/rbinstall.rb: ditto.
-
-Sat Jul 30 13:52:00 2011 Kenta Murata <mrkn@mrkn.jp>
-
- * ext/bigdecimal/lib/bigdecimal/util.rb (Rational#to_d):
- revive zero and implicit precision support as a deprecated feature.
-
- * test/bigdecimal/test_bigdecimal_util.rb: modify a test for the above
- change.
-
- * NEWS: describes the above change.
-
-Sat Jul 30 10:58:10 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * vm.c (th_init): preallocate alternative stack.
- NoMemoryError is better than rb_bug, of course.
- Patch by Eric Wong. [ruby-core:38572][ruby-core:38594].
-
- * signal.c (rb_register_sigaltstack): ditto.
-
- * vm_core.h: moved ALT_STACK_SIZE definition from signal.c.
-
- * vm.c (thread_free): use xfree() instead of free().
-
-Sat Jul 30 07:20:49 2011 Tanaka Akira <akr@fsij.org>
-
- * ext/socket/lib/socket.rb (udp_server_sockets): unused variable
- removed.
- patch by Jeremy Evans. [ruby-core:38600]
-
-Fri Jul 29 23:56:32 2011 Tanaka Akira <akr@fsij.org>
-
- * lib/securerandom.rb: call OpenSSL::Random.seed at the
- SecureRandom.random_bytes call.
- based on the patch by Masahiro Tomita. [ruby-dev:44270]
-
-Fri Jul 29 20:48:39 2011 Tanaka Akira <akr@fsij.org>
-
- * ext/socket/mkconstants.rb: fix typos.
-
-Fri Jul 29 20:28:56 2011 Tanaka Akira <akr@fsij.org>
-
- * ext/socket/mkconstants.rb: use whitespaces as a separator.
-
-Fri Jul 29 18:59:07 2011 Tanaka Akira <akr@fsij.org>
-
- * ext/socket/mkconstants.rb: add documents for constants.
- patch by Eric Hodel. [ruby-core:37853] [Bug #4989]
-
-Mon Jul 25 23:51:01 2011 Yusuke Endoh <mame@tsg.ne.jp>
-
- * backport r32671 from trunk.
-
- * proc.c: pre-allocate the unlinked_method_entry_list_entry struct to
- avoid memory allocation during GC. based on a patch from Eric Wong.
- [ruby-core:38498]
-
-Mon Jul 25 22:36:11 2011 Yusuke Endoh <mame@tsg.ne.jp>
-
- * backport r32669 from trunk.
-
- * proc.c (struct METHOD), gc.c (gc_marks), vm_method.c
- (rb_gc_mark_unlinked_live_method_entries): fix SEGV bug.
- rb_method_entry_t was free'd even when the method is still on the
- stack if it is BMETHOD (i.e., Method#call). This is because
- rb_method_entry_t is embedded in struct METHOD. This commit
- separates them and marks the live method entries.
- See [ruby-core:38449] in detail. fix [Bug #5047] [ruby-core:38171]
-
-Thu Jul 28 23:36:28 2011 CHIKANAGA Tomoyuki <nagachika00@gmail.com>
-
- * ext/fiddle/closure.c (callback): use rb_ary_tmp_new() instead of
- xmalloc() to allocate an array for arguments of callback procedure,
- to prevent arguments from being swept by GC. [ruby-core:38546]
- [Bug #4929]
-
-Thu Jul 28 22:51:27 2011 Hiroshi Nakamura <nahi@ruby-lang.org>
-
- * backport r32723 from trunk.
-
- * ext/openssl/ossl_cipher.c (ossl_cipher_initialize): Avoid possible
- SEGV from AES encryption/decryption. Processing data by
- Cipher#update without initializing key (meaningless usage of Cipher
- object since we don't offer a way to export a key) could cause SEGV.
-
- In OpenSSL, the EVP which has EVP_CIPH_RAND_KEY flag (such as DES3)
- allows uninitialized key, but other EVPs (such as AES) does not
- allow it. Calling EVP_CipherUpdate() without initializing key causes
- SEGV so we set the data filled with "\0" as the key by default. See
- #2768.
-
- * test/openssl/test_cipher.rb: test it.
-
-Thu Jul 28 04:53:31 2011 Eric Hodel <drbrain@segment7.net>
-
- * lib/delegate.rb: Move file-level documentation to the appropriate
- classes.
-
-Thu Jul 28 00:33:47 2011 NARUSE, Yui <naruse@ruby-lang.org>
-
- * test/fileutils/test_fileutils.rb: add OpenBSD case.
- patched by Jeremy Evans [ruby-core:38530] see #5097
-
- * test/ruby/test_process.rb: ditto.
-
-Wed Jul 27 17:59:46 2011 NARUSE, Yui <naruse@ruby-lang.org>
-
- * include/ruby/missing.h: define __syscall if the platform has
- __syscall in the library but doesn't define it in headers
- for example Mac OS X.
-
-Wed Jul 27 15:39:14 2011 Eric Hodel <drbrain@segment7.net>
-
- * object.c: Add usage documentation for BasicObject. Based on patch
- by Thomas Sawyer. [Ruby 1.9 - Bug #5067]
-
-Wed Jul 27 12:24:17 2011 Eric Hodel <drbrain@segment7.net>
-
- * lib/rubygems/uninstaller.rb: Add missing require and update
- messaging to avoid confusion with uninstall --format-executable.
- [Ruby 1.9 - Bug #4062]
-
-Wed Jul 27 10:47:57 2011 Eric Hodel <drbrain@segment7.net>
-
- * lib/rubygems: Update to RubyGems 1.8.6.1.
-
-Wed Jul 27 10:04:06 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>
-
- * backport r32690 from trunk.
-
- * test/openssl/test_pkcs12.rb: Add test and intermediate certificates.
- [ Ruby 1.9 - Feature #3793 ] [ruby-core:32088]
-
-Sat Jul 27 01:26:00 2011 Kenta Murata <mrkn@mrkn.jp>
-
- * NEWS: add changes of bigdecimal and bigdecimal/util.
-
-Wed Jul 27 01:13:00 2011 Kenta Murata <mrkn@mrkn.jp>
-
- * ext/bigdecimal/lib/bigdecimal/util.rb (Rational#to_d):
- zero or negative precision is error. fixes #5098.
- [ruby-dev:44210]
-
- * ext/bigdecimal/lib/bigdecimal/util.rb (Float#to_d): modified for
- specifying precision. fixes #5098. [ruby-dev:44210]
-
- * ext/bigdecimal/lib/bigdecimal/util.rb (Integer#to_d): added
- for symmetry to BigDecimal() function with an Integer.
- fixes #5098. [ruby-dev:44210]
-
- * ext/bigdecimal/lib/bigdecimal/util.rb (BigDecimal#to_d): added
- for adapting other Numeric subclasses. [ruby-dev:44245]
-
- * test/bigdecimal/test_bigdecimal_util.rb: add tests for the above
- changes.
-
-Wed Jul 27 00:54:38 2011 Kenta Murata <mrkn@mrkn.jp>
-
- * bigdecimal/bigdecimal.c (VpDup) a new function for duplicating
- a BigDecimal.
-
- * bigdecimal/bigdecimal.c (BigDecimal_new): support generating a new
- BigDecimal from another BigDecimal using BigDecimal global function
- or constructor. [ruby-dev:44245]
-
-Mon Jul 25 22:24:09 2011 Hiroshi Nakamura <nahi@ruby-lang.org>
-
- * backport r32666 from trunk.
-
- * lib/xmlrpc/client.rb: Fix possible HTTP header formatting failure by
- 'Basic' header. Long username caused the base64 String truncation in
- HTTP header which is not allowed. See #5046.
-
- * test/xmlrpc/test_webrick_server.rb: test it.
-
-Mon Jul 25 15:36:07 2011 Hiroshi Nakamura <nahi@ruby-lang.org>
-
- * ext/openssl/lib/openssl/{x509.rb,ssl.rb}: Add deprecation warning
- for openssl/{x509,ssl} usage. Users should require "openssl" instead
- of "openssl/ssl" and "openssl/x509". Start of transition period
- introduced by [ruby-dev:38018].
-
-Mon Jul 25 13:50:33 2011 Hiroshi Nakamura <nahi@ruby-lang.org>
-
- * backport r32662 from trunk.
-
- * ext/openssl/lib/openssl/x509.rb: Cosmetic change: move definition
- introduced in r30152 to x509-internal.rb.
-
-Mon Jul 25 13:35:20 2011 Hiroshi Nakamura <nahi@ruby-lang.org>
-
- * backport r32658 from trunk.
-
- * ext/openssl/ossl_ssl.c (ossl_ssl_shutdown): Avoid randomly generated
- SSLError from SSLSocket just after invoking SSLSocket#close.
- OpenSSL's SSL_shutdown could try to send alert packet and it might
- set SSLerr(global error stack) as the result. It causes the next
- SSL read/write operation to fail by unrelated reason.
-
- By design, we're ignoring any error at SSL_shutdown() so we clear
- global error stack after SSL_shutdown is called. See #5039.
-
-Sun Jul 24 20:29:53 2011 Tanaka Akira <akr@fsij.org>
-
- * ext/socket/extconf.rb: refine the recvmsg test.
-
-Sun Jul 24 20:02:31 2011 Tanaka Akira <akr@fsij.org>
-
- * ext/socket/extconf.rb: fix the recvmsg test.
-
-Sun Jul 24 08:42:51 2011 Tanaka Akira <akr@fsij.org>
-
- * ext/socket/extconf.rb: test recvmsg allocates file descriptors for
- fd passing even with MSG_PEEK.
-
- * ext/socket/ancdata.c: use the above test result.
-
-Sun Jul 24 01:24:31 2011 Eric Hodel <drbrain@segment7.net>
-
- * lib/rubygems/specification.rb: Restore behavior of
- Gem::Specification#loaded. [Ruby 1.9 - Bug #5032]
-
-Sun Jul 24 01:14:49 2011 NARUSE, Yui <naruse@ruby-lang.org>
-
- * test/rake/test_rake_functional.rb (setup): Use __FILE__ for the base
- directory. Current directory is not the top source directory when
- the building process runs on other than there.
-
- * test/rake/test_rake_rake_test_loader.rb: ditto.
-
- * test/rake/test_rake_task_argument_parsing.rb
- (test_terminal_width_using_hardcoded_80): hardcoded 80 is used
- when app.unix? is false.
-
-Sun Jul 24 00:42:00 2011 Kenta Murata <mrkn@mrkn.jp>
-
- * configure.in: change the default compiler to gcc-4.2 if target os
- is OS X 10.7 (Lion).
-
-Sat Jul 23 17:06:25 2011 Tanaka Akira <akr@fsij.org>
-
- * io.c (rb_update_max_fd): validate fd.
-
- * ext/socket/rubysocket.h (rsock_discard_cmsg_resource): add
- msg_peek_p argument for the declaration.
-
- * ext/socket/ancdata.c (discard_cmsg): add msg_peek_p argument.
- assume FreeBSD, NetBSD and MacOS X doesn't generate passed fd
- when MSG_PEEK.
- (rsock_discard_cmsg_resource): add msg_peek_p argument.
- (bsock_recvmsg_internal): call rsock_discard_cmsg_resource with
- msg_peek_p argument.
-
- * ext/socket/unixsocket.c (unix_recv_io): call
- rsock_discard_cmsg_resource with msg_peek_p argument.
-
-Sat Jul 23 14:38:28 2011 Eric Hodel <drbrain@segment7.net>
-
- * test/rake*: Remove dependencies on flexmock and session gems.
- [Ruby 1.9 - Bug #4987]
-
-Fri Jul 22 21:46:54 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * vm_insnhelper.c (vm_call_cfunc): added volatile for a workaround
- of cfp consistency error problem on OS X 10.7 (Lion). It's
- suspected llvm optimization bug.
- [Bug #5076] [ruby-dev:44185]
-
-Fri Jul 22 21:50:16 2011 NARUSE, Yui <naruse@ruby-lang.org>
-
- * lib/uri/generic.rb (WFKV_): unroll the loop of regexp.
-
- * lib/uri/generic.rb (URI.decode_www_form_component): ditto.
-
-Fri Jul 22 21:49:48 2011 NARUSE, Yui <naruse@ruby-lang.org>
-
- * enum.c (enum_inject): remove empty line to notify rdoc
- Enumerable#reduce is alias. patched by milki@github.
- https://github.com/ruby/ruby/pull/26
-
-Fri Jul 22 21:49:28 2011 NARUSE, Yui <naruse@ruby-lang.org>
-
- * lib/webrick/httprequest.rb (WEBrick::HTTPRequest#each):
- Allow HTTP/0.9 request which doesn't has any header or body.
- patched by Felix Jodoin. [ruby-core:38040] [Bug #5022]
-
-Fri Jul 22 21:45:21 2011 NARUSE, Yui <naruse@ruby-lang.org>
-
- * ext/dl/handle.c (dlhandle_sym): clear previous error with dlerror()
- before calling dlsym(). [ruby-dev:44091] [Bug #5021]
-
-Fri Jul 22 19:05:47 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * parse.y (rb_enc_symname2_p): get rid of potential out-of-bound
- access.
-
-Fri Jul 22 13:55:59 2011 Eric Hodel <drbrain@segment7.net>
-
- * lib/net/http.rb: Net::HTTP#finish is used to manually close
- connections. [Ruby 1.9 - Bug #5045]
-
-Fri Jul 22 13:51:29 2011 Eric Hodel <drbrain@segment7.net>
-
- * ext/readline/readline.c: Add examples for Readline.completion_proc=.
- [Ruby 1.9 - Bug #5057]
-
-Fri Jul 22 13:20:33 2011 Eric Hodel <drbrain@segment7.net>
-
- * tool/rbinstall.rb (default gems): Install executables into the fake
- gem dir for Gem.bin_path. [Ruby 1.9 - Bug #4485]
-
-Fri Jul 22 13:03:12 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>
-
- * backport r32609 from trunk.
-
- * ext/openssl/ossl_hmac.c: Revert checking return type of
- HMAC_Init_ex as it is not compatible with OpenSSL < 1.0.0.
-
-Fri Jul 22 11:22:20 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>
-
- * backport r32606 from trunk.
-
- * ext/openssl/ossl_digest.c: Check return value of EVP_DigestInit_ex.
- * ext/openssl/ossl_hmac.c: Check return value of HMAC_Init_ex.
- Thanks, Jared Jennings, for the patch.
- [ Ruby 1.9 - Bug #4944 ] [ruby-core:37670]
-
-Fri Jul 22 09:17:43 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>
-
- * backport r32604 from trunk.
-
- * ext/openssl/ossl_engine.c: Avoid double free of ENGINE reference.
- * test/openssl/test_engine.rb: Add a test for it.
- Thanks to Ippei Obayashi for providing the patch.
- [ Ruby 1.9 - Bug #5062 ] [ruby-dev:44173]
-
-Fri Jul 22 06:39:34 2011 Marc-Andre Lafortune <ruby-core@marc-andre.ca>
-
- * lib/csv.rb: Do not modify CSV.generate's argument [ruby-core:38356]
-
-Thu Jul 21 20:02:11 2011 Yusuke Endoh <mame@tsg.ne.jp>
-
- * thread.c (set_trace_func, thread_set_trace_func_m): reset tracing
- state when set_trace_func hook is removed. This is workaround patch
- to force to reset tracing state that is broken by continuation call.
- a patch from James M. Lawrence. [Feature #4347] [ruby-core:34998]
-
- * test/ruby/test_continuation.rb (class TestContinuation): add a test
- for above. a patch from James M. Lawrence.
-
-Thu Jul 21 20:59:59 2011 Tanaka Akira <akr@fsij.org>
-
- * ext/socket/ancdata.c (discard_cmsg): workaround for MacOS X Lion.
-
-
-Thu Jul 21 07:07:57 2011 Tanaka Akira <akr@fsij.org>
-
- * backport r32579, r32581, r32587 by akr and r32588 by kazu.
-
- r32579:
-
- * io.c (rb_update_max_fd): new function.
-
- * internal.h (rb_update_max_fd): declare rb_update_max_fd.
-
- * thread_pthread.c (rb_thread_create_timer_thread): update max fd when
- timer thread pipe is created.
-
- r32581:
-
- * io.c (UPDATE_MAXFD): removed.
-
- r32587:
-
- * include/ruby/intern.h (rb_update_max_fd): declaration moved from
- internal.h.
-
- * file.c: ditto.
-
- * io.c: call rb_update_max_fd for each new fds.
-
- * process.c: ditto.
-
- * random.c: ditto.
-
- * ruby.c: ditto.
-
- * ext/io/console/console.c: ditto.
-
- * ext/openssl/ossl_bio.c: ditto.
-
- * ext/pty/pty.c: ditto.
-
- * ext/socket/init.c: ditto.
-
- * ext/socket/socket.c: ditto.
-
- * ext/socket/ancdata.c: ditto.
-
- * ext/socket/unixsocket.c: ditto.
-
- r32588:
-
- * io.c (rb_update_max_fd): remove parentheses. they are not in
- macro.
-
-Sun Jul 17 08:07:31 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>
-
- * backport r32563 from trunk
-
- * test/openssl/test_ssl_session.rb: add PEM SSL session without TLS
- extensions. Use this as the default for the tests to ensure
- compatibility with OpenSSL 0.9.7.
- [ Ruby 1.9 - Bug #4961 ] [ruby-core:37726]
-
-Sat Jul 16 17:29:20 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * configure.in (RUBY_UNIVERSAL_ARCH): restore arch flag.
- Bug #4977
-
-Sat Jul 16 11:18:26 2011 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * win32/setup.mak: support to build x64-mswin64 on Windows7 (and Vista,
- perhaps).
- backported r32521 from trunk
-
-Sat Jul 16 06:31:23 2011 Marc-Andre Lafortune <ruby-core@marc-andre.ca>
-
- * lib/uri/common.rb (module): Remove optional parser argument to
- Kernel#URI
- [ruby-core:38061]
-
- * lib/uri/generic.rb (module): ditto
-
-Sat Jul 16 01:15:53 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * time.c (time_dup): used rb_obj_class() instead of CLASS_OF().
- The patch is made by Kazuki Tsujimoto. [Bug #5012] [ruby-dev:44071]
-
- * test/ruby/test_time.rb (TestTime#test_getlocal_dont_share_eigenclass):
- added a new test for eigenclass of time object.
-
-Fri Jul 15 19:11:00 2011 Kenta Murata <mrkn@mrkn.jp>
-
- * bignum.c (bigsub_int): add RB_GC_GUARD. This patch is made by
- Makoto Kishimoto. fixes #4223 [ruby-dev:42907]
-
- * bignum.c (bigadd_int): ditto.
-
-Fri Jul 15 09:59:12 2011 Hiroshi Nakamura <nahi@ruby-lang.org>
-
- * backport r32546 from trunk.
-
- * ext/digest/sha2/sha2.c (SHA256_Update, SHA512_Update): avoid Bus
- Error caused by unalignment access on Sparc-Solaris (and possibly on
- other similar environment.) This patch just do memcpy always instead
- of checking architecture. I see no perf drop on my 64bit env. For
- more details, see #4320.
-
- * test/digest/test_digest.rb: add test for unalignment access.
-
-
-Thu Jul 14 12:40:07 2011 Hiroshi Nakamura <nahi@ruby-lang.org>
-
- * backport r32537 from trunk.
-
- * ext/openssl/ossl.c (ossl_verify_cb): trap the exception from
- verify callback of SSLContext and X509Store and make the
- verification fail normally. Raising exception directly from callback
- causes orphan resources in OpenSSL stack. Patched by Ippei Obayashi.
- See #4445.
-
- * test/openssl/test_ssl.rb
- (test_exception_in_verify_callback_is_ignored): test it.
-
-Wed Jul 13 08:20:08 2011 Shota Fukumori <sorah@tubusu.net>
-
- * lib/test/unit.rb(Test::Unit::Options#process_args): Fix bug.
- Fix process_args didn't return `@option` after r30939. Backported
- r32526 from trunk.
-
-Mon Jul 11 23:50:39 2011 Yutaka Kanemoto <kanemoto@ruby-lang.org>
-
- * time.c: can't compile time.c on AIX due to missing declaration for
- ffs(). It is declared in strings.h on AIX. backported r32518 from
- trunk.
-
-Mon Jul 11 23:47:00 2011 Yutaka Kanemoto <kanemoto@ruby-lang.org>
-
- * thread_pthread.c (get_stack): need to adjust stack addr for
- [Bug #1813] on AIX. backported r32511 from trunk.
-
-Mon Jul 11 15:17:03 2011 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * numeric.c (rb_num2ull): use FIX2LONG instead of FIX2ULONG. see
- rb_num2ulong(). fixed the problem of ObjectSpace._id2ref of IL32LLP64
- platforms, introduced at r32433.
- backported r32512 from trunk.
-
-Sun Jul 10 23:58:55 2011 Yuki Sonoda (Yugui) <yugui@yugui.jp>
-
- * version.h: 1.9.3 is no longer trunk.
-
-Sun Jul 10 23:24:29 2011 Yuki Sonoda (Yugui) <yugui@yugui.jp>
-
- * class.c (rb_mix_module): reverted r31873.
- (check_mix_method_i, do_mix_method_i) reverted r31917.
-
- * test/ruby/test_module.rb (TestModule#test_mix_const): reverted
- r31918.
-
-Sun Jul 10 22:50:00 2011 Kenta Murata <mrkn@mrkn.jp>
-
- * ext/bigdecimal/bigdecimal.c (rmpd_power_by_big_decimal): fix
- precision treatment errors.
-
- * test/bigdecimal/test_bigdecimal.rb: add tests for the above change.
- fix precision treatment errors.
-
- * ext/bigdecimal/bigdecimal.c (BigDecimal_power): precision argument
- should be optional for its compatibility.
-
-Sun Jul 10 22:38:09 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * parse.y (var_ref): distinguish vcall from local variable
- references. based on a patch by Michael Edgar michael.j.edgar
- AT dartmouth.edu. Bug #5002
-
-Sun Jul 10 21:51:29 2011 Koichi Sasada <ko1@atdot.net>
-
- * internal.h: add comments (cautions).
-
-Sun Jul 10 20:59:38 2011 Shota Fukumori <sorah@tubusu.net>
-
- * lib/test/unit.rb: Add new class variable `@@testfile_prefix`.
- This is for changing test name prefix. (For testing)
-
- * test/testunit/tests_for_parallel/ptest_first.rb: Renamed from
- test_first.rb
-
- * test/testunit/tests_for_parallel/ptest_second.rb: Renamed from
- test_second.rb
-
- * test/testunit/tests_for_parallel/ptest_third.rb: Renamed from
- test_third.rb
-
- * test/testunit/tests_for_parallel/ptest_forth.rb: Renamed from
- test_forth.rb
-
- * test/testunit/tests_for_parallel/runner.rb: Remove misc.rb
-
- * test/testunit/tests_for_parallel/ptest_first.rb: ditto.
-
- * test/testunit/tests_for_parallel/ptest_second.rb: ditto.
-
- * test/testunit/tests_for_parallel/ptest_third.rb: ditto.
-
- * test/testunit/tests_for_parallel/ptest_forth.rb: ditto.
-
- * test/testunit/tests_for_parallel/misc.rb: Removed because no longer
- needed.
-
- * test/testunit/test_parallel.rb: Fix assertions for above.
-
-Sun Jul 10 16:57:08 2011 Koichi Sasada <ko1@atdot.net>
-
- * vm_insnhelper.c (vm_throw): check a class frame.
- Fixes Bug #4648.
- The patch is contributed by Kazuki Tsujimoto.
-
- * bootstraptest/test_proc.rb: add tests for above.
-
-Sun Jul 10 17:28:01 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * thread_pthread.c (mutex_debug): use exit(EXIT_FAILURE) instad of
- exit(1).
- * thread_pthread.c (add_signal_thread_list): ditto.
- * thread.c (rb_thread_call_with_gvl): ditto.
- * util.c (Bug): ditto.
-
-Sun Jul 10 15:58:12 2011 NARUSE, Yui <naruse@ruby-lang.org>
-
- * ext/json: Merge json gem 1.5.4+ (f7f78896607b6f6226cd).
- [Bug #4700]
-
-Sun Jul 10 16:41:32 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * vm_core.h (typedef struct rb_vm_struct): create a new
- 'inhibit_thread_creation' field.
- * thread.c (rb_thread_terminate_all): set inhibit_thread_creation.
- * thread.c (thread_s_new): don't permit to create new thread
- if the VM is under destruction. Otherwise evil finalizer code
- can make SEGV. [Bug #4992][ruby-core:37858]
-
- * bootstraptest/test_objectspace.rb: new test for this fix.
-
-Sun Jul 10 16:06:16 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * signal.c (sigsegv): use abort() instead of exit() when nested
- SEGV was happen. Because unnested SEGV use abort().
- [Bug #5013][ruby-dev:44078]
-
-Sun Jul 10 15:30:00 2011 Kenta Murata <mrkn@mrkn.jp>
-
- * load.c (rb_f_autoload): prevent to autoload for singleton
- classes. fixes [Bug #4886] [ruby-dev:43816]
-
- * bootstraptest/test_autoload.rb: add tests for the above change.
-
-Sun Jul 10 15:09:17 2011 Shota Fukumori <sorah@tubusu.net>
-
- * lib/test/unit/assertions.rb: Import documentation patch by Justin
- Collins. [ruby-core:37225] [Feature #4903]
-
-Sun Jul 10 14:57:36 2011 Tadayoshi Funaba <tadf@dotrb.org>
-
- * ext/date/date_core.c: canonicalizes nth and sf.
-
-Sun Jul 10 14:13:50 2011 Koichi Sasada <ko1@atdot.net>
-
- * internal.h (rb_thread_call_with_gvl, rb_thread_call_without_gvl):
- make them visible as experimental C APIs. fixes Feature #4328.
-
-Sun Jul 10 12:18:00 2011 Kenta Murata <mrkn@mrkn.jp>
-
- * ext/bigdecimal/bigdecimal.c (BigDecimal_power): support non-integral
- exponent. fixes [Bug #3271]
-
- * ext/bigdecimal/bigdecimal.c (rmpd_power_by_big_decimal): ditto.
-
- * ext/bigdecimal/bigdecimal.c (BigDecimal_power_op): add a function to
- only use for "**" operator.
-
- * test/bigdecimal/test_bigdecimal.rb: add a bunch of tests for the
- above changes.
-
- * ext/bigdecimal/bigdecimal.c (is_integer): add an utility function.
-
- * ext/bigdecimal/bigdecimal.c (is_negative): ditto.
-
- * ext/bigdecimal/bigdecimal.c (is_positive): ditto.
-
- * ext/bigdecimal/bigdecimal.c (is_zero): ditto.
-
- * ext/bigdecimal/bigdecimal.c (is_one): ditto.
-
- * ext/bigdecimal/bigdecimal.c (is_even): ditto.
-
-Sun Jul 10 12:08:39 2011 Yusuke Endoh <mame@tsg.ne.jp>
-
- * compile.c (when_vals): when a string literal is written on when
- clause, skip string creation to make it faster. [ruby-dev:44068]
- [Feature #5000]
-
-Sun Jul 10 11:35:29 2011 Yusuke Endoh <mame@tsg.ne.jp>
-
- * parse.y (reduce_nodes_gen): NODE_RETURN in rescue body must not be
- reduced when there is an else clause. This caused bizarre behavior
- in [Bug #4473] [ruby-core:35629] [ruby-core:37884].
-
-Sun Jul 10 09:46:14 2011 Masaya Tarui <tarui@ruby-lnag.org>
-
- * range.c (range_max): fix behavior with excluded end value.
- [Bug #4591]
-
-Sun Jul 10 09:13:18 2011 Eric Hodel <drbrain@segment7.net>
-
- * NEWS: Fix RubyGems version. [Ruby 1.9 - Bug #5004]
-
-Sat Jul 9 20:01:59 2011 Tadayoshi Funaba <tadf@dotrb.org>
-
- * internal.h: rb_rational_reciprocal is defined in rational.c.
-
-Sat Jul 9 19:48:31 2011 Tadayoshi Funaba <tadf@dotrb.org>
-
- * internal.h: added declarations.
- * complex.c: followed the above change.
-
-Sat Jul 9 17:24:41 2011 Tadayoshi Funaba <tadf@dotrb.org>
-
- * NEWS: bigdecimal is not a builtin.
-
-Sat Jul 9 17:17:53 2011 Tadayoshi Funaba <tadf@dotrb.org>
-
- * ext/date/date_core.c: some improvements for performance.
-
-Sat Jul 9 16:56:01 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * atomic.h (ATOMIC_OR): _InterlockedOr is unavailable in VC6.
-
- * numeric.c (ULLONG_MAX): fallback definition.
-
-Sat Jul 9 15:59:19 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * win32/win32.c (rb_w32_{read,write}): should be signed.
- Bug #5001
-
-Sat Jul 9 14:02:20 2011 Takeyuki FUJIOKA <xibbar@ruby-lang.org>
-
- * lib/cgi/core.rb: fix multipart form parsing bug. [Bug #3866]
-
-Sat Jul 9 11:41:03 2011 Marc-Andre Lafortune <ruby-core@marc-andre.ca>
-
- * lib/matrix.rb: Add Vector#normalize [ruby-dev:43829]
-
-Sat Jul 9 09:25:06 2011 Eric Hodel <drbrain@segment7.net>
-
- * enumerator.c: Remove "enumeration sequenced by".
- [Ruby 1.9 - Bug #4757]
-
-Sat Jul 9 09:14:56 2011 Eric Hodel <drbrain@segment7.net>
-
- * io.c: Note that methods other than IO#gets may increase IO#lineno.
- [Ruby 1.9 - Bug #4902]
-
-Sat Jul 9 08:39:39 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * common.mk (RUN_OPT): disable gems.
-
-Sat Jul 9 08:37:05 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * io.c (rb_io_close): close(2) on a fd which is being read by
- another thread causes deadlock on Mac OS X 10.5
-
-Fri Jul 8 21:20:39 2011 NARUSE, Yui <naruse@ruby-lang.org>
-
- * addr2line.c: use USE_ELF instead of __ELF__ because Solaris
- doesn't define it. USE_ELF is already provided by configure.
- patched by Naohisa Goto. [ruby-dev:44066] [Bug #4998]
-
- * addr2line.h: ditto.
-
- * vm_dump.c: ditto.
-
-Fri Jul 8 16:40:38 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * ext/json/parser/parser.rl (convert_encoding): should not modify
- the argument.
-
- * ext/json/parser/parser.rl (convert_encoding): no needs to use
- force_encoding.
-
-Fri Jul 8 15:53:31 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * error.c (rb_bug): get rid of segfault after all threads
- disposed.
-
-Fri Jul 8 15:01:06 2011 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * ext/openssl/ossl.h: include openssl/e_os2.h before checking the
- definition of OPENSSL_SYS_WIN32.
-
-Fri Jul 8 14:40:39 2011 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * win32/win32.c (wunlink): reverted a part of r32426. it was mistakenly
- mixed.
-
-Fri Jul 8 14:29:47 2011 Narihiro Nakamura <authornari@gmail.com>
-
- * configure.in: can't subtract void *.
-
-Fri Jul 8 14:33:26 2011 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * win32/Makefile.sub (config.h): define GC_MARK_STACKFRAME_WORD.
- fixed build problem of r32438. the value (30) is temporary value.
- maybe it's enough by 20~24 according to my observation.
-
-Fri Jul 8 13:47:39 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * thread.c (rb_mutex_unlock_all): folded into
- rb_threadptr_unlock_all_locking_mutexes.
- * thread.c (rb_threadptr_unlock_all_locking_mutexes) ditto.
-
-Fri Jul 8 13:36:02 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * thread.c (thread_unlock_all_locking_mutexes): rename to
- rb_threadptr_unlock_all_locking_mutexes and remove static.
- * vm_core.h: add rb_threadptr_unlock_all_locking_mutexes declaration.
- * thread.c (thread_start_func_2): adjust the above rename.
-
- * eval.c (ruby_cleanup): call rb_threadptr_unlock_all_locking_mutexes
- again after finalizer. [Bug #4988] [ruby-dev:44049]
-
-Fri Jul 8 13:06:09 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * cont.c (FIBER_MACHINE_STACK_ALLOCATION_SIZE): Fiber stack size
- don't need to keep multiple number of sizeof(VALUE).
-
-Fri Jul 8 11:39:12 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * common.mk (sudo-precheck): true command is not standard on
- Windows.
-
-Fri Jul 8 10:39:52 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * thread_pthread.c (gvl_destroy): fix cond_t leak.
-
-Fri Jul 8 09:17:59 2011 Eric Hodel <drbrain@segment7.net>
-
- * gc.c: Improve documentation
-
-Thu Jul 7 23:35:31 2011 Narihiro Nakamura <authornari@gmail.com>
-
- * gc.c: change water_mark value that may call
- gc_mark(lev <= GC_LEVEL_MAX) in gc_mark().
- In ruby_stack_check(), water_mark is a value that may call some
- C function. Fixes Bug #3781
-
- * configure.in: define GC_MARK_STACKFRAME_WORD that approximate
- size of gc_mark() and gc_mark_children() stackframes.
-
-Thu Jul 7 17:55:05 2011 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * test/testunit/test_parallel.rb (TestParallelWorker#teardown): wait
- the child process even if the communication pipe is broken.
-
-Thu Jul 7 15:44:42 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * encoding.c (rb_enc_set_index, rb_enc_associate_index): should
- check if frozen.
-
- * parse.y (rb_intern3), ruby.c (process_options, ruby_script):
- defer freezing after associating encodings.
-
-Thu Jul 7 15:16:51 2011 NARUSE, Yui <naruse@ruby-lang.org>
-
- * numeric.c (rb_num2ull): use own switch sentence.
- Current implementation can't convert 18446744073709551615.
-
-Thu Jul 7 06:56:15 2011 NARUSE, Yui <naruse@ruby-lang.org>
-
- * cont.c (FIBER_STACK_FLAGS): workaround fix for r32420 on FreeBSD.
-
-Thu Jul 7 06:46:12 2011 Eric Hodel <drbrain@segment7.net>
-
- * benchmark/driver.rb: Add difference column to report that averages
- across all runs of a benchmark. [Ruby 1.9 - Feature #4982]
-
-Thu Jul 7 06:19:38 2011 Eric Hodel <drbrain@segment7.net>
-
- * lib/rubygems.rb: Reduce requires to improve `make benchmark`.
- [#4962]
- * lib/rubygems/specification.rb: Delay initialization of rubygems
- until require is called.
-
-Thu Jul 7 04:31:26 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * parse.y (arg): rescue_mod is in inverse order from other
- modifiers. patched by michael.j.edgar AT dartmouth.edu at
- [ruby-core:36248]. fixed #4716.
-
-Thu Jul 7 00:40:16 2011 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * win32/win32.c (kill): check that the process exited or not before
- terminating it. [Bug #4943]
-
-Wed Jul 6 23:13:19 2011 Yukihiro Matsumoto <matz@ruby-lang.org>
-
- * parse.y (opt_call_args): allow trailing comma after assoc
- argument e.g. 'foo(bar:1,)'. fixed #3456
-
-Wed Jul 6 22:11:12 2011 Shota Fukumori <sorah@tubusu.net>
-
- * test/cgi/test_cgi_header.rb(test_cgi_header_nph): Validate date in
- "Date:" header
-
-Wed Jul 6 21:29:33 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * cont.c (fiber_machine_stack_alloc): cleanup pointer arithmetic.
- "size/sizeof(VALUE)" is ugly and easy confusing.
- * cont.c (fiber_initialize_machine_stack_context): ditto.
-
-Wed Jul 6 21:24:53 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * cont.c (fiber_machine_stack_alloc): fix mprotect misuse. A stack
- guard page should have PROT_NONE.
- * cont.c (fiber_initialize_machine_stack_context):
- th->machine_stack_maxsize shouldn't be included guard pages size.
- [Bug #4983][ruby-dev:44043]
-
-Wed Jul 6 21:23:38 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * cont.c (fiber_machine_stack_alloc): use MAP_STACK if it's provided.
-
-Wed Jul 6 21:22:16 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * cont.c (fiber_machine_stack_alloc): use MAP_FAILED instead of -1.
-
-Wed Jul 6 21:21:05 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * cont.c (fiber_machine_stack_alloc): remove unnecessary cast.
-
-Wed Jul 6 18:10:13 2011 Shota Fukumori <sorah@tubusu.net>
-
- * test/cgi/test_cgi_header.rb(test_cgi_header_nph): Adding space after
- comma.
-
- * test/cgi/test_cgi_header.rb(test_cgi_header_nph): Remove variable
- `now`. Suppress warning.
-
-Wed Jul 6 12:18:09 2011 Shota Fukumori <sorah@tubusu.net>
-
- * test/cgi/test_cgi_header.rb(test_cgi_header_nph): Fix bug depends to
- time. The test fails if time past 1 second in line 136-145
-
-Tue Jul 5 15:28:04 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * parse.y (parser_here_document): should dispatch heredoc_end
- scanner event on an empty here document. fixed Bug#4543.
-
-Tue Jul 5 13:49:26 2011 Yusuke Endoh <mame@tsg.ne.jp>
-
- * addr2line.c: fix r32407 to check HAVE_ALLOCA_H.
-
-Tue Jul 5 14:05:43 2011 NARUSE, Yui <naruse@ruby-lang.org>
-
- * lib/webrick/httpauth/digestauth.rb (_authenticate):
- Literal texts in HTTP ABNF is case-insensitive (RFC2616 2.1),
- and a sample implementation in RFC2617 also ignores the case
- of algorithms. So now this ignores those cases.
- [ruby-dev:43965] [Feature #4936]
-
- * lib/webrick/httpauth/digestauth.rb (initialize):
- Because of above, opera_hack is useless and removed.
-
-Tue Jul 5 01:30:01 2011 Yusuke Endoh <mame@tsg.ne.jp>
-
- * thread_pthread.c (native_sleep): cut the waiting time up to
- 100,000,000 because Solaris cond_timedwait() return EINVAL if an
- argument is greater than current_time + 100,000,000. This is
- considered as a kind of spurious wakeup. The caller to native_sleep
- should care about spurious wakeup.
-
-Tue Jul 5 01:24:26 2011 Yusuke Endoh <mame@tsg.ne.jp>
-
- * cont.c: disable FIBER_USE_NATIVE on Solaris because resuming any
- Fiber caused SEGV. I haven't follow up the issue deeply, but it
- works when disabling the feature.
-
-Tue Jul 5 01:22:46 2011 Yusuke Endoh <mame@tsg.ne.jp>
-
- * addr2line.c: include <alloca.h> to fix a build issue on Solaris.
-
-Tue Jul 5 00:49:05 2011 CHIKANAGA Tomoyuki <nagachika00@gmail.com>
-
- * ext/coverage/coverage.c: resurrect r32071 + add GC guard for
- rb_coverages. [ruby-core:37352] [Bug #4927]
- [ruby-core:36539] [Feature #4796]
-
- * test/coverage/test_coverage.rb resurrect r32071.
-
-Mon Jul 4 22:24:46 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * thread_pthread.c (get_stack): For NetBSD/FreeBSD, use
- pthread_attr_getstack() if possible. and, remove an assumption
- of stack growing direction.
-
-Mon Jul 4 20:42:31 2011 Yusuke Endoh <mame@tsg.ne.jp>
-
- * ext/coverage/coverage.c: revert r32071. The commit caused SEGV on
- some minor nonfree OS. I have no means of debugging the bug. My
- personal opinion is that such OS should be unsupported unless there
- is an active maintainer. [ruby-core:37352]
-
- * test/coverage/test_coverage.rb: ditto.
-
-Mon Jul 4 07:14:12 2011 NARUSE, Yui <naruse@ruby-lang.org>
-
- * thread_pthread.c (get_stack): the return address of get_stack
- must be the highest address of the current thread's stack.
-
-Mon Jul 4 06:37:22 2011 Koichi Sasada <ko1@atdot.net>
-
- * include/ruby/intern.h, thread_pthread.c (rb_reserved_fd_p,
- RB_RESERVED_FD_P): added. This C API is to limit to access
- fds which are used by RubyVM internal. In this version of
- CRuby, return 1 if fd is communication pipe.
- If your application needs to close all file descriptors to
- present resource leak, skip internal fds using this C API.
- We also define a macro RB_RESERVED_FD_P(fd). So you can write
- #ifndef RB_RESERVED_FD_P
- #define RB_RESERVED_FD_P(fd) 0
- #endif
- for Ruby 1.9.2 or previous version to write compatible extensions.
- See [ruby-core:37727]
-
- * thread_win32.c (rb_reserved_fd_p): added (return 0 for any fds).
-
- * io.c (rb_io_initialize): raise ArgumentError if given fd is reserved by Ruby.
-
-Sun Jul 3 23:43:56 2011 Yuki Sonoda (Yugui) <yugui@yugui.jp>
-
- * ext/extmk.rb (extmake): suppresses outputs from extconf.rb.
- (extmake) warns a failure in extconf.rb.
-
-Sun Jul 3 13:44:51 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * array.c (ary_reject_bang): should not remove elements which are
- not yielded. [Bug #2545]
-
-Sun Jul 3 06:10:26 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * thread_pthread.c (get_stack): pthread_attr_getstack() doesn't
- return stack start address, but stack base address. Thus,
- we need to add stack size for getting stack start address.
- And, we don't have to decrease guard size twice.
- * thread_pthread.c (thread_start_func_1): don't use inaccurate
- stack start guess if native_thread_init_stack() can be used.
- [Bug #1813] [ruby-core:24540]
-
-Sun Jul 3 04:50:08 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * thread_pthread.c (get_stack): add to a care of guard page on Mac
- OS X. [Bug #1813] [ruby-core:24540]
- * signal.c (ruby_signal): SIGBUS use alternative stack too.
- * signal.c (sigbus): On Mac, thread stack overflow makes SIGBUS
- instead of SIGSEGV. thus, added stackoverflow check.
- * signal.c (default_handler): get rid of compilation warning.
- * signal.c (Init_signal): ditto.
-
-Sat Jul 02 08:59:20 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>
-
- * test/openssl/test_ocsp.rb
- * test/openssl/test_x509_cert.rb: Perform SHA-256 tests only if
- supported by the available OpenSSL version. Versions < 0.9.8 don't
- support it. [ruby-core:37724]
-
-Sat Jul 2 07:17:45 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * array.c (rb_ary_reject_bang, rb_ary_delete_if): rejected
- elements should be removed. fixed [Bug #2545]
-
-Sat Jul 2 01:57:00 2011 Kenta Murata <mrkn@mrkn.jp>
-
- * NEWS: remove a description of Kernel#respond_to? because it has
- been reverted at revision 28564.
-
-Sat Jul 2 00:58:00 2011 Kenta Murata <mrkn@mrkn.jp>
-
- * NEWS: describe a change of multiplication of Bignum.
-
-Fri Jul 1 18:52:31 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * benchmark/bm_app_erb.rb: increase loop count. too short
- measurement time makes less accuracy.
- * benchmark/bm_app_factorial.rb: ditto.
- * benchmark/bm_app_mandelbrot.rb: ditto.
- * benchmark/bm_app_strconcat.rb: ditto.
-
- * benchmark/bm_io_file_create.rb: ditto.
- * benchmark/bm_io_file_read.rb: ditto.
- * benchmark/bm_io_file_write.rb: ditto.
-
- * benchmark/bm_so_concatenate.rb: ditto.
- * benchmark/bm_so_lists.rb: ditto.
- * benchmark/bm_so_matrix.rb: ditto.
- * benchmark/bm_so_random.rb: ditto.
- * benchmark/bm_so_sieve.rb: ditto.
-
- * benchmark/bm_vm_thread_mutex1.rb: ditto.
- * benchmark/bm_vm_thread_mutex2.rb: ditto.
- * benchmark/bm_vm_thread_mutex3.rb: ditto.
-
- * benchmark/bm_vm1_block.rb: cleanup.
- * benchmark/bm_vm1_const.rb: cleanup.
- * benchmark/bm_vm1_ensure.rb: cleanup.
- * benchmark/bm_vm1_ivar.rb: cleanup.
- * benchmark/bm_vm1_length.rb: cleanup.
- * benchmark/bm_vm1_neq.rb: cleanup.
- * benchmark/bm_vm1_not.rb: cleanup.
- * benchmark/bm_vm1_rescue.rb: cleanup.
- * benchmark/bm_vm1_simplereturn.rb: cleanup.
- * benchmark/bm_vm1_swap.rb: cleanup.
-
- * benchmark/bm_vm2_array.rb: cleanup.
- * benchmark/bm_vm2_case.rb: cleanup.
- * benchmark/bm_vm2_defined_method.rb: cleanup.
- * benchmark/bm_vm2_eval.rb: cleanup.
- * benchmark/bm_vm2_method.rb: cleanup.
- * benchmark/bm_vm2_mutex.rb: cleanup.
- * benchmark/bm_vm2_poly_method.rb: cleanup.
- * benchmark/bm_vm2_poly_method_ov.rb: cleanup.
- * benchmark/bm_vm2_proc.rb: cleanup.
- * benchmark/bm_vm2_regexp.rb: cleanup.
- * benchmark/bm_vm2_send.rb: cleanup.
- * benchmark/bm_vm2_super.rb: cleanup.
- * benchmark/bm_vm2_unif1.rb: cleanup.
- * benchmark/bm_vm2_zsuper.rb: cleanup.
-
- * benchmark/bm_vm_thread_alive_check1.rb: cleanup.
-
-Fri Jul 1 15:23:00 2011 Marc-Andre Lafortune <ruby-core@marc-andre.ca>
-
- * lib/matrix: Add LUP decomposition
-
-Fri Jul 1 15:21:14 2011 Marc-Andre Lafortune <ruby-core@marc-andre.ca>
-
- * lib/matrix.rb: Allow non integer exponents for Matrix#**
-
-Fri Jul 1 15:13:25 2011 Marc-Andre Lafortune <ruby-core@marc-andre.ca>
-
- * lib/matrix: Add Eigenvalue Decomposition
-
-Fri Jul 1 15:10:22 2011 Marc-Andre Lafortune <ruby-core@marc-andre.ca>
-
- * lib/matrix: Add Matrix#round
-
-Fri Jul 1 11:41:12 2011 NARUSE, Yui <naruse@ruby-lang.org>
-
- * string.c (tr_trans): free heap ptr when the str is not embedded.
- patched by Eric Wong. [Bug #4956] [ruby-core:37708]
-
-Fri Jul 1 11:07:43 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * thread.c (do_select): fix memory leak.
- Patch by Eric Wong. Thank you! [Bug #4953] [ruby-core:37702]
-
-Fri Jul 1 08:21:28 2011 Koichi Sasada <ko1@atdot.net>
-
- * vm_insnhelper.c (vm_getivar): check vm state version
- to invalidate inline cache (ivar index).
- fixes Bug #4926.
-
- * vm_insnhelper.c (vm_setivar): ditto.
-
-Fri Jul 1 08:03:15 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * error.c, thread_pthread.c (WRITE_CONST): suppress warnings
- `ignoring return value'.
-
-Fri Jul 1 06:41:36 2011 Koichi Sasada <ko1@atdot.net>
-
- * thread.c (rb_threadptr_check_signal): only wake up main thread.
-
- * thread.c (rb_threadptr_execute_interrupts_common): check signal
- delivery if it is main thread.
- fixes [ruby-dev:44005] [Ruby 1.9 - Bug #4950]
-
- * bootstraptest/test_fork.rb: add a test for above.
-
- * signal.c (rb_get_next_signal): skip if signal_buff is empty.
- (check signal_buff.size first)
-
- * vm_core.h: remove unused variable rb_thread_t::exec_signal.
-
- * thread.c (rb_thread_check_trap_pending): check
- rb_signal_buff_size() because rb_thread_t::exec_signal
- is no longer available.
-
-Fri Jul 1 03:28:25 2011 Yukihiro Matsumoto <matz@ruby-lang.org>
-
- * class.c (Init_class_hierarchy): should name BasicObject
- explicitly.
-
- * variable.c (rb_const_defined_0): should not check for
- superclasses as const_get.
-
-Fri Jul 1 03:24:03 2011 Tadayoshi Funaba <tadf@dotrb.org>
-
- * ext/date/date_core.c: mathn is still alive (should die soon).
-
-Thu Jun 30 23:50:00 2011 Kenta Murata <mrkn@mrkn.jp>
-
- * misc/ruby-mode.el (ruby-indent-beg-re): Fix broken regular
- expression. Fixes #4546
-
-Thu Jun 30 23:43:30 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>
-
- * ext/openssl/ossl.c/.h: Added ossl_x509_name_sk2ary.
- * ext/openssl/ossl.c: Replaced ossl_x509_ary2k by generic macro to
- simplify future conversions.
- * ext/openssl/ossl_ssl.c: Implement SSLSocket#client_ca.
- * test/openssl/test_ssl.rb: Add test for SSLSocket#client_ca.
- Thanks to Ippei Obayashi for providing the patch!
- [ Ruby 1.9 - Feature #4481 ] [ruby-core:35461]
-
-Thu Jun 30 22:38:58 2011 Koichi Sasada <ko1@atdot.net>
-
- * benchmark/bm_vm2_defined_method.rb: added to measure performance of
- bmethod (method defined by define_method()).
-
-Thu Jun 30 22:17:04 2011 Koichi Sasada <ko1@atdot.net>
-
- * vm_insnhelper.c (vm_call_bmethod): fix to hook call/return event
- for methods defined by define_method(). fixes Bug #4613.
-
- * thread.c (call_trace_proc): Fix to skip if class is not given (0).
- Note that ID and Class object are passed for call/return event
- if the called method was defined by define_method().
- If you are author of tracer/profiler/debugger, this may be an
- important change. You should check passed class as zero or
- non-zero instead of checking the event type.
-
- * test/ruby/test_settracefunc.rb: add a test for above.
-
-Thu Jun 30 21:18:35 2011 Yutaka Kanemoto <kanemoto@ruby-lang.org>
-
- * configure.in: Add warnflags for XL/C on AIX during configure
- to avoid [Bug #3971]. See [ruby-core:32859]
-
-Thu Jun 30 21:16:04 2011 Tadayoshi Funaba <tadf@dotrb.org>
-
- * ext/date/date_core.c (m_ajd): refers a constant.
-
-Thu Jun 30 20:54:25 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * ext/io/console/io-console.gemspec: spin-off gem for 1.9.2.
-
-Thu Jun 30 20:36:23 2011 Tadayoshi Funaba <tadf@dotrb.org>
-
- * ext/date/date_core.c: trivial changes.
-
-Thu Jun 30 20:12:36 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * test/ruby/test_module.rb: tests for [Bug #3422] and [Bug #3423].
-
-Thu Jun 30 20:03:39 2011 Tadayoshi Funaba <tadf@dotrb.org>
-
- * ext/date/date_core.c: modified doc.
-
-Thu Jun 30 19:09:19 2011 Koichi Sasada <ko1@atdot.net>
-
- * thread_pthread.c (thread_timer): ignore unknown errno.
- (we observed that select(2) was canceled by errno=514 on
- boron == Linux/Xen environment)
-
-Thu Jun 30 17:33:25 2011 Koichi Sasada <ko1@atdot.net>
-
- * ext/objspace/objspace.c (ObjectSpace.count_tdata_objects):
- Fix rdoc. Fixes Bug #3892.
-
- * ext/objspace/objspace.c (ObjectSpace.count_tdata_objects):
- Change key type if the klass of a object is zero (internal object).
- Read rdoc for details.
-
- * internal.h: export rb_objspace_data_type_name().
-
-Thu Jun 30 17:25:08 2011 Koichi Sasada <ko1@atdot.net>
-
- * thread_pthread.c (ping_signal_thread_list, thread_timer):
- fix to keep polling state if there are any ping-tasks.
-
-Thu Jun 30 12:25:34 2011 Koichi Sasada <ko1@atdot.net>
-
- * thread_pthread.c (rb_thread_create_timer_thread): allocate
- machine stack for the timer thread at least 12KB. FreeBSD 8.2
- AMD64 causes machine stack overflow (SIGSEGV) only with
- PTHREAD_STACK_MIN (maybe defined as 2KB).
-
-Thu Jun 30 09:36:37 2011 Eric Hodel <drbrain@segment7.net>
-
- * lib/weakref.rb: Attach documentation to WeakRef and add missing
- documentation
-
-Thu Jun 30 09:30:14 2011 Eric Hodel <drbrain@segment7.net>
-
- * lib/yaml.rb: Document toplevel YAML and YAML::ENGINE to describe
- Psych vs Syck engines.
-
-Thu Jun 30 09:21:52 2011 Eric Hodel <drbrain@segment7.net>
-
- * lib/cmath.rb: Hide handle_no_method_error from RDoc.
- * error.c: Document or hide undocumented error classes.
-
-Thu Jun 30 07:49:04 2011 Eric Hodel <drbrain@segment7.net>
-
- * hash.c: Document ENV
-
-Thu Jun 30 06:37:43 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * ruby.c (ruby_init_loadpath_safe): ensure RUBYLIB_PREFIX stored
- before RUBYLIB, even if MANGLED_PATH is enabled. fixed #1679.
- MANGLED_PATH is disabled by the default and will be removed
- completely in the future.
-
-Thu Jun 30 06:32:21 2011 Eric Hodel <drbrain@segment7.net>
-
- * lib/drb/drb.rb: Hide deprecated toplevel DRb constants.
-
-Thu Jun 30 06:17:02 2011 NARUSE, Yui <naruse@ruby-lang.org>
-
- * lib/cmath.rb (CMath.log): second argument: b can be nil.
-
-Thu Jun 30 06:23:28 2011 Eric Hodel <drbrain@segment7.net>
-
- * thread.c (ruby_thread_s_pass): Fix typo.
-
-Thu Jun 30 06:16:53 2011 Eric Hodel <drbrain@segment7.net>
-
- * lib/rdoc: Update to RDoc 3.8 which contains fixes for documentation
- in trunk.
-
-Thu Jun 30 02:53:26 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * thread.c (rb_threadptr_execute_interrupts_common): remove
- meaningless native_thread_yield(). It never close a race.
-
-Thu Jun 30 02:41:47 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * thread.c (rb_thread_schedule_limits): minor optimization.
- eliminate machine context saving when running time is enough small.
-
-Thu Jun 30 02:28:11 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * thread.c (rb_thread_schedule_rec): move interrupt_flag check to
- rb_thread_schedule().
- And also rename to rb_thread_schedule_limits() and remove
- sched_depth argument. It's no longer called recursive.
- * thread.c (rb_thread_schedule): add to check interrupt_flag as
- above explained.
-
- * thread.c (rb_threadptr_execute_interrupts_rec): rename to
- rb_threadptr_execute_interrupts_common() and remove sched_depth
- argument. It's no longer called recursive.
-
- * thread.c (rb_thread_sleep): adapt the renaming.
- * thread.c (rb_threadptr_execute_interrupts): ditto.
- * thread.c (rb_thread_execute_interrupts): ditto.
-
-Thu Jun 30 01:31:33 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * thread.c (thread_s_pass): change RDoc description and remove
- a sample code. The actual implementation never behave as explained by
- an example. It's a documentation bug.
-
-Thu Jun 30 00:54:33 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * thread.c (rb_thread_stop): change RDoc sample code. The old
- example is buggy and may cause deadlock. The patch is
- suggested by Heesob Park <phasis@gmail.com>. Thank you!
- [Bug #3606][ruby-core:31454]
-
-Thu Jun 30 00:49:53 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * thread.c (rb_thread_wakeup): change RDoc sample code. The old
- example is buggy and may not display anything by a race.
- The patch is suggested by Heesob Park <phasis@gmail.com>.
- Thank you! [Bug #3606][ruby-core:31454]
-
-Thu Jun 30 00:43:33 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * thread.c (rb_thread_run): change RDoc. The old example is buggy
- and may cause deadlock. The patch is suggested by Heesob Park
- <phasis@gmail.com>. Thank you! [Bug #3606][ruby-core:31454]
-
-Thu Jun 30 00:30:15 2011 Keiju Ishitsuka <keiju@ishitsuka.com>
-
- * lib/cmath.rb: make same exception for Math. fix [Bug #3137].
-
-Thu Jun 30 00:03:20 2011 Keiju Ishitsuka <keiju@ishitsuka.com>
-
- * lib/irb/completion.rb: complement correctly string literal. fix
- [Bug #1145].
-
-Wed Jun 29 23:42:51 2011 Tadayoshi Funaba <tadf@dotrb.org>
-
- * ext/date/date_core.c: avoided using timev.
- * ext/date/date_strftime.c: ditto.
- * ext/date/date_tmx.h: ditto.
-
-Wed Jun 29 23:17:57 2011 WATANABE Hirofumi <eban@ruby-lang.org>
-
- * ext/openssl/ossl.h (OPENSSL_SYS_WIN32): support for mingw(msys).
-
-Wed Jun 29 23:09:14 2011 WATANABE Hirofumi <eban@ruby-lang.org>
-
- * ext/tk/extconf.rb (intptr_t, uintptr_t): support for the latest ActiveTcl with mingw.
-
-Wed Jun 29 22:49:10 2011 Keiju Ishitsuka <keiju@ishitsuka.com>
-
- * lib/irb/cmd/help.rb: support RDoc 3.7. fix [Bug #3760].
-
-Wed Jun 29 22:04:14 2011 CHIKANAGA Tomoyuki <nagachika00@gmail.com>
-
- * lib/tracer.rb: Tracer.on only if required by -r command-line option.
- and consider --disable-gems option.
- * test/test_tracer.rb: add tests for it.
-
-Wed Jun 29 13:55:36 2011 Yukihiro Matsumoto <matz@ruby-lang.org>
-
- * variable.c (rb_const_get_0): should not look for superclasses if
- the second optional argument is given for #const_get().
- fix [Bug #3422] [Bug #3423]
-
-Wed Jun 29 12:07:27 2011 Eric Hodel <drbrain@segment7.net>
-
- * math.c: Attach documentation for Math.
- * object.c: Document NIL, TRUE, FALSE.
- * io.c: Improve grammar in ARGF comment. Document STDIN/OUT/ERR.
- Document ARGF global constant.
- * lib/rake: Hide deprecated toplevel constants from RDoc (import from
- rake trunk).
- * lib/thwait.rb: Document ThWait.
- * lib/mathn.rb: Hide Math redefinition from RDoc
- * lib/sync.rb: Add a basic comment for Sync_m, Synchronizer_m, Sync,
- Synchronizer.
- * parse.y: Document SCRIPT_LINES__.
- * hash.c: Document ENV class and global constant.
- * vm.c: Document TOPLEVEL_BINDING.
- * version.c: Document RUBY_* constants.
- * ruby.c: Document DATA and ARGV.
-
-Wed Jun 29 10:13:12 2011 Marc-Andre Lafortune <ruby-core@marc-andre.ca>
-
- * lib/matrix.rb: Matrix.zero can build rectangular matrices.
- Vector#r should be called #magnitude
-
-Wed Jun 29 10:11:08 2011 Marc-Andre Lafortune <ruby-core@marc-andre.ca>
-
- * lib/matrix.rb: Add Matrix#diagonal?, hermitian?, normal?,
- orthogonal?
- permutation?, symmetric?, {lower|upper}triangular?, unitary?, zero?
-
-Wed Jun 29 10:09:35 2011 Marc-Andre Lafortune <ruby-core@marc-andre.ca>
-
- * lib/matrix.rb: Specialize Matrix#find_index to return [row, col]
- and accept the same optional argument as #each
-
-Wed Jun 29 10:07:32 2011 Marc-Andre Lafortune <ruby-core@marc-andre.ca>
-
- * lib/matrix.rb: Matrix#each{_with_index} can iterate over a subset
- of the Matrix
-
-Wed Jun 29 06:21:02 2011 Koichi Sasada <ko1@atdot.net>
-
- * thread_pthread.c (native_stop_timer_thread): skip to close
- communication pipe to avoid timing bug (process termination timing).
- The communication pipe will closed by OS.
-
-Wed Jun 29 06:09:54 2011 Koichi Sasada <ko1@atdot.net>
-
- * error.c (rb_async_bug_errno): async-safe bug report function.
- In timer thread, signal handler should use it.
- The patch is contributed by Eric Wong <normalperson@yhbt.net>.
- Refs: [ruby-core:37644] and [ruby-core:37647]
-
- * thread_pthread.c: use rb_async_bug_errno().
- And replace all fprintf() to write().
-
- * internal.h (rb_async_bug_errno): add decl. of above func.
-
-Tue Jun 28 23:46:08 2011 Keiju Ishitsuka <keiju@ishitsuka.com>
-
- * lib/tracer.rb: count only non-internal libraries in stack trace,
- ignoring custom_require.
-
-Tue Jun 28 21:44:58 2011 Keiju Ishitsuka <keiju@ishitsuka.com>
-
- * lib/irb/ruby-lex.rb: recognize '\char' in ruby statement.
-
-Tue Jun 28 20:39:29 2011 Hiroshi Nakamura <nahi@ruby-lang.org>
-
- * lib/debug.rb (var_list): Command 'var *' did not work on 1.9(!).
- global_variables, local_variables, and instance_variables returns
- Symbols from 1.9 and need to stringify before evaling it.
- See #4931.
-
-Tue Jun 28 19:23:01 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * signal.c: Now, USE_TRAP_SIGMASK depend on HAVE_PTHREAD_SIGMASK.
- The code have already depended on pthread_sigmask since r27464.
-
-Tue Jun 28 15:09:21 2011 NARUSE, Yui <naruse@ruby-lang.org>
-
- * lib/benchmark.rb: merge eregon/benchmark.
- https://github.com/eregon/ruby/tree/benchmark
- patched by Benoit Daloze. [ruby-core:37593] [Bug #4940]
-
- * lib/benchmark (Benchmark#bmbm): bmbm should be consistent with bm
- for the return value.
-
- * test/benchmark: remove preemptive test instead of skipping
- I removed the preemptive test I wrote for Feature #4197.
- I'll add it back when the implementation will be able to satisfy it.
-
- * lib/benchmark (Benchmark#bmbm): remove useless explicit call,
- #format is an alias of #to_s test/benchmark: add a test for
- format of long time.
-
- * lib/benchmark: fix label width: always add 1 to ensure there is a
- space delimiter even with times over 100s
- When I asked for Feature #4197, I wanted to make delimiting spaces
- consistent for #bm and #bmbm.
- But with times over 100s, the output contains no space between the
- label and the first time (user).
- Now both ensure there is always a space, even if that means 3 spaces
- with times under 10s (because it is formatted as %10.6f)
-
- * test/benchmark: let labels be a constant
- lib/benchmark (Benchmark#realtime): avoid creating an unused Proc
- lib/benchmark (Benchmark#benchmark): use ensure clause to restore
- STDOUT.sync, as in #bmbm
-
-Tue Jun 28 13:41:51 2011 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * thread_win32.c (native_stop_timer_thread): fixed commit miss of
- r32244. grep sources before changing the signature of a function.
-
-Tue Jun 28 11:49:14 2011 Koichi Sasada <ko1@atdot.net>
-
- * thread_pthread.c (consume_communication_pipe):
- Make "buff" as static. (Maybe) "buff" can be shared between
- any caller (any threads) because no one use the read values.
- "buff" (1024 byte) on stack may cause stack overflow on
- several environment (we found a crash on FreeBSD).
- And remove const value "buff_size", and define CCP_READ_BUFF_SIZE
- macro.
-
-Tue Jun 28 11:45:30 2011 Eric Hodel <drbrain@segment7.net>
-
- * lib/rake: Update rake to fix some bugs and hide deprecated features
- from RDoc.
- * lib/rake/version.rb: Bump version to 0.9.2.1 to distinguish it from
- the released version.
- * NEWS: ditto
-
-Tue Jun 28 11:17:28 2011 Eric Hodel <drbrain@segment7.net>
-
- * lib/rdoc: Update to RDoc 3.7 (final)
- * NEWS: ditto
-
-Tue Jun 28 10:18:42 2011 NARUSE, Yui <naruse@ruby-lang.org>
-
- * process.c (rb_daemon): fix wrong #endif position.
-
-Tue Jun 28 07:50:32 2011 Eric Hodel <drbrain@segment7.net>
-
- * object.c (Init_Object): Teach RDoc what Init_class_hierarchy does to
- hook up ri for BasicObject, Object, Module and Class.
-
-Tue Jun 28 05:03:32 2011 Hiroshi Nakamura <nahi@ruby-lang.org>
-
- * thread.c (rb_thread_local_aref): RDoc fix. Thread#[] example
- had a race. See #4480.
-
-Tue Jun 28 01:22:00 2011 Kenta Murata <mrkn@mrkn.jp>
-
- * ext/bigdecimal/bigdecimal.c (BigMath_s_log): move BigMath.log from
- bigdecimal/math.rb.
-
- * ext/bigdecimal/lib/bigdecimal/math.rb: ditto.
-
- * test/bigdecimal/test_bigdecimal.rb: move test for BigMath.log from
- test/bigdecimal/test_bigmath.rb.
-
- * test/bigdecimal/test_bigmath.rb: ditto.
-
-Tue Jun 28 01:19:52 2011 Keiju Ishitsuka <keiju@ishitsuka.com>
-
- * lib/irb/ruby-lex.rb: fix [Bug #4232].
-
-Tue Jun 28 00:14:13 2011 Masatoshi SEKI <m_seki@mva.biglobe.ne.jp>
-
- * lib/drb/drb.rb: fix [Bug #4409]. add DRbServer#here?.
-
- * test/drb/test_drb.rb: ditto.
-
- * test/drb/drbtest.rb: ditto.
-
- * test/drb/ut_eq.rb: ditto.
-
-Tue Jun 28 00:08:43 2011 Keiju Ishitsuka <keiju@ishitsuka.com>
-
- * lib/irb/workspace.rb: fix BUG#4793.
-
-Mon Jun 27 22:06:12 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * thread_pthread.c (consume_communication_pipe): don't use C99
- style variable length array.
-
-Mon Jun 27 22:04:27 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * thread_pthread.c (consume_communication_pipe): change return
- type to void. caller doesn't use it.
-
-Mon Jun 27 21:29:50 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * thread_pthread.h (rb_global_vm_lock_struct): add volatile to
- gvl->waiting. now thread_timer() access it w/o lock.
-
-Mon Jun 27 21:16:11 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * thread_pthread.c: s/__gvl_acquire/gvl_acquire_common/ and
- s/__gvl_release/gvl_release_common/.
-
-Mon Jun 27 11:41:47 2011 NARUSE, Yui <naruse@ruby-lang.org>
-
- * thread_pthread.c (rb_thread_create_timer_thread):
- the type of return value of write(2) is ssize_t.
-
-Mon Jun 27 09:57:02 2011 Koichi Sasada <ko1@atdot.net>
-
- * thread_pthread.c (rb_thread_create_timer_thread):
- Fixes missing initialization of oflags.
-
-Mon Jun 27 09:07:42 2011 Koichi Sasada <ko1@atdot.net>
-
- * thread_pthread.c: Stop polling in the timer thread when there are
- no waiting thread. If there are 2 or more runnable threads,
- the timer thread does polling. Avoid polling makes power save
- for several computers (0.2W per a Ruby process, when I measured).
- If outside-event such as signal or Thread#kill was occurred
- when the timer thread does not do polling, then wake-up
- the timer thread using communication-pipe (the timer thread
- waits this communication-pipe with select(2)).
- The discussion about this modification can be found from the post
- [ruby-core:33456] and other related posts.
- Note that Eric Wong and KOSAKI Motohiro give us the huge
- contributions for this modification. Thanks.
-
- * thread_pthread.c (rb_thread_wakeup_timer_thread): add a function.
- This function wakes up the timer thread using communication-pipe.
-
- * thread.c (rb_thread_stop_timer_thread): add a parameter which
- specify closing communication-pipe or not.
-
- * thread.c (rb_thread_terminate_all): do not stop timer thread here
- (ruby_cleanup() terminate timer thread).
-
- * signal.c: wake up timer thread using
- rb_thread_wakeup_timer_thread() from signal handler.
-
- * eval.c (ruby_cleanup): use rb_thread_stop_timer_thread(1).
-
- * process.c: use rb_thread_stop_timer_thread(0)
- (reuse communication-pipe).
-
- * thread_win32.c (rb_thread_wakeup_timer_thread): add a dummy
- function.
-
- * vm_core.h: add and fix decl. of functions.
-
-Mon Jun 27 08:01:19 2011 Tadayoshi Funaba <tadf@dotrb.org>
-
- * ext/date/date_parse.c: should use ALLOCA_N.
-
-Mon Jun 27 01:34:18 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * test/etc/test_etc.rb (TestEtc#test_get{pw,gr}nam): skip entries
- start with + sign, which means NIS. these are returned in the
- case that passwd and group entries in /etc/nsswitch.conf are set
- to use "nis" explicitly on Debian. fixed #3683
-
-Mon Jun 27 00:44:53 2011 NARUSE, Yui <naruse@ruby-lang.org>
-
- * parse.y (rb_parser_end_seen_p): fix documentation about return
- value. patched by Sho Hashimoto. [Bug #4511]
-
-Mon Jun 27 00:40:47 2011 NARUSE, Yui <naruse@ruby-lang.org>
-
- * hash.c (rb_hash_reject): add documentation that Hash#reject
- without block returns enumerator.
- patched by Michael Edgar [Bug #4847] [ruby-core:36800]
-
-Sun Jun 26 23:49:21 2011 Tadayoshi Funaba <tadf@dotrb.org>
-
- * test/date/test_switch_hitter.rb: added a test.
-
- Sun Jun 26 22:21:23 2011 Tadayoshi Funaba <tadf@dotrb.org>
-
- * ext/date/date_core.c: refactoring.
-
-Sun Jun 26 18:03:30 2011 URABE Shyouhei <shyouhei@ruby-lang.org>
-
- * parse.y: comma at the end of line is no longer allowed.
- A patch from Yukihiro Matsumoto <matz AT ruby-lang.org>.
- (fixed #3456).
-
-Sun Jun 26 13:35:35 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * vm_dump.c (rb_vm_bugreport): change CrashReporter suggestion messages
- on Mac. It should be placed after "-- C level backtrace" line.
- Suggested by Endoh-san.
-
- <before>
- -- See Crash Report log file under ~/Library/Logs/CrashReporter or ---------
- -- /Library/Logs/CrashReporter, for the more detail of ---------------------
- -- C level backtrace information -------------------------------------------
-
- <after>
- -- C level backtrace information -------------------------------------------
-
- See Crash Report log file under ~/Library/Logs/CrashReporter or
- /Library/Logs/CrashReporter, for the more detail of.
-
-Sun Jun 26 10:08:28 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>
-
- * ext/openssl/extconf.rb
- * ext/openssl/ossl_missing.h/.c: add ASN1_put_eoc if missing.
-
- * ext/openssl/ossl_asn1.c: introduce ossl_asn1_object_size and
- ossl_asn1_put_object to wrap functionality depending on OpenSSL
- version in use.
- Fixes [ Ruby 1.9 - Bug #4916 ] reported by Hiroshi Nakamura.
- [ruby-core:37286]
-
-Sun Jun 26 01:00:15 2011 Tadayoshi Funaba <tadf@dotrb.org>
-
- * ext/date/date_core.c (date_strftime_internal): removed meaningless braces.
- * ext/date/date_core.c (gengo): the value should be int.
-
-Sat Jun 25 23:45:30 2011 CHIKANAGA Tomoyuki <nagachika00@gmail.com>
-
- * vm_insnhelper.c (vm_search_superclass): avoid control frame
- stack overrun. currently super() in Proc created in a method
- defined by Module#define_method raise NoMethodError. [Bug #4881]
- * test/ruby/test_method.rb t_super_in_proc_from_define_method):
- add test for it.
-
-Sat Jun 25 23:23:14 2011 CHIKANAGA Tomoyuki <nagachika00@gmail.com>
-
- * thread.c (sleep_forever): now Kernel#sleep don't wakeup by
- signal handler execution. [Bug #4072]
-
-Sat Jun 25 23:14:47 2011 CHIKANAGA Tomoyuki <nagachika00@gmail.com>
-
- * thread.c (rb_threadptr_check_signal): remove unnecessary th->status
- backup. fix race condition which may results unexpected main thread's
- status transition. see #4072
-
-Fri Jun 24 19:57:30 2011 Hiroshi Nakamura <nahi@ruby-lang.org>
-
- * lib/webrick/httprequest.rb (setup_forwarded_info): Parsing request
- header failed when the request is from 2 or more Apache reverse
- proxies. It's said that all X-Forwarded-* headers will contain more
- than one (comma-separated) value if the original request already
- contained one of these headers. Since we could use these values as
- Host header, we choose the initial(first) value. See #4922.
-
- * test/webrick/test_httprequest.rb (test_forwarded): Test it.
-
-Fri Jun 24 17:06:33 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * process.c (proc_daemon): should not start timer thread
- twice. fixed Bug#4920.
-
-Fri Jun 24 15:54:14 2011 Hiroshi Nakamura <nahi@ruby-lang.org>
-
- * ext/openssl/ossl_ssl.c (ossl_ssl_shutdown): Try to shutdown SSL
- connection more gracefully. Call SSL_shutdown() max 4 times until it
- returns 1 (success). Bi-directional SSL close has several states but
- SSL_shutdown() kicks only 1 transition per call. Max 4 is from
- mod_ssl.c of Apache httpd that says 'max 2x pending + 2x data = 4'.
- See #4237.
-
-Fri Jun 24 07:24:37 2011 Eric Hodel <drbrain@segment7.net>
-
- * lib/rake/version.rb: Fixed VERSION to work with tool/rbinstall.rb
- * bin/rake: Import bin/rake from 0.9.2
- * tool/rbinstall.rb (install): Rake::VERSION is now in
- lib/rake/version.rb. Fixes `make install`
-
-Fri Jun 24 07:11:37 2011 Eric Hodel <drbrain@segment7.net>
-
- * lib/rake: Import Rake 0.9.2
-
-Fri Jun 24 00:44:15 2011 Tadayoshi Funaba <tadf@dotrb.org>
-
- * ext/date/date_core.c (c_valid_{julian,gregorian}_p): fixed the range of month.
-
-Fri Jun 24 00:14:23 2011 Tadayoshi Funaba <tadf@dotrb.org>
-
- * ext/date/date_core.c: trivial changes on text.
-
-Thu Jun 23 22:46:57 2011 Hiroshi Nakamura <nahi@ruby-lang.org>
-
- * ext/openssl/ossl_x509name.c: Add X509::Name#hash_old as a wrapper
- for X509_NAME_hash_old in OpenSSL 1.0.0. See #4805
-
- * test/openssl/test_x509name.rb (test_hash): Make test pass with
- OpenSSL 1.0.0.
-
- * NEWS: Add it.
-
-Thu Jun 23 19:30:53 2011 Hiroshi Nakamura <nahi@ruby-lang.org>
-
- * ext/openssl/ossl_ssl_session.c (ossl_ssl_session_set_time): Check
- argument type with NUM2LONG if the arg is not a Time object.
- See #4919.
-
- * ext/openssl/ossl_ssl_session.c (ossl_ssl_session_set_timeout): Check
- type with NUM2LONG. Time as an arg is not allowed. See #4919.
-
- * test/openssl/test_ssl_session.rb (test_session_time,
- test_session_timeout): Test it.
-
-Wed Jun 23 13:30:30 2011 Shota Fukumori <sorah@tubusu.net>
-
- * signal.c(ruby_atomic_exchange): Fix definition style.
-
-Wed Jun 22 22:34:05 2011 Hiroshi Nakamura <nahi@ruby-lang.org>
-
- * ext/openssl/ossl_ssl.c (ossl_sslctx_session_new_cb): Return 0 to
- OpenSSL from the callback for SSL_CTX_sess_set_get_cb().
- Returning 0 means to OpenSSL that the session is still valid
- (since we created Ruby Session object) and was not freed by us with
- SSL_SESSION_free(). Call SSLContext#remove_session(sess) in
- session_get_cb block if you don't want OpenSSL to cache the session
- internally.
- This potential issue was pointed by Ippei Obayashi. See #4416.
-
- * test/openssl/test_ssl_session.rb (test_ctx_server_session_cb): Test
- it.
-
-Wed Jun 22 22:21:17 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>
-
- * ext/openssl/ossl_ssl_session.c: Respect T_BIGNUM time values. Patch by
- Tomoyuki Chikanaga.
- [ Ruby 1.9 - Bug #4919 ] [ruby-dev:43869]
-
-Wed Jun 22 21:29:25 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * ext/socket/depend (SOCK_HEADERS): use $(top_srcdir) instead of
- $(topdir). sorry!
-
-Wed Jun 22 19:47:03 2011 NARUSE, Yui <naruse@ruby-lang.org>
-
- * cont.c (cont_capture): add volatile.
- On clang -O, it is needed to avoid the optimization.
- With this and llvm/clang's recent fix, clang 3.0 can
- build ruby-trunk with -O option.
-
- * cont.c (cont_capture): use for-loop.
-
- * array.c (rb_ary_each): add volatile and use it.
-
- * vm_insnhelper.c (vm_call_cfunc): ditto.
-
-Wed Jun 22 18:20:46 2011 Hiroshi Nakamura <nahi@ruby-lang.org>
-
- * ext/openssl/ossl_ssl.c (ossl_sslctx_session_remove_cb):
- OpenSSL::SSL::SSLContext#session_remove_cb was broken. It wrongly
- tried to call the session_*new*_cb callback.
-
- * test/openssl/test_ssl_session.rb (class OpenSSL): Test it.
-
-Wed Jun 22 17:37:49 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>
-
- * ext/openssl/ossl.h: Introduced OSSL_BIO_reset macro for PEM/DER
- fallback scenarios.
-
- * ext/openssl/ossl_pkey_dsa.c
- * ext/openssl/ossl_x509req.c
- * ext/openssl/ossl_pkey_rsa.c
- * ext/openssl/ossl_pkey_ec.c
- * ext/openssl/ossl_ssl_session.c
- * ext/openssl/ossl_x509crl.c
- * ext/openssl/ossl_pkey.c
- * ext/openssl/ossl_pkey_dh.c
- * ext/openssl/ossl_x509cert.c
- * ext/openssl/ossl_pkcs7.c: Use OSSL_BIO_reset.
-
- * ext/openssl/ossl_ssl.c
- * ext/openssl/ossl_cipher.c
- * ext/openssl/ossl_pkey_ec.c
- * ext/openssl/ossl_pkcs12.c
- * ext/openssl/ossl_ssl_session.c: Replace rb_raise occurrences by
- ossl_raise. This automatically flushes OpenSSL's error queue.
-
- * ext/openssl/ossl_pkcs7.c: Raise error if DER fallback for parsing
- fails.
-
- * test/openssl/test_pkey_ec.rb
- * test/openssl/test_pkey_dsa.rb
- * test/openssl/test_pkey_rsa.rb: Add assertions that OpenSSL.errors is
- empty.
-
- * test/openssl/test_pkey_rsa.rb: Remove initial OpenSSL.errors call in
- test_new.
- [ Ruby 1.9 - Bug #4885 ] [ruby-core:37134]
-
-Wed Jun 22 15:01:24 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>
-
- * ext/openssl/ossl_ssl.c: Use SSL_MODE_RELEASE_BUFFERS if available.
- Thanks, Eric Wong, for providing the patch.
- [ Ruby 1.9 - Feature #4672 ] [ruby-core:36127]
-
-Wed Jun 22 14:47:53 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>
-
- * test/openssl/test_buffering.rb
- * test/openssl/test_pkcs12.rb: Inherit from Test::Unit::TestCase
- instead of MiniTest::Unit::TestCase. [ruby-core:37275]
-
-Wed Jun 22 12:41:03 2011 Hiroshi Nakamura <nahi@ruby-lang.org>
-
- * ext/openssl/ossl_ssl_session.c (ossl_ssl_session_to_der):
- OpenSSL::SSL::Session#to_der was broken. Fix buffer handling.
-
- * test/openssl/test_ssl_session.rb (test_session): Test it.
-
-Wed Jun 22 12:38:52 2011 Hiroshi Nakamura <nahi@ruby-lang.org>
-
- * test/openssl/test_ssl_session.rb: Split out SSL::Session related
- tests from test_ssl.rb
-
-Wed Jun 22 03:20:52 2011 Aaron Patterson <aaron@tenderlovemaking.com>
-
- * ext/psych/lib/psych/visitors/to_ruby.rb: Fix cyclic references of
- objects. Thanks to CvX for reporting the bug and a test case.
- * test/psych/test_object.rb: test for cyclic object references.
-
-Wed Jun 22 02:39:54 2011 Hiroshi Nakamura <nahi@ruby-lang.org>
-
- * lib/net/http.rb (Net::HTTP.post_form): Do not ignore query part of
- the given URI to post. See #655.
-
- * test/net/http/test_http.rb, test/net/http/utils.rb: Test it.
-
-Wed Jun 22 01:28:13 2011 Hiroshi Nakamura <nahi@ruby-lang.org>
-
- * test/openssl/test_x509store.rb (test_set_errors): Redhat is
- distributing a patched version of OpenSSL that allows multiple CRL
- for a key (multi-crl.patch.) Make test pass on such env. See #4122,
- #4554.
-
-Tue Jun 21 21:50:37 2011 Hiroshi Nakamura <nahi@ruby-lang.org>
-
- * lib/webrick/httpresponse.rb (HTTPResponse#setup_header): Close
- HTTP/1.1 connection when returning an IO object as response body
- without setting HTTPResponse#chunked to true. See #855 no.1.
-
- * test/webrick/test_httpserver.rb: Test it.
-
-Tue Jun 21 21:27:34 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * internal.h: move rb_thread_io_blocking_region() declaration
- from intern.h to internal.h. It's still experimental API and
- need more discussion. [ruby-dev:43698]
- * include/ruby/intern.h: ditto.
-
- * ext/socket/rubysocket.h: include internal.h.
- * ext/socket/depend: add internal.h dependency.
- * ext/socket/extconf.rb: add $INCFLAGS to topdir.
-
-Tue Jun 21 20:38:47 2011 Tadayoshi Funaba <tadf@dotrb.org>
-
- * ext/date/date_core.c (datetime_s_*): canonicalize 24 o'clock.
-
-Tue Jun 21 19:46:23 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * test/ruby/test_thread.rb (TestThread#test_priority): enable
- this test again. Current GVL respect thread priority rather
- than past.
-
-Tue Jun 21 13:25:35 2011 TAKAO Kouji <kouji@takao7.net>
-
- * ext/readline/readline.c (readline_getc): applied a patch in
- #3827 by by Akio Tajima <artonx AT yahoo.co.jp>. (see #3827)
-
-Tue Jun 21 13:16:31 2011 TAKAO Kouji <kouji@takao7.net>
-
- * ext/readline/extconf.rb: fixed bug, specify --disable-libedit
- then disable libedit, does not specify then check readline and
- libedit if failed checking readline. (fixes #3375)
-
-Mon Jun 20 22:52:07 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * process.c (before_exec): use sig_do_nothing instead of SIG_DFL
- for avoiding a race.
- * process.c (sig_do_nothing): new function.
-
-Mon Jun 20 21:31:03 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * thread_pthread.c (thread_timer): rename timeout_10ms to
- time_quantum. it's no longer 10ms.
-
-Mon Jun 20 18:46:02 2011 Hiroshi Nakamura <nahi@ruby-lang.org>
-
- * ext/openssl/ossl_cipher.c, ext/openssl/lib/openssl/cipher.rb:
- Documentation fix by Ippei Obayashi. See #4419.
-
-Mon Jun 20 15:41:33 2011 Hiroshi Nakamura <nahi@ruby-lang.org>
-
- * lib/webrick/cookie.rb (WEBrick::Cookie.parse): Revert r31228.
- r31228 was for allowing the 'Cookie:' header which did not have no
- SP after ';' for separating cookie-pairs but RFC6265 requires single
- SP after ';' there. We allow multiple SPs here for compatibility
- with older WEBrick version.
-
- * test/webrick/test_cookie.rb: Test it.
-
-Sun Jun 19 13:31:26 2011 Shota Fukumori <sorah@tubusu.net>
-
- * NEWS: Introduce --hide-skip on test/unit.
-
-Sun Jun 19 10:05:16 2011 Shota Fukumori <sorah@tubusu.net>
-
- * lib/test/unit/parallel.rb: Override Test::Unit::TestCase#on_parallel_worker?
- only when $0 == __FILE__.
-
- * lib/test/unit/parallel.rb: Run Test::Unit::Worker.run only when
- $0 == __FILE__.
-
-Sat Jun 18 23:59:24 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * io.c (fill_cbuf): finish reading at EOF, and the readconv has
- been cleared by another thread while io_fillbuf() is waiting at
- select(). a patch in [ruby-core:37197] by Hiroshi Shirosaki
- <h.shirosaki AT gmail.com>. fixed #3840
-
-Sat Jun 18 21:36:29 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * thread_pthread.c: remove GVL_DEBUG
-
-Sat Jun 18 21:32:02 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * vm.c, vm_core.h (rb_vm_stack_to_heap): remove const.
- It makes compilations warnings.
-
-Sat Jun 18 18:54:15 2011 Koichi Sasada <ko1@atdot.net>
-
- * vm.c, vm_core.h (rb_vm_stack_to_heap): fix "const" place.
-
-Sat Jun 18 17:23:38 2011 Tanaka Akira <akr@fsij.org>
-
- * eval.c, hash.c, load.c, proc.c, range.c, thread.c, time.c: don't
- declare internal functions.
-
- * internal.h, vm_core.h: declare internal functions.
-
- * array.c: include internal.h.
-
- * common.mk: update dependency for array.o.
-
-Sat Jun 18 13:39:33 2011 Tanaka Akira <akr@fsij.org>
-
- * internal.h: declarations declared in include/ruby/*.h removed.
-
-Sat Jun 18 12:42:17 2011 Tanaka Akira <akr@fsij.org>
-
- * method.h, internal.h iseq.h: declare internal functions.
-
- * compile.c, eval.c, iseq.c, object.c, parse.y, proc.c, process.c,
- thread.c, vm.c, vm_eval.c, vm_insnhelper.c, vm_method.c: don't
- declare internal functions.
-
- Note that rb_method_entry_eq() is defined in vm_method.c but
- there was a declaration in proc.c with different const-ness.
- Now it is declared in method.h with same const-ness to the
- definition.
-
- * object.c (rb_mod_module_exec): don't declare functions declared in
- include/ruby/intern.h.
-
-Sat Jun 18 12:05:08 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * include/ruby/backward/classext.h: for evil gems. fixed #4803
-
-Sat Jun 18 11:12:13 2011 Tanaka Akira <akr@fsij.org>
-
- * common.mk: update dependencies.
-
-Sat Jun 18 11:09:03 2011 Tanaka Akira <akr@fsij.org>
-
- * io.c: suppress warnings.
-
-Sat Jun 18 10:22:39 2011 Tanaka Akira <akr@fsij.org>
-
- * internal.h: declare more internal functions.
-
- * iseq.h (rb_method_get_iseq): declared.
-
- * compile.c, eval.c, eval_error.c, iseq.c, parse.y, proc.c, range.c,
- ruby.c, time.c, util.c, vm.c: don't declare internal functions.
-
- * eval.c, parse.y, thread_pthread.c: non-existing function declarations
- removed.
-
-Sat Jun 18 08:12:54 2011 Tanaka Akira <akr@fsij.org>
-
- * common.mk: dependencies updated.
-
- * tool/update-deps: new file to assist update dependencies in
- common.mk.
-
-Sat Jun 18 07:27:27 2011 Tanaka Akira <akr@fsij.org>
-
- * internal.h: declare internal functions here.
-
- * node.h: declare NODE dependent internal functions here.
-
- * iseq.h: declare rb_iseq_t dependent internal functions here.
-
- * vm_core.h: declare rb_thread_t dependent internal functions here.
-
- * bignum.c, class.c, compile.c, complex.c, cont.c, dir.c, encoding.c,
- enumerator.c, error.c, eval.c, file.c, gc.c, hash.c, inits.c, io.c,
- iseq.c, load.c, marshal.c, math.c, numeric.c, object.c, parse.y,
- proc.c, process.c, range.c, rational.c, re.c, ruby.c, string.c,
- thread.c, time.c, transcode.c, variable.c, vm.c,
- tool/compile_prelude.rb: don't declare internal functions declared
- in above headers. include above headers if required.
-
- Note that rb_thread_mark() was declared as
- void rb_thread_mark(rb_thread_t *th) in cont.c but defined as
- void rb_thread_mark(void *ptr) in vm.c. Now it is declared as
- the later in internal.h.
-
-Sat Jun 18 02:36:00 2011 Kenta Murata <mrkn@mrkn.jp>
-
- * ext/bigdecimal/bigdecimal.c (VpNewRbClass): fix type of the 2nd
- argument.
-
- * ext/bigdecimal/bigdecimal.h: ditto.
-
-Sat Jun 18 02:30:00 2011 Kenta Murata <mrkn@mrkn.jp>
-
- * ext/bigdecimal/bigdecimal.c (BigMath_s_exp): move BigMath.exp from
- bigdecimal/math.rb.
-
- * ext/bigdecimal/lib/bigdecimal/math.rb: ditto.
-
- * test/bigdecimal/test_bigdecimal.rb: move test for BigMath.exp from
- test/bigdecimal/test_bigmath.rb.
-
- * test/bigdecimal/test_bigmath.rb: ditto.
-
-Sat Jun 18 00:20:54 2011 Tadayoshi Funaba <tadf@dotrb.org>
-
- * ext/date/date_core.c: do not define wnum[01].
-
-Fri Jun 17 18:57:36 2011 NARUSE, Yui <naruse@ruby-lang.org>
-
- * compile.c (iseq_compile_each): fix return value of obj[a,*b]=c.
-
-Fri Jun 17 13:09:45 2011 Eric Hodel <drbrain@segment7.net>
-
- * ext/curses/curses.c: Clean up documentation.
-
-Fri Jun 17 09:25:14 2011 Eric Hodel <drbrain@segment7.net>
-
- * ext/curses/curses.c: Document curses constants. Patch by Vincent
- Batts. [Ruby 1.9 - Bug #4880]
-
-Fri Jun 17 09:11:05 2011 Eric Hodel <drbrain@segment7.net>
-
- * object.c: Document Module#method_added and #method_removed.
- Patch by Bryce Kerley. [Ruby 1.9 - Feature #4867]
-
-Fri Jun 17 08:50:16 2011 Eric Hodel <drbrain@segment7.net>
-
- * io.c: Improve documentation of IO and File open and new.
- Patch by Roger Pack. [Ruby 1.9 - Bug #4790]
-
-Fri Jun 17 07:53:50 2011 Eric Hodel <drbrain@segment7.net>
-
- * lib/csv.rb: Document #raw_encoding. Patch by David Czarnecki.
- [Ruby 1.9 - Bug #4874]
-
-Fri Jun 17 07:46:50 2011 Eric Hodel <drbrain@segment7.net>
-
- * lib/benchmark.rb: Document Benchmark::Tms#memberwise. Patch by
- David Czarnecki. [Ruby 1.9 - Bug #4873]
-
-Fri Jun 17 07:38:31 2011 Eric Hodel <drbrain@segment7.net>
-
- * lib/prettyprint.rb: Improve documentation. Patch by Ysiad
- Ferreiras. [#4834]
-
-Fri Jun 17 07:23:03 2011 Eric Hodel <drbrain@segment7.net>
-
- * array.c (rb_ary_drop): Improve documentation. Patch by Caley Woods.
- [Ruby 1.9 - Bug #4858]
-
-Fri Jun 17 06:11:31 2011 Eric Hodel <drbrain@segment7.net>
-
- * lib/webrick/log.rb: Improve documentation of BasicLog and Log.
- Patch by Olivier Brisse. [Ruby 1.9 - Bug #4833]
- * lib/webrick/httpstatus.rb: Improve documentation of
- WEBrick::HTTPStatus. Patch by Olivier Brisse.
- [Ruby 1.9 - Bug #4833]
-
-Fri Jun 17 04:48:22 2011 Koichi Sasada <ko1@atdot.net>
-
- * thread_pthread.c, thread_pthread.h: remove unused variables.
- (native_thread_data_t::gvl_cond, native_thread_data_t::gvl_next)
-
-Thu Jun 16 14:32:31 2011 NARUSE, Yui <naruse@ruby-lang.org>
-
- * time.c (rb_time_new): prevent overflow by "* 1000".
-
-Fri Jun 17 03:07:36 2011 Koichi Sasada <ko1@atdot.net>
-
- * benchmark/bm_vm4_thread_create_join.rb,
- benchmark/bm_vm4_thread_mutex[1-3].rb: renamed to
- bm_thread_* (fix last rename).
-
-Fri Jun 17 02:26:47 2011 Koichi Sasada <ko1@atdot.net>
-
- * thread_pthread.c (native_thread_create): fix debug message.
- (add last newline)
-
-Thu Jun 16 23:40:49 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * thread.c (rb_thread_schedule_rec): fix {UN,}LIKELY macro misuse.
- * gc.c (rb_newobj): ditto.
- * vm_insnhelper.c (vm_method_search): ditto.
-
-Thu Jun 16 20:06:15 2011 Shota Fukumori <sorah@tubusu.net>
-
- * test/testunit/test_parallel.rb: Fix Regexp for test.
-
- * test/testunit/tests_for_parallel/test_third.rb: Use
- Test::Unit::TestCase#on_parallel_worker? for detecting worker.
-
- * lib/test/unit/testcase.rb(Test::Unit::TestCase#on_parallel_worker?):
- New Method Test::Unit::TestCase#on_parallel_worker? returns true
- when a testcase is running on parallel worker.
- * lib/test/unit/parallel.rb(Test::Unit::TestCase#on_parallel_worker?):
- ditto.
-
-Thu Jun 16 19:27:12 2011 Hiroshi Nakamura <nahi@ruby-lang.org>
-
- * test/test_securerandom.rb: Add testcase. This testcase does NOT aim
- to test cryptographically strongness and randomness. It includes
- the test for PID recycle issue of OpenSSL described in #4579 but
- it's disabled by default.
-
-Thu Jun 16 17:55:07 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * test/ruby/test_io.rb (TestIO#test_copy_stream_socket): fix
- test hanging up issue. Patch by CHIKANAGA Tomoyuki.
-
-Thu Jun 16 15:17:39 2011 Eric Hodel <drbrain@segment7.net>
-
- * variable.c (const_missing): Add simple example of const_missing.
- Patch by Anuj Dutta. [Ruby 1.9 - Bug #4794]
-
-Thu Jun 16 15:09:29 2011 Eric Hodel <drbrain@segment7.net>
-
- * lib/monitor.rb: Improve documentation. Patch by Sandor Szucs.
- [Ruby 1.9 - Bug #4823]
-
-Thu Jun 16 14:54:09 2011 Eric Hodel <drbrain@segment7.net>
-
- * lib/webrick/utils.rb: Document WEBrick::Utils. Patch by Olivier
- Brisse. [Ruby 1.9 - Bug #4819]
-
-Thu Jun 16 14:26:46 2011 Eric Hodel <drbrain@segment7.net>
-
- * lib/webrick/httpservlet/erbhandler.rb: Allow the ERB document to
- alter the content-type of the response. [Ruby 1.9 - Bug #4685]
-
-Thu Jun 16 14:15:47 2011 Eric Hodel <drbrain@segment7.net>
-
- * lib/timeout.rb: Clarify timeout duration types. Patch by Alf Mikula.
- [Ruby 1.9 - Bug #4791]
- * lib/net/http.rb: ditto
-
-Thu Jun 16 13:25:25 2011 Eric Hodel <drbrain@segment7.net>
-
- * lib/rdoc*: Import RDoc 3.7 release candidate
-
-Thu Jun 16 11:35:09 2011 Shugo Maeda <shugo@ruby-lang.org>
-
- * lib/net/imap.rb (search_response): parses SEARCH responses from
- the Yahoo IMAP server correctly. patched by Mark Nadig. [Bug #4509]
-
-Thu Jun 16 09:12:38 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * fix for build on solaris 10.
-
-Thu Jun 16 09:08:39 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * test/io/console/test_io_console.rb (TestIO_Console#test_sync):
- fix for daemon process.
-
-Thu Jun 16 07:58:01 2011 Shota Fukumori <sorah@tubusu.net>
-
- * test/testunit/test_parallel.rb(test_ignore_tzero): Test for r32109.
-
- * test/testunit/tests_for_parallel/test_third.rb: Use another way to
- detect that test is running on worker. This fixes sometimes
- TestParallel failing.
-
-Thu Jun 16 07:20:06 2011 Shota Fukumori <sorah@tubusu.net>
-
- * lib/test/unit.rb(Test::Unit::Runner#_run_parallel): Ignore -j0
- because it makes blocking forever by IO.select.
-
-Thu Jun 16 03:08:11 2011 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * test/testunit/test_parallel.rb (TestParallel::TestParallelWorker#
- setup): now can run on Windows, probably.
-
- * test/testunit/test_parallel.rb (TestParallel::TestParallel#setup):
- ditto.
-
-Thu Jun 16 03:00:26 2011 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * thread.c (do_select): Windows: no need to poll if select(2) is
- cancelable.
-
- * thread_win32.c (native_fd_select): new function to make select(2)
- cancelable.
-
- * thread_win32.c (rb_w32_check_interrupt): new function for checking
- interrupt.
-
- * win32/win32.c (rb_w32_select_with_thread): new function. cancelable
- select(2).
-
- * win32/win32.c (rb_w32_select): use above function internally.
-
-Wed Jun 15 23:30:45 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * gc.c: fix a regression by r31690 on AIX because AIX malloc
- return NULL if it's passed 0. But some caller don't expect it.
- patch by Yutaka Kanemoto. [ruby-dev:43779]
- (vm_malloc_prepare): return calculated size.
- (vm_xmalloc): use above result.
- (vm_xcalloc): ditto.
-
-Wed Jun 15 23:11:35 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * thread.c: remove BLOCKING_REGION_CORE() macro. It's no longer used
- since r32022.
-
-Wed Jun 15 21:00:47 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>
-
- * test/openssl/test_config.rb: execute based on the existence of the
- OpenSSL module.
-
-Wed Jun 15 12:35:11 2011 Tanaka Akira <akr@fsij.org>
-
- * test/ruby/test_io.rb (test_copy_stream_socket): wait a child process
- before SIGUSR1 handler is removed.
-
- * test/pathname/test_pathname.rb (define_assertion): use line number
- for test method names.
-
-Wed Jun 15 10:37:43 2011 NARUSE, Yui <naruse@ruby-lang.org>
-
- * file.c (rb_stat_rdev): use DEVT2NUM.
-
- * file.c (rb_stat_rdev_major): ditto.
-
- * file.c (rb_stat_rdev_minor): ditto.
-
-Wed Jun 15 05:12:59 2011 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
-
- * ext/tk/tcltklib.c (lib_eventloop_core): revert the last change (it's
- the part for ruby_1_8), and use rb_thread_check_ints() when RUBY_VM
- is defined.
-
-Wed Jun 15 04:42:47 2011 Koichi Sasada <ko1@atdot.net>
-
- * benchmark/bm_vm3_thread_*.rb: renamed bm_vm3_thread_*.rb to
- benchmark/bm_vm_thread_*.rb.
-
-Wed Jun 15 04:28:39 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * benchmark/bm_vm4_thread_pass.rb: rename bm_vm4* to
- bm_vm_thread_*. suggested by ko1.
- * benchmark/bm_vm4_pipe.rb: ditto.
- * benchmark/bm_vm4_alive_check1.rb: ditto.
- * benchmark/bm_vm4_pass_flood.rb: ditto.
-
-Wed Jun 15 03:52:50 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * benchmark/bm_vm4_pass_flood.rb: new benchmark for GVL fairness.
- * benchmark/bm_vm4_alive_check1.rb: ditto.
-
-Wed Jun 15 01:27:53 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * thread_pthread.c (gvl_yield): fix live lock issue on 1-2 cpus
- system. It's additional fix for r32021.
- * thread_pthread.c (gvl_init): add switch_wait_cond.
- * thread_pthread.h (typedef struct rb_global_vm_lock_struct): ditto.
-
-Tue Jun 14 23:16:22 2011 Tanaka Akira <akr@fsij.org>
-
- * bootstraptest/runner.rb (show_progress): refine verbose mode.
- (exec_test): ditto.
-
-Tue Jun 14 23:02:36 2011 Tanaka Akira <akr@fsij.org>
-
- * bootstraptest/runner.rb (show_progress): extracted from assert_check.
- (assert_check): use show_progress.
- (assert_normal_exit): ditto.
- (assert_finish): ditto.
- (flunk): ditto.
-
-Tue Jun 14 22:51:42 2011 Tadayoshi Funaba <tadf@dotrb.org>
-
- * test/date/test_*.rb: added tests.
-
-Tue Jun 14 22:09:58 2011 Tadayoshi Funaba <tadf@dotrb.org>
-
- * ext/date/date_core.c: renamed some functions.
- * ext/date/date_core.c: modified doc.
-
-Tue Jun 14 21:26:01 2011 CHIKANAGA Tomoyuki <nagachika00@gmail.com>
-
- * cont.c (cont_save_thread): add new utility function.
- rb_context_t::saved_thread.machine_stack_start and
- machine_stack_end should be cleared immediately after a snapshot of
- current thread is stored to saved_thread. [ruby-dev:43680] [Bug #4855]
- this change aims to get rid of unnecessary GC mark at machine stack.
-
-Tue Jun 14 19:50:49 2011 Tanaka Akira <akr@fsij.org>
-
- * test/ruby/test_autoload.rb: remove temporary directory.
-
-Tue Jun 14 11:05:03 2011 Narihiro Nakamura <narihiro@netlab.jp>
-
- * gc.c (rb_gc_set_params): call initial_expand_heap if
- initial_heap_min_slots is set.
-
-Tue Jun 14 11:02:08 2011 Narihiro Nakamura <narihiro@netlab.jp>
-
- * gc.c: use size_t.
-
-Tue Jun 14 01:10:38 2011 Yusuke Endoh <mame@tsg.ne.jp>
-
- * test/coverage/test_coverage.rb: add a test for restart. a patch
- from Xavier Shay. [ruby-core:36745]
-
-Tue Jun 14 01:05:10 2011 Yusuke Endoh <mame@tsg.ne.jp>
-
- * ext/coverage/coverage.c: make it restartable. [ruby-core:36539]
-
-Mon Jun 13 23:55:40 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * thread.c (rb_thread_schedule_rec): call gvl_yield() unconditionally.
- * thread_pthread.c: remove HAVE_GVL_YIELD macro.
- * thread_win32.c (gvl_yield): new. this fallback logic was moved from
- rb_thread_schedule_rec().
-
-Mon Jun 13 23:50:25 2011 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * ext/io/console/console.c (console_dev): typo.
-
-Mon Jun 13 23:38:23 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * parse.y (parser_parse_string): flush delayed token. based on a
- patch by Masaya Tarui in [ruby-dev:43762]. Bug #4544
-
- * parse.y (yylex): revert r24557. delayed token at the end of
- string should be flushed already by the above change.
-
-Mon Jun 13 23:33:31 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * ext/io/console/console.c (console_dev): console should be
- unbuffered.
-
- * ext/io/console/console.c (console_dev): take care of no-ctty
- case.
-
-Mon Jun 13 23:06:12 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * thread_pthread.c: rewrite GVL completely. This fix improve some
- benchmark dramatically (e.g. vm3_thread_mutex result changed
- form 120.601sec to 3.426sec).
- * thread_win32.c: ditto.
- * thread_pthread.h: ditto.
- * vm_core.h: ditto.
- * thread.c: ditto.
-
-Mon Jun 13 23:11:52 2011 Tanaka Akira <akr@fsij.org>
-
- * test/socket/test_unix.rb: don't use Thread.abort_on_exception.
-
-Mon Jun 13 23:05:01 2011 Tanaka Akira <akr@fsij.org>
-
- * ext/socket/unixsocket.c (unix_send_io): race condition fixed.
- (unix_recv_io): ditto.
- fixed by Eric Wong. [ruby-core:35574]
-
- * test/socket/test_unix.rb: test added for above problem.
-
-Mon Jun 13 21:41:05 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * thread_win32.c (native_cond_signal): remove unnecessary rb_bug().
- It's additional fix for r32021. [Bug #4696]
-
-Mon Jun 13 20:50:49 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>
-
- * test/openssl/test_ec.rb
- test/openssl/test_pkey_ec.rb: merge both files into test_pkey_ec.rb.
- Removed redundant group instantiation from PKey tests.
- * test/openssl/utils.rb: only create TEST_PKEY_EC_P256V1 if EC is
- defined.
-
-Mon Jun 13 20:28:24 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>
-
- * test/openssl/digest.rb: remove MDC2 from test, it is not available
- by default in an OpenSSL installation.
-
-Mon Jun 13 20:18:55 2011 Koichi Sasada <ko1@atdot.net>
-
- * vm_core.h, vm_insnhelper.h: move decl. of
- ruby_vm_global_state_version and related macros
- from vm_core.h to vm_insnhelper.h.
-
- * vm.c (vm_clear_all_cache): added. This function is called
- when ruby_vm_global_state_version overflows.
- TODO: vm_clear_all_inline_method_cache() is only place holder.
- We need to implement it ASAP.
-
- * vm_method.c (vm_clear_global_method_cache): added.
-
-Mon Jun 13 19:46:21 2011 Keiju Ishitsuka <keiju@ishitsuka.com>
-
- * lib/cmath.rb: add new method Object#real?. fix #3137
-
-Mon Jun 13 18:52:00 2011 Kenta Murata <mrkn@mrkn.jp>
-
- * ext/bigdecimal/bigdecimal.c (is_kind_of_BigDecimal): new function to
- examine the whether the object is kind of BigDecimal.
-
-Mon Jun 13 18:49:00 2011 Kenta Murata <mrkn@mrkn.jp>
-
- * ext/bigdecimal/bigdecimal.c (BigDecimalCmp): use GetVpValueWithPrec
- for Float and Rational arguments.
-
- * test/bigdecimal/test_bigdecimal.rb (test_new, test_cmp, test_power):
- add and modify tests for the above change.
-
- * ext/bigdecimal/bigdecimal.c (BigDecimalCmp): modify coding style to
- match ruby's standard.
-
-Mon Jun 13 18:33:04 2011 Tanaka Akira <akr@fsij.org>
-
- * lib/securerandom.rb (SecureRandom.random_bytes): modify PRNG state
- to prevent random number sequence repetition at forked child
- process which has same pid.
- reported by Eric Wong. [ruby-core:35765]
-
-Mon Jun 13 17:02:34 2011 NARUSE, Yui <naruse@ruby-lang.org>
-
- * lib/net/http.rb (Net::HTTP#use_ssl?): require 'openssl' only when
- https is needed. fixes r31933.
-
-Mon Jun 13 14:35:00 2011 Kenta Murata <mrkn@mrkn.jp>
-
- * lib/cmath.rb (CMath.cbrt): returns the principal value of the cube
- root of the argument. fix #3676
-
- * test/test_cmath.rb (test_cbrt_returns_principal_value_of_cube_root):
- test for the above change.
-
-Mon Jun 13 14:17:00 2011 Kenta Murata <mrkn@mrkn.jp>
-
- * lib/test/unit.rb (Test::Unit::GlobOption#non_options): fix typo.
-
-Mon Jun 13 13:04:20 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>
-
- * ext/openssl/ossl_digest.c: fix error for digests that have no oid
- (e.g. DSS1).
- * test/openssl/test_digest.c: add tests for this.
-
-Mon Jun 13 12:51:51 2011 NARUSE, Yui <naruse@ruby-lang.org>
-
- * lib/yaml.rb: load psych only when syck is not loaded.
-
-Mon Jun 13 12:23:39 2011 NARUSE, Yui <naruse@ruby-lang.org>
-
-Mon Jun 13 12:23:39 2011 NARUSE, Yui <naruse@ruby-lang.org>
-
- * ext/psych/lib/psych/deprecated.rb (Object#to_yaml_properties):
- undef to_yaml_properties before redefine it.
-
- * ext/syck/lib/syck/rubytypes.rb: ditto.
-
-Mon Jun 13 11:30:10 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>
-
- * ext/openssl/ossl_digest.c: allow Digests to be created by sn, ln or
- oid.
- * test/openssl/test_digest.rb: add tests for this.
- [Ruby 1.9 - Feature #4412] [ruby-core:35319]
-
-Mon Jun 13 10:54:03 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>
-
- * ext/openssl/pkey_dh.c: corrected documentation.
- * test/openssl/utils.rb: add test key for DH.
- * test/openssl/test_pkey_dh.rb: add tests.
-
-Mon Jun 13 10:13:08 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>
-
- * ext/openssl/pkey_dh.c: clarify difference between DH#public_key and
- DH#pub_key in documentation.
-
-Mon Jun 13 05:50:43 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>
-
- * NEWS: introduce PKey.read.
-
-Mon Jun 13 05:17:29 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>
-
- * ext/openssl/ossl_pkey.c: added PKey.read module function that allows
- reading arbitrary public/private keys from DER-/PEM-encoded File or
- string instances.
- * ext/openssl/ossl_pkey_dh.c: improved documentation.
- * test/openssl/utils.rb: added EC test key.
- * test/openssl/test_pkey_rsa.rb
- test/openssl/test_pkey_dsa.rb: Test PKey.read. Reuse keys from
- OpenSSL::TestUtils.
- * test/openssl/test_pkey_ec.rb: Created test file for EC tests.
- Test PKey.read.
- [Ruby 1.9 - Feature #4424] [ruby-core:35330]
-
-Mon Jun 13 04:42:24 2011 Koichi Sasada <ko1@atdot.net>
-
- * ext/objspace/objspace.c (total_i): fix to skip no ruby objects.
-
-Mon Jun 13 03:07:38 2011 NARUSE, Yui <naruse@ruby-lang.org>
-
- * test/benchmark/test_benchmark.rb (capture_output):
- replace '-' as space. On NetBSD, subtract between two Process.times
- after and before the short process may return negative value like:
- t0=Process.times; yield; t1=Process.times; p t1.utime-t0.utime
-
-Mon Jun 13 02:40:23 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>
-
- * test/openssl/test_pkey_dsa.rb: Test for DSA#syssign/sysverify.
-
-Mon Jun 13 01:59:19 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>
-
- * ext/openssl/ossl_pkey_dh.c: completed documentation.
- * ext/openssl/ossl_pkey_dsa.c: corrected examples. Improved parameter
- sections.
-
-Mon Jun 13 00:25:10 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>
-
- * ext/openssl/ossl_pkey_dsa.c: completed documentation.
-
-Sun Jun 12 23:36:46 2011 Masatoshi SEKI <m_seki@mva.biglobe.ne.jp>
-
- * lib/drb/drb.rb (kill_sub_thread): remove the method. [ruby-core:34185]
-
-Sun Jun 12 21:01:56 2011 Tadayoshi Funaba <tadf@dotrb.org>
-
- * ext/date/date_core.c (d_lite_marshal_load): should give converted value.
-
-Sun Jun 12 20:36:30 2011 Tadayoshi Funaba <tadf@dotrb.org>
-
- * ext/date/date_core.c: edited doc.
-
-Sun Jun 12 18:12:07 2011 Koichi Sasada <ko1@atdot.net>
-
- * benchmark/bm_vm3_clearmethodcache.rb: added.
-
-Sun Jun 12 17:40:29 2011 Koichi Sasada <ko1@atdot.net>
-
- * vm_method.c (rb_clear_cache*): update only vm state version.
-
- * vm_method.c (rb_method_entry_get_without_cache, rb_method_entry):
- Fill method cache entry with vm state version, and
- check current vm state version for method (cache) look up.
- This modification speed-up invalidating of global method cache table.
- [Ruby 1.9 - Feature #3905] [ruby-core:36908]
-
-Sun Jun 12 16:19:48 2011 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
-
- * ext/tk/extconf.rb: fail on Mac OS X. [Bug #4853][ruby-dev:43655]
-
-Sun Jun 12 15:56:08 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * thread.c: remove th->transition_for_lock. It's thread unsafe.
- [Bug #4723][ruby-dev:43563]
-
-Sun Jun 12 15:47:35 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * thread.c: introduce spurious wakeup safe deadlock check.
- [Bug #4696][ruby-dev:43554]
-
-Sun Jun 12 13:33:52 2011 Koichi Sasada <ko1@atdot.net>
-
- * benchmark/bm_vm3_thread_mutex.rb: remove it.
-
- * benchmark/bm_vm3_thread_mutex[1-3].rb: added 3 benchmarks.
- 1: one thread with one mutex (no contention).
- 2: two threads with one mutex (contention).
- 3: 1000 threads with one mutex (huge number of contention)
- Above removed benchmark was type 3.
- Therefore, this commit adds type 1 and 2 benchmark.
-
-Sun Jun 12 11:16:59 2011 Tanaka Akira <akr@fsij.org>
-
- * io.c: use select() appropriately for sendfile().
- Fixed by Eric Wong. [ruby-core:36150]
- (maygvl_copy_stream_wait_readwrite): removed.
- (nogvl_copy_stream_sendfile): use nogvl_copy_stream_wait_write and
- maygvl_copy_stream_wait_read instead of
- maygvl_copy_stream_wait_readwrite.
-
-Sun Jun 12 09:32:13 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * atomic.h (ATOMIC_OR): _InterlockedOr is not available on mingw.h
- * gc.c (rb_gc_set_params): VM_OBJSPACE is disabled on mingw.
-
-Sun Jun 12 01:07:09 2011 Tadayoshi Funaba <tadf@dotrb.org>
-
- * ext/date/date_core.c: edited doc.
-
-Sat Jun 11 23:18:00 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * vm_core.h (RUBY_VM_SET_TIMER_INTERRUPT, RUBY_VM_SET_INTERRUPT,
- RUBY_VM_SET_FINALIZER_INTERRUPT): use atomic ops for preventing
- interrupt_flag bit lost. [Bug #4770][ruby-dev:43467]
- * thread.c (rb_threadptr_execute_interrupts_rec): ditto.
- * vm_core.h (typedef struct rb_thread_struct): change type of
- interrupt_flag to rb_atomic_t.
- * atomic.h: move atomic ops definition from signal.c.
- * signal.c: remove atomic ops definition.
- * common.mk (gc, signal, thread, cont): add to dependency to atomic.h.
-
-Sat Jun 11 23:23:52 2011 Tadayoshi Funaba <tadf@dotrb.org>
-
- * ext/date/date_core.c: edited doc.
-
-Sat Jun 11 23:02:36 2011 Hiroshi Nakamura <nahi@ruby-lang.org>
-
- * ext/openssl/lib/openssl/buffering.rb (module OpenSSL):
- Buffering#each_byte should return String in accordance with IO in
- 1.9.
-
- * test/openssl/test_buffering.rb (class OpenSSL): add tests for getc
- and each_byte.
-
-Sat Jun 11 22:41:37 2011 Tadayoshi Funaba <tadf@dotrb.org>
-
- * time.c: a correction of doc for strftime (%v).
-
-Sat Jun 11 22:30:53 2011 Tadayoshi Funaba <tadf@dotrb.org>
-
- * ext/date/date_core.c: replaced doc for strftime based on Time's one.
-
-Sat Jun 11 22:07:56 2011 Tadayoshi Funaba <tadf@dotrb.org>
-
- * ext/date/date_core.c (datetime_s_{iso8601,rfc3339,xmlschema,rfc2822,httpdate}):
- do not take argument comp.
-
-Sat Jun 11 21:58:31 2011 Tadayoshi Funaba <tadf@dotrb.org>
-
- * ext/date/date_core.c: added examples.
-
-Sat Jun 11 19:40:45 2011 Narihiro Nakamura <authornari@gmail.com>
-
- * gc.c: expand heap if initial_heap_min_slots is bigger than
- HEAP_MIN_SLOTS.
-
-Sat Jun 11 19:42:50 2011 WATANABE Hirofumi <eban@ruby-lang.org>
-
- * ChangeLog (vim): set shiftwidth to 2.
-
-Sat Jun 11 19:27:06 2011 Hiroshi Nakamura <nahi@ruby-lang.org>
-
- * ext/openssl/ossl_x509req.c: raise RequestError instead of
- CertificateError when Request#to_der gets an error from OpenSSL.
- Patch from Ippei Obayashi, see #4420. I cannot write a test for
- this... Request does not allow to create broken bytes...
-
-Sat Jun 11 19:34:51 2011 Tadayoshi Funaba <tadf@dotrb.org>
-
- * ext/date/date_core.c (Date::(ABBR_)?(MONTH|DAY)NAMES): should be usascii.
-
-Sat Jun 11 19:24:33 2011 Tadayoshi Funaba <tadf@dotrb.org>
-
- * ext/date/date_core.c: rewrote doc.
-
-Sat Jun 11 19:04:15 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * lib/test/unit.rb (Test::Unit::GlobOption#non_options): should run
- with 1.8.
-
-Sat Jun 11 18:05:57 2011 WATANABE Hirofumi <eban@ruby-lang.org>
-
- * bootstraptest/runner.rb: should initialize $stress to avoid warnings.
-
-Sat Jun 11 18:02:09 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * io.c (io_getc): should be 7bit if ascii. fixes #4557
-
-Sat Jun 11 16:52:16 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * numeric.c (rb_enc_uint_chr): fix message format. Bug#4869
-
-Sat Jun 11 16:28:25 2011 Kouhei Sutou <kou@cozmixng.org>
-
- * lib/rexml/formatters/pretty.rb
- (REXML::Formatters::Pretty#write_text),
- test/rexml/test_core.rb
- (Tester#test_pretty_format_long_text_finite): don't ignore
- 'width' parameter in pretty formatter. fixes #4498
- Reported by Michael Frasca. Thanks!!!
-
-Sat Jun 11 16:11:36 2011 Kouhei Sutou <kou@cozmixng.org>
-
- * test/rexml/test_core.rb
- (Tester#test_pretty_format_long_text_finite): remove needless
- assert_nothing_raised.
-
-Sat Jun 11 16:04:03 2011 Kouhei Sutou <kou@cozmixng.org>
-
- * lib/rexml/parsers/xpathparser.rb
- (REXML::Parsers::XPathParser#parse),
- test/rexml/test_elements.rb
- (ElementsTester#test_each_with_frozen_condition):
- don't modify original XPath. fixes #4161
- Reported by Pavel Shved. Thanks!!!
-
-Sat Jun 11 15:53:27 2011 Kouhei Sutou <kou@cozmixng.org>
-
- * test/rexml/test_elements.rb (ElementsTester): remove needless
- prefix from test name.
-
-Sat Jun 11 15:36:36 2011 Martin Duerst <duerst@it.aoyama.ac.jp>
- * common.mk: fixed a grammatical error
-
-Sat Jun 11 14:20:16 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * vm.c (thread_memsize): don't ignore size of th->local_storage.
-
-Sat Jun 11 10:32:46 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * lib/mkmf.rb: should quote arch_hdrdir and libpath for the case
- installed prefix contains spaces.
-
-Sat Jun 11 10:20:52 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * thread_pthread.c (native_cond_timeout): wrap conditionally used
- label.
-
- * thread_pthread.c (native_sleep): remove unused variable.
-
-Sat Jun 11 10:15:50 2011 Tanaka Akira <akr@fsij.org>
-
- * thread.c (rb_thread_execute_interrupts): use GetThreadPtr to extract
- rb_thread_t from VALUE.
- reported by Motohiro KOSAKI. [ruby-dev:43700]
-
-Sat Jun 11 10:00:49 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * ruby.c (ruby_process_options): add missing return type.
-
-Fri Jun 10 23:18:09 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * ext/tk/tcltklib.c (lib_eventloop_core): replace CHECK_INTS with
- rb_thread_check_ints(). Because current code can't be compiled.
-
-Fri Jun 10 16:38:13 2011 NARUSE, Yui <naruse@ruby-lang.org>
-
- * encoding.c (rb_locale_charmap): When ruby process is run as Windows
- Service the console codepage is not set, GetConsoleCP returns 0.
- So on such environment, use GetACP().
- http://blogs.msdn.com/b/michkap/archive/2005/02/08/369197.aspx
- patched by Rafal Bigaj [ruby-core:36832] [Bug #4854]
-
-Fri Jun 10 14:34:24 2011 Koichi Sasada <ko1@atdot.net>
-
- * common.mk: restore TESTRUN_SCRIPT to "$(srcdir)/test.rb".
- TESTRUN_SCRIPT is used by "make run", "make gdb" and so on.
-
-Fri Jun 10 13:01:24 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * test/ruby/test_module.rb (TestModule#remove_rake_mixins): remove all
- module related to Rake.
-
-Fri Jun 10 09:52:38 2011 Eric Hodel <drbrain@segment7.net>
-
- * encoding.c: Mention that Encoding.compatible? can work with more
- than just Strings.
-
-Fri Jun 10 02:25:53 2011 Aaron Patterson <aaron@tenderlovemaking.com>
-
- * ext/psych/lib/psych.rb: updating version to match released gem.
-
-Fri Jun 10 01:06:29 2011 Tadayoshi Funaba <tadf@dotrb.org>
-
- * ext/bigdecimal (BigDecimal_to_i): Integer#** may return flonum.
-
-Fri Jun 10 00:35:12 2011 Tadayoshi Funaba <tadf@dotrb.org>
-
- * complex.c (string_to_c_internal): uses rb_reg_nth_match;
- * rational.c (string_to_r_internal): ditto.
-
-Fri Jun 10 00:25:03 2011 CHIKANAGA Tomoyuki <nagachika00@gmail.com>
-
- * gc.c: remove an unused declaration.
-
-Fri Jun 10 00:24:04 2011 Tadayoshi Funaba <tadf@dotrb.org>
-
- * rational.c (string_to_r): Rational#** may return flonum.
-
-Thu Jun 9 23:57:53 2011 Tanaka Akira <akr@fsij.org>
-
- * io.c: fix IO.copy_stream interrupt handling.
- based on the patch by Eric Wong. [ruby-core:36156]
-
- * vm_core.h (rb_thread_call_with_gvl): don't declare here.
-
- * thread.c: include internal.h.
- (rb_thread_execute_interrupts): new function.
-
- * internal.h (rb_thread_execute_interrupts): declared.
- (rb_thread_call_with_gvl): declared.
-
-Thu Jun 9 23:34:01 2011 CHIKANAGA Tomoyuki <nagachika00@gmail.com>
-
- * gc.c (rb_objspace_call_finalizer): use rb_typeddata_is_kind_of() for
- type check to get rid of a double free when main Thread has singleton
- class. [ruby-core:36741] [Bug #4828]
- * thread.c (rb_obj_is_mutex): add a new utility function.
- * vm.c (rb_obj_is_thread): ditto.
-
-Thu Jun 9 22:53:49 2011 CHIKANAGA Tomoyuki <nagachika00@gmail.com>
-
- * test/ruby/test_thread.rb (TestThread#test_kill_thread_subclass):
- add test for Thread.kill with Thread subclass instance.
-
-Thu Jun 9 22:31:47 2011 CHIKANAGA Tomoyuki <nagachika00@gmail.com>
-
- * test/ruby/test_thread.rb (TestThread#test_kill_wrong_argument):
- test for [ruby-core:35086].
- partially forward porting r31402 from ruby_1_9_2 branch.
-
-Thu Jun 9 18:36:00 2011 Kenta Murata <mrkn@mrkn.jp>
-
- * string.c: Fix the ambiguous description of the behavior of
- rb_str_aref_m with a range. It returns nil when the beginning of
- the range is greater than the end of the string rather than the range.
-
-Thu Jun 9 10:57:03 2011 Aaron Patterson <aaron@tenderlovemaking.com>
-
- * ext/psych/lib/psych/visitors/to_ruby.rb: Hash subclasses can be read
- from YAML files.
- * ext/psych/lib/psych/visitors/yaml_tree.rb: Hash subclasses can be
- dumped to YAML files.
- * test/psych/test_hash.rb: corresponding test.
-
-Thu Jun 9 09:18:51 2011 Aaron Patterson <aaron@tenderlovemaking.com>
-
- * ext/psych/lib/psych/visitors/to_ruby.rb: Ruby modules can be loaded
- from YAML files.
- * ext/psych/lib/psych/visitors/yaml_tree.rb: Ruby modules can be
- dumped to YAML files.
- * test/psych/test_class.rb: corresponding test.
-
-Thu Jun 9 09:05:04 2011 Aaron Patterson <aaron@tenderlovemaking.com>
-
- * ext/psych/lib/psych/visitors/to_ruby.rb: Ruby classes can be loaded
- from YAML files.
- * ext/psych/lib/psych/visitors/yaml_tree.rb: Ruby classes can be
- dumped to YAML files.
- * test/psych/test_class.rb: corresponding test.
-
-Wed Jun 8 21:38:57 2011 CHIKANAGA Tomoyuki <nagachika00@gmail.com>
-
- * cont.c (root_fiber_alloc): set root fiber's status RUNNING.
- in cont_mark() only RUNNING fiber's machine stack is marked.
- root fiber's status should be RUNNING at the beginning regardless of
- FIBER_USE_NATIVE. [ruby-core:36735] fixes #4827
-
-Tue Jun 7 20:50:11 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * doc/irb/irb.rd: fix typo. patch by Nobuhiro IMAI.
- [Bug #4843] [ruby-dev:43639]
- * doc/irb/irb.rd.ja: ditto.
- * doc/ChangeLog-YARV: ditto.
-
-Tue Jun 7 18:52:55 2011 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * lib/rubygems/user_interaction.rb (Gem::StreamUI#tty?): IO#tty? of
- Windows has been fixed at r29969.
-
- * test/rubygems/test_gem_stream_ui.rb: now can run tests.
-
-Tue Jun 7 18:36:41 2011 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * test/rubygems/test_gem.rb (TestGem#{test_self_user_home_userprofile,
- test_self_user_home_user_drive_and_path}): should simply ignore
- meaningless tests instead of skipping them.
-
-Tue Jun 7 18:15:00 2011 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * test/ruby/test_rubyoptions.rb (TestRubyOptions#test_set_program_name):
- should show some messages when skipping tests.
-
-Tue Jun 7 13:59:47 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * ext/date/date_core.c (date_s_today, datetime_s_now): check the
- result of localtime_r().
-
-Tue Jun 7 13:36:51 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * ext/tk/extconf.rb: use $defs not $CPPFLAGS to get rid of
- command line escape issues on Windows. fixed #4835.
-
-Tue Jun 7 03:18:45 2011 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
-
- * test/ruby/test_io.rb (TestIO#test_s_{,bin}write): do not create a
- file under /tmp. [Bug #4846]
-
-Mon Jun 6 22:51:43 2011 CHIKANAGA Tomoyuki <nagachika00@gmail.com>
-
- * cont.c: use #if FIBER_USE_NATIVE instead of #ifdef.
- you can suppress use of setcontext for Fiber with compile option
- -DFIBER_USE_NATIVE=0
-
-Mon Jun 6 21:59:23 2011 Tadayoshi Funaba <tadf@dotrb.org>
-
- * test/date/test_switch_hitter.rb: added a test.
-
-Mon Jun 6 21:37:45 2011 Tadayoshi Funaba <tadf@dotrb.org>
-
- * ext/date/date_core.c: added notes.
-
-Mon Jun 6 21:02:12 2011 Tadayoshi Funaba <tadf@dotrb.org>
-
- * ext/date/date_core.c: flattened format to strftimev.
- * ext/date/date_core.c (date_strftime_internal): taints run.
-
-Mon Jun 6 15:10:17 2011 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * include/ruby/{defines,missing}.h (rb_infinity, rb_nan): move from
- defines.h to missing.h. (couldn't use RUBY_EXTERN there.)
-
-Mon Jun 6 14:35:48 2011 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * test/rdoc/test_rdoc_markup_pre_process.rb (TestRDocMarkupPreProcess#
- {test_include_file,test_include_file_encoding_incompatible}): no
- need to write such workaround. don't hide the bug of ruby. (and the
- bug is already fixed.)
-
-Mon Jun 6 14:11:11 2011 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * ext/date/date_core.c (valid_jd_sub): need to convert from VALUE to
- double.
-
- * ext/date/date_core.c (offset_to_sec): get rid of a compiler warning.
-
-Mon Jun 6 14:09:08 2011 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * include/ruby/defines.h (rb_infinity, rb_nan): export for Windows.
-
-Mon Jun 6 10:54:45 2011 Shota Fukumori <sorah@tubusu.net>
-
- * lib/test/unit.rb(Test::Unit::Runner#puke):
- Add overriding from MiniTest::Unit#puke. This reverts minitest's fix
- that skip messages are hidden when not verbose mode (-v option).
- To hide skip messages, use --hide-skip option instead.
-
-Mon Jun 6 10:52:13 2011 NARUSE, Yui <naruse@ruby-lang.org>
-
- * lib/net/http.rb: don't use autoload.
-
-Mon Jun 6 09:39:43 2011 Aaron Patterson <aaron@tenderlovemaking.com>
-
- * ext/psych/parser.c (parse): release event objects to plug memory
- leak. Thanks Mark J. Titorenko!
-
-Sun Jun 5 23:26:15 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * eval.c: remove rb_thread_stop_timer_thread function declaration.
- Instead, include vm_core.h.
- * process.c: ditto.
-
-Sun Jun 5 21:38:51 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * thread_pthread.c (thread_timer): add to care a spurious wakeup.
- When native_cond_timedwait() return 0 by spurious wakeup, we
- don't have to neither 1) call timer_thread_function and 2)
- exit the timer thread.
-
-Sun Jun 5 17:50:01 2011 Tadayoshi Funaba <tadf@dotrb.org>
-
- * ext/date/date_core.c (m_real_cwyear): new. derived from m_cwyear.
- * ext/date/date_strftime.c: trivial changes.
-
-Sun Jun 5 17:22:01 2011 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
-
- * ext/tk/config_list.in: add new options for tcltklib.
-
-Sun Jun 5 10:06:50 2011 Tadayoshi Funaba <tadf@dotrb.org>
-
- * ext/date/date_tmx.h: now does not place decoded data. allows to
- access indirectly via functions on demand.
- * ext/date/date_strftime.c: ditto.
- * ext/date/date_core.c: ditto.
- * ext/date/date_core.c ({d|dt}_lite_to_s): use strftime.
-
-Sun Jun 5 06:22:02 2011 Tadayoshi Funaba <tadf@dotrb.org>
-
- * NEWS: wrote about changes of date.
-
-Sat Jun 4 16:59:26 2011 Tadayoshi Funaba <tadf@dotrb.org>
-
- * ext/date/date_core.c (d_lite_inspect): changed the format.
- * ext/date/date_core.c: refactoring and fixing some bugs.
-
-Sat Jun 4 04:04:41 2011 NARUSE, Yui <naruse@ruby-lang.org>
-
- * test/rubygems/test_gem_commands_which_command.rb:
- "missing" exists on ruby's top source directory. [Bug #4815]
-
-Fri Jun 3 21:48:12 2011 NARUSE, Yui <naruse@ruby-lang.org>
-
- * lib/rubygems/test_case.rb: Refix for test-all in separate directory.
- r31147 + r31151.
-
-Fri Jun 3 20:58:47 2011 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * ext/date/date_core.c (d_lite_plus): get rid of compiler warnings.
-
-Fri Jun 3 20:56:40 2011 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * include/ruby/missing.h, numeric.c (round): moved prototype of round()
- from numeric.c to missing.h. (note: round() is C99 feature, so ruby
- provides it if not exist in C runtime.)
-
-Fri Jun 3 20:42:04 2011 Shota Fukumori <sorah@tubusu.net>
-
- * lib/test/unit/parallel.rb: Keep $stdin, $stdout before run testcase
- and restore after run. Because some test break $stdin, $stdout.
- Fixes [Bug #4433] [ruby-core:35353]
-
-Fri Jun 3 19:58:14 2011 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * io.c (io_fflush): windows -- call fsync() only when the FD is tied to
- file, because if the FD is pipe, it blocks.
-
-Fri Jun 3 09:27:31 2011 NARUSE, Yui <naruse@ruby-lang.org>
-
- * lib/net/http.rb (URI::HTTP#request_uri): return nil when the uri
- is path-rootless form. Bug #4759
-
-Thu Jun 2 23:51:03 2011 James Edward Gray II <jeg2@ruby-lang.org>
-
- * lib/csv.rb: Improve the line ending detection algorithm
- patch by Alexey).
-
-Thu Jun 2 20:05:57 2011 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * io.c (rb_io_s_write, rb_io_s_binwrite): return!!!
-
-Thu Jun 2 16:29:34 2011 Shota Fukumori <sorah@tubusu.net>
-
- * io.c: Add File.write, File.binwrite. [Feature #1081] [ruby-core:21701]
-
- * test/ruby/test_io.rb: Test for File.write, File.binwrite.
-
- * NEWS: News for above.
-
-Thu Jun 2 12:33:09 2011 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * io.c (io_fflush, rb_io_flush): need to fsync() when ruby calls
- internal flush. [ruby-core:36670] [Bug #4813]
-
-Thu Jun 2 07:56:24 2011 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
-
- * ext/tk/tcltklib.c: reduce CPU power required by an eventloop.
-
-Tue May 31 21:28:33 2011 Tanaka Akira <akr@fsij.org>
-
- * test/ruby/test_signal.rb (TestSignal#test_signal_requiring):
- redirect stderr to null device.
-
-Thu Jun 2 00:45:26 2011 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
-
- * ext/tk/extconf.rb: fix for uninitialized global variables.
- [Ruby 1.9 - Bug #4811]
-
-Wed Jun 1 21:57:08 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * thread_pthread.c (native_sleep): fix 1000times calculation error.
- this is a regression since r31457. [Bug #4808] [ruby-dev:43606]
-
-Wed Jun 1 17:19:16 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * thread_pthread.c: remove unused macro.
-
-Wed Jun 1 15:42:18 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * parse.y (peek_n): new macro to see next nth char.
-
-Wed Jun 1 15:40:46 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * tool/rbinstall.rb (gem): fix for rubygems change.
-
-Wed Jun 1 14:07:57 2011 Ryan Davis <ryand-ruby@zenspider.com>
-
- * lib/minitest/*: Imported minitest 2.2.2 (r6281)
- * test/minitest/*: ditto
-
-Wed Jun 1 12:35:50 2011 Ryan Davis <ryand-ruby@zenspider.com>
-
- * lib/rubygems*: Import rubygems 1.8.5 (released @ 137c80f)
- * test/rubygems: Ditto
-
-Wed Jun 1 12:34:00 2011 Kenta Murata <mrkn@mrkn.jp>
-
- * NEWS: add new features of bigdecimal.
-
-Wed Jun 1 09:41:14 2011 Eric Hodel <drbrain@segment7.net>
-
- * lib/cgi/util.rb: Improve documentation. Patch by Kuba Fietkiewicz.
- [Ruby 1.9 - Bug #4775]
- * lib/cgi/core.rb: ditto
-
-Wed Jun 1 09:26:05 2011 Eric Hodel <drbrain@segment7.net>
-
- * lib/mathn.rb: Improve documentation and attach it to Numeric.
- Modified from patch by Anil V. [Ruby 1.9 - Bug #4762]
-
-Wed Jun 1 09:21:30 2011 Eric Hodel <drbrain@segment7.net>
-
- * lib/prime.rb: Indent examples enough to appear as code sections.
- Note that Prime is Enumerable. [#4762]
-
-Wed Jun 1 07:34:57 2011 Eric Hodel <drbrain@segment7.net>
-
- * hash.c (key_i): Change rdoc from "the first occurrence" to "an
- occurrence" since first occurrence is not a specification of
- Hash#key. [Ruby 1.9 - Bug #4760]
-
-Wed Jun 1 07:26:19 2011 Eric Hodel <drbrain@segment7.net>
-
- * ext/pty/pty.c (pty_check): Restore "not reached" comment.
- [Ruby 1.9 - Bug #4756]
-
-Wed Jun 1 07:21:40 2011 Eric Hodel <drbrain@segment7.net>
-
- * ext/zlib/zlib.c: Fix document-method declarations for set_sync and
- set_comment. [Ruby 1.9 - Bug #4695]
-
-Wed Jun 1 06:43:13 2011 Masaya Tarui <tarui@ruby-lang.org>
-
- * load.c (loaded_feature_path): cut nonsense loop execution to fix
- performance bug.
-
-Wed Jun 1 01:16:02 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * class.c (rb_mix_module): implement Module#mix.
-
-Wed Jun 1 01:15:12 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * io.c (io_encoding_set): should honor already set ecflags since it
- might be set by mode option. fixed #4804
-
-Wed Jun 1 00:34:04 2011 CHIKANAGA Tomoyuki <nagachika00@gmail.com>
-
- * ext/bigdecimal/bigdecimal.c (GetVpValueWithPrec): remove unused
- variable.
-
-Wed Jun 1 00:32:00 2011 Kenta Murata <mrkn@mrkn.jp>
-
- * ext/bigdecimal/bigdecimal.c (GetVpValueWithPrec): support instantiation from
- a Float through Rational.
-
- * ext/bigdecimal/bigdecimal.c (BigDecimal_new): ditto.
-
- * test/bigdecimal/test_bigdecimal.rb (test_global_new_float): add a test for
- the above changes.
-
- * test/bigdecimal/test_bigdecimal.rb (test_new_with_float): ditto.
-
-Wed Jun 1 00:07:00 2011 Kenta Murata <mrkn@mrkn.jp>
-
- * ext/bigdecimal/bigdecimal.c (BigDecimal_coerce): support coerce with a
- Rational. The precision used for instantiate a BigDecimal from the
- given Rational is obtained from the receiver BigDecimal.
-
- * test/bigdecimal/test_bigdecimal.rb (test_coerce): add a test for the
- above change.
-
-Tue May 31 23:49:08 2011 Tadayoshi Funaba <tadf@dotrb.org>
-
- * ext/date/date_core.c (offset_to_sec): fixed invalid validation.
-
-Tue May 31 23:43:00 2011 Kenta Murata <mrkn@mrkn.jp>
-
- * ext/bigdecimal/bigdecimal.c (GetVpValueWithPrec): replace the algorithm for
- coercing from a Rational to stop requiring "bigdecimal/util.rb".
- [ruby-core:34318]
-
- * ext/bigdecimal/bigdecimal.c (GetVpValue): refactoring.
-
- * ext/bigdecimal/bigdecimal.c (BigDecimal_new): support instantiation from a
- Rational.
-
- * test/bigdecimal/test_bigdecimal.rb (test_global_new_with_rational): add a
- test for the above change.
-
- * test/bigdecimal/test_bigdecimal.rb (test_new_with_rational): ditto.
-
-Tue May 31 22:44:00 2011 Kenta Murata <mrkn@mrkn.jp>
-
- * ext/bigdecimal/bigdecimal.c (BigDecimal_new): support instantiation a
- BigDecimal object from an Integer.
-
- * test/bigdecimal/test_bigdecimal.rb (test_new_with_integer):
- add for testing the above change.
-
- * ext/bigdecimal/bigdecimal.c (BigDecimal_global_new): replace its body
- with a BigDecimal_new call.
-
- * test/bigdecimal/test_bigdecimal.rb (test_global_new_with_integer):
- add for testing the above change.
-
-Tue May 31 22:24:39 2011 Tadayoshi Funaba <tadf@dotrb.org>
-
- * ext/date/date_core.c: use simple/complex mode instead of light/right mode.
- * test/date/*.rb: followed the above changes.
-
-Tue May 31 21:28:33 2011 Tanaka Akira <akr@fsij.org>
-
- * test/ruby/test_signal.rb (TestSignal#test_signal_requiring):
- initialize SIGINT handler.
-
-Tue May 31 17:03:24 2011 Hiroshi Nakamura <nahi@ruby-lang.org>
-
- * lib/net/http.rb, lib/net/protocol.rb: Allow to configure to wait
- server returning '100 continue' response before sending HTTP request
- body. See NEWS for more detail. See #3622.
- Original patch is made by Eric Hodel <drbrain@segment7.net>.
-
- * test/net/http/test_http.rb: test it.
-
- * NEWS: Add new feature.
-
-Tue May 31 14:17:49 2011 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * io.c (rb_io_s_pipe): potential bug. the mode of read IO is set as
- DEFAULT_TEXTMODE in call of io_set_encoding(), and of write IO is
- also set as it in call of io_new_instance() via rb_protect().
- so, if DEFAULT_TEXTMODE is not 0, we should check the result of
- extract_binmode() and avoid crush of default IO mode and the result.
-
-Tue May 31 13:00:17 2011 Yuki Sonoda (Yugui) <yugui@yugui.jp>
-
- * strftime.c (rb_strftime_with_timespec): improved style consistency.
- constified some variables.
-
- * test/test_time.rb (TestTime#test_huge_precision): test for #4456.
-
-Tue May 31 12:53:10 2011 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * test/io/wait/test_io_wait.rb (TestIOWait#{test_nread,test_ready?,
- test_wait}: give system some time to process the written data.
-
-Tue May 31 12:40:49 2011 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * test/ruby/test_io.rb (TestIO#test_open_mode): MUST release resources
- explicitly. fix problem of r31671
-
-Tue May 31 10:49:55 2011 NARUSE, Yui <naruse@ruby-lang.org>
-
- * vm_exec.c: remove conditions for clang
- because clang version 3.0 (trunk 132165) doesn't need them.
-
-Mon May 30 22:19:33 2011 Tanaka Akira <akr@fsij.org>
-
- * test/ruby/test_signal.rb (TestSignal#test_signal_requiring): don't
- close stderr.
-
-Mon May 30 20:22:00 2011 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * test/ruby/test_signal.rb (TestSignal#test_signal_requiring): small
- but critical typo of r31642. sorry...
- [Bug #4798] [ruby-core:36550]
-
-Mon May 30 15:44:16 2011 NARUSE, Yui <naruse@ruby-lang.org>
-
- * insns.def (opt_mult): as r31805, volatile it.
- Without this, clang -O fails calculation.
-
- * numeric.c (fix_mul): ditto.
-
- * rational.c (f_imul): ditto.
-
-Mon May 30 10:26:51 2011 NARUSE, Yui <naruse@ruby-lang.org>
-
- * numeric.c (int_pow): make sure to assign the result of x * z.
- If xz is optimized out, the value won't overflow.
-
-Sun May 29 23:17:29 2011 NARUSE, Yui <naruse@ruby-lang.org>
-
- * re.c (rb_reg_match): fix rdoc of Regexp#=~.
- patched by Tsuyoshi Sawada. [Bug #4781]
-
-Sun May 29 23:10:42 2011 NARUSE, Yui <naruse@ruby-lang.org>
-
- * lib/webrick/https.rb (WEBrick::HTTPRequest#parse_uri):
- keep parse_uri as private. patched by okkez. [Bug #4773]
-
-Sun May 29 17:53:03 2011 CHIKANAGA Tomoyuki <nagachika00@gmail.com>
-
- * numeric.c: add #include "internal.h" for rb_big_uminus() prototype.
-
-Sun May 29 15:09:05 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * numeric.c (flo_round): fix for negative value.
-
-Sun May 29 02:16:53 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * test/net/http/utils.rb (TestNetHTTPUtils#teardown): add nil check.
-
-Sun May 29 00:22:40 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * process.c (before_exec, after_exec): change from macro to function.
-
-Sat May 28 19:30:17 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * process.c (before_exec, after_exec): change SIGPIPE handler to SIG_DFL
- before calling execve(). Because r31760 reintroduced an issue that
- system() may hang up (i.e. [ruby-dev:12261]).
- * process.c (save_sigpipe, restore_sigpipe): new.
-
-Sat May 28 16:08:16 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * signal.c (Init_signal, default_handler): change default SIGPIPE handler
- from empty function to SIG_IGN. [ruby-dev:43215]
- * signal.c (sigpipe): removed.
-
-Sat May 28 03:04:27 2011 NARUSE, Yui <naruse@ruby-lang.org>
-
- * io.c (fill_cbuf): return MORE_CHAR_SUSPENDED when cbuf is not empty.
-
-Sat May 28 02:22:48 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * string.c (rb_str_bytesize): rb_str_bytesize() should use LONG2NUM().
- Patch by Nikolai Weibull. [Bug #4789] [ruby-core:36511]
-
-Sat May 28 02:06:26 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * io.c (fill_cbuf): Fix test-all crash.
-
-Sat May 28 00:58:40 2011 Marc-Andre Lafortune <ruby-core@marc-andre.ca>
-
- * lib/ostruct.rb (method_missing): Handle [] and []= correctly.
- Based on a patch by Caius Durling, bug #4179 [ruby-core:33792]
-
-Fri May 27 23:56:54 2011 Kouhei Sutou <kou@cozmixng.org>
-
- * test/rexml/test_core.rb (Tester::test_text_frozen): split frozen
- string test. refs #4783
-
-Fri May 27 22:46:23 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * tool/rbinstall.rb (gem): install gemspec of json. fixed #4784
-
-Fri May 27 22:45:10 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * io.c (validate_enc_binmode): do not clear textmode flag if
- default. fixed #4732
-
- * io.c (fill_cbuf): finish reading at EOF.
-
-Fri May 27 11:31:51 2011 misfo <tedwardo2@gmail.com>
-
- * lib/rexml/text.rb (REXML::Text#initialize): prevent an error
- when passing a frozen string to REXML::Text.new
-
- dup the string passed in instead of cloning so that it's frozen
- state is ignored
-
-Fri May 27 08:47:26 2011 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
-
- * thread.c (ppoll): typo bug fix.
-
-Fri May 27 08:35:04 2011 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
-
- * ext/tk/lib/tk.rb: hang-up at exit before calling Tk.mainloop.
-
- * ext/tk/lib/tk/extconf.rb: cannot make on MinGW [Ruby 1.9 - Bug #4141].
-
-Thu May 27 00:34:07 2011 James Edward Gray II <jeg2@ruby-lang.org>
-
- * lib/csv.rb: Enhance each() to support Enumerator.
-
-Thu May 26 10:32:11 2011 James Edward Gray II <jeg2@ruby-lang.org>
-
- * lib/csv.rb: Documentation improvements from Ysiad Ferreiras.
- [Ruby 1.9 - Bug #4785]
-
-Thu May 26 15:42:02 2011 Cezary Baginski <cezary.baginski@gmail.com>
-
- * lib/xmlrpc/parser.rb (FaultException): fix to_s and inspect
-
- * test/xmlrpc/parser.rb: test for the above
-
-Wed May 25 11:54:31 2011 Eric Hodel <drbrain@segment7.net>
-
- * ext/curses/curses.c: Remove color constants block.
- [Ruby 1.9 - Bug #4748]
-
-Wed May 25 09:56:45 2011 Eric Hodel <drbrain@segment7.net>
-
- * ext/curses/curses.c: Add missing documentation for button state, MIN
- and MAX comments. Add Curses. to TABSIZE= and ESCDELAY= methods.
- [Ruby 1.9 - Bug #4747]
-
-Wed May 25 09:35:31 2011 Eric Hodel <drbrain@segment7.net>
-
- * lib/benchmark.rb: Restore nodoc for Benchmark::Job and
- Benchmark::Report. [Ruby 1.9 - Bug #4726]
-
-Wed May 25 09:29:38 2011 Eric Hodel <drbrain@segment7.net>
-
- * lib/net/pop.rb: Hide implementation details from RDoc.
- [Ruby 1.9 - Bug #4711]
-
-Wed May 25 09:26:29 2011 Eric Hodel <drbrain@segment7.net>
-
- * lib/net/ftp.rb: Add :nodoc: for private methods.
- [Ruby 1.9 - Bug #4710]
-
-Wed May 25 09:19:17 2011 Eric Hodel <drbrain@segment7.net>
-
- * ext/zlib/zlib.c: Fix Document-method declarations. Improve
- Zlib::GzipFile's method catalog. [Ruby 1.9 - Bug #4695]
-
-Wed May 25 08:22:12 2011 Eric Hodel <drbrain@segment7.net>
-
- * lib/erb.rb: Hide documentation for implementation details of ERB.
- [Ruby 1.9 - Bug #4694]
-
-Wed May 25 07:58:14 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * lib/tempfile.rb (Tempfile.{mkdir,rmdir}): revert for backward
- compatibility.
-
-Wed May 25 07:13:12 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * spec/README: update the description.
-
-Wed May 25 07:12:16 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * lib/tempfile.rb (Tempfile.{lock,unlock}_tempfile): refactor.
-
-Tue May 24 17:30:36 2011 NARUSE, Yui <naruse@ruby-lang.org>
-
- * spec/README: fix typo.
- patched by bowsersenior. https://github.com/ruby/ruby/pull/24
-
-Tue May 24 07:06:34 2011 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
-
- * ext/tk/lib/tk.rb: fail to start Tk.mainloop (exit immediately) on
- some environment (reported on [ruby-talk:381444]).
-
- * ext/tk/lib/tk/canvas.rb: support creating a canvas item object from
- an item ID number.
-
- * ext/tk/lib/tk/image.rb: import documents which are pull-requested.
- [Ruby 1.9 - Feature #4595]
-
- * ext/tk/lib/tk/extconf.rb: search directories for 64bit library (e.g.
- /usr/lib64), add some new configure options (see README.tcltklib),
- and bug fix.
-
- * ext/tk/lib/tk/README.tcltklib: modify docs for some new configure
- options.
-
-Tue May 24 04:01:46 2011 Aaron Patterson <aaron@tenderlovemaking.com>
-
- * lib/yaml.rb: switch default YAML engine to Psych, old syck engine
- may be enabled via YAML::ENGINE.yamler = "syck". [ruby-core:36374]
-
-Mon May 23 09:45:26 2011 Hiroshi Nakamura <nahi@ruby-lang.org>
-
- * include/ruby/defines.h (CASEFOLD_FILESYSTEM): Revert r30508. Forgot to
- include this file in the commit r31692. __APPLE__ is not
- CASEFOLD_FILESYSTEM again, from this time.
-
-Mon May 23 10:01:02 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>
-
- * ext/openssl/ossl_asn1.c: Do not parse zero-tagged values as EOC. Do
- not let current length become negative for infinite length constructed
- values. Support constructed values of length zero. Added tests.
-
-Mon May 23 09:19:53 2011 Eric Hodel <drbrain@segment7.net>
-
- * lib/net/smtp.rb: Document Net::SMTP::Response. Patch by J.R. Garcia.
- [Ruby 1.9 - Bug #4768]
-
-Mon May 23 09:03:52 2011 Shota Fukumori <sorah@tubusu.net>
-
- * lib/test/unit/parallel.rb: Never Ignore SIGINT. When received
- Interrupt, immediately puts result and exit. [ruby-dev:43571]
-
- * lib/test/unit.rb: When received Interrupt, wait results from workers
- and collect them. [ruby-dev:43571]
-
-Mon May 23 09:08:07 2011 Eric Hodel <drbrain@segment7.net>
-
- * lib/mathn.rb: Improve documentation. Patch by Sandor Szucs.
- [Ruby 1.9 - Bug #4767]
-
-Mon May 23 08:45:55 2011 Eric Hodel <drbrain@segment7.net>
-
- * lib/ostruct.rb: Improve documentation. Patch by Franklin Webber.
- [Ruby 1.9 - Bug #4761]
-
-Mon May 23 08:35:24 2011 Eric Hodel <drbrain@segment7.net>
-
- * hash.c: Improve documentation of Hash#key. Patch by Utkarsh
- Kukreti. [Ruby 1.9 - Bug #4760]
-
-Mon May 23 08:32:59 2011 Eric Hodel <drbrain@segment7.net>
-
- * enumerator.c: Improve documentation. Patch by Dave Copeland.
- [Ruby 1.9 - Bug #4757]
-
-Mon May 23 07:19:45 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>
-
- * NEWS (openssl): Infinite length support. Different behavior of
- Constructive and Primitive constructors.
-
-Mon May 23 06:58:33 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>
-
- * ext/openssl/ossl_asn1.c: Forbid Constructives whose value is not an
- Array to prevent segfault. Added test.
-
-Mon May 23 06:33:17 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>
-
- * ext/openssl/ossl_asn1.c: Forbid Constructive without infinite
- length. This also prevents a segfault. Added test and improved
- documentation.
-
-Mon May 23 05:58:14 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>
-
- * ext/openssl/ossl_asn1.c: Fix decoding of infinite length values.
- Simplified ossl_asn1_decode0 by splitting it into three separate
- functions. Add tests.
- [Ruby 1.9 - Bug #4374][ruby-core:35123]
-
-Mon May 23 04:03:46 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>
-
- * ext/openssl/ossl_asn1.c (ossl_asn1_initialize): Allow creation of
- Constructives with an explicit tag_class parameter without
- automatically setting tagging to :EXPLICIT. Fixes a bug when encoding
- infinite length primitive values.
-
-Mon May 23 04:03:46 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>
-
- * ext/openssl/ossl_asn1.c (ossl_asn1_cons_to_der): Add an additional
- EOC for infinite length Constructives that are supposed to be encoded
- with explicit tagging. Also tabify method correctly.
-
-Mon May 23 03:44:39 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>
-
- * ext/openssl/ossl_asn1.c (ossl_asn1data_to_der): Remove redundant
- flag tmp_cons.
-
-Mon May 23 00:35:00 2001 Kenta Murata <mrkn@mrkn.jp>
-
- * bignum.c (dump_bignum, bigmul1_balance, big_split, biglsh_bang),
- (bigrsh_bang, big_split3, bigmul1_toom3, bigmul0): implement Toom3 (Toom-Cook)
- multiplication.
-
- * include/ruby/defines.h: add format prefixes for BDIGIT and BDIGIT_DBL.
-
-Sun May 22 23:24:02 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>
-
- * ext/openssl/ossl_asn1.c: Instead of rb_intern use static symbols to
- improve performance.
-
-Sun May 22 21:56:51 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>
-
- * ext/openssl/ossl_asn1.c: Use OpenSSL constants V_ASN1_xxx instead of
- hardcoded numbers for initializing class_tag_map.
-
-Sun May 22 21:29:29 2011 Hiroshi Nakamura <nahi@ruby-lang.org>
-
- * include/ruby/defines.h (CASEFOLD_FILESYSTEM): Revert r30508. See #4255.
- Now __APPLE__ is not CASEFOLD_FILESYSTEM again.
-
- * load.c (loaded_feature_path, rb_feature_p, load_lock): Revert r30508.
- See #4255. Make $LOADED_FEATURES scanning case-sensitive again.
-
-Sun May 22 18:59:27 2011 Hiroshi Nakamura <nahi@ruby-lang.org>
-
- * ext/openssl/ossl_asn1.c(ossl_asn1_default_tag): avoid using RCLASS_SUPER
- to make it compilable. Plus, tabify and change variable definition style.
-
-Sun May 22 18:26:43 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * gc.c (vm_xcalloc): use calloc provided by platforms.
- fixes #4754
-
-Sun May 22 11:44:53 2011 Eric Hodel <drbrain@segment7.net>
-
- * ext/pty/pty.c: Improve documentation. Patch by David Copeland.
- [Ruby 1.9 - Bug #4756]
-
-Sun May 22 11:26:39 2011 Eric Hodel <drbrain@segment7.net>
-
- * lib/timeout.rb: Improve documentation. Patch by David Copeland.
- [Ruby 1.9 - Bug #4755]
-
-Sun May 22 11:21:41 2011 Eric Hodel <drbrain@segment7.net>
-
- * lib/ipaddr.rb: Improve documentation. Patch by Sandor Szucs.
- [Ruby 1.9 - Bug #4753]
-
-Sun May 22 11:14:40 2011 Eric Hodel <drbrain@segment7.net>
-
- * lib/forwardable.rb: Document def_delegator. Patch by Sandor Szucs.
- [Ruby 1.9 - Bug #4752]
-
-Sun May 22 11:11:41 2011 Eric Hodel <drbrain@segment7.net>
-
- * lib/fileutils.rb: Document block behavior of FileUtils.cd. Patch by
- Bil Kleb. [Ruby 1.9 - Bug #4751]
-
-Sun May 22 11:07:47 2011 Eric Hodel <drbrain@segment7.net>
-
- * ext/curses/curses.c: Complete documentation. Patch by Vincent
- Batts. [Ruby 1.9 - Bug #4748]
-
-Sun May 22 09:29:43 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * test/ruby/test_rubyoptions.rb (TestRubyOptions#test_set_program_name):
- use spawn. it prevent that other tests inherit renamed $0.
-
-Sun May 22 08:57:13 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>
-
- * ext/openssl/ossl_asn1.c: Default tag lookup in constant time via hash
- instead of previous linear algorithm.
- [Ruby 1.9 - Feature #4309][ruby-core:34813]
-
-Sun May 22 07:54:16 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>
-
- * ext/openssl/ossl_digest.c: Explain DSS and DSS1 in documentation.
-
-Sun May 22 07:10:25 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>
-
- * test/openssl/test_pkey_dsa.rb: Add tests for sign/verify.
-
-Sun May 22 06:07:17 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>
-
- * test/openssl/test_x509cert.rb: Merge DSA-related tests from ruby_1_8
- branch.
-
-Sun May 22 04:11:12 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * thread.c (Init_Thread): add a code comment why the meaningless
- line is necessary.
-
-Sun May 22 01:35:12 2011 Tadayoshi Funaba <tadf@dotrb.org>
-
- * ext/date/date_core.c: modified documentation.
-
-Sat May 21 22:46:26 2011 Tadayoshi Funaba <tadf@dotrb.org>
-
- * ext/date/date_strftime(date_strftime_with_tmx): "%v" means "%e-%b-%Y".
-
-Sat May 21 22:14:35 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * io.c (rb_io_extract_modeenc): accept combination hash and
- File::Constants. (eg. File.open('yo', :mode => File::WRONLY))
- [Feature #4742][ruby-core:36338]
- * test/ruby/test_io.rb (TestIO#test_open_mode): new test.
-
-Sat May 21 21:44:14 2011 Tadayoshi Funaba <tadf@dotrb.org>
-
- * test/date/test_switch_hitter.rb: new.
-
-Sat May 21 21:18:29 2011 Tadayoshi Funaba <tadf@dotrb.org>
-
- * ext/date/date_{core,parse}.c: moved nearly all core code from ext/date/lib.
- * ext/date/lib/{date,date/format}.rb: removed nearly all code.
-
-Sat May 21 02:58:46 2011 Eric Hodel <drbrain@segment7.net>
-
- * ext/.document: Add curses to documented extensions.
- * ext/curses/curses.c: Improve documentation. Patch by Vincent Batts.
- [Ruby 1.9 - Bug #4747]
-
-Sat May 21 02:51:01 2011 Eric Hodel <drbrain@segment7.net>
-
- * ext/bigdecimal/lib/bigdecimal/util.rb: Improve documentation. Patch
- by Pete Higgins. [Ruby 1.9 - Bug #4746]
-
-Sat May 21 02:44:10 2011 Eric Hodel <drbrain@segment7.net>
-
- * ext/bigdecimal/lib/bigdecimal/jacobian.rb: Document isEqual. Patch
- by Kuba Fietkiewicz. [Ruby 1.9 - Bug #4744]
-
-Sat May 21 02:22:34 2011 Eric Hodel <drbrain@segment7.net>
-
- * ext/date/lib/date/format.rb: Document date formats. Patch by
- Clinton Nixon. [Ruby 1.9 - Bug #4743]
-
-Fri May 20 05:15:19 2011 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
-
- * gc.c: Fix build on m68k by 'error: too few arguments to
- function 'mark_locations_array''.
-
-Fri May 20 04:23:42 2011 Eric Hodel <drbrain@segment7.net>
-
- * lib/scanf.rb: Improve documentation. Patch by Gabe McArthur.
- [Ruby 1.9 - Bug #4735]
-
-Fri May 20 00:58:01 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * enc/trans/ibm737-tbl.rb: greek code page. fixes #4738
-
-Thu May 19 14:44:05 2011 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * test/ruby/test_signal.rb (test_signal_requiring): skip on Windows.
- we can send SIGINT only to pid 0 and the process itself.
-
-Thu May 19 09:07:08 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * lib: revert r31635-r31638 and untabify with expand(1).
-
-Thu May 19 07:47:26 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>
-
- * test/openssl/test_pkey_rsa.rb: Add tests for sign/verify.
-
-Thu May 19 07:19:16 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>
-
- * ext/openssl/ossl_pkey.c: Add documentation.
-
-Thu May 19 07:06:56 2011 Eric Hodel <drbrain@segment7.net>
-
- * lib/benchmark.rb: Fix indentation.
- * lib/net/imap.rb: Fix indentation of regular expressions.
-
-Thu May 19 06:36:11 2011 Eric Hodel <drbrain@segment7.net>
-
- * lib/net/imap.rb: Fix indentation of EOF for heredoc.
- * lib/debug.rb (Commands): Fix indentation of EOHELP for heredoc.
-
-Thu May 19 06:30:38 2011 Eric Hodel <drbrain@segment7.net>
-
- * lib/mkmf.rb: Fix indentation of EOM for heredoc.
-
-Thu May 19 06:16:41 2011 Eric Hodel <drbrain@segment7.net>
-
- * lib: Convert tabs to spaces for ruby files per
- http://redmine.ruby-lang.org/projects/ruby/wiki/DeveloperHowto#coding-style
- Patch by Steve Klabnik [Ruby 1.9 - Bug #4730]
- Patch by Jason Dew [Ruby 1.9 - Feature #4718]
-
-Thu May 19 06:06:07 2011 Eric Hodel <drbrain@segment7.net>
-
- * lib/cgi/util.rb: Improve documentation. Patch by Clinton Nixon.
- [Ruby 1.9 - Bug #4733]
- * lib/cgi/core.rb: ditto
- * lib/cgi/cookie.rb: ditto
-
-Thu May 19 06:02:21 2011 Eric Hodel <drbrain@segment7.net>
-
- * lib/tempfile.rb: Document Dir.mkdir and Dir.rmdir. Patch by Clinton
- Nixon. [Ruby 1.9 - Bug #4728]
-
-Thu May 19 05:57:52 2011 Eric Hodel <drbrain@segment7.net>
-
- * encoding.c: Improve documentation for Encoding#default_external and
- Encoding#default_internal.
-
-Wed May 18 22:45:26 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * ext/io/console/lib/console/size.rb (IO#console_size): new
- method. (EXPERIMENTAL)
-
-Wed May 18 22:41:51 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * internal.h: add for internal use only.
-
-Wed May 18 22:36:43 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * eval.c (setup_exception): internal exception should be hidden
-
-Wed May 18 20:25:04 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * lib/timeout.rb (Timeout#timeout): don't leak "execution expired"
- exception. [Bug #4283] [ruby-core:34534].
-
-Wed May 18 06:09:24 2011 Eric Hodel <drbrain@segment7.net>
-
- * lib/cmath.rb: Add some examples and improve documentation. Patch by
- Sandor Szucs. [Ruby 1.9 - Bug #4727]
-
-Wed May 18 05:40:31 2011 Eric Hodel <drbrain@segment7.net>
-
- * lib/benchmark.rb: Remove nodoc from Benchmark::Job and
- Benchmark::Report. Patch by Sandor Szucs. [Ruby 1.9 - Bug #4726]
-
-Wed May 18 05:29:26 2011 Eric Hodel <drbrain@segment7.net>
-
- * lib/webrick/compat.rb: Improve documentation. Patch by Sandor
- Szucs. [Ruby 1.9 - Bug #4725]
-
-Wed May 18 05:10:35 2011 Eric Hodel <drbrain@segment7.net>
-
- * lib/tracer.rb: Improve documentation. Patch by Richard Ramsden.
- [Ruby 1.9 - Feature #4720]
-
-Wed May 18 04:53:41 2011 Eric Hodel <drbrain@segment7.net>
-
- * lib/cmath.rb: Improve documentation. Patch by Jason Dew.
- [Ruby 1.9 - Feature #4717]
-
-Wed May 18 04:50:24 2011 Eric Hodel <drbrain@segment7.net>
-
- * lib/net/ftp.rb: Improve documentation. Patch by Vincent Batts.
- [Ruby 1.9 - Bug #4710]
-
-Wed May 18 03:14:49 2011 Eric Hodel <drbrain@segment7.net>
-
- * test/test_singleton.rb: Add tests from lib/singleton.rb. Patch by
- Pete Higgins. [Ruby 1.9 - Bug #4715]
-
-Wed May 18 03:03:07 2011 Eric Hodel <drbrain@segment7.net>
-
- * lib/singleton.rb: Improve documentation. Patch by Pete Higgins.
- [Ruby 1.9 - Bug #4709]
-
-Tue May 17 21:24:04 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * thread.c (rb_mutex_lock): remove remove_signal_thread_list() call.
- It's meaningless because lock_interrupt doesn't call
- add_signal_thread_list().
-
-Tue May 17 20:20:49 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * vm_core.h (rb_thread_struct): add volatile to
- transition_for_lock because it is not protected by lock.
-
-Tue May 17 20:08:53 2011 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * LEGAL (missing/{elf,tgamma,lgamma_r}.c): they've been replaced by
- public domain implementations.
-
- * LEGAL (vsnprintf.c): it has moved to srcdir from missing/.
-
- * LEGAL (missing/crypt.c): list its original license.
-
-Tue May 17 19:54:26 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * LEGAL (configure): add missing/setproctitle.c
-
-Tue May 17 19:35:01 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
- Fix FreeBSD test failure.
-
- * test/ruby/test_rubyoptions.rb (TestRubyOptions#test_set_program_name):
- use ps -o command instead of ps -o cmd. FreeBSD doesn't support
- -o cmd option.
-
-Tue May 17 08:04:26 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>
-
- * ext/openssl/ossl_digest.c: Add documentation.
-
-Tue May 17 07:14:58 2011 Eric Hodel <drbrain@segment7.net>
-
- * lib/net/http.rb: Improve documentation of proxy configuration
- methods. Patch by Alf Mikula. [Ruby 1.9 - Bug #4714]
-
-Tue May 17 07:09:01 2011 Eric Hodel <drbrain@segment7.net>
-
- * lib/net/pop.rb: Improve documentation. Patch by Vincent Batts.
- [Ruby 1.9 - Bug #4711]
- * lib/net/telnet.rb: ditto
-
-Tue May 17 07:00:41 2011 Eric Hodel <drbrain@segment7.net>
-
- * lib/net/http.rb: Fix nodoc for Net::HTTP::version_1_1?. Patch by
- Alf Mikula. [Ruby 1.9 - Bug #4713]
-
-Tue May 17 06:56:26 2011 Eric Hodel <drbrain@segment7.net>
-
- * lib/optparse.rb: Add link to make_switch to improve documentation.
- Patch by David Copeland. [Ruby 1.9 - Bug #4708]
-
-Tue May 17 06:50:40 2011 Eric Hodel <drbrain@segment7.net>
-
- * lib/observer.rb: Improve documentation. Patch by David Copeland.
- [Ruby 1.9 - Bug #4707]
-
-Tue May 17 06:42:53 2011 Eric Hodel <drbrain@segment7.net>
-
- * lib/logger.rb: Improve documentation. Patch by David Copeland.
- [Ruby 1.9 - Bug #4706]
-
-Tue May 17 06:28:14 2011 Eric Hodel <drbrain@segment7.net>
-
- * lib/gserver.rb: Improve documentation. Patch by David Copeland.
- [Ruby 1.9 - Bug #4705]
-
-Tue May 17 06:21:15 2011 Eric Hodel <drbrain@segment7.net>
-
- * lib/cgi.rb: Add toplevel documentation to class CGI
- * lib/cgi/session.rb: Add overview documentation to CGI::Cookie
- * lib/cgi/html.rb: Don't add CGI::TagMaker documentation to CGI.
- Patch by David Copeland. [Ruby 1.9 - Bug #4704]
- * lib/cgi/core.rb: Clean up CGI documentation. Patch by David
- Copeland. [Ruby 1.9 - Bug #4704]
- * lib/cgi/cookie.rb: Clean up CGI::Cookie documentation. Patch by
- David Copeland. [Ruby 1.9 - Bug #4704]
-
-Tue May 17 05:52:30 2011 Eric Hodel <drbrain@segment7.net>
-
- * ext/digest: Improve documentation of Digest, Digest::HMAC and
- Digest::SHA2. Patch by Pete Higgins. [Ruby 1.9 - Bug #4702]
-
-Tue May 17 03:51:42 2011 Eric Hodel <drbrain@segment7.net>
-
- * lib/abbrev.rb: Hide copyright and revision information from RDoc.
- Inspired by patch from David Copeland, bug #4703.
-
-Tue May 17 03:33:21 2011 Eric Hodel <drbrain@segment7.net>
-
- * lib/timeout.rb (module Timeout): Hide internal constants. Patch by
- Pete Higgins. [Ruby 1.9 - Bug #4701]
-
-Mon May 16 11:21:09 2011 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * configure.in, win32/Makefile.sub (RUBY_SO_NAME): add CPU as prefix
- of RUBY_SO_NAME on x64/ia64 mswin/mingw.
- [Feature #4602]
-
-Mon May 16 08:00:05 2011 Eric Hodel <drbrain@segment7.net>
-
- * lib/rdoc.rb: Update to RDoc 3.6.1, allows OpenSSL::Digest to be
- found.
-
-Mon May 16 05:49:54 2011 Eric Hodel <drbrain@segment7.net>
-
- * lib/drb/acl.rb: Add documentation.
-
-Mon May 16 05:13:20 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>
-
- * ext/openssl/ossl_asn1.c: Add documentation.
-
-Mon May 16 00:32:05 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * test/ruby/test_signal.rb (TestSignal#test_signal_process_group):
- skip if the platform doesn't have :pgroup capability. (i.e. skip
- if mswin32)
-
-Sun May 15 23:53:31 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * include/ruby/intern.h: resurrect old rb_fd_copy().
- * thread.c (rb_fd_copy): ditto.
-
-Sun May 15 23:45:11 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * include/ruby/intern.h: remove rb_fd_copy() to rb_fd_dup() and
- rb_w32_fdcopy() to rb_w32_fd_dup().
- * win32/win32.c: ditto.
- * thread.c: ditto.
-
-Sun May 15 22:26:39 2011 CHIKANAGA Tomoyuki <nagachika00@gmail.com>
-
- * signal.c (rb_f_kill): accept '-SIGXXX' style signal with Symbol or
- implicit convertion with #to_str. [ruby-dev:43169] fixes #4362
- * test/ruby/test_signal.rb (test_signal_process_group): add a test
- for send signal to process group.
-
-Sun May 15 21:22:35 2011 CHIKANAGA Tomoyuki <nagachika00@gmail.com>
-
- * cont.c (cont_init): clear macihne_stack_start/end of saved thread to
- prevent mark machine stack of GC'ed Thread. root Fiber is not
- initialized by fiber_init().
- based on a patch by Serge Balyuk [ruby-core:35891] fixes #4612
- * test/ruby/test_fiber.rb (test_gc_root_fiber): add test for it.
-
-Sun May 15 21:04:29 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * transcode.c (econv_init): revert r31353. [ruby-dev:43512]
-
-Sun May 15 03:39:35 2011 Eric Hodel <drbrain@segment7.net>
-
- * ext/zlib/zlib.c: Improve documentation. Patch by Vincent Batts.
- [Ruby 1.9 - Bug #4695]
-
-Sun May 15 03:23:46 2011 Eric Hodel <drbrain@segment7.net>
-
- * lib/erb.rb: Document ERB::Compiler. Patch by Simon Chiang.
- [Ruby 1.9 - Bug #4694]
-
-Sun May 15 00:58:47 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
- fix mswin32 build error.
-
- * missing/setproctitle.c: add #ifdef HAVE_UNISTD_H.
- * win32/Makefile.sub (MISSING): add setproctitle.obj
-
-Sat May 14 22:45:28 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * missing/setproctitle.c: add to include "ruby/util.h".
-
-Sat May 14 19:52:22 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * test/ruby/test_rubyoptions.rb (TestRubyOptions#test_set_program_name):
- add for $0 test.
-
-Sat May 14 19:50:46 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * missing/setproctitle.c (compat_init_setproctitle): use
- ruby_strdup() instead of strdup().
-
-Sat May 14 19:37:31 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * include/ruby/missing.h: add setproctitle() declaration.
- * missing/setproctitle.c: added.
- * configure.in: add check for missing/setproctitle.c.
-
- * ruby.c (ruby_process_options): add to call compat_init_setproctitle().
- * ruby.c (set_arg0): remove all platform specific code. it's
- moved to missing/setproctitle.c.
- * ruby.c (origarg): remove len field. It's no longer used.
- * ruby.c (get_arglen): removed.
-
- This patch makes a lot of cleanup set_arg0 related code and fixes
- [Feature #4689].
-
-Sat May 14 17:42:21 2011 CHIKANAGA Tomoyuki <nagachika00@gmail.com>
-
- * process.c (rb_proc_times): improve documentation.
- [ruby-core:35785] fixes #4581, reported by Andrew Grimm.
-
-Sat May 14 12:12:54 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>
-
- * test/openssl/test_pkey_dsa.rb: Add basic tests and tests that
- ensure new public key PEM encoding behavior and ensure backward
- compatibility.
- [Ruby 1.9 - Bug #4422] [ruby-core:35328]
- * test/openssl/test_pkey_rsa.rb: Remove line with 'puts'.
-
-Sat May 14 12:06:49 2011 Eric Hodel <drbrain@segment7.net>
-
- * lib/rdoc/context.rb (class RDoc): Fix infinite loop caused by
- re-encountering BasicObject.
-
-Sat May 14 10:32:36 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>
-
- * test/openssl/test_pkey_rsa.rb: Add tests that ensure new public key
- encoding behavior and also ensure backward compatibility.
- [Ruby 1.9 - Bug #4421] [ruby-core:35327]
-
-Sat May 14 09:50:10 2011 Eric Hodel <drbrain@segment7.net>
-
- * lib/yaml/dbm.rb: Add documentation. Patch by Justin Collins.
- [Ruby 1.9 - Bug #4693]
- * lib/yaml/store.rb: ditto
-
-Sat May 14 09:31:43 2011 Eric Hodel <drbrain@segment7.net>
-
- * lib/rdoc.rb: Updated to RDoc 3.6
-
-Sat May 14 07:30:29 2011 Aaron Patterson <aaron@tenderlovemaking.com>
-
- * ext/psych/lib/psych.rb: released a new gem, so increasing version.
-
-Sat May 14 05:08:32 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>
-
- * ext/openssl/ossl_digest.c
- * ext/openssl/ossl_pkey.c
- * ext/openssl/ossl_pkey.h
- * test/openssl/pkey/test_pkey_rsa.rb
- Reverted premature commit. Sorry for the noise!
-
-Sat May 14 05:02:58 2011 Eric Hodel <drbrain@segment7.net>
-
- * lib/uri.rb: Add toplevel documentation. Patch by Vincent Batts.
- [Ruby 1.9 - Bug #4690]
-
-Sat May 14 04:19:06 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>
-
- * NEWS: Describe altered behaviour for RSA and DSA public key
- encoding. [Ruby 1.9 - Bug #4421, Bug #4422]
- [ruby-core:35327,35328]
-
-Sat May 14 02:57:52 2011 Eric Hodel <drbrain@segment7.net>
-
- * lib/ipaddr.rb (unless Socket): Document valid*? methods. Patch by
- Sebastian Martinez. [Ruby 1.9 - Feature #4687]
-
-Sat May 14 02:54:04 2011 Eric Hodel <drbrain@segment7.net>
-
- * lib/rexml/functions.rb: Add some documentation for REXML::Functions.
- Patch by Sebastian Martinez. [Ruby 1.9 - Feature #4688]
-
-Sat May 14 02:51:42 2011 Eric Hodel <drbrain@segment7.net>
-
- * lib/resolv.rb: Hide private method and state-tracking constants from
- RDoc. Patch by Mark Turner. [Ruby 1.9 - Feature #4691]
-
-Fri May 13 19:23:21 2011 URABE Shyouhei <shyouhei@ruby-lang.org>
-
- * numeric.c (flo_coerce): Add #flo_coerce documentation.
- Patch by Sebastian Martinez.
- https://github.com/ruby/ruby/pull/21
-
-Fri May 13 18:42:22 2011 URABE Shyouhei <shyouhei@ruby-lang.org>
-
- * README.EXT: fix typo. Patch by William Blackerby.
- https://github.com/ruby/ruby/pull/19
-
- * README.EXT.ja: ditto.
-
-Fri May 13 15:22:34 2011 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * win32/win32.c (rb_w32_select): check invalid handle before doing
- select operations. see [ruby-dev:43513], [ruby-dev:43535]
-
-Fri May 13 08:34:00 2011 Eric Hodel <drbrain@segment7.net>
-
- * lib/rdoc/rdoc.rb: Output summary after documentation report.
- * lib/rdoc/stats/normal.rb: Don't output information for users when
- we're not on a TTY
-
-Fri May 13 07:49:02 2011 Eric Hodel <drbrain@segment7.net>
-
- * lib/fileutils.rb: Hide internal methods from RDoc. Patch by Darragh
- Curran. [Ruby 1.9 - Bug #4684]
-
-Fri May 13 07:36:23 2011 Eric Hodel <drbrain@segment7.net>
-
- * lib/webrick/httpservlet/erbhandler.rb: Add documentation.
-
-Fri May 13 07:04:33 2011 Eric Hodel <drbrain@segment7.net>
-
- * lib/mathn.rb: Fix indentation. Patch by Jason Dew.
- [Ruby 1.9 - Feature #4682]
-
-Fri May 13 06:50:43 2011 Eric Hodel <drbrain@segment7.net>
-
- * lib/mathn.rb: Add documentation. Patch by Jason Dew. [Ruby 1.9 -
- Feature #4667]
-
-Fri May 13 05:44:19 2011 Eric Hodel <drbrain@segment7.net>
-
- * lib/logger.rb (class Logger): Document Logger#datetime_format.
- Patch by Sergio Gil Perez de la Manga. [Ruby 1.9 - Bug #4678]
-
-Fri May 13 05:39:11 2011 Eric Hodel <drbrain@segment7.net>
-
- * re.c (Init_Regexp): Document option constants. Patch by Vincent
- Batts. [Ruby 1.9 - Bug #4677]
- * lib/uri/common.rb (module URI): Documentation for URI. Patch by
- Vincent Batts. [Ruby 1.9- Bug #4677]
- * lib/uri/ftp.rb (module URI): ditto
- * lib/uri/generic.rb (module URI): ditto
- * lib/uri/http.rb (module URI): ditto
- * lib/uri/https.rb (module URI): ditto
- * lib/uri/ldap.rb (module URI): ditto
- * lib/uri/ldaps.rb (module URI): ditto
- * lib/uri/mailto.rb (module URI): ditto
- * process.c (Init_process): Document Process constants. Patch by
- Vincent Batts. [Ruby 1.9- Bug #4677]
-
-Fri May 13 05:16:38 2011 Eric Hodel <drbrain@segment7.net>
-
- * lib/rss/atom.rb (module RSS): Document URIs. Patch by Mark Turner.
- [Ruby 1.9 - #4671]
- * lib/rss/rss.rb (module RSS): Document exception classes. Patch by
- Mark Turner. [Ruby 1.9 - #4671]
-
-Fri May 13 02:15:18 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * io.c (select_internal): remove unused variable (interrupt_flag).
-
-Thu May 12 18:24:34 2011 Kouhei Sutou <kou@clear-code.com>
-
- * configure.in: limit to "T" type for prefix of external symbols
- because x86_64-w64-mingw32-gcc on Debian GNU/Linux generates the
- following symbol:
- 0000000068483390 D _GLOBAL__F__conftest_external
-
- Approved by nobu.
-
-Thu May 12 14:50:52 2011 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * test/dl/test_base.rb (Fiddle::LIBC_SO): its always msvc*.dll on
- mswin/mingw.
-
-Thu May 12 14:47:53 2011 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * lib/mkmf.rb (Logging.postpone): copy only when temporary logfile
- exists.
-
-Thu May 12 12:24:22 2011 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
-
- * ext/openssl/ossl_ssl.c: By trunk@31346, function check of SSLv2 is
- executed.
- However, the problem is not revised in this.
- This adds the control of using function of SSLv2 in made macro by
- function check.
-
-Thu May 12 08:10:46 2011 Eric Hodel <drbrain@segment7.net>
-
- * lib/set.rb (class Set): Add nodoc to internal-use methods. Patch
- by Pete Higgins. [Ruby 1.9 - Bug #4665]
-
-Thu May 12 08:01:14 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>
-
- * ext/openssl/ossl_pkey_ec.c: Allow encryption when PEM-encoding
- Elliptic Curve private keys.
- [ruby-core:35329] [Bug #4423]
-
-Thu May 12 07:54:59 2011 Eric Hodel <drbrain@segment7.net>
-
- * object.c (rb_obj_equal): Add documentation. Patch by Vincent Batts.
- [Ruby 1.9 - Bug #4664]
- * lib/rexml: ditto
- * lib/mkmf.rb: ditto
- * ext/socket/lib/socket.rb: ditto
-
-Thu May 12 07:30:08 2011 Eric Hodel <drbrain@segment7.net>
-
- * Various .document files: Update .document files to match files which
- have documentation.
-
-Thu May 12 07:18:45 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>
-
- * ext/openssl/ossl_pkey_dsa.c: Use generic X.509 SubjectPublicKeyInfo
- format for PEM-encoding DSA public keys.
- [ruby-core:35328] [Bug #4422]
-
-Thu May 12 06:27:31 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>
-
- * ext/openssl/ossl_pkey_rsa.c: Use generic X.509 SubjectPublicKeyInfo
- format for encoding RSA public keys.
- [ruby-core:35327] [Bug #4421]
-
-Wed May 11 19:45:27 2011 Keiju Ishitsuka <keiju@ishitsuka.com>
-
- * lib/forwardable.rb: support 'delegate :foo => :bar' for to meet
- by specification of RDOC.
-
-Wed May 11 08:36:38 2011 Eric Hodel <drbrain@segment7.net>
-
- * lib/webrick: Add documentation for WEBrick::HTTPAuth
-
-Wed May 11 03:06:35 2011 Eric Hodel <drbrain@segment7.net>
-
- * lib/rss.rb: Add documentation for RSS. Patch by Steve Klabnik.
- [Ruby 1.9 - Bug #4663]
-
-Tue May 10 14:50:32 2011 Shota Fukumori <sorah@tubusu.net>
-
- * lib/test/unit.rb: Add option for hiding skip messages when test
- ends. #4657
-
- * test/testunit/test_hideskip.rb, test/testunit/test4test_hideskip.rb:
- test for above.
-
-Tue May 10 10:53:04 2011 Eric Hodel <drbrain@segment7.net>
-
- * common.mk (rdoc): Add rdoc-coverage rule
-
-Tue May 10 09:13:21 2011 Eric Hodel <drbrain@segment7.net>
-
- * lib/webrick: Add Documentation
-
-Tue May 10 04:22:09 Eric Hodel <drbrain@segment7.net>
-
- * lib/webrick/log.rb: Hide copyright info from ri
- * lib/webrick/httpstatus.rb: ditto
- * lib/webrick/htmlutils.rb: ditto
- * lib/webrick/httpversion.rb: ditto
- * lib/webrick/version.rb: ditto
- * lib/webrick/httpauth/userdb.rb: ditto
- * lib/webrick/httpauth/authenticator.rb: ditto
- * lib/webrick/accesslog.rb: ditto
-
-Mon May 9 20:57:13 2011 Tadayoshi Funaba <tadf@dotrb.org>
-
- * test/ruby/test_{complex,rational}.rb: added tests.
-
-Mon May 9 20:29:44 2011 Tadayoshi Funaba <tadf@dotrb.org>
-
- * complex.c (string_to_c_internal): a refactoring.
-
-Mon May 9 18:33:05 2011 NARUSE, Yui <naruse@ruby-lang.org>
-
- * string.c: Improve documentation for String#start_with? and
- String#end_with?. fixes #4652
- patched by Andrew Grimm <andrew.j.grimm at gmail.com>
-
-Mon May 9 13:49:00 2011 Kenta Murata <mrkn@mrkn.jp>
-
- * complex.c (string_to_c_internal): support scientific notation.
- patched by Tinco Andringa. https://github.com/ruby/ruby/pull/16
- [ruby-core:36046][Bug #4655]
-
-Mon May 9 11:52:48 2011 NARUSE, Yui <naruse@ruby-lang.org>
-
- * numeric.c (int_ord): remove K&R style.
- patched by Daehyub Kim. https://github.com/ruby/ruby/pull/17
-
-Sun May 8 22:17:24 2011 Tadayoshi Funaba <tadf@dotrb.org>
-
- * test/ruby/test_{complex2,complexrational}.rb: use skip.
- * test/date/*.rb: ditto.
-
-Sun May 8 21:02:31 2011 Tadayoshi Funaba <tadf@dotrb.org>
-
- * test/ruby/test_{complex2,complexrational}.rb: NEVER SKIP.
-
-Sun May 8 21:01:21 2011 Tadayoshi Funaba <tadf@dotrb.org>
-
- * test/date/test_date_base.rb: fixed.
-
-Sun May 8 20:54:11 2011 Tadayoshi Funaba <tadf@dotrb.org>
-
- * test/date/*.rb: NEVER SKIP.
-
-Sun May 8 20:37:33 2011 Tadayoshi Funaba <tadf@dotrb.org>
-
- * test/date/*.rb: reverted 31432.
-
-Sun May 8 20:32:43 2011 Tadayoshi Funaba <tadf@dotrb.org>
-
- * test/date/*.rb: reverted 31483.
-
-Sun May 8 19:39:16 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * thread_pthread.c (native_cond_timedwait): add to care EINTR.
- * thread_pthread.c (thread_timer): remove EINTR check.
-
-Sun May 8 19:04:15 2011 Tadayoshi Funaba <tadf@dotrb.org>
-
- * lib/time.rb (xmlschema): avoid passing any negative numbers.
-
-Sun May 8 18:40:03 2011 Tadayoshi Funaba <tadf@dotrb.org>
-
- * ext/date/date_{parse,strptime}.c: introduced some macros.
-
-Sun May 8 17:17:13 2011 Tadayoshi Funaba <tadf@dotrb.org>
-
- * test/date/*.rb: use skip /w messages.
-
-Sun May 8 17:04:55 2011 Tadayoshi Funaba <tadf@dotrb.org>
-
- * ext/date/lib/date/format.rb (_httpdate): omitted to call zone_to_diff.
-
-Sun May 8 16:56:19 2011 Tadayoshi Funaba <tadf@dotrb.org>
-
- * ext/date/date_core.c (date_s_test_*): use macros.
-
-Sun May 8 10:24:16 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * thread_pthread.c: cleanup signal_thread_list related ifdef.
- 1) we don't have to use #ifdef FOO-PLATFORM directly 2) About
- half #ifdef didn't care symbian properly.
-
-Sun May 8 05:19:37 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * test/io/wait/test_io_wait.rb: Linux socketpair(2) only support
- AF_UNIX, but windows socketpair doesn't support it. we can't
- avoid platform check. sigh!
-
-Sun May 8 00:13:05 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * test/io/wait/test_io_wait.rb: use Socket.pair instead of pipe.
- Windows can only treat a socket.
-
-Sat May 7 22:43:48 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * thread.c (rb_fd_zero): remove redundant zero fill.
-
-Sat May 7 22:38:04 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * thread.c (rb_fd_init): remove volatile qualifier.
-
-Sat May 7 22:34:29 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * thread.c (rb_fd_init_copy): new internal api. It provide efficient
- copy constructor semantics.
- * thread.c (do_select): use rb_fd_init_copy().
-
-Sat May 7 15:18:06 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
- fix incorrect native_cond_signal call when deadlock was detected.
-
- * thread.c (lock_func): decrement cond_waiting if timeout was happen.
-
-Sat May 7 18:28:37 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * thread_pthread.c (USE_MONOTONIC_COND): check the availability
- more strictly.
-
- * thread_pthread.h (rb_thread_cond_t): ditto.
-
-Sat May 7 15:15:10 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- fix win32 native_cond_timedwait() makes SIGSEGV.
-
- * thread_win32.h (rb_thread_cond_struct): add prev field instead of
- last. (ie cond_event_entry is now using double linked list instead of
- single)
- * thread_win32.c (cond_event_entry): add prev field.
-
- * thread_win32.c (__cond_timedwait): remove entry properly if timeout
- was happen.
-
- * thread_win32.c (native_cond_signal): change for double linked list.
- * thread_win32.c (native_cond_broadcast): ditto.
- * thread_win32.c (native_cond_initialize): ditto.
-
-Sat May 7 12:41:04 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
- fix mutex deadlock test hang-up.
-
- * thread_win32.c (abs_timespec_to_timeout_ms): fix 1000x calculation
- mistake. (ie fix hang-up native_cond_timedwait())
-
-Sat May 7 03:14:13 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- sleep_cond use monotonic time if possible.
-
- * thread_pthread.c (native_thread_init): change sleep_cond
- attribute to monotonic.
- * thread_pthread.c (native_sleep): use native_cond_timeout().
-
- * thread_pthread.c (native_cond_timeout): add overflow care.
- * thread_win32.c (native_cond_timeout): ditto.
-
-Sat May 7 02:49:12 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
- fix win32 compile error.
-
- * thread_win32.c (RB_CONDATTR_CLOCK_MONOTONIC): define
- RB_CONDATTR_CLOCK_MONOTONIC always.
- * thread_pthread.c (RB_CONDATTR_CLOCK_MONOTONIC): ditto.
-
-Sat May 7 02:29:41 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- mutex: deadlock check timeout use monotonic time.
-
- * thread_pthread.c (native_cond_timeout): new internal api.
- it calculate a proper time for argument of native_cond_timedwait().
- * thread_win32.c (native_cond_timeout): ditto.
-
- * thread_pthread.c (thread_timer): use native_cond_timeout()
- instead of get_ts.
- * thread.c (lock_func): ditto.
-
- * thread_pthread.c (get_ts): removed. use native_cond_timeout().
- * thread.c (init_lock_timeout): ditto.
-
-Sat May 7 01:54:21 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * thread_pthread.c (get_ts): add monotonic clock capability.
- * thread_pthread.c (rb_thread_create_timer_thread): use monotonic
- clock if possible.
-
-Sat May 7 01:43:37 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * thread_pthread.h (rb_thread_cond_t): add clockid field. it's
- no longer an alias of pthread_cond_t.
- * thread_pthread.c: adapt new rb_thread_cond_t type.
- * thread.c (mutex_alloc): ditto.
- * thread_win32.c (native_cond_initialize): ditto.
- * configure.in: add check for pthread_cond_attr_setclock() and
- clockid_t type.
-
-Fri May 6 23:29:47 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * thread.c (rb_wait_for_single_fd): use ppoll() instead of poll()
- if possible. based on a patch from Eric Wong. [ruby-core:36003].
-
-Fri May 6 23:13:43 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * configure.in: remove nanosleep check. we no longer use it.
- r20124 removed last usage.
-
-Fri May 6 22:35:56 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * ext/syck/rubyext.c (mktime_do): extra digits are not used.
-
-Fri May 6 17:43:07 2011 NARUSE, Yui <naruse@ruby-lang.org>
-
- * ext/syck/rubyext.c (mktime_do): remove unused variable offset.
-
- * ext/syck/syck.h: use #ifdef instead of #if DEBUG.
-
-Fri May 6 16:27:33 2011 NARUSE, Yui <naruse@ruby-lang.org>
-
- * ext/date/date_core.c (DAY_IN_NANOSECONDS): refix: 31438.
- check with LONG_MAX and cast as long; without this the calculation
- will be done as int and overflow.
-
-Fri May 6 15:01:11 2011 URABE Shyouhei <shyouhei@ruby-lang.org>
-
- * ext/syck/rubyext.c (mktime_do): avoid buffer overrun, by
- silently ignoring lesser significant digits. Required buffer
- length can be computable so you might at first think of
- allocating enough memory space on the fly using alloca(). That
- is a wrong idea because when using alloca there is always risk
- of integer overflow. A function that accepts outer-process
- resources like this should not blindly trust its inputs. In
- this particular case we just want to generate milliseconds
- resolution by strtod() so the string in question needs no more
- length than what we originally have. Ignoring lesser
- significant digits should suffice I believe.
-
-Fri May 6 14:25:53 2011 Tinco Andringa <mail@tinco.nl>
-
- * ext/syck/rubyext.c (mktime_do): YAML.load time correctly parse
- usecs smaller than 1 fixes #4571
-
-Thu May 5 22:23:34 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * thread_pthread.c (native_mutex_reinitialize_atfork): removed
- unused macro.
- * thread_win32.c (native_mutex_reinitialize_atfork): ditto.
-
-Thu May 5 22:09:39 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * ext/date/date_core.c (DAY_IN_NANOSECONDS): long long int is not
- available on all platforms.
-
-Thu May 5 17:36:31 2011 CHIKANAGA Tomoyuki <nagachika00@gmail.com>
-
- * eval.c (frame_func_id): store result of method_entry_of_iseq() to
- cfp->me because method_entry_of_iseq() might become expensive.
-
-Thu May 5 15:03:51 2011 CHIKANAGA Tomoyuki <nagachika00@gmail.com>
-
- * eval.c (frame_func_id): __method__ return different name from
- methods defined by Module#define_method with a same block.
- [ruby-core:35386] fixes #4606
- * eval.c (method_entry_of_iseq): new helper function. search control
- frame stack for a method entry which has given iseq.
- * test/ruby/test_method.rb: add tests for #4606
-
-Wed May 4 22:13:09 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * benchmark/bm_vm4_pipe.rb: Reduced iterations. Too slow benchmark
- is bad.
- * benchmark/bm_vm4_thread_pass.rb: ditto.
-
-Wed May 4 22:08:22 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * test/date/test_date_base.rb: don't use no message skip().
-
-Wed May 4 21:11:28 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * benchmark/bm_io_select2.rb: reduce number of using file
- descriptors. because gdb need some fds.
-
-Wed May 4 19:00:59 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * thread.c (rb_wait_for_single_fd): Fix wrong return value.
- * test/-ext-/wait_for_single_fd/test_wait_for_single_fd.rb
- (TestWaitForSingleFD#test_wait_for_closed_pipe): test for it.
-
-Wed May 4 18:46:39 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * ext/-test-/wait_for_single_fd: New. for testing
- rb_wait_for_single_fd() internal function.
- The patch was written by Eric Wong. [ruby-core:35991]
-
- * test/-ext-/wait_for_single_fd/test_wait_for_single_fd.rb: ditto.
-
-Wed May 4 12:46:25 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * thread.c (rb_wait_for_single_fd): Added POLLNVAL check.
- based on a patch from Eric Wong at [ruby-core:35991].
-
-Wed May 4 11:51:01 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * io.c (rb_f_select): remove useless ifdef.
-
-Wed May 4 11:42:47 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * ext/socket/init.c (wait_connectable): fix error handling code.
- RB_WAITFD_OUT is turned on even though an error occur.
-
-Wed May 4 10:12:39 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * ext/readline/readline.c (readline_event): use rb_wait_for_single_fd().
- The patch was written by Eric Wong. [Ruby 1.9 - Feature #4531]
-
-Wed May 4 10:10:28 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * ext/socket/init.c (wait_connectable): use rb_wait_for_single_fd().
- The patch was written by Eric Wong. [Ruby 1.9 - Feature #4531]
-
- * ext/socket/init.c (try_wait_connectable, wait_connectable_ensure):
- removed.
-
-Wed May 4 10:07:48 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * ext/io/wait/wait.c (io_wait): use rb_wait_for_single_fd().
- The patch was written by Eric Wong. [Ruby 1.9 - Feature #4531]
-
-Wed May 4 10:01:27 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * thread.c (rb_wait_for_single_fd): new. poll(2) based backend for
- rb_wait_for_single_fd().
- Now only Linux uses it.
-
- The patch was written by Eric Wong. [Ruby 1.9 - Feature #4531]
-
-Wed May 4 09:56:57 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * thread.c (rb_wait_for_single_fd): new.
- * thread.c (select_single): select(2) based backend for
- rb_wait_for_single_fd().
-
- * io.c (make_writeconv): use rb_wait_for_single_fd() instead of
- rb_thread_fd_select().
- * io.c (rb_io_wait_readable): ditto.
- * thread.c (rb_thread_wait_fd_rw): ditto.
-
- * io.c (wait_readable): removed.
- * thread.c (init_set_fd): new helper function.
- * include/ruby/io.h (RB_WAITFD_IN, RB_WAITFD_PRI, RB_WAITFD_OUT):
- new constant for rb_single_wait_fd().
-
- The patch was written by Eric Wong. [Ruby 1.9 - Feature #4531]
-
-Wed May 4 08:04:59 2011 Aaron Patterson <aaron@tenderlovemaking.com>
-
- * ext/psych/lib/psych/visitors/yaml_tree.rb: fix time dumping so that
- Syck can load UTC times that Psych dumps.
-
-Wed May 4 07:33:00 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * thread.c (rb_fd_copy): fix wrong argument.This issue was pointed
- out by Eric Wong. [ruby-core:35982]
-
-Tue May 3 20:29:33 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * test/fileutils/test_fileutils.rb (TestFileUtils#test_chmod_symbol_mode):
- Skip sticky bit test if the platform is FreeBSD. It doesn't allow to
- change sticky bit if a target is regular file.
-
-Tue May 3 18:23:57 2011 Yuki Sonoda (Yugui) <yugui@yugui.jp>
-
- * test/date/test_date.rb (TestDate#test_coerce):
- test for [ruby-core:35127].
-
-Tue May 3 04:27:53 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * thread.c (rb_thread_select): preserve errno if no error
- occurred.
-
-Tue May 3 03:57:04 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * include/ruby/intern.h (rb_w32_fdcopy): add prototype. fixes
- #4640
-
-Mon May 2 01:02:04 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * lib/fileutils.rb (FileUtils#chmod): accept symbolic mode argument.
- The patch was written by takkanm. [ruby-core:26029][Feature #2190]
-
- * lib/fileutils.rb (FileUtils#fu_mode): new helper function.
- * lib/fileutils.rb (FileUtils#symbolic_modes_to_i): ditto.
- * lib/fileutils.rb (FileUtils#mode_mask): ditto.
- * lib/fileutils.rb (FileUtils#user_mask): ditto.
-
- * test/fileutils/test_fileutils.rb (TestFileUtils#test_chmod_symbol_mode):
- new test for the above symbolic mode.
- * test/fileutils/test_fileutils.rb (TestFileUtils#test_chmod_R): ditto.
-
-Mon May 2 00:36:12 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * ext/socket/init.c (rsock_connect): add to care EINTR. based
- on a patch from Eric Wong at [ruby-core:35621][Bug #4555]
-
-Sun May 1 01:06:24 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * thread.c (rb_thread_select): release GVL while waiting select().
-
-Sat Apr 30 23:10:15 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * win32/win32.c (rb_w32_fdcopy): New. This can copy even though
- fdset size exceed FD_SETSIZE.
- * include/ruby/intern.h (rb_fd_copy): use rb_w32_fdcopy()
-
-Sat Apr 30 20:18:43 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * thread.c (do_select): Change argument type to rb_fdset_t.
- Now do_select() is free from unexpected hangup if
- HAVE_RB_FD_INIT=1 [Bug #4636]
-
- * thread.c (rb_thread_fd_select, rb_thread_wait_fd_rw):
- adapt new argument type.
-
- * thread.c (rb_thread_select): make dummy implementation.
-
-Sat Apr 30 20:16:53 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * thread.c (rb_fd_copy): Change function argument. Now
- rb_fd_copy() has fully copy semantics.
- * include/ruby/intern.h: ditto.
-
-Sat Apr 30 20:11:47 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * include/ruby/intern.h (rb_thread_select): mark as deprecated.
-
- * ext/io/wait/wait.c (wait_readable): use rb_thread_fd_select
- instead of rb_thread_select.
- * ext/socket/init.c (wait_connectable0): ditto.
- * ext/readline/readline.c (readline_event): ditto.
- * io.c (rb_io_wait_readable, wait_readable, rb_io_wait_writable,
- wait_writable): ditto.
-
-Sat Apr 30 20:06:36 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * thread.c (do_select): remove useless ifdef. time calculation
- is not heavy weight.
-
-Sat Apr 30 16:48:36 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * benchmark/bm_io_select3.rb: New.
-
-Sat Apr 30 16:27:09 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * io.c (copy_stream_body, rb_io_s_copy_stream): move rb_fd_init()
- from copy_stream_body to rb_io_s_copy_stream. fds of passing
- rb_fd_term() have to be guaranteed initialized.
-
-Sat Apr 30 16:13:17 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * benchmark/bm_io_select.rb, benchmark/bm_io_select2.rb: New.
- based on a patch from Eric Wong at [Feature #4531]
-
-Sat Apr 30 03:25:53 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * test/io/wait/test_io_wait.rb: New. for testing ext/io/wait.
- the patch was written by Eric Wong. [Feature #4531]
-
-Sat Apr 30 00:34:56 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * include/ruby/win32.h: remove redundant declaration of
- rb_w32_time_subtract().
-
-Sat Apr 30 00:16:40 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * thread_pthread.c (gvl_init): fix hangup if GVL_SIMPLE_LOCK=1.
- We don't have to call mutex_unlock() before initialize it!
-
-Fri Apr 29 13:15:15 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * thread_win32.c (native_cond_timedwait): New. r31373 caused
- win32 build failure.
-
- * thread_win32.c (__cond_timedwait, abs_timespec_to_timeout_ms):
- New helper functions.
-
- * win32/win32.c (rb_w32_time_subtract): rename from subtract and
- remove static.
-
-Fri Apr 29 10:43:09 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * benchmark/bm_vm4_pipe.rb: Add two new benchmark for GVL
- performance. They was written by Koichi Sasada.
- * benchmark/bm_vm4_thread_pass.rb: ditto.
-
-Fri Apr 29 10:25:31 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * vm_method.c (rb_clear_cache_by_class): Revert r29673. It made
- a segmentation fault regression. [Bug #4289][ruby-core:34554].
-
-Fri Apr 29 10:24:51 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * io.c (make_writeconv): do not add textmode newline decorator if any
- newline decorator is set already. fixes #4618, fixes #4619
-
-Fri Apr 29 10:17:42 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * thread.c (lock_func): small cleanup.
-
-Fri Apr 29 10:07:13 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * thread.c (rb_mutex_lock, lock_func): Avoid busy loop and
- performance regression. bm_vm3_thread_mutex.rb performance
- change from 109.064sec to 16.331sec. [Feature #4607]
-
- * thread.c (init_lock_timeout): New helper function.
-
-Thu Apr 28 16:15:49 2011 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * win32/{win32.c,dir.h} (rb_w32_uopendir): new API to pass UTF-8 path.
-
- * win32/win32.c (opendir_internal, rb_w32_opendir): extract and merge
- common part of rb_w32_opendir() and rb_w32_uopendir().
-
- * dir.c (do_opendir, glob_helper): encoding.
-
- * dir.c (dir_initialize, do_opendir): convert path to UTF-8 and call
- rb_w32_uopendir() instead of rb_w32_opendir() on Windows.
- fixes #4491, reported by Joey Zhou.
-
-Thu Apr 28 15:32:53 2011 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * test/dl/test_base.rb (DL::LIBC_SO): its always msvc*.dll on
- mswin/mingw.
-
-Thu Apr 28 06:07:06 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * lib/csv.rb (CSV::open): suppress universal newline decorator.
- fixes #4603
-
- * lib/csv.rb (CSV.read): no mode is needed.
-
-Thu Apr 28 06:06:56 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * io.c (rb_io_extract_modeenc, rb_f_backquote): set default text
- mode. fixes #4619
-
- * io.c (pipe_open): set universal newline decorator if needed.
-
-Wed Apr 27 11:33:08 2011 NARUSE, Yui <naruse@ruby-lang.org>
-
- * enc/trans/emoji_iso2022_kddi.trans: ISO-2022-JP-KDDI doesn't have
- CP932 UDA. Another reason is emacs-mule: the implementation of
- stateless-iso-2022-jp doesn't support beyond 94x94 (0x7fxx);
- but CP932 UDA is in 7Fxx-92xx.
-
-Wed Apr 27 07:42:44 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * configure.in (STRIP): use proper toolchain. based on a patch
- from Jon Forums at [ruby-core:35909]. fixes #4617
-
-Wed Apr 27 01:20:59 2011 Tadayoshi Funaba <tadf@dotrb.org>
-
- * ext/date/date_core.c (date_zone_to_diff): renamed.
- * ext/date/date_parse.c: ditto.
- * ext/date/date_strptime.c: ditto.
-
-Wed Apr 27 01:16:59 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * encoding.c (enc_find): accept Encoding objects.
-
-Wed Apr 27 00:55:56 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * transcode.c (econv_opts): add newline option.
-
- * io.c (validate_enc_binmode, rb_io_extract_modeenc): set newline
- decorator according to open mode.
-
- * transcode.c (rb_econv_prepare_options): new function, to prepare
- econv options with newline flags.
-
- * include/ruby/encoding.h (ECONV_NEWLINE_DECORATOR_MASK): add.
-
-Wed Apr 27 00:51:01 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * file.c (rb_file_truncate): fix function.
-
- * include/ruby/win32.h (ftruncate, truncate, ftello, fseeko): non-64
- versions on mingw are useless because they use int32_t. fixes #4564
-
-Wed Apr 27 00:50:33 2011 Tadayoshi Funaba <tadf@dotrb.org>
-
- * ext/date/date_core.c: modified validation methods.
- * ext/date/lib/date.rb: ditto.
-
-Wed Apr 27 00:00:37 2011 Tadayoshi Funaba <tadf@dotrb.org>
-
- * ext/date/date_core.c (dt_lite_set_tmx): should get df value.
-
-Tue Apr 26 22:34:04 2011 Tadayoshi Funaba <tadf@dotrb.org>
-
- * ext/date/lib/date/format.rb (_iso8601): allowed day only civil
- date. disallowed separatorless day only ordinal date.
-
-Mon Apr 25 21:31:36 2011 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
-
- * ext/openssl/extconf.rb: Should check SSLv2_*method.
- openssl compiled with "no-ssl2" the extconf don't fail
- when running `make' having this compilation errors.
- Patched by Laurent Arnoud. fixes #4562, #4556
-
-Mon Apr 25 20:53:32 2011 Tajima, Akio <artonx@yahoo.co.jp>
-
- * win32/win32.c (kill): accept 0 only sig is SIGINT #4596
-
-Mon Apr 25 19:59:47 2011 Tajima, Akio <artonx@yahoo.co.jp>
-
- * win32/win32.c (kill): accept 0 as pid, fixes #4596
-
-Mon Apr 25 16:43:45 2011 NARUSE, Yui <naruse@ruby-lang.org>
-
- * random.c (random_rand): remove unused variables.
-
- * struct.c (rb_struct_define_without_accessor): ditto.
-
- * strftime.c (rb_strftime_with_timespec): ditto.
-
- * sprintf.c: ditto.
-
- * time.c (time_asctime): remove useless GetTimeval().
-
- * thread_pthread.c: cast to (void *) for %p.
-
-Mon Apr 25 11:02:11 2011 NARUSE, Yui <naruse@ruby-lang.org>
-
- * ext/ripper/lib/ripper/sexp.rb: fix rdoc around sexp.
- patched by Sho Hashimoto. fixes #4599
-
-Mon Apr 25 08:24:04 2011 Shota Fukumori <sorah@tubusu.net>
-
- * random.c (rb_f_rand, random_s_rand): RDocs for them.
-
-Mon Apr 25 07:18:00 2011 Kenta Murata <mrkn@mrkn.jp>
-
- * random.c (random_s_rand, Init_Random): Random.rand should behave as
- Random::DEFAULT.rand rather than Kernel#rand.
-
- * random.c (rand_range, random_rand): rand_range function extracted
- from random_rand function.
-
- * random.c (rb_f_rand): accept a Range argument as Random#rand
- [ruby-dev:43427] #4605
-
-Mon Apr 25 03:31:06 2011 Tadayoshi Funaba <tadf@dotrb.org>
-
- * lib/time.rb: require 'date'.
- * ext/date/lib/date/format.rb: removed require line.
-
-Mon Apr 25 03:08:39 2011 Tadayoshi Funaba <tadf@dotrb.org>
-
- * ext/date/lib/date/format.rb: require 'date'.
-
-Mon Apr 25 03:04:16 2011 Tadayoshi Funaba <tadf@dotrb.org>
-
- * ext/date/lib/date/format.rb (_iso8601): added a pattern.
-
-Mon Apr 25 02:51:22 2011 NARUSE, Yui <naruse@ruby-lang.org>
-
- * ext/date/lib/date/format.rb: require 'date_core.so'.
- date/format needs methods which are now in date_core.so.
- This breaks make rdoc which uses Date._parse from time.rb.
-
-Mon Apr 25 02:47:46 2011 Tadayoshi Funaba <tadf@dotrb.org>
-
- * ext/date/lib/date/format.rb (_iso8601): fixed a bug of regex.
-
-Mon Apr 25 02:12:26 2011 Tadayoshi Funaba <tadf@dotrb.org>
-
- * ext/date/lib/date/format.rb: an adjustment of regex.
-
-Mon Apr 25 01:58:50 2011 Tadayoshi Funaba <tadf@dotrb.org>
-
- * ext/date/lib/date/format.rb: omitted to call _parse.
-
-Mon Apr 25 01:03:03 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * string.c (rb_to_id): remove unused variable.
-
-Sun Apr 24 22:19:05 2011 Tadayoshi Funaba <tadf@dotrb.org>
-
- * complex.c, rational.c: omitted some method calls.
-
-Sun Apr 24 02:57:27 2011 Tadayoshi Funaba <tadf@dotrb.org>
-
- * ext/date/date_parse.c (n2i): takes long.
-
-Sun Apr 24 02:51:06 2011 Tadayoshi Funaba <tadf@dotrb.org>
-
- * ext/date/date_parse.c: reverted.
-
-Sun Apr 24 02:25:23 2011 NARUSE, Yui <naruse@ruby-lang.org>
-
- * include/ruby/intern.h: pcc can't use __builtin_constant_p.
-
- * vm_exec.c: change condition.
-
-Sun Apr 24 01:58:01 2011 NARUSE, Yui <naruse@ruby-lang.org>
-
- * ext/date/date_core.c (leap_p): suppress warning: parentheses.
-
- * ext/date/date_core.c (date_s__parse_internal): remove unused
- variable "str".
-
- * ext/date/date_parse.c (parse_ddd_cb): use RSTRING_LENINT.
-
- * ext/date/date_strftime.c (date_strftime_with_tmx): remove unused
- variable.
-
-Sun Apr 24 00:34:23 2011 Tadayoshi Funaba <tadf@dotrb.org>
-
- * ext/date/date_parse.c: removed some unused macros. use strchr()
- instead of index().
-
-Sat Apr 23 21:29:42 2011 Tadayoshi Funaba <tadf@dotrb.org>
-
- * ext/date/date_core.c: replacement of implementation of
- _parse. [experimental]
- * ext/date/date_parse.c: new.
- * ext/date/lib/date/format.rb: removed ruby version of _parse.
-
-Fri Apr 22 12:04:15 2011 NARUSE, Yui <naruse@ruby-lang.org>
-
- * array.c (rb_ary_sort_bang): fix rdoc.
- patched by burningTyger. https://github.com/ruby/ruby/pull/11
-
-Fri Apr 22 11:49:49 2011 NARUSE, Yui <naruse@ruby-lang.org>
-
- * lib/xmlrpc/create.rb (XMLRPC::Create#conv2value):
- XML-RPC's int is 32bit int, and Fixnum also may be beyond 32bit.
-
- * lib/xmlrpc/create.rb (XMLRPC::Create#conv2value):
- XML-RPC doesn't allow Infinity and NaN.
- http://www.xmlrpc.com/spec
-
-Fri Apr 22 04:16:14 2011 Aaron Patterson <aaron@tenderlovemaking.com>
-
- * ext/psych/parser.c (parse): strings from psych have proper taint
- markings.
-
- * test/psych/test_tainted.rb: test for string taint
-
-Thu Apr 21 01:30:02 2011 NARUSE, Yui <naruse@ruby-lang.org>
-
- * random.c (rb_f_srand): fix rdoc: srand(0)'s 0 is a seed.
- [ruby-core:35833] fixes #4590
-
-Thu Apr 21 01:01:28 2011 Masaya Tarui <tarui@ruby-lang.org>
-
- * win32/win32.c (CreateChild): maximum length of lpCommandLine is
- 32,768 characters, including the Unicode terminating null character.
-
-Wed Apr 20 21:32:11 2011 Tadayoshi Funaba <tadf@dotrb.org>
-
- * ext/date/date_strptime.c (date__strptime_internal): do not
- overwrite local variables.
-
-Wed Apr 20 14:41:28 2011 NARUSE, Yui <naruse@ruby-lang.org>
-
- * string.c (rb_str_each_line): check string's length when compare
- separator and string. [ruby-core:35815] fixes #4586
-
-Wed Apr 20 00:02:13 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * misc/ruby-mode.el (ruby-parse-partial): use position of open paren.
-
-Tue Apr 19 01:00:21 2011 Tajima Akio <artonx@yahoo.co.jp>
-
- * test/ruby/test_io.rb (TestIO#test_cross_thread_close_fd):
- skip cross thread pipe close if windows
-
-Mon Apr 18 12:15:46 2011 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * test/ruby/test_range.rb (TestRange#test_step_ruby_core_35753):
- avoid float error. [ruby-core:35804]
-
-Sun Apr 17 00:20:14 2011 Tadayoshi Funaba <tadf@dotrb.org>
-
- * ext/date/date_{core,strftime}.c: use struct tmx instead of vtm.
- * ext/date/date_tmx.h: new.
-
-Sat Apr 16 22:23:52 2011 Tadayoshi Funaba <tadf@dotrb.org>
-
- * ext/date/date_strftime.c (date_strftime_wo_timespec): changed
- the way of validation of locale modifiers.
-
-Sat Apr 16 21:55:12 2011 Tadayoshi Funaba <tadf@dotrb.org>
-
- * ext/date/date_core.c: replacement of implementation of
- _strptime. [experimental]
- * ext/date/date_strptime.c: new.
- * ext/date/lib/date/format.rb: removed ruby version of _strptime.
-
-Sat Apr 16 10:18:30 2011 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
-
- * vm.c (Init_VM): suppress warning: "OPT_BASIC_OPERATIONS" is not
- defined.
-
-Fri Apr 15 23:41:18 2011 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
-
- * ruby.c (proc_options): suppress warning:
- "ALLOW_DEFAULT_SOURCE_ENCODING" is not defined.
-
-Fri Apr 15 15:10:29 2011 Akinori MUSHA <knu@iDaemons.org>
-
- * lib/uri/generic.rb (#route_from_path): Fix a bug where
- URI('http://h/b/').route_to('http://h/b') wrongly returned './'
- (should be '../b'). [Bug #4476]
-
-Fri Apr 15 14:58:06 2011 Akinori MUSHA <knu@iDaemons.org>
-
- * lib/fileutils.rb (FileUtils#touch): Fix corrupted output when
- mtime is specified in addition to nocreate (and verbose).
- ref [ruby-dev:43401]
-
-Thu Apr 14 23:43:43 2011 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * numeric.c (ruby_float_step): wrong loop condition.
- fixes [ruby-core:35753], reported by Joey Zhou.
-
- * test/ruby/test_range.rb (TestRange#test_step_ruby_core_35753):
- test above change.
-
-Thu Apr 14 22:48:12 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * lib/test/unit.rb (Test::Unit::Options#setup_options): set possible
- values for completion. no conversion is needed.
-
- * lib/test/unit.rb (Test::Unit::Runner::Worker#initialize): use
- positional arguments instead of keyword arguments.
-
- * lib/test/unit.rb (Test::Unit::Runner#jobs_status): io/console may
- not be available. use 80 as the last resort if IO#winsize and
- COLUMNS are unavailable.
-
- * lib/test/unit.rb (Test::Unit::Runner::Worker#died): rename using a
- verb.
-
- * lib/test/unit.rb (Test::Unit::Runner#_run_parallel): check if worker
- is signaled and use its exit status.
-
- * lib/test/unit.rb (Test::Unit::Runner::Worker#dead): no longer @in
- and @out are separated.
-
-Thu Apr 14 21:23:29 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * variable.c (rb_autoload_p): search superclasses as same as actual
- loading. fixes [ruby-core:35679]
-
-Thu Apr 14 21:21:06 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * include/ruby/win32.h (frexp, modf): wrongly declared as pure in
- mingw math.h.
-
- * include/ruby/win32.h (ftruncate, truncate): mingw64 misses
- prototypes.
-
- * win32/win32.c (rb_w32_read): suppress warning.
-
-Thu Apr 14 19:55:54 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * lib/fileutils.rb (FileUtils#touch): fix corrupted output when
- FileUtils.touch(:nocreate => true, :verbose => true) case.
- The patch was written by Hiroyuki Iwatsuki. [ruby-dev:43401]
-
-Thu Apr 14 16:01:45 2011 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
-
- * io.c (rb_f_syscall): suppress warning: "HAVE___SYSCALL" is not
- defined.
-
-Thu Apr 14 00:41:09 2011 CHIKANAGA Tomoyuki <nagachika00@gmail.com>
-
- * thread.c (thread_fd_close_i): IOError exception should be assigned
- to rb_thread_t::thrown_errinfo.
-
-Wed Apr 13 20:12:26 2011 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
-
- * io.c (rb_io_fdatasync): remove unused variable.
-
-Tue Apr 12 20:54:12 2011 Tanaka Akira <akr@fsij.org>
-
- * include/ruby/st.h: parenthesize macro arguments.
-
-Tue Apr 12 19:19:50 2011 NARUSE, Yui <naruse@ruby-lang.org>
-
- * lib/uri/common.rb: avoid race condition. fixes #4572
-
-Tue Apr 12 18:07:13 2011 TAKAO Kouji <kouji@takao7.net>
-
- * ext/readline/extconf.rb: --disable-libedit to disable
- libedit. fixes #4550
-
-Tue Apr 12 10:37:39 2011 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * include/ruby/win32.h: VC doesn't have ftruncate() and others, but
- ruby needs HAVE_ macros to use our emulation functions.
- (fix the problem of 31262)
-
-Tue Apr 12 01:33:00 2011 Luis Lavena <luislavena@gmail.com>
-
- * configure.in: properly evaluate existence of truncate, ftruncate
- and ftello for MinGW. [ruby-core:35678]
- * win32/win32.c: rename truncate, ftruncate and ftello to avoid
- redefinitions.
- * win32/win32.h: ditto.
-
-Mon Apr 11 21:51:52 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * io.c: revert r31230. Because it made a regression.
- [ruby-core:35631]
-
-Mon Apr 11 21:49:18 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * test/ruby/test_io.rb: Added TestIO#test_cross_thread_close_stdio
- and TestIO#test_cross_thread_close_fd.
- The patch was written by Eric Wong. [ruby-core:35669]
-
-Mon Apr 11 21:15:54 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * file.c (rb_group_member): kill 256K of stack usage.
- the patch was written by Eric Wong. [ruby-core:35699]
-
-Mon Apr 11 07:24:13 2011 Eric Hodel <drbrain@segment7.net>
-
- * ext/openssl/ossl.c: Fix typo, document version constants.
-
-Sun Apr 10 22:23:45 2011 Tanaka Akira <akr@fsij.org>
-
- * include/ruby/ruby.h: parenthesize macro arguments.
-
-Sat Apr 9 23:31:47 2011 Shota Fukumori <sorah@tubusu.net>
-
- * ext/stringio/stringio.c (strio_each, strio_readlines):
- Use `NUM2LONG` instead of `FIX2INT`. Fixes [ruby-dev:43395].
-
-Sat Apr 9 23:22:27 2011 Shota Fukumori <sorah@tubusu.net>
-
- * ext/stringio/stringio.c (strio_each):
- Fix exception message and don't raise immediately if block is not
- given.
- Fixes [ruby-dev:43394].
-
- * test/stringio/test_stringio.rb (test_each_line_limit_0):
- Fix test for above.
-
-Sat Apr 9 21:54:15 2011 Shota Fukumori <sorah@tubusu.net>
-
- * ext/stringio/stringio.c (strio_each, strio_readlines):
- limit must not be zero. Fixes [ruby-dev:43392].
-
- * test/stringio/test_stringio.rb: Add tests for above.
-
-Sat Apr 9 18:01:36 2011 Tanaka Akira <akr@fsij.org>
-
- * include/ruby/util.h: parenthesize macro arguments.
-
-Fri Apr 8 16:01:56 2011 NARUSE, Yui <naruse@ruby-lang.org>
-
- * ext/stringio/stringio.c (strio_getline): check whether str is
- a string when str and lim are given.
- https://twitter.com/watson1978/status/56225052152168449
-
-Thu Apr 7 20:03:52 2011 Tanaka Akira <akr@fsij.org>
-
- * include/ruby/io.h: parenthesize macro arguments.
-
-Wed Apr 6 21:08:31 2011 Tanaka Akira <akr@fsij.org>
-
- * include/ruby/intern.h: parenthesize macro arguments.
-
-Wed Apr 6 15:12:40 2011 NARUSE, Yui <naruse@ruby-lang.org>
-
- * ext/openssl/ossl_pkey_dh.c (ossl_dh_initialize):
- pop pushed error after each try of reading. fixes #4550
-
- * ext/openssl/ossl_pkey_dsa.c (ossl_dsa_initialize): ditto.
-
- * ext/openssl/ossl_pkey_ec.c (ossl_ec_initialize): ditto.
-
-Wed Apr 6 11:36:44 2011 NARUSE, Yui <naruse@ruby-lang.org>
-
- * ext/openssl/ossl_pkey_rsa.c (ossl_rsa_initialize):
- pop pushed error after each try of reading. fixes #4550
-
-Tue Apr 5 20:33:43 2011 Tanaka Akira <akr@fsij.org>
-
- * include/ruby/encoding.h: parenthesize macro arguments.
-
-Mon Apr 4 22:02:16 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * ext/io/nonblock/nonblock.c (io_nonblock_set): Avoid F_SETFL if
- we're not changing the O_NONBLOCK bit. F_SETFL is an expensive
- operation since it needs to affect all processes with the same
- file object.
- The patch is written by Eric Wong. [ruby-core:35556]
-
-Mon Apr 4 21:41:26 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * io.c (rb_io_syswrite): While local FS writes are usually
- buffered, the buffers can be full or the file opened with
- O_SYNC. IO#syswrite can also be used on blocking IOs
- (pipe/socket) just like IO#write.
- The patch is written by Eric Wong. [ruby-core:35554]
-
-Mon Apr 4 11:50:40 2011 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * test/test_tempfile.rb: simply ignore platform dependent testcases
- instead of skipping.
-
-Sun Apr 3 22:52:22 2011 CHIKANAGA Tomoyuki <nagachika00@gmail.com>
-
- * ext/syslog/syslog.c: improve rdoc.
- a patch by Jonas Pfenniger. [ruby-core:35592] fixes #4545
-
-Sun Apr 3 22:10:09 2011 Tanaka Akira <akr@fsij.org>
-
- * ext/zlib/zlib.c: parenthesize macro arguments.
-
-Sun Apr 3 21:33:58 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * configure.in: disable fdatasync again on Mac OS X.
- [ruby-core:35493][Bug #4500]
-
-Sun Apr 3 21:16:20 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * io.c (io_reopen): IO#close releases GVL if possible.
- close() may block for certain file types (NFS, SO_LINGER
- sockets, inotify), so let other threads run. The patch was
- created by Eric Wong [ruby-core:35555][Bug #4527]
-
- * io.c (fptr_finalize): ditto.
-
- * io.c (maygvl_fclose): new.
- * io.c (nogvl_fclose): ditto.
- * io.c (maygvl_close): ditto.
- * io.c (nogvl_close): ditto.
-
-Fri Apr 1 22:25:50 2011 Tanaka Akira <akr@fsij.org>
-
- * ext/syslog/syslog.c: parenthesize macro arguments.
-
-Fri Apr 1 18:53:06 2011 NAKAMURA, Hiroshi <nahi@ruby-lang.org>
-
- * lib/webrick/cookie.rb (WEBrick::Cookie.parse): 'white space is
- permitted between tokens' according to RFC2965. Though 'Netscape
- spec' does not define the syntax clearly, make it tolerant as a
- server. As a real-world example, rest-client gem sends
- 'Cookie: foo=1;bar=2'
-
- * test/webrick/test_cookie.rb (test_parse_non_whitespace): test it.
-
-Fri Apr 1 13:19:20 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * vm_core.h (RUBY_VM_CHECK_INTS_TH): merge a patch by ko1
- in [ruby-dev:43373].
-
-Thu Mar 31 23:15:46 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * misc/ruby-mode.el (ruby-brace-to-do-end, ruby-do-end-to-brace):
- adjust space between block beginning and block arguments
-
-Thu Mar 31 20:42:05 2011 Tanaka Akira <akr@fsij.org>
-
- * ext/strscan/strscan.c: parenthesize macro arguments.
-
-Thu Mar 31 18:06:12 2011 Shugo Maeda <shugo@ruby-lang.org>
-
- * vm_insnhelper.c (vm_get_ev_const): should ignore crefs with
- the NODE_FL_CREF_PUSHED_BY_EVAL flag.
-
-Thu Mar 31 16:49:56 2011 Shugo Maeda <shugo@ruby-lang.org>
-
- * vm_insnhelper.c (vm_get_ev_const): search root cref properly.
- [ruby-dev:43365]
-
-Thu Mar 31 14:50:25 2011 Shugo Maeda <shugo@ruby-lang.org>
-
- * eval.c (rb_mod_s_constants): should ignore crefs with
- the NODE_FL_CREF_PUSHED_BY_EVAL flag.
-
-Wed Mar 30 22:55:47 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * misc/ruby-mode.el (ruby-toggle-block): toggle do/end and {}.
-
- * misc/ruby-mode.el (ruby-move-to-block): move to opening of
- block.
-
-Wed Mar 30 14:35:15 2011 Shugo Maeda <shugo@ruby-lang.org>
-
- * vm_insnhelper.h (COPY_CREF): should copy
- the NODE_FL_CREF_PUSHED_BY_EVAL flag to hide constants from
- methods defined by class_eval. [ruby-dev:43365]
-
-Wed Mar 30 00:24:53 2011 Tanaka Akira <akr@fsij.org>
-
- * ext/stringio/stringio.c: parenthesize macro arguments.
-
-Tue Mar 29 21:51:31 2011 CHIKANAGA Tomoyuki <nagachika00@gmail.com>
-
- * object.c (rb_String): Kernel#String should call to_str before to_s.
-
-Tue Mar 29 10:28:08 2011 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * test/webrick/test_filehandler.rb
- (WEBrick::TestFileHandler#test_short_filename): the cgi doesn't exist
- on current directory.
-
-Tue Mar 29 05:19:57 2011 Tanaka Akira <akr@fsij.org>
-
- * ext/socket/raddrinfo.c: parenthesize macro arguments.
-
-Tue Mar 29 00:03:51 2011 Tajima Akio <artonx@yahoo.co.jp>
-
- * test/webrick/test_filehandler.rb (test_short_filename):
- read real short filename by cmd because smb mounted files
- have different naming convention.
-
-Mon Mar 28 11:38:08 2011 NARUSE, Yui <naruse@ruby-lang.org>
-
- * ext/date/date_core.c (date_s_today): use int for year.
-
- * ext/date/date_core.c (datetime_s_now): ditto.
-
-Mon Mar 28 11:07:41 2011 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * ext/extmk.rb: set MFLAGS from MAKEFLAGS when using nmake.
-
-Mon Mar 28 11:07:00 2011 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * common.mk (love): all you need is love.
-
-Sun Mar 27 23:16:31 2011 Tanaka Akira <akr@fsij.org>
-
- * ext/socket/ipsocket.c: parenthesize macro arguments.
-
-Sun Mar 27 16:55:34 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * misc/ruby-mode.el (ruby-mode-map): remove unnecessary
- binding. fixes
- http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=468952
-
- * misc/ruby-mode.el: suppress warnings at byte compile. fixes
- http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=502926
-
-Sun Mar 27 11:18:35 2011 Tadayoshi Funaba <tadf@dotrb.org>
-
- * ext/date/date_core.c: removed unused variables.
-
-Sat Mar 26 15:16:09 2011 Tanaka Akira <akr@fsij.org>
-
- * ext/socket/getaddrinfo.c: parenthesize macro arguments.
-
-Sat Mar 26 05:27:34 2011 NARUSE, Yui <naruse@ruby-lang.org>
-
- * ext/date/lib/date/format.rb (DateTime#strftime): removed because
- date_core defines it.
-
-Fri Mar 25 21:59:45 2011 Tadayoshi Funaba <tadf@dotrb.org>
-
- * ext/date/date_core.c: should not force cast with macros.
-
-Fri Mar 25 21:56:10 2011 Tanaka Akira <akr@fsij.org>
-
- * ext/sdbm/init.c: parenthesize macro arguments.
-
-Fri Mar 25 19:39:40 2011 Ben Walton <bwalton@artsci.utoronto.ca>
-
- * test/test_syslog.rb:
- Skip syslog tests that rely on LOG_PERROR unless it's defined
-
- Instead of checking looking at the platform to determine if the tests
- relying on LOG_PERROR should be run, look for the definition of the
- constant as this will be robust against all platforms as long as the
- underlying syslog.c code sets it up correctly.
-
- This specifically addresses failures on Solaris 9.
-
- Use LOG_PID instead of LOG_PERROR in Syslog.open test
-
- LOG_PERROR isn't a POSIX option for syslog, so it fails on platforms
- that don't define it. Solaris 9 and 10 are examples of this.
-
- Use LOG_PID instead.
-
-Fri Mar 25 15:42:17 2011 NARUSE, Yui <naruse@ruby-lang.org>
-
- * ext/sdbm/_sdbm.c (sdbm_open): use size_t.
-
- * ext/syck/bytecode.c: ditto.
-
- * ext/sdbm/_sdbm.c (delpair): use ptrdiff_t.
-
- * ext/sdbm/init.c: use RSTRING_LENINT.
-
- * ext/dl/handle.c: suppress warning: shorten-64-to-32.
-
- * ext/strscan/strscan.c: ditto.
-
- * ext/syck/emitter.c: ditto.
-
- * ext/syck/implicit.c: ditto.
-
- * ext/syck/syck.c: ditto.
-
- * ext/syck/token.c: ditto.
-
-Fri Mar 25 12:14:58 2011 NARUSE, Yui <naruse@ruby-lang.org>
-
- * ext/nkf/nkf-utf8/nkf.c: import nkf 7f18e30.
-
-Fri Mar 25 11:49:29 2011 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * test/ruby/test_process.rb (TestProcess#test_no_curdir): skip silently
- on Windows, because this tests a platform specific feature and it'll
- never be supported on ruby on Windows.
-
- * test/ruby/test_dir_m17n.rb
- (TestDir_M17N#test_filename_extutf8_invalid,
- TestDir_M17N#test_filename_as_bytes_extutf8): ditto.
-
- * test/open-uri/test_open-uri.rb
- (TestOpenURI#test_find_proxy_case_sensitive_env): ditto.
-
- * test/dl/test_handle.rb (DL::TestHandle#test_NEXT,
- DL::TestHandle#test_DEFAULT): ditto.
-
-Thu Mar 24 23:06:29 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * vm_insnhelper.c (vm_get_ev_const): should not autoload in
- defined? mode.
-
- * variable.c (rb_const_defined_0): fix autoloading base.
- [ruby-core:35509]
-
-Thu Mar 24 22:48:43 2011 Tanaka Akira <akr@fsij.org>
-
- * ext/sdbm/_sdbm.c: parenthesize macro arguments.
-
-Thu Mar 24 14:45:57 2011 NARUSE, Yui <naruse@ruby-lang.org>
-
- * ext/openssl/ossl.c: suppress warning: shorten-64-to-32.
-
- * ext/openssl/ossl.h: ditto.
-
- * ext/openssl/ossl_asn1.c: ditto.
-
- * ext/openssl/ossl_bio.c: ditto.
-
- * ext/openssl/ossl_bn.c: ditto.
-
- * ext/openssl/ossl_cipher.c: ditto.
-
- * ext/openssl/ossl_hmac.c: ditto.
-
- * ext/openssl/ossl_ns_spki.c: ditto.
-
- * ext/openssl/ossl_ocsp.c: ditto.
-
- * ext/openssl/ossl_pkcs5.c: ditto.
-
- * ext/openssl/ossl_pkey.c: ditto.
-
- * ext/openssl/ossl_pkey_dh.c: ditto.
-
- * ext/openssl/ossl_pkey_dsa.c: ditto.
-
- * ext/openssl/ossl_pkey_ec.c: ditto.
-
- * ext/openssl/ossl_pkey_rsa.c: ditto.
-
- * ext/openssl/ossl_rand.c: ditto.
-
- * ext/openssl/ossl_ssl.c: ditto.
-
- * ext/openssl/ossl_x509ext.c: ditto.
-
- * ext/openssl/ossl_x509name.c: ditto.
-
-Thu Mar 24 11:48:19 2011 NARUSE, Yui <naruse@ruby-lang.org>
-
- * ext/openssl/ossl_rand.c (ossl_rand_egd_bytes): use NUM2INT because
- the result is used with functions whose argument is int.
-
- * ext/openssl/ossl_ssl.c (ossl_sslctx_setup): ditto.
-
- * ext/openssl/ossl_x509store.c (ossl_x509store_set_purpose): ditto.
-
- * ext/openssl/ossl_x509store.c (ossl_x509store_set_trust): ditto.
-
- * ext/openssl/ossl_x509store.c (ossl_x509stctx_set_purpose): ditto.
-
- * ext/openssl/ossl_x509store.c (ossl_x509stctx_set_trust): ditto.
-
-Thu Mar 24 11:36:55 2011 NARUSE, Yui <naruse@ruby-lang.org>
-
- * ext/openssl/ossl_x509name.c: id_aref's type is ID.
-
-Thu Mar 24 10:04:35 2011 NARUSE, Yui <naruse@ruby-lang.org>
-
- * ext/io/console/console.c (console_set_winsize):
- suppress warning: shorten-64-to-32.
-
-Thu Mar 24 09:56:19 2011 NARUSE, Yui <naruse@ruby-lang.org>
-
- * ext/openssl/ossl_ocsp.c (ossl_ocspreq_verify): flags is VALUE,
- so it should use NUM2INT.
-
- * ext/openssl/ossl_ocsp.c (ossl_ocspbres_verify): ditto.
-
-Wed Mar 23 21:09:29 2011 Tanaka Akira <akr@fsij.org>
-
- * ext/readline/readline.c: parenthesize macro arguments.
-
-Wed Mar 23 08:07:33 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * numeric.c (flo_round): fix inaccurate results.
-
-Wed Mar 23 00:12:16 2011 Tajima Akio <artonx@yahoo.co.jp>
-
- * win32/win32.c: wait process real termination after reading
- exit code. fixes #4518
-
-Tue Mar 22 21:20:10 2011 NARUSE, Yui <naruse@ruby-lang.org>
-
- * lib/rubygems/test_case.rb: save current dir to @current_dir
- before Dir.chdir.
-
-Tue Mar 22 20:10:04 2011 Tanaka Akira <akr@fsij.org>
-
- * ext/psych/parser.c: parenthesize macro arguments.
-
-Tue Mar 22 20:10:01 2011 Tanaka Akira <akr@fsij.org>
-
- * ext/openssl/ruby_missing.h: parenthesize macro arguments.
-
-Tue Mar 22 13:33:22 2011 NAKAMURA, Hiroshi <nahi@ruby-lang.org>
-
- * ext/openssl/lib/openssl/buffering.rb: removed circular require of
- openssl.rb.
-
- * ext/openssl/lib/openssl/*: removed following comment for transition
- measures of avoiding circular require. No one claimed about this as
- far as I know.
- ##
- # Should we care what if somebody require this file directly?
- # require "openssl"
-
-Tue Mar 22 10:57:36 2011 NARUSE, Yui <naruse@ruby-lang.org>
-
- * test/runner.rb: set Gem::TestCase's @@project_dir.
-
- * lib/rubygems/test_case.rb: set Gem::TestCase's @@project_dir only
- when it is not defined.
-
-Tue Mar 22 09:38:19 2011 NARUSE, Yui <naruse@ruby-lang.org>
-
- * numeric.c (flo_round): use pow instead of while-loop. fixes #4510
- patched by Alex Young [ruby-core:35526]
-
-Tue Mar 22 06:47:46 2011 NARUSE, Yui <naruse@ruby-lang.org>
-
- * ext/date/date_strftime.c (date_strftime_wo_timespec):
- suppress warning: shorten-64-to-32.
-
-Tue Mar 22 06:42:42 2011 NARUSE, Yui <naruse@ruby-lang.org>
-
- * ext/date/date_core.c: suppress warning: shorten-64-to-32.
-
-Tue Mar 22 06:41:37 2011 NARUSE, Yui <naruse@ruby-lang.org>
-
- * lib/test/unit/parallel.rb: remove unused variable.
-
-Tue Mar 22 06:19:42 2011 NARUSE, Yui <naruse@ruby-lang.org>
-
- * enc/utf_16le.c: suppress warning: shorten-64-to-32.
-
- * ext/dbm/dbm.c: ditto.
-
- * ext/gdbm/gdbm.c: ditto.
-
- * parse.y (Init_ripper): suppress warning: unused value.
-
-Mon Mar 21 11:21:32 2011 Shota Fukumori <sorah@tubusu.net>
-
- * lib/test/unit.rb: Refactoring. Unified if and elsif.
-
-Sun Mar 20 23:09:34 2011 Tadayoshi Funaba <tadf@dotrb.org>
-
- * ext/date/date_strftime.c: checks duplicated modifiers.
-
-Sun Mar 20 22:32:30 2011 Tadayoshi Funaba <tadf@dotrb.org>
-
- * ext/date/date_strftime.c: removed unused code and arguments.
-
-Sun Mar 20 21:34:49 2011 Tadayoshi Funaba <tadf@dotrb.org>
-
- * ext/date/date_core.c: replacement of implementation of
- strftime. It has some limitations that is same as Time's
- one. [experimental]
- * ext/date/date_strftime.c: new.
- * ext/date/lib/date/format.rb: removed ruby version of strftime.
-
-Sun Mar 20 12:43:12 2011 Tanaka Akira <akr@fsij.org>
-
- * ext/openssl/ossl_x509store.c: parenthesize macro arguments.
-
-Sun Mar 20 01:39:48 2011 Tajima Akio <artonx@yahoo.co.jp>
-
- * hash.c (ruby_setenv): check env process block size with OS ver.
- * win32/win32.c: export rb_w32_osver for above patch.
- * include/ruby/win32.h: declare rb_w32_osver for Win32 Libs.
-
-Sat Mar 19 18:35:05 2011 Tajima Akio <artonx@yahoo.co.jp>
-
- * hash.c (ruby_setenv): calculate total env block size for win32.
- * test/ruby/test_env.rb: add test for above patch.
-
-Sat Mar 19 17:14:46 2011 Tajima Akio <artonx@yahoo.co.jp>
-
- * hash.c (ruby_setenv): checking with max process environment
- block size for Win32. 32767 for 2000/XP, 2003. if failed to
- read the block, then checking with 5120 for earlier Windows.
-
-Sat Mar 19 12:30:25 2011 Tanaka Akira <akr@fsij.org>
-
- * ext/openssl/ossl_x509revoked.c: parenthesize macro arguments.
-
-Fri Mar 18 20:44:36 2011 Tanaka Akira <akr@fsij.org>
-
- * ext/openssl/ossl_x509req.c: parenthesize macro arguments.
-
-Fri Mar 18 08:48:06 2011 Oleg Shaldybin <oleg.shaldybin@gmail.com>
-
- * lib/fileutils.rb (FileUtils::Entry_#copy_file): updated FileUtils.cp
- to still copy file permissions when :preserve is false (as cp does
- this even when -p isn't set).
-
-Fri Mar 18 00:59:38 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * ext/win32ole/extconf.rb (create_docfile): removed. should not
- modify source directory unnecessarily, platform dependent
- documentation should be dealt with by rdoc. [ruby-core:35495]
-
-Fri Mar 18 00:54:20 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * include/ruby/ruby.h (rb_funcall_passing_block): add prototype.
- a patch by James M. Lawrence at [ruby-core:35501]
-
-Wed Mar 17 06:23:31 2011 Tanaka Akira <akr@fsij.org>
-
- * ext/openssl/ossl_x509name.c: parenthesize macro arguments.
-
-Wed Mar 16 20:36:56 2011 Tanaka Akira <akr@fsij.org>
-
- * ext/socket/ipsocket.c (init_inetsock_internal): raise an error on
- listen(2) failure.
- reported by Xavier Shay. [ruby-core:35505]
-
-Wed Mar 16 15:06:21 2011 Eric Hodel <drbrain@segment7.net>
-
- * ext/openssl/lib/openssl/buffering.rb (module OpenSSL): #flush should
- not change sync mode on exception.
- * test/openssl/test_buffering.rb: added
-
-Wed Mar 16 13:45:28 2011 Eric Hodel <drbrain@segment7.net>
-
- * ext/openssl/lib/openssl/buffering.rb: de-nest Buffering module
-
- * ext/openssl/lib/openssl/buffering.rb: add RDoc
-
-Wed Mar 16 08:40:39 2011 Tanaka Akira <akr@fsij.org>
-
- * ext/openssl/ossl_x509ext.c: parenthesize macro arguments.
-
-Tue Mar 15 18:34:27 2011 Tanaka Akira <akr@fsij.org>
-
- * ext/openssl/ossl_x509crl.c: parenthesize macro arguments.
-
-Tue Mar 15 09:49:03 2011 Shota Fukumori <sorah@tubusu.net>
-
- * test/misc/test_ruby_mode.rb (test_singleton_class): Skip for Pending.
-
-Mon Mar 14 21:20:44 2011 CHIKANAGA Tomoyuki <nagachika00@gmail.com>
-
- * test/ruby/test_require.rb (test_require_too_long_filename):
- increase path length, because MAXPATHLEN is defined as 4096 on linux.
-
- * test/ruby/test_require.rb (test_require_path_home_1): ditto.
-
- * test/ruby/test_require.rb (test_require_path_home_2): ditto.
-
-Mon Mar 14 19:54:37 2011 Tanaka Akira <akr@fsij.org>
-
- * ext/openssl/ossl_x509cert.c: parenthesize macro arguments.
-
-Sun Mar 13 18:11:28 2011 Tanaka Akira <akr@fsij.org>
-
- * ext/openssl/ossl_x509attr.c: parenthesize macro arguments.
-
-Sun Mar 13 16:07:58 2011 Shota Fukumori <sorah@tubusu.net>
-
- * lib/pstore.rb: Fix don't raise "nested transaction" when thread_safe
- is true. Patch by Masaki Matsushita (Glass_saga). [ruby-dev:43337]
-
- * test/test_pstore.rb: Test for above.
- Patch by Masaki Matsushita (Glass_saga) [ruby-dev:43337]
-
-Sat Mar 12 04:12:41 2011 Tanaka Akira <akr@fsij.org>
-
- * ext/openssl/ossl_ssl_session.c: parenthesize macro arguments.
-
-Sat Mar 12 02:27:07 2011 Tadayoshi Funaba <tadf@dotrb.org>
-
- * ext/date/date_core.c ({d,dt}_lite_marshal_load): checks the given
- argument.
-
-Sat Mar 12 01:26:24 2011 Tadayoshi Funaba <tadf@dotrb.org>
-
- * ext/date/date_core.c: changed some directives.
-
-Sat Mar 12 01:16:02 2011 Tadayoshi Funaba <tadf@dotrb.org>
-
- * ext/date/date_core.c, ext/date/lib/*: moved rdoc descriptions.
-
-Sat Mar 12 00:06:24 2011 Tadayoshi Funaba <tadf@dotrb.org>
-
- * ext/date/lib: moved from lib.
-
-Fri Mar 11 23:32:38 2011 Tadayoshi Funaba <tadf@dotrb.org>
-
- * lib/date/delta*: removed undocumented delta.
-
-Fri Mar 11 18:42:43 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * lib/mkmf.rb (find_executable0): should exclude directories.
-
-Fri Mar 11 01:40:35 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * process.c (proc_getmaxgroups, proc_setmaxgroups): Process#maxgroups
- and Process#maxgroups= now raise NotImplementedError if the
- platform don't support supplementary groups concept.
-
-Fri Mar 11 01:25:03 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * process.c (get_sc_ngroups_max): return -1 if platform don't
- support NGROUPS_MAX.
-
-Thu Mar 10 22:28:15 2011 Tanaka Akira <akr@fsij.org>
-
- * ext/openssl/ossl_ssl.h: parenthesize macro arguments.
-
-Thu Mar 10 21:59:37 2011 NARUSE, Yui <naruse@ruby-lang.org>
-
- * parse.y (parser_encode_length): add exception as UTF8-MAC for
- magic comment's emacs newline specifier
- patched by James M. Lawrence [ruby-core:35476] fixes #4489
-
-Thu Mar 10 16:00:22 2011 NARUSE, Yui <naruse@ruby-lang.org>
-
- * parse.y (parser_encode_length): fix typo: the length of
- "-dos" and "-mac" is not 5 but 4.
- patched by James M. Lawrence [ruby-core:35476] fixes #4489
-
-Thu Mar 10 10:52:01 2011 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * test/ruby/test_require.rb: setting too long string to ENV causes
- Errno::EINVAL on Windows. long path name errors may causes over
- about 1024 bytes, then limit it about 4000 bytes.
-
-Thu Mar 10 10:09:35 2011 NARUSE, Yui <naruse@ruby-lang.org>
-
- * lib/test/unit.rb (Test::Unit::Runner::Worker#read): fix for the case
- when IO#read or IO#gets returns nil.
-
-Thu Mar 10 07:12:03 2011 Ryan Davis <ryand-ruby@zenspider.com>
-
- * lib/rubygems*: Import rubygems 1.6.2 (release candidate @ 2026fbb5)
- * test/rubygems: Ditto
- * test/runner.rb: Added test to load path to fix test requires.
-
-Thu Mar 10 03:00:43 2011 Tanaka Akira <akr@fsij.org>
-
- * ext/openssl/ossl_ssl.c: parenthesize macro arguments.
-
-Wed Mar 9 23:51:26 2011 CHIKANAGA Tomoyuki <nagachika00@gmail.com>
-
- * test/ruby/test_io_m17n.rb (test_io_new_enc): "sjis" is now an alias
- of Windows-31J.
-
-Wed Mar 9 23:06:13 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * misc/ruby-mode.el (ruby-parse-partial): fix indent after aref.
-
-Wed Mar 9 12:50:24 2011 Aaron Patterson <aaron@tenderlovemaking.com>
-
- * ext/psych/lib/psych/visitors/yaml_tree.rb: Rescue exceptions when
- people implement the method method. Thanks Lin Jen-Shin.
- [ruby-core:35255]
-
- * test/psych/visitors/test_yaml_tree.rb: test for implementation of
- method method.
-
-Wed Mar 9 11:53:31 2011 NARUSE, Yui <naruse@ruby-lang.org>
-
- * enc/shift_jis.c: Change SJIS as an alias of Windows-31J.
- [ruby-dev:43027] fixes #4280
-
- * enc/shift_jis.c: Add PCK as an alias of Windows-31J.
-
-Wed Mar 9 00:45:29 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * ext/extmk.rb: nmake substitutes all occurrences in macro.
-
- * ext/extmk.rb: workaround for nmake.
-
-Tue Mar 8 23:49:45 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * process.c (proc_setgroups): cleanup.
-
-Tue Mar 8 23:40:30 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * test/misc/test_ruby_mode.rb: test for ruby-mode.el.
-
-Tue Mar 8 23:27:38 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * process.c (get_sc_ngroups_max): try to use NGROUPS_MAX at first if
- _SC_NGROUP_MAX is not defined.
-
-Tue Mar 8 23:10:16 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * misc/ruby-mode.el (ruby-parse-partial): fix for array in block.
-
-Tue Mar 8 21:44:49 2011 Tanaka Akira <akr@fsij.org>
-
- * ext/openssl/ossl_rand.c: parenthesize macro arguments.
-
-Tue Mar 8 16:45:31 2011 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * hash.c (ruby_setenv): MSDN says that Windows XP or earlier limits
- the total size of environment block to 5,120 chars. and on such
- OS, putenv() causes SEGV. So, ruby should limit the size of an
- environment variable to 5,120 bytes for workaround.
-
-Tue Mar 8 15:57:20 2011 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * test/rubygems/test_gem_spec_fetcher.rb
- (TestGemSpecFetcher#test_cache_dir_escapes_windows_paths): cache_dir
- may have driveletter and `:' for base of cache_dir itself, so need
- to skip it for checking.
-
-Tue Mar 8 12:30:06 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * misc/ruby-mode.el (ruby-deep-indent-paren-p, ruby-calculate-indent):
- do not apply deep-indent inside parens at the beginning of
- expressions.
-
-Tue Mar 8 09:32:48 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * common.mk (configure-ext, build-ext), ext/extmk.rb (extmake):
- support parallel-make under ext.
-
-Tue Mar 8 09:25:23 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * process.c (proc_setgroups): use getgrnam() if getgrnam_r() is
- not available.
-
- * process.c: RARRAY_LEN() returns long int.
-
-Tue Mar 8 09:07:03 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * configure.in (RUBY_REPLACE_TYPE): enclose in quotes for multiple
- type names.
-
-Tue Mar 8 01:43:11 2011 NARUSE, Yui <naruse@ruby-lang.org>
-
- * process.c (get_sc_ngroups_max): define to wrap sysconf(3).
- this also supports Windows which doesn't have sysconf(3).
-
- * process.c (maxgroups): use get_sc_ngroups_max.
-
- * process.c (proc_setmaxgroups): ditto.
-
-Tue Mar 8 01:16:49 2011 NARUSE, Yui <naruse@ruby-lang.org>
-
- * gc.c (rb_objspace): an initializer must be a constant.
-
-Tue Mar 8 01:11:44 2011 NARUSE, Yui <naruse@ruby-lang.org>
-
- * process.c (maxgroups): cast because sysconf(3)'s return value is long.
-
- * process.c (proc_setmaxgroups): ditto.
-
- * process.c (proc_setgroups): cast because RARRAY_LEN() is long.
-
-Tue Mar 8 00:02:47 2011 Tanaka Akira <akr@fsij.org>
-
- * ext/openssl/ossl_pkey_rsa.c: parenthesize macro arguments.
-
-Mon Mar 7 22:59:39 2011 Shota Fukumori <sorah@tubusu.net>
-
- * lib/pstore.rb: Delete variable @transaction and fix #4474. Patch by
- Masaki Matsushita (Glass_saga).
-
- * test/test_pstore.rb(test_thread_safe): Add test for #4474.
-
-Mon Mar 7 21:31:38 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * process.c (proc_setgroups): replace getgrnam() with getgrnam_r()
- because getgrnam() isn't thread safe.
-
-Mon Mar 7 20:49:12 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * process.c (proc_getmaxgroups, proc_setmaxgroups): reflect
- platform maxgroups limitation by default instead hardcoded 65536.
-
-Mon Mar 7 17:13:00 2011 Yukihiro Matsumoto <matz@ruby-lang.org>
-
- * gc.c (rb_gc_set_params): allow GC parameter configuration by
- environment variables. based on a patch from funny-falcon at
- https://gist.github.com/856296, but honors safe level.
-
-Mon Mar 7 09:05:18 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * process.c: NUM2RLIM is defined but no getrlimit and setrlimit on
- mingw.
-
-Mon Mar 7 08:38:14 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * ext/date/date_core.c (DateTimeData): should not use bare 'long long'
- and 'long double', which are not defined by C89.
-
- * ext/date/date_core.c (dt_lite_plus): get rid of overflow at casting
- down double to integer.
-
-Mon Mar 7 00:21:11 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * process.c (proc_getgroups): get rid of maxgroups dependency.
- ngroups can be calculated dynamically.
-
-Sun Mar 6 23:45:40 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * configure.in: rlim_t use standard RUBY_REPLACE_TYPE mechanism.
-
-Sun Mar 6 23:26:07 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * process.c (proc_setmaxgroups): added negative value check.
- This was suggested by Daniel Berger. Thanks Daniel!
- [ruby-core:35426][Bug#4467]
-
-Sun Mar 6 23:18:23 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * process.c (maxgroups, proc_setmaxgroups): increase max groups
- limitation up to 65536.
-
-Sun Mar 6 22:20:59 2011 Tanaka Akira <akr@fsij.org>
-
- * ext/openssl/ossl_pkey_ec.c: parenthesize macro arguments.
-
-Sun Mar 6 21:49:04 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * sample/list.rb (MyElem#initialize): initialize @head
- explicitly. Otherwise -W2 option makes following warning.
- "warning: instance variable @head not initialized".
- This issue was founded by Andrew Grimm. Thanks Andrew!
- [ruby-core:35435][Bug#4471]
-
-Sun Mar 6 05:21:41 2011 NARUSE, Yui <naruse@ruby-lang.org>
-
- * class.c: fix camelCase to snake_case in documentation code examples.
- patched by Andrew Grimm. fixes Bug #4469
-
- * marshal.c: ditto.
-
- * proc.c: ditto.
-
- * sample/biorhythm.rb: ditto.
-
- * vm_eval.c: ditto.
-
- * vm_method.c: ditto.
-
-
-Sun Mar 6 03:22:27 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * io.c (io_cntl): use rb_thread_io_blocking_region() instead
- rb_thread_blocking_region().
-
-Sat Mar 5 22:54:36 2011 CHIKANAGA Tomoyuki <nagachika00@gmail.com>
-
- * include/ruby/intern.h: fix a typo of prototype declaration.
- rb_mutex_try_lock -> rb_mutex_trylock [ruby-dev:43213]
-
-Sat Mar 5 19:44:03 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * test/ruby/test_io.rb (TestIO#test_fcntl_lock): small clean up.
-
-Sat Mar 5 01:33:46 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * io.c (io_cntl, nogvl_io_cntl): IO.fcntl() and IO.ioctl()
- release GVL during calling kernel interface.
- Suggested by Eric Wong. [ruby-core:35417][Bug #4463]
-
- * test/ruby/test_io.rb (TestIO#test_fcntl_lock): add new test for
- IO.fcntl().
-
-Fri Mar 4 23:09:12 2011 CHIKANAGA Tomoyuki <nagachika00@gmail.com>
-
- * test/testunit/test_parallel.rb
- (test_should_run_all_without_any_leaks): consider that the order of
- testcase could change. [ruby-dev:43300] [Bug #4466]
-
-Fri Mar 4 22:01:14 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * io.c (io_cntl): change 'cmd' type to int. ioctl and fcntl need to
- be passed int.
- * io.c (rb_io_ctl): ditto.
-
-Fri Mar 4 21:10:40 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * configure.in: save warnflags. the patch is created by Eric Wong.
- [Bug #4465]
-
-Wed Mar 2 21:15:00 2011 Tanaka Akira <akr@fsij.org>
-
- * ext/openssl/ossl_pkey_dsa.c: parenthesize macro arguments.
-
-Thu Mar 3 22:10:26 2011 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * process.c (check_exec_redirect_fd, check_exec_redirect): raise
- ArgumentError if fd >= 3 on Windows because the feature is not
- supported.
-
- * test/ruby/test_process.rb (test_execopts_redirect): remove meaningless
- argument.
-
-Thu Mar 3 21:21:42 2011 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * test/ruby/test_process.rb (test_execopts_redirect): redirecting fd
- >= 3 is not supported on Windows, so should not specify such options
- when calling spawn or others.
-
-Thu Mar 3 18:59:04 2011 NARUSE, Yui <naruse@ruby-lang.org>
-
- * string.c (rb_str_slice_bang): raise error when the string is frozen.
-
-Thu Mar 3 14:25:19 2011 NARUSE, Yui <naruse@ruby-lang.org>
-
- * strftime.c (STRFTIME): return 0 and ERANGE when precision is too
- large. [ruby-dev:43284] fixes #4456
-
-Thu Mar 3 00:46:51 2011 NARUSE, Yui <naruse@ruby-lang.org>
-
- * addr2line.c (uleb128): cast the value to unsigned long.
-
- * addr2line.c (fill_lines): print error when lseek fails.
-
-Thu Mar 3 00:36:29 2011 NARUSE, Yui <naruse@ruby-lang.org>
-
- * lib/rexml/encoding.rb (REXML::Encoding#encoding=): store @encoding
- a String which means the name of the encoding.
- this partially revert r29646.
-
- * lib/rexml/document.rb: follow above.
-
- * lib/rexml/output.rb: ditto.
-
- * lib/rexml/parsers/baseparser.rb: ditto.
-
- * lib/rexml/source.rb: ditto.
-
- * lib/rexml/xmldecl.rb: ditto.
-
-Wed Mar 2 23:19:56 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * string.c (str_byte_substr): return nil for negative length.
-
-Wed Mar 2 21:15:00 2011 Tanaka Akira <akr@fsij.org>
-
- * ext/openssl/ossl_pkey_dh.c: parenthesize macro arguments.
-
-Wed Mar 2 14:24:04 2011 Shota Fukumori <sorah@tubusu.net>
-
- * lib/test/unit/parallel.rb: Fix name from `inclement_io` to
- `increment_io`.
-
-Wed Mar 2 14:06:01 2011 NARUSE, Yui <naruse@ruby-lang.org>
-
- * string.c (rb_str_slice_bang): move treatments which is only needed
- when the result is not nil.
-
-Wed Mar 2 14:02:29 2011 Shota Fukumori <sorah@tubusu.net>
-
- * test/testunit/test_parallel.rb(TestParallel#spawn_runner):
- Fix outputing empty line in running test.
-
- * test/testunit/tests_for_parallel/test_third.rb: Remove `sleep`
-
-Tue Mar 1 22:29:10 2011 Tanaka Akira <akr@fsij.org>
-
- * ext/openssl/ossl_pkey.h: parenthesize macro arguments.
-
-Tue Mar 1 22:02:35 2011 Shota Fukumori <sorah@tubusu.net>
-
- * lib/test/unit/parallel.rb: Fix number.
-
-Tue Mar 1 21:48:22 2011 Shota Fukumori <sorah@tubusu.net>
-
- * lib/test/unit/parallel.rb: For Windows.
-
- * test/testunit/test_parallel.rb(TestParallelWorker#test_quit_in_test):
- Fix for above specification change.
- * test/testunit/test_parallel.rb(TestParallel#spawn_runner):
- Fix outputing empty line in running test.
-
-Tue Mar 1 20:51:57 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * test/ruby/test_system.rb (TestSystem#test_system_at):
- remove tests for [bug#4396]. because we decided to reject this
- ticket.
-
-Tue Mar 1 19:46:19 2011 Tadayoshi Funaba <tadf@dotrb.org>
-
- * test/date/{test_date.rb,test_date_attr.rb}: [ruby-dev:43280]
-
-Tue Mar 1 18:40:38 2011 Ryan Davis <ryan@YPCMC09457>
-
- * lib/rubygems*: Import rubygems 1.6.0 (released version @ 58d8a0b9)
- * test/rubygems: Ditto
-
-Tue Mar 1 16:22:22 2011 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * win32/win32.c: revert r30987 because it causes some failures in
- test-all, especially webrick.
-
-Tue Mar 1 15:59:53 2011 NARUSE, Yui <naruse@ruby-lang.org>
-
- * string.c (rb_str_byteslice): the resulted encoding should keep
- original encoding. this also fixes the encoding when the result
- shares internal string. [ruby-core:35376]
-
-Tue Mar 1 13:25:00 2011 Kenta Murata <mrkn@mrkn.jp>
-
- * ext/bigdecimal/bigdecimal.c (VpMemAlloc): CVE-2011-0188.
- Fixes a bug reported by Drew Yao <ayao at apple.com>
-
-Tue Mar 1 10:34:39 2011 NARUSE, Yui <naruse@ruby-lang.org>
-
- * string.c (rb_str_byteslice): Add String#byteslice. [ruby-core:35376]
-
-Tue Mar 1 00:12:49 2011 Tajima Akio <artonx@yahoo.co.jp>
-
- * include/ruby/win32.h: define WIN32 if neither _WIN64 nor WIN32
- defined. it forces to use push/pop for pack(4) pragma.
-
-Mon Feb 28 23:52:13 2011 CHIKANAGA Tomoyuki <nagachika00@gmail.com>
-
- * test/testunit/test_rake_integration.rb (test_with_rake_runner):
- use assert_in_out_err for suppress messages.
-
-Mon Feb 28 22:48:56 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * win32/win32.c (rb_w32_spawn): use shell if a commandline contain
- double-quote character.
- * win32/win32.c (is_internal_cmd): similar, use shell if a commandline
- contain caret character.
-
- * test/ruby/test_system.rb (TestSystem#test_system_at): fix
- wrong test case. if system() invoke a command by using shell,
- system() never return nil. Also, "" quotation must not appear
- twice in a command line.
-
-Mon Feb 28 17:36:57 2011 Tanaka Akira <akr@fsij.org>
-
- * ext/openssl/ossl_pkcs7.c: parenthesize macro arguments.
-
-Mon Feb 28 16:48:42 2011 Tanaka Akira <akr@fsij.org>
-
- * ext/openssl/ossl_pkcs12.c: parenthesize macro arguments.
-
-Mon Feb 28 16:28:15 2011 NARUSE, Yui <naruse@ruby-lang.org>
-
- * string.c (tr_trans): when the hash for multibyte repl is empty,
- tr is inverse mode, and a character doesn't much the table, the
- character should be replaced by last replacement. Bug #4449
-
-Mon Feb 28 16:38:56 2011 Tanaka Akira <akr@fsij.org>
-
- * ext/openssl/ossl_ocsp.c: parenthesize macro arguments.
-
-Mon Feb 28 13:02:15 2011 Danial Pearce <github@tigris.id.au>
-
- * lib/tempfile.rb: Fix example file paths in docs for tempfile.
- https://github.com/ruby/ruby/pull/5
-
-Mon Feb 28 12:56:18 2011 URABE Shyouhei <shyouhei@ruby-lang.org>
-
- * ext/openssl/ossl_cipher.c (ossl_cipher_init): typo fix.
- https://github.com/ruby/ruby/pull/8
-
-Mon Feb 28 12:28:13 2011 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * ext/date/date_core.c (datetime_s_now): localtime() and localtime_r()
- required time_t pointer as 1st parameter, and tv_sec member of struct
- timeval is long.
-
-Mon Feb 28 11:57:40 2011 Shota Fukumori <sorah@tubusu.net>
-
- * test/testunit/test_parallel.rb: Temporally disable test on Windows.
-
-Mon Feb 28 07:28:35 2011 Shota Fukumori <sorah@tubusu.net>
-
- * lib/test/unit.rb(Test::Unit::Runner#after_worker_quit):
- method name more be natural English.
-
- * lib/test/unit.rb(Test::Unit::Runner::Worker.launch):
- IO.sync doesn't need. Should use "b" for mode.
-
-Sun Feb 27 21:59:37 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * test/ruby/test_system.rb (TestSystem#test_system_redirect_win):
- add test for system().
-
-Sun Feb 27 18:00:09 2011 Shota Fukumori <sorah@tubusu.net>
-
- * lib/test/unit.rb: Refactoring; Worker never use Hash for internal
- storage.
-
- * lib/test/unit.rb: Never use Kernel#spawn. Use IO.popen instead.
-
-Sun Feb 27 13:16:48 2011 Tanaka Akira <akr@fsij.org>
-
- * ext/openssl/ossl_ns_spki.c: parenthesize macro arguments.
-
-Sat Feb 26 17:07:53 2011 Tadayoshi Funaba <tadf@dotrb.org>
-
- * lib/date.rb: [Feature #4257]
-
- * ext/date/extconf.rb: new
-
- * ext/date/date_core.c: new
-
-Sat Feb 26 16:10:23 2011 Shota Fukumori <sorah@tubusu.net>
-
- * lib/test/unit.rb: --jobs-status won't puts over 2 lines.
-
- * test/testunit/test_parallel.rb: Fix test for above.
-
- * lib/test/*: refactoring.
-
-Sat Feb 26 07:10:05 2011 Aaron Patterson <aaron@tenderlovemaking.com>
-
- * ext/psych/lib/psych/scalar_scanner.rb: fix parsing timezone's whose
- whose format is (+/-)hhmm. Thanks Goncalo Silva!
-
- * test/psych/test_scalar_scanner.rb: test for bug.
-
-Thu Feb 24 23:02:55 2011 Tanaka Akira <akr@fsij.org>
-
- * ext/openssl/ossl_hmac.c: parenthesize macro arguments.
-
-Thu Feb 24 22:53:10 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * common.mk (love): for the birthday.
-
-Thu Feb 24 22:51:54 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * vm.c (ruby_vm_destruct): run vm exit hooks after all objects are
- destructed.
-
-Thu Feb 24 14:40:33 2011 Shota Fukumori <sorah@tubusu.net>
-
- * ChangeLog (vim): Modeline for vim
-
-Thu Feb 24 13:39:25 2011 Shota Fukumori <sorah@tubusu.net>
-
- * common.mk: Use $RUNRUBY for worker process.
-
- * lib/test/unit.rb: Fix bug.
-
- * lib/test/unit.rb: @options[:ruby](@opts[:ruby]) is now Array.
-
- * test/testunit/parallel.rb: Fix for above.
-
-Thu Feb 24 10:05:55 2011 Shota Fukumori <sorah@tubusu.net>
-
- * test/testunit/tests_for_parallel/misc.rb: Fix bug in r30947.
-
- * lib/test/unit.rb, lib/test/unit/assertions.rb: For this test.
-
-Wed Feb 23 23:07:38 2011 Shota Fukumori <sorah@tubusu.net>
-
- * test/testunit/test_parallel.rb, test/testunit/parallel/*:
- Test for r30939.
-
- * lib/test/unit.rb: For test.
-
- * lib/test/parallel.rb: For test.
-
- * lib/test/unit/testcase.rb: For test.
-
-Wed Feb 23 22:05:13 2011 Tanaka Akira <akr@fsij.org>
-
- * ext/openssl/ossl_engine.c: parenthesize macro arguments.
-
-Tue Feb 22 23:15:17 2011 Shota Fukumori <sorah@tubusu.net>
-
- * lib/test/unit.rb: Fix --ruby option doesn't effect.
-
- * lib/test/unit.rb: Fix typo.
-
-Tue Feb 22 21:39:28 2011 Tanaka Akira <akr@fsij.org>
-
- * ext/openssl/ossl_digest.c: parenthesize macro arguments.
-
-Tue Feb 22 14:34:26 2011 Shota Fukumori <sorah@tubusu.net>
-
- * lib/test/unit.rb: Fix merging miss.
-
-Tue Feb 22 12:27:26 2011 Shota Fukumori <sorah@tubusu.net>
-
- * lib/test/unit.rb: Add new options; --jobs,-j,--ruby,--jobs-status,
- --no-retry.
- [Feature #4415] [ruby-dev:43226],[ruby-dev:43222],[ruby-core:35294]
-
- * lib/test/unit/parallel.rb: Used at test/unit --jobs(-j) option.
-
- * test/csv/test_serialization.rb: test/unit parallel running ready.
-
- * test/rake/test_file_task.rb: test/unit parallel running ready.
-
-Tue Feb 22 06:09:10 2011 Eric Hodel <drbrain@segment7.net>
-
- * ext/syslog/syslog.c: Apply documentation patch from mathew murphy.
- [Bug #4149]
-
-Tue Feb 22 03:09:10 2011 Aaron Patterson <aaron@tenderlovemaking.com>
-
- * ext/psych/lib/psych.rb: increase Psych to 1.1.0 for help with
- debugging.
-
-Tue Feb 22 03:04:46 2011 Aaron Patterson <aaron@tenderlovemaking.com>
-
- * ext/psych/lib/psych/streaming.rb: refactor streaming methods to a
- module.
- * ext/psych/lib/psych/stream.rb: extracted streaming specific methods
- to a module.
- * ext/psych/lib/psych/json/stream.rb: JSON stream inherits from
- JSONTree and includes streaming methods.
- * ext/psych/lib/psych/visitors/json_tree.rb: JSON does not support
- object references, so remove object reference testing when building
- JSON trees.
-
-Tue Feb 22 02:41:51 2011 Aaron Patterson <aaron@tenderlovemaking.com>
-
- * ext/psych/lib/psych/visitors/yaml_tree.rb (accept): use Hash#key?
- when looking up object references to err on the side of cache
- misses.
-
-Mon Feb 21 10:58:39 2011 Aaron Patterson <aaron@tenderlovemaking.com>
-
- * ext/psych/lib/psych/json/yaml_events.rb: refactoring JSON event
- handling methods to a module for reuse.
- * ext/psych/lib/psych/json/tree_builder.rb: AST builder uses JSON
- event methods.
- * ext/psych/lib/psych/json/stream.rb: stream emitter uses JSON event
- methods.
-
-Mon Feb 21 10:54:29 2011 Aaron Patterson <aaron@tenderlovemaking.com>
-
- * ext/psych/lib/psych/json/stream.rb: do not emit custom tags in maps
- or sequences when emitting JSON.
- * ext/psych/lib/psych/json/tree_builder.rb: do not emit custom tags in
- sequences when emitting JSON.
- * test/psych/json/test_stream.rb: tests for custom stream emits.
- * test/psych/test_json_tree.rb: tests for JSON emits.
-
-Mon Feb 21 10:05:10 2011 Aaron Patterson <aaron@tenderlovemaking.com>
-
- * ext/psych/lib/psych/json/ruby_events.rb: DRY up ruby event handling
- for JSON.
- * ext/psych/lib/psych/visitors/json_tree.rb: use ruby events module
- * ext/psych/lib/psych/json/stream.rb: ditto
-
-Mon Feb 21 10:01:01 2011 Aaron Patterson <aaron@tenderlovemaking.com>
-
- * ext/psych/lib/psych/json/stream.rb: fix JSON stream emits to use
- double quotes during stream.
- * test/psych/json/test_stream.rb: tests to reflect changes.
-
-Mon Feb 21 00:38:56 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * test/ruby/test_system.rb (TestSystem#test_system_at):
- add testcase for bug4396.
-
-Sun Feb 20 19:59:32 2011 Tanaka Akira <akr@fsij.org>
-
- * ext/openssl/ossl_cipher.c: parenthesize macro arguments.
-
-Sun Feb 20 16:26:45 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * thread.c (exec_recursive): prevent temporary objects from GC.
-
- * prevent temporary objects from GC, and should not use
- RSTRING_PTR() for function calls since it evaluates the argument
- a couple of times.
-
-Sun Feb 20 16:22:53 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * file.c (rb_file_flock): use rb_thread_io_blocking_region for the
- time being.
-
-Sun Feb 20 05:33:17 2011 Ryan Davis <ryand-ruby@zenspider.com>
-
- * lib/minitest/*.rb: Imported minitest 2.0.2 r6207.
- * test/minitest/*: ditto
-
-Sun Feb 20 02:14:09 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * signal.c (sig_trap): avoid pthread_sigmask(xx, &mask, &mask) usage
- because FreeBSD don't permit it. If it's used, it behave as
- pthread_sigmask(xx, NULL, &mask).
-
- * signal.c (init_sigchld): ditto.
-
-Sun Feb 20 00:46:51 2011 Tanaka Akira <akr@fsij.org>
-
- * ext/openssl/ossl_bn.c: parenthesize macro arguments.
-
-Sat Feb 19 22:37:42 2011 CHIKANAGA Tomoyuki <nagachika00@gmail.com>
-
- * vm_insnhelper.c (vm_check_if_namespace): guard temporary object
- from GC.
-
-Sat Feb 19 06:36:27 2011 Aaron Patterson <aaron@tenderlovemaking.com>
-
- * lib/test/unit.rb: partial revert of r30849. [ruby-core:32864]
-
- * test/testunit/test_rake_integration.rb: adding an integration test
- with the rake loader to prevent regressions.
-
-Fri Feb 18 19:31:31 2011 Shugo Maeda <shugo@ruby-lang.org>
-
- * lib/fileutils.rb (FileUtils::remove_entry_secure): there is a
- race condition in the case where the given path is a directory,
- and some other user can move that directory, and create a
- symlink while this method is executing.
- Reported by: Nicholas Jefferson <nicholas at pythonic.com.au>
-
-Fri Feb 18 00:28:39 2011 CHIKANAGA Tomoyuki <nagachika00@gmail.com>
-
- * compile.c (get_exception_sym2type): guard temporary object from GC.
-
-Thu Feb 17 23:54:29 2011 CHIKANAGA Tomoyuki <nagachika00@gmail.com>
-
- * iseq.c (prepare_iseq_build): initialize iseq_compile_data::err_info
- with nil. this fix exception in rb_iseq_load().
-
-Thu Feb 17 22:32:35 2011 CHIKANAGA Tomoyuki <nagachika00@gmail.com>
-
- * test/ruby/test_marshal.rb (test_marshal_dump_extra_iv):
- fix a typo of local variable. [Bug #3720] [ruby-dev:42083]
-
-Thu Feb 17 21:32:53 2011 Tanaka Akira <akr@fsij.org>
-
- * ext/openssl/ossl.h: parenthesize macro arguments.
-
-Wed Feb 16 20:37:48 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * eval_jump.c (rb_exec_end_proc): changed at_exit and END proc
- evaluation order. [Bug #4400] [ruby-core:35237]
- * eval_jump.c (rb_mark_end_proc): ditto.
-
- * test/ruby/test_beginendblock.rb (TestBeginEndBlock#test_nested_at_exit):
- added a test for nested at_exit.
- * test/ruby/test_beginendblock.rb (TestBeginEndBlock#test_beginendblock):
- changed the test to adopt new spec.
-
-Wed Feb 16 20:17:06 2011 Tanaka Akira <akr@fsij.org>
-
- * ext/openssl/openssl_missing.h: parenthesize macro arguments.
-
-Tue Feb 15 21:37:45 2011 Tanaka Akira <akr@fsij.org>
-
- * ext/gdbm/gdbm.c: parenthesize macro arguments.
-
-Tue Feb 15 20:34:53 2011 Tanaka Akira <akr@fsij.org>
-
- * array.c (ary_join_1): fix array size.
-
-Tue Feb 15 19:43:23 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * configure.in: fix and resubmit r30621. [ruby-dev:43203]
-
-Tue Feb 15 15:41:30 2011 NARUSE, Yui <naruse@ruby-lang.org>
-
- * array.c (array_join): copy the encoding of the first element as
- an initial encoding.
-
- * array.c (array_join_0): ditto.
-
- * array.c (array_join_1): ditto.
-
- * array.c (inspect_ary): ditto.
-
- * array.c (array_join_1): add an argument to check the appending is
- first one or not.
-
-Tue Feb 15 15:40:53 2011 NARUSE, Yui <naruse@ruby-lang.org>
-
- * hash.c (inspect_i): copy the encoding of the first key as
- an initial encoding.
-
-Mon Feb 14 15:00:16 2011 NARUSE, Yui <naruse@ruby-lang.org>
-
- * array.c (inspect_ary): don't taint the inspected result of a
- recursive array.
-
-Tue Feb 15 15:43:29 2011 NARUSE, Yui <naruse@ruby-lang.org>
-
- * encoding.c (rb_enc_compatible): change the rule for empty strings:
- remove the special treatment of the US-ASCII encoded empty string.
- Now Encoding.compatible? usually respect the encoding of the
- receiver.
-
-Tue Feb 15 15:39:37 2011 NARUSE, Yui <naruse@ruby-lang.org>
-
- * string.c (rb_enc_cr_str_buf_cat): remove special treatment of
- ASCII-8BIT receivers.
-
- * string.c (str_gsub): set initial encoding of the buffer as the
- same of the receiver. [ruby-core:35141]
-
-Tue Feb 15 09:49:33 2011 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * test/ruby/test_system.rb (TestSystem#test_system_at): use findstr
- command instead of find command, because the latter is confusing
- another famous Unix command.
-
-Mon Feb 14 23:01:19 2011 CHIKANAGA Tomoyuki <nagachika00@gmail.com>
-
- * thread.c (rb_thread_io_blocking_region): reset th->waiting_fd
- after blocking region, because remaining waiting_fd might
- cause unnecessary IOError.
-
-Mon Feb 14 21:06:50 2011 URABE Shyouhei <shyouhei@ruby-lang.org>
-
- * configure.in: revert r30621. That revision introduced mkmf test
- failures and it turned out to be OK to revert. [ruby-dev:43203]
-
-Mon Feb 14 21:04:01 2011 Tanaka Akira <akr@fsij.org>
-
- * ext/fiddle/conversions.h: parenthesize macro arguments.
-
-Mon Feb 14 18:41:47 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * win32/setup.mak (USE_RUBYGEMS): fixed r30835. It didn't work on
- mswin32 port. If you changed win32/configure.bat, you should change
- setup.mak too.
-
-Mon Feb 14 17:28:34 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * test/ruby/test_system.rb (TestSystem#test_system_at):
- added test. [ruby-core:35218] (#4393)
-
-Mon Feb 14 13:15:35 2011 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * win32/win32.c (is_internal_cmd): if the first char of prog is '@',
- execute it via shell. [ruby-core:35218] (#4393)
-
-Mon Feb 14 10:33:45 2011 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * lib/test/unit.rb: revert r30863, because it causes too many noise.
-
-Mon Feb 14 07:34:55 2011 Tanaka Akira <akr@fsij.org>
-
- * ext/curses/curses.c: parenthesize macro arguments.
-
-Sun Feb 13 19:41:47 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * lib/test/unit.rb (Test::Unit::RequireFiles#non_options): skip
- test suites failed to load instead of mere messages.
-
-Sun Feb 13 09:56:44 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * test/openssl/test_config.rb (OpenSSL#test_freeze): fix error
- message assertion.
-
- * test/io/nonblock/test_flush.rb (TestIONonblock#flush_test):
- return true to finish the test.
-
- * test/syck/test_string.rb (Syck::TestString#test_non_binary_string):
- use assert_not instead of refute, unless required minitest
- explicitly.
-
- * test/test_prime.rb (TestPrime::sieve.Integer): ditto.
-
- * test/xmlrpc/webrick_testing.rb (WEBrick_Testing#start_server):
- catch IOError when server socket was closed.
-
-Sun Feb 13 07:39:51 2011 Yukihiro Matsumoto <matz@ruby-lang.org>
-
- * enum.c (enum_inject): typo fixed. a patch from Gaku Ueda in
- [ruby-core:35216].
-
-Sun Feb 13 00:48:47 2011 Tadayoshi Funaba <tadf@dotrb.org>
-
- * lib/date.rb (Date#===): [ruby-core:35127]
-
-Sun Feb 13 00:29:18 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * lib/test/unit.rb (Test::Unit::Options#process_args): always
- return options.
-
- * lib/test/unit.rb (Test::Unit::RequireFiles#non_options): return
- if any test case get loaded.
-
- * lib/test/unit.rb (Test::Unit::AutoRunner#initialize): do not add
- default directory if it is nil.
-
- * lib/test/unit.rb (Test::Unit::AutoRunner#process_args): return
- true if any test cases to run.
-
-Sat Feb 12 23:17:43 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * lib/test/unit.rb (assert_include): add alias.
-
-Sat Feb 12 14:44:20 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * thread.c (rb_thread_io_blocking_region): new function to run
- blocking region with GIL released, for fd.
-
- * thread.c (rb_thread_fd_close): implement. [ruby-core:35203]
-
- * vm.c (th_init): rename from th_init2.
-
-Sat Feb 12 14:41:36 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * lib/test/unit.rb (Test::Unit::AutoRunner#initialize): use
- default_dir if no test case given.
-
- * lib/test/unit.rb (Test::Unit::Runner): rename from Test::Unit::Mini.
-
- * lib/test/unit.rb (Test::Unit::GlobOption#non_options): run tests
- under base directory if no argument given.
-
-Sat Feb 12 08:03:12 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * test/ruby/test_settracefunc.rb (TestSetTraceFunc): ensure to use
- method_added hook defined in Module.
-
-Sat Feb 12 01:04:02 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * ruby.c (proc_options): enable rubygems if --gem option is given.
-
- * ruby.c (process_options): load rubygems if it is disabled but
- --gem option is given.
-
-Fri Feb 11 23:27:50 2011 Yuki Sonoda (Yugui) <yugui@yugui.jp>
-
- * ruby.c (proc_options): add --gem=enabled as an alias of
- --enable=gems and --gem=disabled as an alias of --disable=gems.
- Gem named "enabled" or "disabled" has already been reserved
- legitimately for this purpose.
-
-Fri Feb 11 23:17:04 2011 Tanaka Akira <akr@fsij.org>
-
- * ext/dl/cfunc.c: parenthesize macro arguments.
-
-Fri Feb 11 21:41:53 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * bin/testrb, test/runner.rb, lib/test/unit.rb: improve backward
- compatibility.
-
-Fri Feb 11 19:45:26 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * eval.c (ruby_cleanup): use rb_ary_free to free internal object.
-
- * gc.h (RUBY_FREE_UNLESS_NULL): get rid of double free.
- [ruby-core:35192]
-
-Fri Feb 11 16:57:03 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * test/ruby/test_transcode.rb (test_from_cp50221): fix wrong
- assertion and move back.
-
-Fri Feb 11 14:33:18 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * lib/test/unit/assertions.rb (assert_no_match): alias for
- backward compatibility.
-
-Fri Feb 11 12:06:48 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * ruby.c (add_gems, require_libraries, proc_options): add
- --require and --gem options.
-
-Fri Feb 11 12:03:24 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * configure.in (rubygems): add --disable-rubygems option.
-
-Fri Feb 11 11:39:03 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * template/fake.rb.in (CROSS_COMPILING): get rid of NameError.
-
-Thu Feb 10 23:12:34 2011 Tanaka Akira <akr@fsij.org>
-
- * ext/dl/dl.h: parenthesize macro arguments.
-
-Wed Feb 9 23:11:27 2011 Tanaka Akira <akr@fsij.org>
-
- * ext/pty/pty.c: parenthesize macro arguments.
-
-Tue Feb 8 11:47:11 2011 Loren Sands-Ramshaw <lorensr@gmail.com>
-
- * array.c: documentation clarification in rotate, rotate!,
- index, and rindex. [ruby-core:35144]
-
-Wed Feb 9 09:45:43 2011 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * test/rdoc/test_rdoc_encoding.rb: remove unnecessary (and wrong)
- platform-dependent hacks.
-
-Wed Feb 9 00:47:18 2011 Tanaka Akira <akr@fsij.org>
-
- * ext/etc/etc.c: parenthesize macro arguments.
-
-Tue Feb 8 19:38:00 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * misc/ruby-mode.el (ruby-expr-beg): fix for invalid nest errors.
-
-Tue Feb 8 19:22:59 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * configure.in (AC_MSG_CHECKING): fixed typo. the patch is
- created by Benoit Daloze. Thanks a lot. [Bug #4384][ruby-core:35148]
-
-Tue Feb 8 16:04:03 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * io.c (rb_io_s_sysopen): use NUM2MODET() instead NUM2UINT().
-
-Tue Feb 8 15:59:23 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * process.c (rb_run_exec_options_err): use MODET2NUM() instead
- LONG2NUM().
-
-Tue Feb 8 13:59:56 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * configure.in: revert r30725. Now we have proper runtime fallback.
- Therefore, no need compile time disabling. (see r30762).
-
-Tue Feb 8 01:00:21 2011 CHIKANAGA Tomoyuki <nagachika00@gmail.com>
-
- * process.c (proc_setgroups): add GC guard to prevent intermediate
- variable from GC.
-
-Tue Feb 8 00:56:33 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * misc/ruby-mode.el (ruby-expr-beg, ruby-in-here-doc-p): tell
- singleton class definitions from here documents.
-
- * misc/ruby-mode.el (ruby-expr-beg, ruby-parse-partial): keyword
- followed by colon is label.
-
-Mon Feb 7 22:56:16 2011 CHIKANAGA Tomoyuki <nagachika00@gmail.com>
-
- * lib/benchmark.rb (Benchmark#bmbm): use ensure clause instead of
- Object#tap to restore STDOUT.sync.
-
-Mon Feb 7 22:34:20 2011 Tanaka Akira <akr@fsij.org>
-
- * lib/net/http.rb (Net::HTTP#connect): support SNI (Server Name
- Indication) for HTTPS. [ruby-dev:43164]
- http://stackoverflow.com/questions/4685736/openssl-server-name-indication-support-in-ruby
-
-Mon Feb 7 16:05:32 2011 Eric Hodel <drbrain@segment7.net>
-
- * lib/rdoc: Upgrade to RDoc 3.5.3 Fixes [Bug #4376]
-
-Mon Feb 7 11:46:59 2011 NARUSE, Yui <naruse@ruby-lang.org>
-
- * common.mk (rdoc): add --encoding=UTF-8; ruby's rdoc must be UTF-8.
-
-Mon Feb 7 10:21:50 2011 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * test/rdoc/test_rdoc_options.rb (TestRDocOptions#test_check_files):
- there is no easy way to create owner unreadable file on Windows.
- So, skip the test.
-
-Sun Feb 6 13:48:29 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * ext/json/lib/json/common.rb (JSON::MissingUnicodeSupport.iconv):
- should not drop rest of the result. use Iconv.conv instead.
-
-Sun Feb 6 12:46:02 2011 Eric Hodel <drbrain@segment7.net>
-
- * string.c (gsub): Ensure result encoding is the same as input
- encoding. [Bug #4340].
-
-Sun Feb 6 12:18:25 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * parse.y (words, qwords): dispatch array events. based on a
- patch from Michael Edgar. [Bug #4365].
-
-Sun Feb 6 12:12:59 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * test/fileutils/fileasserts.rb (FileAssertions): separate module.
-
-Sun Feb 6 11:29:23 2011 Tanaka Akira <akr@fsij.org>
-
- * ext/dbm/dbm.c: parenthesize macro arguments.
-
-Sat Feb 5 22:01:59 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * lib/test/unit/assertions.rb (Test::Unit::Assertions#assert):
- revert r30796. r30797 and r30798 are an alternative fix.
- [ruby-dev:43174]
-
-Sat Feb 5 21:47:09 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * parse.y (mlhs_basic): include mlhs_post for ripper. a patch
- from Michael Edgar at [ruby-core:35078].
-
-Sat Feb 5 21:22:21 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * lib/test/unit/assertions.rb (assert_block): move from
- test/fileutils/fileasserts.rb.
-
- * test/fileutils/fileasserts.rb (assert_block): pass arguments
- as-is. [ruby-dev:43174]
-
-Sat Feb 5 16:47:54 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * lib/test/unit/assertions.rb (Test::Unit::Assertions#assert):
- msg can be passed nil. [Bug #4371] [ruby-dev:43174]
-
-Sat Feb 5 15:18:25 2011 Eric Hodel <drbrain@segment7.net>
-
- * lib/rdoc: Upgrade to RDoc 3.5.2
-
-Sat Feb 5 12:05:27 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * ext/syck/rubyext.c (syck_node_init_copy): SyckNode is not
- copiable. [ruby-core:35094]
-
-Sat Feb 5 11:48:47 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * ext/openssl/ossl_cipher.c (ossl_cipher_alloc): leave data ptr
- NULL.
-
- * ext/openssl/ossl_cipher.c (ossl_cipher_new, ossl_cipher_initialize):
- allocate internal structure. [ruby-core:35094]
-
- * ext/openssl/ossl_cipher.c (ossl_cipher_copy): ditto.
-
-Sat Feb 5 11:29:10 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * ext/json/parser/parser.h (GET_PARSER): raise TypeError.
-
- * ext/json/parser/parser.rl (cParser_initialize): ditto.
-
- * ext/json/parser/parser.h (GET_PARSER): check if initialized.
- [ruby-core:35079]
-
- * ext/json/parser/parser.rl (cParser_initialize): ditto.
-
-Sat Feb 5 10:09:31 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * load.c (rb_get_expanded_load_path): always expand load paths.
-
-Sat Feb 5 09:38:08 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * transcode.c (encoded_dup): extract.
-
-Sat Feb 5 03:37:47 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * lib/fileutils.rb (FileUtils::LowMethods): make low level methods
- in NoWrite and DryRun to do nothing. [ruby-dev:43129]
-
- * test/fileutils/fileasserts.rb: add message arguments.
-
- * test/fileutils/fileasserts.rb (Test::Unit::Assertions#assert_block):
- show the given message.
-
-Sat Feb 5 02:09:39 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * parse.y (lex_getline, parser_set_encode): set encoding of lines
- in SCRIPT_LINES__ as source encoding. [ruby-dev:43168]
-
-Sat Feb 5 02:08:37 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * vm.c (ruby_thread_data_type): add prefix.
-
-Sat Feb 5 00:59:54 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * vm_core.h (GetThreadPtr): use TypedData_Get_Struct() instead
- CoreDataFromValue() because we need type check. Otherwise,
- type mismatch can cause segmentation fault crash.
- [ruby-core:35086] [Ruby 1.9-Bug#4367]
-
- * vm.c (thread_data_type): remove static.
-
-Fri Feb 4 19:14:27 2011 Tanaka Akira <akr@fsij.org>
-
- * enc/trans/utf8_mac.trans: parenthesize macro arguments.
-
-Fri Feb 4 12:11:51 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * string.c (str_utf8_nth): fixed a condition of optimized lead
- byte counting. [Bug #4366][ruby-dev:43170]
-
-Fri Feb 4 01:50:13 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * string.c (count_utf8_lead_bytes_with_word): wrote function
- comments.
-
-Fri Feb 4 00:14:55 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * ext/zlib/zlib.c (gzfile_reader_get_unused): no need to dup
- before rb_str_resurrect.
-
-Thu Feb 3 20:04:44 2011 Tanaka Akira <akr@fsij.org>
-
- * ext/curses/curses.c (CHECK): unused macro removed.
-
-Thu Feb 3 18:33:26 2011 NARUSE, Yui <naruse@ruby-lang.org>
-
- * ext/zlib/zlib.c (gzfile_reader_get_unused): use rb_str_resurrect
- because gz->z.input is hidden string. [ruby-core:35057]
-
-Thu Feb 3 16:34:10 2011 NARUSE, Yui <naruse@ruby-lang.org>
-
- * enc/shift_jis.c (code_to_mbc): cast as int from the subtraction of
- pointers.
-
- * enc/utf_16le.c (utf16le_mbc_enc_len): use ptrdiff_t.
-
- * enc/utf_32be.c (utf32be_left_adjust_char_head): ditto.
-
- * enc/utf_32le.c (utf32le_left_adjust_char_head): ditto.
-
-Thu Feb 3 16:31:43 2011 NARUSE, Yui <naruse@ruby-lang.org>
-
- * include/ruby/missing.h: don't use HAVE_STDDEF_H because it never
- defined by configure though configure.bat defines it.
-
- * include/ruby/ruby.h: move include stddef.h to defines.h
-
- * include/ruby/defines.h: ditto.
-
-Wed Feb 2 20:25:04 2011 NARUSE, Yui <naruse@ruby-lang.org>
-
- * include/ruby/encoding.h (rb_enc_step_back): cast 4th argument 'n'
- as int because Ruby usually treats length value as long but
- onigenc_step_back's 4th argument is int.
-
-Thu Feb 3 07:20:46 2011 Aaron Patterson <aaron@tenderlovemaking.com>
-
- * ext/psych/lib/psych/visitors/to_ruby.rb: use Regexp::NOENCODING
- rather than magic number.
-
- * ext/syck/lib/syck/rubytypes.rb: ditto
-
-Thu Feb 3 07:16:11 2011 Aaron Patterson <aaron@tenderlovemaking.com>
-
- * re.c (Init_Regexp): added a constant for ARG_ENCODING_NONE
- [ruby-core:35054]
-
- * test/ruby/test_regexp.rb: corresponding test.
-
-Thu Feb 3 07:02:16 2011 Aaron Patterson <aaron@tenderlovemaking.com>
-
- * ext/psych/lib/psych/visitors/to_ruby.rb: ARG_ENCODING_NONE regular
- expressions can round trip. [ruby-core:34969]
-
- * test/psych/test_yaml.rb: test for ARG_ENCODING_NONE regex
-
- * ext/sych/lib/syck/rubytypes.rb: ARG_ENCODING_NONE regular
- expressions can round trip.
-
- * test/syck/test_yaml.rb: test for ARG_ENCODING_NONE regex
-
-Wed Feb 2 17:09:22 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * io.c (rb_io_fdatasync): Use fsync(2) if the underlying
- operating system does not support fdatasync(2).
-
-Wed Feb 2 14:51:08 2011 Eric Hodel <drbrain@segment7.net>
-
- * lib/rdoc/markup/to_tt_only.rb: commit miss
- * test/rdoc/test_rdoc_markup_to_tt_only.rb: ditto
- * test/rdoc/test_rdoc_single_class.rb: ditto
-
-Wed Feb 2 09:27:53 2011 Eric Hodel <drbrain@segment7.net>
-
- * lib/rdoc: Upgrade to RDoc 3.5.1
-
-Wed Feb 2 00:30:43 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * include/ruby/st.h (st_table): Added comment why we need __extension__.
-
-Tue Feb 1 20:45:44 2011 Tanaka Akira <akr@fsij.org>
-
- * enc/encdb.c: parenthesize macro arguments.
-
-Tue Feb 1 15:12:26 2011 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * test/ruby/test_require.rb (TestRequire#test_require_with_unc):
- use ``127.0.0.1'' instead of ``localhost'' as host name, because
- XP or earlier cannot resolv it as NBT hostname.
-
-Tue Feb 1 13:20:39 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * test/benchmark/test_benchmark.rb (#capture_bench_output):
- Added explicit sleep. Windows have imprecise time support.
- Thus Tms.new.Add!{} may be or may be not equal 0. The
- test failure started since r30747.
-
-Tue Feb 1 11:03:47 2011 Ryan Davis <ryan@lust.local>
-
- * lib/rubygems*: Import rubygems 1.5.0 (released version @ 1fb59d0)
- * test/rubygems: Ditto
-
-Tue Feb 1 08:01:39 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * ext/io/console/console.c (console_set_winsize): new method to set
- console size. [EXPERIMENTAL]
-
- * ext/io/console/console.c (console_winsize): use GetWriteFD.
-
-Tue Feb 1 02:28:14 2011 Masaya Tarui <tarui@ruby-lnag.org>
-
- * include/ruby/win32.h, win32/win32.c: add rb_w32_inet_ntop.
- inet_ntop's minimum supported client is Vista.
-
-Tue Feb 1 00:10:30 2011 NARUSE, Yui <naruse@ruby-lang.org>
-
- * lib/benchmark.rb: fix benchmark to work with current ruby.
- patched by Benoit Daloze [ruby-core:33846] [ruby-dev:43143]
- merged from https://github.com/eregon/ruby/commits/benchmark
-
- * lib/benchmark (Report#width): update documentation
- * lib/benchmark: document the return value of #benchmark and the
- :list attribute in Report
- * lib/benchmark (Tms#format): rename variables, use String#%
- instead of Kernel.format
- * lib/benchmark: remove undocumented Benchmark::times (an alias