Paul Eggert
3d798ba7db
Make some functions static in non-Microsoft builds.
...
On my platform (Fedora 19 x86-64), this shrinks the
Emacs executable (text+data) by 0.25%.
* dispextern.h (erase_phys_cursor) [!WINDOWSNT]:
(load_color) [!MSDOS]:
* gnutls.h (emacs_gnutls_transport_set_errno) [!WINDOWSNT]:
* keyboard.h (make_ctrl_char) [!WINDOWSNT]:
* lisp.h (check_existing):
* process.h (conv_sockaddr_to_lisp, network_interface_list)
(network_interface_info) [!WINDOWSNT]:
* termhooks.h (encode_terminal_code) [!WINDOWSNT]:
Remove extern decls.
* fileio.c (check_existing):
* keyboard.c (make_ctrl_char) [!WINDOWSNT]:
* process.c (conv_sockaddr_to_lisp, network_interface_list)
(network_interface_info) [!WINDOWSNT]:
* term.c (encode_terminal_code) [!WINDOWSNT]:
* xdisp.c (erase_phys_cursor) [!WINDOWSNT]:
* xfaces.c (load_color) [!MSDOS]:
Now static.
* fileio.c (check_existing, check_executable, check_writable):
* process.c (network_interface_list, network_interface_info):
Move earlier, so that we don't need forward decls.
* gnutls.c (fn_gnutls_transport_set_errno)
(emacs_gnutls_transport_set_errno) [!WINDOWNT]:
Remove; unused.
* w32.c (init_environment): Use faccessat rather than
check_existing, partly for consistency with the rest of the code
in this file, partly so that check_existing can be static.
2013-10-16 23:42:21 -07:00
..
2013-06-03 05:01:53 -04:00
2013-10-10 23:32:29 -07:00
2013-08-27 11:47:55 -07:00
2013-08-27 11:47:55 -07:00
2013-02-24 21:55:37 -08:00
2013-09-17 00:06:42 -07:00
2013-09-20 08:34:36 -07:00
2013-10-15 20:47:57 +08:00
2013-09-20 08:34:36 -07:00
2013-10-03 23:51:50 -07:00
2013-09-04 16:22:37 -04:00
2013-08-23 10:57:07 -07:00
2013-08-06 09:30:18 +04:00
2013-10-10 23:32:29 -07:00
2013-09-20 08:34:36 -07:00
2013-10-14 00:12:49 -07:00
2013-09-24 10:43:20 +04:00
2013-10-16 23:42:21 -07:00
2013-01-01 09:11:05 +00:00
2013-01-01 09:11:05 +00:00
2013-06-11 18:51:12 +02:00
2013-01-01 09:11:05 +00:00
2013-01-01 09:11:05 +00:00
2013-01-01 09:11:05 +00:00
2013-01-01 09:11:05 +00:00
2013-01-01 09:11:05 +00:00
2013-07-28 00:14:07 +02:00
2013-04-01 00:58:04 -07:00
2013-05-27 19:41:32 +03:00
2013-07-26 19:02:22 +02:00
2013-09-20 08:34:36 -07:00
2013-09-24 10:43:20 +04:00
2013-10-03 00:41:23 -04:00
2013-09-20 08:34:36 -07:00
2013-09-24 10:43:20 +04:00
2013-03-24 13:59:45 +01:00
2013-09-05 14:00:55 +03:00
2013-09-04 22:27:13 -04:00
2013-10-08 10:40:09 +04:00
2013-10-08 10:40:09 +04:00
2013-01-01 09:11:05 +00:00
2013-10-10 23:32:29 -07:00
2013-09-24 10:43:20 +04:00
2013-10-03 00:06:52 -07:00
2013-07-16 14:35:45 -07:00
2013-01-01 09:11:05 +00:00
2013-10-16 18:02:32 -07:00
2013-07-10 16:23:57 -07:00
2013-08-26 09:32:47 +04:00
2013-07-13 02:32:45 -07:00
2013-09-21 14:48:19 +03:00
2013-10-16 23:42:21 -07:00
2013-10-14 16:19:21 +04:00
2013-09-24 10:43:20 +04:00
2013-08-10 18:30:20 -07:00
2013-04-01 18:54:56 -07:00
2013-01-01 09:11:05 +00:00
2013-01-01 09:11:05 +00:00
2013-10-08 20:49:20 +03:00
2013-01-01 09:11:05 +00:00
2013-10-16 20:08:59 -07:00
2013-08-30 16:17:44 +04:00
2013-08-30 16:17:44 +04:00
2013-06-07 11:08:29 +03:00
2013-10-09 13:17:20 -04:00
2013-10-16 23:42:21 -07:00
2013-09-23 09:12:01 +02:00
2013-01-01 09:11:05 +00:00
2013-06-20 07:15:42 -07:00
2013-10-16 13:56:36 +04:00
2013-09-16 17:55:02 +02:00
2013-09-15 19:58:46 +02:00
2013-09-24 10:43:20 +04:00
2013-08-30 16:17:44 +04:00
2013-10-02 19:38:12 +04:00
2013-10-08 20:49:20 +03:00
2013-10-04 00:36:22 -07:00
2013-10-10 23:32:29 -07:00
2013-08-03 07:29:03 +04:00
2013-01-01 09:11:05 +00:00
2013-09-06 17:20:56 -07:00
2013-08-15 12:37:15 -04:00
2013-10-16 23:42:21 -07:00
2013-10-16 23:42:21 -07:00
2013-09-17 00:06:42 -07:00
2013-09-17 00:06:42 -07:00
2013-10-14 00:12:49 -07:00
2013-09-24 10:43:20 +04:00
2013-03-07 08:42:59 +04:00
2013-07-11 19:03:47 -07:00
2013-10-07 19:03:33 +04:00
2013-10-10 23:32:29 -07:00
2013-09-20 08:34:36 -07:00
2013-10-16 23:42:21 -07:00
2013-10-16 23:42:21 -07:00
2013-08-10 18:30:20 -07:00
2013-01-01 09:11:05 +00:00
2013-01-01 09:11:05 +00:00
2013-10-16 23:42:21 -07:00
2013-09-12 19:05:12 +03:00
2013-09-25 23:46:47 -04:00
2013-09-15 21:36:20 +02:00
2013-10-10 23:32:29 -07:00
2013-07-16 14:35:45 -07:00
2013-01-01 09:11:05 +00:00
2013-09-15 21:36:20 +02:00
2013-09-15 19:58:46 +02:00
2013-07-09 11:53:00 +02:00
2013-08-16 08:20:56 +08:00
2013-10-16 18:07:36 +03:00
2013-10-10 14:06:17 +04:00
2013-09-09 16:15:45 +04:00
2013-09-26 10:37:16 +03:00
2013-09-13 19:03:51 +04:00
2013-10-09 20:50:14 +02:00
2013-09-22 16:26:10 +02:00
2013-01-01 09:11:05 +00:00
2013-06-02 21:14:25 +02:00
2013-09-29 21:38:56 +03:00
2013-10-16 18:55:45 +02:00
2013-10-15 06:45:03 +04:00
2013-10-15 06:45:03 +04:00
2013-10-15 14:03:00 -07:00
2013-10-16 23:42:21 -07:00
2013-10-16 23:42:21 -07:00
2013-08-27 11:47:55 -07:00
2013-06-03 11:18:18 -04:00
2013-09-22 01:31:55 -08:00
2013-01-01 09:11:05 +00:00
2013-09-21 23:22:05 -07:00
2013-07-10 16:23:57 -07:00
2013-03-15 11:23:49 +04:00
2013-02-11 15:37:18 -08:00
2013-08-10 18:30:20 -07:00
2013-08-29 11:03:18 +04:00
2013-08-18 13:37:31 -04:00
2013-10-04 00:36:22 -07:00
2013-09-21 23:22:05 -07:00
2013-09-21 23:22:05 -07:00
2013-10-07 01:05:00 -07:00
2013-08-27 12:36:28 -07:00
2013-06-05 10:04:13 -07:00
2013-07-05 19:40:50 -07:00
2013-09-20 08:34:36 -07:00
2013-07-16 11:30:52 -07:00
2013-08-12 00:12:07 -07:00
2013-10-16 23:42:21 -07:00
2013-08-10 18:30:20 -07:00
2013-10-14 16:19:21 +04:00
2013-10-16 23:42:21 -07:00
2013-09-20 08:34:36 -07:00
2013-01-01 09:11:05 +00:00
2013-01-01 09:11:05 +00:00
2013-08-06 09:30:18 +04:00
2013-01-01 09:11:05 +00:00
2013-01-01 09:11:05 +00:00
2013-07-09 23:26:23 -07:00
2013-07-16 09:39:42 -07:00
2013-07-16 09:39:42 -07:00
2013-07-11 19:03:47 -07:00
2013-07-11 19:03:47 -07:00
2013-07-11 19:03:47 -07:00
2013-07-11 19:03:47 -07:00
2013-07-15 23:39:49 -07:00
2013-04-16 21:08:03 +03:00
2013-02-24 21:55:37 -08:00
2013-08-07 17:21:59 +04:00
2013-10-16 23:42:21 -07:00
2013-08-29 18:32:04 +03:00
2013-01-01 09:11:05 +00:00
2013-09-26 10:37:16 +03:00
2013-09-26 10:37:16 +03:00
2013-09-13 19:03:51 +04:00
2013-08-03 07:29:03 +04:00
2013-01-02 08:13:04 -08:00
2013-01-22 15:30:17 +02:00
2013-01-01 09:11:05 +00:00
2013-10-15 21:38:26 +03:00
2013-08-03 07:29:03 +04:00
2013-09-29 21:38:56 +03:00
2013-08-03 07:29:03 +04:00
2013-10-14 19:23:10 +03:00
2013-09-19 11:25:43 +03:00
2013-01-01 09:11:05 +00:00
2013-01-01 09:11:05 +00:00
2013-10-14 16:19:21 +04:00
2013-09-29 21:38:56 +03:00
2013-08-03 07:29:03 +04:00
2013-09-13 19:03:51 +04:00
2013-09-13 19:03:51 +04:00
2013-01-01 09:11:05 +00:00
2013-01-01 09:11:05 +00:00
2013-10-08 20:49:20 +03:00
2013-10-02 16:08:27 +04:00
2013-10-16 23:42:21 -07:00
2013-10-16 23:42:21 -07:00
2013-09-22 01:48:21 -08:00
2013-09-24 10:43:20 +04:00
2013-08-03 07:29:03 +04:00
2013-08-27 12:36:28 -07:00
2013-08-27 12:36:28 -07:00
2013-10-10 14:06:17 +04:00
2013-07-15 23:39:49 -07:00
2013-09-17 16:27:21 +04:00
2013-10-10 14:06:17 +04:00
2013-10-04 00:36:22 -07:00
2013-09-17 00:06:42 -07:00
2013-08-10 18:30:20 -07:00
2013-10-14 16:19:21 +04:00
2013-09-29 21:38:56 +03:00