summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Tcl_UtfToUpper and Tcl_UtfToTitle now works on badly formed Utf strings.hershey1999-04-301-6/+23
* fixed part of bug 1791: Tcl_UtfToUpper and Tcl_UtfToLower now work onhershey1999-04-291-8/+88
* * mac/tclMacResource.c:stanton1999-04-283-14/+14
* * generic/tclLiteral.c (TclHideLiteral): Fixed so hidden literalsstanton1999-04-281-6/+10
* merged 8.1.0 changes into mainlinestanton1999-04-241-251/+248
* * generic/tclPort.h: Added include of tcl.h since it definesstanton1999-04-231-1/+3
* * generic/tclEvent.c: lintstanton1999-04-231-2/+2
* * generic/tclInt.h:stanton1999-04-226-56/+269
* Resynced with mainline.rjohnson1999-04-2114-19/+19
* merged the parse changes between TclPro1.2 and Tcl8.1. Fixed bug in Windows ...surles1999-04-213-7/+45
* added first draft of documentation for Tcl_Access and Tcl_Stat.hershey1999-04-171-3/+3
* changes make Tcl_Access and Tcl_Stat public.hershey1999-04-1710-24/+100
* fixed bug 1811: Add TclSetPreInitScript to the stubs files.surles1999-04-163-11/+14
* merged tcl 8.1 branch back into the main trunkstanton1999-04-1691-26646/+45742
* Changed magic number so it doesn't match the plus patch, at Jan's request.stanton1999-03-121-2/+2
* * generic/tclAlloc.c: Changed TCL_NATIVE_MALLOC to USE_TCLALLOC sostanton1999-03-116-26/+22
* * win/tclWinPipe.c:stanton1999-03-116-18/+60
* fix declarations of empty slots.redman1999-03-104-106/+5
* Add Tcl_GetVersion to stubs table, add 6 additional slots for future use.redman1999-03-104-4/+142
* Add Tcl_GetVersion C APIredman1999-03-102-12/+56
* Changed TCL_STUB_MAGIC back to match plus patch implementation.dev_stubs_merge_8_1_3_9_99core_8_1_merge_3_9_99stanton1999-03-101-5/+2
* Merged stubs changes into mainline for 8.0stanton1999-03-1029-5399/+5225
* * generic/tcl.decls: Added Mac specific declarations.stanton1999-03-0412-1001/+2120
* * generic/tclStubLib.c: Added internal interface hooks.stanton1999-03-041-1/+7
* * unix/Makefile.in:stanton1999-03-0313-27/+10433
* * generic/tclInt.h:stanton1999-02-032-72/+75
* * test/winPipe.test: Changed to remove echoArgs.tcl temporary filestanton1999-02-031-8/+5
* * tests/interp.test:stanton1999-02-031-24/+2
* * win/tclAppInit.c:stanton1999-02-032-5/+17
* * generic/tclProc.c:stanton1999-02-038-292/+252
* lintstanton1999-02-021-2/+1
* * generic/tclPosixStr.c (Tcl_ErrnoId, Tcl_ErrnoMsg): When usingstanton1999-02-021-3/+3
* objectified open commandstanton1999-02-021-3/+3
* * generic/tclCompile.c (CompileExprWord): Fixed exception stackstanton1999-02-021-2/+4
* * generic/tclIOCmd.c:stanton1999-02-022-16/+17
* * win/makefile.vc:stanton1999-01-062-2/+30
* Added supoport for _-dclspec on gcc - RFE 972.rjohnson1999-01-051-2/+2
* Updated the version to 8.0.5.rjohnson1999-01-041-4/+5
* Made error message for cd cmd consistant with 8.1.rjohnson1998-12-231-2/+2
* eliminated purify warning and other lintstanton1998-11-192-7/+10
* Fixed some tests which were failing on the Mac because of path differences. A...jingham1998-11-102-9/+15
* Fixed the Tcl_NotifyChannel bug, plus added a test case for it.welch1998-10-301-12/+4
* Fixed a typo in tcl_findLibrary, and fixed the logic that ensureswelch1998-10-231-4/+3
* Added README and README.binary to the list of files to modifyescoffon1998-10-171-1/+3
* Added fix to list processing in tclNotify that could cause events to be dropped.rjohnson1998-10-141-3/+7
* Fixed bug in Tcl_SetListObj - it used to create invalid Tcl_Obj if you passedrjohnson1998-10-134-4/+10
* Fixed bug in "lsort -dictionary" that caused problems when comparingrjohnson1998-10-131-3/+3
* Bumped patch number to 8.0.4escoffon1998-10-131-3/+3
* Fixed bug in "info complete" - it did not handle NULLs correctly.rjohnson1998-10-131-5/+3
* Minor changes in test file & C style.rjohnson1998-10-061-6/+1