summaryrefslogtreecommitdiff
path: root/lib/libedit/history.c
AgeCommit message (Expand)Author
2023-03-08Delete obsolete /* ARGSUSED */ lint comments.Philip Guenther
2016-04-11delete the "private" and "public" preprocessor macros, just use standard C;Ingo Schwarze
2016-04-11Clean up chartype.h:Ingo Schwarze
2016-04-11get rid of the non-standard data type "Char" in almost all files;Ingo Schwarze
2016-04-11Move wrapper macros to the two files actually needing them:Ingo Schwarze
2016-04-09Always compile with WIDECHAR on and delete that preprocessor switch.Ingo Schwarze
2016-03-20Cleanup of standard header inclusion:Ingo Schwarze
2016-03-20Use getline(3) rather than fgetln(3) because it is standardizedIngo Schwarze
2016-01-30Fifth step in synching with NetBSD:Ingo Schwarze
2016-01-30Fourth step in synching with NetBSD:Ingo Schwarze
2014-10-17Remove non-exposed malloc/realloc/free wrappers, and then substituteTheo de Raadt
2014-05-19Add a H_SAVE_FP operation to history() which lets the history be savedNicholas Marriott
2014-01-19Retain local changes from rev 1.13.Tobias Stoeckmann
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
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2004-08-23Fix fgetln handling and always increment the size if we need to realloc,Otto Moerbeek
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
2003-05-01is -Wall clean by making rcsid constAnil Madhavapeddy
2003-04-05strcpy/strcat -> strlcpy/strlcatThierry Deval
2002-02-19We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.Todd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
1997-06-29Updates from NetBSD (christos@netbsd.org)Todd 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-12-14update from netbsdTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt