summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Restored Cygwin buildability [Bug 1387154]kennykb2007-04-211-3/+3
* * generic/tclInt.decls: Yet another round of attemptingkennykb2007-04-214-16/+17
* * generic/tclEvent.c (Tcl_CreateThread): Replaced some calls todgp2007-03-192-6/+6
* * generic/tclExecute.c (INST_FOREACH_STEP4): Re-fetch pointers fordgp2007-03-131-6/+13
* * generic/tclVar.c (TclArraySet): Re-fetch pointers for the listdgp2007-03-131-1/+9
* Fix [Bug 1675116] in a way suitable for 8.4.dkf2007-03-101-1/+13
* D'oh! Used an 8.5-ism...dkf2007-03-011-2/+2
* Fix [Bug 1671138]dkf2007-03-011-1/+13
* (Tcl_FSEvalFile): safe incr of objPtr refhobbs2007-02-191-1/+2
* * generic/tclEncoding.c (EscapeFromUtfProc): Applied patchandreas_kupries2007-02-121-3/+15
* Backport to 8.4 (Don Porter's work).andreas_kupries2006-12-051-1/+3
* * generic/tclBasic.c: TIP #280 implementation, conditional on the define TCL...andreas_kupries2006-11-2814-49/+2166
* * generic/tclBasic.c (TEOVI): fix por possible leak of a Commandmsofer2006-11-041-12/+17
* * generic/tclEnv.c (Darwin): mark _environ symbol as unexported.das2006-10-311-1/+2
* * README: Bump version number to 8.4.15dgp2006-10-231-3/+3
* * generic/tclIOUtil.c: Cleaned up some code flagged by adgp2006-10-172-13/+13
* * generic/tclPkg.c (Tcl_PkgRequireEx): Corrected crash whenandreas_kupries2006-10-111-8/+12
* (UnicodeToUtfProc): dst must be set to (ch & 0xFF) to work on big endian systemshobbs2006-10-061-2/+2
* * generic/tcl.h: note limitation on changing Tcl_UniChar sizehobbs2006-10-052-26/+41
* * generic/tclVar.c (Tcl_LappendObjCmd):msofer2006-10-051-2/+9
* Attempt to correct regression filename-16.6 due to 2006-05-13 commit.dgp2006-10-031-2/+6
* * generic/tclFileName.c (TclGlob): Prevent doubling of directorydgp2006-10-021-1/+5
* 2006-09-30 Miguel Sofer <msofer@users.sf.net>msofer2006-09-301-5/+16
* * win/makefile.vc: Updated MSVC build to properly deal withpatthoyts2006-09-261-2/+2
* * generic/tcl.h: As 2006-09-22 commit from Donal K. Fellowsdgp2006-09-261-4/+1
* * generic/tclIO.c (Tcl_StackChannel): Fixed [SF Tcl Bug 1564642],andreas_kupries2006-09-251-2/+2
* * generic/tclBasic.c: Reverted exposure of patchlevel inandreas_kupries2006-09-251-6/+6
* * generic/tclParse.c (Tcl_ParseCommand): also return an error ifmsofer2006-09-242-5/+7
* * generic/tclInt.h: Moved TIP#268's field 'packagePrefer' to theandreas_kupries2006-09-221-10/+10
* * generic/tclPkg.c (Tcl_PkgRequireEx): Changes handling of theandreas_kupries2006-09-221-2/+59
* Fix [Bug 1562528]dkf2006-09-221-2/+2
* * generic/tcl.decls: Implemented TIP #268, conditionally.andreas_kupries2006-09-227-93/+1436
* * win/tclWinFCmd.c: [Bug 1548263] Added test for NULL returnhobbs2006-08-301-3/+8
* * generic/tclFileName.c (TclDoGlob): match incr with existing decr.hobbs2006-08-301-6/+6
* * generic/tclBasic.c (Tcl_CreateInterp): init iPtr->threadIdhobbs2006-08-301-1/+2
* * generic/tclIOGT.c (ExecuteCallback):hobbs2006-08-302-6/+7
* * generic/tclIOUtil.c: Revisions to complete the thread finalizationdgp2006-08-211-1/+3
* * unix/tcl.m4 (Darwin): add support for --enable-64bit on x86_64, fordas2006-08-181-1/+2
* * generic/tclEncoding.c: Replace buffer copy in for loopdgp2006-08-091-4/+2
* Made Tcl_AsyncDelete() more tolerant when called after all thread TSDvasiljevic2006-07-111-14/+23
* * generic/tclIO.c (Tcl_CreateChannel): allow Tcl std channelhobbs2006-07-101-3/+8
* Enable building Tcl with Microsoft's latest compiler offeringpatthoyts2006-06-143-9/+13
* * generic/tclNamesp.c (NamespaceInscopeCmd): revert [Bug 1400572]hobbs2006-05-311-5/+3
* * generic/tcl.h (Tcl_DecrRefCount): use if/else construct to allowhobbs2006-05-301-2/+5
* Silence compiler warning.dgp2006-05-151-2/+3
* * generic/tclFileName.c (TclDoGlob): Disabled the partialdgp2006-05-131-4/+8
* * generic/tclProc.c (ProcCompileProc): When a bump of the compiledgp2006-05-131-7/+87
* * generic/tclMain.c (Tcl_Main): Corrected flaw that requireddgp2006-05-051-67/+67
* * README: Bump version number to 8.4.14dgp2006-05-041-3/+3
* * generic/tclExecute.c (ExprSrandFunc): Restore acceptance of widedgp2006-05-041-11/+11