Releases: circulosmeos/gztool
v1.4
- Added
-A
parameter to indicate absolute values with-[rR]
- minor fixes shown with
-v
>1
- gztool-linux.aarch64 : executable for linux Ubuntu on ARM 64 bits
- gztool-linux.x86_64 : executable for linux Ubuntu on x86 64 bits
- gztool-Windows.x86_64.exe : executable for Windows on x86 64 bits
Please, note that there are packages available for Debian/Ubuntu systems on all hardware platforms:
sudo add-apt-repository ppa:roberto.s.galende/gztool
sudo apt-get update
sudo apt-get install gztool
v1.3
-x
is now implicit,
and-z
parameter is created to allow indexes creation without line number information- Added
-[1-9]
compression factor parameter - code simplifications
- v1.2: Added
-[rR]
(range) to-[bL]
extract options to allow
indicating a maximum number of bytes (-r
) or lines (-R
)
to extract after the indicated byte (-b
) or line (-L
)
is reached.
- gztool-linux.aarch64 : executable for linux Ubuntu on ARM 64 bits
- gztool-linux.x86_64 : executable for linux Ubuntu on x86 64 bits
- gztool-Windows.x86_64.exe : executable for Windows on x86 64 bits
Please, note that there are packages available for Debian/Ubuntu systems on all hardware platforms:
sudo add-apt-repository ppa:roberto.s.galende/gztool
sudo apt-get update
sudo apt-get install gztool
v1.2
- Added
-[rR]
(range) to-[bL]
extract options to allow
indicating a maximum number of bytes (-r
) or lines (-R
)
to extract after the indicated byte (-b
) or line (-L
)
is reached.
v1.1.1
- Added VERBOSITY_EXCESSIVE message on Z_ERRNO and Z_DATA_ERROR in decompress_and_build_index()
- gztool-linux.aarch64 : executable for linux Ubuntu on ARM 64 bits
- gztool-linux.x86_64 : executable for linux Ubuntu on x86 64 bits
- gztool-Windows.x86_64.exe : executable for Windows on x86 64 bits
Please, note that there are packages available for Debian/Ubuntu systems on all hardware platforms:
sudo add-apt-repository ppa:roberto.s.galende/gztool
sudo apt-get update
sudo apt-get install gztool
v1.1
- added Patching options
-[pP]
for managing incomplete gzip streams in gzip files
- gztool-linux.aarch64 : executable for linux Ubuntu on ARM 64 bits
- gztool-linux.x86_64 : executable for linux Ubuntu on x86 64 bits
- gztool-Windows.x86_64.exe : executable for Windows on x86 64 bits
Please, note that there are packages available for Debian/Ubuntu systems on all hardware platforms:
sudo add-apt-repository ppa:roberto.s.galende/gztool
sudo apt-get update
sudo apt-get install gztool
v0.11.5.0
This is just a packaging release for Debian, identical to v0.11.5
v0.11.5
- Pacthed error when printing total lines number "0" with
-l
,
introduced in v0.11.4
- gztool-linux.aarch64 : executable for linux Ubuntu on ARM 64 bits
- gztool-linux.x86_64 : executable for linux Ubuntu on x86 64 bits
- gztool-Windows.x86_64.exe : executable for Windows 7 or above on x86 64 bits
Please, note that there are packages available for Debian/Ubuntu systems on all hardware platforms:
sudo add-apt-repository ppa:roberto.s.galende/gztool
sudo apt-get update
sudo apt-get install gztool
v0.11.4
- Patched line number counting (
-[xX]
) when there's a single line,
that is, there's no newline char anywhere: previous versions stored
0 as the count and reported nothing, when it must be 1 to be consistent.
- gztool-linux.aarch64 : executable for linux Ubuntu on ARM 64 bits
- gztool-linux.x86_64 : executable for linux Ubuntu on x86 64 bits
- gztool-Windows.x86_64.exe : executable for Windows 7 or above on x86 64 bits
Please, note that there are packages available for Debian/Ubuntu systems on all hardware platforms:
sudo add-apt-repository ppa:roberto.s.galende/gztool
sudo apt-get update
sudo apt-get install gztool
v0.11.3
-l
accepts a gzip file name as parameter if a companion .gzi file exists- Patched compiler warning when compiling in a 32-bit platform
- minor fixes and improvements
- gztool-linux.aarch64 : executable for linux Ubuntu on ARM 64 bits
- gztool-linux.x86_64 : executable for linux Ubuntu on x86 64 bits
- gztool-Windows.x86_64.exe : executable for Windows 7 or above on x86 64 bits
Please, note that there are packages available for Debian/Ubuntu systems on all hardware platforms:
sudo add-apt-repository ppa:roberto.s.galende/gztool
sudo apt-get update
sudo apt-get install gztool
v0.11.2
- All parameter errors are prepended the "ERROR:" string
- Added a
magic
file to identify index files withfile
command
- gztool-linux.aarch64 : executable for linux Ubuntu on ARM 64 bits
- gztool-linux.x86_64 : executable for linux Ubuntu on x86 64 bits
- gztool-Windows.x86_64.exe : executable for Windows 7 or above on x86 64 bits
Please, note that there are packages available for Debian/Ubuntu systems on all hardware platforms:
sudo add-apt-repository ppa:roberto.s.galende/gztool
sudo apt-get update
sudo apt-get install gztool