simon-svn: agedu: simon
Commits to Tartarus CVS repository.
tartarus-commits at lists.tartarus.org
Sat Dec 8 12:05:33 GMT 2012
SVN root: svn://svn.tartarus.org/sgt
Changes by: simon
Revision: 9723
Date: 2012-12-08 12:05:33 +0000 (Sat, 08 Dec 2012)
Log message (9 lines):
Change the magic number used to introduce a trie file, so that instead
of a single unsigned long it's a big structure filled with various
integer and pointer types. The idea is that when we check it on
reading an existing index file, it should point out any ABI mismatches
between the platform which generated the index and the one reading it.
In the course of this work I've had to actually add code to check the
magic numbers, which previously weren't checked at all and so would
have been useful only to file(1).
Modified files:
U agedu/agedu.c
U agedu/trie.c
U agedu/trie.h
Links:
http://svn.tartarus.org/sgt/?rev=9723&view=rev
http://svn.tartarus.org/sgt/agedu/agedu.c?rev=9723&r1=9722&r2=9723
http://svn.tartarus.org/sgt/agedu/trie.c?rev=9723&r1=9722&r2=9723
http://svn.tartarus.org/sgt/agedu/trie.h?rev=9723&r1=9722&r2=9723
More information about the tartarus-commits
mailing list