| Commit message (Expand) | Author | Age | Files | Lines |
* | Use the accepted abbreviation "kB" for kilobyte, rather than "kb" (which | cperciva | 2004-12-19 | 1 | -7/+7 |
* | Specify the state of my birth, similar to other entries. | brueffer | 2004-12-18 | 1 | -1/+1 |
* | Remove all the cleanup functions. There is no reason to free memory | harti | 2004-12-17 | 10 | -185/+6 |
* | Fix a long-standing bug when make(1) is passed the -V and | ru | 2004-12-16 | 1 | -8/+5 |
* | Instead of dynamically allocating list heads allocated them statically | harti | 2004-12-16 | 20 | -651/+530 |
* | Correct the event of 17 December 1770: Ludwig van Beethoven was | grog | 2004-12-16 | 1 | -1/+1 |
* | Correct the dates and locations relating to Ludwig van Beethoven's | grog | 2004-12-16 | 1 | -1/+1 |
* | If ferror is true, we must reset the error indicator. | ssouhlal | 2004-12-15 | 1 | -0/+1 |
* | Add myself to the committers' birthday calendar | niels | 2004-12-13 | 1 | -0/+1 |
* | Bump document date before ru gets me. | ceri | 2004-12-11 | 1 | -1/+1 |
* | Add a -k flag for querying whois.krnic.net (the National Internet | ceri | 2004-12-11 | 2 | -3/+13 |
* | Remove a list that was just used to free all variables just before exiting. | harti | 2004-12-10 | 1 | -12/+1 |
* | Remove a list that used to hold all the GNodes just to be able | harti | 2004-12-10 | 1 | -39/+0 |
* | Remove a useless list where just all command lines are stuffed onto, never | harti | 2004-12-10 | 1 | -4/+0 |
* | Nobody actually checked the return codes from Lst_Append and Lst_Insert | harti | 2004-12-09 | 4 | -43/+9 |
* | If a path element directory was never opened it is not on the list of | harti | 2004-12-09 | 1 | -2/+2 |
* | Now that circular lists are gone remove stuff for them. Simplify | harti | 2004-12-08 | 1 | -10/+6 |
* | No caller checks the return code from Lst_Remove, so don't return one. | harti | 2004-12-08 | 2 | -30/+12 |
* | Don't check the return code from Lst_Remove. There is no way | harti | 2004-12-08 | 1 | -5/+2 |
* | Remove return value from Lst_Concat. None of the callers ever checked | harti | 2004-12-08 | 2 | -36/+20 |
* | Don't free the second list in Lst_Concat for LST_CONCLINK; free it | harti | 2004-12-08 | 2 | -3/+3 |
* | Get rid of the sequential access feature of the lists. This was used | harti | 2004-12-08 | 15 | -551/+98 |
* | Constify the arguments to the list compare function. This temporarily | harti | 2004-12-08 | 9 | -39/+50 |
* | Constify some calls of Buf_AddBytes. | harti | 2004-12-08 | 1 | -3/+3 |
* | Consify the arguments to str_concat. Remove the STR_DOFREE flag for that | harti | 2004-12-08 | 4 | -14/+9 |
* | Typedefs of pointers to structs are evil. Make Lst and LstNode typedef of | harti | 2004-12-07 | 31 | -230/+230 |
* | Constification of arguments passed to functions; no change on the | harti | 2004-12-07 | 1 | -15/+15 |
* | Make needs no circular lists so remove them from the list code. | harti | 2004-12-07 | 21 | -144/+88 |
* | Fix -t option processing. | bland | 2004-12-06 | 1 | -4/+2 |
* | Some constification which doesn't require code rewrites. | harti | 2004-12-06 | 4 | -17/+13 |
* | Style: fix indentation. | harti | 2004-12-06 | 2 | -643/+660 |
* | Unbreak sockstat(1) on systems without the divert protocol. | ru | 2004-12-06 | 1 | -0/+2 |
* | Remove an unused macro. | harti | 2004-12-06 | 1 | -5/+0 |
* | Constify arguments to Hash_FindEntry and Hash_CreateEntry. | harti | 2004-12-06 | 2 | -6/+6 |
* | Remove extra empty lines. | harti | 2004-12-06 | 1 | -2/+0 |
* | Style: fix indentation, prototypes for functions even in comment. | harti | 2004-12-06 | 1 | -25/+13 |
* | Show divert(4) sockets as well. | ru | 2004-12-05 | 1 | -0/+6 |
* | Remove an extra space. | harti | 2004-12-03 | 1 | -1/+1 |
* | Fix breakage introduced on 64-bit platforms with my last commit. Need | harti | 2004-12-03 | 10 | -52/+53 |
* | Plug a memory leak. | harti | 2004-12-03 | 1 | -0/+1 |
* | Put macro arguments in paranthesis. | harti | 2004-12-03 | 2 | -2/+2 |
* | Make sizes to be of type size_t and correct function arguments that | harti | 2004-12-03 | 3 | -32/+32 |
* | Style: fix indentation, protect macro with do { } while (0). | harti | 2004-12-03 | 2 | -135/+134 |
* | Describe the .SHELL target. | harti | 2004-12-03 | 1 | -1/+109 |
* | Change the algorithm that matches the builtin shells from the name keyword | harti | 2004-12-03 | 1 | -32/+16 |
* | Add myself to the committers' birthday calendar | dumbbell | 2004-12-03 | 1 | -0/+1 |
* | Remove a double test for the same ptr != NULL and use the official | harti | 2004-12-01 | 1 | -7/+6 |
* | Style: remove a lot of unnecessary casts, add some and spell the null | harti | 2004-12-01 | 17 | -508/+498 |
* | Stylification: missing spaces, extra space after function names, casts | harti | 2004-11-30 | 34 | -1401/+1452 |
* | Use ?= with WARNS. | wollman | 2004-11-30 | 1 | -1/+1 |