1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-19 01:36:33 -04:00
elinks/src/dialogs
Kalle Olavi Niemitalo 6c2e8cd7b2 Bug 1013: Don't assume errno is between 0 and 100000
Replace almost all uses of enum connection_state with struct
connection_status.  This removes the assumption that errno values used
by the system are between 0 and 100000.  The GNU Hurd uses values like
ENOENT = 0x40000002 and EMIG_SERVER_DIED = -308.

This commit is derived from my attachments 450 and 467 to bug 1013.
2008-08-03 17:56:41 +03:00
..
document.c Debian bug 464384: fix OFF_T_FORMAT mismatches on amd64 2008-02-10 11:30:27 +02:00
document.h Remove empty lines in start of header files 2005-11-15 11:33:27 +01:00
download.c Bug 1013: Don't assume errno is between 0 and 100000 2008-08-03 17:56:41 +03:00
download.h Remove empty lines in start of header files 2005-11-15 11:33:27 +01:00
edit.c Cast variadic arguments of getml to void *. 2007-03-11 12:41:17 +02:00
edit.h Remove empty lines in start of header files 2005-11-15 11:33:27 +01:00
exmode.c config: Reduce the interface offered to exmode. 2008-02-03 14:43:26 +02:00
exmode.h Remove empty lines in start of header files 2005-11-15 11:33:27 +01:00
info.c Make copyright info independent from translations. 2007-10-03 11:53:09 +02:00
info.h Remove empty lines in start of header files 2005-11-15 11:33:27 +01:00
Makefile path_to_top -> top_builddir 2005-10-20 04:00:35 +02:00
menu.c Bug 1013: Don't assume errno is between 0 and 100000 2008-08-03 17:56:41 +03:00
menu.h Type-check button arguments of msg_box. 2007-03-10 23:50:56 +02:00
options.c charset_list: Map the "System" codepage to the underlying one. 2007-04-09 12:33:18 +03:00
options.h Remove empty lines in start of header files 2005-11-15 11:33:27 +01:00
progress.c Remove now useless $Id: lines. 2005-10-21 09:14:07 +02:00
progress.h Remove empty lines in start of header files 2005-11-15 11:33:27 +01:00
status.c Bug 1013: Don't assume errno is between 0 and 100000 2008-08-03 17:56:41 +03:00
status.h Remove empty lines in start of header files 2005-11-15 11:33:27 +01:00