| Commit message (Expand) | Author | Age | Files | Lines |
| * | Satisfy required position of __stdcall from VC++ | nijtmans@users.sourceforge.net | 2014-02-04 | 1 | -2/+2 |
| |\ |
|
| | * | Satisfy required position of __stdcall from VC++ | nijtmans@users.sourceforge.net | 2014-02-04 | 1 | -2/+2 |
|
|
| * | | Add missing __stdcall (which crashes on win32), and clean-up indenting | nijtmans@users.sourceforge.net | 2014-02-04 | 1 | -10/+11 |
| |\ \
| |/ |
|
| | * | remove duplicate declaration | nijtmans@users.sourceforge.net | 2014-02-04 | 1 | -1/+0 |
|
|
| | * | Add missing __stdcall (which crashes on win32), and clean-up indenting | nijtmans@users.sourceforge.net | 2014-02-04 | 1 | -10/+12 |
|
|
| * | | Fix [651e828a52]: Wrong Windows version reported for Windows 8.1 | nijtmans@users.sourceforge.net | 2014-02-03 | 1 | -7/+22 |
| |\ \
| |/ |
|
| | * | Fix [651e828a52]: Wrong Windows version reported for Windows 8.1 | nijtmans@users.sourceforge.net | 2014-02-03 | 1 | -7/+22 |
|
|
| | * | Prevent inlining of StackGrowsDown(), in case of cross-compiling | nijtmans@users.sourceforge.net | 2013-04-02 | 1 | -1/+4 |
|
|
| * | | Unbreak msvc builds, by depending on tclPort.h for inclusion of <sys/stat.h> | nijtmans@users.sourceforge.net | 2013-02-10 | 1 | -1/+0 |
| |\ \
| |/ |
|
| | * | Unbreak msvc builds, by depending on tclPort.h for inclusion of <sys/stat.h>. | nijtmans@users.sourceforge.net | 2013-02-10 | 1 | -1/+0 |
|
|
| * | | revert [8abba84224], and make sure that every source file that uses Tcl_StatB... | nijtmans@users.sourceforge.net | 2013-01-17 | 1 | -0/+1 |
| |\ \
| |/ |
|
| | * | revert [8abba84224], and make sure that every source file that uses Tcl_StatB... | nijtmans@users.sourceforge.net | 2013-01-17 | 1 | -0/+1 |
|
|
| * | | On Cygwin, use win32 API in stead of uname() to determine the tcl_platform va... | nijtmans@users.sourceforge.net | 2012-06-06 | 1 | -2/+69 |
| |\ \
| |/ |
|
| | * | On Cygwin, use win32 API in stead of uname() to determine the tcl_platform va... | nijtmans@users.sourceforge.net | 2012-06-06 | 1 | -2/+69 |
| | |\ |
|
| | | * | On Cygwin, use win32 API in stead of uname() to determine the tcl_platform va... | nijtmans@users.sourceforge.net | 2012-06-06 | 1 | -2/+69 |
|
|
| | * | | Fix [Bug 3166410]: "out of stack space" on AIX | nijtmans@users.sourceforge.net | 2011-03-07 | 1 | -0/+10 |
|
|
| * | | | * generic/tclUtil.c (TclDStringToObj): Added internal function to make | donal.k.fellows@manchester.ac.uk | 2012-04-25 | 1 | -5/+2 |
|
|
| * | | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts in | donal.k.fellows@manchester.ac.uk | 2011-03-12 | 1 | -2/+2 |
|
|
| * | | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp@users.sourceforge.net | 2011-03-02 | 1 | -2/+0 |
| |\ \ \
| |/ / |
|
| | * | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp@users.sourceforge.net | 2011-03-02 | 1 | -2/+0 |
| | |\ \
| | |/ |
|
| | | * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp@users.sourceforge.net | 2011-03-01 | 1 | -2/+0 |
|
|
| | | * | * macosx/tclMacOSXBundle.c: Workaround CF memory managment bug in | das | 2009-10-05 | 1 | -5/+6 |
|
|
| | | * | * unix/tclUnixFCmd.c: add workaround for crashing bug in fts_open() | das | 2007-04-29 | 1 | -2/+4 |
|
|
| | | * | * library/msgcat/msgcat.tcl (msgcat::Init): on Darwin, add fallback of | das | 2006-09-10 | 1 | -1/+25 |
|
|
| | | * | * macosx/tclMacOSXNotify.c (Tcl_InitNotifier, Tcl_WaitForEvent): create | das | 2006-07-20 | 1 | -3/+33 |
|
|
| | | * | Backport of part of FreeBSD port | donal.k.fellows@manchester.ac.uk | 2006-01-25 | 1 | -3/+10 |
|
|
| | | * | * generic/tclUnixInit.c (TclpSetInitialEncodings): Modified so | dgp@users.sourceforge.net | 2005-11-03 | 1 | -2/+3 |
|
|
| | | * | * generic/tclBasic.c: | Miguel Sofer | 2005-10-23 | 1 | -1/+3 |
|
|
| | | * | Solaris mis-names the cp1251 encoding. | donal.k.fellows@manchester.ac.uk | 2005-08-05 | 1 | -1/+2 |
|
|
| | | * | * macosx/Makefile: | das | 2005-05-24 | 1 | -12/+15 |
|
|
| | | * | * macosx/tclMacOSXBundle.c: | das | 2005-05-14 | 1 | -12/+12 |
|
|
| | | * | Add more locale mapping info for Chinese. [1084595] | donal.k.fellows@manchester.ac.uk | 2005-01-05 | 1 | -1/+6 |
|
|
| | | * | * macosx/Makefile: | das | 2004-11-19 | 1 | -5/+5 |
|
|
| | | * | * generic/tclInt.h: | hobbs | 2004-03-29 | 1 | -3/+6 |
|
|
| | | * | * tests/unixInit.test: unixInit-7.1 | hobbs | 2004-02-17 | 1 | -1/+14 |
|
|
| | | * | * tests/unixInit.test (unixInit-2.10): re-enabled. | dgp@users.sourceforge.net | 2003-11-10 | 1 | -2/+21 |
|
|
| | | * | * generic/tcl.decls: | das | 2003-05-13 | 1 | -4/+4 |
|
|
| | * | | * macosx/tclMacOSXBundle.c: Workaround CF memory managment bug in | das | 2009-10-05 | 1 | -5/+6 |
|
|
| * | | | * macosx/tclMacOSXBundle.c: Workaround CF memory managment bug in | das | 2009-10-05 | 1 | -5/+6 |
|
|
| * | | | Style fixes (unfouling whitespace, sorting comments, removing useless casts, ... | donal.k.fellows@manchester.ac.uk | 2009-01-09 | 1 | -2/+2 |
|
|
| * | | | Implement TIP #315. | donal.k.fellows@manchester.ac.uk | 2008-09-25 | 1 | -1/+7 |
|
|
| * | | | NRE implementation [Patch 2017110] | Miguel Sofer | 2008-07-13 | 1 | -258/+1 |
|
|
| * | | | Get rid of pre-C89-isms (esp. CONST vs const). | donal.k.fellows@manchester.ac.uk | 2008-04-27 | 1 | -16/+16 |
| |/ / |
|
| * | | merge stable branch onto HEAD | dgp@users.sourceforge.net | 2007-12-13 | 1 | -1/+1 |
|
|
| * | | * generic/tclBasic.c: | Miguel Sofer | 2007-11-26 | 1 | -5/+5 |
|
|
| * | | * unix/tclUnixInit.c: the TCL_NO_STACK_CHECK was being incorrectly | Miguel Sofer | 2007-11-13 | 1 | -5/+3 |
|
|
| * | | * unix/tclUnixInit.c: simplify non-crosscompiled case. | das | 2007-11-11 | 1 | -11/+13 |
|
|
| * | | * generic/tclBasic.c: | Miguel Sofer | 2007-11-10 | 1 | -3/+12 |
|
|
| * | | fix typos | das | 2007-11-10 | 1 | -6/+6 |
|
|
| * | | * generic/tclBasic.c: | Miguel Sofer | 2007-11-10 | 1 | -32/+45 |
|
|