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
*
* ChangeLog: added ML reference.
nobu
2005-11-14
1
-0
/
+1
*
* file.c (rb_file_s_readlink): ERANGE will occur only on GPFS.
nobu
2005-11-14
1
-6
/
+4
*
* file.c (rb_file_s_readlink): ERANGE will occur only on GPFS.
nobu
2005-11-14
1
-0
/
+4
*
* 2005-11-14
eban
2005-11-14
1
-3
/
+3
*
* array.c (rb_ary_first): RDoc update from Daniel Berger
matz
2005-11-14
2
-4
/
+10
*
* 2005-11-13
eban
2005-11-13
1
-3
/
+3
*
* lib/uri/common.rb (escape): regard second argument as a character set. [rub...
aamine
2005-11-13
2
-1
/
+10
*
* configure.in (socketpair): need to be checked.
nobu
2005-11-11
2
-2
/
+4
*
* 2005-11-12
eban
2005-11-11
1
-3
/
+3
*
* configure.in, eval.c, intern.h: check fd_mask type.
nobu
2005-11-11
4
-4
/
+8
*
* eval.c, intern.h: failed to compile where NFDBITS is defined but
ocean
2005-11-11
4
-8
/
+29
*
* 2005-11-11
eban
2005-11-11
1
-3
/
+3
*
* Makefile.in (OUTFLAG): keep trailing spaces. [ruby-dev:27666]
nobu
2005-11-10
3
-17
/
+29
*
* configure.in: undef HAVE_LINK on BeOS. (link(2) always returns
ocean
2005-11-10
3
-1
/
+38
*
* 2005-11-10
eban
2005-11-10
1
-3
/
+3
*
* lib/shellwords.rb: fix for blank but not empty string.
nobu
2005-11-10
2
-9
/
+10
*
* 2005-11-09
eban
2005-11-09
1
-3
/
+3
*
* lib/shellwords.rb: refactored. [ruby-core:06581]
nobu
2005-11-08
3
-22
/
+60
*
should compare SIZEOF_VOIDP with SIZEOF_LONG_LONG.
ttate
2005-11-08
1
-1
/
+1
*
* intern.h, eval.c (rb_thread_signal_raise): costified.
ocean
2005-11-08
4
-22
/
+18
*
* 2005-11-08
eban
2005-11-08
1
-3
/
+3
*
* lib/drb/ssl.rb (DRb::SSLConfig#accept): fixed typo.
ocean
2005-11-08
2
-1
/
+6
*
* ext/iconv/iconv.c: iconvctl() support. [EXPERIMENTAL]
nobu
2005-11-07
3
-15
/
+340
*
* ext/openssl/ossl.h: need to include winsock2.h before including
usa
2005-11-07
2
-0
/
+6
*
* ext/tk/stubs.c (_nativethread_consistency_check): use simpler
nagai
2005-11-07
4
-34
/
+45
*
* 2005-11-07
eban
2005-11-06
1
-3
/
+3
*
* lib/yaml.rb: removed :nodoc: to generate Kernel doc. [ruby-core:6324]
ocean
2005-11-06
2
-1
/
+5
*
* ext/iconv/iconv.c (Iconv::BrokenLibrary): exception when detected a
nobu
2005-11-06
2
-1
/
+21
*
* ext/iconv/extconf.rb: use 3rd argument to have_library.
nobu
2005-11-06
1
-1
/
+1
*
* ext/tk/stubs.c (ruby_tcl_create_ip_and_stubs_init): should touch
ocean
2005-11-06
2
-2
/
+7
*
* file.c (rb_file_s_readlink): readlink(2) on AIX fails with ERANGE if
nobu
2005-11-06
2
-1
/
+12
*
* 2005-11-06
eban
2005-11-06
1
-3
/
+3
*
* 2005-11-05
eban
2005-11-05
1
-3
/
+3
*
* configure.in, cygwin/GNUmakefile.in (mingw): use def file to alias
nobu
2005-11-05
8
-185
/
+261
*
* 2005-11-03
eban
2005-11-03
1
-3
/
+3
*
* lib/open-uri.rb (open_loop): find_proxy should return nil when proxy does n...
aamine
2005-11-02
2
-1
/
+6
*
* 2005-11-02
eban
2005-11-02
1
-3
/
+3
*
* ext/tk/extconf.rb: change the check parameter for Win32.
nagai
2005-11-02
2
-1
/
+6
*
* ext/tk/sample/demos-jp/widget: make the root window lower than the
nagai
2005-11-02
2
-4
/
+12
*
* ext/tk/tcltklib.c (ip_rbUpdateObjCmd, ip_rb_threadUpdateObjCmd): passed imp...
nagai
2005-11-02
3
-16
/
+24
*
* eval.c (rb_call_super): should call method_missing if super is
matz
2005-11-01
11
-14
/
+262
*
* 2005-11-01
eban
2005-11-01
1
-4
/
+4
*
* ext/openssl/extconf.rb: should check ERR_peek_last_error().
gotoyuzo
2005-11-01
3
-1
/
+14
*
* ext/openssl/ossl_cipher.c (ossl_cipher_update): input data must
gotoyuzo
2005-10-30
3
-1
/
+14
*
* lib/webrick/httpservlet/cgihandler.rb
gotoyuzo
2005-10-30
6
-0
/
+87
*
* 2005-10-31
eban
2005-10-30
1
-3
/
+3
*
* test/ruby/test_float.rb (test_precision): test by assert_in_delta.
ocean
2005-10-30
2
-4
/
+9
*
* 2005-10-29
eban
2005-10-29
1
-3
/
+3
*
synchronized with date2 3.7
tadf
2005-10-29
2
-0
/
+14
*
* enumerator.c (enumerator_allocate): allow subclassing.
nobu
2005-10-27
2
-2
/
+6
[next]