summaryrefslogtreecommitdiff
path: root/src/port/win32env.c
Commit message (Expand)AuthorAgeFilesLines
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Add some minor missing error checksAlvaro Herrera2010-12-161-0/+5
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* pgindent run for 9.0Bruce Momjian2010-02-261-21/+35
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Make the win32 putenv() override update *all* present versions of theMagnus Hagander2010-01-011-22/+60
* Remove now unreferenced variable.Magnus Hagander2009-12-271-2/+1
* If the MSVCRT module is not found in the current binary, proceed to updateMagnus Hagander2009-12-271-9/+14
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-22/+21
* Don't call SetEnvironmentVariable() when removing an environment variable,Magnus Hagander2009-02-121-6/+12
* Make win32 builds always do SetEnvironmentVariable() when doing putenv().Magnus Hagander2009-01-211-0/+93