aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * ext/iconv/extconf.rb: check stricter. [ruby-talk:104501]nobu2004-06-251-11/+15
* * eval.c (rb_thread_atfork): remove "fork terminates thread"matz2004-06-241-1/+18
* Work around OSX strangneness with recvfrom on connection-oriented socketsdave2004-06-231-1/+5
* * ext/zlib/zlib.c: 0xff should not be shifted by 24 bits onmatz2004-06-231-1/+1
* * ext/win32ole/win32ole.c (ole_hresult2msg): remove trailingocean2004-06-221-3/+6
* * ext/win32ole/win32ole.c (OLE_FREE): should not call CoFreeUnuse-suke2004-06-221-9/+8
* * ext/tk/lib/tk.rb: bug fix (TkWindow#grab)nagai2004-06-151-1/+8
* * ext/tk/lib/remote-tk.rb: bug fixnagai2004-06-141-20/+47
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2004-06-123-0/+350
* * ext/tcltklib/extconf.rb: [EXPERIMENTAL] MacOS X (darwin) supportnagai2004-06-1214-177/+355
* * ext/sdbm/init.c (fsdbm_store): sdbm should use StringValue().matz2004-06-101-4/+2
* * ext/syck/syck.c (syck_new_parser): clear parser on init.why2004-05-252-1/+2
* * ext/tcltklib/extconf.rb: add --enable-tcl-thread configure option andnagai2004-05-242-33/+144
* * ext/tk/sample/remote-ip_sample2.rb: modifynagai2004-05-222-10/+13
* * MANIFEST: add new encodings in rexml.nobu2004-05-221-0/+2
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2004-05-221-0/+53
* * add a new sample 'ext/tk/sample/remote-ikp_sample2.rb'nagai2004-05-221-1/+1
* * ext/tk/lib/tk.rb: add Tk.appsend_deny and improve Tk.rb_appsendnagai2004-05-2117-43/+557
* * ext/socket/socket.c: fix SEGV. [ruby-dev:23550]ocean2004-05-201-1/+1
* * ext/socket/socket.c: check SCM_RIGHTS macro addition toakr2004-05-201-9/+21
* * numeric.c (flo_eq): alway check if operands are NaN.matz2004-05-202-0/+6
* * ext/tk/lib/tk.rb: change permition of TkObject#tk_send from private to publicnagai2004-05-191-1/+1
* * ext/socket/socket.c (setup_domain_and_type): honor duck typing.matz2004-05-171-7/+18
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2004-05-162-0/+404
* * add a new sample scriptnagai2004-05-161-0/+2
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2004-05-161-0/+12
* * lib/yaml.rb: removed fallback to pure Ruby parser.why2004-05-167-88/+98
* * ext/dbm/dbm.c (fdbm_initialize): accept optional 3rd argument toakr2004-05-161-11/+29
* * eval.c (eval): warning during eval should not cause deadlock.matz2004-05-143-17/+41
* * ext/tk/lib/tk/canvas.rb: improve coords support for canvas items.nagai2004-05-143-116/+88
* * ext/openssl/ossl_x509name.c: attribute value of DC (short name ofgotoyuzo2004-05-121-0/+1
* * ext/tk/lib/tk/composite.rb: improve configure methods. (based on the propos...nagai2004-05-122-18/+303
* Fix for 'incomplete bug fix' for 1.41.shigek2004-05-111-1/+1
* * ext/tk/tkutil.c (get_eval_string_core): bug fix. [ruby-dev:23466]nagai2004-05-071-1/+1
* use numerichost if cannot resolve hostnameseki2004-05-061-4/+4
* * lib/yaml/rubytypes.rb (to_yaml): added instance variable handlingwhy2004-05-0610-236/+246
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2004-05-01130-0/+19847
* * renewal Ruby/Tknagai2004-05-01131-11351/+7668
* * lib/yaml/rubytypes.rb: passing Range tests.why2004-04-266-308/+406
* * ext/iconv/iconv.c: nearly finished RDoc comments.gsinclair2004-04-161-131/+132
* * ext/extmk.rb: skip linking when libraries to be preloaded notnobu2004-04-151-4/+7
* * ext/gdbm/gdbm.c (Init_gdbm): define GDBM::READER, GDBM::WRITER,akr2004-04-151-16/+24
* * ext/iconv/iconv.c: RDoc documentation (from RD; nearly finished).gsinclair2004-04-122-114/+114
* * ext/openssl/ossl_x509name.c (ossl_x509name_init_i): should return a value.gotoyuzo2004-04-121-1/+2
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2004-04-061-0/+4057
* * ext/socket/socket.c (make_hostent): must return value.usa2004-04-061-3/+2
* * eval.c (top_include): include in the wrapped load is done formatz2004-04-0513-80/+99
* * ext/syck/syck.h: version 0.43.why2004-04-035-1051/+1179
* fix typo.akr2004-03-282-2/+2
* * eval.c (return_jump): set return value to the returnmatz2004-03-101-0/+17