| Commit message (Expand) | Author | Age | Files | Lines |
* | * generic/tcl.h (attemptckalloc): Fixed typo for #define of | ericm | 2000-12-08 | 1 | -2/+2 |
|
|
* | * generic/tcl.h: added note about need to updated | hobbs | 2000-12-07 | 1 | -2/+3 |
|
|
* | * generic/tclStubInit.c: | hobbs | 2000-11-03 | 1 | -1/+2 |
|
|
* | * library/tcltest1.0/tcltest2.tcl: | jenn | 2000-10-19 | 1 | -3/+2 |
|
|
* | up-port of the stacked channel implementation rewrite in 8.3.2 to | hobbs | 2000-09-28 | 1 | -15/+39 |
|
|
* | * library/tcltest1.0/pkgIndex.tcl: Updated to load tcltest 2.0. | jenn | 2000-09-20 | 1 | -1/+2 |
|
|
* | * doc/Alloc.3: Added entries for Tcl_AttemptAlloc, Tcl_AttempRealloc. | ericm | 2000-09-14 | 1 | -2/+5 |
|
|
* | * README: | hobbs | 2000-09-06 | 1 | -3/+3 |
|
|
* | * doc/trace.n: Updated documentation for new syntax; flagged old | ericm | 2000-08-25 | 1 | -1/+14 |
|
|
* | * win/makefile.vc: | ericm | 2000-08-15 | 1 | -1/+8 |
|
|
* | * generic/tclStubInit.c: | ericm | 2000-07-22 | 1 | -24/+160 |
|
|
* | * generic/tclStubInit.c: | ericm | 2000-07-20 | 1 | -160/+24 |
|
|
* | * generic/tclStubInit.c: | ericm | 2000-07-19 | 1 | -24/+160 |
|
|
* | * doc/Hash.3: Added documentation patch for Tcl_Obj *'s as keys in | ericm | 2000-06-24 | 1 | -7/+11 |
|
|
* | * README: | hobbs | 2000-05-03 | 1 | -7/+7 |
|
|
* | * README: | hobbs | 2000-04-19 | 1 | -4/+5 |
|
|
* | Added Tcl_CreateThreadType and TCL_RETURN_THREAD_TYPE | welch | 2000-04-17 | 1 | -1/+22 |
|
|
* | removed __stdcall decl for WIN32 case on ThreadCreate | hobbs | 2000-04-13 | 1 | -3/+1 |
|
|
* | Fixed Tcl_CreateThreadProc declaration | welch | 2000-04-10 | 1 | -1/+3 |
|
|
* | * generic/tcl.h: removed specific typedef of Tcl_ThreadCreateProc | hobbs | 2000-04-10 | 1 | -3/+1 |
|
|
* | 2000-04-08 Andreas Kupries <a.kupries@westend.com> | kupries | 2000-04-09 | 1 | -1/+25 |
|
|
* | 2000-04-03 Andreas Kupries <a.kupries@westend.com> | kupries | 2000-04-04 | 1 | -1/+3 |
|
|
* | * generic/tclDecls.h: | hobbs | 2000-02-08 | 1 | -4/+4 |
|
|
* | * README:core_8_3_b2 | hobbs | 2000-01-14 | 1 | -4/+4 |
|
|
* | * generic/tclUtf.c: changed Tcl_UtfBackslash to not allow | hobbs | 2000-01-11 | 1 | -1/+10 |
|
|
* | * generic/tclCmdIL.c: added -unique option to lsort | hobbs | 1999-12-21 | 1 | -3/+3 |
|
|
* | * generic/tclEnv.c: fixed mem leak with putenv and DStrings | hobbs | 1999-10-13 | 1 | -1/+2 |
|
|
* | * generic/tclNamesp.c: | hobbs | 1999-10-05 | 1 | -19/+18 |
|
|
* | Change version numbers to 8.2.0 | redman | 1999-08-10 | 1 | -4/+4 |
|
|
* | * generic/tcl.h: | redman | 1999-08-02 | 1 | -4/+4 |
|
|
* | * Changed version to 8.2b2. | redman | 1999-07-22 | 1 | -3/+3 |
|
|
* | Previous version was a mistake, roll it back. | redman | 1999-07-21 | 1 | -3/+1 |
|
|
* | * win/tclWinSock.c: Modified 8.1.0 version of the Win32 socket | redman | 1999-07-21 | 1 | -1/+3 |
|
|
* | Fix minor version number. | redman | 1999-07-16 | 1 | -2/+2 |
|
|
* | Added Tcl_SetNotifier and associated typedef. | welch | 1999-07-02 | 1 | -1/+19 |
|
|
* | Documented 2 more files that need to be updated when the Tcl version | wart | 1999-06-28 | 1 | -1/+3 |
|
|
* | Changed so unix always maps ckalloc to Tcl_Alloc or Tcl_DbCkAlloc to avoid | redman | 1999-06-26 | 1 | -15/+8 |
|
|
* | Added note about win/configure.in needing a version change | welch | 1999-06-25 | 1 | -1/+2 |
|
|
* | Changed to Tcl 8.2b1 | welch | 1999-06-25 | 1 | -4/+4 |
|
|
* | * generic/tclTest.c: | stanton | 1999-06-17 | 1 | -9/+26 |
|
|
* | * generic/tclUnicodeObj.c: Lots of cleanup and simplification. | stanton | 1999-06-10 | 1 | -1/+41 |
|
|
* | Merged changes from scriptics-tclpro-1-3-b2 branch | stanton | 1999-05-22 | 1 | -1/+17 |
|
|
* | * Changed version to 8.1.1. | stanton | 1999-04-30 | 1 | -3/+3 |
|
|
* | Resynced with mainline. | rjohnson | 1999-04-21 | 1 | -4/+4 |
|
|
* | merged the parse changes between TclPro1.2 and Tcl8.1. Fixed bug in Windows ... | surles | 1999-04-21 | 1 | -1/+20 |
|
|
* | changes make Tcl_Access and Tcl_Stat public. | hershey | 1999-04-17 | 1 | -1/+8 |
|
|
* | merged tcl 8.1 branch back into the main trunk | stanton | 1999-04-16 | 1 | -71/+469 |
|
|
* | Changed magic number so it doesn't match the plus patch, at Jan's request. | stanton | 1999-03-12 | 1 | -2/+2 |
|
|
* | * generic/tclAlloc.c: Changed TCL_NATIVE_MALLOC to USE_TCLALLOC so | stanton | 1999-03-11 | 1 | -12/+9 |
|
|
* | Add Tcl_GetVersion C API | redman | 1999-03-10 | 1 | -11/+16 |
|
|