| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-04-28 | xz: Update to 5.8.1 | Michael Forney | |
| 2025-04-28 | xz: bump to 5.6.4 | hovercats | |
| 2024-02-07 | xz: add support for lzip tarballs | hovercats | |
| 2024-02-07 | xz: 5.4.6 | hovercats | |
| 2020-03-20 | xz: Update to 5.2.5 | Michael Forney | |
| 2019-11-17 | xz: Remove unnecessary patch | Michael Forney | |
| Parameter qualifiers are ignored when determining function type compatibility. | |||
| 2019-06-15 | xz: Make function declarations match definitions | Michael Forney | |
| 2019-03-19 | Rename rev to ver, and keep track of package versions as well | Michael Forney | |
| 2018-10-18 | xz: Don't assume fast unaligned access | Michael Forney | |
| 2018-10-18 | xz: Probe for size of size_t | Michael Forney | |
| 2018-05-10 | xz: Update to 5.2.4 | Michael Forney | |
| 2018-02-23 | xz: Remove crc{32,64}_tablegen.c from liblzma.a | Michael Forney | |
| These aren't actually part of the library. | |||
| 2017-10-23 | xz: Probe for architecture-dependent features | Michael Forney | |
| 2017-10-23 | xz: Don't use config-posix.h | Michael Forney | |
| 2017-09-25 | Rewrite ninja generation scripts in Lua | Michael Forney | |
| 2016-12-31 | xz: Update to 5.2.3 | Michael Forney | |
| 2016-12-19 | Compress man pages | Michael Forney | |
| 2016-12-13 | Move to flat package hierarchy | Michael Forney | |
| Note to self: never try to move submodules again To migrate your existing submodules (more or less): set -x set -e mkdir .git/modules/pkg for old in */*/src ; do new="pkg/${old#*/}" if ! [ -f "$old/.git" ] || [ "${old%%/*}" = pkg ] ; then continue fi git -C ".git/modules/$old" config core.worktree "../../../../../$new" rmdir "$new" mv "$old" "$new" sed -e "s,$old,$new," "$new/.git" > "$new/.git.tmp" mv "$new/.git.tmp" "$new/.git" mkdir ".git/modules/${new%/src}" mv ".git/modules/$old" ".git/modules/$new" rm "${old%/src}"/*.ninja mv "${old%/src}"/*.tar.{gz,xz,bz2} "${new%/src}/" rmdir "${old%/src}" || true done sed -e 's,^\[submodule "[^/]*/,[submodule "pkg/,' .git/config > .git/config.tmp mv .git/config.tmp .git/config | |||
