1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-11-03 08:07:17 -05:00
elinks/src/main
Kalle Olavi Niemitalo 92cb452a9e Rename CONFIG_UTF_8 to CONFIG_UTF8.
The configure script no longer recognizes "CONFIG_UTF_8=yes" lines
in custom features.conf files.  They will have to be changed to
"CONFIG_UTF8=yes".  This incompatibility was deemed acceptable
because no released version of ELinks supports CONFIG_UTF_8.

The --enable-utf-8 option was not renamed.
2006-09-17 16:12:47 +03:00
..
event.c Pass a pointer to a hash pointer to free_hash() to ensure hash pointer 2006-05-31 19:33:36 +02:00
event.h Remove empty lines in start of header files 2005-11-15 11:33:27 +01:00
interlink.c Add a comment about CONFIG_TCP_INTERLINK. 2006-01-13 00:10:06 +01:00
interlink.h Remove empty lines in start of header files 2005-11-15 11:33:27 +01:00
main.c Modularise viewer/text/marks 2006-05-20 15:01:24 +00:00
main.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
module.c Create a module for src/viewer, which subsumes some existing modules 2006-05-20 15:01:24 +00:00
module.h Document the difference between builtin_modules and main_modules 2006-05-20 15:01:23 +00:00
object.h Revert OBJECT_HEAD() part of tcc cleanups 2006-01-22 06:18:40 +01:00
select.c assertm(fd >= 0 && fd < FD_SETSIZE) always fails under Windows, so 2006-06-25 12:36:46 +02:00
select.h Remove empty lines in start of header files 2005-11-15 11:33:27 +01:00
timer.c Fix various sparse warnings 2005-11-24 15:38:47 +01:00
timer.h Remove empty lines in start of header files 2005-11-15 11:33:27 +01:00
version.c Rename CONFIG_UTF_8 to CONFIG_UTF8. 2006-09-17 16:12:47 +03:00
version.h Remove empty lines in start of header files 2005-11-15 11:33:27 +01:00