summaryrefslogtreecommitdiffstats
path: root/generic/tclResolve.c
Commit message (Collapse)AuthorAgeFilesLines
* Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts indkf2011-03-121-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 linesdgp2011-03-021-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 causedgp2011-03-021-2/+0
| |\ | | | | | | more harm than good. Purged them.
| | * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
| | | | | | | | | more harm than good. Purged them.
* | | * generic/tclBasic.c, generic/tclClock.c, generic/tclEncoding.c,dkf2010-10-011-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 "*" andnijtmans2010-01-291-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.dkf2009-07-151-1/+12
| | | | | | | | | | | | Also added code from itcl-ng for better separation of concerns.
* | | Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-271-8/+9
|/ /
* | Tighten up a commentdkf2007-04-051-8/+7
| |
* | ANSIfydkf2005-11-021-40/+40
| |
* | Getting more systematic about styledkf2005-07-231-3/+11
| |
* | More tidying updkf2005-07-151-204/+190
| |
* | TIP#229 implementationdkf2005-05-301-2/+3
|/
* * [Patch 501006] Updated APIs in generic/tclResolve.cdgp2002-01-251-7/+7
| | | | and generic/tclNamesp.c according to the guidelines of TIP 27.
* Minor changes in test file & C style.rjohnson1998-10-061-6/+1
|
* Replaced SCCS strings, fixed binary filescore_8_0_3stanton1998-09-141-1/+1
|
* Initial revisionwelch1998-06-281-0/+423