1. 23 Jun, 2001 1 commit
    • Chris McDonough's avatar
      DocumentClass was changed to support alternate locates a while back. One of... · eb9f1477
      Chris McDonough authored
      DocumentClass was changed to support alternate locates a while back.  One of the ways in which this was done was to use string.punctuation with locale support turned on, stuffing the results into regular expressions.
      
      Unfortunately, the insertion of the punctuation into regular expressions was completely literal.  This meant that, depending on locale, a regex could take on a completely different semantic due to the fact that it could include "]", "?", etc.  At times, this could cause a segmentation fault if a nonsensical generated regex was especially juicy.
      
      I took out the code which localized punctuation, although the code which localizes letters is still there.
      eb9f1477
  2. 22 Jun, 2001 5 commits
  3. 21 Jun, 2001 22 commits
  4. 20 Jun, 2001 1 commit
  5. 19 Jun, 2001 11 commits