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
Commit message (
Expand
)
Author
Age
Files
Lines
*
* ext/socket/sockport.h (SET_SA_LEN): cast to void for supressing a
akr
2009-02-13
2
-2
/
+7
*
* 2009-02-14
svn
2009-02-13
1
-2
/
+2
*
fix rdoc.
akr
2009-02-13
1
-1
/
+1
*
add a constant: IFNAMSIZ.
akr
2009-02-13
1
-0
/
+1
*
rdoc update.
akr
2009-02-13
2
-4
/
+10
*
* ext/dl/win32/lib/Win32API.rb (Win32API#initialize): DL.dlopen
nobu
2009-02-13
2
-0
/
+7
*
* .gdbinit (iseq): added.
nobu
2009-02-13
1
-3
/
+26
*
* ext/socket/socket.c (Init_socket): define TCPServer#listen and
akr
2009-02-13
4
-2
/
+11
*
rdoc update.
akr
2009-02-13
1
-1
/
+5
*
* ext/socket/ancdata.c (extract_ipv6_pktinfo): set sa_len for 4.4BSD.
akr
2009-02-13
2
-0
/
+5
*
* test/ruby/test_{proc,method}.rb: updated tests.
nobu
2009-02-13
2
-25
/
+25
*
fix typo (1 -> 0).
ko1
2009-02-13
1
-1
/
+1
*
* iseq.c (simple_default_value): removed. default values of optional
nobu
2009-02-13
2
-35
/
+5
*
* vm_eval.c (eval_string_with_cref): use rb_vm_get_ruby_level_next_cfp()
ko1
2009-02-13
4
-3
/
+11
*
* cont.c (rb_fiber_alive_p): fix to return true instead of 1.
ko1
2009-02-13
3
-1
/
+17
*
* configure.in (ac_cv_func_flock): using flock defined in
nobu
2009-02-13
2
-0
/
+6
*
* ChangeLog: typo.
nobu
2009-02-12
1
-1
/
+1
*
* compile.c (iseq_compile_each): just freeze xstr.
nobu
2009-02-12
2
-2
/
+4
*
* compile.c (iseq_set_sequence, compile_dstr_fragments),
nobu
2009-02-12
2
-2
/
+11
*
* insns.def (defineclass): try to autoload const to be overridden.
nobu
2009-02-12
3
-0
/
+14
*
* 2009-02-13
svn
2009-02-12
1
-2
/
+2
*
Update with branches/ruby_1_9_1/NEWS.
knu
2009-02-12
1
-82
/
+298
*
* gc.c (vm_xmalloc, vm_xrealloc): comparisons had no meanings on
nobu
2009-02-12
1
-2
/
+2
*
* process.c (rb_fork): initialization with dynamic values is not
nobu
2009-02-12
1
-1
/
+3
*
* test/socket/test_socket.rb (test_udp_server): filter out unreachable
akr
2009-02-12
2
-0
/
+8
*
* compile.c (hide_obj): OBJ_FREEZE() is not an expression. a patch
nobu
2009-02-12
2
-2
/
+9
*
updated.
akr
2009-02-12
1
-0
/
+2
*
test only if Socket::AncillaryData exists.
akr
2009-02-12
1
-1
/
+1
*
* ext/socket/basicsocket.c (bsock_getpeereid): implemented for Solaris
akr
2009-02-12
4
-0
/
+25
*
* compile.c (compile_array_, defined_expr, iseq_compile_each): hide
nobu
2009-02-12
6
-11
/
+41
*
* test/stringio/test_stringio.rb (test_ungetc_pos): added.
nobu
2009-02-12
1
-0
/
+15
*
* ext/stringio/stringio.c (strio_ungetc): calculates new position
nobu
2009-02-12
2
-1
/
+7
*
* configure.in: a patch to build on GNU/kOpenSolaris from Robert
nobu
2009-02-12
2
-4
/
+9
*
* thread.c: inline should be at beginning of declaration.
nobu
2009-02-12
1
-2
/
+2
*
* iseq.c (simple_default_value): allow plain strings as default
matz
2009-02-12
2
-0
/
+8
*
update rdoc [ruby-core:20407] #835
gotoken
2009-02-11
1
-0
/
+1
*
* 2009-02-12
svn
2009-02-11
1
-2
/
+2
*
test updated.
akr
2009-02-11
1
-23
/
+27
*
* gc.c (define_final, undefine_final): shouldn't add/remove finalizer
usa
2009-02-11
2
-0
/
+11
*
update rdoc.
akr
2009-02-11
1
-7
/
+13
*
* ext/socket/lib/socket.rb (Socket.udp_server_sockets): call the block
akr
2009-02-11
2
-5
/
+18
*
* ext/socket/lib/socket.rb (Socket.tcp_server_sockets): call the block
akr
2009-02-11
2
-30
/
+48
*
rdoc update.
akr
2009-02-11
1
-2
/
+10
*
* ext/socket/lib/socket.rb (Socket.unix_server_loop): use
akr
2009-02-11
2
-4
/
+8
*
* ext/socket/lib/socket.rb (Socket.unix_server_socket): close the
akr
2009-02-11
3
-0
/
+9
*
* ext/socket/lib/socket.rb (Socket.unix_server_socket): call the block
akr
2009-02-11
3
-1
/
+26
*
* ext/socket/ancdata.c (ancillary_s_ip_pktinfo): make 3rd argument
akr
2009-02-11
3
-3
/
+19
*
* array.c (ary_make_shared): returns shared root array itself, and
nobu
2009-02-11
2
-3
/
+20
*
svn:eol-style
nobu
2009-02-11
0
-0
/
+0
*
* insns.def (setspecial, putstring): fixed typos in rdoc.
nobu
2009-02-11
2
-4
/
+11
[next]