aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * ext/pathname/pathname.c (path_size): Pathname#size translated fromakr2010-09-093-3/+15
* * compile.c (case_when_optimizable_literal): When float value can bewanabe2010-09-094-8/+55
* * test/net/http/test_https.rb (test_identity_verify_failure): followsnahi2010-09-092-1/+6
* * test/ruby/test_env.rb (test_aset): OpenBSD acts like NetBSD innaruse2010-09-092-1/+7
* * tool/rbinstall.rb (install?): gemspec filename should includenaruse2010-09-092-1/+6
* * 2010-09-09svn2010-09-081-2/+2
* fix typoskazu2010-09-081-2/+2
* * ext/openssl/ossl_ssl.c (ssl_get_error): Thread context switch wasnahi2010-09-082-1/+8
* * ext/pathname/pathname.c (path_setgid_p): Pathname#setgid? translatedakr2010-09-083-3/+15
* * 2010-09-08svn2010-09-071-2/+2
* * ext/pathname/pathname.c (path_setuid_p): Pathname#setuid? translatedakr2010-09-073-3/+15
* * 2010-09-07svn2010-09-071-2/+2
* * ext/pathname/pathname.c (path_readable_real_p):akr2010-09-073-3/+15
* * ext/pathname/pathname.c (path_world_readable_p):akr2010-09-063-3/+15
* * Fixed wrong check of missing functions. Patch by Adrian Quark.nahi2010-09-063-3/+15
* * Fixed exception message for SSL post connection check failure. Patchnahi2010-09-062-1/+6
* * ext/readline/readline.c (readline_s_get_line_buffer):naruse2010-09-063-1/+9
* * util.c (ruby_strtod): check there is at least 1 digit afternaruse2010-09-063-2/+9
* * util.c (ruby_strtod): check integr overflow.naruse2010-09-063-6/+17
* * 2010-09-06svn2010-09-051-2/+2
* * ext/pathname/pathname.c (path_readable_p): Pathname#readable?akr2010-09-053-3/+15
* * 2010-09-05svn2010-09-051-2/+2
* * ext/pathname/pathname.c (path_owned_p): Pathname#owned?akr2010-09-053-3/+15
* * file.c (rb_file_s_readlink): symlink target should be innobu2010-09-043-2/+10
* * load.c (ruby_init_ext): export for golfers.nobu2010-09-043-1/+20
* Merges r27968 from ruby_1_9_2 into trunk.yugui2010-09-032-1/+8
* * 2010-09-04svn2010-09-031-2/+2
* Forward-ports r28360 from ruby_1_9_2 into trunk.yugui2010-09-032-0/+6
* * ext/pathname/pathname.c (path_socket_p): Pathname#socket?akr2010-09-033-3/+15
* * ext/pty/pty.c (chfunc): pass through exceptions.nobu2010-09-024-58/+124
* * ext/pathname/pathname.c (path_pipe_p): Pathname#pipe?akr2010-09-023-3/+15
* * ext/pty/pty.c (chfunc): restore errno from SystemCallError andnobu2010-09-024-3/+22
* * ext/pathname/pathname.c (path_file_p): Pathname#file?akr2010-09-023-3/+15
* * win32/win32.c (rb_w32_spawn, rb_w32_aspawn): don't forget to freeusa2010-09-022-4/+17
* * win32/win32.c (CreateChild): unicodize.usa2010-09-022-11/+41
* * 2010-09-02svn2010-09-011-2/+2
* * ext/pathname/pathname.c (path_directory_p): Pathname#directory?akr2010-09-013-3/+15
* * ext/pathname/pathname.c (path_grpowned_p): Pathname#grpowned?akr2010-09-013-3/+15
* Imported minitest 1.7.1 r5835ryan2010-09-015-201/+385
* * string.c (tr_setup_table): optimized. don't create hash objectsnaruse2010-09-013-19/+29
* * array.c (rb_ary_rotate_m): fix typo of rdoc.naruse2010-09-012-1/+6
* * enum.c (enum_zip): fix typo of rdoc.naruse2010-09-012-1/+6
* * thread.c (ruby_suppress_tracing): restore the state and invokenobu2010-09-014-3/+25
* * ext/pathname/pathname.c (path_exist_p): Pathname#exist? translatedakr2010-08-314-4/+16
* * ext/tk/stubs.c: fix [Bug #3771] "VC++ can't make ext/tk with enablingnagai2010-08-312-1/+10
* describe that Time#strftime supports %:z and %::z.akr2010-08-301-0/+4
* * 2010-08-31svn2010-08-301-2/+2
* * string.c (tr_setup_table): fix bug in r29146.naruse2010-08-306-9/+22
* * ext/pathname/pathname.c (path_executable_real_p):akr2010-08-303-4/+16
* * string.c (tr_setup_table): initialize negating table whennaruse2010-08-303-9/+27