A couple of fixes to Brazilian Portuguese translations from Felipe.
[wxWidgets.git] / src / unix / utilsunx.cpp
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
2001-07-02  Julian SmartMore wxMicroWindows fixes
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2001-06-16  Vadim Zeitlin1. improved wxKill() implementation for Win32
2000-12-18  Vadim Zeitlinfixed compilation warning about variable being clobbere...
2000-11-27  Jouk Jansen Modified Files:
2000-11-27  Vadim ZeitlinwxSetEnv for Win32 (now seems to work)
2000-11-26  Vadim Zeitlinadded wxGet/Set/UnsetEnv() for Unix
2000-10-03  Jouk Jansen Modified Files:
2000-08-09  Jouk Jansen Committing in .
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-20  Vadim Zeitlin1. some (benign) warnings fixed
2000-03-19  Vadim Zeitlin1. corrected HAVE_PW_GECOS detection in configure ...
2000-03-17  Vadim ZeitlinwxHandleFatalExceptions() added, documented
2000-03-03  Vadim Zeitlin1. wxShell fixes: now really uses shell (it wasn't...
2000-03-02  Vadim Zeitlin1. wxProcess changes to make capturing subprocess outpu...
2000-02-27  Guilhem LavauxInserted "stdio catch" in wxExecute. The activation...
2000-01-28  Vadim ZeitlinwxBase compilation fixes
1999-12-30  Vadim Zeitlin1. many, many, many warnings fixed (from HP-UX build...
1999-12-22  Vadim Zeitlin1. wxBase compiles under BeOS
1999-12-04  Vadim Zeitlin1. wxGetOsDescription() function added
1999-12-01  Karsten Ballüderfixed process termination handling
1999-11-18  Jouk Jansen Committing in .
1999-11-12  Jouk Jansen Committing in .
1999-11-06  Robert Roebling Applied a few OS/2 patches for wxGTK.
1999-11-05  Vadim Zeitlin1. wxFontMapper almost finished
1999-10-29  Vadim Zeitlin1. added encoding param to wxFontEncoding::EnumFamilies...
1999-10-28  Ove KaavenFixed typo in ARGS_CLEANUP
1999-10-26  Julian SmartRemoved lots of wxMotif compile warnings. Copied new...
1999-10-17  Robert Roebling Applied Diana's font patch II
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-10-02  Robert Roebling Updated doc for wxFileExists()
1999-10-01  Vadim ZeitlinwxMotif::wxFont supports encodings too (and shares...
1999-08-18  Robert Roebling EMX compilation,
1999-08-16  Robert Roebling compile fixes for EMX
1999-07-19  Vadim Zeitlinifdef HAVE_VFORK => if HAVE_VFORK
next