summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* * generic/tclInt.decls (TclExpandCodeArray,TclGetInstructionTable):andreas_kupries2001-10-155-11/+45
* * generic/tcl.h:hobbs2001-10-151-2/+6
* generic/tclLiteral.c: (TclReleaseLiteral) insured thatmsofer2001-10-111-32/+24
* Updated as best I can without adding additional Unicode handling functionsdkf2001-10-101-41/+48
* corrected () balancing in back-porthobbs2001-10-101-2/+2
* removed duplicate definition of tclObjsAlloced andmsofer2001-10-091-10/+1
* generic/tclFileName.c (ExtractWinRoot): corrected ABR errorhobbs2001-10-091-22/+23
* generic/tclLiteral.c: (TclReleaseLiteral) reverted previous patch for [Bug 46...msofer2001-10-091-11/+1
* tclCmdIL bugfixes (info body & lsort -index end-x)dkf2001-10-081-25/+26
* insured that self-referential bytecodes are properly cleaned up onmsofer2001-10-061-1/+11
* updated patchlevel to 8.3.4.hobbs2001-10-031-3/+3
* * generic/tclEvent.c (Tcl_FinalizeThread): moved freeing ofhobbs2001-10-031-11/+12
* * generic/tclIO.c: added (on behalf of Kevin Kennyandreas_kupries2001-09-281-3/+3
* * generic/tclIO.c (ChannelTimerProc): Added Tcl_Preserve()dgp2001-09-281-2/+3
* * The changes below fix [Bug #462317] where Expect tried to readandreas_kupries2001-09-272-16/+53
* * The change below fixes [Bug #464380]. The bug was reported byandreas_kupries2001-09-241-10/+11
* * generic/tclCmdAH.c (Tcl_FormatObjCmd):hobbs2001-09-202-10/+24
* * generic/tclTest.c (TestcmdtokenCmd): corrected pointerhobbs2001-09-201-6/+6
* * generic/tcl.h: removed forced #define USE_TCLALLOC 1 forhobbs2001-09-191-9/+1
* * generic/tclUtf.c (Tcl_UtfPrev): corrected to return the properhobbs2001-09-131-4/+1
* Backport several bug fixes from HEAD to core-8-3-1-branch:dgp2001-09-121-3/+5
* * generic/tclEvent.c (TclInExit): Corrected handling of tsd inhobbs2001-09-111-3/+7
* * tests/stack.test:hobbs2001-09-111-4/+17
* * generic/tclInt.decls: Added 'TclWinFlushDirtyChannels' toandreas_kupries2001-09-103-3/+17
* Added use of new private TclFinalizeAsync() found in tclAsync.cdavygrvy2001-09-012-2/+4
* -=[ Tcl_Async* API merge from HEAD ]=-davygrvy2001-09-014-66/+117
* * generic/tclIndexObj.c: fixed some casting problems that upsethobbs2001-08-301-5/+5
* * Silence warning from Sun compiler. [Bug 454374]dgp2001-08-301-2/+2
* * doc/Tcl_Main.3: added docs for Tcl_SetMainLoophobbs2001-08-286-21/+507
* * Backport of several bug fixes from HEAD to core-8-3-1-branchdgp2001-08-241-2/+2
* Avoid panic when there are extra items in the tcl stack [Bugs #406709 and 439...msofer2001-08-071-3/+7
* * generic/tclCmdMZ.c (Tcl_RegexpObjCmd, Tcl_RegsubObjCmd):hobbs2001-08-071-15/+21
* 2001-08-06 Andreas Kupries <andreas_kupries@users.sourceforge.net>andreas_kupries2001-08-061-4/+6
* 2001-07-18 Andreas Kupries <andreas_kupries@users.sourceforge.net>andreas_kupries2001-07-181-1/+25
* * generic/tclIO.c (GetInput): Fixed [SF #427196]. Memory washobbs2001-07-171-11/+24
* 2001-07-02 Jeff Hobbs <jeffh@ActiveState.com>hobbs2001-07-164-20/+30
* * generic/tclObj.c (TclAllocateFreeObjects): simplifiedhobbs2001-04-061-5/+3
* * generic/tcl.h: addition of ConditionalMacros.h and use ofhobbs2001-04-046-40/+45
* Corrected out of date commentsdgp2001-04-041-2/+2
* * generic/tclListObj.c (Tcl_SetListObj): set objPtr->length = 0 inhobbs2001-04-041-1/+2
* see backport log in ChangeLog for specific file backports from 8.4aCVShobbs2001-04-0319-341/+437
* * generic/tclIO.c (Tcl_CreateChannel): added assertion to verifyhobbs2000-08-081-2/+14
* * generic/tclIndexObj.c (Tcl_GetIndexFromObjStruct): Correctedhobbs2000-08-071-2/+6
* * generic/tclEnv.c: cast cleanup [Bug: 5624]hobbs2000-08-071-2/+3
* * generic/tclPosixStr.c (Tcl_SignalMsg): clarified #defines forhobbs2000-08-071-3/+3
* * generic/tclClock.c (FormatClock): correct code to handle localehobbs2000-08-071-3/+12
* * tests/clock.test: Added test for "2 days 2 hours ago" stylehobbs2000-08-072-78/+85
* * generic/tclCkalloc.c: Fixed some function headers.hobbs2000-08-071-22/+55
* * generic/tclIOGT.c (TclChannelTransform): fixed segfault thathobbs2000-08-062-11/+13
* * merged core-8-3-1-io-rewrite back into core-8-3-1-branch.hobbs2000-07-2710-2252/+4733