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
*
* 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
*
* lib/net/http.rb: suppress warnings of non-existing instance variable
akr
2009-02-28
2
-1
/
+9
*
* ext/socket/lib/socket.rb (BasicSocket#connect_address): returns ::1
akr
2009-02-28
2
-0
/
+7
*
update doc (add Pathname#binread)
kazu
2009-02-27
2
-2
/
+4
*
s/extention/extension/g
kazu
2009-02-27
1
-5
/
+5
*
* 2009-02-28
svn
2009-02-27
1
-2
/
+2
*
* ext/socket/raddrinfo.c: suppress strict-aliasing warning with
akr
2009-02-27
5
-10
/
+31
*
* ext/socket/ancdata.c (bsock_recvmsg_internal): close FDs passed by
akr
2009-02-27
3
-20
/
+72
*
* ext/openssl/lib/openssl/buffering.rb: define Buffering module under
akr
2009-02-27
2
-0
/
+7
*
add a test.
akr
2009-02-27
1
-0
/
+33
*
* lib/test/unit/assertions.rb: don't define assert_not_* if already
akr
2009-02-27
2
-2
/
+9
*
* util.c: fix SEGV by test_time.rb with
akr
2009-02-27
2
-33
/
+49
*
* compile.c (cdhash_type, iseq_set_sequence): should not call
nobu
2009-02-27
2
-0
/
+39
*
* file.c (file_load_ok): cygwin allows to open directories.
nobu
2009-02-27
1
-1
/
+1
*
* file.c (file_load_ok): cygwin allows to open directories.
nobu
2009-02-27
1
-1
/
+1
*
* gc.c (ruby_get_stack_grow_direction): no needs to use thread
nobu
2009-02-27
3
-4
/
+9
*
* file.c (file_load_ok): checks if regular file, except for the
nobu
2009-02-27
2
-7
/
+15
*
* include/ruby/intern.h (rb_io_get_io): added prototype.
nobu
2009-02-27
1
-0
/
+1
*
* file.c (file_load_ok): checks if regular file. [ruby-dev:38097]
nobu
2009-02-27
3
-16
/
+23
*
* numeric.c (flo_eq, flo_gt, flo_ge, flo_lt, flo_le, flo_eql): revert
usa
2009-02-27
3
-3
/
+57
*
* 2009-02-27
svn
2009-02-27
1
-2
/
+2
*
* lib/ostruct.rb (modifiable): check if really frozen.
nobu
2009-02-27
3
-2
/
+13
*
rdoc update.
akr
2009-02-26
1
-1
/
+1
*
rdoc update.
akr
2009-02-26
1
-2
/
+2
*
* ext/socket/lib/socket.rb (BasicSocket#connect_address): new method.
akr
2009-02-26
4
-15
/
+47
[next]