Tcl Source Code

Check-in [1ce7439657]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:minor comment fix
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | core-8-5-branch
Files: files | file ages | folders
SHA1: 1ce7439657f30e83be7ae7dad20f73948d5d19f0
User & Date: jan.nijtmans 2011-04-28 13:29:36
Context
2011-04-28
14:39
New utility routines: TclIsSpaceProc() and TclCountSpaceRuns() Use to replace calls to isspace() and... check-in: b1063a174c user: dgp tags: core-8-5-branch
13:30
minor comment fix check-in: 24205766d9 user: jan.nijtmans tags: trunk
13:29
minor comment fix check-in: 1ce7439657 user: jan.nijtmans tags: core-8-5-branch
13:28
minor comment fix check-in: f8646598bd user: jan.nijtmans tags: core-8-4-branch
2011-04-27
19:34
FreeIndex backport check-in: c24d5e2982 user: dgp tags: core-8-5-branch
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Changes to unix/tclUnixThrd.c.

720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
    }
}
#endif /* TCL_THREADS */

/*
 *----------------------------------------------------------------------
 *
 * TclpReaddir, TclpLocaltime, TclpGmtime, TclpInetNtoa --
 *
 *	These procedures replace core C versions to be used in a threaded
 *	environment.
 *
 * Results:
 *	See documentation of C functions.
 *







|







720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
    }
}
#endif /* TCL_THREADS */

/*
 *----------------------------------------------------------------------
 *
 * TclpReaddir, TclpInetNtoa --
 *
 *	These procedures replace core C versions to be used in a threaded
 *	environment.
 *
 * Results:
 *	See documentation of C functions.
 *