aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2004-12-082-0/+66
* * 2004-12-08usa2004-12-081-3/+3
* * io.c (io_fwrite): change dereference for cosmetic reason.matz2004-12-083-10/+8
* io.c (io_fwrite) : fix offset incrementation for VMS and Human68k.akiyoshi2004-12-072-2/+5
* * io.c (io_write): remove rb_str_locktmp(). [ruby-dev:25050]matz2004-12-071-15/+16
* * ext/socket/socket.c (bsock_setsockopt): [ruby-dev:25039]matz2004-12-071-0/+1
* * 2004-12-07eban2004-12-071-3/+3
* * process.c (proc_setgroups): [ruby-dev:25081]matz2004-12-065-12/+106
* * rubysig.h (TRAP_BEG, TRAP_END): safe errno around CHECK_INTS.nobu2004-12-062-2/+10
* 1.8 doesn't have String#cleardave2004-12-062-1/+6
* * 2004-12-06eban2004-12-051-3/+3
* * ext/openssl/ossl_pkey_rsa.c (ossl_rsa_public_encrypt,gotoyuzo2004-12-052-26/+54
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2004-12-051-0/+38
* * lib/optparse.rb (OptionParser::Completion#complete): new parameternobu2004-12-053-20/+23
* * eval.c (proc_invoke): use volatile `tmp' rather than `args'.eban2004-12-042-3/+9
* * 2004-12-04eban2004-12-041-3/+3
* Ignore leading and trailing lines in :section: blocksdave2004-12-044-5/+53
* * ext/readline/readline.c: check $SAFE. (backported from CVS HEAD)shugo2004-12-032-22/+69
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2004-12-037-0/+424
* * ext/nkf/nkf.c: add constant NKF::VERSIONnaruse2004-12-031-0/+10
* * original nkf2 revision 1.47naruse2004-12-031-20/+30
* ext/nkf/test.rb(mime_out2): add --no-cp932naruse2004-12-031-2/+2
* * ext/nkf/nkf.c: add constant NKF::VERSIONnaruse2004-12-031-10/+13
* * lib/ostruct.rb: 1.9 marshaling support back-ported.matz2004-12-032-10/+11
* * eval.c (proc_invoke): copy arguments to frame.argv.matz2004-12-035-16/+107
* * st.h: fix prototypes.nobu2004-12-033-17/+32
* * 2004-12-03eban2004-12-021-3/+3
* * ext/tk/lib/tk.rb: widget configuration by TkWindow#method_missingnagai2004-12-027-5/+89
* * eval.c (rb_protect): prevent continuations created inside from beingnobu2004-12-022-23/+37
* * 2004-12-02eban2004-12-021-4/+4
* * eval.c (thread_mark): mark thread group. [ruby-dev:25020]nobu2004-12-022-0/+11
* * 2004-11-30nobu2004-11-301-3/+3
* * io.c (io_fread): need not to null terminate. [ruby-dev:24998]nobu2004-11-302-7/+17
* * ext/stringio/stringio.c (strio_write): insufficiently filled stringnobu2004-11-293-1/+16
* * test/io/nonblock/test_flush.rb: abandon tests when io/nonblock isnobu2004-11-292-3/+11
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2004-11-296-0/+1334
* * object.c (convert_type): [ruby-core:03845]matz2004-11-299-38/+97
* * win32/win32.c (CreateChild): search executable file if no programusa2004-11-292-7/+46
* * io.c (fptr_finalize): must not use FILE after fclose().nobu2004-11-292-5/+17
* * win32/win32.c (CreateChild): push back the last space before nextusa2004-11-292-1/+6
* * 2004-11-29usa2004-11-291-3/+3
* don't use READ_DATA_PENDING in previous changeakr2004-11-282-7/+3
* add ML ref.akr2004-11-281-0/+1
* * io.c (rb_io_check_writable): restrict io_seek byakr2004-11-282-3/+9
* io.c (rb_io_fwrite): set path to NULLakr2004-11-271-1/+1
* String::IO -> StringIOakr2004-11-271-1/+1
* typoakr2004-11-271-1/+1
* * io.c: avoid avoid data loss with nonblocking fd andakr2004-11-272-15/+54
* * 2004-11-27eban2004-11-271-3/+3
* * io.c (io_fread): [ruby-dev:24964]matz2004-11-272-15/+34