| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix gcc warning: ignoring return value of ‘write’, | nijtmans | 2009-12-16 | 1 | -3/+10 |
|
|
* | Some small bits of tidying up. | dkf | 2009-11-09 | 1 | -70/+71 |
|
|
* | Style fixes (unfouling whitespace, sorting comments, removing useless casts, ... | dkf | 2009-01-09 | 1 | -2/+2 |
|
|
* | Remove obsolete PipeCloseProc | ferrieux | 2008-12-18 | 1 | -83/+1 |
|
|
* | TIP #332 IMPLEMENTATION - Half-Close for Bidirectional Channels | ferrieux | 2008-12-18 | 1 | -6/+98 |
|
|
* | Fix missing CLOEXEC on internal pipes [2417695] and [chan pipe] fds. | ferrieux | 2008-12-12 | 1 | -1/+4 |
|
|
* | fix warnings, formatting | das | 2008-07-21 | 1 | -18/+17 |
|
|
* | TIP #304 implementation | ferrieux | 2008-07-21 | 1 | -1/+45 |
|
|
* | * generic/tclTest.c: Ignore the return value of write() when | rmax | 2008-03-14 | 1 | -3/+3 |
|
|
* | Consolidate all code conditionalized on -DUSE_FIONBIO into one place. | jenglish | 2008-02-28 | 1 | -47/+4 |
|
|
* | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
|
|
* | * generic/tclInt.decls: Revised the interfaces of the routines | dgp | 2007-06-20 | 1 | -3/+3 |
|
|
* | * generic/tclBasic.c: Replace arrays on the C stack and ckalloc | dgp | 2007-04-02 | 1 | -5/+6 |
|
|
* | various "const" additions, in line with TIP #27 | nijtmans | 2007-02-20 | 1 | -11/+11 |
|
|
* | * generic/tclCompExpr.c: fix gcc warnings about 'cast to/from | das | 2006-11-13 | 1 | -11/+11 |
|
|
* | * unix/tclUnixPipe.c (TclpCreateProcess): for USE_VFORK: ensure standard | das | 2006-08-02 | 1 | -1/+18 |
|
|
* | * generic/regc_locale.c (cclass): | das | 2006-07-20 | 1 | -3/+4 |
|
|
* | * doc/CrtChannel.3: Added TCL_CHANNEL_VERSION_5, made it | andreas_kupries | 2006-03-27 | 1 | -2/+3 |
|
|
* | ANSIfy | dkf | 2005-11-02 | 1 | -100/+96 |
|
|
* | * generic/tclPipe.c (TclCreatePipeline): Arrange for POSIX systems to | dkf | 2005-07-28 | 1 | -2/+2 |
|
|
* | Getting more systematic about style | dkf | 2005-07-24 | 1 | -264/+267 |
|
|
* | bug 1225727 | Kevin B Kenny | 2005-06-22 | 1 | -1/+22 |
|
|
* | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232 | Kevin B Kenny | 2005-05-10 | 1 | -1/+1 |
|
|
* | TIP#218 IMPLEMENTATION | andreas_kupries | 2005-01-27 | 1 | -2/+4 |
|
|
* | * generic/tclBasic.c: | dgp | 2004-10-06 | 1 | -3/+4 |
|
|
* | Silence compiler warnings. | dgp | 2004-06-08 | 1 | -4/+2 |
|
|
* | Patch 922727 committed. Implements three changes: | dgp | 2004-04-06 | 1 | -2/+1 |
|
|
* | * unix/tclUnixPipe.c: (macosx) use vfork() instead of fork() to | das | 2003-02-21 | 1 | -1/+5 |
|
|
* | Changed all the Tcl_Platform* symbols to TclOS*; they weren't public so their | dkf | 2002-06-28 | 1 | -4/+4 |
|
|
* | TIP#72 implementation. See ChangeLog for details. | dkf | 2002-02-15 | 1 | -4/+4 |
|
|
* | * Partial TIP 27 rollback. Following routines | dgp | 2002-02-08 | 1 | -3/+2 |
|
|
* | * Updated interfaces of generic/tclEncoding, generic/tclFilename.c, | dgp | 2002-01-25 | 1 | -5/+7 |
|
|
* | * Updated APIs in the file generic/tclIO.c according to the guidelines | dgp | 2002-01-15 | 1 | -3/+3 |
|
|
* | * unix/tclUnixPipe.c (TclpCreateProcess): Applied Don Porter's | andreas_kupries | 2001-12-11 | 1 | -2/+2 |
|
|
* | * unix/tclUnixPipe.c (PipeInputProc, PipeOutputProc): do immediate | hobbs | 2001-10-18 | 1 | -11/+27 |
|
|
* | minor fs, vfs fixes | vincentdarley | 2001-09-04 | 1 | -7/+17 |
|
|
* | * unix/tclUnixPipe.c (TclpCreateTempFile): fixed use of tmpnam, | hobbs | 2001-08-07 | 1 | -7/+14 |
|
|
* | Changes from TIP#17 "Redo Tcl's filesystem" | vincentdarley | 2001-07-31 | 1 | -1/+29 |
|
|
* | * unix/tclUnixPipe.c: updated pipeChannelType to | hobbs | 2001-05-15 | 1 | -11/+15 |
|
|
* | * unix/tclUnixPipe.c (TclpCreateTempFile): prevent potential race | hobbs | 2001-03-29 | 1 | -2/+7 |
|
|
* | * unix/tclUnixPipe.c (TclpCreateProcess): Removed WNOHANG from | hobbs | 2000-09-06 | 1 | -3/+5 |
|
|
* | * generic/tclGet.c (Tcl_GetDouble): Added additional conditions to | ericm | 2000-03-31 | 1 | -4/+10 |
|
|
* | * unix/tclUnixChan.c: Added (off_t) type casts in lseek() call | ericm | 2000-03-27 | 1 | -3/+3 |
|
|
* | * unix/configure.in: | hobbs | 1999-12-12 | 1 | -3/+3 |
|
|
* | * win/tclWinTime.c: fixed handling of %Z on NT for time zones | hobbs | 1999-12-01 | 1 | -2/+1 |
|
|
* | * unix/tclUnixPipe.c: fixed PipeBlockModeProc to properly set | hobbs | 1999-11-30 | 1 | -2/+4 |
|
|
* | * unix/Makefile.in: purify has to use -best-effort to instrument | hobbs | 1999-10-13 | 1 | -21/+28 |
|
|
* | merged tcl 8.1 branch back into the main trunk | stanton | 1999-04-16 | 1 | -47/+56 |
|
|
* | Replaced SCCS strings, fixed binary filescore_8_0_3 | stanton | 1998-09-14 | 1 | -1/+1 |
|
|
* | Initial revision | rjohnson | 1998-03-26 | 1 | -0/+1149 |
|
|