| Commit message (Expand) | Author | Age | Files | Lines |
* | Make paths an explicite datatype instead of using the generic Lst. | harti | 2005-03-23 | 1 | -214/+189 |
* | Style: <space><tab> -> <tab> | harti | 2005-03-22 | 1 | -34/+33 |
* | Rename struct Path to struct Dir and move it into the C-file. It | harti | 2005-03-22 | 1 | -20/+29 |
* | Fix a comment. | harti | 2005-03-16 | 1 | -3/+1 |
* | Use the new LST_FOREACH macro throughout the file and replace calls to | harti | 2005-02-22 | 1 | -70/+20 |
* | Some more easy constification. | harti | 2005-02-04 | 1 | -2/+2 |
* | Clean up include files and file including. Split nonints.h into pieces | harti | 2005-02-01 | 1 | -4/+15 |
* | Remove all the cleanup functions. There is no reason to free memory | harti | 2004-12-17 | 1 | -27/+0 |
* | Instead of dynamically allocating list heads allocated them statically | harti | 2004-12-16 | 1 | -21/+21 |
* | If a path element directory was never opened it is not on the list of | harti | 2004-12-09 | 1 | -2/+2 |
* | Get rid of the sequential access feature of the lists. This was used | harti | 2004-12-08 | 1 | -39/+14 |
* | Constify the arguments to the list compare function. This temporarily | harti | 2004-12-08 | 1 | -3/+2 |
* | Consify the arguments to str_concat. Remove the STR_DOFREE flag for that | harti | 2004-12-08 | 1 | -1/+5 |
* | Typedefs of pointers to structs are evil. Make Lst and LstNode typedef of | harti | 2004-12-07 | 1 | -20/+20 |
* | Make needs no circular lists so remove them from the list code. | harti | 2004-12-07 | 1 | -3/+3 |
* | Some constification which doesn't require code rewrites. | harti | 2004-12-06 | 1 | -12/+8 |
* | Style: fix indentation. | harti | 2004-12-06 | 1 | -638/+655 |
* | Style: remove a lot of unnecessary casts, add some and spell the null | harti | 2004-12-01 | 1 | -45/+46 |
* | Stylification: missing spaces, extra space after function names, casts | harti | 2004-11-30 | 1 | -100/+107 |
* | Change a couple of the primitve list functions to be macros. This changes | harti | 2004-11-30 | 1 | -2/+4 |
* | Fix a bug that prevented exists() from finding "foo/", "foo/." | ru | 2003-10-02 | 1 | -3/+8 |
* | - Cut out the code that caches the "." directory out of Dir_Init() | ru | 2003-09-14 | 1 | -9/+20 |
* | Convert make(1) to use ANSI style function declarations. Variable | jmallett | 2002-10-09 | 1 | -62/+32 |
* | Fix merge error in previous commit. | jmallett | 2002-09-28 | 1 | -1/+1 |
* | Add empty default cases where they should be, remove non-local execution stuff | jmallett | 2002-09-28 | 1 | -0/+2 |
* | Make the DEBUGF() macro portable by (ugh) adding a Debug() function, which | jmallett | 2002-09-18 | 1 | -26/+26 |
* | Move common use of if (DEBUG(FOO)) printf... to DEBUGF(FOO, ...), using | jmallett | 2002-09-17 | 1 | -77/+27 |
* | #define<space> -> #define<tab> | jmallett | 2002-09-17 | 1 | -1/+1 |
* | Look for wildcards, and balanced meta-characters such as { and } like NetBSD | jmallett | 2002-06-20 | 1 | -2/+18 |
* | Remove a stray asterisk in a comment. | jmallett | 2002-06-01 | 1 | -1/+1 |
* | More consistancy. file system > filesystem | trhodes | 2002-05-16 | 1 | -1/+1 |
* | Fix copyrights, and undo SCS ID damage. | obrien | 2002-04-13 | 1 | -1/+2 |
* | Update SCM ID method. | obrien | 2002-04-13 | 1 | -3/+1 |
* | De'register. | obrien | 2002-04-13 | 1 | -8/+8 |
* | remove __P | imp | 2002-03-22 | 1 | -6/+6 |
* | -Wall cleanup. | ru | 2001-04-25 | 1 | -1/+2 |
* | Fix nasty bug where make(1) assumed that you could read the directory it | will | 2001-02-10 | 1 | -0/+2 |
* | Fix style(9) bug; use ISDOT[DOT,]() macro available in util.c by moving | will | 2001-01-21 | 1 | -8/+7 |
* | Fix for the case where the first two entries returned by readdir() are | will | 2000-12-26 | 1 | -6/+12 |
* | There's also no point in #typedef'ing void/char pointers. Accordingly, | will | 2000-12-02 | 1 | -27/+27 |
* | There's no reason to use fancy forms of NULL. Replace all instances | will | 2000-12-02 | 1 | -10/+10 |
* | Use __RCSID() | wsanchez | 2000-07-09 | 1 | -6/+4 |
* | Unduplicate IDs from comments, do $Id -> $FreeBSD$ (submitted-by: bde) | hoek | 1999-09-11 | 1 | -3/+1 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Merge style- and trivial- only changes from OpenBSD (dated 1999/07/29-19:55+1). | hoek | 1999-08-17 | 1 | -1/+6 |
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 1 | -1/+1 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | O' to be bitten by CVS. Cleanup after import | steve | 1996-10-08 | 1 | -0/+2 |
* | Merge in NetBSD's changes to make(1). Changes include: | steve | 1996-10-06 | 1 | -11/+11 |
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -39/+39 |