summaryrefslogtreecommitdiffstats
path: root/unix/tclLoadNext.c
Commit message (Collapse)AuthorAgeFilesLines
* style fixjan.nijtmans2012-11-121-2/+2
|
* Add "flags" parameter from Tcl_LoadFile to to various internal functions, so ↵jan.nijtmans2012-10-231-1/+2
|\ | | | | | | these flags are available through the whole filesystem for (future) internal use
* | more result generation conversiondkf2012-08-041-14/+13
| |
* | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts indkf2011-03-121-2/+2
| | | | | | 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 linesdgp2011-03-021-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 causedgp2011-03-021-2/+0
| |\ | | | | | | more harm than good. Purged them.
| | * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
| | | | | | | | | more harm than good. Purged them.
* | | Eliminate various unnecessary type casts, use function typedefs whenever ↵nijtmans2010-06-211-4/+4
| | | | | | | | | | | | possible
* | | * generic/tcl.decls: [TIP #357]: First round of changesKevin B Kenny2010-04-021-8/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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, preventingnijtmans2010-03-111-2/+2
| | | | | | | | | | | | conflicts with Kevin's TIP #357 work
* | | Remove unnecessary '&' decoration for functionnijtmans2010-03-111-2/+2
| | | | | | | | | | | | | | | pointers. Fix double declaration of TclNativeDupInternalRep
* | | Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-271-4/+4
|/ /
* | More bits of ANSIfyingdkf2005-11-111-25/+25
| |
* | Systematizing the formattingdkf2005-07-191-54/+68
|/ | | | | Also simplified the AIX loader so that it's failure-mode code wasn't scattered all over quite so much.
* load fixes for Bug 611108vincentdarley2002-10-101-19/+48
|
* Tcl_LoadHandle usagevincentdarley2002-07-181-5/+5
|
* load comments and clientData replacementvincentdarley2002-07-181-10/+22
|
* load internals refactoringvincentdarley2002-07-171-24/+20
|
* Updated APIs in the files */tcl*Load*.c according to the guidelinesKevin B Kenny2002-01-091-2/+2
| | | | of TIP 27.
* * More CONST poisoningdgp2001-09-281-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 fixesvincentdarley2001-09-041-4/+10
|
* filesystemvincentdarley2001-08-301-4/+5
|
* merged tcl 8.1 branch back into the main trunkstanton1999-04-161-5/+36
|
* Replaced SCCS strings, fixed binary filescore_8_0_3stanton1998-09-141-1/+1
|
* Initial revisionrjohnson1998-03-261-0/+111