Tcl Source Code

Changes On Branch tip-503
Login

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

Changes In Branch tip-503 Excluding Merge-Ins

This is equivalent to a diff from 7ac44158fa to d122852556

2018-03-20
19:54
TIP 503 implementation. check-in: ae29ed9c7f user: dgp tags: core-8-branch
2018-03-05
20:00
Take the next step in TIPs 330 and 336, ending in 8.7 the USE_INTERP_RESULT and USE_INTERP_ERRORLINE... check-in: fc9f725045 user: dgp tags: core-8-branch
19:29
Last bit of TIP 503 implementation. Closed-Leaf check-in: d122852556 user: dgp tags: tip-503
18:16
merge 8.7 check-in: debcf945ba user: dgp tags: sebres-string-insert-cr1
17:41
merge 8.7 check-in: 6489350c8b user: dgp tags: tip-421
17:40
merge 8.7 check-in: a06898693e user: dgp tags: bug-e593adf103-core-8
17:18
merge 8.7 check-in: 927955d0ab user: dgp tags: tip-445
17:16
merge 8.7 check-in: 9d080b5730 user: dgp tags: trunk
17:07
TIP 351 Implementation. check-in: 7ac44158fa user: dgp tags: core-8-branch
2018-03-01
22:27
Re-generate tclTomMath.h. Fix win32 build (due to the use of uint8_t) check-in: 8531135e45 user: jan.nijtmans tags: core-8-branch
2018-01-25
22:11
Dup test name Closed-Leaf check-in: 3884c97fd6 user: dgp tags: tip-351

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