summaryrefslogtreecommitdiff
path: root/lib/libedit
AgeCommit message (Expand)Author
2003-06-01Correct string bounds; spotted by avsm@'s bounds checker.Miod Vallat
2003-05-23- typosJason McIntyre
2003-05-10typo;Jason McIntyre
2003-05-01is -Wall clean by making rcsid constAnil Madhavapeddy
2003-04-05strcpy/strcat -> strlcpy/strlcatThierry Deval
2003-03-11files with dead .Xr's;Jason McIntyre
2003-03-06.Xr typos;Jason McIntyre
2002-12-03Crank all library major numbers. Needed due to the fact that weTodd C. Miller
2002-11-29riduculous spelling; torh@bogus.netTheo de Raadt
2002-02-19We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.Todd C. Miller
2002-02-17Manual cleanup of remaining userland __P use (excluding packages maintained o...Todd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-12-06mark more signals that I cannot fixTheo de Raadt
2001-04-13Another case where we need to use u_char, not char for arrayTodd C. Miller
2001-04-13signess bug; jwaterman@yaleroad.comTheo de Raadt
2000-06-28restrict editrc lookup to home directory, thanks kris@freebsd.org. ok deraadt@Dug Song
2000-04-15Mostly punctuation fixes.Aaron Campbell
2000-03-14Suffix "i.e." and "e.g." with a comma. Just another really picky man pageAaron Campbell
1999-09-23Typo fixes.Alex Feldman
1999-07-09- remove all trailing whitespaceAaron Campbell
1999-07-07when using `-' as a negative sign, escape it with a backslash so troff knowsAaron Campbell
1999-07-07The proper order of the ``introductory'' macros in a man page is .Dd/.Dt/.Os.Aaron Campbell
1999-05-23remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonAaron Campbell
1999-05-16Cleanup xrefs under SEE ALSO. Specifically:Alex Feldman
1999-05-12builtin -> built-inAaron Campbell
1999-02-27make function names the correct caseTheo de Raadt
1999-01-05fix misleading protoDavid Leonard
1998-12-15always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.netAaron Campbell
1998-08-16deal with realloc/malloc failure and don't trash old pointer if realloc failsTodd C. Miller
1998-07-24-lcurses, not termcap/termlibTodd C. Miller
1997-08-20Make this compile is FIONREAD is defined. Guess this wasTodd C. Miller
1997-07-25#if __STDC__ --> #ifdef __STDC__Michael Shalayeff
1997-07-03buffer overflow on 64-bit archs fixedNiklas Hallqvist
1997-06-29Updates from NetBSD (christos@netbsd.org)Todd C. Miller
1997-06-10Change a long to and int.Todd C. Miller
1997-04-27COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIPTodd C. Miller
1997-04-09the theTheo de Raadt
1997-03-14fix el_source() - a block needed braces around it (from NetBSD)Todd C. Miller
1997-03-14Iterate over signals correctlyThorsten Lockert
1997-01-16Man pages for libedit, from NetBSD.Todd C. Miller
1997-01-16Merge in NetBSD libedit changes and new man pages. Also fix someTodd C. Miller
1996-12-16stncat misuseTheo de Raadt
1996-12-08install -> ${INSTALL}, -c -> ${COPY}Jason Downs
1996-08-26use issetugid() to protect against bad getenvTheo de Raadt
1996-06-10includes targetTheo de Raadt
1995-12-14update from netbsdTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt