Codebase list xd / 1d4e1e1
Imported Upstream version 3.23.01 Frank B. Brokken 9 years ago
5 changed file(s) with 41 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
0 #define VERSION "3.23.00"
1 #define YEARS "1994-2014"
0 #define VERSION "3.23.01"
1 #define YEARS "1994-2015"
0 xd (3.23.01)
1
2 * Repaired a small flaw in the man-page
3
4 * Added the missing 'generalized-search' (cq. 'traditional') demo-entry to
5 the sample xdrc file
6
7 * Added the file 'required' summarizing the software which was used for
8 building xd.
9
10 -- Frank B. Brokken <f.b.brokken@rug.nl> Mon, 19 Jan 2015 20:07:19 +0100
11
012 xd (3.23.00)
113
214 * Added --icase (-i) allowing case insensitive directory matching
168168 combination were dropped, as a directory change is forced between the tt(m)
169169 and tt(p) characters.
170170
171
172171 manpagesection(RETURN VALUE)
173172
174173 bf(Xd) returns 0 to the operating system unless an error occurs (e.g.,
293292 manpagesection(CONFGURATION FILE)
294293
295294 The default configuration file is tt(.xdrc) in the user's home directory. It
296 may be overruled by the program's tt(--debug) flag.
295 may be overruled by the program's tt(--config-file) option.
297296
298297 Empty lines are ignored. Information at and beyond tt(#)-characters is
299298 interpreted as comment and is ignored as well.
0 This file lists non-standard software only. Thus, standard utilities like cp,
1 mv, sed, etc, etc, are not explicitly mentioned. Neither is the g++ compiler
2 explicitly mentioned, but a fairly recent one is assumed.
3
4 Required software for building XD 3.23.01:
5 ------------------------------------------
6
7 Build-Depends:
8 libbobcat-dev (>= 3.23.01)
9 icmake (>= 7.21.01)
10 yodl (>= 3.04.0)
2626 # all - show all alternatives, including symbolic links (symlinks)
2727 # unique - do not show symlinks to directories
2828 #directories all
29
30 # The generalized-search (GDS) on is specified bf(xd) directory separators are
31 # no longer required, and xd finds all posible alternatives resulting from
32 # all possible sequential combinations of the initial search command.
33 # Directory separators are honored when specified, even when
34 # generalized-search is specified. However, they are *required* if
35 # generalized-search is not specified or (same thing) if
36 #traditional
37 # is instead specified.
38 generalized-search
2939
3040 # The ignore directives (multiple ignore directives are all interpreted)
3141 # defines directories that should not appear in alternative
7080 # specification will not show up in the list of alternatives. Specifications
7181 # should end in a *
7282 #ignore /usr/lib/bonobo*
83
84 # The icase option is used to specify case-insensitive pattern matching. By
85 # default case sensitive pattern matching is used.
86 #icase
87