summaryrefslogtreecommitdiff
path: root/src/hash-table.cc
Commit message (Expand)AuthorAgeFilesLines
* Change source code license to GPLv3+.Bruno Haible2008-08-231-7/+5
* tweak commentBrendan Kehoe2005-12-271-1/+1
* Update FSF postal address.Bruno Haible2005-05-141-1/+1
* Improve debugging output.Bruno Haible2003-03-041-30/+33
* Portability fixes.Bruno Haible2003-03-031-4/+6
* Change element type of _selchars from 'unsigned char' to 'unsigned int'.Bruno Haible2003-02-141-6/+14
* When the option -k is not given, the default key positions are now computedBruno Haible2003-02-111-10/+5
* Use const where possible.Bruno Haible2003-01-131-1/+1
* Rework the hash table code.Bruno Haible2002-12-191-22/+76
* Comment.Bruno Haible2002-11-291-0/+1
* Update copyright notice to GPL v2.Bruno Haible2002-11-251-13/+15
* Avoid g++ -Wold-style-cast warnings.Bruno Haible2002-11-211-3/+3
* Start using bool.Bruno Haible2002-11-191-1/+1
* Rework the options handling.Bruno Haible2002-11-131-1/+12
* Prefix all field names with _.Bruno Haible2002-11-091-18/+18
* Simplify function declarations.Bruno Haible2002-11-081-1/+1
* Replace class List_Node with class KeywordExt.Bruno Haible2002-11-051-4/+4
* Introduce class KeywordExt.Bruno Haible2002-11-041-4/+4
* New class Keyword.Bruno Haible2002-11-011-3/+3
* Remove trace facility. Use a debugger instead.Bruno Haible2002-10-151-5/+1
* Allow the use of embedded NULs in keys.Bruno Haible2000-08-201-16/+20
* Initial revisionBruno Haible2000-08-191-0/+91