History log of /dragonfly/usr.bin/tip/tip.c (Results 1 – 5 of 5)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: v6.2.1, v6.2.0, v6.3.0, v6.0.1, v6.0.0, v6.0.0rc1, v6.1.0, v5.8.3, v5.8.2
# 97edc4fd 15-Jul-2020 Sascha Wildner <saw@online.de>

tip(1): Fix building with -fno-common.

We do so by adding 'EXTERN' to all offending variables and then defining
'EXTERN' to 'extern' for all .c files, except for one (tip.c). This is
the same "fix"

tip(1): Fix building with -fno-common.

We do so by adding 'EXTERN' to all offending variables and then defining
'EXTERN' to 'extern' for all .c files, except for one (tip.c). This is
the same "fix" that FreeBSD chose, to be cleaned up better at a later
point in time.

-fno-common will be default in future compilers (GCC 10, for example).

show more ...


Revision tags: v5.8.1, v5.8.0, v5.9.0, v5.8.0rc1, v5.6.3, v5.6.2, v5.6.1, v5.6.0, v5.6.0rc1, v5.7.0, v5.4.3, v5.4.2, v5.4.1, v5.4.0, v5.5.0, v5.4.0rc1, v5.2.2, v5.2.1, v5.2.0, v5.3.0, v5.2.0rc, v5.0.2, v5.0.1, v5.0.0, v5.0.0rc2, v5.1.0, v5.0.0rc1, v4.8.1, v4.8.0, v4.6.2, v4.9.0, v4.8.0rc, v4.6.1, v4.6.0, v4.6.0rc2, v4.6.0rc, v4.7.0, v4.4.3, v4.4.2
# 0720b42f 24-Jan-2016 zrj <rimvydas.jasinskas@gmail.com>

Remove advertising header from usr.bin/

Correct BSD License clause numbering from 1-2-4 to 1-2-3.


# 8350c6bd 16-Jan-2016 Sascha Wildner <saw@online.de>

tip(1): Minor cleanup


# 6dd3947f 16-Jan-2016 Sascha Wildner <saw@online.de>

tip(1): Remove some dead code that was never built.


Revision tags: v4.4.1, v4.4.0, v4.5.0, v4.4.0rc, v4.2.4
# be09fc23 03-Aug-2015 Sascha Wildner <saw@online.de>

tip(1): Reduce it to what we actually use from it.

Also, merge libacu remains.

No change in functionality.