Changes by: Nathaniel Gray (n8gray at cs.caltech.edu)
Date: 2007-12-13 17:45:58 -0800 (Thu, 13 Dec 2007)
Revision: 146
Log message:

      Fix my extended attribute fixes.

Changes  Path(relative to public/backup-bouncer)
+1 -1 VERSION
+1 -0 tests.d/70-extended-attrs.test
+58 -14 util/xattr-util.c

Changes by: Nathaniel Gray (n8gray at cs.caltech.edu)
Date: 2007-12-13 17:47:27 -0800 (Thu, 13 Dec 2007)
Revision: 147
Log message:

      Split xar-apple and xar-svn

Changes  Path(relative to public/backup-bouncer/copiers.d)
Copied 70-xar-apple.cp (from rev 136, public/backup-bouncer/copiers.d/70-xar.cp)
Deleted 70-xar.cp
Added 75-xar-svn.cp

Changes by: Nathaniel Gray (n8gray at cs.caltech.edu)
Date: 2007-12-29 13:44:43 -0800 (Sat, 29 Dec 2007)
Revision: 148
Log message:

      Fixes a potential crash.

Changes  Path(relative to ScriptExport)
+1 -0 DevelNotes.txt
+4 -1 ScriptExport.m
+2 -0 ScriptExport.xcodeproj/project.pbxproj

Changes by: Nathaniel Gray (n8gray at cs.caltech.edu)
Date: 2007-12-29 13:45:43 -0800 (Sat, 29 Dec 2007)
Revision: 149
Log message:

      mkdir

Changes  Path(relative to ScriptExport-branches)
Added .

Changes by: Nathaniel Gray (n8gray at cs.caltech.edu)
Date: 2007-12-29 13:47:21 -0800 (Sat, 29 Dec 2007)
Revision: 150
Log message:

      A branch to build from if I want to abort the auto-manifest stuff.

Changes  Path(relative to ScriptExport-branches/pre-auto-manifest)
Copied . (from rev 149, ScriptExport)

Changes by: Nathaniel Gray (n8gray at cs.caltech.edu)
Date: 2007-12-30 00:17:14 -0800 (Sun, 30 Dec 2007)
Revision: 151
Log message:

      Major changes!
     
     * Support a "manifest file" mode, where you only supply one script and SE builds
       a manifest file for you.  I write out a .plist file and pass the path to the
       script.
     
     * Change the keyword delimiter from ';' to '\n'.  You can perhaps have a ; in
       a keyword, but not a newline.  Also, it makes it easier to split the list
       properly in shell scripts.
       
     * Eliminated some dead code.

Changes  Path(relative to ScriptExport)
+2 -0 DevelNotes.txt
+2 -0 ExportImageProtocol.h
+1 -1 Info.plist
+2 -2 ScriptExport.h
+284 -204 ScriptExport.m
+93 -55 ScriptExport.nib/classes.nib
+9 -8 ScriptExport.nib/info.nib
Change(bin) ScriptExport.nib/keyedobjects.nib
+16 -4 ScriptExport.xcodeproj/project.pbxproj
+18 -20 ScriptExportHelp.html

Changes by: Nathaniel Gray (n8gray at cs.caltech.edu)
Date: 2007-12-30 11:29:29 -0800 (Sun, 30 Dec 2007)
Revision: 152
Log message:

      Update the output from a running task incrementally.  Much better for
     long-running tasks!

Changes  Path(relative to ScriptExport)
+21 -27 ScriptExport.m