Files
gnu-coreutils/src
Paul Eggert cee6afd01e (VA_START): Remove. All callers now use va_start.
(_POSIX_VDISABLE): Remove unnecessary cast.
(struct control_info, visible): Use cc_t for control chars.
(struct control_info): Use size_t for sizes.
(recover_mode, set_mode, display_speed, display_window_size,
valid_options, main, display_changed):
Use bool for booleans.
(integer_arg): Return unsigned long int, not long int.
Accept new max arg; all callers changed, to specify a maximum
value for integer parameters instead of silently overflowing.
(wrap): Do not overrun the stack buffer if the output contains
more than 1024 bytes.  Instead, malloc a buffer.
(main): Remove a "what is this?!?" FIXME.  Nobody knows what it is.
Remove unnecessary casts.
(set_control_char): Allow int values only up to cc_t range.
(screen_columns): Don't reject INT_MAX.
(display_changed, display_all, display_speed, recover_mode):
Don't assume cc_t fits in int.
2004-08-03 20:30:45 +00:00
..
2004-07-28 23:37:49 +00:00
2004-07-28 23:37:21 +00:00
2004-08-03 05:58:49 +00:00
2004-08-02 23:36:33 +00:00
2004-08-03 06:00:08 +00:00
2004-08-03 06:00:24 +00:00
2004-08-02 21:52:28 +00:00
2004-08-02 20:14:39 +00:00
2004-08-03 06:44:08 +00:00
2004-08-02 05:30:48 +00:00
2004-07-30 07:58:07 +00:00
2004-08-03 15:29:48 +00:00
2004-08-03 15:31:02 +00:00
2004-08-03 20:05:42 +00:00
2004-08-02 22:19:27 +00:00
2004-07-30 23:24:03 +00:00
2004-08-03 19:08:31 +00:00
2004-07-30 21:08:48 +00:00