| Commit message (Expand) | Author | Age | Files | Lines |
* | * doc/trace.n: Updated documentation for new syntax; flagged old | ericm | 2000-08-25 | 1 | -5/+57 |
|
|
* | 2000-08-10 David Gravereaux <davygrvy@ajubasolutions.com> | davidg | 2000-08-10 | 1 | -1/+2 |
|
|
* | * generic/tclStubInit.c: | ericm | 2000-07-22 | 1 | -1/+10 |
|
|
* | * generic/tclStubInit.c: | ericm | 2000-07-20 | 1 | -10/+1 |
|
|
* | * generic/tclStubInit.c: | ericm | 2000-07-19 | 1 | -1/+10 |
|
|
* | * generic/tclInt.h: | hobbs | 2000-05-26 | 1 | -1/+3 |
|
|
* | * generic/tclInt.h: Added function prototypes for | ericm | 2000-05-23 | 1 | -1/+5 |
|
|
* | 2000-05-02 Andreas Kupries <a.kupries@westend.com> | kupries | 2000-05-02 | 1 | -1/+6 |
|
|
* | 2000-04-08 Andreas Kupries <a.kupries@westend.com> | kupries | 2000-04-09 | 1 | -9/+1 |
|
|
* | 2000-04-03 Andreas Kupries <a.kupries@westend.com> | kupries | 2000-04-04 | 1 | -4/+1 |
|
|
* | * generic/tclInt.h: | hobbs | 2000-01-24 | 1 | -3/+1 |
|
|
* | * doc/glob.n: | hobbs | 1999-12-12 | 1 | -3/+39 |
|
|
* | * tests/expr-old.test: | hobbs | 1999-12-04 | 1 | -1/+3 |
|
|
* | * generic/tclIOUtil.c: changed Tcl_Alloc to ckalloc | hobbs | 1999-11-10 | 1 | -44/+47 |
|
|
* | Cleanup of the TclNewObj family of macros, and elimination of the | welch | 1999-10-30 | 1 | -47/+44 |
|
|
* | * generic/tcl.h: | redman | 1999-08-02 | 1 | -8/+1 |
|
|
* | Export functions for TclHandle | redman | 1999-06-26 | 1 | -5/+5 |
|
|
* | Merged String and Unicode object types. Added new functions to | hershey | 1999-06-15 | 1 | -17/+1 |
|
|
* | * generic/tclUnicodeObj.c: Lots of cleanup and simplification. | stanton | 1999-06-10 | 1 | -1/+6 |
|
|
* | added TclGetUnicodeFromObj function for use with regexp | hershey | 1999-06-08 | 1 | -1/+2 |
|
|
* | * tests/string.test: | hershey | 1999-06-08 | 1 | -1/+11 |
|
|
* | * tests/regexp.test: | stanton | 1999-05-13 | 1 | -21/+1 |
|
|
* | * generic/tclInt.h: | stanton | 1999-04-22 | 1 | -3/+10 |
|
|
* | Resynced with mainline. | rjohnson | 1999-04-21 | 1 | -1/+1 |
|
|
* | changes make Tcl_Access and Tcl_Stat public. | hershey | 1999-04-17 | 1 | -4/+3 |
|
|
* | merged tcl 8.1 branch back into the main trunk | stanton | 1999-04-16 | 1 | -299/+586 |
|
|
* | Merged stubs changes into mainline for 8.0 | stanton | 1999-03-10 | 1 | -374/+124 |
|
|
* | * generic/tclInt.h: | stanton | 1999-02-03 | 1 | -66/+66 |
|
|
* | * generic/tclProc.c: | stanton | 1999-02-03 | 1 | -3/+3 |
|
|
* | objectified open command | stanton | 1999-02-02 | 1 | -3/+3 |
|
|
* | Fixed bug in Tcl_SetListObj - it used to create invalid Tcl_Obj if you passed | rjohnson | 1998-10-13 | 1 | -1/+2 |
|
|
* | Added a new Tcl object called "procbody"; this object's internal | escoffon | 1998-10-05 | 1 | -1/+3 |
|
|
* | Removed function declarations that were never used and not referenced | rjohnson | 1998-09-29 | 1 | -14/+1 |
|
|
* | Replaced SCCS strings, fixed binary filescore_8_0_3 | stanton | 1998-09-14 | 1 | -1/+1 |
|
|
* | Moved shared typedef here | welch | 1998-08-10 | 1 | -1/+16 |
|
|
* | changed isArg/isTemp to flags | stanton | 1998-08-07 | 1 | -16/+54 |
|
|
* | EXPORT is now TCL_STORAGE_CLASS | escoffon | 1998-08-04 | 1 | -5/+5 |
|
|
* | - added setting of EXPORT to DLLEXPORT if we are building the Tcl lib. | escoffon | 1998-07-29 | 1 | -1/+9 |
|
|
* | Merged changes between child workspace "/home/escoffon/ws/tcl8.0" and | escoffon | 1998-07-29 | 1 | -1/+8 |
|
|
* | lint | stanton | 1998-07-24 | 1 | -2/+2 |
|
|
* | Updated core w/ Micheals latest changes. | surles | 1998-07-24 | 1 | -2/+63 |
|
|
* | Merged changes between child workspace "/home/welch/ws/tcl8.0.3i" and | welch | 1998-07-13 | 1 | -1/+71 |
|
|
* | Removed the extern delcaration of the variable 'tclPreInitScript'. | suresh | 1998-07-09 | 1 | -9/+2 |
|
|
* | replaced the SCCS id string with %% keywords | escoffon | 1998-07-06 | 1 | -1/+1 |
|
|
* | Exported {TclProc}CleanupProc, {Tcl}ProcDeleteProc, and {TclProc}InterpProc | escoffon | 1998-07-06 | 1 | -0/+4 |
|
|
* | Changed variable name "tclAlternateInitScript" to "tclPreInitScript". | suresh | 1998-07-01 | 1 | -5/+4 |
|
|
* | Added extern definition of variable 'tclAlternateInitScript' which is defined | suresh | 1998-07-01 | 1 | -0/+9 |
|
|
* | Added function prototypes for 'TclAccess', 'TclStat', 'TclAccessInsertProc', | suresh | 1998-06-04 | 1 | -0/+29 |
|
|
* | *** empty log message *** | stanton | 1998-04-29 | 1 | -0/+1 |
|
|
* | Initial revision | rjohnson | 1998-03-26 | 1 | -0/+1923 |
|
|