aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * file.c (rb_file_s_readlink): ERANGE will occur only on GPFS.nobu2005-11-141-6/+4
* * file.c (rb_file_s_readlink): ERANGE will occur only on GPFS.nobu2005-11-141-0/+4
* * 2005-11-14eban2005-11-141-3/+3
* * array.c (rb_ary_first): RDoc update from Daniel Bergermatz2005-11-142-4/+10
* * 2005-11-13eban2005-11-131-3/+3
* * lib/uri/common.rb (escape): regard second argument as a character set. [rub...aamine2005-11-132-1/+10
* * configure.in (socketpair): need to be checked.nobu2005-11-112-2/+4
* * 2005-11-12eban2005-11-111-3/+3
* * configure.in, eval.c, intern.h: check fd_mask type.nobu2005-11-114-4/+8
* * eval.c, intern.h: failed to compile where NFDBITS is defined butocean2005-11-114-8/+29
* * 2005-11-11eban2005-11-111-3/+3
* * Makefile.in (OUTFLAG): keep trailing spaces. [ruby-dev:27666]nobu2005-11-103-17/+29
* * configure.in: undef HAVE_LINK on BeOS. (link(2) always returnsocean2005-11-103-1/+38
* * 2005-11-10eban2005-11-101-3/+3
* * lib/shellwords.rb: fix for blank but not empty string.nobu2005-11-102-9/+10
* * 2005-11-09eban2005-11-091-3/+3
* * lib/shellwords.rb: refactored. [ruby-core:06581]nobu2005-11-083-22/+60
* should compare SIZEOF_VOIDP with SIZEOF_LONG_LONG.ttate2005-11-081-1/+1
* * intern.h, eval.c (rb_thread_signal_raise): costified.ocean2005-11-084-22/+18
* * 2005-11-08eban2005-11-081-3/+3
* * lib/drb/ssl.rb (DRb::SSLConfig#accept): fixed typo.ocean2005-11-082-1/+6
* * ext/iconv/iconv.c: iconvctl() support. [EXPERIMENTAL]nobu2005-11-073-15/+340
* * ext/openssl/ossl.h: need to include winsock2.h before includingusa2005-11-072-0/+6
* * ext/tk/stubs.c (_nativethread_consistency_check): use simplernagai2005-11-074-34/+45
* * 2005-11-07eban2005-11-061-3/+3
* * lib/yaml.rb: removed :nodoc: to generate Kernel doc. [ruby-core:6324]ocean2005-11-062-1/+5
* * ext/iconv/iconv.c (Iconv::BrokenLibrary): exception when detected anobu2005-11-062-1/+21
* * ext/iconv/extconf.rb: use 3rd argument to have_library.nobu2005-11-061-1/+1
* * ext/tk/stubs.c (ruby_tcl_create_ip_and_stubs_init): should touchocean2005-11-062-2/+7
* * file.c (rb_file_s_readlink): readlink(2) on AIX fails with ERANGE ifnobu2005-11-062-1/+12
* * 2005-11-06eban2005-11-061-3/+3
* * 2005-11-05eban2005-11-051-3/+3
* * configure.in, cygwin/GNUmakefile.in (mingw): use def file to aliasnobu2005-11-058-185/+261
* * 2005-11-03eban2005-11-031-3/+3
* * lib/open-uri.rb (open_loop): find_proxy should return nil when proxy does n...aamine2005-11-022-1/+6
* * 2005-11-02eban2005-11-021-3/+3
* * ext/tk/extconf.rb: change the check parameter for Win32.nagai2005-11-022-1/+6
* * ext/tk/sample/demos-jp/widget: make the root window lower than thenagai2005-11-022-4/+12
* * ext/tk/tcltklib.c (ip_rbUpdateObjCmd, ip_rb_threadUpdateObjCmd): passed imp...nagai2005-11-023-16/+24
* * eval.c (rb_call_super): should call method_missing if super ismatz2005-11-0111-14/+262
* * 2005-11-01eban2005-11-011-4/+4
* * ext/openssl/extconf.rb: should check ERR_peek_last_error().gotoyuzo2005-11-013-1/+14
* * ext/openssl/ossl_cipher.c (ossl_cipher_update): input data mustgotoyuzo2005-10-303-1/+14
* * lib/webrick/httpservlet/cgihandler.rbgotoyuzo2005-10-306-0/+87
* * 2005-10-31eban2005-10-301-3/+3
* * test/ruby/test_float.rb (test_precision): test by assert_in_delta.ocean2005-10-302-4/+9
* * 2005-10-29eban2005-10-291-3/+3
* synchronized with date2 3.7tadf2005-10-292-0/+14
* * enumerator.c (enumerator_allocate): allow subclassing.nobu2005-10-272-2/+6
* * string.c (scan_once): wrong condition to use mbclen2().matz2005-10-278-77/+589