26d9f61672Polished up and enabled the undefined variable scan by default Mantis: 2691
master
Correl Roush2008-05-23 21:13:36 +0000
08bc427e4aParser modified to return inline html, variables and variable assignment. Included some phpunit tests. Assignment fetching is good, but not perfect (doesn't handle array index assignment or nested expressions yet, see tests for more information). Therefore, the variable scan is not enabled by default yet. Mantis: 2691Correl Roush2008-05-22 20:05:53 +0000
a3dfc6d2b8Updated ncurses library, now event driven!Correl Roush2008-04-24 18:22:08 +0000
d1d164b8ecadded scanning for the deprecated function error_to_log Mantis: 2691
Bob Heise
2008-03-19 14:50:32 +0000
57215e1191A few bug fixes and a whole lot of documentation Mantis: 2691Correl Roush2008-02-29 15:39:44 +0000
e620c4fc30Prettied up the ncurses table view, optimized its screen updates. Mantis: 2691Correl Roush2008-02-28 22:30:41 +0000
9c988e61baWhoops, forgot to quote a constant while defining it. Mantis: 2691Correl Roush2008-02-28 21:36:00 +0000
dda227a950Modified to work as a standalone executable. To install, just create a symlink to 'scanner' somewhere in your path (~/bin, /usr/bin, etc.) Mantis: 2691Correl Roush2008-02-28 21:31:01 +0000
dd214f3451Simple, but significant improvement to the parser for accurate function call catching. Removed unused code from output modules. Mantis: 2691Correl Roush2008-02-28 18:56:58 +0000
ea365a09ddMajor function scanning bugfix, as well as some parser improvements. Fault list now supports page up / down keys. Mantis: 2691Correl Roush2008-02-28 18:22:46 +0000
227d59c733Fixed SVN-related bugs in the output files Mantis: 2691Correl Roush2008-02-28 17:06:07 +0000
d165b90574Prevented window write overflow, added Save functionality to the displayed action key list Mantis: 2691Correl Roush2008-02-28 16:57:39 +0000
570f8aaa65Several updates, most noticeably a new ncurses interface (using argument --curses) Mantis: 2691Correl Roush2008-02-28 16:39:33 +0000
fc258c4230Updated SVN revision support to pull file contents from SVN before scanning to ensure the correct changes are being scanned Mantis: 2691Correl Roush2008-02-25 20:57:09 +0000
af5fc8a017Added the ability to supply SVN revisions to check Mantis: 2691Correl Roush2008-02-15 20:12:49 +0000
2386113895Text output is now tab delimited, one fault per line. Added an html output module. Mantis: 2691Correl Roush2008-02-15 19:05:09 +0000
d0714c149bFixed a bug with module loading. Fixed a bug that prevented a file's local function definitions not to be picked up. Added the base path and quiet options. Mantis: 2691Correl Roush2008-02-14 22:45:04 +0000
5531fb7a24Ported the function call scanner. Built in some command line arguments. Parser no longer maintains the memory-demolishing parsed objects array or incorrectly reports eval as a function call. Scanner reports progress to stderr, results to stdout. Mantis: 2691Correl Roush2008-02-14 21:27:50 +0000
d53e4e74f1Created the scanner app, along with two simple modules. The parser is now event driven... use of the parsed_objects array is now deprecated and will be removed once the old function call report that relies on it is replaced. Mantis: 2691Correl Roush2008-02-13 22:39:27 +0000