Check-in [440f901a49]

Login

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

Overview
Comment:No need to specify http in link (could be https as well)
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 440f901a494b84be614cbf298dd8d3647486b31a6cdcee10e4a6b07171732dea
User & Date: jan.nijtmans 2017-10-19 12:15:52
Context
2017-10-20
18:56
Closing a fork check-in: ccd975fe6f user: hypnotoad tags: trunk
2017-10-19
12:15
No need to specify http in link (could be https as well) check-in: 440f901a49 user: jan.nijtmans tags: trunk
12:02
More TIP #476 updates. Add example "main.c". check-in: aecd24127d user: jan.nijtmans tags: trunk
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Changes to tip/476.md.

22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
direction of phasing out octal (TIP #114). Finally this TIP modifiers
the %#d modifier, such that it only produces a "0d" prefix if that
is needed for correct interpretation of the number when parsing it.

# Rationale

For an example program containing all situations mentioned here,
see [main.c](http:../attach/476/main.c)

First of all, when compiling the example program on 64-bit linux
(with -DTCL\_WIDE\_INT\_IS\_LONG=1), gcc outputs 5 warnings, 4 of them
are unnecessary:

<pre>
main.c: In function 'main':







|







22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
direction of phasing out octal (TIP #114). Finally this TIP modifiers
the %#d modifier, such that it only produces a "0d" prefix if that
is needed for correct interpretation of the number when parsing it.

# Rationale

For an example program containing all situations mentioned here,
see [main.c](../attach/476/main.c)

First of all, when compiling the example program on 64-bit linux
(with -DTCL\_WIDE\_INT\_IS\_LONG=1), gcc outputs 5 warnings, 4 of them
are unnecessary:

<pre>
main.c: In function 'main':