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
*
* lib/prime.rb (Prime::prime?): used to return a wrong answer.
yugui
2009-03-03
3
-0
/
+24
*
* ext/extmk.rb (extmake): removes object files no longer used and
nobu
2009-03-03
2
-3
/
+9
*
* ext/dl/win32/lib/win32/resolv.rb: get rid of warning.
usa
2009-03-03
3
-3
/
+11
*
* ext/extmk.rb (extmake), lib/mkmf.rb (create_makefile): $objs and
nobu
2009-03-03
3
-8
/
+11
*
* ext/dl/win32/lib/win32/{registry,resolv}.rb: use dl/import instead
usa
2009-03-03
3
-18
/
+39
*
* ext/dl/lib/dl/func.rb (DL::Function.name): delegate to @cfunc.
usa
2009-03-03
2
-0
/
+8
*
* ext/dl/dl.c (rb_dl_init_callbacks): autoloads callbacks.
nobu
2009-03-03
7
-36
/
+68
*
* ext/extmk.rb (extmake): initialize $objs before extrace_makefile.
nobu
2009-03-03
1
-0
/
+1
*
* ext/dl/lib/dl/cparser.rb (DL::CParser::parse_signature): fixed
nobu
2009-03-03
2
-2
/
+5
*
* ext/dl/lib/dl/pack.rb (DL::PackInfo): reduced redundant
nobu
2009-03-03
3
-89
/
+19
*
* ext/dl/lib/dl/value.rb (DL::ValueUtil#wrap_arg): NULL for nil.
nobu
2009-03-03
2
-1
/
+5
*
* test/dl: moved from ext/dl/test.
nobu
2009-03-03
7
-12
/
+6
*
* ext/extmk.rb (extmake): removes object files no longer used.
nobu
2009-03-03
2
-1
/
+5
*
* common.mk (main): passes $(MAKE) to mkmain_cmd
nobu
2009-03-03
3
-4
/
+10
*
* 2009-03-03
svn
2009-03-02
1
-2
/
+2
*
* lib/securerandom.rb (SecureRandom.urlsafe_base64): delete padding.
akr
2009-03-02
2
-3
/
+10
*
* ext/socket/sockport.h (SS_LEN): defined unconditionally.
akr
2009-03-02
2
-1
/
+7
*
* ext/socket/ancdata.c (anc_inspect_socket_creds): supress warnings.
akr
2009-03-02
2
-2
/
+6
*
* ext/socket/ancdata.c (rsock_discard_cmsg_resource): defined
akr
2009-03-02
4
-1
/
+10
*
forgot to commit.
akr
2009-03-02
1
-7
/
+7
*
* ext/socket/raddrinfo.c (addrinfo_mload): don't use "sun" variable
akr
2009-03-02
1
-0
/
+5
*
* file.c: include fcntl.h for O_RDONLY on Solaris.
akr
2009-03-02
2
-0
/
+8
*
* lib/uri/common.rb (URI::Parser#escape): escaped string is ascii
nobu
2009-03-02
2
-2
/
+10
*
* README.EXT, README.EXT.ja (Macros): added HAVE_RUBY_*_H.
nobu
2009-03-02
3
-0
/
+15
*
* win32/win32.c (init_env): keeps wide chars as wide chars.
nobu
2009-03-02
2
-20
/
+41
*
* ext/dl/dl.h (dlerror): fixed on Windows.
nobu
2009-03-02
4
-2
/
+20
*
* ext/dl/handle.c (rb_dlhandle_sym): get rid of buffer overrun,
nobu
2009-03-02
2
-30
/
+30
*
* eval.c (rb_longjmp), include/ruby/intern.h (ruby_cleanup): fixed
nobu
2009-03-02
3
-2
/
+7
*
* 2009-03-02
svn
2009-03-01
1
-2
/
+2
*
merged a patch from Alessandro Di Maria in [ruby-core:22560].
seki
2009-03-01
2
-10
/
+16
*
* ext/socket/raddrinfo.c: suppress warnings.
akr
2009-03-01
4
-6
/
+14
*
rdoc update.
akr
2009-03-01
1
-1
/
+1
*
* ext/socket/ (rsock_getfamily): renamed from rb_sock_getfamily.
akr
2009-03-01
5
-6
/
+11
*
* ext/dl/win32/lib/Win32API.rb (initialize): passes rest
nobu
2009-03-01
2
-2
/
+7
*
* ext/zlib/zlib.c (zstream_run): suppress a warning. a patch from
nobu
2009-03-01
2
-1
/
+6
*
* util.c (ruby_dtoa): allocates one more byte to get rid of buffer
nobu
2009-03-01
2
-1
/
+6
*
* common.mk (.y.c): removed extra backslash. [ruby-core:22602]
nobu
2009-03-01
2
-1
/
+5
*
* ext/dl/cfunc.c (rb_dlcfunc_call): fix for stdcall and missing
nobu
2009-03-01
5
-27
/
+51
*
* ext/bigdecimal/bigdecimal.c (gfDebug): uncommented out.
nobu
2009-03-01
2
-1
/
+6
*
* process.c (rb_waitpid): use wait_each() on no waitpid platforms.
nobu
2009-03-01
2
-34
/
+49
*
* process.c (proc_daemon): stops and restarts timer thread because
nobu
2009-03-01
2
-0
/
+8
*
* ext/socket/ (rsock_make_hostent): renamed from sock_make_hostent.
akr
2009-03-01
9
-38
/
+47
*
add a space.
akr
2009-03-01
1
-1
/
+1
*
* ext/socket: add rsock_prefix.
akr
2009-03-01
17
-282
/
+286
*
* test/ruby/test_path.rb (test_extname): test for r19596.
nobu
2009-03-01
1
-0
/
+9
*
* 2009-03-01
svn
2009-03-01
1
-3
/
+3
*
* test/ruby/test_path.rb (test_basename): test for r19595.
nobu
2009-03-01
1
-0
/
+2
*
* vm_eval.c (rb_iterate): use volatile to suppress warnings.
akr
2009-02-28
3
-2
/
+8
*
* eval_error.c (error_print): use volatile to suppress warnings.
akr
2009-02-28
6
-9
/
+23
*
* ext/socket/ancdata.c (ancillary_unix_rights): check message type.
akr
2009-02-28
3
-0
/
+20
[next]