summaryrefslogtreecommitdiffstats
path: root/win/tclWin32Dll.c
Commit message (Expand)AuthorAgeFilesLines
* Starting with Windows 8 DSK, GetVersionExA is deprecatedjan.nijtmans2013-11-201-3/+3
* Fix compilation with latest MinGW-w64 version 3.0: Conflict on EXCEPTION_REGI...jan.nijtmans2013-10-021-29/+12
* Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
|\
| * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
| * Fix missing comma in last commitandreas_kupries2010-11-081-2/+2
| * Backported from 8.6 (see 2010-08-04).andreas_kupries2010-11-031-3/+3
| * * generic/tclIOUtil.c: Cleaned up some code flagged by adgp2006-10-171-4/+4
| * backport of some file readable/writable fixes from HEADvincentdarley2006-03-101-1/+42
| * * win/tclWin32Dll.c: Backported Anton Kovalenko's patch #1256872patthoyts2005-11-031-1/+5
| * Correct crash in stack.test on gcc/win32Kevin B Kenny2005-06-061-298/+242
| * * win/tclWin32Dll.c (TclWinCPUID): need _asm for WIN64 (Itanium),hobbs2004-09-011-3/+3
| * backport of recent fs fixes from cvs headvincentdarley2004-07-021-1/+9
| * * win/tclWin32Dll.c (DllMain, _except_dllmain_detach_handler,mdejong2004-06-211-23/+120
| * * generic/tcl.h: Corrected Tcl_WideInt declarations so that the mingw Kevin B Kenny2004-06-051-1/+150
| * * win/tclWin32Dll.c: Structured Exception Handling added arounddavygrvy2004-05-061-3/+82
| * filesystem fixes backportedvincentdarley2003-04-141-3/+190
* | handle --enable-64bit=ia64 for gcc. BACKPORT.nijtmans2011-01-171-6/+44
* | fix gcc warnings: unused variable 'registration'nijtmans2010-11-191-3/+3
* | * win/tclWin32Dll.c: #ifdef protections to permit builds withdgp2010-09-081-3/+7
* | * win/tclWin32Dll.c (asciiProcs, unicodeProcs):hobbs2010-08-041-3/+3
* | Handle the GetUserName API call appropriately for wide/narrow versions. [Bug ...patthoyts2009-07-011-3/+5
* | merge stable branch onto HEADdgp2007-12-131-1/+1
* | Prefer UINT_PTR to DWORD_PTR when casting pointers to integer types for great...patthoyts2007-11-151-6/+6
* | * generic/tclBasic.c:Miguel Sofer2007-11-101-3/+3
* | minor code cleanup in TclpGetCStackParams; hoist a couple of structs from TSD...Kevin B Kenny2007-11-101-15/+11
* | 2007-11-10 Kevin Kenny <kennykb@acm.org>Kevin B Kenny2007-11-101-158/+40
* | * generic/tclBasic.c:Miguel Sofer2007-11-101-6/+90
* | ANSIfydkf2005-11-041-118/+119
* | * win/tclWin32Dll.c: Applied patch #1256872 to provide unicodepatthoyts2005-11-031-3/+13
* | Getting more systematic about styledkf2005-07-241-584/+636
* | Correct crash in stack.test on gcc/win32; fix compile errors in tclObj.c on h...Kevin B Kenny2005-06-061-13/+2
* | restore MSVC buildability of tclWin32Dll.cKevin B Kenny2005-05-161-1/+7
* | * generic/tclInt.decls:das2005-05-141-24/+1
* | further rework of SEHKevin B Kenny2005-05-131-169/+182
* | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232Kevin B Kenny2005-05-101-448/+387
* | Second part of fix for Bug 926106Kevin B Kenny2004-11-011-3/+3
* | * win/tclWin32Dll.c (TclWinCPUID): need _asm for WIN64 (Itanium),hobbs2004-09-011-3/+3
* | fix to compilation error with VC++ 5.2vincentdarley2004-06-291-2/+10
* | * win/tclWin32Dll.c (DllMain, _except_dllmain_detach_handler,mdejong2004-06-211-23/+120
* | * generic/tcl.h: Corrected Tcl_WideInt declarations so that the mingw Kevin B Kenny2004-06-051-1/+150
* | (DllMain): Added DisableThreadLibraryCalls() for the DLL_PROCESS_ATTACHdavygrvy2004-04-241-1/+2
* | Removed my mistake of adding an exit handler to TclWinInit.davygrvy2004-04-231-30/+1
* | Added an exit handler in tclWinInit() so tclWinTCharEncoding could be freeddavygrvy2004-04-201-1/+30
* | filesystem optimisation -- Three main issues accomplished: (1) cleaned up var...vincentdarley2004-01-211-1/+6
* | * win/tclWin32Dll.c (DllMain): Add HAVE_NO_SEHmdejong2003-12-261-1/+69
* | All uses of 'panic' (the macro) changeddavygrvy2003-12-241-5/+5
* | Structured Exception Handling added around Tcl_Finalize called fromdavygrvy2003-12-211-3/+14
* | filesystem bug fixesvincentdarley2003-10-131-1/+36
* | Symbols which are visible outside a single compilation unit must havedkf2003-09-291-4/+4
* | filesystem fixes -- see ChangeLogvincentdarley2003-06-231-7/+15