summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* buildsys: echo wrapper to $@HEADmasterBernhard Reutner-Fischer34 hours
* buildsys: prevent the wrapper from linking when generating dependency filesNicolas Thill34 hours
* buildsys: fix: use user-provided MAKE everywhereBernhard Reutner-Fischer2012-04-17
* include: fix indentation and spacingBernhard Reutner-Fischer2012-04-17
* ios: Fix typo in operator!=Bernhard Reutner-Fischer2012-04-17
* tests: Fix typo in chartraitstestBernhard Reutner-Fischer2012-04-17
* tests: Show diff when V=1 was givenBernhard Reutner-Fischer2012-04-17
* bitset: reset(), flip(): Fix off-by-one errorBernhard Reutner-Fischer2012-04-17
* buildsys: add and use qstripBernhard Reutner-Fischer2012-04-13
* buildsys: use user-provided MAKE everywhereBernhard Reutner-Fischer2012-04-13
* buildsys: fix portability issue with cp(1)Bernhard Reutner-Fischer2012-04-13
* buildsys: add .gitignoreBernhard Reutner-Fischer2012-04-13
* buildsys: update wrapper if it's source changedBernhard Reutner-Fischer2012-04-13
* buildsys: quote env-var values passed to scriptsBernhard Reutner-Fischer2012-04-13
* bump version to 0.2.4-gitBernhard Reutner-Fischer2012-04-11
* buildsys: add release targetv0.2.3Bernhard Reutner-Fischer2012-04-11
* ios::exception(): Silence warningBernhard Reutner-Fischer2012-04-11
* tests: fix typoBernhard Reutner-Fischer2010-11-21
* eh: Add alloc/free for dependent exceptionBernhard Reutner-Fischer2010-11-20
* cstring: Provide inlines only if __CORRECT_ISO_CPP_STRING_H_PROTO is not definedBernhard Reutner-Fischer2010-11-20
* string: Fix copy'n paste errorBernhard Reutner-Fischer2010-11-20
* associative_base: Fix compile-error with _associative_citerBernhard Reutner-Fischer2010-11-20
* prettify shell helpersBernhard Reutner-Fischer2010-11-20
* Config.in.arch: Make helptext fit into 80 charsBernhard Reutner-Fischer2010-11-20
* Config.in.arch: typo fixBernhard Reutner-Fischer2010-11-20
* config: detect ncurseswBernhard Reutner-Fischer2010-11-20
* - commentary typo fixes and whitespace cleanupBernhard Reutner-Fischer2009-04-06
* - commentary typo fixesBernhard Reutner-Fischer2009-04-06
* Have string use some of the base class insert functions to be more completeGarrett Kajmowicz2009-04-03
* Make sure that map and multimap properly export the swap() function.Garrett Kajmowicz2009-04-01
* Add support for comparisons between deque iterators and deque const_iterators.Garrett Kajmowicz2008-11-28
* Apply patch for limits<bool> implementation.Garrett Kajmowicz2008-06-18
* The attached patch teaches uCLibc++ about the width function for outputting i...Carmelo Amoroso2008-06-18
* Bump version number in preparation for release.Garrett Kajmowicz2007-06-04
* Added location for complex tests.v0.2.2Garrett Kajmowicz2007-06-03
* Fix string.compare() to do math on the correct variables.Garrett Kajmowicz2007-05-30
* basic_ios::init now sets format flags.Garrett Kajmowicz2007-05-27
* Fixed segfault when attempting to read from a closed file descriptor.Garrett Kajmowicz2007-04-28
* Don't have find() attempt to dereference end() under certain circumstances.Garrett Kajmowicz2007-04-12
* Fixed post-operation increment on map and set iterators.Garrett Kajmowicz2007-04-03
* Change map, set, and associative_base containers to handleGarrett Kajmowicz2007-04-02
* Fix issues with associative base not copying the value_to_key pointer properly.Garrett Kajmowicz2007-03-28
* Map class is now based on associative base (based on list for now)Garrett Kajmowicz2007-03-21
* Added base for new associative array design. map, set, etc. will subclass.Garrett Kajmowicz2007-03-20
* Make some of the configuration text more easily understood.Garrett Kajmowicz2007-03-20
* Add thank you comment.Garrett Kajmowicz2007-03-18
* ios::exception() now works the way it is supposed to, along with all required...Garrett Kajmowicz2007-03-18
* Don't flush ostream in destructor - let subclasses flush as they see fit.Garrett Kajmowicz2007-03-08
* Convert stringtest to use new test framework. Should now be 64bit+ comptatable.Garrett Kajmowicz2007-03-03
* Add #pragma GCC visibility push/pop in header filesGarrett Kajmowicz2007-03-02