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
...
*
Style: Move a variable from a local scope up to the begin of the function.
harti
2005-03-15
1
-41
/
+38
*
VarParseLong: move the detection of the modifier separator ':' into
harti
2005-03-15
1
-19
/
+23
*
ParseModifier(): rename rw_str to value and reindent cleanup section.
harti
2005-03-14
1
-70
/
+72
*
Split off two function from VarParseLong to handle modifiers and the
harti
2005-03-14
1
-172
/
+221
*
Constify Var_Dump and simplify it by inlining VarPrintVar.
harti
2005-03-10
1
-14
/
+8
*
Finish constification of Var_Parse() and Var_Subst().
harti
2005-03-08
1
-39
/
+30
*
Constify the callers of brk_string in this file.
harti
2005-03-07
1
-18
/
+24
*
Style: fix indendation of VarModify().
harti
2005-03-07
1
-15
/
+15
*
Factor out the 'S' modifier into its own function. Move a variable
harti
2005-03-07
1
-174
/
+183
*
Move the 'M' and 'N' modifiers into their own function.
harti
2005-03-07
1
-49
/
+63
*
Constify the code paths for the 'M' and 'N' modifiers.
harti
2005-03-03
1
-52
/
+62
*
Transform VarParseLong() so that the lifetime and the constness of
harti
2005-03-03
1
-139
/
+143
*
Move the check for the error case (variable ends without a closing
harti
2005-03-02
1
-18
/
+17
*
Fix indentation on a block of code.
harti
2005-03-02
1
-27
/
+27
*
Push the length computation down into VarParseShort().
harti
2005-03-02
1
-17
/
+27
*
Make sure the length variable is initialized to 0 before passing
harti
2005-03-01
1
-0
/
+5
*
Split out ParseModifiers from VarParseLong.
harti
2005-03-01
1
-590
/
+603
*
VarParseLong: Create new else block for haveModifier. Move the call
harti
2005-03-01
1
-37
/
+49
*
Reverse a condition so that the else clause can be changed
harti
2005-03-01
1
-39
/
+38
*
VarParseLong: Move the initialisation of dynamic up which saves
harti
2005-02-28
1
-3
/
+7
*
Don't modify the input string in VarParseLong(). It is not
harti
2005-02-28
1
-15
/
+6
*
Major clean up and split the Var_Parse monster function into three
harti
2005-02-26
1
-676
/
+714
*
Change the return value of Var_Subst to return a Buffer instead
harti
2005-02-25
1
-40
/
+57
*
Var_Parse: Separate different error states by introducing an else block
harti
2005-02-24
1
-64
/
+54
*
Push assignments to just before the returns from the function to
harti
2005-02-24
1
-16
/
+18
*
Fix wording of a comment.
harti
2005-02-24
1
-1
/
+1
*
Forgot to set *freePtr to FALSE in another place.
harti
2005-02-21
1
-0
/
+1
*
Push the assignments of some variables down into the sub-blocks where
harti
2005-02-18
1
-4
/
+16
*
Push down variables into local scope in Var_Parse to make their
harti
2005-02-18
1
-7
/
+6
*
Whitespace cleanup: substitute mixed tabs and spaces by canonical
harti
2005-02-17
1
-16
/
+17
*
Move error case to begin of if-else chain. Do not needless initialize
harti
2005-02-17
1
-14
/
+19
*
Sort out the error case that a single '$' was passed a little bit
harti
2005-02-17
1
-6
/
+11
*
Convert several instances of negative logic to positive logic.
harti
2005-02-11
1
-85
/
+84
*
Buffers are already NUL-terminated so there is no need to explicitely add
harti
2005-02-10
1
-1
/
+0
*
Mostly stylistic nits in preparation for splitting up Var_Parse:
harti
2005-02-10
1
-15
/
+19
*
Let the buffer just use the default size by specifying 0 as the size
harti
2005-02-10
1
-1
/
+1
*
Mark the modification of the input string (which should really be const)
harti
2005-02-10
1
-1
/
+1
*
Style nits:
harti
2005-02-10
1
-7
/
+13
*
Describe a pre-condition of Var_Parse().
harti
2005-02-10
1
-0
/
+3
*
Remove a comment that's not actual anymore.
harti
2005-02-10
1
-3
/
+0
*
Fix spacing by converting mixes of space and tab to tab. Also add a number
harti
2005-02-10
1
-22
/
+27
*
Use defines for character constants for open and closing braces and
harti
2005-02-09
1
-11
/
+22
*
Untangle VarFind and, while rewriting most of the function, fix the
harti
2005-02-09
1
-45
/
+51
*
Introduce VarCreate and VarDestroy functions and used them where
harti
2005-02-09
1
-58
/
+51
*
Remove an unneeded check.
harti
2005-02-07
1
-1
/
+4
*
Introduce a typedef for variable value modifation functions and use it
harti
2005-02-07
1
-5
/
+1
*
Make the intention of a loop clearer.
harti
2005-02-07
1
-4
/
+5
*
Introduce Buf_StripNewLines() and use it where appropriate.
harti
2005-02-07
1
-1
/
+6
*
Invent a Buf_AppendRange function that appends a non-NUL-terminated string
harti
2005-02-07
1
-4
/
+4
*
Invent a Buf_Append function to append a NUL-terminated string
harti
2005-02-07
1
-22
/
+16
[prev]
[next]