| Commit message (Expand) | Author | Age | Files | Lines |
* | [Bug 2949740]: Do not try to put a NULL pipeline channel into binary mode. | dkf | 2010-02-11 | 1 | -2/+2 |
|
|
* | * generic/tclIOCmd.c (Tcl_FcopyObjCmd): Keeping check for negative | andreas_kupries | 2008-04-10 | 1 | -13/+8 |
|
|
* | * generic/tclIOCmd.c (Tcl_FcopyObjCmd): Added checking of -size | andreas_kupries | 2008-04-09 | 1 | -1/+15 |
|
|
* | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
|
|
* | * generic/tclIOCmd.c (FinalizeIOCmdTSD, Tcl_PutsObjCmd): cache | hobbs | 2007-12-07 | 1 | -18/+59 |
|
|
* | Simplify code for setting up the [chan] ensemble now that we can leverage | dkf | 2007-12-06 | 1 | -8/+82 |
|
|
* | * generic/tclIO.h: Create Tcl_Obj for Tcl channels to reduce | hobbs | 2007-12-05 | 1 | -74/+56 |
|
|
* | Reduce cast count. | dkf | 2007-11-19 | 1 | -67/+51 |
|
|
* | More minor cleanup | dkf | 2007-11-18 | 1 | -7/+7 |
|
|
* | [Patch 1830038]: Increased usage of macros to detect and take advantage of ob... | Miguel Sofer | 2007-11-11 | 1 | -42/+42 |
|
|
* | * generic/tclIOCmd.c: Revise [open] so that it interprets leading | dgp | 2007-10-15 | 1 | -2/+20 |
|
|
* | * generic/tclInt.decls: New internal routine TclBackgroundException() | dgp | 2007-09-06 | 1 | -2/+2 |
|
|
* | Silence constness warnings for TclStackFree when building with msvc. | patthoyts | 2007-06-28 | 1 | -2/+2 |
|
|
* | * generic/tclInt.decls: Revised the interfaces of the routines | dgp | 2007-06-20 | 1 | -2/+2 |
|
|
* | * generic/tclIOCmd.c (Tcl_ReadObjCmd): Plugged a leak of the | Kevin B Kenny | 2007-04-24 | 1 | -2/+2 |
|
|
* | * generic/tclBasic.c: Replace arrays on the C stack and ckalloc | dgp | 2007-04-02 | 1 | -11/+5 |
|
|
* | various "const" additions, in line with TIP #27 | nijtmans | 2007-02-20 | 1 | -28/+28 |
|
|
* | Implement TIP#267 | dkf | 2006-12-04 | 1 | -9/+13 |
|
|
* | fix warning | das | 2006-12-02 | 1 | -3/+4 |
|
|
* | TIP#287 IMPLEMENTATION | dgp | 2006-12-01 | 1 | -1/+69 |
|
|
* | * generic/regc_locale.c (cclass): | das | 2006-07-20 | 1 | -2/+2 |
|
|
* | * generic/tclBinary.c: | Miguel Sofer | 2005-11-04 | 1 | -2/+1 |
|
|
* | ANSIfy. Also converted some deeply nested code to a less nested form for easi... | dkf | 2005-11-01 | 1 | -200/+215 |
|
|
* | TIP#219 IMPLEMENTATION | andreas_kupries | 2005-08-24 | 1 | -19/+76 |
|
|
* | Try again :-} | dkf | 2005-07-17 | 1 | -2/+3 |
|
|
* | D'oh | dkf | 2005-07-17 | 1 | -2/+2 |
|
|
* | Getting more systematic about style | dkf | 2005-07-17 | 1 | -386/+396 |
|
|
* | Clean up tests in chan.test and add mechanism for chaining Tcl_WrongNumArgs | dkf | 2005-06-07 | 1 | -4/+12 |
|
|
* | copy/paste/modify error | dgp | 2005-06-07 | 1 | -3/+2 |
|
|
* | TIP#208 implementation | dkf | 2005-06-06 | 1 | -1/+75 |
|
|
* | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232 | Kevin B Kenny | 2005-05-10 | 1 | -1/+1 |
|
|
* | TIP#183 IMPLEMENTATION [Patch 577093] | dgp | 2005-04-27 | 1 | -3/+6 |
|
|
* | remove unused var | dgp | 2004-10-07 | 1 | -2/+2 |
|
|
* | * generic/tclBasic.c: | dgp | 2004-10-06 | 1 | -13/+13 |
|
|
* | * generic/tclIOCmd.c (Tcl_FcopyObjCmd): Corrected a typo in the | andreas_kupries | 2004-07-16 | 1 | -3/+3 |
|
|
* | * generic/tclIOCmd.c (Tcl_PutsObjCmd): Added length check to the | andreas_kupries | 2004-07-15 | 1 | -2/+2 |
|
|
* | Patch 922727 committed. Implements three changes: | dgp | 2004-04-06 | 1 | -2/+1 |
|
|
* | Removed support for Mac OS Classic platform [Patch 918142] | das | 2004-03-17 | 1 | -17/+1 |
|
|
* | All uses of 'panic' (the macro) changed | davygrvy | 2003-12-24 | 1 | -4/+4 |
|
|
* | TIP#72 implementation. See ChangeLog for details. | dkf | 2002-02-15 | 1 | -6/+7 |
|
|
* | * generic/tclIOCmd.c (Tcl_GetsObjCmd): Trivial fix for bug | andreas_kupries | 2002-02-14 | 1 | -4/+2 |
|
|
* | * Updated interfaces of generic/tclEncoding, generic/tclFilename.c, | dgp | 2002-01-25 | 1 | -5/+5 |
|
|
* | * generic/tclIOCmd.c (Tcl_GetsObjCmd): Fixed bug #504642 as | andreas_kupries | 2002-01-17 | 1 | -11/+4 |
|
|
* | * More TIP 27 updates in tclIOUtil.c and tclIndexObj.c that were | dgp | 2002-01-17 | 1 | -5/+7 |
|
|
* | * generic/tclIOCmd.c (Tcl_PutsObjCmd): Rewritten to have saner and | andreas_kupries | 2001-09-19 | 1 | -31/+48 |
|
|
* | 2001-08-06 Andreas Kupries <andreas_kupries@users.sourceforge.net> | andreas_kupries | 2001-08-06 | 1 | -4/+6 |
|
|
* | Changes from TIP#17 "Redo Tcl's filesystem" | vincentdarley | 2001-07-31 | 1 | -2/+2 |
|
|
* | 1999-09-16 Jeff Hobbs <hobbs@scriptics.com> | hobbs | 1999-09-21 | 1 | -2/+6 |
|
|
* | lint and better documentation of the character vs. byte oriented commands | stanton | 1999-05-05 | 1 | -2/+2 |
|
|
* | merged tcl 8.1 branch back into the main trunk | stanton | 1999-04-16 | 1 | -384/+349 |
|
|