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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
The caller of Var_Value() should not change the variable value. Make
harti
2005-05-24
1
-1
/
+1
*
Get rid of the third argument to Var_Value() the pointer it pointed
harti
2005-05-24
1
-1
/
+1
*
Replace a lot of Var_Set(..., VAR_GLOBAL) by Var_SetGlobal().
harti
2005-05-12
1
-0
/
+1
*
Move variable printing from main.c to var.c
harti
2005-05-12
1
-1
/
+3
*
Move some global variables to the correct files.
harti
2005-05-12
1
-0
/
+6
*
Move declarations of variables belonging to the variable module
harti
2005-05-10
1
-0
/
+9
*
Var_SubstOnly() is only used to subsitute a variable from the global
harti
2005-05-10
1
-1
/
+1
*
Move the declaration of VAR_CMD and VAR_GLOBAL from globals.h to var.h
harti
2005-05-10
1
-0
/
+6
*
Merge var_modify.c into var.c and move types and function declarations
harti
2005-05-10
1
-61
/
+0
*
Move some debugging code from targ.c to var.c where it actually belongs.
harti
2005-05-10
1
-1
/
+1
*
Make make a little bit more POSIXish with regard to option parsing:
harti
2005-05-10
1
-0
/
+1
*
Split Var_Subst() into two functions: Var_SubstOnly() which substitutes
harti
2005-05-09
1
-3
/
+2
*
Introduce a new pseudo-target .EXPORTVAR which allows to put a
harti
2005-05-06
1
-3
/
+4
*
Return a Buf object from VarGetPattern() instead of a char * and a size_t.
harti
2005-03-22
1
-4
/
+2
*
Merge struct VarREPattern into struct VarPattern. This will help sorting
harti
2005-03-22
1
-8
/
+5
*
Sort prototypes.
harti
2005-03-22
1
-18
/
+18
*
Fix indentation.
harti
2005-03-22
1
-13
/
+13
*
Remove a temporary variable. Rename pattern to patt to be consistent.
harti
2005-03-22
1
-1
/
+0
*
Constify Var_Dump and simplify it by inlining VarPrintVar.
harti
2005-03-10
1
-1
/
+1
*
Finish constification of Var_Parse() and Var_Subst().
harti
2005-03-08
1
-2
/
+2
*
Change the return value of Var_Subst to return a Buffer instead
harti
2005-02-25
1
-1
/
+1
*
Introduce a typedef for variable value modifation functions and use it
harti
2005-02-07
1
-9
/
+11
*
Further constification. Use a temporary hack (copying the input string)
harti
2005-02-04
1
-6
/
+6
*
Some more easy constification.
harti
2005-02-04
1
-2
/
+2
*
Convert several typedefs from beeing pointers to structs to be the structs
harti
2005-02-02
1
-30
/
+33
*
Clean up include files and file including. Split nonints.h into pieces
harti
2005-02-01
1
-0
/
+25
*
Fix breakage introduced on 64-bit platforms with my last commit. Need
harti
2004-12-03
1
-2
/
+2
*
Stylification: missing spaces, extra space after function names, casts
harti
2004-11-30
1
-2
/
+2
*
Split var.c into var.c and var_modify.c and move all the modification funcs
jmallett
2002-10-28
1
-0
/
+97