Commit History

Author SHA1 Message Date
  Rob Landley 32b3587af2 The perl build's attempt to escape spaces and such in LD_LIBRARY_PATH is _SAD_. 8 years ago
  Rob Landley 2081ec658c Add a sed test from the posix mailing list. 8 years ago
  Rob Landley 88d207790e Replace duplicate sed test with case we hadn't covered yet. 8 years ago
  Rob Landley 769341fdd7 Fix sed bug where any ] right after [ was skipped, not just first one in range. 8 years ago
  Rob Landley 8132ad2f4e Fix sed bug reported by Isabella Parakiss, where sed -e "/x/c\" -e "y" added 8 years ago
  Rob Landley dec4669fa1 Set the executable bits on all the *.test files. (Wasn't consistent, is now.) 9 years ago
  Rob Landley a64e35b336 Fix sed bug David Halls hit trying to compile libiconv. 9 years ago
  Rob Landley c09b79dc71 Another sed bug. (The e2fsprogs build uses multiple line continuations on the same command.) 9 years ago
  Rob Landley 807a50d899 Make sed a\ line continuations work properly for different pattern input modes. 9 years ago
  Rob Landley e7835d79c5 sed: c needs to trigger range logic like d, D works like d when there isn't anything left in the line, and more tests. 9 years ago
  Rob Landley 0c558f09d9 Debugging pass on sed: make the existing test suite pass. 9 years ago
  Rob Landley 1d5f48f3c1 Add a few more sed tests. 9 years ago
  Rob Landley eece7ed546 Yet more sed tests. 9 years ago
  Rob Landley b069d8da8c More sed tests. 9 years ago
  Rob Landley 448c874348 First batch of sed tests. 9 years ago