summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* * This commit addresses the following topics from the comments atandreas_kupries2002-02-052-47/+80
* First implementation of TIP #59 for Unix and Windows platforms. andreas_kupries2002-01-258-6/+441
* * Updated socket interfaces according to TIP 27. Updated callers.dgp2002-01-233-19/+20
* TclpLoadFile() didn't match proto of typedef Tcl_FSLoadFileProc. [Patch #502...davygrvy2002-01-211-2/+3
* * Converted declarations of TestReport file systemdgp2002-01-211-23/+47
* * generic/tclIO.c (WriteChars): Fix for SF #506297, reported byandreas_kupries2002-01-211-1/+19
* * Updated APIs in generic/tclCmdMZ.c according to the guidelinesdgp2002-01-213-20/+20
* * generic/tclThreadTest.c:das2002-01-181-2/+2
* * generic/tclIOCmd.c (Tcl_GetsObjCmd): Fixed bug #504642 asandreas_kupries2002-01-171-11/+4
* * More TIP 27 updates in tclIOUtil.c and tclIndexObj.c that weredgp2002-01-1723-107/+117
* * Updated APIs in generic/tclUtf.c and generic/tclRegexp.c accordingdgp2002-01-1710-81/+84
* * Updated APIs in generic/tclParse.c according to the guidelinesdgp2002-01-174-10/+11
* * Updated APIs in generic/tclHistory.c according to the guidelinesdgp2002-01-164-48/+50
* * Updated APIs in generic/tclIOUtil.c and generic/tclPosixStr.cdgp2002-01-1511-78/+87
* * Updated APIs in the file generic/tclIO.c according to the guidelinesdgp2002-01-157-105/+111
* * Updated APIs in the file generic/tclIndexObj.cdgp2002-01-143-20/+22
* Updated APIs in the files */tcl*Load*.c according to the guidelinesKevin B Kenny2002-01-097-18/+16
* * generic/tclTest.c (MainLoop):dgp2002-01-091-1/+2
* TclCreatePipeline is in tclIntDecls.h; no need for it in tclInt.h.dgp2002-01-081-8/+1
* * typos and formattingdgp2002-01-081-4/+3
* * generic/tclEvent.c (TclInExit):dgp2002-01-073-14/+15
* * generic/tclMain.c: Bug fix: neglected the NULL case indgp2002-01-071-2/+7
* * doc/Tcl_Main.3:dgp2002-01-055-185/+462
* * generic/tclThreadJoin.c (TclRememberJoinableThread,TclJoinThread):dgp2002-01-041-3/+3
* * doc/FileSystem.3:dgp2002-01-031-19/+19
* Added fix for Bug #494348; the [foreach] implementation was doing somedkf2002-01-031-16/+15
* Fixed fault with case-insensitive string matching (Bug#233257) and rewrotedkf2002-01-022-8/+24
* correct static-ness of function declshobbs2001-12-291-5/+5
* * generic/tclCkalloc.c (MemoryCmd, TclFinalizeMemorySubsystem):dgp2001-12-285-32/+53
* * typo corrections in commentsdgp2001-12-201-3/+3
* Minor stub-table fixes; see ChangeLog for detailsdkf2001-12-184-23/+24
* * Applied #219311 on behalf of Rolf Schroedterandreas_kupries2001-12-171-14/+29
* docs and comments corrections [Bug 493412]Miguel Sofer2001-12-141-3/+3
* * generic/tclIO.c (Tcl_GetsObj): Applied patch for bug #491341 asandreas_kupries2001-12-121-4/+4
* small change in bytecode instructionsINST_LIST_INDEX_MULTI and INST_LSET_FLATMiguel Sofer2001-12-113-29/+26
* fix debug messages in INST_LSET_LIST.Miguel Sofer2001-12-111-3/+3
* removed overestimates of necessary stack depth for bytecodes in theMiguel Sofer2001-12-112-4/+22
* fix background error reporting in the absence of a bgerror proc [Bug 219142].Miguel Sofer2001-12-101-2/+2
* fixed the calculation of the maximal stack depth required by bytecodes [Bug 4...Miguel Sofer2001-12-106-453/+228
* restored consistency in refCount accounting by array traces [Bug #4484339]Miguel Sofer2001-12-071-2/+4
* More expr syntax error improvementsdkf2001-12-061-15/+43
* new algorithm for [array get], safe when there are traces that modify the arr...Miguel Sofer2001-12-051-8/+67
* Improved messages produced on getting a syntax error in an expressiondkf2001-12-041-46/+92
* Tcl_Preserve'ing VarTrace structures to avoid memory corruption [Bug: 484334]Miguel Sofer2001-11-301-6/+14
* * generic/tclBinary.c: Added caching scheme to reduce number of objectdkf2001-11-291-19/+114
* Replace isspace(char) with isspace(UCHAR(char)) for safety...dkf2001-11-271-2/+2
* Tightened up the argument passing for [switch] to promote robuster scripts.dkf2001-11-271-31/+59
* * generic/tclIntPlatDecls.h: 'make genstubs' after changesdgp2001-11-261-4/+5
* ** upport to 8.4 of mac code changes for 8.3.3 & various newdas2001-11-238-43/+56
* ** upport to 8.4 of mac code changes for 8.3.3 & various newdas2001-11-232-10/+26