- Clean up wc (remove (void) etc)
[dragonfly.git] / usr.bin / make /
2005-01-11 Max Okumoto- Swap location of Buf_Expand() function.
2005-01-11 Max Okumoto- Pass NULL as 2nd param to Buf_GetAll(buf, &len),...
2005-01-11 Max Okumoto- Inline Buf_OvAddByte() since it is only used in one...
2005-01-10 Max Okumoto- Nothing modifies outPtr in the Buffer object. Since...
2005-01-10 Max Okumoto- Move code into buff.c by converting #define macros...
2005-01-10 Max Okumoto- Replace Buf_Discard(buf, size) with Buf_Clear(buf...
2005-01-10 Max Okumoto- Last of the easy constifications.
2005-01-09 Max Okumoto- Constify more functions.
2005-01-09 Max Okumoto- Cleanup white space. style(9)
2005-01-09 Max Okumoto- Moved unused argc, temp variable into small scope.
2005-01-09 Max OkumotoIncrease WARNS to 6
2005-01-09 Max Okumoto- Move sh_builtin string array into shellneed(). It...
2005-01-08 Max OkumotoConstify more functions.
2005-01-08 Max OkumotoConstifying 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 OkumotoAdd missing prototype that I missed with spliting up...
2005-01-06 Max Okumotoenomem() is only used in one file, make it static.
2005-01-06 Max OkumotoRemoved unused routines:
2005-01-06 Max OkumotoHiding pointer in typedefs is evil. 'Buffer *' -> ...
2005-01-06 Max OkumotoAdd missing header files to CVS, for check in on 2005...
2005-01-06 Max OkumotoMerge the remaining lst routines into a single file...
2005-01-06 Max OkumotoClean up include header mess. Split nonints into separa...
2005-01-06 Max OkumotoRemoved unintentional added macro.
2005-01-05 Max OkumotoFix compilation for the USE_KQUEUE case.
2005-01-05 Max OkumotomaxJobs is declared extern in job.h so it cannot be...
2005-01-05 Max OkumotoRemove cleanup functions. There is no reason to free...
2005-01-05 Max OkumotoReduce diff between FreeBSD. kqueue code doesn't crash...
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-20 Joerg SonnenbergerDefine __arysize for FreeBSD 4 buildworlds.
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 OkumotoMissed removal of a file, in previous commit.
2004-12-17 Max OkumotoFix a long-standing bug when make(1) is passed the...
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 OkumotoNobody actually checked the return codes from Lst_Appen...
2004-12-17 Max OkumotoIf a path element directory was never opened it is...
2004-12-17 Max Okumotoo Don't free the second list in Lst_Concat for LST_CONC...
2004-12-17 Max OkumotoGet rid of the sequential access feature of the lists...
2004-12-17 Max OkumotoConstify the arguments to the list compare function...
2004-12-17 Max OkumotoConstify some calls of Buf_AddBytes.
2004-12-17 Max OkumotoChanged comment to match code.
2004-12-17 Max OkumotoTypedefs of pointers to structs are evil. Make Lst...
2004-12-16 Max OkumotoConstification of arguments passed to functions; no...
2004-12-16 Max OkumotoMake needs no circular lists so remove them from the...
2004-12-16 Max OkumotoSome constification which doesn't require code rewrites.
2004-12-16 Max Okumotoo Remove an unused macro
2004-12-16 Max OkumotoConstify arguments to Hash_FindEntry and Hash_CreateEntry.
2004-12-16 Max Okumotoo Remove an extra space.
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: fix indentation, protect macro with do { } while...
2004-12-16 Max OkumotoUse __arysize() to cal size of array.
2004-12-16 Max OkumotoChange the algorithm that matches the builtin shells...
2004-12-16 Max OkumotoRemove a double test for the same ptr != NULL and use...
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 OkumotoAdd code to enforce the paralleism count (-j N) for...
2004-12-10 Max OkumotoReduce the casts off NULL in comparison with a pointer.
2004-12-10 Max Okumotoo Allow use of the ${MAKE_SHELL} variable to specify...
2004-12-10 Max OkumotoTake advantage of the .Nm utility. It remembers the...
2004-12-10 Max Okumotoo Reduce warns by adding default case to switch.
2004-12-09 Max OkumotoMove catch_child() to reduce diffs between FreeBSD...
2004-12-09 Max OkumotoAdd missing function description.
2004-12-09 Max OkumotoChange a couple of the primitve list functions to be...
2004-12-09 Max OkumotoUse typedefs for the types of the functions that are...
2004-12-08 Max OkumotoMerge the contents of lstInt.h into the public lst...
2004-12-08 Max OkumotoStyle: prototypes, un-register and remove some empty...
2004-12-08 Max Okumotoo Include sys/sysctl.h on all architectures not only...
2004-12-01 Joerg Sonnenbergerjob.c: 1.51->1.52
2004-12-01 Joerg Sonnenbergercompat.c:1.38->1.39
2004-12-01 Joerg Sonnenbergercond.c:1.27->1.28
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 Sonnenbergerjob.c:1.52->1.53
2004-12-01 Joerg Sonnenbergermake.1: 1.77->1.78
2004-12-01 Joerg SonnenbergerMakefile: 1.32->1.33
2004-12-01 Joerg SonnenbergerMakefile: 1.31->1.32
2004-11-30 Joerg SonnenbergerMakefile:1.30->1.31
2004-11-30 Joerg Sonnenbergermake.1: 1.67->1.68
2004-11-30 Joerg Sonnenbergerparse.c: 1.53->1.54
2004-11-30 Joerg Sonnenbergerjob.h: 1.20->1.21
2004-11-30 Joerg Sonnenbergerdir.c: 1.31->1.32
2004-11-30 Joerg Sonnenbergerauthor: ru
2004-11-30 Joerg Sonnenbergermain.c: 1.81->1.82
next