summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2004-12-08* lib/rss, test/rss, sample/rss: backported from CVS HEAD.kou
2004-12-08* io.c (io_fwrite): change dereference for cosmetic reason.matz
2004-12-07io.c (io_fwrite) : fix offset incrementation for VMS and Human68k.akiyoshi
2004-12-06* process.c (proc_setgroups): [ruby-dev:25081]matz
2004-12-06* rubysig.h (TRAP_BEG, TRAP_END): safe errno around CHECK_INTS.nobu
2004-12-061.8 doesn't have String#cleardave
2004-12-05* ext/openssl/ossl_pkey_rsa.c (ossl_rsa_public_encrypt,gotoyuzo
2004-12-05* lib/optparse.rb (OptionParser::Completion#complete): new parameternobu
2004-12-04* eval.c (proc_invoke): use volatile `tmp' rather than `args'.eban
2004-12-04Ignore leading and trailing lines in :section: blocksdave
2004-12-03* ext/readline/readline.c: check $SAFE. (backported from CVS HEAD)shugo
2004-12-03* ext/nkf/nkf.c: add constant NKF::VERSIONnaruse
2004-12-03* lib/ostruct.rb: 1.9 marshaling support back-ported.matz
2004-12-03* eval.c (proc_invoke): copy arguments to frame.argv.matz
2004-12-03* st.h: fix prototypes.nobu
2004-12-02* ext/tk/lib/tk.rb: widget configuration by TkWindow#method_missingnagai
2004-12-02* eval.c (rb_protect): prevent continuations created inside from beingnobu
2004-12-02* eval.c (thread_mark): mark thread group. [ruby-dev:25020]nobu
2004-11-30* io.c (io_fread): need not to null terminate. [ruby-dev:24998]nobu
2004-11-29* ext/stringio/stringio.c (strio_write): insufficiently filled stringnobu
2004-11-29* test/io/nonblock/test_flush.rb: abandon tests when io/nonblock isnobu
2004-11-29* object.c (convert_type): [ruby-core:03845]matz
2004-11-29* win32/win32.c (CreateChild): search executable file if no programusa
2004-11-29* io.c (fptr_finalize): must not use FILE after fclose().nobu
2004-11-29* win32/win32.c (CreateChild): push back the last space before nextusa
2004-11-28don't use READ_DATA_PENDING in previous changeakr
2004-11-28add ML ref.akr
2004-11-28* io.c (rb_io_check_writable): restrict io_seek byakr
2004-11-27typoakr
2004-11-27* io.c: avoid avoid data loss with nonblocking fd andakr
2004-11-27* io.c (io_fread): [ruby-dev:24964]matz
2004-11-26* ext/tk/lib/tk.rb: Tk.destroy uses TkWindow#epathnagai
2004-11-26* eval.c (method_missing): raise TypeError for classes do notmatz
2004-11-26Fix problem with :section: and new 1.9dave
2004-11-25* io.c (io_read): move StringValue() check before GetOpenFile().matz
2004-11-25* lib/thwait.rb (ThreadsWait#join_nowait): abnormally terminatednobu
2004-11-25descriptions.nobu
2004-11-25* io.c (read_all): [ruby-dev:24955]matz
2004-11-25* dir.c (push_braces): do not reuse buffer strings. [ruby-core:03806]nobu
2004-11-23* io.c (io_read): [ruby-dev:24952]matz
2004-11-22* ext/tk/lib/tk/menu.rb: improve usability of TkOptionMenubuttonnagai
2004-11-22* file.c (rb_file_chown): [ruby-dev:24949]matz
2004-11-22* file.c (rb_file_chown): integer conversion should be prior tomatz
2004-11-22Don't include 'require's with variable argumentsdave
2004-11-201. Force --inline-source if --one-file givendave
2004-11-20* ChangeLog: add ML reference.eban
2004-11-20* test/ruby/test_stringchar.rb (test_bang): added.eban
2004-11-20* ext/nkf/nkf-utf8/utf8tbl.c: original revision 1.7naruse
2004-11-19* ext/nkf/nkf-utf8/nkf.c: original nkf.c rev:1.40naruse
2004-11-18* process.c (proc_getpgrp): prohibit for $SAFE=2.matz