Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-01-04 | extend make grammar slightly: | Marc Espie | |
- make it possible to have constructs like .if $A$B == "value" instead of simpler .if $A == "value" - make it possible to have explicit strings comparisons like: .if "string" == "string2" this comes in handy in .for loops, where the variable is expanded, and thus there is no longer any variable for make to look at. So in the end, the "" can sometimes be removed, but not always... small price to pay to get `better' expressions. okay otto@ | |||
2007-01-04 | having a function that iterates through node's datum so that we retrieve | Marc Espie | |
the list item with lst_member is non-sensical, create a new function (Lst_ForEachNodeWhile) that iterates through lstnodes directly and use it. Less obfuscated, slightly more efficient... okay otto@ | |||
2007-01-02 | VarDelete is no longer used by list functions, so let it do type-checking | Marc Espie | |
correctly. | |||
2006-09-26 | It seems pointless to assign a variable the atoi() return value after | Michael Knudsen | |
the strtol() error checking block for the strtol() assignment for the same variable. ok brad mglocker | |||
2006-09-24 | revert for now, this breaks stuff elsewhere... | Marc Espie | |
2006-09-17 | on .SUFFIXES: <empty> | Marc Espie | |
also reset one-suffix rules. | |||
2006-05-06 | do not bother defining End if !CLEANUP, reminded by lint. | Marc Espie | |
2006-04-25 | same hack for .ln as .o | Marc Espie | |
2006-02-26 | consistent error message; from ray lai | Jason McIntyre | |
ok deraadt | |||
2006-01-20 | use stdint.h where appropriate. okay millert@ | Marc Espie | |
2006-01-12 | change incorrect FILES entries for makefiles; | Jason McIntyre | |
problem found by marc balmer; | |||
2005-12-29 | correction from ray lai; | Jason McIntyre | |
ok espie | |||
2005-07-15 | fixes 4286. | Marc Espie | |
back & forth between fgs and me. | |||
2005-06-26 | fail if cwd is not available; pr4265; espie@ ok | Michael Shalayeff | |
2005-04-13 | use STD{IN,OUT,ERR}_FILENO | Theo de Raadt | |
2005-02-17 | alyte spelling-in-comment fixes | Jolan Luff | |
2005-01-15 | Operator for comparisons is '==' and not '='. | Marc Balmer | |
ok naddy@ | |||
2004-11-29 | Spell precede correctly. | Jonathan Gray | |
'looks fine' millert@, krw@. ok jmc@ | |||
2004-07-19 | Remove obsolete note about V7 Bourne Shell; espie@ OK | Todd C. Miller | |
2004-07-19 | Start working at providing a tutorial for our make, not PMake, which | Marc Espie | |
would thoroughly confuse newbies. okay and suggestions jmc@. | |||
2004-07-19 | fix signal race in job.c: the signal handler only sets a flag, and | Marc Espie | |
the main loop polls for that signal periodically. Fixes make -j kernel. okay art@ | |||
2004-06-22 | why should . and .. be the first two entries of any dir ? | Marc Espie | |
Let code be portable. okay millert@ | |||
2004-06-19 | avoid a null pointer dereference if the .DEFAULT target has no commands; | Robert Nagy | |
ok espie@ | |||
2004-05-05 | constify char *. | Marc Espie | |
Add lookup functions for suffixes and transforms, and stat them. okay otto@ | |||
2004-04-21 | - correct SYNOPSIS | Jason McIntyre | |
- add missing options to usage() and slight sync - point people to psd doc | |||
2004-04-07 | ISO function declarations, trim a few comments, rename a few variables to | Marc Espie | |
more explicit/more consistent names. okay otto@ | |||
2004-03-13 | .IT -> .It | Jason McIntyre | |
2004-02-12 | plural of suffix is suffixes; | Jason McIntyre | |
idea stolen from a NetBSD PR submitted by Todd Vierling; | |||
2004-02-09 | slight tweaks, ok jmc@ | Marc Espie | |
2004-02-01 | add paper.txt target; | Jason McIntyre | |
2004-01-30 | a collection of flags is an int. | Marc Espie | |
noticed by tedu. | |||
2004-01-28 | revert totally unapproved commit. | Marc Espie | |
2004-01-28 | missing deps for generate and a commented out section useful for ↵ | Michael Shalayeff | |
bootstrapping w/ alien libc's (now that it uses an evil o'hash functions) | |||
2004-01-23 | `Ns' implies `No', so `Ns No' -> `Ns'; (even simpler in adduser(8)) | Jason McIntyre | |
discussed with todd@ | |||
2003-11-22 | :mod, simpler search patterns. Idea from NetBSD. | Marc Espie | |
ok jmc@ | |||
2003-11-08 | typos from Jonathon Gray; | Jason McIntyre | |
2003-10-19 | out of bounds. report by david@. ok espie@ | Ted Unangst | |
2003-10-07 | - check if result is valid before using it. | Federico G. Schwindt | |
- correctly set *freePtr, not freePtr. input and ok espie@. | |||
2003-09-29 | - add some indent and spacing | Jason McIntyre | |
- punctuation fixes - update SEE ALSO | |||
2003-09-04 | put escapes in the right place; | Jason McIntyre | |
(i.e. stuff I got wrong the first time, or missed) this includes some .Cd's with missing quotes and .Nm abuse in man4; | |||
2003-09-02 | escape punctuation; | Jason McIntyre | |
ok deraadt@ | |||
2003-07-14 | - .Ql -> .Sq where literal doesn't make sense | Jason McIntyre | |
- fix the width specifiers in lists/displays - change the for loop into a display for better formatting ok espie@ | |||
2003-06-27 | missing full stop and a .Pp; | Jason McIntyre | |
2003-06-25 | Use sizeof(nextpathbuf) instead of 2 * MAXPATHLEN; espie@ OK | Todd C. Miller | |
2003-06-25 | kill unused strcpy. Let the preprocessor compute the right size, as suggested | Marc Espie | |
by miod and ok miod@ | |||
2003-06-10 | - section reorder | Jason McIntyre | |
- COMPATIBILITY merge - macro cleanup - kill whitespace at EOL - new sentence, new line ssh pages ok markus@ | |||
2003-06-03 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-04-21 | Stop parsing arguments when we hit "--". | Todd C. Miller | |
2003-04-21 | build expanded brace with more explicit bound checking. | Marc Espie | |
okay millert@ | |||
2003-04-06 | get rid of some strcpy/sprintf. | Marc Espie | |
ok krw@, matthieu@, deraadt@ |