]> git.lyx.org Git - lyx.git/history - src/support/docstring.cpp
Use empty() to check empty and non-empty'ness not size()
[lyx.git] / src / support / docstring.cpp
2012-10-26 Lars Gullik BjønnesUse empty() to check empty and non-empty'ness not size()
2010-12-07 Enrico ForestieriCompile fix for those platforms using the locale facets...
2010-12-07 Pavel SandaReplay r36748
2010-12-07 Pavel SandaRevert commits from 36745
2010-12-06 Stephan Witt#7026 substitute isDigit() by isDigitASCII() and ditch...
2010-02-10 Jürgen Spitzmüller* Thesaurus.cpp:
2008-06-17 André Pönitzmake _GLIBCXX_DEBUG_PEDASSERT happy
2008-06-16 André Pönitzsave a few allocations in from_ascii.
2008-05-29 André Pönitznext try
2008-04-30 Jean-Marc Lasgouttesrename assert.h to lassert.h
2008-04-10 André Pönitzinfrastructure for 'graceful asserts'
2008-03-21 José MatoxAdd headers necessary to compile with g++ 4.3 (I am...
2007-12-12 Enrico ForestieriAnother compile fix
2007-12-12 Abdelrazak Younesgetting rid of superfluous lyx::support:: statements.
2007-12-12 Abdelrazak Younesgetting rid of superfluous std:: statements.
2007-11-29 André PönitzMove debug.{cpp,h}, Messages.{cpp,h} and gettext.{cpp...
2007-10-31 André Pönitzintroduce a header to forward declare std::string.
2007-10-31 Abdelrazak YounesMove to_local8bit_failure class to docstring.cpp and...
2007-07-31 Enrico ForestieriUse home made code for the bool facet.
2007-07-30 Enrico ForestieriAdd missing facets for extraction from an idocstream...
2007-07-05 Jürgen Spitzmüllerfix unicode decomposition (bugs 3313 and 3498):
2007-06-27 José MatoxFreeBSD libc uses UCS4, but libstdc++ has no proper...
2007-04-26 Bo PengRename .C ==> .cpp for files in src/support, part two