1. 26 Aug, 2010 1 commit
    • 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
  2. 25 Aug, 2010 11 commits
  3. 24 Aug, 2010 2 commits
  4. 23 Aug, 2010 1 commit
  5. 21 Aug, 2010 6 commits
  6. 16 Aug, 2010 1 commit
  7. 13 Aug, 2010 8 commits
  8. 12 Aug, 2010 5 commits
  9. 11 Aug, 2010 5 commits