aboutsummaryrefslogtreecommitdiff
path: root/libpipe/pq.h
Commit message (Collapse)AuthorAgeFilesLines
* fix common misspellingsJonathan Neuschäfer2011-08-201-2/+2
| | | | | | * Fix spelling with codespell[1] and manually review it. [1] http://git.profusion.mobi/cgit.cgi/lucas/codespell/
* 2006-07-25 Stefan Siegl <stesie@brokenpipe.de>Thomas Schwinge2006-07-251-2/+2
| | | | | | * pq.c (packet_write): Only dereference AMOUNT if it is not the null pointer and document the change. * pq.h (packet_write): Document the change.
* Mon Oct 21 21:58:03 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1996-10-241-9/+14
| | | | | | | * pipe.h: Add extern inline protection. * pq.h: Likewise. * pipe-funcs.c, pq-funcs.c: New files. * Makefile (SRCS): Add pipe-funcs.c and pq-funcs.c.
* (packet_fit): New function.Miles Bader1996-01-231-22/+49
| | | | (packet_ensure, packet_ensure_efficiently): Use packet_fit().
* (packet_ensure, packet_ensure_efficiently):Miles Bader1996-01-141-9/+7
| | | | | | Use packet_new_size() instead of packet_size_adjust(). (packet_size_adjust): Declaration removed. (packet_new_size): New declaration.
* Initial revisionMiles Bader1995-07-261-0/+230