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
/
ext
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
* ext/socket/mkconstants.rb (c_str): get rid of a 1.9 feature for
nobu
2009-01-11
1
-1
/
+1
*
add constants.
akr
2009-01-10
1
-0
/
+2
*
rdoc update.
akr
2009-01-10
1
-0
/
+10
*
rdoc update.
akr
2009-01-10
1
-2
/
+711
*
* ext/socket/mkconstants.rb: don't generate unintended newlines.
akr
2009-01-10
1
-2
/
+2
*
* ext/socket/mkconstants.rb: refactored to nest properly in statically
akr
2009-01-10
1
-23
/
+34
*
* ext/socket/socket.c (sock_define_const): use INT2NUM.
akr
2009-01-09
1
-2
/
+2
*
* ext/socket/mkconstants.rb: define macro if default_value is passed.
usa
2009-01-09
1
-4
/
+8
*
* ext/tk/lib/tk.rb: rescue abnormal Encoding.locale_charmap value.
nagai
2009-01-09
1
-2
/
+2
*
* ext/socket/socket.c (bsock_shutdown): accept symbol/string as how.
akr
2009-01-08
2
-4
/
+12
*
* ext/socket/mkconstants.rb (gen_name_to_int_func): generate
akr
2009-01-08
1
-52
/
+21
*
* ext/socket/socket.c: don't use AI_NUMERICSERV for platforms which
akr
2009-01-08
1
-1
/
+8
*
* ext/socket/socket.c (init_unix_addrinfo): don't return a value.
akr
2009-01-07
1
-4
/
+1
*
* ext/socket/socket.c (addrinfo_getnameinfo): use NI_DGRAM if socktype
akr
2009-01-07
1
-0
/
+3
*
* ext/socket/socket.c (host_str): add flags_ptr argument to specify
akr
2009-01-07
1
-5
/
+11
*
* ext/socket/socket.c (rb_cAddrInfo): new class AddrInfo.
akr
2009-01-07
2
-13
/
+1068
*
* ext/socket/socket.c (ruby_getaddrinfo, ruby_getaddrinfo__aix):
nobu
2009-01-07
1
-26
/
+21
*
* ext/socket/socket.c (io_call_close, io_close, pair_yield):
nobu
2009-01-06
2
-2
/
+3
*
* ext/curses/curses.c (free_window): use xfree instead of free.
kazu
2009-01-05
1
-1
/
+1
*
* ext/gdbm/gdbm.c (rb_gdbm_fetch): remove needless cast.
kazu
2009-01-05
1
-1
/
+1
*
* ext/socket/socket.c (rb_getaddrinfo): defined for address lookup without GVL.
akr
2009-01-04
1
-11
/
+82
*
* ext/extmk.rb (extmake): does not use both of makefile.rb and
nobu
2009-01-04
1
-5
/
+4
*
* ext/socket/socket.c (constant_arg): constified.
nobu
2009-01-04
2
-1
/
+5
*
* ext/socket/socket.c: redundant #ifdef removed.
akr
2009-01-03
1
-2
/
+0
*
* ext/socket/socket.c: don't apply socktype hack [ruby-core:184] for
akr
2009-01-02
1
-4
/
+4
*
* ext/socket/mkconstants.rb: rename family_to_str to intern_family.
akr
2009-01-02
2
-13
/
+14
*
* ext/socket/mkconstants.rb: use ID in the values of
akr
2009-01-02
2
-17
/
+22
*
* ext/socket/mkconstants.rb: refactored to gather stringizer
akr
2009-01-02
1
-10
/
+37
*
* ext/socket/mkconstants.rb: make common prefix optional.
akr
2009-01-02
1
-16
/
+35
*
* ext/socket/mkconstants.rb: use hash for family_to_str to avoid
akr
2009-01-02
2
-18
/
+24
*
* ext/socket/mkconstants.rb (gen_int_to_name): don't compare constants
akr
2009-01-02
1
-12
/
+8
*
* ext/socket/mkconstants.rb (gen_int_to_name): add lenp argument.
akr
2009-01-02
2
-7
/
+7
*
* ext/socket/mkconstants.rb: check duplicates.
akr
2009-01-01
1
-2
/
+4
*
* ext/socket/socket.c (optname_arg): defined.
akr
2009-01-01
2
-3
/
+74
*
* ext/socket/socket.c (constant_arg): extracted from family_arg.
akr
2009-01-01
1
-53
/
+19
*
* ext/socket/socket.c (level_arg): defined.
akr
2009-01-01
2
-2
/
+34
*
* ext/socket/socket.c (family_arg): accept symbols as well.
akr
2009-01-01
1
-4
/
+12
*
* ext/socket/socket.c (sock_s_getaddrinfo): use socktype_arg.
akr
2009-01-01
1
-1
/
+1
*
* ext/socket/socket.c (family_arg): extracted from
akr
2009-01-01
1
-58
/
+57
*
* ext/socket/socket.c (sock_s_getnameinfo): use family_to_int.
akr
2009-01-01
1
-8
/
+4
*
* ext/socket/mkconstants.rb: check all alias possibility.
akr
2009-01-01
1
-20
/
+4
*
* ext/socket/mkconstants.rb: more possible aliases.
akr
2009-01-01
1
-1
/
+3
*
* ext/socket/mkconstants.rb: AF_ISO and AF_OSI may be aliased.
akr
2009-01-01
1
-1
/
+2
*
* ext/socket/socket.c (sock_s_getaddrinfo): use family_to_int.
akr
2009-01-01
1
-8
/
+4
*
* ext/socket/socket.c: include constants.h at top.
akr
2009-01-01
1
-10
/
+8
*
* ext/socket/mkconstants.rb: add valp argument for family_to_int and
akr
2009-01-01
2
-16
/
+10
*
* ext/socket/mkconstants.rb: generate family_to_str.
akr
2009-01-01
2
-23
/
+50
*
* ext/socket/mkconstants.rb: generate socktype_to_int.
akr
2009-01-01
2
-35
/
+29
*
* ext/socket/socket.c (setup_domain_and_type): initialize ptr.
akr
2009-01-01
1
-1
/
+2
*
* ext/socket/mkconstants.rb: refine family_to_int.
akr
2009-01-01
1
-5
/
+24
[prev]
[next]