summaryrefslogtreecommitdiff
path: root/lib/libedit/parse.c
AgeCommit message (Expand)Author
2000-03-10include <stdlib.h> to get definition of malloc() and free(), so it'sjdolecek
1999-07-02More trailing white space.simonb
1999-02-05M-X:<enter> core-dumped.christos
1998-12-12delintchristos
1998-07-29* add more checks for NULL pointers in passed argumentslukem
1998-01-21in el_parse(), use a temporary buffer to store the program name whenlukem
1997-07-06Fix compiler warnings.christos
1997-01-11* document ^char and \ escape sequenceslukem
1997-01-11RCSid policelukem
1997-01-11* in el_parse(), don't reference argv[0] if argc < 1 (return -1 instead)lukem
1997-01-09* add a man page for the editline routineslukem
1994-05-06libedit!cgd