Skip to content

Instantly share code, notes, and snippets.

@jpemberthy
Created March 30, 2009 23:51
Show Gist options
  • Save jpemberthy/87957 to your computer and use it in GitHub Desktop.
Save jpemberthy/87957 to your computer and use it in GitHub Desktop.
Balian:matzruby jpemberthy$ git ba
* master
origin/HEAD
origin/master
origin/mvm
origin/ruby_1_3
origin/ruby_1_4
origin/ruby_1_6
origin/ruby_1_8
origin/ruby_1_8_5
origin/ruby_1_8_6
origin/ruby_1_8_7
origin/ruby_1_9_1
origin/trunk
Balian:matzruby jpemberthy$ git co origin/ruby_1_8_6 -b 186
Branch 186 set up to track remote branch refs/remotes/origin/ruby_1_8_6.
Switched to a new branch "186"
Balian:matzruby jpemberthy$ git log
commit 55270aba6378e33dcb41884699de3ec0eb43d71d
Author: shyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>
Date: Fri Mar 27 11:06:21 2009 +0000
merge revision(s) 21749:
* lib/mkmf.rb (mkintpath): new function which converts native path
to format acceptable in Makefile.
* lib/mkmf.rb (configuration): convers srcdir, topdir and hdrdir.
a patch by Alexey Borzenkov <snaury AT gmail.com> at
[ruby-core:21448].
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8_6@23081 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
commit 1a1c7ed2ddb6fcc9d05cf20ddb57f47de8b33d62
Author: shyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>
Date: Fri Mar 27 10:21:06 2009 +0000
merge revision(s) 22882,22961,22971:
* gc.c (run_final): calls free function. [ruby-core:22578]
* gc.c (rb_gc_call_finalizer_at_exit): leave Thread objects
unfinalized. [ruby-dev:38168]
* gc.c (run_final): frees zombies only. [ruby-dev:38171]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8_6@23077 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
commit 6a4dae4dafa8213966908898efb4df8f6447179e
Author: shyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>
Date: Mon Mar 23 10:16:30 2009 +0000
merge revision(s) 22011:
* ext/thread/thread.c (rb_queue_pop, rb_queue_push): should not lock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment