smol/src
David Lawrence Ramsey b5a7bbf4f3 remove the workaround for glibc 2.2.3's broken regexec(), and replace it
with a FAQ entry explaining the problem, since it could break anything
using extended regular expressions, and glibc 2.2.3 is old


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3624 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
2006-06-05 15:41:23 +00:00
..
.cvsignore Major package reorganization: 2003-09-07 00:44:12 +00:00
Makefile.am in src/Makefile.am, remove "-Iintl" from INCLUDES, as we don't use an 2006-05-28 22:33:14 +00:00
browser.c handle statusbar blanking in one place instead of many, so that it 2006-05-21 21:23:21 +00:00
chars.c ignore unhandled meta key sequences and escape sequences, and indicate 2006-05-24 17:36:00 +00:00
color.c in color_update(), fix incorrect setting of defcolor, which prevented 2006-05-28 18:51:48 +00:00
cut.c handle prepending of wrapped text in one place instead of many, so that 2006-05-22 02:08:49 +00:00
files.c handle prepending of wrapped text in one place instead of many, so that 2006-05-22 02:08:49 +00:00
global.c more miscellaneous minor fixes 2006-06-03 17:31:52 +00:00
help.c more cleanly ignore unhandled meta key sequences and escape sequences; 2006-05-24 19:48:03 +00:00
move.c handle prepending of wrapped text in one place instead of many, so that 2006-05-22 02:08:49 +00:00
nano.c amother cosmetic fix 2006-06-04 13:40:39 +00:00
nano.h remove the workaround for glibc 2.2.3's broken regexec(), and replace it 2006-06-05 15:41:23 +00:00
prompt.c beep when we get an unhandled shortcut or toggle, as Pico does 2006-06-03 19:36:02 +00:00
proto.h remove the workaround for glibc 2.2.3's broken regexec(), and replace it 2006-06-05 15:41:23 +00:00
rcfile.c comment fix 2006-06-01 20:23:24 +00:00
search.c handle prepending of wrapped text in one place instead of many, so that 2006-05-22 02:08:49 +00:00
text.c typo fixes 2006-05-28 18:43:21 +00:00
utils.c remove the workaround for glibc 2.2.3's broken regexec(), and replace it 2006-06-05 15:41:23 +00:00
winio.c beep when we get an unhandled shortcut or toggle, as Pico does 2006-06-03 19:36:02 +00:00