This website requires JavaScript.
Explore
Help
Sign In
root
/
xz
Watch
1
Star
0
Fork
0
You've already forked xz
mirror of
https://git.tukaani.org/xz.git
synced
2025-02-08 17:55:49 +00:00
Code
Issues
Releases
Wiki
Activity
xz
/
src
/
liblzma
/
delta
History
Lasse Collin
920a69a8d8
Rename MIN() and MAX() to my_min() and my_max().
...
This should avoid some minor portability issues.
2010-05-26 10:36:46 +03:00
..
delta_common.c
Fix a design error in liblzma API.
2009-11-14 18:59:19 +02:00
delta_common.h
Put the interesting parts of XZ Utils into the public domain.
2009-04-13 11:27:40 +03:00
delta_decoder.c
Fix a design error in liblzma API.
2009-11-14 18:59:19 +02:00
delta_decoder.h
Put the interesting parts of XZ Utils into the public domain.
2009-04-13 11:27:40 +03:00
delta_encoder.c
Rename MIN() and MAX() to my_min() and my_max().
2010-05-26 10:36:46 +03:00
delta_encoder.h
Put the interesting parts of XZ Utils into the public domain.
2009-04-13 11:27:40 +03:00
delta_private.h
Fix a design error in liblzma API.
2009-11-14 18:59:19 +02:00
Makefile.inc
Build system fixes
2009-06-30 17:09:57 +03:00