- Removed unnessisary append of '\0' to Buffer object. Buffer
[dragonfly.git] / usr.bin / make / var.c
2005-01-24 Max Okumoto- Removed unnessisary append of '\0' to Buffer object...
2005-01-16 Eirik NygaardMerge from vendor branch HEIMDAL:
2005-01-10 Max Okumoto- Replace Buf_Discard(buf, size) with Buf_Clear(buf...
2005-01-09 Max Okumoto- Cleanup white space. style(9)
2005-01-08 Max OkumotoConstify more functions.
2005-01-08 Max OkumotoConstify more functions.
2005-01-08 Max OkumotoAdd missing #include
2005-01-08 Max OkumotoConstify more functions.
2005-01-08 Max OkumotoConstify more functions.
2005-01-07 Max OkumotoChange variable name from retstr to ret. Reduce diffs...
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-05 Max OkumotoRemove cleanup functions. There is no reason to free...
2005-01-05 Max OkumotoMove VarREError() to different position in var.c to...
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-17 Max OkumotoInstead of dynamically allocating list heads allocated...
2004-12-17 Max Okumotoo Remove a useless list where just all command lines...
2004-12-17 Max OkumotoConstify the arguments to the list compare function...
2004-12-17 Max OkumotoTypedefs of pointers to structs are evil. Make Lst...
2004-12-16 Max OkumotoMake needs no circular lists so remove them from the...
2004-12-16 Max OkumotoUse size_t to fix 64-bit platforms
2004-12-16 Max OkumotoStyle: remove a lot of unnecessary casts, add some...
2004-12-14 Joerg SonnenbergerMerge from vendor branch NTPD:
2004-12-10 Max OkumotoStylification: missing spaces, extra space after functi...
2004-12-01 Joerg Sonnenbergervar.c: 1.44->1.45
2004-12-01 Joerg Sonnenbergervar.c: 1.42->1.43
2004-12-01 Joerg SonnenbergerMerge from vendor branch NTPD:
2004-12-01 Joerg SonnenbergerMerge from vendor branch NTPD:
2004-12-01 Joerg SonnenbergerMakefile: 1.32->1.33
2004-12-01 Joerg SonnenbergerMakefile: 1.31->1.32
2004-11-30 Joerg Sonnenbergerdir.c: 1.31->1.32
2004-11-30 Joerg SonnenbergerConvert some broken cases where Error is called, but...
2004-11-24 Matthew Dillono Fix proto type
2004-11-24 Matthew Dillono Pacify ``make -f /dev/null -V FOO''.
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...
2004-11-12 Matthew DillonPossibly expand the variable name's embedded variables...
2004-11-12 Matthew DillonConvert make(1) to use ANSI style function declarations...
2004-11-12 Matthew DillonMake the DEBUGF() macro portable by (ugh) adding a...
2004-11-12 Matthew DillonDo some deregisterization.
2004-11-12 Matthew DillonRemove various forms of NULL, and cleanup types. This...
2004-11-10 Joerg SonnenbergerMerge from vendor branch LIBARCHIVE:
2004-11-10 Joerg SonnenbergerMerge from vendor branch BSDTAR:
2004-11-09 Joerg SonnenbergerMerge from vendor branch NTPD:
2004-11-09 Joerg SonnenbergerMerge from vendor branch NTPD:
2004-10-24 Joerg SonnenbergerMerge from vendor branch GDB:
2004-10-23 Joerg SonnenbergerMerge from vendor branch READLINE:
2004-10-23 Joerg SonnenbergerMerge from vendor branch ZLIB:
2004-09-20 Jeroen Ruigrok/asmodaiMerge from vendor branch BIND:
2004-08-31 Jeroen Ruigrok/asmodaiMerge from vendor branch OPENSSL:
2004-08-30 Scott UllrichMerge from vendor branch OPENSSH:
2004-08-29 Jeroen Ruigrok/asmodaiMerge from vendor branch OPENSSL:
2004-08-03 Matthew DillonMerge from vendor branch CVS:
2004-07-31 Scott UllrichMerge from vendor branch OPENSSH:
2004-07-31 Scott UllrichMerge from vendor branch OPENSSH:
2004-07-31 Scott UllrichMerge from vendor branch OPENSSH:
2004-06-24 Joerg SonnenbergerMerge from vendor branch GCC:
2004-06-20 Matthew DillonMerge from vendor branch GCC:
2004-05-15 Eirik NygaardMerge from vendor branch TCPDUMP:
2004-05-15 Eirik NygaardMerge from vendor branch LIBPCAP:
2004-04-20 Eirik NygaardMerge from vendor branch LESS:
2004-04-19 Chris PresseyFix code typo in previous commit to this file, thus...
2004-04-17 Eirik NygaardMerge from vendor branch AWK:
2004-04-13 Eirik NygaardMerge from vendor branch DIFFUTILS:
2004-02-02 Matthew DillonMerge from vendor branch BINUTILS:
2004-01-22 Joerg SonnenbergerMerge from vendor branch LIBSTDC++:
2003-11-18 Matthew DillonAdd a .makeenv directive to make, which allows variable...
2003-11-03 Eirik NygaardRemove __P macros from src/usr.bin and src/usr.sbin.
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: