Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/lib/libedit



Module Name:    src
Committed By:   dsl
Date:           Sat May  7 16:01:25 UTC 2005

Modified Files:
        src/lib/libedit: Makefile histedit.h readline.c
Added Files:
        src/lib/libedit: filecomplete.c filecomplete.h

Log Message:
Separate out the filename completion functions from the readline() code.
Pass in loads of parameters instead of relying on shed-loads of global
variables to modify the behaviour.
The filename completion code can now be enabled by code that uses el_gets().
(eg /bin/sh)


To generate a diff of this commit:
cvs rdiff -r1.29 -r1.30 src/lib/libedit/Makefile
cvs rdiff -r0 -r1.1 src/lib/libedit/filecomplete.c \
    src/lib/libedit/filecomplete.h
cvs rdiff -r1.25 -r1.26 src/lib/libedit/histedit.h
cvs rdiff -r1.52 -r1.53 src/lib/libedit/readline.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index