smol/src
Benno Schulenberg eac0446c86 Fixing compilation with --enable-tiny: file formats don't exist then.
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5349 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
2015-08-09 16:31:01 +00:00
..
Makefile.am Removing an "-I m4" flag; it is needed only at the top level. 2014-06-16 12:45:03 +00:00
browser.c Differentiating between something being disabled/restricted and 2015-07-30 18:10:16 +00:00
chars.c Finding only valid UTF-8 byte sequences when searching. 2015-07-23 19:18:25 +00:00
color.c Not checking for non-NULL before freeing a variable, as it's unnecessary. 2015-06-14 19:14:41 +00:00
cut.c 2015-02-03 Alex Henrie <alexhenrie24@gmail.com> 2015-02-03 22:49:57 +00:00
files.c Fixing compilation with --enable-tiny: file formats don't exist then. 2015-08-09 16:31:01 +00:00
global.c Allowing to toggle whitespace display also when support for nanorc files 2015-08-09 16:05:50 +00:00
help.c Allowing to toggle whitespace display also when support for nanorc files 2015-08-09 16:05:50 +00:00
move.c Improving a few comments. 2015-07-26 17:04:29 +00:00
nano.c Fixing compilation with --enable-tiny: file formats don't exist then. 2015-08-09 16:31:01 +00:00
nano.h Letting malloc() help to find initialization failures and uses-after-free. 2015-08-06 09:01:33 +00:00
prompt.c Not checking for non-NULL before freeing a variable, as it's unnecessary. 2015-06-14 19:14:41 +00:00
proto.h Allowing to toggle whitespace display also when support for nanorc files 2015-08-09 16:05:50 +00:00
rcfile.c Fixing compilation with --enable-tiny: file formats don't exist then. 2015-08-09 16:31:01 +00:00
search.c Making the calculation of the new line size more efficient and symmetrical, 2015-07-26 17:29:34 +00:00
text.c Adding two new bindable functions which delete all characters 2015-07-31 11:52:26 +00:00
utils.c Keeping homedir NULL when no home directory could be determined, 2015-06-20 08:21:35 +00:00
winio.c Allowing to toggle whitespace display also when support for nanorc files 2015-08-09 16:05:50 +00:00