aboutsummaryrefslogtreecommitdiff
path: root/libshouldbeinlibc/idvec.c
Commit message (Expand)AuthorAgeFilesLines
* Modernize code by removing use of old style definitions.Flavio Cruz2023-04-031-1/+1
* Avoid passing NULL to memcpySamuel Thibault2023-02-021-1/+2
* Replace bcopy with memcpy or memmove as appropriate.Justus Winter2017-08-051-3/+3
* Replace `bzero' with `memset'Justus Winter2014-12-101-1/+1
* Clean up the included header filesJustus Winter2013-11-161-1/+2
* Address gcc warningsBob Ham2012-06-301-2/+2
* fix common misspellingsJonathan Neuschäfer2011-08-201-1/+1
* 1999-09-29 Mark Kettenis <kettenis@gnu.org>Thomas Bushnell1999-09-301-1/+1
* 1999-09-27 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-09-281-21/+19
* 1998-09-04 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1998-09-041-26/+24
* (idvec_tail_contains):Miles Bader1997-05-271-15/+47
* (idvec_insert, idvec_remove):Miles Bader1997-02-211-18/+24
* Make new functions use bcopy correctly.Thomas Bushnell1996-11-181-2/+2
* Tue Nov 12 19:22:58 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1996-11-131-0/+23
* (idvec_free_contents): New function.Roland McGrath1996-04-251-3/+9
* (idvec_merge_ids): Correctly add all IDS, even if some duplicates are avoided.Miles Bader1996-02-031-2/+3
* (idvec_merge_ids): Preserve duplicates internal to IDS.Miles Bader1996-01-021-5/+34
* (idvec_remove, idvec_insert_only): New functions.Miles Bader1996-01-021-3/+41
* (idvec_free_wrapper, idvec_free, idvec_ensure, idvec_grow,Miles Bader1996-01-011-26/+152
* (make_idvec, idvec_insert, idvec_add, idvec_contains):Miles Bader1995-12-211-30/+30
* Initial revisionMiles Bader1995-12-171-0/+81