summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-01-31* io.c (io_getpartial): fflush after read for updating pos in FILE.akr
2009-01-30* proc.c (Init_Proc): add '===' operator to use procs in whenknu
2009-01-30* 2009-01-30svn
2009-01-30Mention SecureRandom.uuid.knu
2009-01-29* 2009-01-29svn
2009-01-29* lib/securerandom.rb: new method SecureRandom#uuidtechnorama
2009-01-27* 2009-01-28svn
2009-01-27pass the trim_mode [Feature #1032] [Bug #1062]seki
2009-01-27* lib/pathname.rb (Pathname#world_readable?): define only ifakr
2009-01-27* 2009-01-27svn
2009-01-27remove trailing spaces.akr
2009-01-26* eval.c (Init_Cont): separated from Init_Thread() sincenobu
2009-01-26* array.c (rb_ary_aset): fixed arguments evaluation order.nobu
2009-01-26* lib/pathname.rb (chop_basename, prepend_prefix): use o option.nobu
2009-01-26* eval.c (Init_Thread): provides "continuation.so" for forwardnobu
2009-01-25* 2009-01-26svn
2009-01-25* ext/openssl/ossl_ssl.c: Server Name Indication support.technorama
2009-01-23* lib/mkmf.rb (configuration): leaves PATH_SEPARATOR unchanged.nobu
2009-01-23* lib/mkmf.rb (mkintpath): new function which converts native pathnobu
2009-01-23* lib/mkmf.rb (try_func): got rid of c-mode confusion.nobu
2009-01-22* gc.c (define_final): cannot define finalizer for immediatenobu
2009-01-22* gc.c (rb_gc_call_finalizer_at_exit): deffers IO finalization.nobu
2009-01-22eol-stylenobu
2009-01-21pass the trim_mode [Feature #1032]seki
2009-01-21* 2009-01-22svn
2009-01-21* array.c (ary_double_capa): a new function to expand array morematz
2009-01-21* enumerator.c (inspect_enumerator, yielder_new_i): addednobu
2009-01-21* 2009-01-21svn
2009-01-21* variable.c (rb_mod_remove_cvar): fixed rb_mod_remove_cvar() toshugo
2009-01-20* parse.y (IS_BEG): EXPR_CLASS should be treated like EXPR_BEG.matz
2009-01-19* node.h (rb_thread_raised_clear): should not clear flags other thannobu
2009-01-14* ext/socket/extconf.rb (gai_strerror): checks if available and ifnobu
2009-01-12* 2009-01-13svn
2009-01-12* ext/socket/socket.c (sock_s_unpack_sockaddr_in): check too shortakr
2009-01-12* win32/win32.c (open_dir_handle): extracted from rb_w32_opendir.nobu
2009-01-12* 2009-01-12svn
2009-01-12* eval.c (rb_thread_start_0): must use ruby_longjmp instead ofnobu
2009-01-11remove PercentScanner. fixed % after %> bug. [ruby-dev:37751] [Bug #997]seki
2009-01-11* hash.c (rb_hash_s_create): set nil as the value if assoc lengthnobu
2009-01-09* eval.c (TAG_THREAD): to start a new thread.nobu
2009-01-07* 2009-01-07svn
2009-01-07* configure.in: fix SEGV on Mac OS X 10.5.3 with --enable-shared.kazu
2009-01-06* eval.c (stack_extend): streamlined rb_thread_restore_context()nobu
2009-01-06* eval.c (cc_mark): frees the continuation's stack if its threadnobu
2009-01-05* win32/win32.c (init_env): use user profile folder than personalnobu
2009-01-04* numeric.c (ruby_float_step): extracted from num_step().nobu
2009-01-04* ext/extmk.rb (extmake): does not use both of makefile.rb andnobu
2008-12-29* 2008-12-29svn
2008-12-29* eval.c (rb_thread_schedule): Don't change status of threads whichakr
2008-12-26* lib/optparse.rb (OptionParser::List#summarize): gives prioritynobu