aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * lib/fileutils.rb (remove_file): ignore Errno::E* if force option is set. [r...aamine2005-03-262-18/+12
* * 2005-03-26eban2005-03-261-3/+3
* * ext/tk/lib/tk.rb (_callback_entry_class?): add for checking whethernagai2005-03-2695-208/+5897
* * configure.in (WIN32_LEAN_AND_MEAN): removed because a lot ofeban2005-03-252-2/+2
* * configure.in (WIN32_LEAN_AND_MEAN): removed because a lot ofeban2005-03-251-0/+5
* * 2005-03-25eban2005-03-251-3/+3
* * 2005-03-24eban2005-03-241-3/+3
* * lib/mkmf.rb (macro_defined?): try to compile for an old compilernobu2005-03-242-6/+20
* *** empty log message ***gotoyuzo2005-03-233-2/+20
* * 2005-03-23eban2005-03-231-3/+3
* * parse.y (primary): fix lineno of rescue and ensure.shugo2005-03-233-8/+12
* * 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