into cantab.net:/home/src/ntfsprogs-devel
2004/03/10 09:20:51+00:00 cantab.net!aia21
Use AC_GNU_SOURCE instead of doing it manually.
BKrev: 404ede31HIgRE3BpmQv_DLWjL-aQzg
2004/03/09 14:38:52+00:00 cantab.net!aia21
Fix all occurences of printf with %ll length modifiers but 64 bit
arguments to typecast the arguments to (unsigned) long long to avoid
the warnings when compiling on 64 bit architectures.
BKrev: 404dd906ZnIHBbTe4bIWl40WThcnkA
2004/03/09 14:38:50+00:00 cantab.net!aia21
Fix all occurences of printf with %ll length modifiers but 64 bit
arguments to typecast the arguments to (unsigned) long long to avoid
the warnings when compiling on 64 bit architectures.
(Logical change 1.306)
2004/03/09 14:38:51+00:00 cantab.net!aia21
Fix all occurences of printf with %ll length modifiers but 64 bit
arguments to typecast the arguments to (unsigned) long long to avoid
the warnings when compiling on 64 bit architectures.
(Logical change 1.306)
2004/03/09 14:38:50+00:00 cantab.net!aia21
Fix all occurences of printf with %ll length modifiers but 64 bit
arguments to typecast the arguments to (unsigned) long long to avoid
the warnings when compiling on 64 bit architectures.
(Logical change 1.306)
2004/03/09 14:38:49+00:00 cantab.net!aia21
Fix all occurences of printf with %ll length modifiers but 64 bit
arguments to typecast the arguments to (unsigned) long long to avoid
the warnings when compiling on 64 bit architectures.
(Logical change 1.306)
into cantab.net:/home/src/ntfsprogs-devel
2004/03/09 12:38:19+00:00 cantab.net!aia21
- Start using the default INSTALL and COPYING so our changes don't keep
getting lost when anyone does autoreconf -f or autoupdate. The
Linux-NTFS specific content has been moved to the README file.
- Several typo fixes in the documentation/text files.
BKrev: 404dbadbYldROfH6sHtUQhqEmoHu_w
into cantab.net:/home/src/ntfsprogs-devel
2004/03/09 10:52:14+00:00 cantab.net!aia21
Make the device fd in unix_io.c be stored in malloc()ed space pointed
to by the d_private pointer instead of inside the d_private pointer
itself. Makes the warnings on 64 bit architectures go away.
BKrev: 404da54egDOFADYrwrjwiUnZsoj6Jw
into cantab.net:/home/src/ntfsprogs-devel
2004/03/08 17:03:22+00:00 cantab.net!aia21
- Use head -n 1 instead of -1 in getgccver script. (From SUSE LINUX)
- Fix typo in ntfsinfo.c. (From SUSE LINUX)
BKrev: 404ca791aIIJT3whYPFDuwIGakLxCw
into cantab.net:/home/src/ntfsprogs-devel
2004/03/08 12:13:28+00:00 cantab.net!aia21
Use bswap_xx instead of __bswap_constant_xx when the constant version
is not available as is the case on some architectures. (Thanks to
David Martnez Moreno for the bug report.)
BKrev: 404c64bcSW2HoY3r5wE2bVlkCpOKEA
into cantab.net:/home/src/ntfsprogs-devel
2004/03/07 20:23:09+00:00 cantab.net!aia21
Move djgpp support stuff to above AC_PROG_CC in configure.ac
BKrev: 404b84ca2fXKnA6cCdErYO_gv_pJlQ
and his collegues at the University of Granada, Dewey M. Sasser,
Erik Meade, Martin Fick, Sandro Hawke, Dave Croal, Lorrin Nelson,
Geert Hendrickx, Robert Bjorkman and Richard Burdick.
(Logical change 1.299)
2003/11/02 23:22:27+00:00 flatcap.org!ntfs
move cluster_find to separate source module
implement last option
2003/10/29 10:25:42+00:00 flatcap.org!ntfs
display cluster info about a file / inode
(Logical change 1.299)