| Commit message (Expand) | Author | Age | Files | Lines |
* | Modernize code by removing use of old style definitions. | Flavio Cruz | 2023-04-03 | 1 | -1/+1 |
* | Avoid passing NULL to memcpy | Samuel Thibault | 2023-02-02 | 1 | -1/+2 |
* | Replace bcopy with memcpy or memmove as appropriate. | Justus Winter | 2017-08-05 | 1 | -3/+3 |
* | Replace `bzero' with `memset' | Justus Winter | 2014-12-10 | 1 | -1/+1 |
* | Clean up the included header files | Justus Winter | 2013-11-16 | 1 | -1/+2 |
* | Address gcc warnings | Bob Ham | 2012-06-30 | 1 | -2/+2 |
* | fix common misspellings | Jonathan Neuschäfer | 2011-08-20 | 1 | -1/+1 |
* | 1999-09-29 Mark Kettenis <kettenis@gnu.org> | Thomas Bushnell | 1999-09-30 | 1 | -1/+1 |
* | 1999-09-27 Thomas Bushnell, BSG <tb@mit.edu> | Thomas Bushnell | 1999-09-28 | 1 | -21/+19 |
* | 1998-09-04 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | 1998-09-04 | 1 | -26/+24 |
* | (idvec_tail_contains): | Miles Bader | 1997-05-27 | 1 | -15/+47 |
* | (idvec_insert, idvec_remove): | Miles Bader | 1997-02-21 | 1 | -18/+24 |
* | Make new functions use bcopy correctly. | Thomas Bushnell | 1996-11-18 | 1 | -2/+2 |
* | Tue Nov 12 19:22:58 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> | Thomas Bushnell | 1996-11-13 | 1 | -0/+23 |
* | (idvec_free_contents): New function. | Roland McGrath | 1996-04-25 | 1 | -3/+9 |
* | (idvec_merge_ids): Correctly add all IDS, even if some duplicates are avoided. | Miles Bader | 1996-02-03 | 1 | -2/+3 |
* | (idvec_merge_ids): Preserve duplicates internal to IDS. | Miles Bader | 1996-01-02 | 1 | -5/+34 |
* | (idvec_remove, idvec_insert_only): New functions. | Miles Bader | 1996-01-02 | 1 | -3/+41 |
* | (idvec_free_wrapper, idvec_free, idvec_ensure, idvec_grow, | Miles Bader | 1996-01-01 | 1 | -26/+152 |
* | (make_idvec, idvec_insert, idvec_add, idvec_contains): | Miles Bader | 1995-12-21 | 1 | -30/+30 |
* | Initial revision | Miles Bader | 1995-12-17 | 1 | -0/+81 |