| Commit message (Expand) | Author | Age | Files | Lines |
| * | * ext/tcltklib/tcltklib.c: fix SEGV when (thread_)vwait or (thread_)tkwait | nagai | 2004-09-17 | 1 | -47/+230 |
| * | * ext/tcltklib/tcltklib.c: fix SEGV | nagai | 2004-09-14 | 1 | -7/+22 |
| * | * ext/tcltklib/tcltklib.c: improve control of preserv/release tcltkip | nagai | 2004-09-12 | 1 | -44/+198 |
| * | * ext/tcltklib/tcltklib.c: add TclTkIp#allow_ruby_exit? and allow_ruby_exit= | nagai | 2004-09-11 | 1 | -146/+791 |
| * | * ext/tcltklib/tcltklib.c (lib_merge_tklist): fix suspicious | ocean | 2004-09-10 | 1 | -1/+1 |
| * | * ext/tcltklib/tcltklib.c (ip_init): change flag value for setting 'argv' and... | nagai | 2004-09-09 | 1 | -2/+7 |
| * | * ext/tcltklib/tcltklib.c (ip_init): cannot create a IP at level 4 | nagai | 2004-09-08 | 1 | -0/+5 |
| * | * ext/tcltklib/tcltklib.c: fix typo [ruby-talk:111266] | nagai | 2004-09-02 | 1 | -1/+1 |
| * | * ext/tcltklib/tcltklib.c (ip_delete): when a tcltkip is deleted, destroy its... | nagai | 2004-08-31 | 1 | -0/+1 |
| * | * ext/tcltklib/tcltklib.c (del_root): fix SEGV | nagai | 2004-08-31 | 1 | -1/+6 |
| * | * ext/tcltklib/tcltklib.c: compile error on bcc32 [ruby-dev:24081] | nagai | 2004-08-29 | 1 | -1/+3 |
| * | * ext/tcltklib/tcltklib.c(lib_fromUTF8_core): raise ArgumentError when | nagai | 2004-07-30 | 1 | -2/+12 |
| * | * ext/tk/, ext/tcltklib/: bug fix | nagai | 2004-07-15 | 1 | -2/+3 |
| * | * ext/tk/lib/tcltklib : bug fix | nagai | 2004-07-01 | 1 | -0/+12 |
| * | * ext/tcltklib/extconf.rb: [EXPERIMENTAL] MacOS X (darwin) support | nagai | 2004-06-12 | 1 | -15/+50 |
| * | * renewal Ruby/Tk | nagai | 2004-05-01 | 1 | -362/+3252 |
| * | * exception message clean-up by Ian Macdonald <ian@caliban.org>. | matz | 2004-03-29 | 1 | -1/+1 |
| * | * ext/tcltklib/tcltklib.c: define CONST84 when TCL_MAJOR_VERSION == 7 | nagai | 2004-01-26 | 1 | -0/+6 |
| * | * string.c (rb_str_update): call rb_str_modify(). | matz | 2003-12-25 | 1 | -1/+1 |
| * | * eval.c (rb_with_disable_interrupt): prohibit thread context | matz | 2003-12-20 | 1 | -4/+4 |
| * | * ext/tk/lib/tk.rb: add Tk.grab_release and fix bug of TkComposite | nagai | 2003-11-22 | 1 | -1/+3 |
| * | * ext/tcltklib/tcltklib.c: fix (en-bugged at 2003/11/07) | nagai | 2003-11-14 | 1 | -3/+1 |
| * | * ext/tcltklib/tcltklib.c: To fix 'pthread-enabled Tcl/Tk' problem, | nagai | 2003-11-07 | 1 | -63/+221 |
| * | * ext/tcltklib/tcltklib.c (CONST84): define CONST84 when it is not | usa | 2003-10-29 | 1 | -50/+26 |
| * | * ext/tcltklib/tcltklib.c (VwaitVarProc, ip_rbVwaitObjCmd, | usa | 2003-10-28 | 1 | -4/+32 |
| * | bug fix on Win : hang-up when calling 'exit' in the Tk callback | nagai | 2003-10-26 | 1 | -1/+5 |
| * | ext/tcltklib/tcltklib.c: | nagai | 2003-10-14 | 1 | -35/+780 |
| * | * tcltklib.c (lib_mainloop_core): fixed signal-trap bug | nagai | 2003-09-07 | 1 | -11/+25 |
| * | * ext/tcltklib/tcltklib.c (ip_invoke): fixed bug on passing a exception | nagai | 2003-09-02 | 1 | -1/+5 |
| * | * doc/ChangeLog-1.8.0: add changes of Ruby/Tk | nagai | 2003-08-29 | 1 | -45/+259 |
| * | * additional check of Tk interpreters' status for a little more safety | nagai | 2003-07-30 | 1 | -1/+1 |
| * | * bug fix | nagai | 2003-07-29 | 1 | -32/+61 |
| * | tcltklib.c : use RTEST() | nagai | 2003-07-29 | 1 | -4/+5 |
| * | tcltklib.c : bug fix | nagai | 2003-07-29 | 1 | -24/+59 |
| * | tcltklib.c : *bug fix | nagai | 2003-07-28 | 1 | -4/+3 |
| * | multi-tk.rb : (new) library to support multiple Tk interpreters (high level) | nagai | 2003-07-27 | 1 | -134/+214 |
| * | tcltklib.c : add TclTkIp#create_slave , TclTkIp#_make_safe and TclTkIp#safe? | nagai | 2003-07-25 | 1 | -9/+74 |
| * | * gcc -Wall clean-up. | matz | 2003-07-24 | 1 | -1/+1 |
| * | * ext/tcltklib/tcltklib.c (ip_init): need at least one statement after label. | usa | 2003-07-23 | 1 | -0/+1 |
| * | process.c : unify indentation | nagai | 2003-07-23 | 1 | -3/+24 |
| * | tk.rb : | nagai | 2003-07-01 | 1 | -1/+1 |
| * | Ruby/Tk libraries except tk.rb : | nagai | 2003-06-21 | 1 | -1/+19 |
| * | tcltklib.c : | nagai | 2003-06-20 | 1 | -4/+8 |
| * | tcltklib.c : | nagai | 2003-06-19 | 1 | -3/+39 |
| * | fix : 100% CPU problem of Tk.mainloop | nagai | 2003-06-09 | 1 | -6/+27 |
| * | renew Tk.mainloop | nagai | 2003-06-09 | 1 | -24/+66 |
| * | * eval.c (ruby_finalize): turn off ruby_debug flag before calling | matz | 2003-05-23 | 1 | -4/+2 |
| * | * array.c (ary_alloc), dir.c (dir_s_alloc), eval.c (thgroup_s_alloc), | usa | 2002-12-21 | 1 | -0/+1 |
| * | * ext/curses/curses.c, ext/digest/digest.c, ext/dl/handle.c, | nobu | 2002-12-20 | 1 | -1/+1 |
| * | * bcc32/mkexports.rb: to work on cygwin via telnet. | nobu | 2002-10-03 | 1 | -0/+3 |