OpenBSD CVS

CVS log for src/usr.bin/less/Attic/lglob.h


[BACK] Up to [local] / src / usr.bin / less

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.6, Thu Nov 5 22:08:44 2015 UTC (8 years, 6 months ago) by nicm
Branch: MAIN
CVS Tags: HEAD
Changes since 1.5: +0 -0 lines
FILE REMOVED

Replace less with the cleaned-up fork of less 458 maintained by Garrett
D'Amore at https://github.com/gdamore/less-fork. This has significantly
less portability goop, has a tidied up code style, uses terminfo instead
of termcap, and is has stricter POSIX compliance.

Many of our local changes have been accepted upstream: substantial
remaining local changes are code to read help files from /usr/share
rather than compiling them in, man page and help improvements, and some
tweaks to the default options.

Review and testing by millert, ok deraadt

Revision 1.5 / (download) - annotate - [select for diffs], Fri Apr 25 13:38:21 2014 UTC (10 years ago) by shadchin
Branch: MAIN
CVS Tags: OPENBSD_5_8_BASE, OPENBSD_5_8, OPENBSD_5_7_BASE, OPENBSD_5_7, OPENBSD_5_6_BASE, OPENBSD_5_6
Changes since 1.4: +2 -3 lines
Diff to previous 1.4 (colored)

Merge Less 458 plus local patches

ok guenther@, ok jmc@ for man bits

Revision 1.1.1.3 / (download) - annotate - [select for diffs] (vendor branch), Fri Apr 25 13:33:48 2014 UTC (10 years ago) by shadchin
Branch: MARK_NUDELMAN
CVS Tags: LESS_458
Changes since 1.1.1.2: +5 -68 lines
Diff to previous 1.1.1.2 (colored)

Import of Less 458

ok guenther@

Revision 1.4 / (download) - annotate - [select for diffs], Fri Sep 16 18:12:09 2011 UTC (12 years, 8 months ago) by shadchin
Branch: MAIN
CVS Tags: OPENBSD_5_5_BASE, OPENBSD_5_5, OPENBSD_5_4_BASE, OPENBSD_5_4, OPENBSD_5_3_BASE, OPENBSD_5_3, OPENBSD_5_2_BASE, OPENBSD_5_2, OPENBSD_5_1_BASE, OPENBSD_5_1
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

Merge in less 444 plus local changes

ok nicm@

Revision 1.1.1.2 / (download) - annotate - [select for diffs] (vendor branch), Fri Sep 16 17:47:06 2011 UTC (12 years, 8 months ago) by shadchin
Branch: MARK_NUDELMAN
CVS Tags: LESS_444
Changes since 1.1.1.1: +1 -1 lines
Diff to previous 1.1.1.1 (colored)

Import of Less 444

ok nicm@

Revision 1.3 / (download) - annotate - [select for diffs], Tue Apr 22 22:57:13 2003 UTC (21 years, 1 month ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_5_0_BASE, OPENBSD_5_0, OPENBSD_4_9_BASE, OPENBSD_4_9, OPENBSD_4_8_BASE, OPENBSD_4_8, OPENBSD_4_7_BASE, OPENBSD_4_7, OPENBSD_4_6_BASE, OPENBSD_4_6, OPENBSD_4_5_BASE, OPENBSD_4_5, OPENBSD_4_4_BASE, OPENBSD_4_4, OPENBSD_4_3_BASE, OPENBSD_4_3, OPENBSD_4_2_BASE, OPENBSD_4_2, OPENBSD_4_1_BASE, OPENBSD_4_1, OPENBSD_4_0_BASE, OPENBSD_4_0, OPENBSD_3_9_BASE, OPENBSD_3_9, OPENBSD_3_8_BASE, OPENBSD_3_8, OPENBSD_3_7_BASE, OPENBSD_3_7, OPENBSD_3_6_BASE, OPENBSD_3_6, OPENBSD_3_5_BASE, OPENBSD_3_5, OPENBSD_3_4_BASE, OPENBSD_3_4
Changes since 1.2: +2 -1 lines
Diff to previous 1.2 (colored)

Tell glob() to do tilde and brace expansion too.

Revision 1.2 / (download) - annotate - [select for diffs], Mon Apr 14 17:10:20 2003 UTC (21 years, 1 month ago) by millert
Branch: MAIN
Changes since 1.1: +1 -64 lines
Diff to previous 1.1 (colored)

less uses the "lessecho" command to do globbing on systems that
don't have libc glob routines.  We have glob(3) but for some reason,
less only uses this on DOS w/ djgppc.  I have pared down lglob.h
to just have the glob(3) bits and to include glob.h itself.  This
removes the need for lessecho on OpenBSD.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Sun Apr 13 18:21:21 2003 UTC (21 years, 1 month ago) by millert
Branch: MARK_NUDELMAN
CVS Tags: LESS_381
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Stock less-390 with some unneeded DOS/Windoze files removed

Revision 1.1 / (download) - annotate - [select for diffs], Sun Apr 13 18:21:21 2003 UTC (21 years, 1 month ago) by millert
Branch: MAIN

Initial revision

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.