paragui-cvs
[Top][All Lists]
Advanced

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

[paragui-cvs] CVS: paragui/src/physfs/archivers Makefile.am,1.1.1.1.6.4,


From: Alexander Pipelka <address@hidden>
Subject: [paragui-cvs] CVS: paragui/src/physfs/archivers Makefile.am,1.1.1.1.6.4,1.1.1.1.6.5 grp.c,1.1.1.1.6.2,1.1.1.1.6.3 zip.c,1.1.1.1.6.2,1.1.1.1.6.3 unzip.c,1.1.1.1.6.2,NONE unzip.h,1.1.1.1,NONE
Date: Mon, 15 Jul 2002 04:15:39 -0400

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

Modified Files:
      Tag: devel-1-0
        Makefile.am grp.c zip.c 
Removed Files:
      Tag: devel-1-0
        unzip.c unzip.h 
Log Message:
synced with physfs



Index: Makefile.am
===================================================================
RCS file: /cvsroot/paragui/paragui/src/physfs/archivers/Makefile.am,v
retrieving revision 1.1.1.1.6.4
retrieving revision 1.1.1.1.6.5
diff -C2 -r1.1.1.1.6.4 -r1.1.1.1.6.5
*** Makefile.am 3 Jul 2002 14:30:10 -0000       1.1.1.1.6.4
--- Makefile.am 15 Jul 2002 08:15:37 -0000      1.1.1.1.6.5
***************
*** 10,15 ****
        dir.c           \
        grp.c           \
!       zip.c           \
!       unzip.c     \
!       unzip.h
  
--- 10,13 ----
        dir.c           \
        grp.c           \
!       zip.c
  

Index: grp.c
===================================================================
RCS file: /cvsroot/paragui/paragui/src/physfs/archivers/grp.c,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
*** grp.c       21 Jun 2002 20:07:52 -0000      1.1.1.1.6.2
--- grp.c       15 Jul 2002 08:15:37 -0000      1.1.1.1.6.3
***************
*** 301,305 ****
      LinkedStringList *prev = NULL;
  
-     /* !!! FIXME: Does this consider "/" ? */
      if (*dirname != '\0')   /* no directories in GRP files. */
          return(NULL);
--- 301,304 ----

Index: zip.c
===================================================================
RCS file: /cvsroot/paragui/paragui/src/physfs/archivers/zip.c,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
*** zip.c       21 Jun 2002 20:07:52 -0000      1.1.1.1.6.2
--- zip.c       15 Jul 2002 08:15:37 -0000      1.1.1.1.6.3
***************
*** 4,8 ****
   * Please see the file LICENSE in the source's root directory.
   *
!  *  This file written by Ryan C. Gordon.
   */
  
--- 4,9 ----
   * Please see the file LICENSE in the source's root directory.
   *
!  *  This file written by Ryan C. Gordon, with some peeking at "unzip.c"
!  *   by Gilles Vollant.
[...1427 lines suppressed...]
+             ZIP_fileClose(retval);
+             BAIL_MACRO(ERR_OUT_OF_MEMORY, NULL);
+         } /* if */
+     } /* if */
+ 
      return(retval);
  } /* ZIP_openRead */
***************
*** 696,700 ****
  {
      ZIPinfo *zi = (ZIPinfo *) (h->opaque);
!     freeEntries(zi, zi->global.number_entry, NULL);
      free(zi->archiveName);
      free(zi);
--- 1186,1190 ----
  {
      ZIPinfo *zi = (ZIPinfo *) (h->opaque);
!     freeEntries(zi, zi->entryCount);
      free(zi->archiveName);
      free(zi);

--- unzip.c DELETED ---

--- unzip.h DELETED ---




reply via email to

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