aboutsummaryrefslogtreecommitdiff
path: root/Foundation/GTMScriptRunner.m
Commit message (Collapse)AuthorAge
* See the ReleaseNotes for the full details, highlights:Gravatar thomasvl2008-04-14
| | | | | | | | - bug fixes - code coverage support - more complete unittests - full support for unittesting UIs - support for the iphone sdk (include ui unittesting)
* switch the helper on NSTask over to a static function incase anyone ever wantedGravatar thomasvl2008-02-28
| | | | to use this code in some plugin where categories get dangerous.
* Found and fixed a bug in the regex enumerators that was causing them toGravatar thomasvl2008-02-27
incorrectly walk a string when using '^' in an expression. Added GTMScriptRunner for spawning scripts.