Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts in | dkf | 2011-03-12 | 1 | -3/+3 |
| | | | rest of Tcl source code. No ABI change. API change *should* be harmless. | ||||
* | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 1 | -2/+0 |
|\ | | | | | cause more harm than good. Purged them (except in zlib files). | ||||
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -2/+0 |
| |\ | | | | | | | more harm than good. Purged them. | ||||
| | * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -2/+0 |
| | | | | | | | | | more harm than good. Purged them. | ||||
* | | | * generic/tclBasic.c, generic/tclClock.c, generic/tclEncoding.c, | dkf | 2010-10-01 | 1 | -3/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | * generic/tclEnv.c, generic/tclLoad.c, generic/tclNamesp.c, * generic/tclObj.c, generic/tclRegexp.c, generic/tclResolve.c, * generic/tclResult.c, generic/tclUtil.c, macosx/tclMacOSXFCmd.c: More purging of strcpy() from locations where we already know the length of the data being copied. | ||||
* | | | - genStubs.tcl: No longer generate a space after "*" and | nijtmans | 2010-01-29 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | immediately after a function name, so the format of function definitions in tcl*Decls.h matches all other tcl*.h header files. - Change Tcl_ArgvFuncProc, Tcl_ArgvGenFuncProc and GetFrameInfoValueProc to be function definitions, not pointers, for consistency with all other Tcl function definitions. | ||||
* | | | Added code to save space in namespaces. Currently #ifdef'ed out for compat. | dkf | 2009-07-15 | 1 | -1/+12 |
| | | | | | | | | | | | | Also added code from itcl-ng for better separation of concerns. | ||||
* | | | Get rid of pre-C89-isms (esp. CONST vs const). | dkf | 2008-04-27 | 1 | -8/+9 |
|/ / | |||||
* | | Tighten up a comment | dkf | 2007-04-05 | 1 | -8/+7 |
| | | |||||
* | | ANSIfy | dkf | 2005-11-02 | 1 | -40/+40 |
| | | |||||
* | | Getting more systematic about style | dkf | 2005-07-23 | 1 | -3/+11 |
| | | |||||
* | | More tidying up | dkf | 2005-07-15 | 1 | -204/+190 |
| | | |||||
* | | TIP#229 implementation | dkf | 2005-05-30 | 1 | -2/+3 |
|/ | |||||
* | * [Patch 501006] Updated APIs in generic/tclResolve.c | dgp | 2002-01-25 | 1 | -7/+7 |
| | | | | and generic/tclNamesp.c according to the guidelines of TIP 27. | ||||
* | Minor changes in test file & C style. | rjohnson | 1998-10-06 | 1 | -6/+1 |
| | |||||
* | Replaced SCCS strings, fixed binary filescore_8_0_3 | stanton | 1998-09-14 | 1 | -1/+1 |
| | |||||
* | Initial revision | welch | 1998-06-28 | 1 | -0/+423 |