| Age | Commit message (Expand) | Author |
| 2023-06-01 | make: shorten function names, clean up comments | rillig |
| 2022-01-08 | make: inline Buf_Clear | rillig |
| 2021-12-15 | make: prevent memory leaks from buffers | rillig |
| 2021-11-28 | make: move duplicate function Buf_AddFlag to buf.c | rillig |
| 2021-06-21 | make: use simpler upper bound for length in Buf_AddInt | rillig |
| 2021-01-30 | make(1): remove __predict_false | rillig |
| 2021-01-30 | make(1): inline Buf_GetAll | rillig |
| 2021-01-30 | make(1): only clean up the Buffer data in CLEANUP mode | rillig |
| 2021-01-30 | make(1): split Buf_Destroy into Buf_Done and Buf_DoneData | rillig |
| 2020-12-30 | make(1): format multi-line comments | rillig |
| 2020-12-28 | make(1): rename Buf_Expand_1 to Buf_Expand | rillig |
| 2020-11-23 | make(1): indent buf.c with tabs instead of spaces | rillig |
| 2020-11-07 | make(1): make API of Buf_Init simpler | rillig |
| 2020-11-07 | make(1): clean up code stylistically | rillig |
| 2020-10-24 | make(1): remove macros MIN and MAX | rillig |
| 2020-10-24 | make(1): clean up comments in buf.c | rillig |
| 2020-09-27 | make(1): in the Buffer functions, rename bp to buf | rillig |
| 2020-09-27 | make(1): rename Buffer fields | rillig |
| 2020-09-13 | make(1): clean up RCSID blocks | rillig |
| 2020-08-23 | make(1): clean up code in buf.c | rillig |
| 2020-08-23 | make(1): use common MAX macro instead of self-defined | rillig |
| 2020-08-13 | make(1): remove type alias Byte = char | rillig |
| 2020-08-09 | make(1): format the source code consistently, at least per file | rillig |
| 2020-08-09 | make(1): fix variable length array in Buf_AddInt | rillig |
| 2020-08-08 | make(1): remove trailing Z from buffer functions | rillig |
| 2020-08-03 | make(1): no declaration-after-statement anymore | rillig |
| 2020-08-01 | make(1): remove redundant if clause from Buf_DestroyCompact | rillig |
| 2020-08-01 | make(1): switch Buffer size from int to size_t | rillig |
| 2020-07-26 | make(1): add Buffer functions for common tasks | rillig |
| 2020-07-26 | make(1): add Buf_AddInt to make the calling code simpler | rillig |
| 2020-07-03 | make(1): remove redundant parentheses around return values | rillig |
| 2012-04-24 | Var* are generally very liberal with memory, with the expectation | sjg |
| 2009-01-17 | Change 'Buffer' so that it is the actual struct, not a pointer to it. | dsl |
| 2008-12-20 | A lot of code assumes that the pointer returned by Buf_GetAll() is malloced. | dsl |
| 2008-10-06 | Don't use emalloc and friends directly, but call them consistently | joerg |
| 2008-02-15 | back all changes out until I fix it properly. | christos |
| 2008-02-14 | - use pid_t/size_t as appropriate instead of int. | christos |
| 2005-08-08 | From Max Okumoto: | christos |
| 2005-08-05 | More KNF cleanups from Max Okumoto | christos |
| 2005-07-25 | Whitespace KNF cleanup from Max Okumoto | christos |
| 2005-02-16 | PR/29203, PR/29204: Max Okumoto: KNF changes to make [no functional changes] | christos |
| 2004-05-07 | Simplify build, no functional changes. | ross |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2002-06-15 | Remove !__STDC__ stuff, de-__P(), ANSIfy, and de-register. | wiz |
| 1999-09-15 | Nuke Buf_{G,Ung}etByte{,s}(), since they aren't used, and make BufExpand do | mycroft |
| 1997-09-28 | wrap #include <sys/cdefs.h>, __RCSID(...) stuff in #ifndef MAKE_BOOTSTRAP | lukem |
| 1997-07-01 | Add WARNS=1 | christos |
| 1996-12-31 | Use only integral types in procedure arguments. | christos |
| 1996-11-06 | - Merge in FreeBSD and Lite2 changes. | christos |
| 1996-03-29 | Added erealloc() function that calls enomem() if the allocation fails | jtc |