summaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * ext/tk/stubs.c (_nativethread_consistency_check): use simplernagai2005-11-073-34/+35
* * ext/iconv/iconv.c (Iconv::BrokenLibrary): exception when detected anobu2005-11-061-1/+16
* * ext/iconv/extconf.rb: use 3rd argument to have_library.nobu2005-11-061-1/+1
* * ext/tk/stubs.c (ruby_tcl_create_ip_and_stubs_init): should touchocean2005-11-061-2/+2
* * ext/tcltklib/.cvsignore: removed.ocean2005-11-021-3/+0
* * ext/tk/extconf.rb: change the check parameter for Win32.nagai2005-11-021-1/+1
* * ext/tcltklib: merge into ext/tk and remove.nagai2005-11-0225-13392/+310
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2005-11-022-0/+9497
* * ext/tk/sample/demos-jp/widget: make the root window lower than thenagai2005-11-022-4/+12
* * ext/tcltklib/tcltklib.c (ip_rbUpdateObjCmd, ip_rb_threadUpdateObjCmd): pass...nagai2005-11-022-16/+16
* * 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/readline/readline.c (readline_readline): type check.matz2005-10-302-2/+5
* * ext/etc/etc.c: document update from mathew <meta@pobox.com>.matz2005-10-282-0/+210
* * 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.rb: update RELEASE_DATEnagai2005-10-241-1/+1
* * ext/tk/lib/tk/canvas.rb (TkCanvasItemConfig::__item_val2ruby_optkeys):matz2005-10-244-2/+106
* * ext/tcltklib/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/extmk.rb: omit non-existing directories.nobu2005-10-161-6/+9
* * ext/iconv/charset_alias.rb (charset_alias): create wrapper libraynobu2005-10-132-11/+40
* * 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 testNIL2VTEMPTYsuke2005-10-092-0/+29
* create .document file for rdoc.suke2005-10-091-0/+14
* * ext/iconv/charset_alias.rb: parse config.charset_alias file directly.nobu2005-10-082-12/+38
* * ext/strscan/strscan.c (strscan_free): remove useless code. [ruby-dev:26368]...aamine2005-10-061-1/+0
* update comment.suke2005-10-041-221/+779
* * ext/tk/lib/tkextlib/tktable/tktable.rb: border_* instance methodsnagai2005-10-033-5/+10
* * ext/dl/dl.c (rb_io_to_ptr): abolish sizeof(FILE).akr2005-09-291-4/+0
* * ext/tcltklib/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
* banish a warning.akr2005-09-241-1/+0
* * ext/tk/sample/demos-en/tcolor.bak: remove.nagai2005-09-221-513/+0
* * 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-346/+367
* * ext/dl/dl.c (rb_io_to_ptr): fix DragonFlyBSD support.matz2005-09-191-1/+1
* * ext/syck/emitter.c (syck_emit): passing an int* value to the long* paramete...aamine2005-09-191-1/+2
* avoid core dump with WIN32OLE_EVENT. [ruby-dev:27133]suke2005-09-191-3/+11
* * ext/openssl/ossl_pkey.h, ossl_pkey_rsa.c, ossl_pkey_dsa.c:gotoyuzo2005-09-184-23/+19
* * file.c (rb_thread_flock): wrap the flock system call byakr2005-09-181-0/+4
* * lib/yaml/rubytypes.rb: remove comments that are bungling upwhy2005-09-174-507/+508
* * ext/tk/lib/multi-tk.rb: MultiTkIp#eval_string and bg_eval_stringnagai2005-09-172-5/+5
* fix bug in ext/win32ole/sample/ienavi.rbsuke2005-09-162-3/+23
* * ext/syck/node.c (syck_replace_str): was using return from thematz2005-09-161-1/+1
* * ext/bigdecimal/bigdecimal.c: patch from "NATORI Shin"matz2005-09-161-8/+38
* * ext/tk/lib/multi-tk.rb: fix typo on MultiTkIp#bg_eval_stringnagai2005-09-162-2/+2