summaryrefslogtreecommitdiff
path: root/src/unistring.h
Commit message (Expand)AuthorAgeFilesLines
* Clean-up doxygen modulesAlexis Hildebrandt2023-04-161-1/+1
* Use #pragma onceAlexis Hildebrandt2023-04-101-4/+1
* Increase string size limit in src/unistring.h assertJohn Wiegley2023-03-081-1/+2
* Update copyright yearAlexis Hildebrandt2023-02-021-1/+1
* Update copyright statement for 2022Alexis Hildebrandt2022-07-021-1/+1
* Change header guard names to use `INCLUDED_` prefixPhil Newton2022-04-061-3/+3
* format_t::truncate support wide charactersKuang-che Wu2021-01-171-0/+48
* [misc] Update year in copyright notice to 2017Alexis Hildebrandt2018-01-271-1/+1
* [misc] Update year in copyright notice to 2017Alexis Hildebrandt2017-01-051-1/+1
* [misc] Update year in copyright notice to 2016Alexis Hildebrandt2016-01-021-1/+1
* Bump copyright notice to 2015Alexis Hildebrandt2014-12-271-1/+1
* Use mk_wcwidth instead mk_wcwidth_cjkKan-Ru Chen (陳侃如)2014-02-131-2/+2
* Correctly justify Unicode characters in terminalKan-Ru Chen (陳侃如)2014-02-131-1/+11
* Bump copyright information to 2014Alexis Hildebrandt2014-02-021-1/+1
* Bump copyright information to 2013John Wiegley2013-02-181-1/+1
* Always call TRACE_CTOR at the end of constructorsJohn Wiegley2012-03-201-2/+2
* Increased file copyrights to 2012John Wiegley2012-02-291-1/+1
* Fixed many Clang type conversion warnings with static_castJohn Wiegley2012-02-171-2/+3
* Added some debug codeJohn Wiegley2011-02-101-0/+1
* Untabified all source filesJohn Wiegley2010-06-111-12/+12
* Added find() and operator[] to unistringJohn Wiegley2010-03-081-0/+19
* Updated copyrights to 2003-2010John Wiegley2010-03-051-1/+1
* Removed a bunch of empty commentsJohn Wiegley2009-11-081-5/+0
* Added support for Boost.Regex w/ ICUJohn Wiegley2009-11-071-2/+5
* The UTF8 code is now unchecked if --verify is offJohn Wiegley2009-10-251-9/+13
* Fixed many compiler warnings from g++ 4.4John Wiegley2009-10-251-4/+4
* Move amount colorization deeper into the coreJohn Wiegley2009-06-161-3/+10
* Reduced the #include dependency tree to a minimumJohn Wiegley2009-03-041-1/+0
* Changed many assert() calls to VERIFY()John Wiegley2009-03-041-1/+1
* Fixed a buffer overrunJohn Wiegley2009-02-271-4/+13
* Moved amount_t::right_justify to simply ::justifyJohn Wiegley2009-02-191-0/+18
* Re-enabled some code, and removed a bunch of deadwood.John Wiegley2009-02-121-3/+1
* Added a missing file!John Wiegley2009-02-121-0/+95