[Unison-hackers] [unison-svn] rev 27 - in trunk: . doc src src/ubase

subversion at central.cis.upenn.edu subversion at central.cis.upenn.edu
Mon Apr 25 14:19:59 EDT 2005


Author: bcpierce
Date: 2005-04-25 13:19:57 -0400 (Mon, 25 Apr 2005)
New Revision: 27

Modified:
   trunk/.depend
   trunk/doc/contactsbody.tex
   trunk/src/Makefile
   trunk/src/RECENTNEWS
   trunk/src/TODO.txt
   trunk/src/common.ml
   trunk/src/files.ml
   trunk/src/globals.ml
   trunk/src/mkProjectInfo.ml
   trunk/src/os.ml
   trunk/src/osx.ml
   trunk/src/path.ml
   trunk/src/pred.ml
   trunk/src/pred.mli
   trunk/src/props.ml
   trunk/src/recon.ml
   trunk/src/remote.ml
   trunk/src/terminal.ml
   trunk/src/ubase/depend
   trunk/src/ubase/prefs.ml
   trunk/src/ubase/prefs.mli
   trunk/src/ubase/util.ml
   trunk/src/uicommon.ml
   trunk/src/uicommon.mli
   trunk/src/uigtk.ml
   trunk/src/uigtk2.ml
   trunk/src/uitext.ml
   trunk/src/update.ml
Log:
* Changed time display to include seconds (so that people on FAT
  filesystems will not be confused when Unison tries to update a file
  time to an odd number of seconds and the filesystem truncates it to
  an even number!)

* Changed some occurrences of List.foo to Safelist.foo (just for paranoia) 

* Added Prefs.name function (actually needed by Harmony) and changed
  type of Prefs.alias to take a Prefs.t instead of a string as first
  parameter (for more safety)

* WARNING: everything compiles, but the new Prefs module has not been
  tested yet.  (I'll do that soon.)





More information about the Unison-hackers mailing list