| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | * string.c (scan_once): wrong condition to use mbclen2(). | matz | 2005-10-27 | 4 | -15/+215 |
| * | * ext/syck/implicit.c (syck_type_id_to_uri): should return | ocean | 2005-10-26 | 2 | -2/+8 |
| * | * ruby.h (Qfalse, Qtrue, Qnil, Qundef): make sure these immediate | ocean | 2005-10-26 | 2 | -4/+12 |
| * | * 2005-10-26 | eban | 2005-10-25 | 1 | -3/+3 |
| * | * configure.in (RUBY_EXTERN): macro to export symbols in shared | nobu | 2005-10-25 | 7 | -5/+26 |
| * | * lib/rational.rb: applied documentation patch from Gavin Sinclair | matz | 2005-10-25 | 4 | -71/+258 |
| * | * 2005-10-25 | eban | 2005-10-24 | 1 | -3/+3 |
| * | * lib/rdoc/markup/simple_markup.rb (SM::SimpleMarkup::LABEL_LIST_RE): | nobu | 2005-10-24 | 2 | -2/+6 |
| * | RDoc documentation from Eric Hodel <Drbrain@segment7.net> added. | seki | 2005-10-24 | 4 | -92/+448 |
| * | * configure.in, io.c: use sys/syscall.h if syscall.h is not available. | nobu | 2005-10-24 | 3 | -8/+15 |
| * | * ext/Win32API/lib/win32/resolv.rb (get_info): support multiple DNS. | usa | 2005-10-24 | 2 | -2/+7 |
| * | * ext/tk/lib/tk.rb: update RELEASE_DATE | nagai | 2005-10-24 | 1 | -1/+1 |
| * | * 2005-10-24 | usa | 2005-10-24 | 1 | -3/+3 |
| * | * ext/tk/lib/tk/canvas.rb (TkCanvasItemConfig::__item_val2ruby_optkeys): | matz | 2005-10-24 | 6 | -4/+126 |
| * | * 2005-10-23 | eban | 2005-10-23 | 1 | -3/+3 |
| * | * ext/tcltklib/extconf.rb: improbe messages [ruby-core:06325]. | nagai | 2005-10-22 | 127 | -106/+3453 |
| * | * ext/extmk.rb, lib/mkmf.rb (with_config): support --with-extension | nobu | 2005-10-22 | 3 | -4/+38 |
| * | * 2005-10-22 | eban | 2005-10-22 | 1 | -3/+3 |
| * | * time.c (rb_strftime): removed meaningless volatile modifiers, and | nobu | 2005-10-22 | 2 | -11/+13 |
| * | * object.c (sym_inspect), parse.y (parser_yylex, rb_symname_p): check | nobu | 2005-10-22 | 4 | -8/+125 |
| * | * rubysig.h (CHECK_INTS): fixed typo. (I believe bit-or is improper) | ocean | 2005-10-21 | 2 | -2/+6 |
| * | * 2005-10-21 | eban | 2005-10-21 | 1 | -3/+3 |
| * | * time.c: should use LONG_LONG instead of `long long'. | ocean | 2005-10-21 | 2 | -1/+3 |
| * | * bignum.c (bignew_1): convertion from `int' to `char' discards | ocean | 2005-10-21 | 2 | -2/+10 |
| * | * lib/mkmf.rb (create_makefile): Borland make seems not to allow | ocean | 2005-10-20 | 2 | -2/+8 |
| * | * lib/mkmf.rb (create_makefile): get rid of a restriction | nobu | 2005-10-19 | 2 | -1/+7 |
| * | * 2005-10-20 | usa | 2005-10-19 | 1 | -3/+3 |
| * | * rubysig.h (CHECK_INTS): fix typo. | usa | 2005-10-19 | 2 | -3/+7 |
| * | * ChangeLog: wrong log. | nobu | 2005-10-19 | 1 | -2/+2 |
| * | * lib/mkmf.rb (create_makefile): do not create unnecessary empty | nobu | 2005-10-19 | 1 | -3/+2 |
| * | * lib/mkmf.rb (create_makefile): do not unnecessary empty directories. | nobu | 2005-10-19 | 1 | -0/+5 |
| * | * rubysig.h (CHECK_INTS): prevent signal handler to run during | matz | 2005-10-19 | 4 | -31/+41 |
| * | * parse.y (rb_gc_mark_parser): get rid of segfault with old yacc. | nobu | 2005-10-19 | 2 | -0/+14 |
| * | * file.c (rb_file_join): elements may contain null pointer strings. | nobu | 2005-10-18 | 2 | -1/+6 |
| * | * eval.c, gc.c, time.c: made internal symbols static. [ruby-dev:27435] | nobu | 2005-10-18 | 4 | -4/+8 |
| * | * 2005-10-19 | eban | 2005-10-18 | 1 | -3/+3 |
| * | * regex.c (re_compile_pattern): numeric literal inside character class | nobu | 2005-10-18 | 2 | -0/+6 |
| * | * parse.y (parser_heap): byacc never free parser stack. | nobu | 2005-10-17 | 2 | -7/+12 |
| * | * 2005-10-17 | usa | 2005-10-17 | 1 | -3/+3 |
| * | * file.c (chmod_internal, lchmod_internal): fixed type of 2nd argument. | usa | 2005-10-17 | 2 | -4/+12 |
| * | * ext/extmk.rb: omit non-existing directories. | nobu | 2005-10-16 | 2 | -6/+13 |
| * | * 2005-10-16 | eban | 2005-10-16 | 1 | -3/+3 |
| * | check remote hash tuple | seki | 2005-10-16 | 3 | -1/+20 |
| * | * 2005-10-15 | eban | 2005-10-15 | 1 | -3/+3 |
| * | typo fixed, again. thanks, Doug Kearns. | seki | 2005-10-15 | 2 | -1/+5 |
| * | * win32/win32.c (ioctl): should set errno. | usa | 2005-10-14 | 2 | -0/+5 |
| * | * 2005-10-14 | eban | 2005-10-14 | 1 | -3/+3 |
| * | * lib/webrick/config.rb (Config::FileHandler): :UserDir should be nil. | gotoyuzo | 2005-10-14 | 2 | -1/+7 |
| * | * 2005-10-13 | eban | 2005-10-13 | 1 | -3/+3 |
| * | * ext/iconv/charset_alias.rb (charset_alias): create wrapper libray | nobu | 2005-10-13 | 2 | -11/+40 |