paragui-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[paragui-cvs] CVS: paragui/src/physfs CHANGELOG,1.1.1.1.6.3,1.1.1.1.6.4


From: Alexander Pipelka <address@hidden>
Subject: [paragui-cvs] CVS: paragui/src/physfs CHANGELOG,1.1.1.1.6.3,1.1.1.1.6.4 TODO,1.1.1.1.6.2,1.1.1.1.6.3 physfs_internal.h,1.1.1.1.6.2,1.1.1.1.6.3
Date: Mon, 15 Jul 2002 04:15:39 -0400

Update of /cvsroot/paragui/paragui/src/physfs
In directory subversions:/tmp/cvs-serv31299/src/physfs

Modified Files:
      Tag: devel-1-0
        CHANGELOG TODO physfs_internal.h 
Log Message:
synced with physfs



Index: CHANGELOG
===================================================================
RCS file: /cvsroot/paragui/paragui/src/physfs/CHANGELOG,v
retrieving revision 1.1.1.1.6.3
retrieving revision 1.1.1.1.6.4
diff -C2 -r1.1.1.1.6.3 -r1.1.1.1.6.4
*** CHANGELOG   11 Jul 2002 08:59:29 -0000      1.1.1.1.6.3
--- CHANGELOG   15 Jul 2002 08:15:36 -0000      1.1.1.1.6.4
***************
*** 3,8 ****
   */
  
  07112002 - configure.in updated to make it happier on newer autoconfs
!            (thanks again, Alexander!).
  07102002 - Added a byteorder-friendly convenience API, so you can read/write
             data and convert to the native byteorder without too much effort.
--- 3,23 ----
   */
  
+ 07142002 - Use GetVolumeInformation() instead of GetDiskFreeSpace() in
+            win32.c's mediaInDrive() function. This allows Windows NT 3.x to
+            correctly detect CD-ROM drives. Library now appears to be fully
+            functional on WinNT 3.51...need to try NT 3.1 still.  :)
+            Patches to new ZIP code; cleaned up bugs in symlink reading code,
+            but we incorrectly identify some entries as symlinks, which doesn't
+            fly...for now, symlink code is commented out, so symlinks look
+            like regular files (and reading from a symlink entry gives you
+            the link as file data).
+ 07122002 - Rewrote the ZIP archiver to no longer use Gilles Vollant's unzip.c
+            code. Losing that abstraction should make the ZIP archiver
+            significantly more efficient, and halved the amount of code used.
+            Plus, being a control freak, I like my coding style more than
+            Gilles's. :)  There are still bugs to shake out, but this is good
+            progress.
  07112002 - configure.in updated to make it happier on newer autoconfs
!            (thanks again, Alexander!). FIXME cleanups.
  07102002 - Added a byteorder-friendly convenience API, so you can read/write
             data and convert to the native byteorder without too much effort.

Index: TODO
===================================================================
RCS file: /cvsroot/paragui/paragui/src/physfs/TODO,v
retrieving revision 1.1.1.1.6.2
retrieving revision 1.1.1.1.6.3
diff -C2 -r1.1.1.1.6.2 -r1.1.1.1.6.3
*** TODO        11 Jul 2002 08:59:29 -0000      1.1.1.1.6.2
--- TODO        15 Jul 2002 08:15:37 -0000      1.1.1.1.6.3
***************
*** 5,9 ****
  
  - Include the Visual Studio.NET project file in CVS directly.
- - Improve ZIP_seek() (archivers/zip.c)
  - Make the zipfile parse symlinks with relative paths. See the function
    expand_symlink_path() in archivers/zip.c ...
--- 5,8 ----

Index: physfs_internal.h
===================================================================
RCS file: /cvsroot/paragui/paragui/src/physfs/physfs_internal.h,v
retrieving revision 1.1.1.1.6.2
retrieving revision 1.1.1.1.6.3
diff -C2 -r1.1.1.1.6.2 -r1.1.1.1.6.3
*** physfs_internal.h   21 Jun 2002 20:07:52 -0000      1.1.1.1.6.2
--- physfs_internal.h   15 Jul 2002 08:15:37 -0000      1.1.1.1.6.3
***************
*** 275,278 ****
--- 275,280 ----
  #define ERR_NOT_A_DIR            "Not a directory"
  #define ERR_FILE_NOT_FOUND       "File not found"
+ #define ERR_NOT_AN_ARCHIVE       "Not an archive"
+ #define ERR_CORRUPTED            "Corrupted archive"
  
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]