summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
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
2009-02-04* time.c (LOCALTIME): should call tzset() before localtime_r().matz
2009-02-04Updated Symbain configuration procedure to avoid creating files outside build...azav
2009-02-04* transcode.c (make_econv_exception): refine error message forakr
2009-02-04* ext/socket/socket.c (sock_s_socketpair): make 3rd argument optional.akr
2009-02-04* ext/socket/raddrinfo.c (addrinfo_ipv6_to_ipv4): new method.akr
2009-02-04* transcode.c (make_econv_exception): show U+XXXX form for undefinedakr
2009-02-04* string.c (rb_str_dump): use MBCLEN_CHARFOUND_P properly.akr
2009-02-04* bootstraptest/runner.rb: refine success message.akr
2009-02-04fixed typos and remove some spaceskazu
2009-02-04* Makefile.in (id.h): updates from parse.h.nobu
2009-02-04 * win32/mkexports.rb: shouldn't export DllMain.usa
2009-02-04* missing/vsnprintf.c (BSD_vfprintf): should support 't' formatmatz
2009-02-03* ext/socket/extconf.rb: fix struct in_pktinfo and struct in6_pktinfoakr
2009-02-03* test/etc/test_etc.rb(test_getpwnam, test_getgrgid, test_getgrnam):mame
2009-02-03* ext/socket/lib/socket.rb (Socket.tcp_server_sockets_port0): skipakr
2009-02-03* ruby.c (load_file_internal): resets EOF flag after parse.nobu
2009-02-03* vm.c (vm_backtrace): always returns non-nil array if lev isnobu
2009-02-03* ext/readline/extconf.rb: checked rl_set_screen_size andkouji
2009-02-03* ext/readline/readline.c (readline_s_set_completion_proc): setkouji
2009-02-03* NEWS: add Array#sort_by!.kazu
2009-02-03* ext/socket/lib/socket.rb (Socket.tcp_server_sockets_port0): newakr
2009-02-03* re.c (match_array): replace match_check().matz
2009-02-03* lib/net/imap.rb: validate data before sending to a server.shugo
2009-02-03* lib/net/imap.rb (hmac_md5): should use String#ord to get asciishugo
2009-02-03* load.c (load_lock): warn for circular require. [ruby-core:20794],nobu
2009-02-02* ext/socket/lib/socket.rb (Socket.tcp_server_sockets): extracted fromakr