summaryrefslogtreecommitdiff
path: root/lib/libedit/Makefile
AgeCommit message (Expand)Author
2017-06-30Allow wide characters (properly encoded as byte strings according to LC_CTYPE)kre
2017-06-27add literal escape sequence support, patterned after the tcsh ones.christos
2016-05-24remove debug read (Ingo Schwarze)christos
2016-05-09Instead of compiling all the source files together in one big file, usechristos
2016-05-02Add missing backslash that broke build.wiz
2016-05-02Add more MLINKS, sortchristos
2016-04-28new man page from Ingo Schwarze.christos
2016-04-18From Ingo Schwarze:christos
2016-03-23Start removing the WIDECHAR ifdefs; building without it has stopped workingchristos
2016-03-02PR/50880: David Binderman: Remove redundant code.christos
2016-02-24Get split el_getc and el_wgetc completely and call el_wgetc internally.christos
2016-02-17whitespace and header sorting changes (Ingo Schwarze). No functional changes.christos
2015-01-29Disable -Wcast-qual for clang for now.joerg
2014-06-14remove remaining makefile support for GCC < 45 that i found.mrg
2012-08-10Don't depend on HAVE_GCC being always defined.joerg
2012-03-21These directories default to WARNS?=5matt
2011-08-16re-enable -Wconversionchristos
2011-08-02Only use -Wconversion if GCC is actually the active compiler.joerg
2011-07-30Don't use "-Wconversion" with GCC 4.5 which will complain about all thetron
2011-07-29pass -Wconversionchristos
2011-07-29add -Wunused-parameterchristos
2011-07-28Rename key to keymacro to avoid conflicts with term.h. The renaming of termchristos
2011-07-28term -> terminalchristos
2011-06-21add some XXX'd -Wno-foo if HAVE_GCC >= 45.mrg
2010-02-03Userland now builds and uses terminfo instead of termcap.roy
2009-12-31- Document and enable wide character support.christos
2009-12-30Fix wide build, test it, but don't turn it on yet.christos
2009-12-30Wide character support (UTF-8) from Johny Mattsson; currently disabled.christos
2009-01-18WARNS=4lukem
2007-05-28Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on thetls
2006-08-31Rename TEST/test.c to avoid problems when doing a cleandir on case-insensitiverpaulo
2005-05-28clean up build of "test"lukem
2005-05-28MAKEVERBOSE supportlukem
2005-05-18Libedit depends on libterm. From Patrick Welchechristos
2005-05-07Make everything that uses makelist depend on Makefile - that way thedsl
2005-05-07Separate out the filename completion functions from the readline() code.dsl
2003-12-05Tokenization function enhancements:lukem
2003-08-01Rework how dependency generation is performed:lukem
2003-07-31tweak this unconventional (some might say "baroque") Makefile to worklukem
2003-05-08add a missing dependency (John Gordon)christos
2003-05-08Use ${HOST_SH}christos
2002-10-27vi mode and memory fixes from david laight.christos
2002-08-19Explicitly move setting of NOxxx and USE_SHLIBDIR to the top of thelukem
2002-03-18Add a couple linted comment and enable WARNS=3christos
2001-12-28* Add user-controlled mk.conf variableslukem
2001-01-05Standard location of readline headers is /usr/include/readline/, so installjdolecek
2000-08-15use .tmp temporaries for generated files, to avoid having failed generatedmrg
1999-07-06Use LIBEDITDIR instead of CURDIR so we can use that Makefile to compilechristos
1999-07-02More trailing white space.simonb
1999-03-04Add minimal dependency to make "make depend" optionalitohy