| Commit message (Expand) | Author | Age | Files | Lines |
* | * ext/Win32API/lib/win32/resolv.rb (get_info): support multiple DNS. | usa | 2005-10-24 | 1 | -2/+2 |
* | * ext/tk/lib/tk/canvas.rb (TkCanvasItemConfig::__item_val2ruby_optkeys): | nagai | 2005-10-24 | 3 | -3/+3 |
* | * ext/tk/extconf.rb: improbe messages [ruby-core:06325]. | nagai | 2005-10-22 | 126 | -106/+3429 |
* | * ext/extmk.rb, lib/mkmf.rb (with_config): support --with-extension | nobu | 2005-10-22 | 1 | -0/+15 |
* | * ext/tk/lib/tk/font.rb, ext/tk/lib/tkextlib/ICONS/icons.rb, | nobu | 2005-10-22 | 3 | -4/+4 |
* | * intern.h, struct.c (rb_struct_iv_get): constified. | ocean | 2005-10-21 | 3 | -3/+2 |
* | * ext/ripper/tools/preproc.rb (prelude): do not append surplus | nobu | 2005-10-20 | 1 | -2/+2 |
* | * lib/mkmf.rb (create_makefile): get rid of a restriction | nobu | 2005-10-19 | 1 | -1/+2 |
* | * sorry, commit miss. | usa | 2005-10-18 | 2 | -2/+2 |
* | * ext/dl/depend, ext/dl/extconf.rb, ext/socket/depend, | usa | 2005-10-18 | 4 | -4/+4 |
* | * ext/extmk.rb: omit non-existing directories. | nobu | 2005-10-16 | 1 | -6/+9 |
* | * ext/iconv/charset_alias.rb (charset_alias): create wrapper libray | nobu | 2005-10-13 | 2 | -6/+10 |
* | * io.c, pack.c, ext/syck/rubyext.c, ext/syck/syck.h, missing/isinf.c: | nobu | 2005-10-13 | 2 | -1/+4 |
* | * ext/openssl/ossl.c (Init_openssl): should call OpenSSL_add_ssl_algorithms(). | gotoyuzo | 2005-10-12 | 1 | -0/+1 |
* | add testNIL2VTEMPTY.rb | suke | 2005-10-09 | 2 | -0/+30 |
* | * lib/scanf.rb (Scanf::FormatSpecifier#letter, #width): use matched | nobu | 2005-10-08 | 1 | -1/+1 |
* | * ext/iconv/charset_alias.rb: parse config.charset_alias file directly. | nobu | 2005-10-08 | 2 | -12/+38 |
* | * parse.y (rb_parser_malloc, rb_parser_free): manage parser stack on | nobu | 2005-10-08 | 1 | -2/+5 |
* | * ext/strscan/strscan.c (strscan_free): remove useless code. [ruby-dev:26368]... | aamine | 2005-10-06 | 1 | -1/+0 |
* | * ext/tk/lib/tkextlib/tktable/tktable.rb: border_* instance methods | nagai | 2005-10-03 | 3 | -5/+10 |
* | * ext/dl/cptr.c (rb_dlptr_s_to_ptr): abolish sizeof(FILE). | akr | 2005-09-29 | 1 | -1/+1 |
* | * ext/tk/tcltklib.c: cannot compile with Tcl/Tk8.0.x | nagai | 2005-09-28 | 1 | -7/+7 |
* | * lib/yaml/basenode.rb (YAML::BaseNode::match_segment): fix typo. | nobu | 2005-09-27 | 1 | -0/+3 |
* | * ext/strscan/strscan.c: document enhancement. | aamine | 2005-09-24 | 1 | -50/+34 |
* | banish some warnings. | akr | 2005-09-24 | 6 | -6/+0 |
* | * ext/ripper: no longer generates .rb files. | aamine | 2005-09-23 | 8 | -109/+103 |
* | * ext/ripper/tools/generate.rb, ext/ripper/tools/preproc.rb: StringIO | nobu | 2005-09-23 | 4 | -72/+64 |
* | avoid core dump with WIN32OLE_EVENT. | suke | 2005-09-23 | 3 | -5/+33 |
* | * test/ripper/depend: use --output option instead of redirect; nmake does not... | aamine | 2005-09-22 | 2 | -28/+64 |
* | * test/ripper/tools/generate.rb: check parser event arity. | aamine | 2005-09-22 | 1 | -33/+31 |
* | build fix (tmp) | aamine | 2005-09-22 | 1 | -2/+2 |
* | forgot to add | aamine | 2005-09-22 | 1 | -0/+180 |
* | * ext/ripper: refactoring code generation tools. [ruby-dev:27247] [ruby-dev:2... | aamine | 2005-09-22 | 14 | -1582/+9 |
* | * ext/ripper/extconf.rb (have_command): replaced with find_executable. | nobu | 2005-09-22 | 1 | -9/+1 |
* | * ext/tk/sample/demos-en/tcolor.bak: remove. | nagai | 2005-09-22 | 1 | -513/+0 |
* | * ext/ripper/depend (SUFFIXES): no longer needed. | usa | 2005-09-21 | 1 | -2/+1 |
* | * ext/syck/token.c: correctly compute identation of a block | why | 2005-09-20 | 1 | -110/+115 |
* | * ext/io/wait/lib/nonblock.rb: disable on platforms non-blocking flag | nobu | 2005-09-20 | 1 | -1/+1 |
* | * ext/syck/emitter.c (syck_scan_scalar): prevent indicators from | why | 2005-09-20 | 7 | -347/+369 |
* | * ext/ripper/depend: do not make ripper/core.rb. [ruby-dev:26462] | aamine | 2005-09-19 | 1 | -6/+8 |
* | * ext/ripper/eventids2.c: add prefix `t' to lambda related lexer events. | aamine | 2005-09-19 | 2 | -24/+24 |
* | * parse.y (do_block): do_block event dispatches 2 args. [ruby-dev:26964] | aamine | 2005-09-19 | 2 | -10/+11 |
* | * ext/openssl/ossl_pkey.h, ossl_pkey_rsa.c, ossl_pkey_dsa.c: | gotoyuzo | 2005-09-18 | 4 | -23/+19 |
* | * file.c (rb_thread_flock): wrap the flock system call by | akr | 2005-09-18 | 1 | -0/+4 |
* | * lib/yaml/rubytypes.rb: remove comments that are bungling up | why | 2005-09-17 | 4 | -507/+508 |
* | * ext/tk/lib/multi-tk.rb: MultiTkIp#eval_string and bg_eval_string | nagai | 2005-09-17 | 2 | -5/+5 |
* | * ext/syck/node.c (syck_replace_str): was using return from the | matz | 2005-09-16 | 1 | -1/+1 |
* | * ext/bigdecimal/bigdecimal.c: patch from "NATORI Shin" | matz | 2005-09-16 | 1 | -8/+38 |
* | * ext/tk/lib/multi-tk.rb: fix typo on MultiTkIp#bg_eval_string | nagai | 2005-09-16 | 2 | -2/+2 |
* | * ext/syck/rubyext.c (syck_resolver_transfer): remove C++ style | matz | 2005-09-16 | 1 | -2/+4 |