- New function Buf_AppendRange(), which is given a pointer to a string and
[dragonfly.git] / usr.bin / make / var_modify.c
2005-01-24 Max Okumoto- New function Buf_AppendRange(), which is given a...
2005-01-24 Max Okumoto- New function Buf_Append(), which is given a pointer...
2005-01-16 Eirik NygaardMerge from vendor branch HEIMDAL:
2005-01-08 Max OkumotoConstify more functions.
2005-01-06 Max OkumotoHiding pointer in typedefs is evil. 'Buffer *' -> ...
2005-01-06 Max OkumotoClean up include header mess. Split nonints into separa...
2005-01-04 Joerg SonnenbergerMerge from vendor branch DHCP:
2004-12-20 Joerg SonnenbergerMerge from vendor branch GCC:
2004-12-18 Jeroen Ruigrok/asmodaiMerge from vendor branch CVS:
2004-12-18 Jeroen Ruigrok/asmodaiMerge from vendor branch BINUTILS:
2004-12-18 Jeroen Ruigrok/asmodaiMerge from vendor branch FILE:
2004-12-18 Jeroen Ruigrok/asmodaiMerge from vendor branch OPENSSL:
2004-12-17 Max OkumotoReduce white space diffs between FreeBSD.
2004-12-16 Max OkumotoConstification of arguments passed to functions; no...
2004-12-16 Max OkumotoUse size_t to fix 64-bit platforms
2004-12-16 Max OkumotoMake sizes to be of type size_t and correct function...
2004-12-16 Max OkumotoStyle: remove a lot of unnecessary casts, add some...
2004-12-16 Max OkumotoFix code that modifies const string variables.
2004-12-14 Joerg SonnenbergerMerge from vendor branch NTPD:
2004-12-13 Max OkumotoAdd back missing space after comma.
2004-12-10 Max OkumotoRemove more whitespace.
2004-12-10 Max OkumotoStylification: missing spaces, extra space after functi...
2004-12-10 Max OkumotoReduce the casts off NULL in comparison with a pointer.
2004-12-01 Joerg SonnenbergerMerge from vendor branch NTPD:
2004-12-01 Joerg SonnenbergerMerge from vendor branch NTPD:
2004-11-14 Joerg SonnenbergerMerge from vendor branch GDB:
2004-11-13 Matthew DillonSplit var.c into var.c and var_modify.c and move all...