summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* 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
* * test/io/nonblock/test_flush.rb: abandon tests when io/nonblock isnobu2004-11-291-1/+6
* * object.c (convert_type): [ruby-core:03845]matz2004-11-291-0/+18
* * win32/win32.c (CreateChild): search executable file if no programusa2004-11-291-0/+5
* * io.c (fptr_finalize): must not use FILE after fclose().nobu2004-11-291-0/+5
* * win32/win32.c (CreateChild): push back the last space before nextusa2004-11-291-0/+5
* don't use READ_DATA_PENDING in previous changeakr2004-11-281-5/+2
* add ML ref.akr2004-11-281-0/+1
* * io.c (rb_io_check_writable): restrict io_seek byakr2004-11-281-0/+7
* typoakr2004-11-271-1/+1
* * io.c: avoid avoid data loss with nonblocking fd andakr2004-11-271-2/+14
* * io.c (io_fread): [ruby-dev:24964]matz2004-11-271-0/+4
* * ext/tk/lib/tk.rb: Tk.destroy uses TkWindow#epathnagai2004-11-261-0/+10
* * eval.c (method_missing): raise TypeError for classes do notmatz2004-11-261-0/+7
* Fix problem with :section: and new 1.9dave2004-11-261-0/+6
* * io.c (io_read): move StringValue() check before GetOpenFile().matz2004-11-251-0/+5
* * lib/thwait.rb (ThreadsWait#join_nowait): abnormally terminatednobu2004-11-251-0/+5
* descriptions.nobu2004-11-251-8/+6
* * io.c (read_all): [ruby-dev:24955]matz2004-11-251-0/+14
* * dir.c (push_braces): do not reuse buffer strings. [ruby-core:03806]nobu2004-11-251-0/+4
* * io.c (io_read): [ruby-dev:24952]matz2004-11-231-0/+6
* * ext/tk/lib/tk/menu.rb: improve usability of TkOptionMenubuttonnagai2004-11-221-0/+4
* * file.c (rb_file_chown): [ruby-dev:24949]matz2004-11-221-0/+4
* * file.c (rb_file_chown): integer conversion should be prior tomatz2004-11-221-5/+49
* Don't include 'require's with variable argumentsdave2004-11-221-0/+5
* 1. Force --inline-source if --one-file givendave2004-11-201-0/+13