index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.bin
/
make
/
var.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
make: report :M or :N pattern in debug mode
avg
2012-10-06
1
-0
/
+1
*
In usr.bin/make/var.c, function ParseModifier(), initialize the 'error'
dim
2012-08-05
1
-1
/
+1
*
Add "-V '${VAR}'" variable expansion from Portable Berkeley Make.
obrien
2012-05-31
1
-5
/
+9
*
Deprecate the FreeBSD make's ":U" (to-upper case) and ":L" (to-lower case)
obrien
2012-05-30
1
-0
/
+15
*
Spelling fixes for usr.bin/
uqs
2011-12-30
1
-1
/
+1
*
Remove unnecessary includes.
delphij
2009-12-11
1
-2
/
+0
*
Note that r186713 also contained a change to VarAdd where we propagate the
obrien
2009-01-06
1
-2
/
+1
*
+ Add the -Q be-quiet flag for parallel jobs.
obrien
2009-01-03
1
-21
/
+16
*
VarAdd() already does the debug printing, so Var_Set() only needs to do it
obrien
2006-07-17
1
-2
/
+1
*
Update comment about var modifiers (add 'N' and 'O' descriptions).
fjoe
2006-04-08
1
-2
/
+5
*
Add :u var modifier (remove adjacent duplicate words like uniq(1).
fjoe
2006-04-08
1
-0
/
+40
*
- match_var: do not address memory at invalid address (`len' can be greater
fjoe
2005-11-30
1
-1
/
+1
*
The caller of Var_Value() should not change the variable value. Make
harti
2005-05-24
1
-4
/
+5
*
Get rid of the third argument to Var_Value() the pointer it pointed
harti
2005-05-24
1
-14
/
+7
*
Get rid of global variables for argument vectors produced by brk_string()
harti
2005-05-18
1
-24
/
+22
*
Replace a lot of Var_Set(..., VAR_GLOBAL) by Var_SetGlobal().
harti
2005-05-12
1
-0
/
+11
*
Move variable printing from main.c to var.c
harti
2005-05-12
1
-0
/
+34
*
Move some global variables to the correct files.
harti
2005-05-12
1
-3
/
+6
*
Move the remaining two prototypes from nonints.h to make.h and
harti
2005-05-10
1
-1
/
+0
*
Move Cmd_Exec() from main.c to job.c and fix its prototype. This
harti
2005-05-10
1
-0
/
+1
*
Var_SubstOnly() is only used to subsitute a variable from the global
harti
2005-05-10
1
-1
/
+2
*
Clean up comments. No code changes.
harti
2005-05-10
1
-194
/
+128
*
Merge var_modify.c into var.c and move types and function declarations
harti
2005-05-10
1
-56
/
+601
*
Move some debugging code from targ.c to var.c where it actually belongs.
harti
2005-05-10
1
-4
/
+12
*
Make make a little bit more POSIXish with regard to option parsing:
harti
2005-05-10
1
-8
/
+45
*
Split Var_Subst() into two functions: Var_SubstOnly() which substitutes
harti
2005-05-09
1
-140
/
+152
*
Introduce a new pseudo-target .EXPORTVAR which allows to put a
harti
2005-05-06
1
-65
/
+81
*
Split VarFind() into a series of functions tailored for the different sets
harti
2005-04-13
1
-70
/
+94
*
Fix a bug introduced in a previous commit: ParseModifier() consumes
harti
2005-03-30
1
-15
/
+30
*
Remove the last two instances of Lst_Find() calls.
harti
2005-03-22
1
-32
/
+31
*
Use VarParse() inside var.c instead of Var_Parse().
harti
2005-03-22
1
-20
/
+33
*
Unify callers to Var_Parse() with regard to variable names.
harti
2005-03-22
1
-27
/
+26
*
Make some callers of VarFind using the same code structure.
harti
2005-03-22
1
-28
/
+33
*
De-lispify some if()-expressions by removing extra parantheses.
harti
2005-03-22
1
-14
/
+14
*
Return a Buf object from VarGetPattern() instead of a char * and a size_t.
harti
2005-03-22
1
-20
/
+12
*
Use the struct VarPattern's lhs field instead of using an extra variable
harti
2005-03-22
1
-6
/
+5
*
Merge struct VarREPattern into struct VarPattern. This will help sorting
harti
2005-03-22
1
-5
/
+5
*
Delete an extra empty line.
harti
2005-03-22
1
-1
/
+1
*
Simplify buffer access by using Buf_Data() and Buf_Peel() where
harti
2005-03-22
1
-33
/
+14
*
Remove a temporary variable. Rename pattern to patt to be consistent.
harti
2005-03-22
1
-216
/
+92
*
Remove unneeded temporary variables in modifier_S() and modifier_C().
harti
2005-03-21
1
-69
/
+63
*
Remove comment about Var_Parse assuming that the first character
harti
2005-03-21
1
-58
/
+28
*
Split out SysV variable substitution into its own function.
harti
2005-03-21
1
-228
/
+151
*
Rename freePtr to freeResult to make it more obvious about what
harti
2005-03-21
1
-30
/
+30
*
Move some code from ParseModifier() into the calling function to
harti
2005-03-21
1
-62
/
+46
*
Cleanup the VAR_JUNK handling.
harti
2005-03-21
1
-44
/
+42
*
Don't pass 'consumed' through all the parsing routines where it can be computed
harti
2005-03-21
1
-131
/
+102
*
Change one occurence of 'delim' to the correct type. Delete another
harti
2005-03-21
1
-37
/
+29
*
Reduce number of parameters passed between the parsing routines
harti
2005-03-21
1
-71
/
+58
*
Reduce the number of explicit parameters passed to VarParse()
harti
2005-03-21
1
-11
/
+18
[next]