1. 28 Jul, 2010 1 commit
  2. 26 Apr, 2010 1 commit
  3. 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
  4. 30 Dec, 2009 1 commit
  5. 13 Oct, 2009 1 commit
  6. 06 Oct, 2009 1 commit
  7. 02 Oct, 2009 3 commits
  8. 22 Oct, 2008 1 commit
  9. 07 Jul, 2008 1 commit
  10. 30 Jun, 2008 2 commits
  11. 04 Mar, 2008 1 commit
  12. 19 Feb, 2008 2 commits
  13. 28 Jun, 2007 1 commit
  14. 10 Oct, 2006 1 commit
  15. 12 Sep, 2006 1 commit
  16. 18 Jul, 2006 1 commit
  17. 23 May, 2006 1 commit
  18. 05 May, 2006 1 commit
  19. 21 Apr, 2006 1 commit
  20. 05 Jan, 2006 1 commit
  21. 03 Jan, 2006 1 commit
  22. 10 Oct, 2005 1 commit
  23. 28 Sep, 2005 1 commit
  24. 25 Feb, 2005 1 commit
  25. 21 Oct, 2003 1 commit
  26. 18 Jun, 2003 1 commit
  27. 04 Jun, 2003 1 commit
  28. 01 May, 2003 1 commit
  29. 11 Jan, 2003 1 commit
  30. 10 Jan, 2003 1 commit
  31. 16 Jul, 2002 1 commit
  32. 01 Jun, 2002 1 commit
  33. 09 Mar, 2002 1 commit
  34. 19 Dec, 2001 1 commit
  35. 06 Nov, 2001 1 commit
  36. 04 Jun, 2001 1 commit