aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * ext/socket/mkconstants.rb: workaround for some of 4.4BSD-Liteusa2005-03-082-0/+8
* * eval.c (rb_exec_recursive): declaration should precede statementsusa2005-03-082-3/+8
* * error.c (errno_missing): Errno.const_missing to allow referencesmatz2005-03-084-3/+27
* * 2005-03-08eban2005-03-071-3/+3
* * ext/nkf/nkf-utf8/nkf.c: follow nkf 1.66naruse2005-03-072-1/+7
* * sample/webrick/httpsd.rb: fix typo in comment. suggested bygotoyuzo2005-03-072-2/+5
* * lib/webrick/server.rb (WEBrick::GenericServer#start): shouldgotoyuzo2005-03-072-12/+29
* * eval.c (rb_require_safe): get actual path string under safe levelnobu2005-03-072-4/+9
* * ext/openssl/ossl_ssl.c (ssl_get_error): typo.usa2005-03-071-1/+1
* * ext/openssl/ossl_ssl.c (ossl_start_ssl, ossl_ssl_read,usa2005-03-072-3/+14
* * ext/openssl/lib/openssl/buffering.rb (Buffering#initialize):gotoyuzo2005-03-072-10/+11
* * object.c (inspect_obj): unintended space removal.matz2005-03-078-42/+95
* * ext/tk/tkutil/tkutil.c: follow the change of st.c (committed at Fri,nagai2005-03-062-57/+6
* * 2005-03-07eban2005-03-061-3/+3
* * ext/tk/tcltklib.c: fail to call TclTkLib.mainloop when $SAFE==4nagai2005-03-062-0/+5
* add ruby-electric.elzsombor2005-03-063-0/+206
* * 2005-03-06eban2005-03-061-3/+3
* duplicate tests removed.akr2005-03-061-13/+0
* add ML ref. [ruby-core:4490]akr2005-03-061-1/+1
* * lib/pp.rb: rdoced by Sam Roberts.akr2005-03-062-149/+122
* * lib/pp.rb (File::Stat#pretty_print): Etc.getpwuid and Etc.getgrgidakr2005-03-062-4/+14
* * ext/tk/lib/tkextlib/SUPPORT_STATUS: add version info of Tcl/Tk extensionsnagai2005-03-061-57/+65
* * ext/openssl/ossl_ssl.c (ossl_start_ssl): should wait for thatgotoyuzo2005-03-056-61/+461
* * dir.c (rb_glob): fixed mismatch of argument.ocean2005-03-053-11/+9
* * ext/nkf/nkf-utf8/nkf.c: follow nkf 1.65naruse2005-03-052-7/+21
* * ext/tk/lib/tkextlib/tile.rb: lack of "autoload TProgressbar"nagai2005-03-052-0/+6
* * ext/tk/lib/multi-tk.rb: freeze callback-entry objectsnagai2005-03-0520-63/+550
* * lib/mkmf.rb (create_makefile): allow putting spaces between targetnobu2005-03-054-4/+10
* * 2005-03-05usa2005-03-041-3/+3
* * file.c (eaccess): workaround for VC++8 runtime.usa2005-03-043-0/+13
* * lib/rdoc/parsers/parse_c.rb (RDoc::C_Parser#do_includes): replacenobu2005-03-044-225/+239
* * eval.c (rb_exec_recursive): matched the declaration to prototype.usa2005-03-044-27/+12
* * array.c: replace rb_protect_inspect() and rb_inspecting_p() bymatz2005-03-0473-920/+1312
* * common.mk (install-nodoc, pre-install-doc, post-install-doc):usa2005-03-042-1/+8
* * 2005-03-04usa2005-03-041-3/+3
* * ext/nkf/nkf-utf8/nkf.c: follow nkf 1.63naruse2005-03-032-1/+12
* * ext/nkf/nkf-utf8/nkf.c: follow nkf 1.62naruse2005-03-032-137/+240
* * 2005-03-03eban2005-03-031-3/+3
* * ext/tk/tcltklib.c (ip_rbUpdateCommand, ip_rb_threadUpdateCommand):nobu2005-03-032-3/+6
* * common.mk: add {pre,post}-install targets.nobu2005-03-035-5/+53
* * {bcc32,win32,wince}/Makefile.sub (config.h): check if affectednobu2005-03-036-20/+110
* * sample/rss/tdiary_plugin/rss-recent.rb: added site information.kou2005-03-032-18/+52
* typo fixakr2005-03-021-1/+1
* * ext/extmk.rb (parse_args): return false if nothing matched.nobu2005-03-022-3/+8
* * ext/tk/tcltklib.c (lib_eventloop_core): fix typonagai2005-03-022-1/+5
* * eval.c (ruby_native_thread_kill): call pthread_kill() to send anagai2005-03-024-10/+60
* * ext/tk/tcltklib.c: enforce thread-check and exception-handling tonagai2005-03-0224-681/+7670
* * 2005-03-02nobu2005-03-021-3/+3
* * eval.c (rb_eval): [EXPERIMENTAL] NODE_LAMBDA implemented.nobu2005-03-024-3/+52
* regcomp.c: uninitialized member (backrefed_status) was used.kosako2005-03-012-2/+6