index
:
ruby.git
master
ruby_1_8_6_287
ruby_1_8_6_369
ruby_1_8_6_383
ruby_1_8_6_383-fedora
ruby_1_9_1_243
ruby_1_9_1_376
ruby_1_9_1_376-epel
ruby_1_9_1_376-fedora
Ruby GIT repository
Jeroen van Meeuwen
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ChangeLog
Commit message (
Expand
)
Author
Age
Files
Lines
*
* ext/socket/mkconstants.rb: rename level_to_int to iplevel_to_int.
akr
2009-02-09
1
-0
/
+11
*
* ext/socket/rubysocket.h (level_arg): add family argument.
akr
2009-02-09
1
-0
/
+26
*
* ext/socket/ancdata.c (ancillary_inspect): show address family.
akr
2009-02-09
1
-0
/
+4
*
* ext/socket/basicsocket.c (bsock_getsockname): use sockaddr_storage.
akr
2009-02-09
1
-0
/
+4
*
* ext/win32ole/win32ole.c (load_conv_function51932): fixed for the
nobu
2009-02-09
1
-0
/
+5
*
* ext/socket/option.c (inspect_int): return 1/0 on success/failure.
akr
2009-02-09
1
-0
/
+11
*
* ext/socket/mkconstants.rb: more constants for Solaris.
akr
2009-02-09
1
-0
/
+4
*
* ext/socket/basicsocket.c (bsock_getsockopt): refine address family
akr
2009-02-09
1
-0
/
+5
*
* ext/socket/option.c (sockopt_initialize): argument conversion
akr
2009-02-09
1
-0
/
+5
*
* ext/socket/ancdata.c (ancillary_initialize): add family argument.
akr
2009-02-09
1
-0
/
+11
*
* io.c (io_encoding_set): ignore second argument when external and
naruse
2009-02-09
1
-0
/
+5
*
* ext/socket/option.c (inspect_local_peercred): check version.
akr
2009-02-09
1
-0
/
+5
*
* ext/socket/option.c (inspect_peercred): struct ucred contains
akr
2009-02-08
1
-0
/
+5
*
add a note.
akr
2009-02-08
1
-1
/
+1
*
* ext/socket/option.c (sockopt_inspect): add ifdef guard for
akr
2009-02-08
1
-0
/
+5
*
* ext/socket/option.c (inspect_local_peercred): cr_uid is a effective
akr
2009-02-08
1
-0
/
+5
*
* ext/socket/extconf.rb: check sys/param.h and sys/ucred.h.
akr
2009-02-08
1
-1
/
+12
*
* ext/socket/rubysocket.h (sockopt_new): add family argument.
akr
2009-02-08
1
-0
/
+13
*
* enumerator.c (enumerator_with_index): receives one argument which
mame
2009-02-08
1
-0
/
+5
*
* include/ruby/st.h, st.c: order entries by a linked list instead of
mame
2009-02-08
1
-0
/
+6
*
* ext/socket/option.c (inspect_peercred): new function to show
akr
2009-02-08
1
-0
/
+5
*
* include/ruby/backward/rubysig.h (rb_thread_blocking_region_begin),
nobu
2009-02-08
1
-0
/
+8
*
* ext/socket/extconf.rb: check struct cmsgcred.
akr
2009-02-08
1
-0
/
+8
*
* lib/drb/extservm.rb (DRb::ExtServManager#invoke_service_command):
akr
2009-02-08
1
-0
/
+5
*
* ext/socket/extconf.rb: check struct sockcred.
akr
2009-02-08
1
-0
/
+7
*
* include/ruby/backward/rubysig.h: extern "C" was missing.
nobu
2009-02-08
1
-0
/
+5
*
* ext/socket/ancdata.c (anc_inspect_passcred_credentials): new
akr
2009-02-08
1
-0
/
+5
*
* io.c (rb_io_s_binread): ensures file path. [ruby-dev:37940]
nobu
2009-02-08
1
-0
/
+4
*
* ext/socket/raddrinfo.c (init_unix_addrinfo): add socktype argument.
akr
2009-02-08
1
-0
/
+6
*
* configure.in (RUBY_APPEND_OPTION, RUBY_APPEND_OPTIONS),
nobu
2009-02-08
1
-0
/
+12
*
* runruby.rb: gets extout and arch from rbconfig.rb.
nobu
2009-02-08
1
-0
/
+4
*
* test/socket/test_addrinfo.rb (test_family_addrinfo): don't use
akr
2009-02-07
1
-0
/
+6
*
* configure.in (--with-arch): added new option to support
nobu
2009-02-07
1
-0
/
+28
*
* runruby.rb: added --cpu option.
nobu
2009-02-07
1
-1
/
+5
*
* runruby.rb: added --precommand and --show options.
nobu
2009-02-07
1
-0
/
+4
*
* lib/mkmf.rb (have_header): needs dependent headers if trying to
nobu
2009-02-07
1
-0
/
+7
*
* dir.c (dir_read): don't disable rdoc.
akr
2009-02-06
1
-0
/
+4
*
* io.c (io_fread): use rb_io_wait_readable for retry
akr
2009-02-06
1
-0
/
+5
*
thread_pthread.c (native_thread_create) [__SYMBIAN32__]: reduced pthread stac...
azav
2009-02-06
1
-0
/
+8
*
[__SYMBIAN32__]: included <sys/select.h> for fd_set definition
azav
2009-02-06
1
-0
/
+4
*
Created execl stub as a missing PIPS function
azav
2009-02-06
1
-0
/
+6
*
* signal.c (register_sigaltstack): ignore sigaltstack error.
akr
2009-02-06
1
-0
/
+5
*
* ChangeLog: typo.
usa
2009-02-06
1
-1
/
+1
*
* win32/win32.c (rb_w32_readdir_with_enc): fallback to OS convertion
usa
2009-02-06
1
-0
/
+5
*
* win32/{dir.h, win32.c} (rb_w32_readdir_with_enc): new function to
usa
2009-02-06
1
-0
/
+12
*
* ruby.c (process_options): set initial default_external before -r.
usa
2009-02-06
1
-0
/
+4
*
* ruby.c (process_options): -K and -E in shebang should be reflect to
usa
2009-02-06
1
-0
/
+5
*
* ext/pty/pty.c (chfunc): type fixed.
akr
2009-02-05
1
-0
/
+4
*
* string.c (rb_str_each_codepoint): update RDoc for
matz
2009-02-05
1
-0
/
+6
*
* cont.c (cont_mark, cont_capture, cont_restore_1): use #else instead
mame
2009-02-05
1
-0
/
+6
[next]