[前][次][番号順一覧][スレッド一覧]

ruby-changes:3079

From: ko1@a...
Date: 24 Dec 2007 12:11:45 +0900
Subject: [ruby-changes:3079] drbrain - Ruby:r14571 (trunk): Add svn:ignore for OS X Xcode 3's conftest.dSYM directories.

drbrain	2007-12-24 12:11:30 +0900 (Mon, 24 Dec 2007)

  New Revision: 14571

  Modified directories:
    trunk/
    trunk/ext/curses/
    trunk/ext/dbm/
    trunk/ext/digest/md5/
    trunk/ext/digest/rmd160/
    trunk/ext/digest/sha1/
    trunk/ext/dl/
    trunk/ext/dl/win32/
    trunk/ext/etc/
    trunk/ext/iconv/
    trunk/ext/json/
    trunk/ext/openssl/
    trunk/ext/pty/
    trunk/ext/racc/cparse/
    trunk/ext/readline/
    trunk/ext/socket/
    trunk/ext/syslog/
    trunk/ext/tk/
    trunk/ext/tk/tkutil/
    trunk/ext/zlib/
    trunk/test/soap/header/
  Modified files:
    trunk/ChangeLog

  Log:
    Add svn:ignore for OS X Xcode 3's conftest.dSYM directories.
  Modified: trunk/

  Modified: trunk/ext/curses/

  Modified: trunk/ext/dbm/

  Modified: trunk/ext/digest/md5/

  Modified: trunk/ext/digest/rmd160/

  Modified: trunk/ext/digest/sha1/

  Modified: trunk/ext/dl/

  Modified: trunk/ext/dl/win32/

  Modified: trunk/ext/etc/

  Modified: trunk/ext/iconv/

  Modified: trunk/ext/json/

  Modified: trunk/ext/openssl/

  Modified: trunk/ext/pty/

  Modified: trunk/ext/racc/cparse/

  Modified: trunk/ext/readline/

  Modified: trunk/ext/socket/

  Modified: trunk/ext/syslog/

  Modified: trunk/ext/tk/

  Modified: trunk/ext/tk/tkutil/

  Modified: trunk/ext/zlib/

  Modified: trunk/test/soap/header/

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ext/racc/cparse?r1=14571&r2=14570
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ext/etc?r1=14571&r2=14570
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ext/tk/tkutil?r1=14571&r2=14570
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ext/readline?r1=14571&r2=14570
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ext/pty?r1=14571&r2=14570
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ext/zlib?r1=14571&r2=14570
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk?r1=14571&r2=14570
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ChangeLog?r1=14571&r2=14570
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/test/soap/header?r1=14571&r2=14570
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ext/tk?r1=14571&r2=14570
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ext/syslog?r1=14571&r2=14570
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ext/socket?r1=14571&r2=14570
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ext/dbm?r1=14571&r2=14570
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ext/openssl?r1=14571&r2=14570
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ext/dl/win32?r1=14571&r2=14570
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ext/digest/sha1?r1=14571&r2=14570
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ext/digest/rmd160?r1=14571&r2=14570
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ext/iconv?r1=14571&r2=14570
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ext/json?r1=14571&r2=14570
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ext/dl?r1=14571&r2=14570
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ext/digest/md5?r1=14571&r2=14570
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ext/curses?r1=14571&r2=14570

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 14570)
+++ ChangeLog	(revision 14571)
@@ -1,3 +1,8 @@
+Mon Dec 24 12:08:10 2007  Eric Hodel  <drbrain@s...>
+
+	* /, ext/:  Add svn:ignore for OS X Xcode 3's conftest.dSYM
+	directories.
+
 Mon Dec 24 11:56:31 2007  Nobuyoshi Nakada  <nobu@r...>
 
 	* common.mk: should not pass MAKEFLAGS to recursive make.

Property changes on: ext/digest/md5
___________________________________________________________________
Name: svn:ignore
   - *.def
Makefile
extconf.h
md5.a
mkmf.log

   + *.def
Makefile
extconf.h
md5.a
mkmf.log
conftest.dSYM



Property changes on: ext/digest/rmd160
___________________________________________________________________
Name: svn:ignore
   - *.def
Makefile
extconf.h
mkmf.log
rmd160.a

   + *.def
Makefile
extconf.h
mkmf.log
rmd160.a
conftest.dSYM



Property changes on: ext/digest/sha1
___________________________________________________________________
Name: svn:ignore
   - *.def
Makefile
extconf.h
mkmf.log
sha1.a

   + *.def
Makefile
extconf.h
mkmf.log
sha1.a
conftest.dSYM



Property changes on: ext/syslog
___________________________________________________________________
Name: svn:ignore
   - *.def
Makefile
extconf.h
mkmf.log
syslog.a

   + *.def
Makefile
extconf.h
mkmf.log
syslog.a
conftest.dSYM



Property changes on: ext/dl/win32
___________________________________________________________________
Name: svn:ignore
   + Makefile



Property changes on: ext/dl
___________________________________________________________________
Name: svn:ignore
   - *.def
*.func
*.o
*~
Makefile
callback.h
dl.a
dlconfig.h
dlconfig.rb
extconf.h
mkmf.log

   + *.def
*.func
*.o
*~
Makefile
callback.h
dl.a
dlconfig.h
dlconfig.rb
extconf.h
mkmf.log
conftest.dSYM



Property changes on: ext/zlib
___________________________________________________________________
Name: svn:ignore
   - *.def
Makefile
extconf.h
mkmf.log
zlib.a

   + *.def
Makefile
extconf.h
mkmf.log
zlib.a
conftest.dSYM



Property changes on: ext/curses
___________________________________________________________________
Name: svn:ignore
   - *.def
Makefile
curses.a
extconf.h
mkmf.log

   + *.def
Makefile
curses.a
extconf.h
mkmf.log
conftest.dSYM



Property changes on: ext/json
___________________________________________________________________
Name: svn:ignore
   + Makefile
extconf.h



Property changes on: ext/pty
___________________________________________________________________
Name: svn:ignore
   - *.def
Makefile
extconf.h
mkmf.log
pty.a

   + *.def
Makefile
extconf.h
mkmf.log
pty.a
conftest.dSYM



Property changes on: ext/tk/tkutil
___________________________________________________________________
Name: svn:ignore
   - Makefile
*.log
*.def

   + Makefile
*.log
*.def
conftest.dSYM
extconf.h



Property changes on: ext/tk
___________________________________________________________________
Name: svn:ignore
   - Makefile
*.log
*.def

   + Makefile
*.log
*.def
conftest.dSYM
extconf.h



Property changes on: ext/readline
___________________________________________________________________
Name: svn:ignore
   - *.def
Makefile
extconf.h
mkmf.log
readline.a

   + *.def
Makefile
extconf.h
mkmf.log
readline.a
conftest.dSYM



Property changes on: ext/openssl
___________________________________________________________________
Name: svn:ignore
   - GNUmakefile
Makefile
dep
extconf.h
mkmf.log
openssl.a

   + GNUmakefile
Makefile
dep
extconf.h
mkmf.log
openssl.a
conftest.dSYM



Property changes on: ext/socket
___________________________________________________________________
Name: svn:ignore
   - *.def
Makefile
constants.h
extconf.h
mkmf.log
socket.a

   + *.def
Makefile
constants.h
extconf.h
mkmf.log
socket.a
conftest.dSYM



Property changes on: ext/dbm
___________________________________________________________________
Name: svn:ignore
   - Makefile
mkmf.log
*.def
extconf.h

   + Makefile
mkmf.log
*.def
extconf.h
conftest.dSYM



Property changes on: ext/racc/cparse
___________________________________________________________________
Name: svn:ignore
   - *.def
Makefile
cparse.a
extconf.h
mkmf.log

   + *.def
Makefile
cparse.a
extconf.h
mkmf.log
conftest.dSYM



Property changes on: ext/etc
___________________________________________________________________
Name: svn:ignore
   - *.def
Makefile
etc.a
extconf.h
mkmf.log

   + *.def
Makefile
etc.a
extconf.h
mkmf.log
conftest.dSYM



Property changes on: ext/iconv
___________________________________________________________________
Name: svn:ignore
   - *.def
Makefile
config.charset
extconf.h
iconv.a
iconv.rb
mkmf.log

   + *.def
Makefile
config.charset
extconf.h
iconv.a
iconv.rb
mkmf.log
conftest.dSYM



Property changes on: test/soap/header
___________________________________________________________________
Name: svn:ignore
   + session.pstoredb



Property changes on: 
___________________________________________________________________
Name: svn:ignore
   + *.bak
*.inc
*.orig
*.rej
*.sav
*~
.*-*
.*.list
.*.time
.ccmalloc
.ext
.git
.pc
.ppack
.svn
COPYING.LIB
ChangeLog-1.8.0
ChangeLog.pre-alpha
ChangeLog.pre1_1
Makefile
README.atheos
README.fat-patch
README.v6
TAGS
archive
autom4te*.cache
automake
beos
config.cache
config.h
config.h.in
config.log
config.status
configure
enc.mk
largefile.h
lex.c
libruby-static.a
libruby.so.*
*.dylib
miniprelude.c
miniruby
newdate.rb
newver.rb
parse.c
patches
patches-master
pitest.rb
ppack
prelude.c
preview
rbconfig.rb
rename2.h
revision.h
repack
riscos
rubicon
ruby
ruby-man.rd.gz
test.rb
tmp
web
y.output
y.tab.c
yasmdata.rb



--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml

[前][次][番号順一覧][スレッド一覧]