summaryrefslogtreecommitdiffstats
path: root/generic/tclLoad.c
Commit message (Expand)AuthorAgeFilesLines
* Merge trunkjan.nijtmans2017-08-291-1/+1
|\
| * merge core-8-6-branchjan.nijtmans2017-08-181-1/+1
| |\
| | * Better UTF-8 surrogate handling, only functional when TCL_UTF_MAX>3jan.nijtmans2017-06-081-1/+1
* | | merge trunkjan.nijtmans2017-05-291-1/+1
|\ \ \ | |/ /
| * | merge core-8-6-branchjan.nijtmans2017-05-291-1/+1
| |\ \ | | |/
| | * Tcl_UtfToUniChar() -> TclUtfToUniChar() in various places: No change in funct...jan.nijtmans2017-05-291-1/+1
* | | Merge trunkjan.nijtmans2017-01-051-11/+44
|\ \ \ | |/ /
| * | Make TclGetLoadedPackagesEx() work with other than the only current interpret...jan.nijtmans2017-01-051-9/+11
| * | Fix [7c7d3b4481d4e4e86420b54031f4abd1df18d64|7c7d3b4481]: load test failures....jan.nijtmans2017-01-051-21/+21
| * | Bring back stub table in original state.jan.nijtmans2016-12-081-1/+13
| |\ \
| * \ \ Merge trunk.jan.nijtmans2016-11-251-7/+20
| |\ \ \ | | |/ /
| * | | Starting implementing the "package files" command. TIP still to be written.jan.nijtmans2016-11-241-1/+7
| |/ /
* | | merge trunk. jan.nijtmans2016-11-241-1/+1
|\ \ \ | |/ /
| * | typosjan.nijtmans2016-11-241-1/+1
| |/
* | Merge trunkjan.nijtmans2014-02-111-2/+2
|\ \ | |/
| * Eliminate all usage of WIN32 and __WIN32__ macros: Some compilers (e.g. Clang...jan.nijtmans2014-02-101-2/+2
* | Initialize legacyFreeProc with invalid value: This will result injan.nijtmans2012-12-031-1/+2
* | Remove all maintenance of a string result in the Interp.dgp2012-11-301-4/+8
|\ \
| * | Stop segfaults in test suite.dgp2012-11-261-3/+4
| * | Merge use of [load] to find and nicely report error when incompatible stubsdgp2012-11-261-2/+11
| |\ \ | | |/ | |/|
* | | Re-fix failing load-3.2 test. The right way this time.dgp2012-11-301-3/+2
* | | After a Tcl_SetObjResult, don't do a Tcl_TransferResult to the same interpreterjan.nijtmans2012-11-301-1/+2
* | | Bug fix. Stop load-3.2 test failure.dgp2012-11-291-2/+1
* | | It might be that iPtr->result points to an empty string but that iPtr->objRes...jan.nijtmans2012-11-201-1/+1
| |/ |/|
* | Better solution for handling errors from Tcl 8.x compiled extensions. Works f...jan.nijtmans2012-11-191-2/+8
|/
* Finish the TIP #416 implementation as specified (#define's were still missing...jan.nijtmans2012-11-071-2/+2
* syntax improvement: expect options before the filenamejan.nijtmans2012-10-241-15/+14
* experimental implementation of FRQ-3579001jan.nijtmans2012-10-241-5/+31
* more result generation conversiondkf2012-08-041-26/+31
* converting to using Tcl_Obj API for error message generation; part donedkf2012-08-031-6/+4
* Factor out a number of common patterns of use of Tcl_DStringAppend.dkf2012-07-031-15/+15
* Reduce amount of unreachable code. Refactor Win socket and load code to be lessdkf2012-04-051-31/+1
* Patch from the cygwin folksjan.nijtmans2012-03-041-0/+6
|\
| * Patch from the cygwin folksjan.nijtmans2012-03-041-0/+6
| |\
| | * Patch from the cygwin folksjan.nijtmans2012-03-041-0/+6
* | | Convert TclGetLoadedPackages to use Tcl_Obj API for result generation.dkf2011-05-071-38/+40
* | | More generation of errorCodes ([interp], [lset], [load], [unload]).dkf2011-04-021-2/+34
* | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts indkf2011-03-121-10/+10
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
|\ \ \ | |/ /
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
| |\ \ | | |/
| | * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
| * | Fixed [Bug 2269431]: load of shared objectsnijtmans2008-11-141-3/+5
| * | * tclWinTest.c: Fix compiler warning when compiling this file with mingw gcc:nijtmans2008-10-071-3/+5
* | | * generic/tclBasic.c, generic/tclClock.c, generic/tclEncoding.c,dkf2010-10-011-21/+25
* | | Don't use arrays of length 1, just use a single element then, it makes code m...nijtmans2010-05-191-4/+4
* | | * generic/tcl.decls: [TIP #357]: First round of changesKevin B Kenny2010-04-021-51/+20
* | | Code Audit results:dkf2010-03-051-7/+7
* | | CONSTify TclGetLoadedPackages second paramnijtmans2008-12-191-10/+10
* | | Implement TIP#307.dkf2008-12-051-3/+3
* | | rename static function FSUnloadTempFile tonijtmans2008-11-131-4/+7