aboutsummaryrefslogtreecommitdiffstats
path: root/Source/RegexKitLite.m
Commit message (Collapse)AuthorAgeFilesLines
* Tidy up linker flags across all targets, specifically remove linking against ↵stuconnolly2010-10-161-2/+3
| | | | stdc++, which was introduced in r2444 as a workaround for a bug in Clang 1.5 that failed to compile RegexKitLite. Take the approach suggested by the developer of RegexKitLite, which is to disable the macro that uses __attribute__((cleanup)), which trips the bug. Apparently it is only used for debugging purposes. See http://llvm.org/viewvc/llvm-project?view=rev&revision=103938 for the Clang fix.
* • Updated RegexKitLite to 4.0Bibiko2010-06-021-533/+1514
|
* - Upgrade Sequel Pro to be compiled as a 3-way PPC/i386/x86_64 binary for ↵rowanbeentje2010-01-091-96/+124
| | | | | | | release builds, including a large number of 64bit compatibility upgrades and tweaks - Upgrade RegexKitLite to 3.3
* • updated RegexKitLite to 3.0Bibiko2009-05-131-198/+1471
|
* Added printing support via WebKit WebViewbamse162009-04-111-0/+354