| Commit message (Expand) | Author | Age | Files | Lines |
* | * unix/Makefile.in: add support for compile flags specific to | das | 2007-08-07 | 3 | -31/+40 |
|
|
* | * generic/tclEnv.c: improve environ handling on Mac OS X (adapted | das | 2007-08-07 | 1 | -4/+10 |
|
|
* | Tidying up. | dkf | 2007-08-03 | 1 | -3/+2 |
|
|
* | autoheader-2.59 | das | 2007-08-02 | 1 | -0/+6 |
|
|
* | Regenerated configure using autoconf 2.59. Autoconf 2.61 changed | andreas_kupries | 2007-08-01 | 1 | -6019/+5991 |
|
|
* | Regen with autoconf 2.61 | Miguel Sofer | 2007-07-31 | 1 | -5953/+6052 |
|
|
* | * unix/configure.in: allow use of 'inline' in Tcl sources | Miguel Sofer | 2007-07-31 | 1 | -1/+2 |
|
|
* | Whitespace/format cleanup | dkf | 2007-07-31 | 2 | -64/+61 |
|
|
* | * unix/tclUnixInit.c (TclpSetVariables): Use the thread-safe getpwuid | dkf | 2007-07-31 | 1 | -15/+21 |
|
|
* | Simplify the #ifdef logic. | dkf | 2007-07-31 | 1 | -334/+396 |
|
|
* | One more bad change spotted by AKu | dkf | 2007-07-31 | 1 | -2/+2 |
|
|
* | Fix test failures. | dkf | 2007-07-31 | 1 | -2/+2 |
|
|
* | Added macros to make bit chopping clearer | dkf | 2007-07-30 | 1 | -149/+160 |
|
|
* | * library/platform/platform.tcl: Fixed bug in 'platform::patterns' | andreas_kupries | 2007-07-20 | 1 | -3/+3 |
|
|
* | * generic/tclIO.c: Removed dead code. | dgp | 2007-07-02 | 1 | -75/+1 |
|
|
* | * generic/tclBasic.c: Removed dead code, including the | dgp | 2007-06-28 | 1 | -6/+2 |
|
|
* | * generic/tclInt.decls: Revised the interfaces of the routines | dgp | 2007-06-20 | 1 | -3/+3 |
|
|
* | * macosx/Tcl.xcodeproj/project.pbxproj: add settings for Fix&Continue. | das | 2007-06-06 | 4 | -26/+44 |
|
|
* | * unix/Makefile.in: add datarootdir to silence autoconf-2.6x warning. | das | 2007-06-03 | 1 | -1/+2 |
|
|
* | * unix/tclUnixThrd.c (Tcl_JoinThread): fix for 64-bit handling of | hobbs | 2007-05-29 | 1 | -3/+7 |
|
|
* | restore line endings | dgp | 2007-05-29 | 7 | -1058/+1058 |
|
|
* | * unix/configure: autoconf-2.59 (FC6 fork) | dgp | 2007-05-18 | 3 | -5/+5 |
|
|
* | Convert to using ANSI function definitions. | dkf | 2007-05-02 | 7 | -1066/+1058 |
|
|
* | * unix/Makefile.in: add 'tclsh' dependency to install targets that rely | das | 2007-04-30 | 1 | -6/+6 |
|
|
* | * unix/Makefile.in (dist): copy license.terms to dist macosx dir; fix autohe... | das | 2007-04-25 | 1 | -17/+19 |
|
|
* | * unix/Makefile.in (dist): add macosx/*.xcconfig files to src dist. | das | 2007-04-25 | 1 | -2/+3 |
|
|
* | * unix/Makefile.in (dist): add platform library package to src dist | hobbs | 2007-04-24 | 1 | -9/+7 |
|
|
* | * unix/configure.in: install license.terms into Tcl.framework. | das | 2007-04-23 | 2 | -1/+3 |
|
|
* | * unix/tclLoadDyld.c (TclpLoadMemory): fix (void*) arithmetic. | das | 2007-04-23 | 1 | -4/+4 |
|
|
* | * unix/tclUnixFCmd.c: add workaround for crashing bug in fts_open() | das | 2007-04-23 | 2 | -18/+35 |
|
|
* | Replaced commas in varargs with string concatenation where possible [Patch 15... | Kevin B Kenny | 2007-04-20 | 2 | -6/+6 |
|
|
* | Eliminate use of (VOID*) casts when calling memset or memcpy. | dkf | 2007-04-17 | 3 | -10/+8 |
|
|
* | Complete the purge of K&R function definitions from manually-written code. | dkf | 2007-04-16 | 8 | -55/+83 |
|
|
* | * generic/tclBasic.c: Replace arrays on the C stack and ckalloc | dgp | 2007-04-02 | 1 | -5/+6 |
|
|
* | * generic/tclBasic.c (Tcl_CreateMathFunc): Replaced some | dgp | 2007-03-19 | 1 | -3/+3 |
|
|
* | * library/platform/shell.tcl: Made more robust if an older platform | andreas_kupries | 2007-03-09 | 1 | -3/+3 |
|
|
* | * macosx/tclMacOSXNotify.c: add spinlock debugging and sanity checks. | das | 2007-03-07 | 2 | -2/+2 |
|
|
* | * library/platform/shell.tcl (::platform::shell::RUN): In the case | andreas_kupries | 2007-03-05 | 1 | -3/+3 |
|
|
* | various "const" additions, in line with TIP #27 | nijtmans | 2007-02-20 | 2 | -42/+42 |
|
|
* | * unix/tcl.m4: use SHLIB_SUFFIX=".so" on HP-UX ia64 arch. | hobbs | 2007-02-19 | 2 | -2/+10 |
|
|
* | * unix/tclUnixInit.c (TclpCheckStackSpace): do stack size checks | hobbs | 2007-02-08 | 1 | -3/+3 |
|
|
* | * unix/tcl.m4: use gcc4's __attribute__((__visibility__("hidden"))) if | das | 2007-02-04 | 4 | -80/+194 |
|
|
* | * unix/tcl.m4: integrate CPPFLAGS into CFLAGS as late as possible and | das | 2007-01-25 | 2 | -8/+21 |
|
|
* | * macosx/tclMacOSXFCmd.c (TclMacOSXSetFileAttribute): on some versions | das | 2007-01-19 | 5 | -6/+40 |
|
|
* | supply missing RCS line | dgp | 2006-12-19 | 1 | -1/+1 |
|
|
* | Fix [Bug 1618838] | dkf | 2006-12-19 | 1 | -2/+5 |
|
|
* | * unix/tclUnixThrd.c (TclpInetNtoa): fix for 64 bit. | das | 2006-12-19 | 1 | -1/+1 |
|
|
* | * unix/tclUnixThrd.c (TclpInetNtoa): fix for 64 bit. | das | 2006-12-19 | 1 | -3/+3 |
|
|
* | * unix/tclUnixThrd.c (TclpInetNtoa): fix for 64 bit. | das | 2006-12-19 | 1 | -7/+3 |
|
|
* | * unix/tcl.m4 (Darwin): --enable-64bit: verify linking with 64bit -arch | das | 2006-12-19 | 2 | -10/+148 |
|
|