search for: gailly

Displaying 6 results from an estimated 6 matches for "gailly".

Did you mean: gaily
2006 Jan 16
1
problem unpacking R sources (PR#8492)
...cmu.edu/R/CRAN/src/base/R-2/R-2.2.1.tar.gz Version info for tar and gunzip provided below (GNU legalese edited out), along with the error messages I get. Thanks. Steve /notcygwin[506] gunzip --version gunzip 1.3.5 (2002-09-30) Copyright 2002 Free Software Foundation Copyright 1992-1993 Jean-loup Gailly Compilation options: DIRENT UTIME STDC_HEADERS HAVE_UNISTD_H HAVE_MEMORY_H HAVE_STRING_H HAVE_LSTAT ASMV Written by Jean-loup Gailly. /notcygwin[507] tar --version tar (GNU tar) 1.13.25 Copyright (C) 2001 Free Software Foundation, Inc. Written by John Gilmore and Jay Fenlason. /notcygwin[508] gu...
2002 Jan 07
0
rsync-2.5.1 / zlib patches
...Fri May 22 08:45:43 1998 +++ lcl_zlib:trees.c Sun Jan 6 18:09:15 2002 @@ -1,3 +1,4 @@ +/* Converted by prj_src:unix_c_to_vms_c.tpu AND prj_zlib:trees.tpu on 6-JAN-2002 18:09:14.93 OPENVMS_AXP */ /* trees.c -- output deflated data using Huffman coding * Copyright (C) 1995-1998 Jean-loup Gailly * For conditions of distribution and use, see copyright notice in zlib.h @@ -238,7 +239,7 @@ /* =========================================================================== * Initialize the various 'constant' tables. */ -local void tr_static_init() +local void tr_static_init(void...
2002 Mar 27
2
Problem with ssh-keygen
...d pathnames 3 shared pathnames 24 directories 3 executables 302 blocks used (approx) PKGINST: SMCzlib NAME: zlib CATEGORY: application ARCH: sparc VERSION: 1.1.4 BASEDIR: /usr/local VENDOR: Jean-loup Gailly and Mark Adler PSTAMP: Steve Christensen INSTDATE: Mar 26 2002 18:15 EMAIL: steve at smc.vnet.net STATUS: completely installed FILES: 76 installed pathnames 5 shared pathnames 17 directories 3 executables 11...
2002 Jun 22
0
-z and -B65536 causing file corruption in 2.5.5 w/zlib 1.1.4
...@polaris:/home/phil 29> which rsync /usr/bin/rsync phil@polaris:/home/phil 30> ls -l /usr/bin/rsync -rwxr-xr-x 1 root root 548639 Jun 22 03:47 /usr/bin/rsync phil@polaris:/home/phil 31> strings </usr/bin/rsync | fgrep 1.1.4 1.1.4 deflate 1.1.4 Copyright 1995-2002 Jean-loup Gailly 1.1.4 inflate 1.1.4 Copyright 1995-2002 Mark Adler 1.1.4 phil@polaris:/home/phil 32> ============================================================================= Checking out the server: ============================================================================= root@hadar:/root 20> whic...
2002 Jan 30
1
Patch: update zlib/* to 1.1.3
...ib/deflate.c,v retrieving revision 1.2 diff -u -r1.2 deflate.c --- zlib/deflate.c 22 May 1998 06:58:56 -0000 1.2 +++ zlib/deflate.c 30 Jan 2002 01:12:43 -0000 @@ -52,7 +52,7 @@ #include "deflate.h" const char deflate_copyright[] = - " deflate 1.1.2 Copyright 1995-1998 Jean-loup Gailly "; + " deflate 1.1.3 Copyright 1995-1998 Jean-loup Gailly "; /* If you use the zlib library in a product, an acknowledgment is welcome in the documentation of your product. If for some reason you cannot @@ -608,11 +608,13 @@ deflate_state *ss; ushf *overlay; -...
2012 Aug 20
13
[PATCH 00/12] Multidisk support
Hello, the following patches should get multidisk access working. The syntax accepted is the following: (hdx,y)/path/to/file where x is the disk number and start at 0 and the y is the partition number starting at 1. So (hd0,1) is the first partition of the first disk. the other accepted syntax is using MBR's 32 bits disk signature so for example: (mbr:0x12345678,2)/foo/bar would address