summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2010-09-10* ext/pathname/pathname.c (path_sticky_p): Pathname#sticky? translatedakr
2010-09-10 * lib/webrick/httprequest.rb (WEBrick::HTTPRequest#continue): addnahi
2010-09-10 * ext/openssl/lib/openssl/x509-internal.rb: removed unused localnahi
2010-09-10Add a couple of ruby-dev refs.knu
2010-09-10* class.c (rb_scan_args): Add support for optional keywordknu
2010-09-10* random.c (rb_genrand_ulong_limited): renamed fromnaruse
2010-09-10 * ext/digest/lib/digest.rb: removed unused exception variablenahi
2010-09-09* ext/etc/etc.c (etc_systmpdir): assume system default tmpdirnobu
2010-09-09* ext/pathname/pathname.c (path_size_p): Pathname#size? translated fromakr
2010-09-09* ext/socket/option.c (inspect_peercred): support OpenBSD-current.akr
2010-09-09* vm.c (vm_backtrace_each): skip allocator frames which have nonobu
2010-09-09* ext/pathname/pathname.c (path_size): Pathname#size translated fromakr
2010-09-09* compile.c (case_when_optimizable_literal): When float value can bewanabe
2010-09-09 * test/net/http/test_https.rb (test_identity_verify_failure): followsnahi
2010-09-09* test/ruby/test_env.rb (test_aset): OpenBSD acts like NetBSD innaruse
2010-09-09* tool/rbinstall.rb (install?): gemspec filename should includenaruse
2010-09-08fix typoskazu
2010-09-08 * ext/openssl/ossl_ssl.c (ssl_get_error): Thread context switch wasnahi
2010-09-08* ext/pathname/pathname.c (path_setgid_p): Pathname#setgid? translatedakr
2010-09-07* ext/pathname/pathname.c (path_setuid_p): Pathname#setuid? translatedakr
2010-09-07* ext/pathname/pathname.c (path_readable_real_p):akr
2010-09-06* ext/pathname/pathname.c (path_world_readable_p):akr
2010-09-06 * Fixed wrong check of missing functions. Patch by Adrian Quark.nahi
2010-09-06 * Fixed exception message for SSL post connection check failure. Patchnahi
2010-09-06* ext/readline/readline.c (readline_s_get_line_buffer):naruse
2010-09-06* util.c (ruby_strtod): check there is at least 1 digit afternaruse
2010-09-06* util.c (ruby_strtod): check integr overflow.naruse
2010-09-05* ext/pathname/pathname.c (path_readable_p): Pathname#readable?akr
2010-09-05* ext/pathname/pathname.c (path_owned_p): Pathname#owned?akr
2010-09-04* file.c (rb_file_s_readlink): symlink target should be innobu
2010-09-04* load.c (ruby_init_ext): export for golfers.nobu
2010-09-03Merges r27968 from ruby_1_9_2 into trunk.yugui
2010-09-03Forward-ports r28360 from ruby_1_9_2 into trunk.yugui
2010-09-03* ext/pathname/pathname.c (path_socket_p): Pathname#socket?akr
2010-09-02* ext/pty/pty.c (chfunc): pass through exceptions.nobu
2010-09-02* ext/pathname/pathname.c (path_pipe_p): Pathname#pipe?akr
2010-09-02* ext/pty/pty.c (chfunc): restore errno from SystemCallError andnobu
2010-09-02* ext/pathname/pathname.c (path_file_p): Pathname#file?akr
2010-09-02* win32/win32.c (rb_w32_spawn, rb_w32_aspawn): don't forget to freeusa
2010-09-02* win32/win32.c (CreateChild): unicodize.usa
2010-09-01* ext/pathname/pathname.c (path_directory_p): Pathname#directory?akr
2010-09-01* ext/pathname/pathname.c (path_grpowned_p): Pathname#grpowned?akr
2010-09-01Imported minitest 1.7.1 r5835ryan
2010-09-01* string.c (tr_setup_table): optimized. don't create hash objectsnaruse
2010-09-01* array.c (rb_ary_rotate_m): fix typo of rdoc.naruse
2010-09-01* enum.c (enum_zip): fix typo of rdoc.naruse
2010-09-01* thread.c (ruby_suppress_tracing): restore the state and invokenobu
2010-08-31* ext/pathname/pathname.c (path_exist_p): Pathname#exist? translatedakr
2010-08-31* ext/tk/stubs.c: fix [Bug #3771] "VC++ can't make ext/tk with enablingnagai
2010-08-30* string.c (tr_setup_table): fix bug in r29146.naruse