aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * process.c (proc_setgroups): [ruby-dev:25081]matz2004-12-061-0/+44
* * configure.in: check -lsocket for socketpair and shutdown.akr2004-12-061-0/+5
* * configure.in (ac_cv_sizeof_rlim_t): setup for DJGPP.eban2004-12-061-0/+8
* * io.c (is_socket): fix typos. [ruby-core:03900]usa2004-12-061-0/+4
* * ChangeLog: fix typo.usa2004-12-061-2/+2
* * io.c (is_socket): new function.usa2004-12-061-0/+16
* * Makefile.in (.y.c): simplify the rule.eban2004-12-061-0/+4
* add ML ref.akr2004-12-061-1/+1
* * eval.c (run_trap_eval): add prototype for Microsoft compiler.usa2004-12-061-0/+4
* * rubyio.h, intern.h, io.c, file.c, process.c, ext/socket/socket.c,akr2004-12-061-0/+9
* * test/socket/test_socket.rb (TestBasicSocket#test_setsockopt):nobu2004-12-061-0/+14
* * 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
* * mkconfig.rb: setup library paths before requiring library.eban2004-12-041-0/+5
* * lib/fileutils.rb: (In previous commit) new method chown.aamine2004-12-041-0/+9
* * lib/fileutils.rb (mkdir, mkdir_p): should chmod explicitly. [ruby-core:03881]aamine2004-12-041-0/+5
* * lib/rss/rss.rb: removed empty lines from output.kou2004-12-041-0/+4
* * lib/rss/rss.rb (RSS::VERSION): 0.1.1 -> 0.1.2kou2004-12-041-0/+6
* Ignore leading and trailing lines in :section: blocksdave2004-12-041-0/+12
* * eval.c (proc_invoke): prepare to pass a block from "call" methodmatz2004-12-031-0/+13
* * st.h: fix prototype for C++.nobu2004-12-031-0/+4
* * ext/tk/lib/tk.rb: widget configuration by TkWindow#method_missingnagai2004-12-021-0/+18
* * test/xmlrpc/test_parser.rb, test/xmlrpc/data/*.expected: Expectedmneumann2004-12-021-0/+6
* * io.c (rb_file_initialize): [ruby-dev:25032]matz2004-12-021-0/+9
* * eval.c (rb_protect): prevent continuations created inside from beingnobu2004-12-021-0/+8
* * test/readline/test_readline.rb: fix for NetBSD.shugo2004-12-021-0/+4
* * eval.c (thread_mark): mark thread group. [ruby-dev:25020]nobu2004-12-021-0/+6
* * io.c (rb_io_ctl): [ruby-dev:25019]matz2004-12-021-0/+4
* * ext/nkf/nkf.c: add constant NKF::VERSIONnaruse2004-12-011-0/+10
* * signal.c (sighandler): call handler immediately only for defaultmatz2004-11-301-0/+5
* * io.c (pipe_open): errno should be preserved for rb_sys_fail() whennobu2004-11-301-0/+5
* * io.c (io_fread): need not to null terminate. [ruby-dev:24998]matz2004-11-301-0/+2
* * eval.c (rb_eval): should check previous frame for ZSUPER.matz2004-11-301-0/+11
* * eval.c (PUSH_FRAME): flags should have been initialized.matz2004-11-301-0/+2
* * instruby.rb (install): add arguments explicitly to "super".eban2004-11-301-0/+4
* * eval.c (rb_eval): [ruby-core:03856]matz2004-11-301-0/+2
* * io.c (rb_io_sysread): use temporary lock. [ruby-dev:24992]matz2004-11-291-0/+11
* * regparse.c: now handles many alternatives (over 500000) in regexp. [ruby-de...ksaito2004-11-291-0/+5
* * 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/+22
* * io.c (fptr_finalize): must not use FILE after fclose().nobu2004-11-291-4/+9
* * 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
* * added reference.kou2004-11-281-1/+1
* * lib/rss/rss.rb (RSS::Element#tag): not use block_given? forkou2004-11-281-0/+8
* * lib/rss/rss.rb (RSS::NotSetError): added.kou2004-11-281-0/+11
* * regparse.c (fetch_token): fixed test failure on HP-UX ia64 ([ruby-dev:24859]).ksaito2004-11-281-0/+5