aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * lib/mkmf.rb (mkmf_failed): check if Makefile is created withoutnobu2005-03-201-0/+5
* * misc/ruby-mode.el (ruby-expr-beg): returned true always.nobu2005-03-191-3/+9
* * ext/tk/lib/tk/font.rb: add some TkFont class methods to get fontnagai2005-03-181-0/+8
* * struct.c (make_struct): allow non local-id fieldmatz2005-03-171-0/+7
* * test/ruby/test_settracefunc.rb: added test for c-return.shugo2005-03-161-0/+4
* * eval.c (rb_call0): call_cfunc() should be protected.shugo2005-03-161-0/+8
* * eval.c (rb_add_event_hook): new function to add a hook function forshugo2005-03-161-0/+5
* * eval.c (rb_call0): reorganize "return" event post.matz2005-03-161-0/+26
* * ext/iconv/iconv.c (Init_iconv): InvalidEncoding also should includenobu2005-03-151-0/+5
* * eval.c (recursive_check, recursive_push): more restrictive check.nobu2005-03-151-2/+7
* * ext/tk/tkutil/tkutil.c (ary2list): give wrong arguments to hash2kv()nagai2005-03-151-0/+4
* * ext/tk/lib/tk/timer.rb (TkTimer): forgot to clear @return_valuenagai2005-03-141-0/+7
* * ext/tk/lib/tk/timer.rb (TkRTTimer): forgot to reset the callbacknagai2005-03-141-0/+5
* * ext/tk/lib/tk/timer.rb (TkRTTimer): correct calculation of offsetnagai2005-03-131-0/+18
* * eval.c (recursive_pop): raise TypeError instead of fatal error.nobu2005-03-131-5/+10
* remove test_gcseki2005-03-131-0/+4
* * ext/openssl/ossl_ssl.c (ossl_tmp_dh_callback): should get DHgotoyuzo2005-03-121-0/+5
* * ext/openssl/ossl_pkey_dh.c (ossl_create_dh): fix typo.gotoyuzo2005-03-121-0/+8
* * ext/tk/tcltklib.c (lib_eventloop_ensure): mis-delete a timer handlernagai2005-03-101-0/+19
* * lib/pp.rb (PP::PPMethods#guard_inspect_key): supportakr2005-03-091-0/+5
* * ext/openssl/ossl_ssl.c: OpenSSL::SSL::SSLContexts suports callbacks:gotoyuzo2005-03-091-0/+25
* * parse.y (gettable_gen): warns if VCALL name is used asmatz2005-03-091-0/+14
* * ext/tk/sample/tktextio.rb: fix bug of handling 'end' position.nagai2005-03-091-0/+5
* * ext/tk/sample/tktextio.rb: New sample script. TkTextIO class in thisnagai2005-03-081-0/+6
* fixed weekdaysocean2005-03-081-7/+7
* * ext/socket/mkconstants.rb: workaround for some of 4.4BSD-Liteusa2005-03-081-0/+5
* * eval.c (rb_exec_recursive): declaration should precede statementsusa2005-03-081-2/+7
* * error.c (errno_missing): Errno.const_missing to allow referencesmatz2005-03-081-0/+13
* * ext/nkf/nkf-utf8/nkf.c: follow nkf 1.66naruse2005-03-071-0/+5
* * sample/webrick/httpsd.rb: fix typo in comment. suggested bygotoyuzo2005-03-071-0/+3
* * lib/webrick/server.rb (WEBrick::GenericServer#start): shouldgotoyuzo2005-03-071-0/+6
* * eval.c (rb_require_safe): get actual path string under safe levelnobu2005-03-071-2/+7
* * ext/openssl/ossl_ssl.c (ossl_start_ssl, ossl_ssl_read,usa2005-03-071-0/+5
* * ext/openssl/lib/openssl/buffering.rb (Buffering#initialize):gotoyuzo2005-03-071-0/+5
* * object.c (inspect_obj): unintended space removal.matz2005-03-071-0/+11
* * ext/tk/tkutil/tkutil.c: follow the change of st.c (committed at Fri,nagai2005-03-061-0/+5
* * ext/tk/tcltklib.c: fail to call TclTkLib.mainloop when $SAFE==4nagai2005-03-061-0/+4
* add ruby-electric.elzsombor2005-03-061-0/+5
* add ML ref. [ruby-core:4490]akr2005-03-061-1/+1
* * lib/pp.rb: rdoced by Sam Roberts.akr2005-03-061-0/+4
* * lib/pp.rb (File::Stat#pretty_print): Etc.getpwuid and Etc.getgrgidakr2005-03-061-0/+6
* * ext/openssl/ossl_ssl.c (ossl_start_ssl): should wait for thatgotoyuzo2005-03-051-0/+26
* * dir.c (rb_glob): fixed mismatch of argument.ocean2005-03-051-0/+8
* * ext/nkf/nkf-utf8/nkf.c: follow nkf 1.65naruse2005-03-051-0/+4
* * ext/tk/lib/multi-tk.rb: freeze callback-entry objectsnagai2005-03-051-0/+6
* * lib/mkmf.rb (create_makefile): allow putting spaces between targetnobu2005-03-051-0/+5
* * file.c (eaccess): workaround for VC++8 runtime.usa2005-03-041-0/+6
* * lib/rdoc/parsers/parse_c.rb (RDoc::C_Parser#do_includes): replacenobu2005-03-041-3/+12
* * eval.c (rb_exec_recursive): matched the declaration to prototype.usa2005-03-041-0/+9
* * array.c: replace rb_protect_inspect() and rb_inspecting_p() bymatz2005-03-041-11/+230