summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
...
* Made tcl.h better at guessing what is going on with 64-bit types whendkf2002-02-201-4/+8
* Fixed behaviour of [format] on 64-bit platforms by defining it to work withdkf2002-02-191-13/+16
* * generic/tclIndexObj.c (STRING_AT): removed ptrdiff_t cast andhobbs2002-02-161-14/+2
* Further changes to the TIP 72 patch to make it compile under VC++Kevin B Kenny2002-02-154-8/+43
* * tclExecute.c:andreas_kupries2002-02-153-6/+10
* TIP#72 implementation. See ChangeLog for details.dkf2002-02-1531-1254/+3092
* * generic/tclIOCmd.c (Tcl_GetsObjCmd): Trivial fix for bugandreas_kupries2002-02-141-4/+2
* Added Tcl_CreateObjTrace, Tcl_GetCommandInfoFromToken andKevin B Kenny2002-02-107-93/+517
* * generic/tclScan.c (Tcl_ScanObjCmd): prevented ckfree beinghobbs2002-02-081-2/+4
* * Partial TIP 27 rollback. Following routinesdgp2002-02-0811-60/+58
* * tests/scan.test:hobbs2002-02-071-1/+8
* * generic/tclCompCmds.c (TclCompileRegexpCmd): made early checkhobbs2002-02-071-6/+31
* * generic/tclCmdMZ.c (Tcl_RegsubObjCmd): added special case tohobbs2002-02-071-42/+137
* generic/regc_locale.c (casecmp): slight performance improvementhobbs2002-02-071-9/+5
* * generic/tclCmdMZ.c (Tcl_RegexpObjCmd): handle quirky about casehobbs2002-02-021-8/+12
* tclTest.c fixvincentdarley2002-02-011-2/+2
* * For each interface identified in thedgp2002-01-314-39/+45
* * tests/regexpComp.test:hobbs2002-01-301-29/+64
* * tests/regexpComp.test (new):hobbs2002-01-293-24/+139
* * generic/tclExecute.c (TclExecuteByteCode:INST_LIST): correcthobbs2002-01-291-3/+3
* * generic/tclPlatDecls.h: Added preprocessor logic to force adavygrvy2002-01-281-4/+6
* * generic/tclInt.decls:das2002-01-272-5/+5
* * Sought out and eliminated instances of CONST-casting that are nodgp2002-01-268-21/+21
* Make -eofchar and -translation options read only formdejong2002-01-251-3/+11
* * [Patch 501006] Updated APIs in generic/tclResolve.cdgp2002-01-254-37/+37
* * [Patch 505630] Updated interfaces of generic/tclBasic.cc (TIP 27).dgp2002-01-258-33/+36
* * Updated interfaces of generic/tclEncoding, generic/tclFilename.c,dgp2002-01-2533-276/+278
* * Corrected tilde-substitutiondgp2002-01-251-6/+26
* * 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