aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
2005-12-29Actually handle the include file for "make install"libucd-0.1.2H. Peter Anvin1-2/+2
2005-12-29Another missing dependencyH. Peter Anvin1-0/+3
2005-12-29Warnings cleanup in perfect/H. Peter Anvin1-1/+1
2005-12-29Clean up *.a, add make distcleanlibucd-0.1.1H. Peter Anvin1-1/+4
2005-12-29Fix install procedureH. Peter Anvin1-4/+7
2005-12-29Add "make install"libucd-0.1H. Peter Anvin1-0/+5
2005-12-29Make clean should remove ucd.hH. Peter Anvin1-1/+1
2005-12-29Clean a bit betterH. Peter Anvin1-1/+1
2005-12-08Add interface to query the UCD version numberPeter Anvin1-1/+3
2005-12-08Move configuration to MCONFIG filePeter Anvin1-18/+1
2005-12-05More advanced, associative cache; "constipate" the ucd pointer by defaultH. Peter Anvin1-2/+5
2005-12-05Generate enumerations automagically; canonicalize namesH. Peter Anvin1-2/+10
2005-12-04Add caching of UCS dataH. Peter Anvin1-13/+21
2005-12-04Build ucslookup.cH. Peter Anvin1-1/+5
2005-12-04Don't need length and mtime for this applicationH. Peter Anvin1-3/+3
2005-12-04name-to-ucs mapping function, first attemptH. Peter Anvin1-3/+6
2005-12-04Make nametoucs hashH. Peter Anvin1-6/+37
2005-12-04Correct references to "nametoucs" which really are "ucstoname"H. Peter Anvin1-4/+4
2005-12-04Produce table for the ucstoname hashH. Peter Anvin1-13/+40
2005-12-04Add compressor; more work towards being able to actually build hash tablesH. Peter Anvin1-2/+13
2005-11-29Add enumerations for additional properties; actually generate property arrayH. Peter Anvin1-8/+17
2005-11-25Generate forward hash for UCS->name calculationH. Peter Anvin1-4/+18
2005-11-25Create a proper Makefile setupH. Peter Anvin1-0/+49