aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * ext/tk/extconf.rb: change the check parameter for Win32.nagai2005-11-021-1/+1
* * ext/tk/sample/demos-jp/widget: make the root window lower than thenagai2005-11-022-4/+12
* * ext/tk/tcltklib.c (ip_rbUpdateObjCmd, ip_rb_threadUpdateObjCmd): passed imp...nagai2005-11-022-16/+16
* * eval.c (rb_call_super): should call method_missing if super ismatz2005-11-013-0/+211
* * ext/openssl/extconf.rb: should check ERR_peek_last_error().gotoyuzo2005-11-012-1/+7
* * ext/openssl/ossl_cipher.c (ossl_cipher_update): input data mustgotoyuzo2005-10-301-1/+2
* * ext/syck/implicit.c (syck_type_id_to_uri): should returnocean2005-10-261-2/+2
* * configure.in (RUBY_EXTERN): macro to export symbols in sharednobu2005-10-251-0/+1
* * ext/Win32API/lib/win32/resolv.rb (get_info): support multiple DNS.usa2005-10-241-2/+2
* * ext/tk/lib/tk/canvas.rb (TkCanvasItemConfig::__item_val2ruby_optkeys):nagai2005-10-243-3/+3
* * ext/tk/extconf.rb: improbe messages [ruby-core:06325].nagai2005-10-22126-106/+3429
* * ext/extmk.rb, lib/mkmf.rb (with_config): support --with-extensionnobu2005-10-221-0/+15
* * ext/tk/lib/tk/font.rb, ext/tk/lib/tkextlib/ICONS/icons.rb,nobu2005-10-223-4/+4
* * intern.h, struct.c (rb_struct_iv_get): constified.ocean2005-10-213-3/+2
* * ext/ripper/tools/preproc.rb (prelude): do not append surplusnobu2005-10-201-2/+2
* * lib/mkmf.rb (create_makefile): get rid of a restrictionnobu2005-10-191-1/+2
* * sorry, commit miss.usa2005-10-182-2/+2
* * ext/dl/depend, ext/dl/extconf.rb, ext/socket/depend,usa2005-10-184-4/+4
* * ext/extmk.rb: omit non-existing directories.nobu2005-10-161-6/+9
* * ext/iconv/charset_alias.rb (charset_alias): create wrapper libraynobu2005-10-132-6/+10
* * io.c, pack.c, ext/syck/rubyext.c, ext/syck/syck.h, missing/isinf.c:nobu2005-10-132-1/+4
* * ext/openssl/ossl.c (Init_openssl): should call OpenSSL_add_ssl_algorithms().gotoyuzo2005-10-121-0/+1
* add testNIL2VTEMPTY.rbsuke2005-10-092-0/+30
* * lib/scanf.rb (Scanf::FormatSpecifier#letter, #width): use matchednobu2005-10-081-1/+1
* * ext/iconv/charset_alias.rb: parse config.charset_alias file directly.nobu2005-10-082-12/+38
* * parse.y (rb_parser_malloc, rb_parser_free): manage parser stack onnobu2005-10-081-2/+5
* * ext/strscan/strscan.c (strscan_free): remove useless code. [ruby-dev:26368]...aamine2005-10-061-1/+0
* * ext/tk/lib/tkextlib/tktable/tktable.rb: border_* instance methodsnagai2005-10-033-5/+10
* * ext/dl/cptr.c (rb_dlptr_s_to_ptr): abolish sizeof(FILE).akr2005-09-291-1/+1
* * ext/tk/tcltklib.c: cannot compile with Tcl/Tk8.0.xnagai2005-09-281-7/+7
* * lib/yaml/basenode.rb (YAML::BaseNode::match_segment): fix typo.nobu2005-09-271-0/+3
* * ext/strscan/strscan.c: document enhancement.aamine2005-09-241-50/+34
* banish some warnings.akr2005-09-246-6/+0
* * ext/ripper: no longer generates .rb files.aamine2005-09-238-109/+103
* * ext/ripper/tools/generate.rb, ext/ripper/tools/preproc.rb: StringIOnobu2005-09-234-72/+64
* avoid core dump with WIN32OLE_EVENT.suke2005-09-233-5/+33
* * test/ripper/depend: use --output option instead of redirect; nmake does not...aamine2005-09-222-28/+64
* * test/ripper/tools/generate.rb: check parser event arity.aamine2005-09-221-33/+31
* build fix (tmp)aamine2005-09-221-2/+2
* forgot to addaamine2005-09-221-0/+180
* * ext/ripper: refactoring code generation tools. [ruby-dev:27247] [ruby-dev:2...aamine2005-09-2214-1582/+9
* * ext/ripper/extconf.rb (have_command): replaced with find_executable.nobu2005-09-221-9/+1
* * ext/tk/sample/demos-en/tcolor.bak: remove.nagai2005-09-221-513/+0
* * ext/ripper/depend (SUFFIXES): no longer needed.usa2005-09-211-2/+1
* * ext/syck/token.c: correctly compute identation of a blockwhy2005-09-201-110/+115
* * ext/io/wait/lib/nonblock.rb: disable on platforms non-blocking flagnobu2005-09-201-1/+1
* * ext/syck/emitter.c (syck_scan_scalar): prevent indicators fromwhy2005-09-207-347/+369
* * ext/ripper/depend: do not make ripper/core.rb. [ruby-dev:26462]aamine2005-09-191-6/+8
* * ext/ripper/eventids2.c: add prefix `t' to lambda related lexer events.aamine2005-09-192-24/+24
* * parse.y (do_block): do_block event dispatches 2 args. [ruby-dev:26964]aamine2005-09-192-10/+11