summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixInit.c
Commit message (Expand)AuthorAgeFilesLines
* Satisfy required position of __stdcall from VC++jan.nijtmans2014-02-041-2/+2
* 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
* 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
* 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
* | Fix [Bug 3166410]: "out of stack space" on AIXjan.nijtmans2011-03-071-0/+10
* | 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
| * * macosx/Makefile:das2004-11-191-5/+5
| * * generic/tclInt.h:hobbs2004-03-291-3/+6
| * * tests/unixInit.test: unixInit-7.1hobbs2004-02-171-1/+14
| * * tests/unixInit.test (unixInit-2.10): re-enabled.dgp2003-11-101-2/+21
| * * generic/tcl.decls:das2003-05-131-4/+4
* | * macosx/tclMacOSXBundle.c: Workaround CF memory managment bug indas2009-10-051-5/+6
* | merge stable branch onto HEADdgp2007-12-131-1/+1
* | * generic/tclBasic.c:Miguel Sofer2007-11-261-5/+5
* | * unix/tclUnixInit.c: the TCL_NO_STACK_CHECK was being incorrectlyMiguel Sofer2007-11-131-5/+3
* | * unix/tclUnixInit.c: simplify non-crosscompiled case.das2007-11-111-11/+13
* | * generic/tclBasic.c:Miguel Sofer2007-11-101-3/+12
* | fix typosdas2007-11-101-6/+6
* | * generic/tclBasic.c:Miguel Sofer2007-11-101-32/+45
* | * generic/tclBasic.c:Miguel Sofer2007-11-101-77/+25
* | fix formatting and inverted test in TclpCheckStackSpace()das2007-11-101-19/+20
* | fixed stupid bug in last commit that made it not work in threaded buildsMiguel Sofer2007-11-091-3/+3
* | * generic/tclAsync.c:Miguel Sofer2007-11-091-40/+77
* | * unix/tclUnixInit.c (TclpSetVariables): Use the thread-safe getpwuiddkf2007-07-311-15/+21
* | * unix/tclUnixFCmd.c: add workaround for crashing bug in fts_open()das2007-04-231-2/+4
* | Eliminate use of (VOID*) casts when calling memset or memcpy.dkf2007-04-171-2/+2
* | * unix/tclUnixInit.c (TclpCheckStackSpace): do stack size checkshobbs2007-02-081-3/+3
* | * library/msgcat/msgcat.tcl (msgcat::Init): on Darwin, add fallback ofdas2006-09-101-1/+25
* | Fix for stack.test failures on FreeBSDJoe Mistachkin2006-08-291-12/+4
* | * unix/tcl.m4 (Darwin): add support for --enable-64bit on x86_64, fordas2006-08-181-15/+18
* | * macosx/tclMacOSXNotify.c (Tcl_InitNotifier, Tcl_WaitForEvent): createdas2006-07-201-3/+34
* | TIP#258 IMPLEMENTATIONdgp2006-02-081-3/+3
* | Adapted version of FreeBSD port to reduce the amount of stuff theydkf2006-01-251-3/+10