aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * test/ruby/test_settracefunc.rb (test_event): added tests forshugo2005-03-222-12/+116
* * 2005-03-20nobu2005-03-201-3/+3
* * lib/mkmf.rb (mkmf_failed): check if Makefile is created withoutnobu2005-03-202-1/+6
* * 2005-03-19nobu2005-03-191-3/+3
* * misc/ruby-mode.el (ruby-expr-beg): returned true always.nobu2005-03-192-5/+10
* * ext/tk/lib/tk/font.rb: add some TkFont class methods to get fontnagai2005-03-185-434/+1294
* * 2005-03-18eban2005-03-181-3/+3
* * error.c: typo fix.eban2005-03-181-1/+1
* * struct.c (make_struct): allow non local-id fieldmatz2005-03-173-16/+26
* * ext/tk/lib/tkextlib/treectrl/tktreectrl.rb: call wrong method innagai2005-03-162-27/+32
* * 2005-03-17eban2005-03-161-3/+3
* node.h: added a space.shugo2005-03-161-1/+1
* * test/ruby/test_settracefunc.rb: added test for c-return.shugo2005-03-162-9/+15
* * eval.c (rb_call0): call_cfunc() should be protected.shugo2005-03-163-15/+32
* * eval.c (rb_add_event_hook): new function to add a hook function forshugo2005-03-165-35/+192
* * eval.c (rb_call0): reorganize "return" event post.matz2005-03-166-33/+51
* * ext/tk/lib/tkextlib/treectrl/tktreectrl.rb: bug fix and suppotnagai2005-03-163-87/+257
* * ext/stringio/stringio.c: use right arrows.nobu2005-03-151-16/+16
* * 2005-03-16eban2005-03-151-3/+3
* * ext/tk/lib/tkextlib/SUPPORT_STATUS: change the support status ofnagai2005-03-151-2/+2
* * error.c (errno_missing): add rdoc.nobu2005-03-151-1/+6
* *** empty log message ***nobu2005-03-151-3/+3
* * ext/stringio/stringio.c: add rdoc.nobu2005-03-151-0/+284
* * ext/iconv/iconv.c (Init_iconv): InvalidEncoding also should includenobu2005-03-152-43/+41
* * eval.c (recursive_check, recursive_push): more restrictive check.nobu2005-03-152-4/+9
* * ext/tk/sample/tkextlib/tkimg/*: Tk::Img extension samplenagai2005-03-153-0/+1522
* * 2005-03-15eban2005-03-151-3/+3
* * ext/tk/tkutil/tkutil.c (ary2list): give wrong arguments to hash2kv()nagai2005-03-152-2/+11
* * ext/tk/lib/tk/timer.rb (TkTimer): forgot to clear @return_valuenagai2005-03-143-0/+89
* * ext/tk/lib/tk/timer.rb (TkRTTimer): forgot to reset the callbacknagai2005-03-143-1/+13
* * 2005-03-14eban2005-03-131-3/+3
* * ext/tk/lib/tk/timer.rb (TkRTTimer): correct calculation of offsetnagai2005-03-139-49/+187
* * eval.c (recursive_pop): raise TypeError instead of fatal error.nobu2005-03-132-8/+18
* remove test_gcseki2005-03-132-10/+4
* * ext/openssl/ossl_ssl.c (ossl_tmp_dh_callback): should get DHgotoyuzo2005-03-122-2/+7
* * 2005-03-13eban2005-03-121-3/+3
* * ext/openssl/ossl_pkey_dh.c (ossl_create_dh): fix typo.gotoyuzo2005-03-123-4/+12
* * 2005-03-10eban2005-03-101-3/+3
* * ext/tk/tcltklib.c (lib_eventloop_ensure): mis-delete a timer handlernagai2005-03-1035-292/+550
* * lib/pp.rb (PP::PPMethods#guard_inspect_key): supportakr2005-03-092-10/+19
* * ext/tk/sample/demo-jp/floor.rb: bug on scrollbar assignmentnagai2005-03-094-8/+8
* * ext/openssl/ossl_ssl.c: OpenSSL::SSL::SSLContexts suports callbacks:gotoyuzo2005-03-099-230/+304
* * parse.y (gettable_gen): warns if VCALL name is used asmatz2005-03-098-33/+261
* * ext/tk/sample/tktextio.rb: add show_mode which means that see wherenagai2005-03-091-2/+64
* * 2005-03-09eban2005-03-091-3/+3
* * ext/tk/sample/tktextio.rb: fix bug of handling 'end' position.nagai2005-03-092-27/+84
* changed the spec of CPtr#[]/[]= to suit String#[]/[]=.ttate2005-03-082-7/+37
* minor bugfix.ttate2005-03-081-1/+1
* * ext/tk/sample/tktextio.rb: add commentnagai2005-03-081-2/+10
* * ext/tk/sample/tktextio.rb: New sample script. TkTextIO class in thisnagai2005-03-082-0/+469