diagnostic.c (get_terminal_width): Renamed from
commitc9db45aaf49be681ba6e16203ab4b455bfa9746e
authorTobias Burnus <burnus@net-b.de>
Thu, 11 Dec 2014 08:20:24 +0000 (11 09:20 +0100)
committerTobias Burnus <burnus@gcc.gnu.org>
Thu, 11 Dec 2014 08:20:24 +0000 (11 09:20 +0100)
treee31e886ed230649c1e858eb51f469565c87e1754
parent01ca36af914385acfc864adfae6923768581888a
diagnostic.c (get_terminal_width): Renamed from

2014-12-11  Tobias Burnus  <burnus@net-b.de>
            Manuel López-Ibáñez  <manu@gcc.gnu.org>

gcc/
        * diagnostic.c (get_terminal_width): Renamed from
        * getenv_columns,
        removed static, and additionally use ioctl to get width.
        (diagnostic_set_caret_max_width): Update call.
        * diagnostic.h (get_terminal_width): Add prototype.
        * opts.c (print_specific_help): Use it for x_help_columns.
        * doc/invoke.texi (fdiagnostics-show-caret): Document how the
        width is set.

gcc/fortran/
        * error.c (gfc_get_terminal_width): Renamed from
        get_terminal_width and use same-named common function.
        (gfc_error_init_1): Update call.

Co-Authored-By: Manuel López-Ibáñez <manu@gcc.gnu.org>
From-SVN: r218619
gcc/ChangeLog
gcc/diagnostic.c
gcc/diagnostic.h
gcc/doc/invoke.texi
gcc/fortran/ChangeLog
gcc/fortran/error.c
gcc/opts.c