summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2008-12-25* 2008-12-26svn
2008-12-25rdoc update.akr
2008-12-21* lib/optparse.rb (SPLAT_PROC): fix for regexp. [ruby-dev:37514]nobu
2008-12-19* lib/cgi/session.rb: ignore session_id options fixed.[Bug #605]xibbar
2008-12-18* 2008-12-19svn
2008-12-18 * test warning cleanups.nahi
2008-12-17* 2008-12-18svn
2008-12-17Merged 20854 from trunk.jeg2
2008-12-17* enumerator.c (inspect_enumerator): Implement #inspect.knu
2008-12-17* lib/date.rb (once): Use Object#object_id instead of Symbol#to_i;knu
2008-12-17* object.c (rb_any_to_a): Always use "... is deprecated" for aknu
2008-12-17* string.c (rb_str_each): Add a deprecation warning toknu
2008-12-17* object.c (rb_obj_id_obsolete): s/will be deprecated/is deprecated/.knu
2008-12-17* 2008-12-17svn
2008-12-17* object.c (sym_to_i, sym_to_int): Add a deprecation warning toknu
2008-12-16* 2008-12-16svn
2008-12-16* array.c (rb_ary_nitems, rb_ary_choice): Add a deprecationknu
2008-12-15* 2008-12-15svn
2008-12-15* lib/sync.rb (Sync_m#sync_try_lock): wrong variable name fixed.matz
2008-12-11* enumerator.c (enumerator_next, enumerator_rewind),knu
2008-12-11* lib/rss/maker.rb, lib/rss/maker/0.9.rb, lib/rss/maker/base.rb:kou
2008-12-11* test/ruby/test_enumerator.rb: Add tests for the recently addedknu
2008-12-11* lib/generator.rb (Enumerator#__generator): Now thatknu
2008-12-11* enumerator.c (enumerator_initialize): Add an ability to generateknu