OpenBSD CVS

CVS log for src/usr.bin/cvs/Attic/conf.y


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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.7, Wed Apr 6 22:14:37 2005 UTC (19 years, 1 month ago) by jfb
Branch: MAIN
CVS Tags: HEAD
Changes since 1.6: +1 -1 lines
FILE REMOVED

more unused code

Revision 1.6 / (download) - annotate - [select for diffs], Thu Dec 30 20:55:02 2004 UTC (19 years, 4 months ago) by xsa
Branch: MAIN
CVS Tags: OPENBSD_3_7_BASE, OPENBSD_3_7
Changes since 1.5: +5 -1 lines
Diff to previous 1.5 (colored)

add strdup() check; jfb ok

Revision 1.5 / (download) - annotate - [select for diffs], Sun Nov 28 15:12:17 2004 UTC (19 years, 5 months ago) by pat
Branch: MAIN
Changes since 1.4: +3 -3 lines
Diff to previous 1.4 (colored)

make sure va_end() is always called in all possible paths

ok jfb

Revision 1.4 / (download) - annotate - [select for diffs], Fri Nov 26 16:23:50 2004 UTC (19 years, 5 months ago) by jfb
Branch: MAIN
Changes since 1.3: +5 -2 lines
Diff to previous 1.3 (colored)

Rewrite the internals of the file management code so that we do not keep
a full path to each file we load, and cache file names so we can have
multiple references to a single name.  This saves a lot of memory on large
trees such as /usr/src, especially on 'Makefile', 'README' and such.

Revision 1.3 / (download) - annotate - [select for diffs], Mon Sep 27 12:39:29 2004 UTC (19 years, 7 months ago) by jfb
Branch: MAIN
Changes since 1.2: +14 -1 lines
Diff to previous 1.2 (colored)

Add the `user' and `group' keywords in the configuration file format, so
we can specify alternate users under which the children should run

Revision 1.2 / (download) - annotate - [select for diffs], Tue Aug 3 14:46:35 2004 UTC (19 years, 9 months ago) by jfb
Branch: MAIN
Changes since 1.1: +99 -25 lines
Diff to previous 1.1 (colored)

Fix some small bugs and make macros work for real

Revision 1.1 / (download) - annotate - [select for diffs], Sun Jul 25 03:29:34 2004 UTC (19 years, 9 months ago) by jfb
Branch: MAIN

* rework on the child API, still needs more functionality
* move the ACL parsing code into the more general conf.y, which handles
  parsing of the whole configuration file

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.