(Logical change 1.255)
edge.strict_endians
cantab.net!aia21 2004-01-07 10:48:24 +00:00
parent e691e34ae7
commit dacd601b9f
1 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,9 @@
- Compile fixes for DJGPP. (Chrisophe Grenier, me)
- Add compatibility for building on FreeBSD. (Christophe Grenier)
- Add new compile target "make libs" which only compiles libntfs.
- Note: DJGPP only works with "make libs". not "make" due to absence
of getopt.h, getopt_long(), snprintf(), vsnprintf(). getopt() does
exist (in unistd.h) so we could switch to that if we wanted.
06/01/2004 - 1.8.1 - Important bug fix and various enhancements.
- Add new API function attrib.[hc]:ntfs_attr_map_whole_runlist().