aboutsummaryrefslogtreecommitdiffstats
path: root/ext/tcltklib
Commit message (Expand)AuthorAgeFilesLines
* * ext/tk: merge tcltklib for Ruby/Tk installation controlnagai2005-01-2522-9898/+0
* * ext/tcltklib/tcltklib.c: fix SEGV bug; trouble on canceling remainednagai2005-01-252-52/+133
* Update kilmer template to use sectionsdave2004-12-291-15/+15
* * ext/tcltklib/tcltklib.c: fix SEGV bug when deleting Tk interpnagai2004-12-271-18/+30
* * ext/tcltklib/tcltklib.c: define TclTkLib::COMPILE_INFO and RELEASE_DATEnagai2004-12-232-0/+79
* * ext/tcltklib/tcltklib.c (ip_init): set root-win title to "ruby" whennagai2004-12-082-4/+14
* * ext/tcltklib/tcltklib.c: fix SEGV when compiled with Tcl/Tk8.3.x or oldernagai2004-11-091-0/+9
* * MANIFEST, ext/**/MANIFEST: removed.eban2004-11-011-22/+0
* * ext/tk/lib/tk/*: untabifynagai2004-10-116-2463/+2462
* * ext/tcltklib/tcltklib.c (ip_init): bug fixnagai2004-09-291-1/+8
* * ext/tcltklib/tcltklib.c: fix SEGV when (thread_)vwait or (thread_)tkwaitnagai2004-09-171-47/+230
* * ext/tcltklib/tcltklib.c: fix SEGVnagai2004-09-141-7/+22
* * ext/tcltklib/tcltklib.c: improve control of preserv/release tcltkipnagai2004-09-121-44/+198
* * ext/tcltklib/tcltklib.c: add TclTkIp#allow_ruby_exit? and allow_ruby_exit=nagai2004-09-113-146/+817
* * ext/tcltklib/tcltklib.c (lib_merge_tklist): fix suspiciousocean2004-09-101-1/+1
* * ext/tcltklib/tcltklib.c (ip_init): change flag value for setting 'argv' and...nagai2004-09-091-2/+7
* * ext/tcltklib/tcltklib.c (ip_init): cannot create a IP at level 4nagai2004-09-081-0/+5
* * ext/tcltklib/tcltklib.c: fix typo [ruby-talk:111266]nagai2004-09-023-11/+13
* * ext/tcltklib/tcltklib.c (ip_delete): when a tcltkip is deleted, destroy its...nagai2004-08-311-0/+1
* * ext/tcltklib/tcltklib.c (del_root): fix SEGVnagai2004-08-311-1/+6
* * ext/tcltklib/tcltklib.c: compile error on bcc32 [ruby-dev:24081]nagai2004-08-291-1/+3
* * ext/tcltklib/extconf.rb (find_tcl, find_tk): find stub library.nobu2004-08-201-5/+17
* * ext/tcltklib/stubs.c (ruby_tcltk_stubs): need to calleban2004-08-181-2/+9
* * ext/tcltklib/tcltklib.c(lib_fromUTF8_core): raise ArgumentError whennagai2004-07-301-2/+12
* * ext/tk/, ext/tcltklib/: bug fixnagai2004-07-151-2/+3
* * ext/tk/lib : improve framework of developping Tcl/Tk extension wrappersnagai2004-07-061-10/+17
* * ext/tk/lib/tcltklib : bug fixnagai2004-07-014-2/+63
* * ext/tcltklib/extconf.rb: [EXPERIMENTAL] MacOS X (darwin) supportnagai2004-06-122-17/+59
* * ext/tcltklib/extconf.rb: add --enable-tcl-thread configure option andnagai2004-05-242-33/+144
* * renewal Ruby/Tknagai2004-05-018-583/+3902
* * exception message clean-up by Ian Macdonald <ian@caliban.org>.matz2004-03-291-1/+1
* * ext/tcltklib/tcltklib.c: define CONST84 when TCL_MAJOR_VERSION == 7nagai2004-01-261-0/+6
* * string.c (rb_str_update): call rb_str_modify().matz2003-12-251-1/+1
* * eval.c (rb_with_disable_interrupt): prohibit thread contextmatz2003-12-201-4/+4
* * ext/tcltklib/README.1st: edit.nagai2003-11-251-2/+2
* * ext/tk/lib/tk.rb: add Tk.grab_release and fix bug of TkCompositenagai2003-11-221-1/+3
* * ext/tcltklib/tcltklib.c: fix (en-bugged at 2003/11/07)nagai2003-11-141-3/+1
* * ext/tcltklib/tcltklib.c: To fix 'pthread-enabled Tcl/Tk' problem,nagai2003-11-072-67/+226
* configure.in, eval.c, signal.c: : add '--with-pthread-ext' optionnagai2003-11-051-0/+7
* * ext/tcltklib/tcltklib.c (CONST84): define CONST84 when it is notusa2003-10-291-50/+26
* * ext/tcltklib/tcltklib.c (VwaitVarProc, ip_rbVwaitObjCmd,usa2003-10-281-4/+32
* bug fix on Win : hang-up when calling 'exit' in the Tk callbacknagai2003-10-261-1/+5
* add some documentsnagai2003-10-174-3/+303
* ext/tcltklib/tcltklib.c:nagai2003-10-142-36/+802
* * tcltklib.c (lib_mainloop_core): fixed signal-trap bugnagai2003-09-072-12/+35
* * ext/tcltklib/tcltklib.c (ip_invoke): fixed bug on passing a exceptionnagai2003-09-021-1/+5
* * doc/ChangeLog-1.8.0: add changes of Ruby/Tknagai2003-08-292-55/+289
* * ext/curses/curses.c (_XOPEN_SOURCE_EXTENDED): Mac OS X standardnobu2003-08-181-2/+3
* * ext/openssl/extconf.rb (HAVE_VA_ARGS_MACRO): need to compile.nobu2003-08-171-0/+2
* *bug fix ( NOT MAINTAINED : only for running 'line2.rb' demo. )nagai2003-08-031-4/+2