| Commit message (Expand) | Author | Age | Files | Lines |
| * | * MANIFEST, ext/**/MANIFEST: removed. | eban | 2004-11-01 | 1 | -22/+0 |
| * | * ext/tk/lib/tk/*: untabify | nagai | 2004-10-11 | 6 | -2463/+2462 |
| * | * ext/tcltklib/tcltklib.c (ip_init): bug fix | nagai | 2004-09-29 | 1 | -1/+8 |
| * | * 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 | 3 | -146/+817 |
| * | * 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 | 3 | -11/+13 |
| * | * 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/extconf.rb (find_tcl, find_tk): find stub library. | nobu | 2004-08-20 | 1 | -5/+17 |
| * | * ext/tcltklib/stubs.c (ruby_tcltk_stubs): need to call | eban | 2004-08-18 | 1 | -2/+9 |
| * | * 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 : improve framework of developping Tcl/Tk extension wrappers | nagai | 2004-07-06 | 1 | -10/+17 |
| * | * ext/tk/lib/tcltklib : bug fix | nagai | 2004-07-01 | 4 | -2/+63 |
| * | * ext/tcltklib/extconf.rb: [EXPERIMENTAL] MacOS X (darwin) support | nagai | 2004-06-12 | 2 | -17/+59 |
| * | * ext/tcltklib/extconf.rb: add --enable-tcl-thread configure option and | nagai | 2004-05-24 | 2 | -33/+144 |
| * | * renewal Ruby/Tk | nagai | 2004-05-01 | 8 | -583/+3902 |
| * | * 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/tcltklib/README.1st: edit. | nagai | 2003-11-25 | 1 | -2/+2 |
| * | * 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 | 2 | -67/+226 |
| * | configure.in, eval.c, signal.c: : add '--with-pthread-ext' option | nagai | 2003-11-05 | 1 | -0/+7 |
| * | * 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 |
| * | add some documents | nagai | 2003-10-17 | 4 | -3/+303 |
| * | ext/tcltklib/tcltklib.c: | nagai | 2003-10-14 | 2 | -36/+802 |
| * | * tcltklib.c (lib_mainloop_core): fixed signal-trap bug | nagai | 2003-09-07 | 2 | -12/+35 |
| * | * 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 | 2 | -55/+289 |
| * | * ext/curses/curses.c (_XOPEN_SOURCE_EXTENDED): Mac OS X standard | nobu | 2003-08-18 | 1 | -2/+3 |
| * | * ext/openssl/extconf.rb (HAVE_VA_ARGS_MACRO): need to compile. | nobu | 2003-08-17 | 1 | -0/+2 |
| * | *bug fix ( NOT MAINTAINED : only for running 'line2.rb' demo. ) | nagai | 2003-08-03 | 1 | -4/+2 |
| * | * additional check of Tk interpreters' status for a little more safety | nagai | 2003-07-30 | 1 | -1/+1 |
| * | * bug fix | nagai | 2003-07-29 | 2 | -55/+83 |
| * | 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 | 4 | -136/+274 |
| * | tcltklib.c : add TclTkIp#create_slave , TclTkIp#_make_safe and TclTkIp#safe? | nagai | 2003-07-25 | 2 | -12/+110 |