]> git.saurik.com Git - wxWidgets.git/history - src/unix/utilsunx.cpp
PCH-less compilation fixes
[wxWidgets.git] / src / unix / utilsunx.cpp
2007-04-27  Václav SlavíkPCH-less compilation fixes
2007-04-08  Vadim Zeitlinadded wxEXEC_BLOCK flag (patch 1620430)
2007-03-30  Vadim Zeitlindon't return junk from wxGetOsVersion() if we failed...
2007-03-11  Vadim Zeitlinadded wxSafeConvertMB2WX/WX2MB() and use them when...
2007-03-11  Vadim Zeitlinfixed overflow when using sysconf() to retrieve free...
2006-12-04  Vadim Zeitlinreplaced wxLogDebug with wxLogTrace in wxExecute()...
2006-11-09  Robin Dunnfix for unicode build
2006-10-21  Vadim Zeitlin(blind) fix for Tru64 compilation (bug 769360)
2006-09-16  Vadim Zeitlinfix wxGetFreeMemory() for Linux 2.6 (part of patch...
2006-08-14  Alex BlighFix unicode build on UNIX operating systems
2006-08-13  Vadim ZeitlinwxGetOsVersion() compilation andl inking fixes for...
2006-08-13  Vadim ZeitlinwxPlatformInfo (patch 1532064)
2006-08-09  Michael WetherellDetect and use sys/select.h required by POSIX for select
2006-08-08  Václav SlavíkwxPipeInputStream depends on wxFile, use wxUSE_FILE
2006-05-27  Vadim Zeitlinadded wxPowerEvent; moved power functions stubs to...
2006-04-28  Włodzimierz SkibaInclude wx/app.h according to precompiled headers of...
2006-04-26  Włodzimierz SkibaInclude wx/log.h according to precompiled headers of...
2006-04-25  Włodzimierz SkibaInclude wx/intl.h according to precompiled headers...
2006-04-18  Włodzimierz Skibawx/wxprec.h already includes wx/defs.h (with other...
2006-02-11  Vadim Zeitlinuse wxDiskspaceSize_t which is long and not wxLongLong...
2005-11-25  Vadim Zeitlinimplemented wxGetFreeMemory() under IRIX (patch 1360356...
2005-10-09  Mattia Barbon Removed WXWIN_COMPATIBILITY_2_2 together with code...
2005-09-25  Vadim Zeitlinfirst round of Intel compiler warning fixes: down from...
2005-08-23  Vadim Zeitlincheck for missing statfs() prototype (happens at least...
2005-05-10  Stefan Csomorapplying patch 1188918
2005-04-22  Kevin HockAdd comment explaining the role of wxMacExecute
2005-04-21  Ryan NortonAdd support for launching APPL bundles with wxExecute
2005-04-18  Ryan NortonwxExecute log message cleanup
2005-01-20  Włodzimierz SkibaSimple wxBatteryPower API for the support in wxWinCE...
2005-01-19  Vadim Zeitlinfixed crash in wxKill() introduced by 1.116 patch ...
2004-12-27  Włodzimierz SkibaTake best fitting type for available memory measurement.
2004-12-19  Vadim Zeitlinadded wxEXEC_NODISABLE
2004-12-19  Vadim ZeitlinIRIX compilation fix: don't redeclare usleep() if HAVE_...
2004-12-05  Julian SmartAdded flags argument to wxKill and wxProcess::Kill...
2004-11-24  Robert Roebling Applied kill patch (proper return value testing).
2004-11-10  Vadim Zeitlinbetter (more precise) values for wxGetOsDescription...
2004-10-24  David ElliottFix wxExecute for ports other than wxMac and wxCocoa...
2004-10-08  Ryan NortonwxCocoa link fixes
2004-10-02  Vadim Zeitlinfixes for Metrowerks command line compiler (avoid redef...
2004-07-05  Dimitri Schoolwerthfixed typo (no code changes)
2004-07-03  Václav Slavíkdon't use deprecated wxUsleep
2004-07-01  Vadim Zeitlinadded wxMilli/MicroSleep(), deprecated wxUsleep()
2004-06-03  Václav Slavíkfixed wxSetEnv to correctly set variable in Unicode...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-05-06  Vadim Zeitlinwarning fix for BSD
2004-04-18  Stefan Csomormetrowerks uname support
2004-02-07  Vadim Zeitlintrying to speed up wxExecute(SYNC) -- by adding sleep...
2003-12-15  Ryan Nortonfix broken compilation
2003-09-13  Robin DunnMove more stuff into base for wxMac so that two level...
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-04  Vadim Zeitlinfixed crash in wxExecute() introduced during base/GUI...
2003-06-27  Vadim Zeitlinmoved GetOSVersion() to the base traits class; implemen...
2003-06-26  Vadim Zeitlin__WXBASE__ -> wxUSE_BASE
2003-06-26  Vadim Zeitlincompilation fixes for separate build
2003-06-24  Vadim Zeitlincompilation fix for wxGTK
2003-06-24  Vadim ZeitlinwxBase/GUI separation: 1st step, wxMSW should build...
2003-05-24  Stefan Csomortwo fixes for CW/Mac
2003-04-01  David ElliottChanged defined(__DARWIN__) to (defined(__DARWIN__...
2003-03-26  David Elliott- Added wxAddProcessCallbackForPid function
2003-02-27  Vadim Zeitlinshow error message if exec() failed: not pretty but...
2003-02-27  Vadim ZeitlinwxExecute may only be called from the main thread
2003-01-13  Vadim Zeitlinuse WX_STATVFS_T instead of trying to guess statvfs...
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-09-14  Robert Roebling Enable execute code for Unicode. This also makes
2002-09-06  Jouk Jansen Committing in .
2002-08-30  Vadim Zeitlindon't use vfork() in wxExecute()
2002-08-25  Stefan NeisLike VMS, EMX (OS/2) doesn't support setsid.
2002-08-21  Vadim Zeitlinpolling child process IO seems to work now
2002-08-20  Vadim Zeitlinfixes for wxExecute() with IO redirection: wxStreamTemp...
2002-08-05  Robert Roebling Lots of Unix/Unicode compile fixes, some of which
2002-07-25  Jouk Jansen Committing in .
2002-07-18  Gilles Depeyrotadded missing return to avoid 'control reaches end...
2002-07-12  Vadim Zeitlindon't close end process pipe descriptor too early ...
2002-07-12  Vadim Zeitlinuse wxFileInput/OutputStreams instead of reproducing...
2002-07-12  Vadim Zeitlin0. wxExecute() with IO redirection now works again...
2002-07-09  Vadim Zeitlincompilation fix for 64 bit statvfs under Solaris
2002-06-12  Vadim Zeitlinadded wxGetProcessId()
2002-05-05  Vadim Zeitlinadded wxShutdown (patch 547443)
2002-04-05  Jouk Jansen Committing in .
2002-04-03  Vadim Zeitlinfixed error checking in wxKill
2002-03-27  Vadim Zeitlinadded wxEXEC_MAKE_GROUP_LEADER (patch 535422)
2002-03-23  Vadim Zeitlinadded wxEXEC_NOHIDE flag, modified wxExecute() to take...
2002-02-22  Vadim Zeitlin1. made wxDebugMsg, wxError and wxFatalError deprecated...
2002-02-15  Vadim ZeitlinAIX compilation fixes from Paul Thiessen
2002-01-20  Gilles Depeyrotuse wxMac provided wxGetOsDescription with Apple DevTools
2002-01-09  Vadim Zeitlinfixes for the compilation warnings with Sun CC:
2001-12-04  Vadim Zeitlincompilation fix for HAVE_SETENV
2001-10-29  Gilles Depeyrotpath/file corrections for Darwin/Mac OS X
2001-10-19  Vadim Zeitlinuse statvfs() if statfs() is not available (Solaris)
2001-10-19  Vadim Zeitlinfix for BSD compilation
2001-10-14  Gilles Depeyrotadded conditional compilation test around wxGetDiskSpac...
2001-10-02  Vadim Zeitlinfixed the exit code detection for async processes
2001-10-02  Gilles Depeyrotconditional include for Darwin related to statfs
2001-10-01  Vadim Zeitlincleaned up the waitpid() result processing mess
2001-09-27  Vadim Zeitlinfix for wxExecute(subprocess which produces a lot of...
2001-09-18  Vadim Zeitlincompilation warning fix for Intel C++
2001-08-29  Julian SmartIsolated the 'error' case which I ignore
2001-08-29  Julian SmartRemoved wxLogSysError call in wxHandleProcessTerminatio...
2001-08-25  Vadim Zeitlinadded wxGetDiskSpace for Win/Unix
next