index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
tk
/
tcltklib.c
Age
Commit message (
Expand
)
Author
2006-09-05
* ext/tk/tcltklib.c: use rb_ary_new3() since RARRAY_LEN() is not l-value.
nobu
2006-09-02
* ruby.h (struct RArray): embed small arrays.
matz
2006-08-31
* ext/Win32API/Win32API.c (Win32API_initialize): use RSTRING_PTR and
usa
2006-07-10
* ext/tk/tcltklib.c: make SEGV risk lower at exit.
nagai
2006-07-03
* ext/tk/tcltklib.c (ip_make_menu_embeddable): help to make a menu
nagai
2006-06-27
* ext/tk/tcltklib.c: forgot to update TCLTKLIB_RELEASE_DATE.
nagai
2006-06-26
* ext/tk/tcltklib.c (ip_delete): fix SEGV when a slave-ip is deleted
nagai
2006-06-21
* ext/socket/getaddrinfo.c (freeaddrinfo, get_name): fixed typo.
usa
2006-06-20
* eval.c, file.c, etc.: code-cleanup patch from Stefan Huehner
matz
2006-06-09
* math.c (log2): may be a macro.
nobu
2006-06-09
* sprintf.c (rb_str_format): allow %c to print one character
matz
2006-04-25
* ext/tk/tcltklib.c (delete_slaves): maybe increment the reference
nagai
2006-04-21
* ext/tk/tcltklib.c (lib_eventloop_ensure): refer freed pointer
nagai
2006-04-18
* ext/tk/lib/multi-tk.rb: add a binding to a container for a slave IP.
nagai
2006-04-05
* ext/tk/tcltklib.c: fix SEGV when embedding to an application.
nagai
2005-12-06
* ext/tk/tcltklib.c: forgot to update RELEASE_DATE.
nagai
2005-12-06
* ext/tk/README.macosx-aqua: [new document] tips to avoid the known
nagai
2005-11-18
* ext/tk/lib/multi-tk.rb: add restriction to access the entried
nagai
2005-11-07
* ext/tk/stubs.c (_nativethread_consistency_check): use simpler
nagai
2005-11-02
* ext/tk/tcltklib.c (ip_rbUpdateObjCmd, ip_rb_threadUpdateObjCmd): passed imp...
nagai
2005-09-28
* ext/tk/tcltklib.c: cannot compile with Tcl/Tk8.0.x
nagai
2005-08-09
* ext/tk/tcltklib.c: remove dangerous 'rb_jump_tag's.
nagai
2005-08-08
* ext/tk/tcltklib.c: restored some DUMPs
ocean
2005-08-06
* ext/tk/tcltklib.c: combined tcl_protect and tcl_check_result.
ocean
2005-08-05
* ext/tk/tcltklib.c: rectoring - tcl_protect.
ocean
2005-08-05
* ext/tk/tcltklib.c: refactoring - extracted status check as function.
ocean
2005-08-05
* ext/tk/tcltklib.c: refactoring - extracted status check as function. (tcl_p...
ocean
2005-08-05
* ext/tk/tcltklib.c: fixed memory leak when tk_funcall raised
ocean
2005-08-04
* ext/tk/tcltklib.c: refactoring - extract ruby string <->
ocean
2005-08-04
* ext/tk/tcltklib.c: cannot compile for Tcl7.6/Tk4.2.
nagai
2005-08-02
* ext/tk/tcltklib.c: use Tcl_[GS]etVar2Ex instead of
ocean
2005-08-01
* ext/tk/tcltklib.c: refactoring - replaced rb_ivar_defined &
ocean
2005-08-01
* ext/tk/tcltklib.c (Tcl_GetStringResult): refactoring - define
ocean
2005-08-01
* ext/tk/tcltklib.c (deleted_ip): refactoring - interpreter deletion
ocean
2005-07-28
* ext/tk/stubs.c: When --enable-tcltk-stubs, the initialize
nagai
2005-07-21
* ext/tk/tkutil/tkutil.c (tk_conv_args): forget to revert
nagai
2005-07-19
* ext/tk/tcltklib.c: rbtk_eventloop_depth is used as int.
ocean
2005-07-13
* ext/tk/tcltklib.c: TclTkLib.do_one_event doesn't work.
nagai
2005-07-05
* ext/tk/tcltklib.c: bug fix on treating Unicode strings.
nagai
2005-06-16
* ext/tk/tcltklib.c (ip_rb_threadVwaitCommand): Tcl_Release was missing.
ocean
2005-04-26
* ext/tk/tcltklib.c (ip_invoke_core): call Tcl's "::unknown"
nagai
2005-04-23
commit miss
ocean
2005-04-23
* ext/tcltklib/tcltklib.c (ip_RubyExitCommand): exit with status code
ocean
2005-04-22
updated TCLTKLIB_RELEASE_DATE
ocean
2005-04-22
* ext/tk/tcltklib.c (ip_set_exc_message): fixed memory leak.
ocean
2005-04-12
* ext/tk/tcltklib.c (ip_finalize): better modification than the
nagai
2005-04-12
* ext/tk/tcltklib.c (ip_finalize): fix SEGV when Tcl_GlobalEval()
nagai
2005-04-11
* ext/tk/tcltklib.c (ip_finalize): add existence check of Tcl commands
nagai
2005-04-11
* ext/tk/tcltklib.c (ip_finalize): adhoc patch to avoid SEGV when exit
nagai
2005-03-30
* ext/tk/tcltklib.c: add TclTkIp#_create_console() method to create
nagai
[next]