*** empty log message ***
[wxWidgets.git] / src / common / file.cpp
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
1999-02-03  Vadim Zeitlin_MSC_VER => __VISUALC__ change
1999-02-01  Stefan Csomorlatest CW additions
1999-01-31  Julian SmartVarious small fixes
1999-01-16  Julian SmartVarious changes for Salford C++, and commited fileconf...
1999-01-12  Vadim Zeitlinsome really minor changes (the most important one:...
1999-01-08  Julian SmartChanges to allow Cygwin to compile in non-PCH mode
1999-01-01  Stefan Csomormac support as stubs added
1998-12-21  Stefan CsomorCW Win32 support
1998-12-15  Vadim Zeitlin1. log::save works with wxGTK
1998-09-12  Robert Roebling Removed warnings
1998-09-12  Julian SmartAdded variant.h/cpp; changed variable names in object...
1998-08-18  Vadim Zeitlinglobally renamed uint to size_t. This has _not_ been...
1998-08-15  Julian SmartChanges mostly as a result of __WXSTUBS__ compilation...
1998-08-11  Vadim Zeitlinstatic wxFile::Access() added
1998-08-08  Denis PershinDP:
1998-07-27  Julian SmartwxToolBar API changes; now frames manage their toolbar...
1998-07-24  Guilhem Lavaux* New wxStream classes: wxStreamBuffer and wxObject...
1998-07-24  Vadim Zeitlinadded "access" parameter to wxFile::Create and Open...
1998-07-17  Vadim Zeitlinlast traces of wxTString removed
1998-07-14  Vadim ZeitlinGetTempFileName used in wxTempFile now instead of tmpnam
1998-07-14  Guilhem Lavaux* wxStream: I've rewritten the inheritance
1998-07-10  Karsten BallüderChanged __GTK__, __WINDOWS__ and __MOTIF__ to __WXGTK__...
1998-06-22  Vadim ZeitlinwxCHECK/wxCHECK_RET changes
1998-06-09  Vadim ZeitlinwxTempFile bug corrected: the temp file is now created...
1998-05-26  Vadim Zeitlinadded write_append mode to wxFile, implemented eof...
1998-05-20  Karsten BallüderInitial revision