1. 23 Jun, 2001 2 commits
    • Chris McDonough's avatar
      DocumentClass was changed to support alternate locates a while back. One of the · ff2fe9ad
      Chris McDonough authored
       ways in which this was done was to use string.punctuation with locale support t
      urned on, stuffing the results into regular expressions.
      
      Unfortunately, the insertion of the punctuation into regular expressions was com
      pletely literal.  This meant that, depending on locale, a regex could take on a
      completely different semantic due to the fact that it could include "]", "?", et
      c.  At times, this could cause a segmentation fault if a nonsensical generated r
      egex was especially juicy.
      
      I took out the code which localized punctuation, although the code which localiz
      es letters is still there.
      ff2fe9ad
    • 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 10 commits