summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2009-02-09* ext/socket/option.c (inspect_local_peercred): check version.akr
2009-02-08* ext/socket/option.c (inspect_peercred): struct ucred containsakr
2009-02-08add a note.akr
2009-02-08* ext/socket/option.c (sockopt_inspect): add ifdef guard forakr
2009-02-08* ext/socket/option.c (inspect_local_peercred): cr_uid is a effectiveakr
2009-02-08* ext/socket/extconf.rb: check sys/param.h and sys/ucred.h.akr
2009-02-08* ext/socket/rubysocket.h (sockopt_new): add family argument.akr
2009-02-08* enumerator.c (enumerator_with_index): receives one argument whichmame
2009-02-08* include/ruby/st.h, st.c: order entries by a linked list instead ofmame
2009-02-08* ext/socket/option.c (inspect_peercred): new function to showakr
2009-02-08* include/ruby/backward/rubysig.h (rb_thread_blocking_region_begin),nobu
2009-02-08* ext/socket/extconf.rb: check struct cmsgcred.akr
2009-02-08* lib/drb/extservm.rb (DRb::ExtServManager#invoke_service_command):akr
2009-02-08* ext/socket/extconf.rb: check struct sockcred.akr
2009-02-08* include/ruby/backward/rubysig.h: extern "C" was missing.nobu
2009-02-08* ext/socket/ancdata.c (anc_inspect_passcred_credentials): newakr
2009-02-08* io.c (rb_io_s_binread): ensures file path. [ruby-dev:37940]nobu
2009-02-08* ext/socket/raddrinfo.c (init_unix_addrinfo): add socktype argument.akr
2009-02-08* configure.in (RUBY_APPEND_OPTION, RUBY_APPEND_OPTIONS),nobu
2009-02-08* runruby.rb: gets extout and arch from rbconfig.rb.nobu
2009-02-07* test/socket/test_addrinfo.rb (test_family_addrinfo): don't useakr
2009-02-07* configure.in (--with-arch): added new option to supportnobu
2009-02-07* runruby.rb: added --cpu option.nobu
2009-02-07* runruby.rb: added --precommand and --show options.nobu
2009-02-07* lib/mkmf.rb (have_header): needs dependent headers if trying tonobu
2009-02-06* dir.c (dir_read): don't disable rdoc.akr
2009-02-06* io.c (io_fread): use rb_io_wait_readable for retryakr
2009-02-06thread_pthread.c (native_thread_create) [__SYMBIAN32__]: reduced pthread stac...azav
2009-02-06[__SYMBIAN32__]: included <sys/select.h> for fd_set definitionazav
2009-02-06Created execl stub as a missing PIPS functionazav
2009-02-06* signal.c (register_sigaltstack): ignore sigaltstack error.akr
2009-02-06* ChangeLog: typo.usa
2009-02-06 * win32/win32.c (rb_w32_readdir_with_enc): fallback to OS convertionusa
2009-02-06 * win32/{dir.h, win32.c} (rb_w32_readdir_with_enc): new function tousa
2009-02-06 * ruby.c (process_options): set initial default_external before -r.usa
2009-02-06 * ruby.c (process_options): -K and -E in shebang should be reflect tousa
2009-02-05* ext/pty/pty.c (chfunc): type fixed.akr
2009-02-05* string.c (rb_str_each_codepoint): update RDoc formatz
2009-02-05* cont.c (cont_mark, cont_capture, cont_restore_1): use #else insteadmame
2009-02-05* include/ruby/intern.h (rb_run_exec_options_err): renamed fromakr
2009-02-05* ext/socket: AddrInfo is renamed to Addrinfo. [ruby-dev:37876]akr
2009-02-05* configure.in (RUBY_SITE_LIB_PATH, RUBY_VENDOR_LIB_PATH): fix fornobu
2009-02-05 * win32/Makefile.sub (config.h): follow recent changes about paths.usa
2009-02-05* configure.in (MAJOR, MINOR, TEENY): uses RUBY_VERSION_*.nobu
2009-02-05* array.c (rb_ary_uniq): gets rid of copying.nobu
2009-02-05* array.c (ary_add_hash): split from ary_make_hash().nobu
2009-02-05* array.c (ary_make_hash): hide a Hash used internally.nobu
2009-02-05* configure.in (RUBY_LIB_VERSION): added for library version, tonobu
2009-02-04change from assigned variable to called functionkazu
2009-02-04* ext/readline/readline.c (Init_readline): entry may be NULL.kazu