• Poul-Henning Kamp's avatar
    The new string concatenation syntax is STRING + STRING + STRING [...] · 9cc56b49
    Poul-Henning Kamp authored
    For now we assemble the string in the worker threads workspace.
    
    I will reintroduce the optimization to pass it to VRT uncollected
    where appropriate, once I get the new expression system pushed through.
    
    Add a hacked up "regsub" function call for now, once functions gets
    introduced it should be treated like any other function.
    
    Add "true", "false" BOOL constants, REAL constants
    
    Move the "set" statement over to the new expressions.
    
    Fix testcases to use new string concat syntax where applicable.
    
    "set req.url = 1;" was impossible before, now it works.
    
    
    git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@5131 d4fa192b-c00b-0410-8231-f00ffab90ce4
    9cc56b49
Name
Last commit
Last update
..
varnishadm Loading commit data...
varnishd Loading commit data...
varnishhist Loading commit data...
varnishlog Loading commit data...
varnishncsa Loading commit data...
varnishreplay Loading commit data...
varnishsizes Loading commit data...
varnishstat Loading commit data...
varnishtest Loading commit data...
varnishtop Loading commit data...
Makefile.am Loading commit data...
flint.lnt Loading commit data...