[Lzip-bug] Version 1.7 of lzip released

2009-06-25 Thread Antonio Diaz Diaz
I am ashamed to announce the release of lzip 1.7. Lzip is a lossless data compressor based on the LZMA algorithm, with very safe integrity checking and a user interface similar to the one of gzip or bzip2. Lzip decompresses almost as fast as gzip and compresses better than bzip2, which makes it

[Lzip-bug] Version 0.5 of lzlib released

2009-07-06 Thread Antonio Diaz Diaz
I am pleased to announce the release of lzlib 0.5. Lzlib is a compression library providing in-memory LZMA compression and decompression functions, including integrity checking of the uncompressed data. The compressed data format used by lzlib is the lzip format. The homepage is at

Re: [Lzip-bug] conflict mit lzma/xz, rename lzdiff/lzgrep

2009-08-07 Thread Antonio Diaz Diaz
Till Maas wrote: Thx, but the binaries will then currently conflict witz gzip, which also provides zcat, zgrep, zdiff. The obvious solution is gzip maintainer renaming zcat, zgrep and zdiff to gzcat, gzgrep and gzdiff. I wrote him, but he has not answered yet. I'll write to him again. IMHO

Re: [Lzip-bug] building lzip-1.7 with mingw32 fails, with cygwin pass

2009-08-12 Thread Antonio Diaz Diaz
Hello Wolfgang, thank you very much for this build report. Wolfgang Buechel wrote: Building lzip-1.7 with mingw (gcc-4.4.0) fails with the error message at bottom. Building with cygwin (mingw-mode, gcc-4.4.0) passes. I'll release shortly lzip-1.8-rc2 with the 3 cygwin warnings fixed. The

[Lzip-bug] Version 1.8-rc2 of lzip released

2009-08-13 Thread Antonio Diaz Diaz
Version 1.8-rc2 of lzip is ready for testing here http://download.savannah.gnu.org/releases/lzip/lzip-1.8-rc2.tar.gz http://download.savannah.gnu.org/releases/lzip/lzip-1.8-rc2.tar.lz The md5sums are: 4ee5e4dd18ab7eb3beba32ad19173aeb lzip-1.8-rc2.tar.gz b1440f814f1f711bcdad6eaf9bbe7033

[Lzip-bug] Re: Info on lzip

2009-08-25 Thread Antonio Diaz Diaz
Hello Giovanni, calimer...@freemail.it wrote: Your compressor lzip is wonderful. Is there a Windows version? I do not distribute binaries, but Wolfgang Buechel reported[1] that lzip can be compiled on windows with cygwin[2]. [1]

[Lzip-bug] Re: zutils licensing

2009-08-26 Thread Antonio Diaz Diaz
Hello Daniel, Daniel Baumann wrote: when I was uploading zutils to debian, there was pointed out that the files in zutils are all public domain, but still the tarball contains a copy of the GPL. Assuming that this was a glitch and the GPL copy was not ment to be included on purpose (since no

Re: [Lzip-bug] lzlib: Question/Remarks about some API Signatures

2009-09-01 Thread Antonio Diaz Diaz
Hello Tino, Tino Lange wrote: 1) shouldn't Function: int LZ_compress_write ( void * const encoder, uint8_t * const buffer, const int size ) Function: int LZ_decompress_write ( void * const decoder, uint8_t * const buffer, const int size ) be changed to use a const buffer (as it's really

Re: [Lzip-bug] [PATCH] lzip on Windows

2009-10-11 Thread Antonio Diaz Diaz
Hello, JonY wrote: I noticed that lzip isn't particularly friendly to Windows. :) It depends on how you are trying to compile it. Wolfgang Buechel reported[1] that lzip can be compiled on windows with cygwin[2]. [1] http://lists.gnu.org/archive/html/lzip-bug/2009-08/msg5.html [2]

Re: [Lzip-bug] [PATCH] lzip on Windows

2009-10-12 Thread Antonio Diaz Diaz
Dear Jon, Thank you for the patch, but I'm afraid I can't accept it by a number of reasons. It is too intrusive. I am pretty sure lines like this snprintf( buf, sizeof buf, %LZIPLLd %s, num, p ); will break compilation on some other systems. It is for a system too different from posix

Re: [Lzip-bug] lzlib on Windows

2009-10-19 Thread Antonio Diaz Diaz
JonY wrote: This patch makes lzlib 0.6 build on MSYS/MinGW. Unfortunately I was unable to get the lzcheck test to pass, it mysteriously segfaults right after entering main(). It happens with mingw, mingw-w64, and msvc2008. I suppose this is because lzcheck uses a couple big local arrays.

Re: [Lzip-bug] Restarting an lzip member at any time

2009-12-11 Thread Antonio Diaz Diaz
Hello list, Jacob Rief wrote: BTW, is there any special reason why the encoder and decoder are void*-pointers? I know, behind the scenes these pointers are casted onto a C++ object, but from type safety considerations I would expect a pointer onto some kind of type. Why don't you declare a zero

Re: [Lzip-bug] Restarting an lzip member at any time

2009-12-14 Thread Antonio Diaz Diaz
Jacob Rief wrote: To which standard of C do you want your API being compatible? If its C99 then you only need one forward declaration and the repeated use of struct LZ_Encoder * is too verbose for an API, a simple LZ_Encoder* will do the job, just as in C++. I didn't know C99 accepts

Re: [Lzip-bug] solaris compile errors, lzip, and plzip: error: stdint.h: No such file or directory

2009-12-31 Thread Antonio Diaz Diaz
rupert THURNER wrote: You can replace #include stdint.h with #include inttypes.h. Both headers are C99 provided as extensions in C++, but for some reason solaris only provides inttypes.h. is there any chance this could go in the code so we do not have to patch it? I'm afraid not. inttypes.h

Re: [Lzip-bug] Version 0.1 of plzip released

2010-01-15 Thread Antonio Diaz Diaz
Ersek, Laszlo wrote: I find it entirely possible that Antonio will heed your remarks, though. You can bet I'll do. John is exceptionally good at analyzing code. :-) The definition of the SIZES macro has created a bad situation for maintenance. Positively. I suspect Antonio will replace it

Re: [Lzip-bug] Version 1.9 of lzip released

2010-01-19 Thread Antonio Diaz Diaz
Hello JonY, JonY wrote: here is the win32 patch updated for 1.9. make check runs cleanly. Thanks. I have already uploaded it to Savannah. I guess it will be in the mirrors tomorrow. Best regards, Antonio. ___ Lzip-bug mailing list

[Lzip-bug] Version 1.11-rc3 of lzip released

2010-08-02 Thread Antonio Diaz Diaz
Version 1.11-rc3 of lzip is ready for testing here http://download.savannah.gnu.org/releases/lzip/lzip-1.11-rc3.tar.gz http://download.savannah.gnu.org/releases/lzip/lzip-1.11-rc3.tar.lz The md5sums are: 90d79a009eb05a69de848e97a917de37 lzip-1.11-rc3.tar.gz 33453d8c587f7dcef0811ea84e66fb0c

[Lzip-bug] Version 1.11-rc5 of lzip released

2010-08-30 Thread Antonio Diaz Diaz
Version 1.11-rc5 of lzip is ready for testing here http://download.savannah.gnu.org/releases/lzip/lzip-1.11-rc5.tar.gz http://download.savannah.gnu.org/releases/lzip/lzip-1.11-rc5.tar.lz The md5sums are: 1af4a4fd56c5cc579800669d49eed68c lzip-1.11-rc5.tar.gz e375d5245e4892d9b3a4d9aa857b1016

Re: [Lzip-bug] Version 1.11-rc5 of lzip released

2010-09-01 Thread Antonio Diaz Diaz
JonY wrote: The hacks are relatively benign. Here are the short inserts to make main.cc and lziprecover.cc compile, along with my reasons. Just to be sure before releasing 1.5, could you please check the attached patch. It would be great if it makes lzip compile unmodified on windows and

Re: [Lzip-bug] Lzip Italian translation and new Logo

2010-11-23 Thread Antonio Diaz Diaz
Hello Paolo, PauLoX wrote: I translated Lzip home page into Italian and attached file text here. Thank you! I'll write you shortly a private email to fix some details. I also create 3 version of a new vectorial logo for Lzip project based on a public domain icon from Tango Icon Project.

Re: [Lzip-bug] Lzip Italian translation and new Logo

2010-11-24 Thread Antonio Diaz Diaz
Hello Paolo, Thanks for the corrected Italian translation! I have already uploaded it. http://www.nongnu.org/lzip/lzip_it.html Thanks also for the logos. They are nice, but they don't fit my two current ideas about lzip-family logos, that is: - The background is supposed to be a trapezium,

Re: [Lzip-bug] New bemchmarck

2010-11-26 Thread Antonio Diaz Diaz
Hello Paolo, Paolo Melchiorre wrote: I think we need an updated and well formatted [1] benchmark to replace: http://lzip.nongnu.org/benchmark.txt I do not think this is needed until at least lzip-1.12 is out. Running a benchmark is very time-consuming and I think none of the tested

[Lzip-bug] Version 1.1-rc2 of lzlib released

2010-12-09 Thread Antonio Diaz Diaz
Version 1.1-rc2 of lzlib is ready for testing here http://download.savannah.gnu.org/releases/lzip/lzlib-1.1-rc2.tar.gz http://download.savannah.gnu.org/releases/lzip/lzlib-1.1-rc2.tar.lz The md5sums are: 7a26b2ad1ddcdc1f3e6e5d2bee572e42 lzlib-1.1-rc2.tar.gz 3c53458a78f8013a2682c80691df4c2d

[Lzip-bug] Version 1.0-rc1 of lunzip released

2010-12-18 Thread Antonio Diaz Diaz
Version 1.0-rc1 of lunzip is ready for testing here http://download.savannah.gnu.org/releases/lzip/lunzip-1.0-rc1.tar.gz http://download.savannah.gnu.org/releases/lzip/lunzip-1.0-rc1.tar.lz The md5sums are: 9223b6040e4f42f282c03f7ee739cc8f lunzip-1.0-rc1.tar.gz 524a4e04e90c77b6a394580f5649fafb

Re: [Lzip-bug] lunzip: options in man page

2010-12-19 Thread Antonio Diaz Diaz
Hello Sven, Sven Hartrumpf wrote: The release of lunzip is a good idea in order to spread lzip even further. I hope that a small real decompressor proves to be more useful than lzip + one_line_lunzip_script_calling_lzip-d. Are you sure that all options in the man page make sense for

[Lzip-bug] Version 1.1 of clzip released

2011-01-14 Thread Antonio Diaz Diaz
I am pleased to announce the release of clzip 1.1. Clzip is a lossless data compressor based on the LZMA algorithm, with very safe integrity checking and a user interface similar to the one of gzip or bzip2. Clzip uses the lzip file format; the files produced by clzip are fully compatible

Re: [Lzip-bug] [PATCH] Add executable extensions support to lzip 1.11

2011-01-19 Thread Antonio Diaz Diaz
Dear Paul, Green, Paul wrote: I am enclosing the patches for my changes. I hope you can adopt them for your official distribution. If you have comments or suggestions that would improve them, I will do my best to respond and make whatever changes you feel are needed so they can be adopted.

Re: [Lzip-bug] lzip 1.11

2011-02-07 Thread Antonio Diaz Diaz
Hello, den.bumgar...@web.de wrote: if [ ! -d /usr/local/bin ] ; then install -d -m 755 /usr/local/bin ; fi install -p -m 755 ./lzip /usr/local/bin/lzip install -p -m 755 ./lziprecover /usr/local/bin/lziprecover If i try to run it lzip: Command not found. but lziprecover does work. Can you

[Lzip-bug] Version 1.12-rc1 of lzip released

2011-03-11 Thread Antonio Diaz Diaz
Version 1.12-rc1 of lzip is ready for testing here http://download.savannah.gnu.org/releases/lzip/lzip-1.12-rc1.tar.gz http://download.savannah.gnu.org/releases/lzip/lzip-1.12-rc1.tar.lz The md5sums are: c0070001ea293d11cc318b89b006ea7d lzip-1.12-rc1.tar.gz e843cc81d3c8f50cd1121f84524def66

[Lzip-bug] Version 1.12-rc2 of lzip released

2011-04-05 Thread Antonio Diaz Diaz
Version 1.12-rc2 of lzip is ready for testing here http://download.savannah.gnu.org/releases/lzip/lzip-1.12-rc2.tar.gz http://download.savannah.gnu.org/releases/lzip/lzip-1.12-rc2.tar.lz The md5sums are: f8bb2d8040c1297823d062789bea8ec1 lzip-1.12-rc2.tar.gz 4a89bbf4756facf46413945edcaa21c5

[Lzip-bug] Version 1.2-rc2 of lzlib released

2011-05-19 Thread Antonio Diaz Diaz
Version 1.2-rc2 of lzlib is ready for testing here http://download.savannah.gnu.org/releases/lzip/lzlib-1.2-rc2.tar.gz http://download.savannah.gnu.org/releases/lzip/lzlib-1.2-rc2.tar.lz The md5sums are: 21b3599b29848ea4c9d7f89f30032563 lzlib-1.2-rc2.tar.gz 17dca715828bd7b6b6af22377b14bece

Re: [Lzip-bug] plzip vs 0.6 manual missing info.

2011-10-26 Thread Antonio Diaz Diaz
Hello Keith, Keith Daniels wrote: IF the manual specified: Whether or not plzip output files are the same as lzip, and that you can or can not use lziprecover (from the lzip package) on plzip files to recover them... Thanks for pointing this out. The manual already says this: Plzip uses the

[Lzip-bug] Version 1.2 of lzlib released

2011-10-27 Thread Antonio Diaz Diaz
I am pleased to announce the release of lzlib 1.2. Lzlib is a compression library providing in-memory LZMA compression and decompression functions, including integrity checking of the uncompressed data. The compressed data format used by lzlib is the lzip format. The homepage is at

[Lzip-bug] Version 0.8-rc1 of plzip released

2011-11-10 Thread Antonio Diaz Diaz
Version 0.8-rc1 of plzip is ready for testing here http://download.savannah.gnu.org/releases/lzip/plzip-0.8-rc1.tar.gz http://download.savannah.gnu.org/releases/lzip/plzip-0.8-rc1.tar.lz The md5sums are: 511f5316c0d740eed72fe3d8b920aa7f plzip-0.8-rc1.tar.gz 44749128aa748af121b8a6e5b97e2c22

[Lzip-bug] Version 1.13-rc1 of lzip released

2011-11-14 Thread Antonio Diaz Diaz
Version 1.13-rc1 of lzip is ready for testing here http://download.savannah.gnu.org/releases/lzip/lzip-1.13-rc1.tar.gz http://download.savannah.gnu.org/releases/lzip/lzip-1.13-rc1.tar.lz The md5sums are: dfad51a8a31a064628b9e037eb097e7b lzip-1.13-rc1.tar.gz 53e1970630856572b2f1e5c1df93399b

[Lzip-bug] Version 1.13-rc1 of lziprecover released

2011-11-14 Thread Antonio Diaz Diaz
Version 1.13-rc1 of lziprecover is ready for testing here http://download.savannah.gnu.org/releases/lzip/lziprecover-1.13-rc1.tar.gz http://download.savannah.gnu.org/releases/lzip/lziprecover-1.13-rc1.tar.lz The md5sums are: 2443d10471333450dc1862227c68a9d5 lziprecover-1.13-rc1.tar.gz

Re: [Lzip-bug] Version 1.13-rc1 of lziprecover released

2011-11-15 Thread Antonio Diaz Diaz
Hello Elbert, Elbert Nicole Pol wrote: repair.cc:62:33: error: 'close' was not declared in this scope ... split.cc:108:33: error: 'close' was not declared in this scope Thanks for reporting this. I forgot to include unistd.h in repair.cc and split.cc. Please, add the following line after

[Lzip-bug] Version 1.13-rc2 of lzip released

2012-01-07 Thread Antonio Diaz Diaz
Version 1.13-rc2 of lzip is ready for testing here http://download.savannah.gnu.org/releases/lzip/lzip-1.13-rc2.tar.gz http://download.savannah.gnu.org/releases/lzip/lzip-1.13-rc2.tar.lz The md5sums are: 15c1f2f9d3ba0879a27647b15b6b82ce lzip-1.13-rc2.tar.gz d8f2a1da1246b3af7fe24671f3b0cd76

[Lzip-bug] Version 1.3 of pdlzip released

2012-01-07 Thread Antonio Diaz Diaz
I am pleased to announce the release of pdlzip 1.3. Pdlzip is a limited, public domain version of the lzip data compressor, that uses the (de)compression code from Igor Pavlov's LZMA SDK and is able to decompress legacy lzma-alone (.lzma) files. Pdlzip is written in C. The homepage is at

[Lzip-bug] Version 0.8 of plzip released

2012-01-23 Thread Antonio Diaz Diaz
I am pleased to announce the release of plzip 0.8. Plzip is a massively parallel (multi-threaded), lossless data compressor based on the LZMA algorithm, with very safe integrity checking and a user interface similar to the one of gzip or bzip2. Plzip uses the lzip file format; the files

Re: [Lzip-bug] Version 1.3-rc1 of lzlib released

2012-01-24 Thread Antonio Diaz Diaz
Hello Elbert, Elbert Nicole Pol wrote: No problems with it :P Compiled fine under OS/2. Thank you very much for the fast and extensive feedback. :-) The file main.c from lzlib uses _fsetmode and does not #include io.h. Does this mean that I can remove io.h from all the projects and leave

[Lzip-bug] Version 1.13 of lzip released

2012-03-13 Thread Antonio Diaz Diaz
I am pleased to announce the release of lzip 1.13. Lzip is a lossless data compressor based on the LZMA algorithm, with very safe integrity checking and a user interface similar to the one of gzip or bzip2. Lzip decompresses almost as fast as gzip and compresses better than bzip2, which makes

[Lzip-bug] Version 1.1 of lunzip released

2012-04-03 Thread Antonio Diaz Diaz
I am pleased to announce the release of lunzip 1.1. Lunzip is a decompressor for lzip files. It is written in C and its small size makes it well suited for embedded devices or software installers that need to decompress files but do not need compression capabilities. The homepage is at

[Lzip-bug] Version 1.3 of lzlib released

2012-04-09 Thread Antonio Diaz Diaz
I am pleased to announce the release of lzlib 1.3. Lzlib is a compression library providing in-memory LZMA compression and decompression functions, including integrity checking of the uncompressed data. The compressed data format used by lzlib is the lzip format. Lzlib is written in C. The

[Lzip-bug] Version 0.9 of plzip released

2012-04-16 Thread Antonio Diaz Diaz
I am pleased to announce the release of plzip 0.9. Plzip is a massively parallel (multi-threaded), lossless data compressor based on the LZMA algorithm, with very safe integrity checking and a user interface similar to the one of gzip or bzip2. Plzip uses the lzip file format; the files

Re: [Lzip-bug] chunking the files?

2012-12-08 Thread Antonio Diaz Diaz
Hello Chris, Light Miner wrote: I was wondering if you've considered an option for making file chunks, Have you tried the --volume-size option? `-S BYTES' `--volume-size=BYTES' Split the compressed output into several volume files with names `original_name1.lz',

Re: [Lzip-bug] mingw build failure

2013-01-10 Thread Antonio Diaz Diaz
Hello Roy, Roy wrote: There is no _fsetmode() in mingw environment. I knew I chose the wrong one. I'll switch again to setmode[1]. ;-) [1] http://lists.nongnu.org/archive/html/lzip-bug/2010-08/msg00011.html BTW, I have been told that cygwin now uses binary IO only[2]. Someone knows if

Re: [Lzip-bug] mingw build failure

2013-01-11 Thread Antonio Diaz Diaz
Roy Tam wrote: I don't think it will as the MSVCRT library will always act in text mode unless with setmode() for compatibility. OK, thanks. Is there any condition that can be reliably tested to apply this definition? Try linking to it? Try where? Lzip does not use autoconf. In a few

Re: [Lzip-bug] mingw build failure

2013-01-12 Thread Antonio Diaz Diaz
Roy Tam wrote: actually it is safe to #define it to _strtoi64 in mingw as _strtoi64 is always exists in MSVCRT. I hope you are right because I have just released lzip-1.14-rc2 with strtoull defined to _strtoi64. BTW, this version uses strtoull instead of strtoll, but I guess _strtoi64 may be

[Lzip-bug] Version 1.14-rc3 of lzip released

2013-01-15 Thread Antonio Diaz Diaz
Version 1.14-rc3 of lzip is ready for testing here http://download.savannah.gnu.org/releases/lzip/lzip-1.14-rc3.tar.gz http://download.savannah.gnu.org/releases/lzip/lzip-1.14-rc3.tar.lz The md5sums are: 40b5603e72ea86022b07e8779ba83e63 lzip-1.14-rc3.tar.gz 38305cfeb4b77848f59f8c206fa6c344

Re: [Lzip-bug] Rc3

2013-01-15 Thread Antonio Diaz Diaz
Elbert Nicole Pol wrote: [m:\gcc\lzip-1.14-rc3]make -k check testing lzip-1.14-rc3 tests completed successfully. Thanks for the feedback. I am changing all my projects to use the same code for windows and OS/2 that lzip-1.14-rc3.

Re: [Lzip-bug] Rc3

2013-01-16 Thread Antonio Diaz Diaz
JonY wrote: $ make check testing lzip-1.14-rc3 tests completed successfully. Pass on x86_64-w64-mingw32 and i686-pc-cygwin too. Great! Thanks. This seems to be finally solved. Best regards, Antonio.

[Lzip-bug] Version 1.4-rc2 of clzip released

2013-01-16 Thread Antonio Diaz Diaz
Version 1.4-rc2 of clzip is ready for testing here http://download.savannah.gnu.org/releases/lzip/clzip-1.4-rc2.tar.gz http://download.savannah.gnu.org/releases/lzip/clzip-1.4-rc2.tar.lz The md5sums are: 36bafbdd945b5eadd9c36ad174202cc2 clzip-1.4-rc2.tar.gz 26ae398d6604e9d7543ed32f426c7b72

[Lzip-bug] Version 1.2-rc2 of lunzip released

2013-01-16 Thread Antonio Diaz Diaz
Version 1.2-rc2 of lunzip is ready for testing here http://download.savannah.gnu.org/releases/lzip/lunzip-1.2-rc2.tar.gz http://download.savannah.gnu.org/releases/lzip/lunzip-1.2-rc2.tar.lz The md5sums are: c3cba9864627513de9d9a52c1a35040a lunzip-1.2-rc2.tar.gz 7e496f70d9f76e99c629aefd86e6c176

[Lzip-bug] Version 1.4-rc2 of lzlib released

2013-02-09 Thread Antonio Diaz Diaz
Version 1.4-rc2 of lzlib is ready for testing here http://download.savannah.gnu.org/releases/lzip/lzlib-1.4-rc2.tar.gz http://download.savannah.gnu.org/releases/lzip/lzlib-1.4-rc2.tar.lz The md5sums are: 1f738227707a3769d9909cf88ac575c0 lzlib-1.4-rc2.tar.gz 947351671ef91d51a9fb02948d29eadc

[Lzip-bug] Version 1.2 of lunzip released

2013-02-19 Thread Antonio Diaz Diaz
I am pleased to announce the release of lunzip 1.2. Lunzip is a decompressor for lzip files. It is written in C and its small size makes it well suited for embedded devices or software installers that need to decompress files but do not need compression capabilities. The homepage is at

[Lzip-bug] Version 1.4-rc1 of pdlzip released

2013-02-21 Thread Antonio Diaz Diaz
Version 1.4-rc1 of pdlzip is ready for testing here http://download.savannah.gnu.org/releases/lzip/pdlzip-1.4-rc1.tar.lz The md5sum is: ba9f184e1fadda1b3ea0e2252d4a85b2 pdlzip-1.4-rc1.tar.lz Please, test it and report any bugs you find. Pdlzip is a limited, public domain version of the lzip

Re: [Lzip-bug] Making lzip and plzip interchangeably usable

2013-02-28 Thread Antonio Diaz Diaz
Hello Daniel. Daniel Baumann wrote: it would be nice if lzip and plzip would be 'drop in replacements for each other' so that i could install plzip and have lzip symlinked to plzip, that way all my stuff on the system would use plzip without changing anything. They are already drop in

[Lzip-bug] Version 1.14-rc1 of lziprecover released

2013-02-28 Thread Antonio Diaz Diaz
Version 1.14-rc1 of lziprecover is ready for testing here http://download.savannah.gnu.org/releases/lzip/lziprecover-1.14-rc1.tar.lz http://download.savannah.gnu.org/releases/lzip/lziprecover-1.14-rc1.tar.gz The md5sums are: 236559ca75bbf8c5dd57be801c6c86f3 lziprecover-1.14-rc1.tar.lz

[Lzip-bug] Version 1.4 of clzip released

2013-03-04 Thread Antonio Diaz Diaz
I am pleased to announce the release of clzip 1.4. Clzip is a lossless data compressor based on the LZMA algorithm, with very safe integrity checking and a user interface similar to the one of gzip or bzip2. Clzip uses the lzip file format; the files produced by clzip are fully compatible

[Lzip-bug] Version 1.14 of lzip released

2013-03-06 Thread Antonio Diaz Diaz
I am pleased to announce the release of lzip 1.14. Lzip is a lossless data compressor based on the LZMA algorithm, with very safe integrity checking and a user interface similar to the one of gzip or bzip2. Lzip decompresses almost as fast as gzip and compresses better than bzip2, which makes

Re: [Lzip-bug] Version 1.14 of lzip released

2013-03-06 Thread Antonio Diaz Diaz
Hello Elbert. Elbert Nicole wrote: [t:\gcc\lzip-1.14]make install if [ ! -d /usr/bin ] ; then install -d -m 755 /usr/bin ; fi make.exe: *** [install-bin] Error 1 The line producing the error has not changed since version 1.10 (2010), so I suppose this is a problem with your make or install

[Lzip-bug] Version 1.0-rc1 of plzip released

2013-03-13 Thread Antonio Diaz Diaz
Version 1.0-rc1 of plzip is ready for testing here http://download.savannah.gnu.org/releases/lzip/plzip-1.0-rc1.tar.lz The md5sum is: 253ccab8cb4d97987a7da159f5aba58d plzip-1.0-rc1.tar.lz Please, test it and report any bugs you find. Plzip is a massively parallel (multi-threaded), lossless

Re: [Lzip-bug] bug in plzip-1.0-rc1 ?

2013-03-15 Thread Antonio Diaz Diaz
Hello Jean-Marc. Jean-Marc DREZET wrote: I have tried to compress the following file (after unzipping it) http://oligarchy.co.uk/xapian/1.2.14/xapian-core-1.2.14.tar.gz The program does not end, using all of the 6 cores. I am on Linux slackware64-current, with an AMD Phenom II X6 1090T.

[Lzip-bug] Version 1.15-pre1 of lzip released

2013-03-25 Thread Antonio Diaz Diaz
Version 1.15-pre1 of lzip is ready for testing here http://download.savannah.gnu.org/releases/lzip/lzip-1.15-pre1.tar.lz The md5sum is: 6420ca82b92cfb4d343460b109d98415 lzip-1.15-pre1.tar.lz Please, test it and report any bugs you find. Lzip is a lossless data compressor based on the LZMA

[Lzip-bug] Version 0.1 of lzd released

2013-03-25 Thread Antonio Diaz Diaz
Version 0.1 of lzd is ready for testing here http://download.savannah.gnu.org/releases/lzip/lzd-0.1.tar.lz The md5sum is: e2f6391a31be319306a1ef74855cd207 lzd-0.1.tar.lz Please, test it and report any bugs you find. Lzd is a very simplified decompressor for lzip files with an educational

Re: [Lzip-bug] lziprecover FTBFS with -Werror=format-security

2013-03-25 Thread Antonio Diaz Diaz
Hello Daniel. Daniel Baumann wrote: lziprecover 1.14~rc1 fails to build from source with gcc and -Werror=format-security, the attached patch fixes it. Thanks for reporting this. I have fixed it a little differently. 1.14-rc2 with this warning fixed and some minor fixes and improvements is

Re: [Lzip-bug] Lzip v1.15rc1

2013-03-25 Thread Antonio Diaz Diaz
Hello Elbert. Elbert Nicole Pol wrote: [u:\src\gcc\lzip-1.15-pre1]make -k check testing lzip-1.15-pre1 tests completed successfully. On Os/2 :) Thanks for the feedback. :-) Best regards, Antonio.

Re: [Lzip-bug] Version 1.15-pre1 of lzip released

2013-03-26 Thread Antonio Diaz Diaz
Hello JonY. JonY wrote: Tested on both {i686,x86_64}-pc-cygwin. Likewise for {i686,x86_64}-w64-mingw32. $ make check testing lzip-1.15-pre1 tests completed successfully. Thanks for the feedback. It seems all portability issues on

[Lzip-bug] Version 1.14-rc2 of lziprecover released

2013-03-27 Thread Antonio Diaz Diaz
Version 1.14-rc2 of lziprecover is ready for testing here http://download.savannah.gnu.org/releases/lzip/lziprecover-1.14-rc2.tar.lz The md5sum is: 982e9de94e5cdf27be9a58b0b8a62481 lziprecover-1.14-rc2.tar.lz Please, test it and report any bugs you find. Lziprecover is a data recovery tool

Re: [Lzip-bug] lzd 0.1

2013-03-27 Thread Antonio Diaz Diaz
Hello Elbert. Elbert Nicole Pol wrote: [t:\gcc\lzd-0.1]make -j6 c++ -W -O2 -DPROGVERSION=\0.1\ -c -o main.o main.cc main.cc: In function 'int main(int, const char* const*)': main.cc:61:26: error: 'O_BINARY' was not declared in this scope make.exe: *** [main.o] Error 1 Thanks for the

[Lzip-bug] Version 1.4-rc2 of pdlzip released

2013-04-16 Thread Antonio Diaz Diaz
Version 1.4-rc2 of pdlzip is ready for testing here http://download.savannah.gnu.org/releases/lzip/pdlzip-1.4-rc2.tar.lz The md5sum is: d7119e5f139505ea502cc36cc176671b pdlzip-1.4-rc2.tar.lz Please, test it and report any bugs you find. Pdlzip is a limited, public domain version of the lzip

Re: [Lzip-bug] lziprecover

2013-04-23 Thread Antonio Diaz Diaz
Hello Ole. Ole Tange wrote: I was puzzled that nothing happened and 'lziprecover -v' was just sitting there. That is until I did 'ls'. Oh my freaking god! 58000 files. I recognize I didn't even think about so many members in a file. I even got: newton.log.lzip lziprecover: too many members

[Lzip-bug] Version 1.14-rc3 of lziprecover released

2013-04-28 Thread Antonio Diaz Diaz
Version 1.14-rc3 of lziprecover is ready for testing here http://download.savannah.gnu.org/releases/lzip/lziprecover-1.14-rc3.tar.lz The md5sum is: 06f6c442c491f91392d1163bd6675990 lziprecover-1.14-rc3.tar.lz Please, test it and report any bugs you find. Lziprecover is a data recovery tool

Re: [Lzip-bug] instructions for install

2013-05-01 Thread Antonio Diaz Diaz
Hello Gerard. Gerard Manning wrote: do you happen to have instructions for installing lzip recover ? They are in the INSTALL file distributed in the tarball[1]. [1] http://download.savannah.gnu.org/releases/lzip/ If you don't know how to unpack the tarball, you can read INSTALL directly

[Lzip-bug] Version 0.2 of lzd released

2013-05-08 Thread Antonio Diaz Diaz
Version 0.2 of lzd is ready for testing here http://download.savannah.gnu.org/releases/lzip/lzd-0.2.tar.lz The md5sum is: 1b98e23161523d86f6833ae44577e5d6 lzd-0.2.tar.lz Please, test it and report any bugs you find. Lzd is a very simplified decompressor for lzip files with an educational

[Lzip-bug] Version 1.15-pre2 of lzip released

2013-05-13 Thread Antonio Diaz Diaz
Version 1.15-pre2 of lzip is ready for testing here http://download.savannah.gnu.org/releases/lzip/lzip-1.15-pre2.tar.lz The md5sum is: ef66e59fc6ea32a73a2bf5c74a3cdeee lzip-1.15-pre2.tar.lz Please, test it and report any bugs you find. Lzip is a lossless data compressor based on the LZMA

[Lzip-bug] Version 1.4 of lzlib released

2013-05-31 Thread Antonio Diaz Diaz
I am pleased to announce the release of lzlib 1.4. Lzlib is a compression library providing in-memory LZMA compression and decompression functions, including integrity checking of the decompressed data. The compressed data format used by lzlib is the lzip format. Lzlib is written in C. The

[Lzip-bug] Version 1.0 of plzip released

2013-06-05 Thread Antonio Diaz Diaz
I am pleased to announce the release of plzip 1.0. Plzip is a massively parallel (multi-threaded), lossless data compressor based on the lzlib compression library, with very safe integrity checking and a user interface similar to the one of bzip2, gzip or lzip. Plzip is intended for faster

[Lzip-bug] Version 1.14 of lziprecover released

2013-06-10 Thread Antonio Diaz Diaz
I am pleased to announce the release of lziprecover 1.14. Lziprecover is a data recovery tool and decompressor for files in the lzip compressed data format (.lz) able to repair slightly damaged files, recover badly damaged files from two or more copies, extract undamaged members from

[Lzip-bug] Version 1.3 of lunzip released

2013-06-21 Thread Antonio Diaz Diaz
I am pleased to announce the release of lunzip 1.3. Lunzip is a decompressor for lzip files. It is written in C and its small size makes it well suited for embedded devices or software installers that need to decompress files but do not need compression capabilities. The homepage is at

[Lzip-bug] Version 1.15-pre3 of lzip released

2013-07-17 Thread Antonio Diaz Diaz
Version 1.15-pre3 of lzip is ready for testing here http://download.savannah.gnu.org/releases/lzip/lzip-1.15-pre3.tar.lz The md5sum is: de97a5598c8213134dbebecb22932609 lzip-1.15-pre3.tar.lz Please, test it and report any bugs you find. Lzip is a lossless data compressor with a user interface

[Lzip-bug] Version 1.1-pre1 of plzip released

2013-07-22 Thread Antonio Diaz Diaz
Version 1.1-pre1 of plzip is ready for testing here http://download.savannah.gnu.org/releases/lzip/plzip-1.1-pre1.tar.lz The md5sum is: eaa1310692a2afc731d842bc770adb91 plzip-1.1-pre1.tar.lz Please, test it and report any bugs you find. Plzip is a massively parallel (multi-threaded), lossless

[Lzip-bug] Pdlzip 1.5-rc1 released

2013-07-29 Thread Antonio Diaz Diaz
Pdlzip 1.5-rc1 is ready for testing here http://download.savannah.gnu.org/releases/lzip/pdlzip-1.5-rc1.tar.lz The sha1sum is: c5a2b3881b6158fac4278833be883c12aa57589a pdlzip-1.5-rc1.tar.lz Please, test it and report any bugs you find. Pdlzip is a limited, public domain version of the lzip

[Lzip-bug] Lunzip 1.4-rc1 released

2013-07-31 Thread Antonio Diaz Diaz
Lunzip 1.4-rc1 is ready for testing here http://download.savannah.gnu.org/releases/lzip/lunzip-1.4-rc1.tar.lz The sha1sum is: 3d4580d72fbfa0b348e49c8ae66822fedec96741 lunzip-1.4-rc1.tar.lz Please, test it and report any bugs you find. Lunzip is a decompressor for lzip files. It is written in

[Lzip-bug] Lzd 0.4 released

2013-08-09 Thread Antonio Diaz Diaz
Lzd 0.4 is ready for testing here http://download.savannah.gnu.org/releases/lzip/lzd-0.4.tar.lz The sha1sum is: cc1823167314994c9d61442d837ec0f60d9d419f lzd-0.4.tar.lz Please, test it and report any bugs you find. Lzd is a simplified decompressor for lzip files with an educational purpose.

[Lzip-bug] Lzip 1.15-rc1 released

2013-08-12 Thread Antonio Diaz Diaz
Lzip 1.15-rc1 is ready for testing here http://download.savannah.gnu.org/releases/lzip/lzip-1.15-rc1.tar.lz The sha1sum is: fbf312dba109a3a86be354888284842158444599 lzip-1.15-rc1.tar.lz Please, test it and report any bugs you find. Lzip is a lossless data compressor with a user interface

[Lzip-bug] Clzip 1.5-rc1 released

2013-08-14 Thread Antonio Diaz Diaz
Clzip 1.5-rc1 is ready for testing here http://download.savannah.gnu.org/releases/lzip/clzip-1.5-rc1.tar.lz The sha1sum is: 9038776a1f087d08548a9e7ffd82d1c30d8ec305 clzip-1.5-rc1.tar.lz Please, test it and report any bugs you find. Clzip is a lossless data compressor with a user interface

[Lzip-bug] Lzlib 1.5 released

2013-09-25 Thread Antonio Diaz Diaz
I am pleased to announce the release of lzlib 1.5. Lzlib is a compression library providing in-memory LZMA compression and decompression functions, including integrity checking of the decompressed data. The compressed data format used by lzlib is the lzip format. Lzlib is written in C. The

[Lzip-bug] Plzip 1.1 released

2013-09-27 Thread Antonio Diaz Diaz
I am pleased to announce the release of plzip 1.1. Plzip is a massively parallel (multi-threaded), lossless data compressor based on the lzlib compression library, with a user interface similar to the one of lzip, bzip2 or gzip. Plzip can compress/decompress large files on multiprocessor

[Lzip-bug] Clzip 1.5 released

2013-10-01 Thread Antonio Diaz Diaz
I am pleased to announce the release of clzip 1.5. Clzip is a lossless data compressor with a user interface similar to the one of gzip or bzip2. Clzip uses the lzip file format; the files produced by clzip are fully compatible with lzip-1.4 or newer. Clzip is in fact a C language version

[Lzip-bug] Lzip 1.15 released

2013-10-03 Thread Antonio Diaz Diaz
I am pleased to announce the release of lzip 1.15. Lzip is a lossless data compressor with a user interface similar to the one of gzip or bzip2. Lzip decompresses almost as fast as gzip and compresses more than bzip2, which makes it well suited for software distribution and data archiving.

Re: [Lzip-bug] ldconfig -n doesn't work on some OS (lzlib)

2013-10-03 Thread Antonio Diaz Diaz
Hello Juan. Juan Francisco Cantero Hurtado wrote: Some versions of ldconfig doesn't support the switch -n. Look: http://www.openbsd.org/cgi-bin/man.cgi?query=ldconfigapropos=0sektion=0manpath=OpenBSD+5.3arch=i386format=html The file Makefile.in of lzlib uses this option: if [

Re: [Lzip-bug] ldconfig -n doesn't work on some OS (lzlib)

2013-10-04 Thread Antonio Diaz Diaz
Juan Francisco Cantero Hurtado wrote: I'm going to arrange the makefile to ignore errors from ldconfig, as advised in the manual of GNU Make[2]. Do you propose some other fix? No. I'm using a patch to delete the contitional with run_ldconfig:

Re: [Lzip-bug] ldconfig -n doesn't work on some OS (lzlib)

2013-10-07 Thread Antonio Diaz Diaz
Juan Francisco Cantero Hurtado wrote: Lzlib's configure does not support the --disable-ldconfig option, but if you find it useful I can implement it in no time. Yes, please :) Here it is: http://download-mirror.savannah.gnu.org/releases/lzip/lzlib-1.6-pre1.tar.lz It both implements the

Re: [Lzip-bug] ldconfig -n doesn't work on some OS (lzlib)

2013-10-08 Thread Antonio Diaz Diaz
Juan Francisco Cantero Hurtado wrote: BTW, I see here[1] that openbsd make accepts the $ variable as used by lzlib, so I guess that GNU make is not needed to build it. (The same applies to the other projects in the lzip family). It doesn't work. Thanks. Does it work with the following patch?

Re: [Lzip-bug] ldconfig -n doesn't work on some OS (lzlib)

2013-10-09 Thread Antonio Diaz Diaz
Juan Francisco Cantero Hurtado wrote: Thanks. Does it work with the following patch? No. You forgot some $. Oh no, I was trying to get OpenBSD make to accept $ as advertised in its man page: http://www.openbsd.org/cgi-bin/man.cgi?query=make

[Lzip-bug] Lunzip 1.5-rc1 released

2013-11-02 Thread Antonio Diaz Diaz
Lunzip 1.5-rc1 is ready for testing here http://download.savannah.gnu.org/releases/lzip/lunzip-1.5-rc1.tar.lz The sha1sum is: 59e602d067225f20fcf386883de3f71357753e90 lunzip-1.5-rc1.tar.lz Please, test it and report any bugs you find. Lunzip is a decompressor for lzip files. It is written in

Re: [Lzip-bug] Specifying output for plzip

2013-12-17 Thread Antonio Diaz Diaz
Hello Zach. Zach Lym wrote: I am having trouble specifying output for plzip: [...] plzip --keep --output=mirror/headstart-2013-12-06 namecoind.old plzip: Output file `namecoind.old.lz' already exists, skipping. '--output' can only be used when reading from standard input. See

Re: [Lzip-bug] Specifying output for plzip

2013-12-17 Thread Antonio Diaz Diaz
Antonio Diaz Diaz wrote: To achieve the effect you desire, use the following command: plzip -c namecoind.old mirror/headstart-2013-12-06 Sorry, I meant this: plzip -c namecoind.old mirror/headstart-2013-12-06.lz ___ Lzip-bug mailing list

  1   2   3   4   5   >