aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * ext/pathname/pathname.c (path_mkdir): Pathname#mkdir translatedakr2010-09-152-3/+15
* * ext/socket/raddrinfo.c (ruby_getaddrinfo__darwin): suppress anobu2010-09-141-4/+5
* * ext/pathname/pathname.c (path_entries): Pathname#entries translatedakr2010-09-142-4/+25
* * ext/fiddle/closure.c : Don't use FFI closure alloc on OpenBSD.tenderlove2010-09-141-1/+1
* * ext/pathname/pathname.c (path_s_getwd): Pathname.getwd andakr2010-09-142-3/+13
* * ext/pathname/pathname.c (path_s_glob): Pathname.glob translatedakr2010-09-132-9/+34
* suppress a warning.kanemoto2010-09-131-1/+1
* * ext/pathname/pathname.c (path_zero_p): Pathname#zero? translatedakr2010-09-132-7/+10
* * ext/socket/rubysocket.h (__DARWIN_ALIGNBYTES): workaround of anobu2010-09-132-2/+11
* * ext/openssl/ossl_bn.c (ossl_bn_is_prime): fix comparisonnaruse2010-09-131-1/+1
* * ext/pathname/pathname.c (path_writable_real_p):akr2010-09-122-3/+10
* * ext/pathname/pathname.c (path_world_writable_p):akr2010-09-122-3/+10
* * ext/pathname/pathname.c (path_writable_p): Pathname#writable?akr2010-09-122-3/+10
* * ext/pathname/pathname.c (path_symlink_p): Pathname#symlink?akr2010-09-102-3/+10
* * ext/pathname/pathname.c (path_sticky_p): Pathname#sticky? translatedakr2010-09-102-3/+10
* * ext/openssl/lib/openssl/x509-internal.rb: removed unused localnahi2010-09-101-1/+0
* * class.c (rb_scan_args): Add support for optional keywordknu2010-09-101-5/+1
* * ext/digest/lib/digest.rb: removed unused exception variablenahi2010-09-101-1/+1
* * ext/etc/etc.c (etc_systmpdir): assume system default tmpdirnobu2010-09-091-2/+5
* * ext/pathname/pathname.c (path_size_p): Pathname#size? translated fromakr2010-09-092-3/+10
* * ext/socket/option.c (inspect_peercred): support OpenBSD-current.akr2010-09-091-5/+10
* * ext/pathname/pathname.c (path_size): Pathname#size translated fromakr2010-09-092-3/+10
* * ext/openssl/ossl_ssl.c (ssl_get_error): Thread context switch wasnahi2010-09-081-1/+1
* * ext/pathname/pathname.c (path_setgid_p): Pathname#setgid? translatedakr2010-09-082-3/+10
* * ext/pathname/pathname.c (path_setuid_p): Pathname#setuid? translatedakr2010-09-072-3/+10
* * ext/pathname/pathname.c (path_readable_real_p):akr2010-09-072-3/+10
* * ext/pathname/pathname.c (path_world_readable_p):akr2010-09-062-3/+10
* * Fixed wrong check of missing functions. Patch by Adrian Quark.nahi2010-09-062-3/+7
* * Fixed exception message for SSL post connection check failure. Patchnahi2010-09-061-1/+1
* * ext/readline/readline.c (readline_s_get_line_buffer):naruse2010-09-061-1/+1
* * ext/pathname/pathname.c (path_readable_p): Pathname#readable?akr2010-09-052-3/+10
* * ext/pathname/pathname.c (path_owned_p): Pathname#owned?akr2010-09-052-3/+10
* * ext/pathname/pathname.c (path_socket_p): Pathname#socket?akr2010-09-032-3/+10
* * ext/pty/pty.c (chfunc): pass through exceptions.nobu2010-09-021-25/+1
* * ext/pathname/pathname.c (path_pipe_p): Pathname#pipe?akr2010-09-022-3/+10
* * ext/pty/pty.c (chfunc): restore errno from SystemCallError andnobu2010-09-021-1/+7
* * ext/pathname/pathname.c (path_file_p): Pathname#file?akr2010-09-022-3/+10
* * ext/pathname/pathname.c (path_directory_p): Pathname#directory?akr2010-09-012-3/+10
* * ext/pathname/pathname.c (path_grpowned_p): Pathname#grpowned?akr2010-09-012-3/+10
* * ext/pathname/pathname.c (path_exist_p): Pathname#exist? translatedakr2010-08-312-3/+10
* * ext/tk/stubs.c: fix [Bug #3771] "VC++ can't make ext/tk with enablingnagai2010-08-311-1/+5
* * string.c (tr_setup_table): fix bug in r29146.naruse2010-08-302-2/+2
* * ext/pathname/pathname.c (path_executable_real_p):akr2010-08-302-3/+10
* * ext/pathname/pathname.c (path_.executable_p): Pathname#.executable?akr2010-08-292-3/+10
* * ext/pathname/pathname.c (path_chardev_p): Pathname#chardev?akr2010-08-282-3/+10
* * ext/bigdecimal/bigdecimal.c (BigDecimal_save_exception_mode,mrkn2010-08-281-0/+46
* * ext/pathname/pathname.c (path_blockdev_p): Pathname#blockdev?akr2010-08-272-3/+10
* * ext/pathname/pathname.c (path_sysopen): Pathname#sysopen translatedakr2010-08-262-6/+19
* * ext/pathname/pathname.c (path_readlines): Pathname#readlinesakr2010-08-262-3/+21
* * ext/bigdecimal/bigdecimal.c (Init_bigdecimal, rmpd_set_thread_local_excepti...mrkn2010-08-262-37/+119