| Commit message (Expand) | Author | Age | Files | Lines |
* | * include/ruby/ruby.h (ExportStringValue): new macro to convert | matz | 2008-10-20 | 6 | -77/+117 |
* | * string.c (rb_locale_str_new): new function to convert string | matz | 2008-10-20 | 3 | -0/+12 |
* | * test/runner.rb: search srcdir/test/arg at first to find test/ruby | akr | 2008-10-20 | 2 | -3/+8 |
* | * ext/tk/lib/tk.rb: support Encoding.default_internal. | nagai | 2008-10-19 | 6 | -66/+155 |
* | fix typos. | akr | 2008-10-19 | 1 | -2/+2 |
* | * 2008-10-20 | svn | 2008-10-19 | 1 | -3/+3 |
* | * lib/test/unit.rb (Test::Unit.setup_argv): call given block for | akr | 2008-10-19 | 4 | -20/+57 |
* | * tool/generic_erb.rb: sends the result to stdout if no output option. | nobu | 2008-10-19 | 2 | -1/+4 |
* | * common.mk (srcs): removed ID_H_TARGET. | nobu | 2008-10-19 | 5 | -41/+196 |
* | * enc/trans/single_byte.trans: adding WINDOWS-wwww encodings | duerst | 2008-10-19 | 11 | -0/+1265 |
* | * lib/cmath.rb (log2,cbrt,frexp,ldexp,hypot,erf,erfc,gamma,lgamma): | tadf | 2008-10-18 | 2 | -0/+15 |
* | * keywords, lex.c.src, opt_insn_unif.def, opt_operand.def: moved rarely changed | yugui | 2008-10-18 | 8 | -9/+21 |
* | * test/csv/*: Renamed tc_* files to test_* to fit in within Ruby's | jeg2 | 2008-10-18 | 12 | -10/+15 |
* | add test for {SimpleDelegator, DelegateClass}#class . | xibbar | 2008-10-18 | 1 | -0/+12 |
* | * 2008-10-19 | svn | 2008-10-18 | 1 | -3/+3 |
* | * lib/test/unit.rb (assert_nothing_thrown): don't intern. | akr | 2008-10-18 | 2 | -2/+6 |
* | add test for encoding option. | xibbar | 2008-10-18 | 1 | -0/+21 |
* | ChangeLog: moved entries back and corrected date | duerst | 2008-10-18 | 1 | -13/+13 |
* | * parse.y (opt_block_arg): allow trailing comma after usual | matz | 2008-10-18 | 2 | -0/+9 |
* | ChangeLog: move entries to proper place. | matz | 2008-10-18 | 1 | -13/+13 |
* | * numeric.c (num_sadded): remove newly defined singleton method | matz | 2008-10-18 | 2 | -1/+8 |
* | * string.c (rb_external_str_new): a new function to convert from | matz | 2008-10-18 | 6 | -22/+78 |
* | * lib/tempfile.rb (Tempfile#initialize): now Tempfile.new takes | matz | 2008-10-18 | 2 | -2/+17 |
* | * re.c (rb_reg_initialize_m): specify ARG_ENCODING_NONE instead of | matz | 2008-10-18 | 3 | -2/+11 |
* | * tool/transcode-tblgen.rb: added set_valid_byte_pattern | duerst | 2008-10-18 | 3 | -22/+26 |
* | * transcode.c: in transcode_search_path, elimintated a warning | duerst | 2008-10-18 | 2 | -5/+7 |
* | rdoc update. | akr | 2008-10-18 | 1 | -3/+7 |
* | * lib/test/unit.rb (assert_nothing_thrown): implemented. | akr | 2008-10-18 | 2 | -2/+17 |
* | * common.mk: use added options for generic_erb.rb. | eban | 2008-10-17 | 2 | -1/+5 |
* | * 2008-10-18 | svn | 2008-10-17 | 1 | -3/+3 |
* | * array.c: don't recycle shared-array while sort!. | wanabe | 2008-10-17 | 2 | -1/+5 |
* | * array.c: recycle shared-array when it isn't referenced. | wanabe | 2008-10-17 | 2 | -12/+84 |
* | * id.h: reverted. | nobu | 2008-10-17 | 3 | -36/+67 |
* | * common.mk (ID_H_TARGET): phony target to update id.h. | nobu | 2008-10-17 | 8 | -44/+141 |
* | * array.c (ary_resize_capa): renamed RESIZE_CAPA. | yugui | 2008-10-17 | 2 | -11/+19 |
* | * test/bigdecimal/test_bigdecimal.rb (TestBigDecimal#test_sqrt_bigdecimal): | matz | 2008-10-17 | 2 | -1/+11 |
* | * configure.in (uncommon.mk): ignores failures at loading. | nobu | 2008-10-17 | 3 | -3/+5 |
* | * transcode.c (str_transcode0): String#encode without argument now | matz | 2008-10-17 | 2 | -16/+24 |
* | * test/rubygems/gemutilities.rb (RubyGemTestCase#build_rake_in): | nobu | 2008-10-17 | 2 | -0/+8 |
* | * ext/socket/socket.c (init_sock): sockets should be binmode. | shugo | 2008-10-17 | 3 | -3/+26 |
* | * tool/insns2vm.rb: remove -Kn option in shebang line because it's | usa | 2008-10-17 | 2 | -1/+6 |
* | Removed manage_gems call in the rake gempackagetask | jim | 2008-10-16 | 1 | -6/+0 |
* | * re.c (rb_reg_initialize_m): changed the message to clarify the | matz | 2008-10-16 | 2 | -1/+6 |
* | * .gdbinit (rp): REGEXP handling fixed. | matz | 2008-10-16 | 4 | -5/+25 |
* | * ruby.c (proc_options): no warning when default_external already | matz | 2008-10-16 | 3 | -3/+12 |
* | * transcode.c (transcode_restartable0): in_pos and out_pos never be | akr | 2008-10-16 | 2 | -13/+5 |
* | * lib/test/unit.rb: sort the order of executing tests. | mame | 2008-10-16 | 2 | -0/+7 |
* | add an assertion. | akr | 2008-10-16 | 1 | -1/+3 |
* | * io.c (rb_io_binmode): reset encoding conversion. | akr | 2008-10-16 | 3 | -6/+32 |
* | * 2008-10-17 | svn | 2008-10-16 | 1 | -3/+3 |