aboutsummaryrefslogtreecommitdiffstats
path: root/ext/tcltklib
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * ext/tcltklib/tcltklib.c (ip_init): need at least one statement after label.usa2003-07-231-0/+1
* process.c : unify indentationnagai2003-07-231-3/+24
* tk.rb :nagai2003-07-011-1/+1
* Ruby/Tk libraries except tk.rb :nagai2003-06-211-1/+19
* tcltklib.c :nagai2003-06-201-4/+8
* tcltklib.c :nagai2003-06-193-3/+231
* tk.rb :nagai2003-06-181-2/+4
* fix : 100% CPU problem of Tk.mainloopnagai2003-06-091-6/+27
* renew Tk.mainloopnagai2003-06-091-24/+66
* * eval.c (ruby_finalize): turn off ruby_debug flag before callingmatz2003-05-231-4/+2
* * eval.c (load_dyna): clear ruby_errinfo. (ruby-bugs-ja PR#409)matz2003-03-201-1/+1
* * ext/tcltklib/extconf.rb (find_tcl, find_tk): return true ifnobu2003-03-071-2/+2
* * ext/tcltklib/extconf.rb (find_tcl, find_tk): Look for bothknu2002-12-311-26/+12
* * array.c (ary_alloc), dir.c (dir_s_alloc), eval.c (thgroup_s_alloc),usa2002-12-211-0/+1
* * ext/curses/curses.c, ext/digest/digest.c, ext/dl/handle.c,nobu2002-12-201-1/+1
* * configure.in, defines.h, dir.c, dir.h, dln.c, error.c,uema22002-12-151-2/+2
* * ext/tcltklib/stubs.c: should include "util.h" for ruby_strdup.eban2002-11-091-0/+1
* * ext/tcltklib/stubs.c (ruby_tcltk_stubs): fix memory leak.eban2002-10-101-5/+6
* * bcc32/mkexports.rb: to work on cygwin via telnet.nobu2002-10-031-0/+3
* * io.c (appendline): forget to terminate with nul.matz2002-09-251-2/+3
* * ext/tcltklib/tcltklib.c: prototype; invoke_queue_handler() to avoidusa2002-09-081-0/+1
* * configure.in: modify program_prefix only if specifiedeban2002-09-081-0/+2
* * ext/Win32API/Win32API.c (Win32API_Call): RSTRING()->ptr may benobu2002-08-301-0/+2
* * array.c (sort_2): *a - *b may overflow.matz2002-08-191-19/+37
* * ext/tcltklib/stubs.c (ruby_tcltk_stubs): win32_getenv returnseban2002-07-301-0/+6
* * eval.c (rb_eval): NODE_EVSTR is no longer used.nobu2002-06-241-1/+1
* new platform [bccwin32] merged.H_Konishi2002-06-111-4/+4
* * tcltklib.c:nagai2002-06-051-26/+42