A couple of fixes to Brazilian Portuguese translations from Felipe.
[wxWidgets.git] / src / common / file.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2012-12-08  Vadim ZeitlinRemove check of eof() return value validity.
2012-10-27  Vadim ZeitlinFix warning about signed/unsigned comparison in wxFile...
2012-10-04  Vadim ZeitlinFix fatal bug in the recently added wxFile::ReadAll().
2012-10-04  Paul Cornettsilence warnings about shadowed variables with GCC...
2012-09-30  Vadim ZeitlinAdded wxFile::ReadAll() for consistency with wxFFile...
2012-04-05  Vadim ZeitlinRemove support for MetroWerks CodeWarrior compiler.
2012-03-04  Vadim ZeitlinUse __WINDOWS__ for OS kind checks and reserve __WXMSW_...
2012-01-15  Vadim ZeitlinRemove Palm OS port.
2010-11-14  Vadim ZeitlinAdd wxFile::{Get,Clear}LastError() functions.
2010-10-22  Vadim ZeitlinNo real changes, just use const_cast<> instead of C...
2009-09-17  Vadim ZeitlinCompilation fix for ANSI build after r61898.
2009-09-12  Vadim ZeitlinWrite correct number of bytes in wxFile::Write(wxString).
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-07-20  Vadim ZeitlinPut braces around all calls to wxLogFunctions() inside...
2009-07-09  Vadim ZeitlinAdd information about the log message generation locati...
2008-09-19  Vadim Zeitlinreturn 0 (meaning the file is not seekable, as the...
2008-03-02  Vadim ZeitlinPalmOS compilation fixes (wx-trunk-out.diff part of...
2007-12-31  Vadim Zeitlinremoved support for Salford compiler (which was almost...
2007-11-22  Stefan Csomorcleanup mac
2007-06-11  Václav Slavíkcompilation fixes for PCH-less build
2007-05-21  Václav Slavíkdebug messages don't need translation
2007-05-04  Václav Slavíkuse wxString instead of const wxChar* in wxFile's publi...
2007-04-05  Václav Slavíkprovide both const char* and const wchar_t* implicit...
2007-03-24  Vadim Zeitlinmoved Write(const wxString&) to .cpp files as they...
2006-10-31  Stefan NeisMaximize chances to find an existing definition for...
2006-10-29  Vadim Zeitlinuse just HAVE_FSYNC as wxFsync() guard, it is now defin...
2005-12-20  Dimitri Schoolwerthfixed unreachable code warnings (occurred in MSVC6...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-09-19  Vadim Zeitlinonly call fsync() on disk files, otherwise we get an...
2005-08-04  Vadim Zeitlincorrected test for HAVE_FSYNC: ifdef, not if
2005-08-04  Vadim Zeitlinconfigure defines HAVE_FSYNC, not wxHAVE_FSYNC
2005-03-20  Vadim ZeitlinSeek(-1, mode) should work instead of giving an error...
2004-11-12  Ron LeeCruft cleanup from MJW, strip the tabs out of sound.cpp
2004-11-12  Ron LeePatch from MJW for ssize_t
2004-11-10  Vadim Zeitlinnew set of fixes for problems due to huge files support...
2004-10-15  Włodzimierz SkibaFix for platforms where 64-bit value support is not...
2004-10-15  Vadim Zeitlinmade Tell/Seek/Length() return wxFileSize_t as well
2004-10-15  Vadim Zeitlinadded wxFileSize_t, changed types of wxFile methods...
2004-09-29  Włodzimierz SkibaInclude missing.h to find O_* flags.
2004-09-25  Vadim Zeitlinsupport for huge files (patch 1002226)
2004-09-22  Włodzimierz SkibaWarning fix to unused variable.
2004-09-14  Włodzimierz SkibaSource cleaning: whitespaces, tabs, -1/wxID_ANY/wxDefau...
2004-08-24  Stefan CsomorFSRef transition
2004-07-20  Vadim Zeitlinfix for opening files with VC++ 8 (closes bug 994337)
2004-07-04  Vadim Zeitlintypo/spelling fixes (patch 983448)
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2003-11-23  Stefan NeisFixed & improved file handling on OS/2.
2003-09-10  Vadim Zeitlinadded a TODO: clean up WinCE mess/horror
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-08-02  Václav SlavíkIntel C++ needs time.h before sys/stat.h
2003-07-15  Václav Slavíkadded <windows.h> wrapper
2003-07-12  Vadim Zeitlinfixed wxTempFile::Commit() broken by last check in
2003-07-11  Julian SmartMore WinCE mods.
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-15  Julian SmartPatch for Winlib: struct stat is defined in sys/stat...
2003-01-07  Julian SmartRemoved old __WXWINE__ support (obsoleted by new __WINE...
2002-09-12  Vadim Zeitlinmake wxFile::Exists() use wxFileExists(): this avoids...
2002-08-19  Robert Roebling Lots more Unicode fixes.
2002-08-08  Robert Roebling Changed wxStat, wxAccess and wxOpen to no longer
2002-02-18  Václav Slavíkchecked in forgottern parts of MSLU changes
2002-01-04  Vadim Zeitlinalways make the name of the file to replace absolute...
2001-12-18  Vadim Zeitlin1. fixed file descriptors leak in wxFileName::CreateTem...
2001-12-15  Václav SlavíkDOS compilation fixes
2001-12-14  Václav SlavíkOops, Watcom doesn't have _mktemp in DOS
2001-12-05  Václav Slavíkcompilation fixes for Watcom+MGL+MS-DOS
2001-12-02  Vadim Zeitlinfixed bug introduced earlier today in wxTempFile::Open()
2001-12-01  Robin Dunncompilation fix
2001-12-01  Vadim Zeitlin1. added wxFileName::CreateTempFileName() and implement...
2001-12-01  Ron LeeAdded wxFile::write_excl and use it from wxTempFile...
2001-10-23  Vadim Zeitlinapplied patch 473558: fixes for CW compilation under MSW
2001-10-17  Kendall BennettMutiple updates from SciTech for wxWindows including...
2001-07-02  Julian SmartMore wxMicroWindows fixes
2001-05-24  Stefan Csomorreverting to native mac pathnames
2001-04-01  Gilles Depeyrotcorrections for final release of Mac OS X
2001-02-08  Stefan Csomorupdated mac sources (CW 5.3 working , CW6 still having...
2000-07-15  Bryan Pettymerged 2.2 branch
2000-02-22  Václav Slavíkone of error messages had way too much spaces in it
2000-01-03  Vadim ZeitlinO_BINARY added to wxFile::Create
1999-12-22  Vadim Zeitlin1. wxBase compiles under BeOS
1999-11-11  Stefan CsomorwxMac completed so far, generic listctrl extension
1999-11-02  Vadim Zeitlininclude <wx/...> => include "wx/..."
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-08-27  Patrick AlbertRemoving some level 3 warning
1999-07-29  David Webster*** empty log message ***
1999-07-14  Vadim Zeitlin1. new wxFFile class - as wxFile but uses fopen/fread...
1999-07-09  Patrick AlbertSome minors changes, like adding empty lines at end...
1999-06-22  Robert Roebling Some #include and #if wxUSE_XX things
1999-06-15  Robert Roebling Added a few #if wxUSE_XXX
1999-06-14  Robert Roebling Added zillions of #if wxUSE_XXX
1999-06-09  Robert Roebling WINE is so fine.
1999-04-30  Karsten Ballüdersuppressed compiler warning about unitialised umask...
1999-04-18  Vadim Zeitlinfix for the fix for the umask fix in wxTempFile
1999-04-13  Vadim ZeitlinwxTempFile now respects umask when creating new files
1999-04-12  Ove KaavenIt now compiles all these files without warnings in...
1999-04-06  Vadim ZeitlinwxTempFile now respects the access rights under Unix
next