1
0
mirror of https://gitlab.com/bzip2/bzip2.git synced 2025-07-31 18:24:23 +03:00

12 Commits

Author SHA1 Message Date
7468369d2a Remove legacy Windows nmake build system 2022-07-17 04:40:54 +00:00
1ea1ac188a bzgrep, build: use grep -E/-F instead of egrep and fgrep
`egrep` and `fgrep` have been deprecated in GNU grep since 2007, and in
current post 3.7 Git they have been made to emit obsolescence warnings:
https://git.savannah.gnu.org/cgit/grep.git/commit/?id=a9515624709865d480e3142fd959bccd1c9372d1
2022-02-06 18:31:39 +00:00
9ae5232a55 docs: spelling and grammar fixes 2022-02-06 18:27:51 +00:00
7b44372099 Project version 1.1.0, libtool version 1:9:0
Increase the project version to 1.1.0 as this is a new feature version.

As for all new feature versions, increase the libtool .so version.
Only increase the revision, as no API's were added or removed.
It may look like I've increased it by 2, but that's because v1.0.8 used
Makefiles and was at 1:8:0.

See http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
2022-01-30 11:50:37 -08:00
10fe37f2eb Project home is now now gitlab.com/bzip2
Explain why bzip2 has repositories on sourceware.org and gitlab.com.

Change error messages in bzip2 source to request that bugs be reported
to project's gitlab issues page.

Fixup project homepage in various documents to point to gitlab project.

Remove trailing whitespace from a few documents.

Update the Release Checklist.

Add myself as new maintainer.
2022-01-30 11:50:37 -08:00
c7334a261a manual.xml: Add BZ_SEQUENCE_ERROR to return values of BZ2_bzDecompress
BZ_SEQUENCE_ERROR can be returned if BZ2_bzDecompress is called after
an earlier call already returned BZ_STREAM_END.

Reported-by: Vanessa McHale <vamchale@gmail.com>
2022-01-30 11:50:37 -08:00
ef10e08eb4 Mention the --help command line option in the documentation.
Bug-Debian: https://bugs.debian.org/517257
2022-01-30 11:50:37 -08:00
72d05fc59b manual: Add id to legalnotice.
Otherwise the generated HTML will have a different randomly generated
name id which generates spurious diffs.
2022-01-30 11:50:37 -08:00
62c12b8ebc Use UTF-8 encoding and include bzip.css as link for HTML manual. 2022-01-30 11:50:37 -08:00
53766110d1 docs/RELEASING.md - start a release checklist 2019-06-21 17:55:07 -05:00
e264a7f7c4 Add CMake build system. 2019-06-09 19:13:08 -04:00
0a464db0fd move documentation into a docs/ folder 2019-06-06 14:18:47 -07:00