| Commit message (Expand) | Author | Age | Files | Lines |
* | Add missing cast that makes the fix effective. | dgp | 2006-11-28 | 1 | -2/+2 |
|
|
* | * unix/tclUnixChan.c (TclUnixWaitForFile): | Kevin B Kenny | 2006-11-27 | 1 | -2/+3 |
|
|
* | * generic/tclCompExpr.c: fix gcc warnings about 'cast to/from | das | 2006-11-13 | 1 | -8/+8 |
|
|
* | Rewritten MT-safe wrappers to return ptrs to TSD storage. | vasiljevic | 2006-09-07 | 1 | -25/+3 |
|
|
* | Added fixes for Tcl Bug 999544 (ported from core-8-4-branch). | vasiljevic | 2006-09-06 | 1 | -1/+23 |
|
|
* | * unix/tclUnixChan.c (TclUnixWaitForFile): with timeout < 0, if select() | das | 2006-08-18 | 1 | -1/+4 |
|
|
* | * doc/CrtChannel.3: Added TCL_CHANNEL_VERSION_5, made it | andreas_kupries | 2006-03-27 | 1 | -4/+4 |
|
|
* | backing out last change, Tcl_Panic will be declared to never return | das | 2006-03-25 | 1 | -2/+2 |
|
|
* | handle Tcl_Panic potentially returning. coverity bug 46 | das | 2006-03-25 | 1 | -1/+2 |
|
|
* | Minor simplification of forward declarations | dkf | 2006-02-02 | 1 | -5/+3 |
|
|
* | Improved commenting of a tricky bit of TclpOpenFileChannel | dkf | 2006-01-26 | 1 | -13/+11 |
|
|
* | * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(), | das | 2005-11-27 | 1 | -2/+2 |
|
|
* | More bits of ANSIfying | dkf | 2005-11-11 | 1 | -7/+7 |
|
|
* | Revised code to build in situations where strchr(.,.) is a macro. | dgp | 2005-10-21 | 1 | -5/+3 |
|
|
* | ANSI-fy declarations and NULL handling | dkf | 2005-10-21 | 1 | -316/+299 |
|
|
* | * unix/tclUnixSock.c (InitializeHostName): Synchronized use of | andreas_kupries | 2005-09-02 | 1 | -2/+2 |
|
|
* | Getting more systematic about style | dkf | 2005-07-20 | 1 | -382/+411 |
|
|
* | TIP#208 implementation | dkf | 2005-06-06 | 1 | -2/+49 |
|
|
* | * generic/tclInt.decls: | das | 2005-05-14 | 1 | -8/+12 |
|
|
* | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232 | Kevin B Kenny | 2005-05-10 | 1 | -1/+1 |
|
|
* | * doc/DString.3: Eliminated use of identifier "string" in Tcl's | dgp | 2005-05-03 | 1 | -8/+8 |
|
|
* | TIP#218 IMPLEMENTATION | andreas_kupries | 2005-01-27 | 1 | -36/+62 |
|
|
* | * unix/tclUnixChan.c (TtySetOptionProc): fixed crash configuring | hobbs | 2004-11-17 | 1 | -10/+10 |
|
|
* | * unix/tclUnixChan.c: [Bug 727786]. Exterminated the code marked | andreas_kupries | 2004-11-10 | 1 | -104/+4 |
|
|
* | Put braces round if bodies... | dkf | 2004-10-06 | 1 | -4/+6 |
|
|
* | Made compiling with -Wstrict-prototypes -Wmissing-prototypes much cleaner. | dkf | 2004-05-27 | 1 | -1/+5 |
|
|
* | * Applied [SF Tcl Patch 868853], fixing a mem leak in | andreas_kupries | 2004-05-04 | 1 | -1/+10 |
|
|
* | Patch 922727 committed. Implements three changes: | dgp | 2004-04-06 | 1 | -2/+1 |
|
|
* | * generic/tclNamesp.c: Added temporary pointer variables to work | rmax | 2004-03-18 | 1 | -4/+9 |
|
|
* | Fix memleak with long hostnames. [Bug 888777] | dkf | 2004-02-25 | 1 | -1/+3 |
|
|
* | All uses of 'panic' (the macro) changed | davygrvy | 2003-12-24 | 1 | -6/+7 |
|
|
* | Changes from Victor Wagner <vitus@45.free.net> for DJGPP support. | davygrvy | 2003-11-18 | 1 | -1/+4 |
|
|
* | * unix/tclUnixChan.c (Tcl_MakeFileChannel): Applied [Patch 813606] | andreas_kupries | 2003-10-23 | 1 | -5/+8 |
|
|
* | * unix/tclUnixChan.c (Tcl_MakeTcpClientChannel): add | hobbs | 2003-02-21 | 1 | -6/+33 |
|
|
* | * generic/tclIO.c (Tcl_CutChannel, Tcl_SpliceChannel): | mdejong | 2003-01-26 | 1 | -14/+104 |
|
|
* | * generic/tclEvent.c (TclInExit, TclInThreadExit): | mdejong | 2002-11-07 | 1 | -2/+2 |
|
|
* | * unix/tclUnixChan.c (Tcl_MakeTcpClientChannel): make sure to init | hobbs | 2002-09-03 | 1 | -1/+2 |
|
|
* | * unix/tcl.m4 (SC_SERIAL_PORT): Fixed detection for cases when | rmax | 2002-07-29 | 1 | -5/+5 |
|
|
* | fs cleanup | vincentdarley | 2002-07-08 | 1 | -21/+4 |
|
|
* | Changed all the Tcl_Platform* symbols to TclOS*; they weren't public so their | dkf | 2002-06-28 | 1 | -12/+21 |
|
|
* | TIP#91 implementation; makes old style channels binary compatible with | dkf | 2002-05-24 | 1 | -11/+71 |
|
|
* | More tidying up; tclUnixChan.c now builds with GCC without warnings. | dkf | 2002-05-14 | 1 | -480/+456 |
|
|
* | Stop Solaris from generating a warning; the second argument to ioctl has been | dkf | 2002-05-13 | 1 | -2/+6 |
|
|
* | * unix/tclUnixChan.c: initial remedy for [Bug #525783] flush | hobbs | 2002-03-05 | 1 | -4/+23 |
|
|
* | * unix/tclUnixChan.c (TclpOpenFileChannel): Added code to regonize | andreas_kupries | 2002-02-27 | 1 | -2/+8 |
|
|
* | * unix/tclUnixChan.c: added Unix implementation of TIP #35, serial | hobbs | 2002-02-26 | 1 | -16/+385 |
|
|
* | TIP#72 implementation. See ChangeLog for details. | dkf | 2002-02-15 | 1 | -15/+16 |
|
|
* | * unix/tclUnixChan.c (FileOutputProc): Fixed [bug 465765] reported | andreas_kupries | 2002-02-04 | 1 | -1/+11 |
|
|
* | * Updated socket interfaces according to TIP 27. Updated callers. | dgp | 2002-01-23 | 1 | -11/+11 |
|
|
* | * More TIP 27 updates in tclIOUtil.c and tclIndexObj.c that were | dgp | 2002-01-17 | 1 | -2/+2 |
|
|