(Logical change 1.397)
edge.strict_endians
cantab.net!aia21 2004-05-24 14:04:19 +00:00
parent bc60f44a05
commit c55508d4b0
1 changed files with 7 additions and 0 deletions

View File

@ -11,6 +11,13 @@ xx/xx/2004 - 1.9.3-WIP
$top_builddir in the references to the build library in the makefile
template ntfsprogs/Makefile.am. (Yuval)
- Dump general info about an inode in ntfsinfo. (Yuval)
- Add detection for <sys/byteorder.h> and make endianness detection
work on Solaris 2.6 (Yuval) and Solaris 9 (Anton).
- Emulate bswap_{16,32,64}() if not available/we cannot find them.
This has the advantage that the problems on FreeBSD running on big
endian, 64-bit machine will just disappear as we will emulate the
calls even though they exist with a different name (bswap16(), etc
instead of bswap_16(), etc). (Anton)
11/05/2004 - 1.9.2 - Decomrpession bug fixes, ntfsinfo enhancements, updates.
- Hopefully fix the autogen.sh problems using the --force and touch