2025-02-24 04:59:04 +01:00
|
|
|
Changes in version 0.8:
|
2025-02-24 04:42:45 +01:00
|
|
|
|
2025-02-24 05:01:08 +01:00
|
|
|
The option "--recursive" has been added to zgrep.
|
|
|
|
|
|
|
|
All the utilities have been rewritten in C++, making them safer and more
|
|
|
|
efficient.
|
|
|
|
|
|
|
|
Zcat and zcmp implement the functionality of cat and cmp respectively.
|
|
|
|
Cat and cmp are not needed at runtime.
|
|
|
|
|
|
|
|
All mentions to zegrep and zfgrep have been removed from the
|
|
|
|
documentation because egrep and fgrep are deprecated.
|
|
|
|
|
2025-02-24 04:59:04 +01:00
|
|
|
Environment safeguards from configure have been removed. This allows
|
|
|
|
environment variables to affect configuration.
|