Andrew C. Martin bd0d9b9639 fix misspellings & gcc v3.4.6 warnings
1.  fix typos / misspellings
 - Fix misspelling within comments, variable/function names, stdout messages
 - changes the name of an error code: ```stlBoundries``` changed to ```stlBoundaries```.  Alias old name (```stlBoundries```) to the new one.

2.  fix gcc v3.4.6 32bit & 64bit warnings

 - fixes gcc v3.4.6 warnings, except for those in tinyxml and "-Wmissing-declarations" makefile warnings
 - in Preprocessor::handleIncludes(), replace a ```vector <bool>``` with ```stack<bool>``` (see ```vector<bool>``` warning below).
   - this is the only ```vector<bool>``` in the codebase
 - ```vector <bool>``` is actually a case of template specialization, and is not recommended, according to the following links:

http://stackoverflow.com/q/6461487
http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2160.html
http://stackoverflow.com/q/670308

 - in the codebase before and after this change, testrunner SEGVs in a number of places on gcc v3.4.6, including ```Check::~Check()```, among others
   - fc42fc95 fixes this particular runtime issue for DJGPP & __sun
2013-02-09 23:43:09 -07:00
..
2012-12-23 10:58:33 +01:00
2012-12-01 17:22:19 +01:00
2013-01-23 06:48:21 +01:00
2013-01-25 14:05:31 -08:00
2013-01-07 19:53:32 +01:00
2013-01-07 19:53:32 +01:00
2013-01-07 19:53:32 +01:00
2013-01-07 19:53:32 +01:00
2013-01-07 19:53:32 +01:00
2013-01-07 19:53:32 +01:00
2013-01-07 19:53:32 +01:00
2013-02-01 17:50:28 +04:00
2013-01-07 19:53:32 +01:00
2013-01-07 19:53:32 +01:00
2013-01-07 19:53:32 +01:00
2012-10-14 10:21:22 +02:00
2012-12-01 17:22:19 +01:00
2010-12-14 23:51:21 -08:00
2013-02-09 19:36:48 +01:00
2013-02-09 19:36:48 +01:00