Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ANSIfy | dkf | 2005-11-04 | 1 | -22/+22 |
| | |||||
* | Getting more systematic about style | dkf | 2005-07-24 | 1 | -77/+92 |
| | |||||
* | format last change for 74 characters per line | davygrvy | 2003-09-08 | 1 | -2/+4 |
| | |||||
* | * win/tclWinLoad.c (TclpDlopen): Changed the error message for ↵ | davygrvy | 2003-09-08 | 1 | -2/+2 |
| | | | | | | | ERROR_PROC_NOT_FOUND to be a bit more helpful in giving us clues. "can't find specified procedure" means a function in the import table, for implicit loading, couldn't be resolved and that's why the load failed. | ||||
* | load fixes for Bug 611108 | vincentdarley | 2002-10-10 | 1 | -6/+20 |
| | |||||
* | Tcl_LoadHandle usage | vincentdarley | 2002-07-18 | 1 | -5/+5 |
| | |||||
* | load comments and clientData replacement | vincentdarley | 2002-07-18 | 1 | -8/+22 |
| | |||||
* | load internals refactoring | vincentdarley | 2002-07-17 | 1 | -24/+24 |
| | |||||
* | * [Patch 505630] Updated interfaces of generic/tclBasic.cc (TIP 27). | dgp | 2002-01-25 | 1 | -2/+2 |
| | | | | | | | * [Patch 506818] Updated interfaces of generic/tclHash.c (TIP 27). * [Patch 506807] Updated interfaces of generic/tclObj.c (TIP 27). * [Patch 507304] Updated interfaces of win/tclWin32.c (TIP 27). * Update all callers. | ||||
* | Updated APIs in the files */tcl*Load*.c according to the guidelines | Kevin B Kenny | 2002-01-09 | 1 | -2/+2 |
| | | | | of TIP 27. | ||||
* | * More CONST poisoning | dgp | 2001-09-28 | 1 | -2/+2 |
| | | | | | | fixes from the 2001-09-24 TIP 27 changes. CONST-ified Tcl_FSLoadFile and TclpLoadFile. Report and patch from Kevin Kenny. [Bug 465833] | ||||
* | minor fs, vfs fixes | vincentdarley | 2001-09-04 | 1 | -4/+10 |
| | |||||
* | filesystem | vincentdarley | 2001-08-30 | 1 | -3/+4 |
| | |||||
* | * win/tclWinLoad.c (TclpLoadFile): added special message for | hobbs | 2000-09-06 | 1 | -3/+7 |
| | | | | | | | ERROR_PROC_NOT_FOUND exception in loading a dll. * win/tclWinError.c: changed ERROR_PROC_NOT_FOUND to map from ESRCH (POSIX: no such process) to EINVAL because there is no good mapping for "procedure not found". | ||||
* | * doc/load.n: added notes about dll load errors on Windows | hobbs | 2000-02-10 | 1 | -2/+2 |
| | |||||
* | * win/tclWinLoad.c (TclpLoadFile): improved error message for load | hobbs | 2000-02-10 | 1 | -4/+44 |
| | | | | failures, could perhaps be even more intelligent. | ||||
* | merged tcl 8.1 branch back into the main trunk | stanton | 1999-04-16 | 1 | -20/+57 |
| | |||||
* | Replaced SCCS strings, fixed binary filescore_8_0_3 | stanton | 1998-09-14 | 1 | -1/+1 |
| | |||||
* | Initial revision | rjohnson | 1998-03-26 | 1 | -0/+114 |