Merge commit 'origin/master' into HEAD
Steve Scaffidi [Fri, 11 Sep 2009 21:00:46 +0000 (17:00 -0400)]
Conflicts:
.gitignore
BuildStem.pm
MANIFEST
MANIFEST.SKIP
bin/chat2_demo
bin/run_stem

1  2 
.gitignore
BuildStem.pm
MANIFEST.SKIP
bin/chat2_demo

diff --cc .gitignore
@@@ -19,4 -18,20 +18,23 @@@ blib
  \#*#
  .#*
  .*.swp
 -lib-pod
 +
++# archive files
++*.gz
++*.bz2
++
++# stuff from uri's working dir that he doesn't want in the repo
++old*
+ *.ok
++lib-pod
+ modules
 -
+ event_test
 -*.gz
+ dlug
+ flow
+ intel
+ pod
+ scaffidi
+ slides
+ stem2pod
+ test
 -
diff --cc BuildStem.pm
Simple merge
diff --cc MANIFEST.SKIP
@@@ -20,3 -23,6 +23,7 @@@
  ^#.*#$
  ^\.#
  \.*.swp$
+ # other stuff we dont want in the dist tarball
+ ^notes/
++
diff --cc bin/chat2_demo
@@@ -7,6 -7,7 +7,10 @@@ $xskip = ( $^O eq 'solaris' ) ? 600 : 5
  
  use File::Basename qw( basename );
  $ENV{PATH} .= ':' . basename( $0 ) . ':.';
++<<<<<<< HEAD:bin/chat2_demo
++=======
++>>>>>>> origin/master:bin/chat2_demo
  for my $prog qw( run_stem xterm telnet ) {
      die "Can't find $prog in PATH\n" if
          system( "which $prog >/dev/null 2>&1" ) != 0;