summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2004-12-12* ext/curses/curses.c (window_subwin): call NUM2INT() beforeshugo
2004-12-12* lib/pathname.rb (cleanpath_aggressive): make it private.akr
2004-12-12* test/ruby/test_super.rb (TestSuper#test_define_method): now methodsnobu
2004-12-12Don't show r/w accessot flags if none were specified for custom attributesdave
2004-12-12Never exclude files given on command linedave
2004-12-11add DRbRemoteError. [ruby-list:40348], [ruby-list:40390]seki
2004-12-11* sample/optparse/subcommand.rb: a sample for sub commands likenobu
2004-12-09* ext/socket/socket.c (sock_listen): get OpenFile just before callingnobu
2004-12-09* ext/sdbm/init.c (GetDBM): typo.usa
2004-12-09* lib/webrick/cgi.rb (WEBrick::CGI#setup_header): avoidgotoyuzo
2004-12-09* string.c (rb_str_inspect): escape # which starts an expressionnobu
2004-12-09* io.c (pipe_open): should set prog if argc != 0.eban
2004-12-09* ext/dbm/dbm.c (fdbm_select): [ruby-dev:25132]matz
2004-12-09* test/socket/test_socket.rb (test_setsockopt): use SO_LINGER insteadnobu
2004-12-08* ext/tcltklib/tcltklib.c (ip_init): set root-win title to "ruby" whennagai
2004-12-08Fix CSS typo that meant h2 headings were invisibledave
2004-12-08* rubyio.h, io.c, ext/dl/dl.c, ext/pty/pty.c, ext/socket/socket.c:akr
2004-12-08* process.c (rb_spawn): support for DJGPP.eban
2004-12-08* win32/win32.c (rb_w32_pipe_exec): need to close original socketusa
2004-12-08* sprintf.c (rb_f_sprintf): [ruby-dev:25104]matz
2004-12-08* win32/win32.c (rb_w32_pipe_exec): must close original handleusa
2004-12-08* win32/win32.c (rb_w32_fclose, rb_w32_close): shutdown socketusa
2004-12-08* parse.y (string_content): get rid of segfault at empty evstr.nobu
2004-12-07* ext/openssl/ossl_bio.c (ossl_obj2bio): should not use fptr->f.gotoyuzo
2004-12-07* runruby.rb: prepend LIBRUBY_SO to LD_PRELOAD as well as rubytest.rb.nobu
2004-12-07* win32/win32.c (is_socket): reorder of function definitions.usa
2004-12-07* io.c (pipe_open): win32 bidirectional pipe support.usa
2004-12-07* test/rss/test_version.rb: added version check test. [ruby-dev:25053]kou
2004-12-07* io.c (io_fwrite): avoid context switch before writing to stderr.akr
2004-12-07* ChangeLog: fix typo. sorry...usa
2004-12-07* io.c (dir_s_mkdir): win32 special processing doesn't need any longer.usa
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* 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* 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-04Ignore leading and trailing lines in :section: blocksdave