Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Finish the TIP #416 implementation as specified (#define's were still ↵ | jan.nijtmans | 2012-11-07 | 1 | -2/+2 |
| | | | | missing). Added warning to "load" documentation. Added test case for using -global without specifying filename. | ||||
* | syntax improvement: expect options before the filename | jan.nijtmans | 2012-10-24 | 1 | -1/+1 |
| | | | <p>start at documentation | ||||
* | experimental implementation of FRQ-3579001 | jan.nijtmans | 2012-10-24 | 1 | -4/+15 |
| | |||||
* | Add "flags" parameter from Tcl_LoadFile to to various internal functions, so ↵ | jan.nijtmans | 2012-10-23 | 1 | -1/+2 |
|\ | | | | | | | these flags are available through the whole filesystem for (future) internal use | ||||
* | | Followup to [6325d5dbeac6f91d28d6]. dlerror() may return NULL. Fixed the ↵ | andreask | 2012-08-27 | 1 | -1/+7 |
| | | | | | | | | code which wasn't prepared to deal with that. | ||||
* | | Unbreak. | stwo | 2012-08-04 | 1 | -1/+1 |
| | | |||||
* | | more result generation conversion | dkf | 2012-08-04 | 1 | -5/+5 |
| | | |||||
* | | Factor out a number of common patterns of use of Tcl_DStringAppend. | dkf | 2012-07-03 | 1 | -1/+1 |
| | | |||||
* | | Revert mistaken commit. | dgp | 2012-01-09 | 1 | -1/+0 |
| | | |||||
* | | Fix loading of timezones where one abbreviation is a proper suffix of ↵ | Kevin B Kenny | 2012-01-08 | 1 | -0/+1 |
|\ \ | |/ | | | | | another [Bug 3470928] | ||||
* | | [Bug #3216070] Loading extension libraries from embedded Tcl applications. | jan.nijtmans | 2011-03-22 | 1 | -7/+13 |
|\ \ | |/ | |||||
| * | [Bug #3216070] Loading extension libraries from embedded Tcl applications. | jan.nijtmans | 2011-03-22 | 1 | -7/+13 |
| |\ | |||||
| | * | bug-3216070bug_3216070 | jan.nijtmans | 2011-03-16 | 1 | -7/+7 |
| |/ | |||||
* | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts in | dkf | 2011-03-12 | 1 | -3/+3 |
| | | | | | | rest of Tcl source code. No ABI change. API change *should* be harmless. | ||||
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 1 | -2/+0 |
|\ \ | |/ | | | cause more harm than good. Purged them (except in zlib files). | ||||
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -2/+0 |
| |\ | | | | | | | more harm than good. Purged them. | ||||
| | * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -2/+0 |
| | | | | | | | | | more harm than good. Purged them. | ||||
| | * | Workaround for silly compiler bug. [Bug 1503729] | dkf | 2006-06-13 | 1 | -3/+9 |
| | | | |||||
* | | | Eliminate various unnecessary type casts, use function typedefs whenever ↵ | nijtmans | 2010-06-21 | 1 | -5/+5 |
| | | | | | | | | | | | | possible | ||||
* | | | * unix/tclLoadDl.c (FindSymbol): [Bug 2992295]: Simplified the | Kevin B Kenny | 2010-04-26 | 1 | -7/+12 |
| | | | | | | | | | | | | | | | logic so that the casts added in Donal Fellows's change for the same bug are no longer necessary. | ||||
* | | | * unix/tclLoadDl.c (FindSymbol): [Bug 2992295]: Added an explicit cast | dkf | 2010-04-26 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | because auto-casting between function and non-function types is never naturally warning-free. | ||||
* | | | Fix two failing tests by matching the can't-lookup-symbol error message. | dkf | 2010-04-05 | 1 | -15/+14 |
| | | | |||||
* | | | * generic/tcl.decls: [TIP #357]: First round of changes | Kevin B Kenny | 2010-04-02 | 1 | -12/+30 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | -6/+6 |
|/ / | |||||
* | | Workaround for silly compiler bug. [Bug 1503729] | dkf | 2006-06-13 | 1 | -2/+9 |
| | | |||||
* | | More bits of ANSIfying | dkf | 2005-11-11 | 1 | -22/+22 |
| | | |||||
* | | Systematizing the formatting | dkf | 2005-07-19 | 1 | -59/+69 |
|/ | | | | | 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/+19 |
| | |||||
* | Tcl_LoadHandle usage | vincentdarley | 2002-07-18 | 1 | -5/+5 |
| | |||||
* | load comments and clientData replacement | vincentdarley | 2002-07-18 | 1 | -11/+23 |
| | |||||
* | load internals refactoring | vincentdarley | 2002-07-17 | 1 | -1/+2 |
| | |||||
* | load internals refactoring | vincentdarley | 2002-07-17 | 1 | -32/+22 |
| | |||||
* | 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] | ||||
* | * Updated APIs in | dgp | 2001-09-24 | 1 | -2/+2 |
| | | | | | generic/tclUtil.c according to the guidelines of TIP 27. [Patch 464553] | ||||
* | minor fs, vfs fixes | vincentdarley | 2001-09-04 | 1 | -3/+10 |
| | |||||
* | filesystem | vincentdarley | 2001-08-30 | 1 | -7/+7 |
| | |||||
* | merged tcl 8.1 branch back into the main trunk | stanton | 1999-04-16 | 1 | -17/+65 |
| | |||||
* | Replaced SCCS strings, fixed binary filescore_8_0_3 | stanton | 1998-09-14 | 1 | -1/+1 |
| | |||||
* | Initial revision | rjohnson | 1998-03-26 | 1 | -0/+135 |