aboutsummaryrefslogtreecommitdiffstats
path: root/ext/tcltklib
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * additional check of Tk interpreters' status for a little more safetynagai2003-07-301-1/+1
* * bug fixnagai2003-07-292-55/+83
* tcltklib.c : use RTEST()nagai2003-07-291-4/+5
* tcltklib.c : bug fixnagai2003-07-291-24/+59
* tcltklib.c : *bug fixnagai2003-07-281-4/+3
* multi-tk.rb : (new) library to support multiple Tk interpreters (high level)nagai2003-07-274-136/+274
* tcltklib.c : add TclTkIp#create_slave , TclTkIp#_make_safe and TclTkIp#safe?nagai2003-07-252-12/+110
* * gcc -Wall clean-up.matz2003-07-241-1/+1