Age | Commit message (Expand) | Author |
2011-05-15 | * remove trailing spaces. | nobu |
2010-08-24 | * ext/tk/tcltklib.c: add codes for Ruby/Tk-Kit which depends on recent | nagai |
2010-05-31 | * ext/tk/extconf.rb: use tclConfig.sh/tkConfig.sh when frameworks | nagai |
2010-04-22 | * ext/**/*.[ch]: removed trailing spaces. | nobu |
2010-04-22 | * ext/**/*.[ch]: removed trailing spaces. | nobu |
2010-03-25 | * ext/tk/extconf.rb: fix [ruby-core:28901] [Bug #2997]. Thanks, Michael Graff. | nagai |
2009-10-26 | * ext/tk/tcltklib.c: mistake on operation. sorry. | nagai |
2009-10-26 | * ext/tk/tcltklib.c,stubs.c: remove errors or warnings when compiled | nagai |
2009-08-09 | * ext/tk/extconf.rb (search_tclConfig): last change isn't enough. fixed it. | nagai |
2009-08-03 | * ext/tk/lib/tcltklib.c: fix trouble on old-style C function | nagai |
2009-07-12 | * ext/tk/extconf.rb: New strategy for searching Tcl/Tk libraries. | nagai |
2009-07-11 | * ext/tk/tcltklib.c (get_obj_from_str): suppressed a warning. | nobu |
2009-03-16 | * ext/tk/tcltklib.c (eventloop_sleep, lib_eventloop_core), | nobu |
2008-12-22 | * ext/tk/tcltklib.c: fix wrong flag value. | nagai |
2008-12-03 | * ext/tk/lib/tk.rb: bug fix. use ::RubyVM instead of ::VM [ruby-list:45676] | nagai |
2008-12-03 | * ext/tk/tcltklib.c (ip_ruby_cmd, ip_invoke_with_position): must | nobu |
2008-10-19 | * ext/tk/lib/tk.rb: support Encoding.default_internal. | nagai |
2008-10-09 | * include/ruby/ruby.h: embeds the elements of an array into its | yugui |
2008-09-04 | * thread.c (rb_thread_check_trap_pending): added for compatibility. | ko1 |
2008-07-23 | * ext/tk/{stubs,tcltklib}.c, ext/tk/tkutil/tkutil.c: fix warnings | nobu |
2008-07-15 | * ext/tk/{,tkutil/}extconf.rb: ruby/ruby.h no longer needs to be | nobu |
2008-07-15 | * ext/tk/extconf.rb, ext/tk/tcltklib.c, ext/tk/tkutil/tkutil.c: Do | knu |
2008-06-16 | * ext/tk/tcltklib.c: SEGV when exit. | nagai |
2008-06-12 | * ext/tk/tcltklib.c: [trial patch] On some environments, it gives | nagai |
2008-06-11 | * ext/tk: check proper conditions. [ruby-dev:35047] | nobu |
2008-06-10 | * ext/tk/tcltklib.c: SEGV when tcltk-stubs is enabled. | nagai |
2008-03-29 | * ext/tk/*: full update Ruby/Tk to support Ruby(1.9|1.8) and Tc/Tk8.5. | nagai |
2007-12-25 | * include/ruby/ruby.h, thread.c: rename is_ruby_native_thread() to | ko1 |
2007-12-21 | Ruby/Tk :: provisional support on Ruby-VM and Tcl/Tk8.5. | nagai |
2007-08-18 | * ext/tk/tcltklib.c (Init_tcltklib): use rb_set_end_proc(). | nobu |
2007-07-22 | * file.c (rb_file_s_rename): deleted code to get rid of a bug of | nobu |
2007-06-10 | * include/ruby: moved public headers. | nobu |
2006-12-31 | * ext/tk/tcltklib.c : fix to compile on YARV | ko1 |
2006-12-01 | * ext/tk/tcltklib.c: shouldn't run the killed thread at callback. | nagai |
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 |