OpenBSD CVS

CVS log for src/lib/libedit/Attic/editline.c


[BACK] Up to [local] / src / lib / libedit

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.6, Tue May 10 11:53:54 2016 UTC (8 years, 1 month ago) by schwarze
Branch: MAIN
CVS Tags: HEAD
Changes since 1.5: +0 -0 lines
FILE REMOVED

Enable separate compilation while keeping internal interfaces hidden.
Simplifies the build system and prevents modules
from stomping on each other's static symbols.

Based on a hint from guenther@,
using feedback from kettenis@ and deraadt@.

Revision 1.5 / (download) - annotate - [select for diffs], Fri May 6 13:12:52 2016 UTC (8 years, 1 month ago) by schwarze
Branch: MAIN
Changes since 1.4: +0 -1 lines
Diff to previous 1.4 (colored)

Replace the generated file "fcns.c" by a simpler header "func.h"
included only in the one file needing it, "map.c".
That allows to define el_action_t directly in "map.h",
which in turn allows to stop including "fcns.h" from "el.h"
and include it only in the modules needing it.
Now we no longer autogenerate any C files.

Feedback and OK martijn@.
First version also proofread by Christian Heckendorf <mbie at ulmus dot me>.

Revision 1.4 / (download) - annotate - [select for diffs], Tue May 3 11:36:17 2016 UTC (8 years, 1 month ago) by schwarze
Branch: MAIN
Changes since 1.3: +0 -1 lines
Diff to previous 1.3 (colored)

Combine help.h and help.c into a simplified help.h
and include it only in the one file needing it, map.c.
Also delete makelist -bc.
OK martijn@, also proofread by Christian Heckendorf <mbie at ulmus dot me>

Revision 1.3 / (download) - annotate - [select for diffs], Tue May 3 11:19:30 2016 UTC (8 years, 1 month ago) by schwarze
Branch: MAIN
Changes since 1.2: +4 -3 lines
Diff to previous 1.2 (colored)

The files editline.c, historyn.c, and tokenizern.c are completely
constant and very short and simple.  Check them into CVS rather
than generating them at build time in a complicated way.
OK martijn@, also proofread by Christian Heckendorf <mbie at ulmus dot me>

Revision 1.2, Sat Jun 25 12:11:36 2011 UTC (12 years, 11 months ago) by okan
Branch: MAIN
Changes since 1.1: +0 -0 lines
FILE REMOVED

No need for files generated by depend.

ok nicm@

Revision 1.1 / (download) - annotate - [select for diffs], Wed Jun 30 00:05:35 2010 UTC (13 years, 11 months ago) by nicm
Branch: MAIN
CVS Tags: OPENBSD_4_9_BASE, OPENBSD_4_9, OPENBSD_4_8_BASE, OPENBSD_4_8

Update libedit to bring it into sync with the latest version from NetBSD.

ok deraadt

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.