Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * generic/tcl.decls: [TIP #357]: First round of changes | Kevin B Kenny | 2010-04-02 | 1 | -10/+28 |
| | | | | | | | | | | | | | | | | | | | | * generic/tclDecls.h: to export Tcl_LoadFile, Tcl_FindSymbol, * generic/tclIOUtil.c: and Tcl_FSUnloadFile to the public API. * generic/tclInt.h: * generic/tclLoad.c: * generic/tclLoadNone.c: * generic/tclStubInit.c: * tests/fileSystem.test: * tests/load.test: * tests/unload.test: * unix/tclLoadDl.c: * unix/tclLoadDyld.c: * unix/tclLoadNext.c: * unix/tclLoadOSF.c: * unix/tclLoadShl.c: * unix/tclUnixPipe.c: * win/Makefile.in: * win/tclWinLoad.c: | ||||
* | Revert a few files from the previous commit, preventing | nijtmans | 2010-03-11 | 1 | -2/+2 |
| | | | | conflicts with Kevin's TIP #357 work | ||||
* | Remove unnecessary '&' decoration for function | nijtmans | 2010-03-11 | 1 | -2/+2 |
| | | | | | pointers. Fix double declaration of TclNativeDupInternalRep | ||||
* | Get rid of pre-C89-isms (esp. CONST vs const). | dkf | 2008-04-27 | 1 | -4/+4 |
| | |||||
* | More bits of ANSIfying | dkf | 2005-11-11 | 1 | -23/+24 |
| | |||||
* | Systematizing the formatting | dkf | 2005-07-19 | 1 | -51/+62 |
| | | | | | Also simplified the AIX loader so that it's failure-mode code wasn't scattered all over quite so much. | ||||
* | load fixes for Bug 611108 | vincentdarley | 2002-10-10 | 1 | -2/+22 |
| | |||||
* | Tcl_LoadHandle usage | vincentdarley | 2002-07-18 | 1 | -4/+4 |
| | |||||
* | load comments and clientData replacement | vincentdarley | 2002-07-18 | 1 | -10/+22 |
| | |||||
* | load internals refactoring | vincentdarley | 2002-07-17 | 1 | -15/+18 |
| | |||||
* | 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 | -3/+9 |
| | |||||
* | filesystem | vincentdarley | 2001-08-30 | 1 | -4/+5 |
| | |||||
* | merged tcl 8.1 branch back into the main trunk | stanton | 1999-04-16 | 1 | -5/+37 |
| | |||||
* | Replaced SCCS strings, fixed binary filescore_8_0_3 | stanton | 1998-09-14 | 1 | -1/+1 |
| | |||||
* | Initial revision | rjohnson | 1998-03-26 | 1 | -0/+128 |