1. 26 Jun, 2014 2 commits
  2. 25 Jun, 2014 1 commit
  3. 13 Jun, 2012 1 commit
  4. 12 Mar, 2012 1 commit
  5. 20 Feb, 2012 1 commit
  6. 24 Aug, 2011 1 commit
  7. 28 Jul, 2010 1 commit
  8. 26 Apr, 2010 1 commit
  9. 19 Jan, 2010 1 commit
    • Rob Shearman's avatar
      wpp: Fix expansion of macro bodies following the parsing of a numerical digit. · 3fecf9dd
      Rob Shearman authored
      The current regular expression causes all letters and spaces (among
      other characters) following the appearance of a digit to be classed as
      a literal, including C identifiers which may need to be expanded.
      
      The expression was intended to catch the remaining characters that
      were not covered by the first two rules ([^a-zA-Z0-9'"#/\\\n]+ and
      {cident}), but the [^'"#/\\\n] expression caught {cident} as well.
      While one solution would have been just to catch the expression that
      match [a-zA-Z0-9]* that don't match {cident}, i.e. [0-9][a-zA-Z0-9]*,
      in the interests of avoiding unnecessary multiple LITERALs being
      generated and then combined during parsing the expression also
      includes the first expression, making it
      [0-9][a-zA-Z0-9]*[^a-zA-Z0-9'"#/\\\n]*.
      3fecf9dd
  10. 30 Dec, 2009 1 commit
  11. 13 Oct, 2009 1 commit
  12. 06 Oct, 2009 1 commit
  13. 02 Oct, 2009 3 commits
  14. 22 Oct, 2008 1 commit
  15. 07 Jul, 2008 1 commit
  16. 30 Jun, 2008 2 commits
  17. 04 Mar, 2008 1 commit
  18. 19 Feb, 2008 2 commits
  19. 28 Jun, 2007 1 commit
  20. 10 Oct, 2006 1 commit
  21. 12 Sep, 2006 1 commit
  22. 18 Jul, 2006 1 commit
  23. 23 May, 2006 1 commit
  24. 05 May, 2006 1 commit
  25. 21 Apr, 2006 1 commit
  26. 05 Jan, 2006 1 commit
  27. 03 Jan, 2006 1 commit
  28. 10 Oct, 2005 1 commit
  29. 28 Sep, 2005 1 commit
  30. 25 Feb, 2005 1 commit
  31. 21 Oct, 2003 1 commit
  32. 18 Jun, 2003 1 commit
  33. 04 Jun, 2003 1 commit
  34. 01 May, 2003 1 commit
  35. 11 Jan, 2003 1 commit