summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * lib/webrick/httpserver.rb (WEBrick::HTTPServer#run): should waitgotoyuzo2004-12-161-18/+18
* * ext/openssl/ossl.c (ossl_raise): refine message format.gotoyuzo2004-12-161-0/+22
* * ext/tk/sample/demos-en/widget: modify version check for supporting featuresnagai2004-12-161-0/+5
* * ChangeLog: forgot to commitnagai2004-12-161-0/+30
* * lib/net/http.rb (basic_encode): return value of pack('m') may include multi...aamine2004-12-151-0/+6
* * ext/curses/curses.c (window_subwin): call NUM2INT() beforeshugo2004-12-151-0/+5
* * win32/win32.[ch] (rb_w32_isatty): new function to replace MSVCRT'susa2004-12-151-0/+5
* * ext/openssl/ossl_x509name.c (ossl_x509name_to_a): avoid SEGVgotoyuzo2004-12-151-0/+5
* * win32/win32.c (rb_w32_fdisset): check whether the handle is valid.usa2004-12-151-0/+5
* * win32/win32.c (rb_w32_fdisset): rollback previous commit.usa2004-12-151-4/+0
* * win32/win32.c (rb_w32_fdisset): check whether fd is socket.usa2004-12-151-0/+4
* * ext/openssl/ossl_digest.c (ossl_digest_initialize): [ruby-dev:25198]matz2004-12-151-0/+13
* * win32/win32.c (rb_w32_close): need to reset osfhnd().usa2004-12-141-0/+4
* * ext/openssl/ossl.c (ossl_raise): avoid buffer overrun. [ruby-dev:25187]gotoyuzo2004-12-141-0/+5
* * gc.c (stack_end_address): new function to obtain stack end address.akr2004-12-131-0/+12
* * lib/pathname.rb (cleanpath_aggressive): make it private.akr2004-12-121-0/+6
* backported from CVS_HEADseki2004-12-121-0/+4
* Don't show r/w accessor flags if none were specified for custom attributesdave2004-12-121-0/+5
* Never exclude files given on command linedave2004-12-121-0/+5
* add DRbRemoteError. [ruby-list:40348], [ruby-list:40390]seki2004-12-111-0/+9
* * eval.c (run_trap_eval): prototype; avoid VC++ warnings.usa2004-12-111-0/+8
* * io.c (io_reopen): [ruby-dev:25150]matz2004-12-101-0/+4
* * ext/socket/socket.c (sock_listen): get OpenFile just before callingnobu2004-12-091-0/+5
* Port socket library to VMS.akiyoshi2004-12-091-0/+4
* * ext/sdbm/init.c (GetDBM): typo.usa2004-12-091-0/+4
* change path of vms.hakiyoshi2004-12-091-0/+7
* * string.c (rb_str_inspect): escape # which starts an expressionnobu2004-12-091-6/+13
* * ext/dbm/dbm.c (fdbm_select): [ruby-dev:25132]matz2004-12-091-0/+8
* * ext/tcltklib/tcltklib.c (ip_init): set root-win title to "ruby" whennagai2004-12-081-0/+49
* Fix CSS typo that meant h2 headings were invisibledave2004-12-081-0/+5
* * lib/rss, test/rss, sample/rss: backported from CVS HEAD.kou2004-12-081-0/+4
* * io.c (io_fwrite): change dereference for cosmetic reason.matz2004-12-081-9/+6
* io.c (io_fwrite) : fix offset incrementation for VMS and Human68k.akiyoshi2004-12-071-0/+4
* * process.c (proc_setgroups): [ruby-dev:25081]matz2004-12-061-0/+49
* * rubysig.h (TRAP_BEG, TRAP_END): safe errno around CHECK_INTS.nobu2004-12-061-1/+6
* 1.8 doesn't have String#cleardave2004-12-061-0/+5
* * ext/openssl/ossl_pkey_rsa.c (ossl_rsa_public_encrypt,gotoyuzo2004-12-051-1/+14
* * lib/optparse.rb (OptionParser::Completion#complete): new parameternobu2004-12-051-1/+9
* * eval.c (proc_invoke): use volatile `tmp' rather than `args'.eban2004-12-041-0/+5
* Ignore leading and trailing lines in :section: blocksdave2004-12-041-0/+12
* * ext/readline/readline.c: check $SAFE. (backported from CVS HEAD)shugo2004-12-031-5/+12
* * ext/nkf/nkf.c: add constant NKF::VERSIONnaruse2004-12-031-0/+10
* * lib/ostruct.rb: 1.9 marshaling support back-ported.matz2004-12-031-0/+5
* * eval.c (proc_invoke): copy arguments to frame.argv.matz2004-12-031-0/+51
* * st.h: fix prototypes.nobu2004-12-031-0/+4
* * ext/tk/lib/tk.rb: widget configuration by TkWindow#method_missingnagai2004-12-021-0/+18
* * eval.c (rb_protect): prevent continuations created inside from beingnobu2004-12-021-0/+8
* * eval.c (thread_mark): mark thread group. [ruby-dev:25020]nobu2004-12-021-0/+6
* * io.c (io_fread): need not to null terminate. [ruby-dev:24998]nobu2004-11-301-0/+11
* * ext/stringio/stringio.c (strio_write): insufficiently filled stringnobu2004-11-291-0/+5