CVS commit: src/lib/libedit/TEST

2017-10-15 Thread Abhinav Upadhyay
Module Name:src
Committed By:   abhinav
Date:   Sun Oct 15 19:17:30 UTC 2017

Modified Files:
src/lib/libedit/TEST: test_filecompletion.c

Log Message:
Add copyright and rcs header to the test program.
Also, remove a test case which was not supposed to be there.
(While that test case works with the changes I committed, testing that
 test case with the test program is not possible in its current form. I'm
 working on that.)


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/lib/libedit/TEST/test_filecompletion.c

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



CVS commit: src/lib/libedit/TEST

2016-02-28 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Feb 29 00:54:19 UTC 2016

Modified Files:
src/lib/libedit/TEST: rl1.c

Log Message:
convert to 2 clause


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/lib/libedit/TEST/rl1.c

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



CVS commit: src/lib/libedit/TEST

2016-02-15 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Feb 15 21:38:07 UTC 2016

Modified Files:
src/lib/libedit/TEST: Makefile

Log Message:
Compile with WIDECHAR the same way the main Makefile does (Ingo Schwarze)


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/lib/libedit/TEST/Makefile

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



CVS commit: src/lib/libedit/TEST

2014-06-18 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Jun 18 20:12:15 UTC 2014

Modified Files:
src/lib/libedit/TEST: tc1.c wtc1.c

Log Message:
cast gotsig because it is long on some systems.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/lib/libedit/TEST/tc1.c
cvs rdiff -u -r1.6 -r1.7 src/lib/libedit/TEST/wtc1.c

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



CVS commit: src/lib/libedit/TEST

2011-11-18 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri Nov 18 20:30:01 UTC 2011

Modified Files:
src/lib/libedit/TEST: wtc1.c

Log Message:
Initialize res (Kamil Dudka)


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/lib/libedit/TEST/wtc1.c

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



CVS commit: src/lib/libedit/TEST

2011-08-04 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Thu Aug  4 14:33:05 UTC 2011

Modified Files:
src/lib/libedit/TEST: wtc1.c

Log Message:
need err.h now


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/lib/libedit/TEST/wtc1.c

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



CVS commit: src/lib/libedit/TEST

2011-07-27 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Thu Jul 28 01:08:58 UTC 2011

Modified Files:
src/lib/libedit/TEST: wtc1.c

Log Message:
- check and don't cast malloc return
- more wide function use


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/lib/libedit/TEST/wtc1.c

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



CVS commit: src/lib/libedit/TEST

2011-07-26 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Jul 27 02:18:01 UTC 2011

Modified Files:
src/lib/libedit/TEST: wtc1.c

Log Message:
add history testing code.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/lib/libedit/TEST/wtc1.c

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



CVS commit: src/lib/libedit/TEST

2010-04-18 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Apr 18 21:17:47 UTC 2010

Modified Files:
src/lib/libedit/TEST: tc1.c wtc1.c

Log Message:
\033 is more portable than \e still.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/lib/libedit/TEST/tc1.c
cvs rdiff -u -r1.1 -r1.2 src/lib/libedit/TEST/wtc1.c

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



CVS commit: src/lib/libedit/TEST

2010-04-14 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Thu Apr 15 00:50:46 UTC 2010

Modified Files:
src/lib/libedit/TEST: tc1.c

Log Message:
>From Jess Thrysoee: call setlocale so we can test UTF-8


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/lib/libedit/TEST/tc1.c

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