| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed [Bug 2269431]: load of shared objects | nijtmans | 2008-11-14 | 1 | -11/+5 |
|
|
* | Remove dead/unused portability-related #defines and unused conditional code. | jenglish | 2008-02-27 | 1 | -7/+2 |
|
|
* | Reconcile coding style issues between branches | dgp | 2008-01-23 | 1 | -10/+8 |
|
|
* | * generic/tclIOUtil.c (FsAddMountsToGlobResult): fix the tail | hobbs | 2007-12-14 | 1 | -6/+7 |
|
|
* | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
|
|
* | [Patch 1830038]: Increased usage of macros to detect and take advantage of ob... | Miguel Sofer | 2007-11-11 | 1 | -2/+2 |
|
|
* | Fix [Bug 1773127] | dkf | 2007-08-15 | 1 | -13/+21 |
|
|
* | * generic/tclIOUtil.c (Tcl_FSChdir): Changed the memory management | Kevin B Kenny | 2007-04-25 | 1 | -3/+6 |
|
|
* | Replaced commas in varargs with string concatenation where possible [Patch 15... | Kevin B Kenny | 2007-04-20 | 1 | -3/+3 |
|
|
* | Handle creation of Tcl_Objs from constant strings better (easier to use, more | dkf | 2007-04-10 | 1 | -4/+8 |
|
|
* | fix warnings | das | 2007-03-16 | 1 | -1/+3 |
|
|
* | * generic/tclIOUtil.c (Tcl_Stat): Reimplement workaround | mdejong | 2007-03-16 | 1 | -17/+20 |
|
|
* | various "const" additions, in line with TIP #27 | nijtmans | 2007-02-20 | 1 | -60/+60 |
|
|
* | (Tcl_FSEvalFileEx): safe incr of objPtr ref | hobbs | 2007-02-19 | 1 | -1/+2 |
|
|
* | * generic/tclBasic.c: TIP #280 implementation. | andreas_kupries | 2006-11-28 | 1 | -1/+4 |
|
|
* | TIP#270 IMPLEMENTATION | dgp | 2006-11-15 | 1 | -2/+2 |
|
|
* | * generic/tclBasic.c: Further revised TclAppendPrintToObj() and | dgp | 2006-11-02 | 1 | -2/+2 |
|
|
* | * generic/tclBasic.c: Refactored and renamed the routines | dgp | 2006-10-31 | 1 | -3/+4 |
|
|
* | fixed [ 1548263 ] NULL return from Tcl_FSGetNormalizedPath segv | coldstore | 2006-08-29 | 1 | -11/+13 |
|
|
* | * generic/tclIOUtil.c: Revisions to complete the thread finalization | dgp | 2006-08-21 | 1 | -1/+3 |
|
|
* | * generic/tclIOUtil.c: Changed default configuration to | dgp | 2006-06-21 | 1 | -3/+5 |
|
|
* | typo in comment | das | 2006-03-28 | 1 | -2/+2 |
|
|
* | nativeFilesystemRecord comparisons | vincentdarley | 2006-03-28 | 1 | -6/+6 |
|
|
* | * generic/tclIOUtil.c (TclGetOpenMode): Added the flag O_APPEND to | andreas_kupries | 2006-03-16 | 1 | -2/+6 |
|
|
* | * generic/tclIO.c: Made several routines tolerant of | dgp | 2006-02-15 | 1 | -2/+4 |
|
|
* | * generic/tclIOUtil.c: workaround gcc warning "comparison is always | das | 2005-12-15 | 1 | -1/+12 |
|
|
* | * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(), | das | 2005-11-27 | 1 | -3/+3 |
|
|
* | Think-o fixes | dkf | 2005-11-01 | 1 | -3/+3 |
|
|
* | ANSIfy. Also converted some deeply nested code to a less nested form for easi... | dkf | 2005-11-01 | 1 | -865/+884 |
|
|
* | * generic/tclStringObj.c: Bug fixes: ObjPrintfVA needed to | dgp | 2005-09-14 | 1 | -13/+7 |
|
|
* | allow NULL interp in Tcl_FSMatchInDirectory | vincentdarley | 2005-08-31 | 1 | -2/+3 |
|
|
* | Ugh; convert unfortunate tab back to a space | dkf | 2005-07-17 | 1 | -2/+2 |
|
|
* | Getting more systematic about style | dkf | 2005-07-17 | 1 | -1561/+1663 |
|
|
* | * generic/tclIOUtil.c (TclLoadFile): | das | 2005-05-23 | 1 | -1/+53 |
|
|
* | 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 | -22/+81 |
|
|
* | Force clenaup of the interp result in TclLoadFile(). Some implementations | vasiljevic | 2005-04-16 | 1 | -5/+12 |
|
|
* | D'oh! | dkf | 2005-01-14 | 1 | -2/+2 |
|
|
* | Stop reliance on absolute attribute indexes with helper function [Bug 1100671] | dkf | 2005-01-14 | 1 | -4/+84 |
|
|
* | * generic/tclIOUtil.c (TclFSEpochOk): There were two code paths | dgp | 2004-11-17 | 1 | -8/+2 |
|
|
* | * generic/tclBasic.c (Tcl_CreateInterp,Tcl_DeleteInterp, | dgp | 2004-10-15 | 1 | -6/+6 |
|
|
* | filesystem generic/platform code splitting | vincentdarley | 2004-10-07 | 1 | -176/+14 |
|
|
* | Simplify the guts of [glob]; maybe mortals can comprehend it now? | dkf | 2004-10-06 | 1 | -110/+96 |
|
|
* | fix to small filesystem bugs | vincentdarley | 2004-09-27 | 1 | -77/+102 |
|
|
* | two bugs fixed in filesystem docs and tests | vincentdarley | 2004-08-31 | 1 | -147/+153 |
|
|
* | cd infinite loop bug fixed | vincentdarley | 2004-07-17 | 1 | -18/+37 |
|
|
* | cd fix in vfs | vincentdarley | 2004-07-11 | 1 | -12/+19 |
|
|
* | Fixed Tcl_FSChdir not to forcefully update private cwd cached copy. | vasiljevic | 2004-06-10 | 1 | -2/+16 |
|
|
* | Partially corrected [Bug 932314] | vasiljevic | 2004-06-09 | 1 | -5/+12 |
|
|
* | fix to some compiler warnings | vincentdarley | 2004-05-08 | 1 | -2/+2 |
|
|