Siebrand Mazeland
|
79d5225c0e
|
* remove end of line whitespace
* remove empty lines at end of file
* remove "?>" where still present
|
2008-04-14 07:45:50 +00:00 |
|
Aryeh Gregor
|
a15c419b3d
|
Remove ?>'s from files. They're pointless, and just asking for people to mess with the files and add trailing whitespace. (Yes, I looked over every one and reverted those that were bogus. Slash-enter a million times in less worked well enough, although it was a bit mind-numbing.)
|
2007-06-29 01:19:14 +00:00 |
|
Antoine Musso
|
16558d1dbc
|
Added some comments to our classes.
|
2007-04-21 12:42:27 +00:00 |
|
Nick Jenkins
|
ae8554c45b
|
Completing code housekeeping stuff for rest of includes/ directory: removing unused local vars, removing unused globals, replacing extract() where simple to do, declaring output arrays before calling preg_match(), and so forth.
|
2006-11-29 11:43:58 +00:00 |
|
Tim Starling
|
61af76f260
|
Implementation of delimiterReplace() with a behaviour much closer to that of the model regex. Tested using comparitive fuzz testing. The only known difference now is where the start delimiter ends with an initial substring of the end delimiter, e.g. the previously mentioned case of C-style comments.
|
2006-11-22 07:08:50 +00:00 |
|
Tim Starling
|
674f3561dd
|
profiling
|
2006-11-21 11:20:04 +00:00 |
|
Tim Starling
|
1d2dc36ac1
|
Collection of generic string functions and classes
|
2006-11-21 10:38:07 +00:00 |
|