aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * io.c (rb_io_flags_mode): typo fix.eban2004-10-051-1/+1
* 2004-10-05eban2004-10-051-3/+3
* * io.c (rb_fopen): mode string copy at the lowest level.matz2004-10-057-87/+133
* * io.c (rb_file_open_internal, rb_io_reopen): fname might be alterednobu2004-10-042-9/+17
* 2004-10-04eban2004-10-041-3/+3
* * ext/tk/lib/tk/image.rb: bug fixnagai2004-10-046-1/+90
* * lib/net/imap.rb (TEXT_REGEXP): allow 8-bit characters for the germanshugo2004-10-032-3/+12
* 2004-10-03eban2004-10-031-3/+3
* * MANIFEST: add test/ruby/test_string.rb.eban2004-10-031-0/+1
* test String#sum for bits=0..7.akr2004-10-031-1/+1
* add test for String#sum.akr2004-10-031-0/+19
* * parse.y (local_vars): moved to struct parser_params.nobu2004-10-023-55/+106
* * string.c (rb_str_sum): should use bignums when bits is greatermatz2004-10-023-2/+8
* * string.c (rb_str_sum): wrong cast caused wrong result.matz2004-10-023-16/+24
* * string.c (rb_str_sum): check was done with false pointer.matz2004-10-022-4/+7
* 2004-10-02eban2004-10-011-4/+4
* * string.c (rb_str_sum): string may be altered. [ruby-dev:24381]matz2004-10-019-39/+84
* * ext/tk/lib/tk/grid.rb: revive TkGrid.gridnagai2004-10-014-3/+14
* 2004-09-30eban2004-09-301-3/+3
* * ext/tcltklib/tcltklib.c (ip_init): bug fixnagai2004-09-298-10/+133
* * array.c (rb_ary_delete): comparison may change the capacity.matz2004-09-298-76/+132
* 2004-09-29eban2004-09-291-3/+3
* * enum.c (sort_by_i): internally used object must not be changednobu2004-09-292-0/+6
* add ML reference.nobu2004-09-271-1/+1
* * eval.c (rb_call0): invoke finalizers periodically.nobu2004-09-274-42/+75
* 2004-09-27eban2004-09-271-3/+3
* * parse.y [ripper]: missing ';'.aamine2004-09-272-1/+5
* * intern.h, struct.c (rb_struct_s_members, rb_struct_members): publicnobu2004-09-274-25/+28
* 2004-09-26eban2004-09-261-3/+3
* synchronized with date2 3.6.1tadf2004-09-253-32/+81
* * hash.c: iterator functions for hash_foreach() should return enumnobu2004-09-242-19/+24
* * struct.c (rb_struct_s_members): wrong call of struct_members.matz2004-09-243-6/+36
* 2004-09-24eban2004-09-241-3/+3
* * parse.y (rb_parser_append_print): should handle prelude.matz2004-09-2411-155/+196
* * ext/ripper/Makefile.dev: removed.aamine2004-09-2313-1352/+1365
* * eval.c: remove debug print.matz2004-09-231-1/+0
* * eval.c: remove debug print.matz2004-09-231-3/+0
* * hash.c (rb_hash_rehash): replace st_foreach() by its deepmatz2004-09-237-48/+76
* * parse.y [ripper]: on__scan event removed.aamine2004-09-2214-287/+379
* * hash.c (hash_alloc): was using tbl pointer withoutmatz2004-09-222-4/+7
* * hash.c (rb_hash_rehash): add iteration check. [ruby-dev:24301]matz2004-09-226-49/+103
* * win32/win32.c (rb_w32_call_handler): workaround for Ctrl-C.usa2004-09-222-1/+5
* 2004-09-22usa2004-09-221-3/+3
* * parse.y: remove global variables ruby_eval_tree andmatz2004-09-228-74/+94
* Add documentation to fork()dave2004-09-212-1/+16
* should use 'c' for 'unsigned char ref'.ttate2004-09-211-2/+2
* * enum.c (enum_sort_by): do not use qsort directly. usematz2004-09-2111-93/+232
* * ext/ripper/lib/ripper/tokenizer.rb: fix typo.aamine2004-09-202-1/+4
* * test/ripper/test_scanner_events.rb: tokens must be reordered.aamine2004-09-203-10/+64
* * parse.y [ripper]: do not delay dispatching.aamine2004-09-203-56/+44