]> git.saurik.com Git - wxWidgets.git/history - src/common/wxchar.cpp
use wxLongLong_t instead of long long
[wxWidgets.git] / src / common / wxchar.cpp
2007-01-08  Vadim Zeitlinuse wxLongLong_t instead of long long
2007-01-07  Vadim Zeitlinadded support and enable long long support when wxLong...
2007-01-07  Vadim Zeitlinfixes and workarounds to return value of our own wxVsnp...
2006-12-03  Vadim Zeitlindon't call fputs() with NULL buffer, it crashes
2006-11-27  Vadim Zeitlinreplaced assert in wxPrintfConvSpec::ReplaceAsteriskWit...
2006-11-10  Michael WetherellFixes for wxVsnprintf not always null terminating and...
2006-11-10  Michael WetherellFix for wxVsnprintf's %n.
2006-11-08  Michael WetherellRestore the max printf arguments to 64.
2006-11-08  Michael WetherellGo back to using sprintf instead of swprintf, since...
2006-10-06  Vadim Zeitlinfix for handling from Francesco
2006-10-02  Włodzimierz SkibaDon't test size_t for positive only values (warning...
2006-09-30  Vadim Zeitlindon't redefine HAVE_BROKEN_SWPRINTF_DECL/HAVE_SWPRINTF...
2006-09-25  Vadim Zeitlinuse _snprintf() in system_sprintf() for the compilers...
2006-09-14  Włodzimierz SkibaWarning fix.
2006-09-14  Vadim Zeitlindefine HAVE_BROKEN_SWPRINTF_DECL for VC7.1 as while...
2006-09-09  Robin DunnCompilo fix
2006-09-09  Paul Cornettsome app.h cleanup: minimize includes, use static cast
2006-09-09  Robert Roebling incomplete commit
2006-09-05  Vadim Zeitlinwx printf() implementation bug fixes ('%' handling...
2006-08-28  Michael Wetherellglibc's vswprintf doesn't nul terminate on truncation.
2006-07-24  Włodzimierz Skiba[ 1517666 ] suppression of wxVsnprintf() warnings ...
2006-06-27  Vadim Zeitlinfix handling of % in our printf implementation (part...
2006-06-01  Michael WetherellBuild fix for systems linux where va_list is an array...
2006-05-30  Vadim Zeitlinfixes for wxVsnprintf() in Unicode build (2nd part...
2006-05-28  Włodzimierz SkibaBuild fix.
2006-05-28  Vadim ZeitlinwxVsnprintf() implementation with positional parameters...
2006-05-20  Paul Cornettremove unneeded include of mac/private.h
2006-04-18  Włodzimierz Skibawx/wxprec.h already includes wx/defs.h (with other...
2006-01-06  Vadim Zeitlinadd comment about using not quite standard mbstowcs...
2006-01-06  Vadim Zeitlinuse our own mbstowcs() and wcstombs() implementations...
2005-11-06  Włodzimierz SkibaeVC4 warning fixes.
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-08-04  Vadim Zeitlinuse ifdef, not if, to test for HAVE_WCSRTOMBS
2005-08-04  Vadim ZeitlinwxNEED_STRDUP was wrong tested with #if instead of...
2005-05-30  Julian SmartWinCE doesn't declare DeleteFile at the point wxRemove...
2005-04-17  Ryan Nortonfix 10.2 shared unicode builds for mbstowcs and vice...
2005-03-23  Vadim Zeitlinsrc/common/wxchar.cpps/wxConvLocal/wxConvLibs/g as...
2005-03-23  Vadim Zeitlinfixed broken wxCtime() implementation (wrong buffer...
2005-02-02  Włodzimierz SkibaLast .empty() string source cleaning before 2.5.4.
2005-01-02  Vadim Zeitlindon't crash in wxStrftime() if conversion of strftime...
2004-10-30  David ElliottDeclare namespace std {} before using namespace std...
2004-10-26  Václav Slavíkat least partially implemented vswscanf() -- otherwise...
2004-10-12  Ryan Nortonget rid of global vars
2004-10-11  Vadim ZeitlinwxPuts() should output a trailing newline even in Unix...
2004-10-08  Ryan Nortonfinal compilo fixups for 10.2 unicode - c/c++ fixes...
2004-10-07  Ryan Nortonfix darwin defines
2004-10-07  Ryan Norton1.10.2 and less mbtowc and wctomb HAVE THE COOTIEScd...
2004-10-07  Ryan Norton2.5.3 - cleanups, fixes, etc. etc. -
2004-10-05  Vadim Zeitlincleaning up strdup/isascii definitions for compilers...
2004-09-24  Włodzimierz SkibaSource cleaning: whitespaces, tabs, -1/wxID_ANY/wxNOT_F...
2004-06-20  Václav Slavíkcheck for wputc wputchar putws fputws availability
2004-06-03  Václav SlavíkwxGetenv was incorrectly implemented, caching prevented...
2004-06-03  Julian SmartInitialise hash table with string key
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-05-17  Stefan Csomorcalling FormatV seems to be correct, as we are already...
2004-05-13  Stefan Csomorchanged ppc to ptpc as ppc is a preprocessor constant...
2004-04-18  Václav SlavíkwxVsnprintf_ fix: added %ls,%lc handling (patch 937094)
2004-03-20  Vadim Zeitlincompilation fix for the last wxSprintf() change
2004-03-19  Vadim Zeitlinfixed wxSnprintf() for Unicode build
2004-03-05  Ron LeeMore updates to the Debian packaging for wxPython,...
2004-02-11  Chris Elliotttry to fix D Mars compilation for Unicode
2004-02-10  Vadim Zeitlinpart of Ictrl -> Iscntrl change I forgot to commit...
2004-01-25  Mattia Barbon Cleaner fix.
2004-01-17  Mattia Barbon MinGW compilation fixes.
2004-01-11  Julian SmartApplied patch [ 853850 ] Fixes for wxFormatConverter
2003-11-18  Julian SmartWinCE fixes from "Viktor Voroshylo" <viktor@voroshylo...
2003-11-15  Julian SmartFixes for previous fixes
2003-09-14  Stefan Csomorremoval of pc-mac charset conversion for wxMac
2003-09-04  David Elliott#if wxUSE_UNICODE instead of #if defined(wxUSE_UNICODE)
2003-08-17  Stefan Csomorunicode wxMac CW fixes
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-15  Julian SmartCompile with EVC 3.0 2002
2003-07-15  Václav Slavíkcut-and-paste is not good idea, removed duplicated...
2003-07-15  Julian SmartAdded RTL functions missing from WinCE to wxchar.h/cpp
2003-07-11  Julian SmartMore WinCE mods
2003-07-11  Stefan Csomorout of memory for strdup handled
2003-07-11  Julian SmartMore WinCE mods.
2003-07-07  Vadim Zeitlinwarning (in Unicode only) fix
2003-07-05  Stefan Csomormoved c-runtime functions for CW here, only add strdup...
2003-07-04  Stefan Csomorpc 2 mac conversion for file operations
2003-03-29  Stefan Csomorunicode and __MACH__ additions for wxMac
2003-03-27  Stefan CsomorwxMac Unicode support
2003-03-17  Julian SmartFixed copyrights and licence spelling
2003-01-22  Vadim Zeitlinlinking fix for wxUSE_WCHAR_T=0: always provide wxStrto...
2003-01-07  Julian SmartApplied patch [ 662321 ] Port of wxWindows to Wine
2002-12-10  Vadim Zeitlintried to clean strdup() mess: we now have wxStrdup...
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-09-11  Vadim Zeitlinremoved wcslen() implementation, it is now inline in...
2002-09-10  Vadim Zeitlinadded a possibility to pull in printf() code for testin...
2002-09-09  Mattia BarbonFixed MinGW/ANSI (and probably any other C++ compiler...
2002-09-08  Mattia BarbonFix wxSnvprintf (and hence wxString::Format) for Unicod...
2002-09-08  Vadim Zeitlinfixed (yet another?) crash in wxStrtok
2002-09-05  Václav Slavíkfix va_arg(.,short int) problem
2002-08-30  Vadim Zeitlincompilation problem for compilers with old for() scopin...
2002-08-27  Vadim Zeitlinfixed wxVsnprintf_() compilation in ASCII mode
2002-08-27  Vadim Zeitlin(blind) fix for BC++ compilation problem with wxPutc...
2002-08-26  Vadim Zeitlinanother fix to the wxFormatConverter bug with the forma...
2002-08-26  Robert Roebling Corrected wxFormatConverter for strings which need
2002-08-25  Vadim Zeitlinreorganized, improved and hopefully simplified wxchar...
next