summaryrefslogtreecommitdiff
path: root/lib/libedit/el.h
AgeCommit message (Expand)Author
2016-05-25Saving errno in el_errno is only needed for one purpose:Ingo Schwarze
2016-05-20Move the declaration of the function pointer type el_rfunc_tIngo Schwarze
2016-05-06Replace the generated file "fcns.c" by a simpler header "func.h"Ingo Schwarze
2016-04-11get rid of the non-standard data type "Char" in almost all files;Ingo Schwarze
2016-04-09Always compile with WIDECHAR on and delete that preprocessor switch.Ingo Schwarze
2016-03-21Make the read_char() function always take a wchar_t * argument.Ingo Schwarze
2016-03-20Cleanup of standard header inclusion:Ingo Schwarze
2016-03-20delete useless "typedef int bool_t", use int directly;Ingo Schwarze
2016-03-20Cleanup of private header inclusion:Ingo Schwarze
2016-03-20Delete the weird IGNORE_EXTCHARS flag, simplifying the codeIngo Schwarze
2016-01-30Third step in synching with NetBSD:Ingo Schwarze
2016-01-29Second step in synching with NetBSD:Ingo Schwarze
2016-01-29Start synching with NetBSD:Ingo Schwarze
2014-10-17Remove non-exposed malloc/realloc/free wrappers, and then substituteTheo de Raadt
2011-07-07sync with upstream, retaining local modifications.Okan Demirmen
2010-06-30Update libedit to bring it into sync with the latest version from NetBSD.Nicholas Marriott
2003-11-25Sync libedit to NetBSD libedit as of Nov 8, 2003.Otto Moerbeek
2003-10-31Update to NetBSD libedit (from Oct 1, 2003), adding some stringOtto Moerbeek
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
1997-03-14fix el_source() - a block needed braces around it (from NetBSD)Todd C. Miller
1997-01-16Merge in NetBSD libedit changes and new man pages. Also fix someTodd C. Miller
1995-10-18initial import of NetBSD treeTheo de Raadt