summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixInit.c
Commit message (Expand)AuthorAgeFilesLines
* merge zipfsjan.nijtmans2017-05-081-11/+7
|\
| * Use GetModuleHandle() in stead of LoadLibrary() for ntdll, which is already l...jan.nijtmans2017-05-041-11/+7
| |\
| | * Cherry-pick/backport [65cc894ac5c24495|65cc894ac5]: fix off-by-one possible b...jan.nijtmans2017-05-041-15/+12
* | | merge zipfsjan.nijtmans2017-05-031-19/+39
|\ \ \ | |/ /
| * | Deal with a couple of obscure causes of warnings on some versions of OSX.dkf2017-04-251-19/+39
* | | merge zipfsjan.nijtmans2016-11-021-1/+1
|\ \ \ | |/ /
| * | Fix [3cc1d91345]: duplicate calls to TclpFreeAllocCache() on thread existsjan.nijtmans2016-10-111-1/+1
| |\ \ | | |/
| | * Fix [3cc1d91345]: duplicate calls to TclpFreeAllocCache() on thread existsjan.nijtmans2016-10-111-1/+1
* | | Zipfs_Mount -> Tclzipfs_Mount, it doesn't really matter which one is used.jan.nijtmans2015-12-221-1/+1
* | | Start with a few simple basic test-casesjan.nijtmans2015-12-211-1/+1
|\ \ \
| * | | Make it compile warning-free with MSVC compiler (VS2013, at least). Other twe...jan.nijtmans2015-12-211-4/+0
| * | | Undo more Android-specific changes, which don't form part of Zipfs, as furthe...jan.nijtmans2015-12-211-8/+0
|/ / /
* | | minor tweaks for MSVCjan.nijtmans2015-12-171-0/+3
* | | better handle out-of-memory conditions in ZIP filesystemjan.nijtmans2015-11-031-0/+4
* | | merge trunkjan.nijtmans2015-08-061-1/+1
|\ \ \ | |/ /
| * | fix off-by-one possible buffer overrun when looking for encodings; found by c...Miguel Sofer2015-07-311-1/+1
* | | Branch for androwish, as help to keep track on which android-specific changes...jan.nijtmans2015-06-211-0/+5
|/ /
* | Remove a number of eol-spaces. No change in functionality.jan.nijtmans2014-11-141-1/+1
* | Satisfy required position of __stdcall from VC++jan.nijtmans2014-02-041-2/+2
|\ \ | |/
| * Satisfy required position of __stdcall from VC++jan.nijtmans2014-02-041-2/+2
* | Add missing __stdcall (which crashes on win32), and clean-up indentingjan.nijtmans2014-02-041-10/+11
|\ \ | |/
| * remove duplicate declarationjan.nijtmans2014-02-041-1/+0
| * Add missing __stdcall (which crashes on win32), and clean-up indentingjan.nijtmans2014-02-041-10/+12
* | Fix [651e828a52]: Wrong Windows version reported for Windows 8.1jan.nijtmans2014-02-031-7/+22
|\ \ | |/
| * Fix [651e828a52]: Wrong Windows version reported for Windows 8.1jan.nijtmans2014-02-031-7/+22
| * Prevent inlining of StackGrowsDown(), in case of cross-compilingprevent_inlinejan.nijtmans2013-04-021-1/+4
* | Unbreak msvc builds, by depending on tclPort.h for inclusion of <sys/stat.h>jan.nijtmans2013-02-101-1/+0
|\ \ | |/
| * Unbreak msvc builds, by depending on tclPort.h for inclusion of <sys/stat.h>.jan.nijtmans2013-02-101-1/+0
* | revert [8abba84224], and make sure that every source file that uses Tcl_StatB...jan.nijtmans2013-01-171-0/+1
|\ \ | |/
| * revert [8abba84224], and make sure that every source file that uses Tcl_StatB...jan.nijtmans2013-01-171-0/+1
* | On Cygwin, use win32 API in stead of uname() to determine the tcl_platform va...jan.nijtmans2012-06-061-2/+69
|\ \ | |/
| * On Cygwin, use win32 API in stead of uname() to determine the tcl_platform va...jan.nijtmans2012-06-061-2/+69
| |\
| | * On Cygwin, use win32 API in stead of uname() to determine the tcl_platform va...jan.nijtmans2012-06-061-2/+69
| * | Fix [Bug 3166410]: "out of stack space" on AIXjan.nijtmans2011-03-071-0/+10
* | | * generic/tclUtil.c (TclDStringToObj): Added internal function to makedkf2012-04-251-5/+2
* | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts indkf2011-03-121-2/+2
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
|\ \ \ | |/ /
| * | 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
| | * * macosx/tclMacOSXBundle.c: Workaround CF memory managment bug indas2009-10-051-5/+6
| | * * unix/tclUnixFCmd.c: add workaround for crashing bug in fts_open()das2007-04-291-2/+4
| | * * library/msgcat/msgcat.tcl (msgcat::Init): on Darwin, add fallback ofdas2006-09-101-1/+25
| | * * macosx/tclMacOSXNotify.c (Tcl_InitNotifier, Tcl_WaitForEvent): createdas2006-07-201-3/+33
| | * Backport of part of FreeBSD portdkf2006-01-251-3/+10
| | * * generic/tclUnixInit.c (TclpSetInitialEncodings): Modified sodgp2005-11-031-2/+3
| | * * generic/tclBasic.c:Miguel Sofer2005-10-231-1/+3
| | * Solaris mis-names the cp1251 encoding.dkf2005-08-051-1/+2
| | * * macosx/Makefile:das2005-05-241-12/+15
| | * * macosx/tclMacOSXBundle.c:das2005-05-141-12/+12
| | * Add more locale mapping info for Chinese. [1084595]dkf2005-01-051-1/+6