summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
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
2010-08-30* ext/pathname/pathname.c (path_executable_real_p):akr
2010-08-30* string.c (tr_setup_table): initialize negating table whennaruse
2010-08-29* ext/pathname/pathname.c (path_.executable_p): Pathname#.executable?akr
2010-08-29* lib/rdoc/parser/ruby.rb (RDoc#parse_call_parameters): don'tnobu
2010-08-29* lib/rdoc/parser/ruby.rb (RDoc#parse_class): ignore non-constantnobu
2010-08-29* file.c (rb_get_path_check): clarify error message fornobu
2010-08-29* common.mk (node_name.inc): remove command option -n and givenaruse
2010-08-29fix a date.akr
2010-08-29* vm.c (rb_thread_method_id_and_class): curried proc has nonobu
2010-08-29* load.c (rb_provide_feature): clarify error message for frozennobu
2010-08-29* load.c (load_failed): should honor encoding. [ruby-core:31915]nobu
2010-08-29* common.mk (clean): exclude *.inc. [ruby-dev:41931]naruse
2010-08-28* ext/pathname/pathname.c (path_chardev_p): Pathname#chardev?akr
2010-08-28* ext/bigdecimal/bigdecimal.c (BigDecimal_save_exception_mode,mrkn
2010-08-27* ext/pathname/pathname.c (path_blockdev_p): Pathname#blockdev?akr
2010-08-27* ChangeLog: fix credit (requested by the author).shyouhei
2010-08-27 * string.c (rb_str_prepend): new method by Sora Harakamishyouhei
2010-08-27* math.c (math_atan2): you should know that M_PI is not the featureusa
2010-08-27* file.c (null_device): move from io.c.nobu
2010-08-27* ChangeLog: annotate for redmine.mrkn