| Commit message (Expand) | Author | Age | Files | Lines |
| * | * 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 |
| * | * io.c, pack.c, ext/syck/rubyext.c, ext/syck/syck.h, missing/isinf.c: | nobu | 2005-10-13 | 6 | -3/+14 |
| * | * parse.y (HEAPCNT): bison allocates indivisible size. | nobu | 2005-10-13 | 2 | -1/+6 |
| * | * ext/openssl/ossl.c (Init_openssl): should call OpenSSL_add_ssl_algorithms(). | gotoyuzo | 2005-10-12 | 2 | -0/+6 |
| * | * file.c (rb_f_test): typos in RDoc comments. | eban | 2005-10-12 | 1 | -3/+3 |
| * | * 2005-10-12 | eban | 2005-10-12 | 1 | -3/+3 |
| * | * file.c (rb_f_test): typo in RDoc comments. | eban | 2005-10-12 | 2 | -1/+5 |
| * | * 2005-10-11 | eban | 2005-10-11 | 1 | -3/+3 |
| * | * eval.c (rb_obj_respond_to): check if obj responds to the given | nobu | 2005-10-11 | 3 | -9/+28 |
| * | * 2005-10-10 | eban | 2005-10-10 | 1 | -3/+3 |
| * | * test/soap/ssl/test_ssl.rb (test_verification, test_property, test_ciphers): | nobu | 2005-10-10 | 1 | -56/+24 |
| * | * 2005-10-09 | eban | 2005-10-09 | 1 | -3/+3 |
| * | add testNIL2VTEMPTY | suke | 2005-10-09 | 2 | -0/+29 |
| * | create .document file for rdoc. | suke | 2005-10-09 | 1 | -0/+14 |
| * | * eval.c (Init_Binding): add Binding#dup method. [yarv-dev:666] | nobu | 2005-10-08 | 2 | -1/+4 |
| * | * 2005-10-08 | nobu | 2005-10-08 | 2 | -4/+3 |
| * | * ext/iconv/charset_alias.rb: parse config.charset_alias file directly. | nobu | 2005-10-08 | 3 | -13/+41 |
| * | * parse.y (rb_parser_malloc, rb_parser_free): manage parser stack on | nobu | 2005-10-08 | 4 | -7/+89 |
| * | * 2005-10-07 | eban | 2005-10-07 | 1 | -3/+3 |
| * | * lib/cgi.rb (CGI::Cookie::parse): Cookies from Nokia devices may | matz | 2005-10-07 | 3 | -3/+14 |
| * | * ext/strscan/strscan.c (strscan_free): remove useless code. [ruby-dev:26368]... | aamine | 2005-10-06 | 2 | -1/+6 |
| * | * 2005-10-05 | eban | 2005-10-05 | 1 | -3/+3 |
| * | * lib/xmlrpc/server.rb (XMLRPC::Server#initialize): should mount the | gotoyuzo | 2005-10-04 | 2 | -1/+6 |
| * | * lib/xmlrpc/server.rb (XMLRPC::Server#serve): delete wrong call | gotoyuzo | 2005-10-04 | 2 | -1/+6 |