| Commit message (Expand) | Author | Age | Files | Lines |
| * | * ext/dl/cptr.c (rb_dlptr_s_to_ptr): no longer check | matz | 2007-08-08 | 3 | -9/+4 |
| * | * ext/dl/cptr.c (rb_dlptr_s_to_ptr): fptr->f was renamed to fd. a | matz | 2007-08-08 | 2 | -1/+6 |
| * | * enumerator.c (enumerator_next_p): should check correctly even when | matz | 2007-08-08 | 5 | -14/+68 |
| * | variable renaming refined. | akr | 2007-08-08 | 3 | -31/+25 |
| * | * bignum.c (rb_big2str0): should not use RTEST for non-VALUE. | nobu | 2007-08-08 | 2 | -6/+10 |
| * | * bignum.c (rb_big2str0): should preserve sign mark. | usa | 2007-08-08 | 2 | -4/+8 |
| * | * common.mk (btest-miniruby, test-sample): split the test target | nobu | 2007-08-08 | 3 | -5/+14 |
| * | remove puts for debug | suke | 2007-08-07 | 1 | -1/+0 |
| * | * ext/pty/pty.c (establishShell): handshaking before close slave | nobu | 2007-08-07 | 2 | -2/+8 |
| * | * ext/pty/pty.c (MasterDevice, SlaveDevice, deviceNo): constified. | nobu | 2007-08-07 | 3 | -43/+42 |
| * | * include/ruby/ruby.h (ruby_special_consts): added RUBY_SPECIAL_SHIFT. | nobu | 2007-08-07 | 3 | -13/+39 |
| * | * common.mk (node_name.inc): use $? instead of $< for nmake. | nobu | 2007-08-07 | 2 | -1/+6 |
| * | * configure.in (ac_cv_func_isinf): set yes also on OpenSolaris. | nobu | 2007-08-07 | 2 | -3/+8 |
| * | * io.c (pipe_open): fix for win32 platforms. | nobu | 2007-08-07 | 2 | -5/+8 |
| * | * bignum.c (rb_big2str0): make Bignum#to_s even faster. a patch | matz | 2007-08-06 | 2 | -150/+264 |
| * | * enum.c (enum_zip): zip no longer converts arguments into | matz | 2007-08-06 | 4 | -106/+53 |
| * | * cont.c (rb_fiber_yield): change argument ordering. export. | matz | 2007-08-06 | 5 | -24/+145 |
| * | * enum.c (enum_cycle): new method to cycle enumerable forever. | matz | 2007-08-06 | 4 | -3/+72 |
| * | * irb/ruby-lex.rb: support for '\c'. [ruby-talk:263508] | keiju | 2007-08-06 | 2 | -0/+10 |
| * | fix test of PROPERTYPUT_REF in some environment | suke | 2007-08-06 | 1 | -2/+9 |
| * | * insnhelper.ci, insns.def: move some statements to functions. | ko1 | 2007-08-06 | 7 | -300/+332 |
| * | * lib/vm/instruction.rb (make_header_analysys): fix last commit. | ko1 | 2007-08-06 | 2 | -0/+12 |
| * | * lib/vm/instruction.rb (make_header_analysys): add to separate | ko1 | 2007-08-06 | 2 | -4/+14 |
| * | add test using sentgen. | akr | 2007-08-06 | 1 | -0/+132 |
| * | * lib/rexml/encodings/{ISO-8859-15,CP-1252}.rb: fixed invalid syntax. | nobu | 2007-08-06 | 3 | -80/+84 |
| * | add a test: def m() yield end; p m {|((*))|}. | akr | 2007-08-06 | 1 | -1/+7 |
| * | * sample/test.rb: fix to output file name if it contains | ko1 | 2007-08-06 | 2 | -1/+7 |
| * | * parse.y (value_expr_gen): fix to cause "void value expression" | ko1 | 2007-08-06 | 3 | -6/+11 |
| * | * parse.y: fix a f_marg rule. [ruby-dev:31160] | ko1 | 2007-08-06 | 2 | -1/+5 |
| * | * bootstraptest/runner.rb (assert_equal): add additional | ko1 | 2007-08-06 | 2 | -5/+10 |
| * | * iseq.c (iseq_s_compile_option_get, Init_ISeq): added a new | nobu | 2007-08-06 | 2 | -6/+19 |
| * | * common.mk (node_name.inc): auto-generate node name list. | nobu | 2007-08-06 | 4 | -233/+18 |
| * | * common.mk (INSNS): not chdir to srcdir. | nobu | 2007-08-06 | 4 | -10/+25 |
| * | added a note. | tadf | 2007-08-05 | 1 | -2/+2 |
| * | added an assertion. | tadf | 2007-08-05 | 1 | -0/+4 |
| * | * lib/rss, sample/rss, test/rss: | kou | 2007-08-05 | 43 | -1455/+3053 |
| * | * io.c (pipe_open_v, pipe_open_s): separate array and string | nobu | 2007-08-04 | 3 | -36/+47 |
| * | * ext/extmk.rb (extmake): save all CONFIG values. | nobu | 2007-08-03 | 2 | -16/+53 |
| * | * lib/mkmf.rb (find_type): new method. | nobu | 2007-08-02 | 2 | -13/+38 |
| * | * lib/mkmf.rb (have_type): suppress a warning with -Wall. | nobu | 2007-08-02 | 2 | -2/+4 |
| * | * lib/mkmf.rb: more verbose message. [ruby-Bugs-12766] | nobu | 2007-08-02 | 3 | -9/+20 |
| * | * bignum.c (big2str_table): base cannot be 0 or 1. | nobu | 2007-08-02 | 2 | -5/+11 |
| * | * bignum.c (rb_big2str0): faster Bugnum#to_s using Karatsuba | matz | 2007-08-02 | 2 | -19/+118 |
| * | * re.c (option_to_str, arg_kcode, opt_kcode): options conversion | nobu | 2007-08-02 | 2 | -47/+72 |
| * | * parse.y (reg_compile_gen): set error if failed to compile regexp | nobu | 2007-08-02 | 4 | -10/+31 |
| * | * sprintf.c (rb_f_sprintf): should not check positional number as | nobu | 2007-08-02 | 4 | -4/+13 |
| * | * generic.rb (URI::Generic::merge_path): behave as RFC 3986. | nobu | 2007-08-01 | 4 | -70/+122 |
| * | * lib/date/format.rb (_parse): now interprets slashed numerical | tadf | 2007-07-31 | 2 | -1/+6 |
| * | add assertions. | akr | 2007-07-30 | 1 | -1/+3 |
| * | * ChangeLog: typo. | nobu | 2007-07-30 | 1 | -1/+1 |