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
*
* include/ruby/ruby.h (rb_check_safe_str): deprecated.
nobu
2009-08-14
2
-3
/
+3
*
* ext/digest/lib/digest/hmac.rb (Digest::HMAC#initialize): faster
nobu
2009-08-14
1
-5
/
+5
*
* ext/socket/extconf.rb: if ipv6 is enabled, the version of Windows
usa
2009-08-12
1
-0
/
+3
*
* ext/tk/extconf.rb (search_tclConfig): last change isn't enough. fixed it.
nagai
2009-08-09
2
-5
/
+7
*
* ext/ripper/eventids2.c (token_to_eventid): added
nobu
2009-08-08
1
-0
/
+1
*
* ext/digest/sha2/sha2.c: The ULL suffix is not supported by
knu
2009-08-06
1
-60
/
+65
*
* ext/digest/*/extconf.rb: inttypes.h and unistd.h need not be
knu
2009-08-06
4
-16
/
+0
*
* ext/tk/extconf.rb (search_tclConfig): fix logic bug.
nagai
2009-08-06
1
-3
/
+2
*
* ext/digest/sha2/lib/sha2.eb: should require sha2.so.
usa
2009-08-06
1
-0
/
+1
*
* ext/digest/sha2/sha2.c (*_Final): typos.
usa
2009-08-06
1
-6
/
+6
*
* ext/digest/sha2/sha2.h (BYTE_ORDER): Define BYTE_ORDER as
knu
2009-08-06
1
-1
/
+10
*
* ext/digest/sha2/sha2.[ch]: Update to 1.0 RELEASE which fixes an
knu
2009-08-05
2
-137
/
+446
*
* ext/tk/lib/tcltklib.c: fix trouble on old-style C function
nagai
2009-08-03
8
-66
/
+293
*
* ext/json/lib/json/common.rb (JSON#recurse_proc): remove
matz
2009-07-28
1
-1
/
+0
*
* ext/tk/lib/extconf.rb: bug fix and ignore invalid Tcl/Tk libraries.
nagai
2009-07-27
3
-170
/
+319
*
* ext/bigdecimal.c: moved BASE_FIG definition before it is used first time.
azav
2009-07-25
1
-18
/
+18
*
* ext/tk/extconf.rb: should not create "config_list" in a $srcdir.
nagai
2009-07-23
1
-8
/
+8
*
* ext/socket/extconf.rb: define IPPROTO_IPV6 macro for recent Windows
usa
2009-07-22
1
-0
/
+3
*
* ext/socket/mkconstants.rb: define IPV6_* constants only when INET6
usa
2009-07-22
1
-1
/
+1
*
* ext/socket/extconf.rb: ipv6 support is disabled by default on mswin.
usa
2009-07-22
1
-1
/
+1
*
* ext/socket/ipsocket.c (init_inetsock_internal): drop IPv6 addresses
usa
2009-07-22
1
-0
/
+4
*
* ext/socket/extconf.rb: enable ipv6 support for win32.
usa
2009-07-22
1
-0
/
+2
*
* ext/win32ole/win32ole.c (vtdate2rbtime): VT_DATE variant object
suke
2009-07-21
1
-124
/
+34
*
* ext/socket/lib/socket.rb (Addrinfo#family_addrinfo): fix a typo in
akr
2009-07-20
1
-1
/
+1
*
* ext/socket/lib/socket.rb (Socket.accept_loop): rescue
akr
2009-07-19
1
-2
/
+2
*
* ext/tk/lib/tk.rb: fail to create a widget object for an unknown wiget path.
nagai
2009-07-17
1
-1
/
+1
*
* ext/tk/lib/tk.rb,ext/tk/lib/tk/grid.rb: Bug fix on grid_slaves().
nagai
2009-07-17
2
-8
/
+36
*
* ext/readline/readline.c (Init_readline): rl_catch_signals does
yugui
2009-07-17
2
-0
/
+3
*
* ext/socket/socket.c (socket_s_ip_address_list): drop inactive
usa
2009-07-17
1
-1
/
+11
*
* ext/readline/readline.c (Init_readline): use rl_catch_sigwinch only
usa
2009-07-17
2
-0
/
+3
*
* ext/socket/init.c (rsock_getfamily): return AF_UNSPEC if getsockname
akr
2009-07-17
1
-1
/
+1
*
* ext/tk/extconf.rb,ext/tk/config_list.in: ignore paths which includes
nagai
2009-07-16
3
-17
/
+63
*
* ext/socket/lib/socket.rb (Socket.tcp_server_sockets_port0): servers
usa
2009-07-16
1
-1
/
+1
*
Fix SEGV of readline on FreeBSD. [ruby-core:21884]
naruse
2009-07-16
1
-0
/
+3
*
* method.h, vm_core.h: add rb_method_entry_t. Remove nodes around
ko1
2009-07-15
1
-4
/
+0
*
* ext/purelib.rb: translates a fake path to rubygems in $" into
yugui
2009-07-15
1
-1
/
+8
*
* ext/tk/extconf.rb: --with-{tcl,tk}-dir doesn't work.[ruby-dev:38782]
nagai
2009-07-14
1
-2
/
+2
*
* ext/io/nonblock: moved from ext/io/wait/lib.
nobu
2009-07-14
3
-23
/
+116
*
* ext/tk/lib/multi-tk.rb: Long-term-callback support isn't stable yet.
nagai
2009-07-14
2
-2
/
+3
*
* ext/tk/lib/tk/menuspec.rb: commit miss on my last commitment.
nagai
2009-07-13
1
-1
/
+1
*
* ext/tk/extconf.rb: New strategy for searching Tcl/Tk libraries.
nagai
2009-07-12
227
-1043
/
+7234
*
* ext/tk/tcltklib.c (get_obj_from_str): suppressed a warning.
nobu
2009-07-11
1
-1
/
+1
*
* ext/readline/readline.c (readline_attempted_completion_function):
nobu
2009-07-10
1
-6
/
+6
*
* ext/readline/extconf.rb: checked rl_refresh_line in readline.
kouji
2009-07-10
2
-0
/
+23
*
* ext/readline/extconf.rb: checked rl_line_buffer and rl_point in
kouji
2009-07-10
3
-6
/
+75
*
Update ext/.document with extensions that appear to have documentation.
drbrain
2009-07-08
1
-0
/
+12
*
rdoc update.
akr
2009-07-07
1
-9
/
+9
*
rdoc update.
akr
2009-07-01
1
-3
/
+0
*
* include/ruby/intern.h (rb_time_num_new): declared.
akr
2009-07-01
1
-3
/
+9
*
* ext/pty/pty.c (pty_getpty): check dup failure.
akr
2009-06-26
1
-1
/
+23
[next]