ruby--ruby/ext/tk/lib
matz 86c6af5873 * marshal.c (w_object): module inclusion using extend() should
also be detected.

* eval.c (rb_eval_cmd): cbase should not be NULL; it should be
  either ruby_wrapper or Object.

* enum.c (enum_each_with_index): should return self.

* process.c (proc_setpgrp): should return value for non-void function.

* process.c (proc_getpgid): should raise exception if getpgid() return -1.

* string.c (rb_str_ljust): should return a duplicated string.

* string.c (rb_str_rjust): ditto.

* string.c (rb_str_center): ditto.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2172 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2002-03-11 08:02:04 +00:00
..
README * eval.c (block_pass): allow "retry" from within argument passed 2002-01-17 08:05:01 +00:00
tk.rb * marshal.c (w_object): module inclusion using extend() should 2002-03-11 08:02:04 +00:00
tkafter.rb matz 2000-08-01 09:25:37 +00:00
tkbgerror.rb remove marshal/gtk/kconv 1999-08-13 05:37:52 +00:00
tkcanvas.rb * eval.c (rb_mod_include): load modules in argument order. 2002-02-28 06:53:33 +00:00
tkclass.rb matz 2000-11-27 09:23:38 +00:00
tkdialog.rb remove marshal/gtk/kconv 1999-08-13 05:37:52 +00:00
tkentry.rb * eval.c (rb_mod_include): load modules in argument order. 2002-02-28 06:53:33 +00:00
tkfont.rb * eval.c (cvar_cbase): utility function to find innermost non 2002-03-08 07:03:09 +00:00
tkmenubar.rb remove marshal/gtk/kconv 1999-08-13 05:37:52 +00:00
tkmngfocus.rb remove marshal/gtk/kconv 1999-08-13 05:37:52 +00:00
tkpalette.rb remove marshal/gtk/kconv 1999-08-13 05:37:52 +00:00
tkscrollbox.rb remove marshal/gtk/kconv 1999-08-13 05:37:52 +00:00
tktext.rb * eval.c (cvar_cbase): utility function to find innermost non 2002-03-08 07:03:09 +00:00
tkvirtevent.rb forgot some checkins. 2001-05-06 15:06:00 +00:00

README

README		this file
tk.rb		Tk interface
tkafter.rb	handles Tcl after
tkbgerror.rb	Tk error module
tkcanvas.rb	Tk canvas interface
tkclass.rb	provides generic names for Tk classes
tkdialog.rb	Tk dialog class
tkentry.rb	Tk entry class
tkfont.rb	Tk font support
tkmenubar.rb	TK menubar utility
tkmngfocus.rb	focus manager
tkpalette.rb	pallete support
tkscrollbox.rb	scroll box, also example of compound widget
tktext.rb	text classes
tkvirtevent.rb	virtual event support