summaryrefslogtreecommitdiff
path: root/src/uniqstr.c
Commit message (Expand)AuthorAgeFilesLines
* Update URLs to prefer https: to http:Paul Eggert2021-01-291-1/+1
* package: bump copyrights to 2021Akim Demaille2021-01-161-1/+1
* style: use hash_xinsertAkim Demaille2020-05-221-5/+2
* gnulib: update, and use the attribute moduleAkim Demaille2020-05-081-2/+2
* package: bump copyrights to 2020Akim Demaille2020-01-051-1/+1
* gnulib: updateAkim Demaille2019-09-111-7/+5
* check for memory exhaustionAkim Demaille2019-09-011-0/+2
* package: bump copyrights to 2019Akim Demaille2019-01-051-2/+2
* uniqstr: avoid need for VLAsPaul Eggert2018-09-281-8/+25
* Update copyright yearsAkim Demaille2018-05-121-1/+2
* package: bump to 2015Akim Demaille2015-01-041-1/+1
* package: bump to 2014Akim Demaille2014-02-031-1/+1
* fix: uniqstr are already pointersAkim Demaille2013-10-221-2/+2
* uniqstr: fix assertionValentin Tolmer2013-08-011-1/+2
* style: syntax-check fixesAkim Demaille2013-05-301-1/+1
* maint: update copyright yearsAkim Demaille2013-01-121-1/+1
* variant: produce stable resultsAkim Demaille2012-12-231-1/+12
* maint: use STREQ/STRNEQ.Akim Demaille2012-02-231-1/+1
* maint: run "make update-copyright".Jim Meyering2012-01-131-1/+1
* global: remove unnecessary horizontal tabs.Joel E. Denny2011-07-241-5/+5
* maint: run "make update-copyright".Joel E. Denny2011-01-021-2/+1
* Do not use date ranges in copyright notices.Paul Eggert2010-06-171-1/+2
* maint: run "make update-copyright"Joel E. Denny2010-01-041-1/+1
* Minor code cleanup.Joel E. Denny2009-10-081-0/+16
* hash: check insertion for memory exhaustion.Akim Demaille2009-06-251-2/+3
* Update to GPLv3.Paul Eggert2007-08-151-7/+5
* Work around portability problem on Solaris 10: flex-generatedPaul Eggert2005-12-091-0/+1
* * NEWS: Version 2.0b.Paul Eggert2005-07-241-2/+3
* Update FSF postal mail address.Paul Eggert2005-05-141-2/+2
* Use size_t (not unsigned int) for hashes, since the gnulib hash modulePaul Eggert2004-05-071-3/+3
* Use more-consistent naming conventions for local vars.Paul Eggert2003-02-031-11/+11
* (uniqstr_print): Now inline. Return bool, not int.Paul Eggert2002-12-131-18/+20
* Rename struniq to uniqstr, to avoid collision with <string.h>.Paul Eggert2002-12-111-0/+149