summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-12-06* process.c (proc_setgroups): [ruby-dev:25081]matz
2004-12-06* configure.in: check -lsocket for socketpair and shutdown.akr
2004-12-06* configure.in (ac_cv_sizeof_rlim_t): setup for DJGPP.eban
2004-12-06* io.c (is_socket): fix typos. [ruby-core:03900]usa
2004-12-06* ChangeLog: fix typo.usa
2004-12-06* io.c (is_socket): new function.usa
2004-12-06* Makefile.in (.y.c): simplify the rule.eban
2004-12-06add ML ref.akr
2004-12-06* eval.c (run_trap_eval): add prototype for Microsoft compiler.usa
2004-12-06* rubyio.h, intern.h, io.c, file.c, process.c, ext/socket/socket.c,akr
2004-12-06* test/socket/test_socket.rb (TestBasicSocket#test_setsockopt):nobu
2004-12-05* 2004-12-06eban
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* 2004-12-05eban
2004-12-04* mkconfig.rb: setup library paths before requiring library.eban
2004-12-04* lib/fileutils.rb: (In previous commit) new method chown.aamine
2004-12-04* lib/fileutils.rb (mkdir, mkdir_p): should chmod explicitly. [ruby-core:03881]aamine
2004-12-04* lib/rss/rss.rb: removed empty lines from output.kou
2004-12-04* lib/rss/rss.rb (RSS::VERSION): 0.1.1 -> 0.1.2kou
2004-12-04* 2004-12-04eban
2004-12-04Ignore leading and trailing lines in :section: blocksdave
2004-12-03* eval.c (proc_invoke): prepare to pass a block from "call" methodmatz
2004-12-03* st.h: fix prototype for C++.nobu
2004-12-02* 2004-12-03eban
2004-12-02* ext/tk/lib/tk.rb: widget configuration by TkWindow#method_missingnagai
2004-12-02* test/xmlrpc/test_parser.rb, test/xmlrpc/data/*.expected: Expectedmneumann
2004-12-02* io.c (rb_file_initialize): [ruby-dev:25032]matz
2004-12-02* eval.c (rb_protect): prevent continuations created inside from beingnobu
2004-12-02* 2004-12-02eban
2004-12-02* test/readline/test_readline.rb: fix for NetBSD.shugo
2004-12-02* eval.c (thread_mark): mark thread group. [ruby-dev:25020]nobu
2004-12-02* io.c (rb_io_ctl): [ruby-dev:25019]matz
2004-12-01* ext/nkf/nkf.c: add constant NKF::VERSIONnaruse
2004-12-01* original nkf2 revision 1.47naruse
2004-12-01* add constant NKF::VERSIONnaruse
2004-12-01* add --no-cp932naruse
2004-12-01* 2004-12-01eban
2004-11-30* signal.c (sighandler): call handler immediately only for defaultmatz
2004-11-30* io.c (pipe_open): errno should be preserved for rb_sys_fail() whennobu
2004-11-30* io.c (io_fread): need not to null terminate. [ruby-dev:24998]matz
2004-11-30* eval.c (rb_eval): should check previous frame for ZSUPER.matz
2004-11-30* eval.c (PUSH_FRAME): flags should have been initialized.matz
2004-11-30* instruby.rb (install): add arguments explicitly to "super".eban
2004-11-30* eval.c (rb_eval): [ruby-core:03856]matz
2004-11-30* 2004-11-30eban
2004-11-29* io.c (rb_io_sysread): use temporary lock. [ruby-dev:24992]matz
2004-11-29* regparse.c: now handles many alternatives (over 500000) in regexp. [ruby-de...ksaito
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