Tcl Source Code

Check-in [ae29ed9c7f]
Login

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

Overview
Comment:TIP 503 implementation.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | core-8-branch
Files: files | file ages | folders
SHA3-256: ae29ed9c7fede708ee2a4965bfffbaf80a0f3d87714bde66e542b68330ded2fd
User & Date: dgp 2018-03-20 19:54:32
Context
2018-03-24
10:21
Update TZ info to tzdata2018d. check-in: 671a645da4 user: jima tags: core-8-branch
2018-03-21
15:31
Rebooting a [string insert] implementation branch, bringing over pieces from the past branches and m... check-in: 41eb59e341 user: dgp tags: dgp-string-insert
2018-03-20
19:58
merge 8.7 check-in: 1f55c24720 user: dgp tags: trunk
19:54
TIP 503 implementation. check-in: ae29ed9c7f user: dgp tags: core-8-branch
19:25
Merge over testing improvements from the TIP 475 work. Test files string.test and stringComp.test ha... check-in: e1141b4ed5 user: dgp tags: core-8-branch
2018-03-05
19:29
Last bit of TIP 503 implementation. Closed-Leaf check-in: d122852556 user: dgp tags: tip-503
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Changes to generic/tcl.h.

265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280

#ifndef INLINE
#   define INLINE
#endif
#ifndef CONST
#   define CONST const
#endif
#define CONST84 const
#define CONST84_RETURN const

#endif /* !TCL_NO_DEPRECATED */

#ifndef CONST86
#      define CONST86 const
#endif








<
<







265
266
267
268
269
270
271


272
273
274
275
276
277
278

#ifndef INLINE
#   define INLINE
#endif
#ifndef CONST
#   define CONST const
#endif



#endif /* !TCL_NO_DEPRECATED */

#ifndef CONST86
#      define CONST86 const
#endif