File: MANIFEST

package info (click to toggle)
fhist 1.13-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 2,080 kB
  • ctags: 1,286
  • sloc: ansic: 14,916; sh: 3,514; makefile: 1,046; awk: 154; yacc: 100
file content (283 lines) | stat: -rw-r--r-- 16,308 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
Filename	Description
----------	-------------
MANIFEST	This file.
common/ac/ctype.h	 insulate against <ctype.h> vagueries
common/ac/dirent.h	 insulate against <dirent.h> vs <ndir.h> differences
common/ac/errno.h	 insulate against <errno.h> differences
common/ac/grp.h	 interface definition for common/ac/grp.h.c
common/ac/libintl.c	 implement missing functions from <libintl.h>
common/ac/libintl.h	 insulate against <libintl.h> presence or absence
common/ac/limits.h	 insulate against <limits.h> presence or absence
common/ac/locale.h	 insulate against <locale.h> presence or absence
common/ac/pwd.h	 interface definition for common/ac/pwd.h.c
common/ac/signal.h	 insulate against <signal.h> vagueries
common/ac/stdarg.h	 insulate against <varargs.h> vs <stdarg.h> differences
common/ac/stddef.h	 insulate against <stddef.h> presence or absence
common/ac/stdio.h	 insulate against <stdio.h> vagueries
common/ac/stdlib.h	 insulate against <stdlib.h> presence or absence
common/ac/string.c	 functions to implement missing ANSI C <string.h> functions
common/ac/string.h	 insulate against <string.h> vs <strings.h> differences
common/ac/termios.h	 insulate against <sys/ioctl.h> vs <termios.h> differences
common/ac/time.h	 insulate against <time.h> vs <sys/time.h> differences
common/ac/unistd.c	 functions to implement missing ANSI C functions
common/ac/unistd.h	 insulate against <unistd.h> presence or absence
common/ac/wchar.c	 impliment missing functions from <wchar.h>
common/ac/wchar.h	 insulate against <wchar.h> presence or absence
common/ac/wctype.c	 impliment missing functions from <wctype.h>
common/ac/wctype.h	 insulate against <wctype.h> presence or absence
common/arglex.c	 functions to perform lexical analysis on command line arguments
common/arglex.h	 interface definition for common/arglex.c
common/attrib_forma.h	 gnu function attribute insulation
common/cmalloc.c	 functions to isolate malloc
common/cmalloc.h	 interface definition for common/cmalloc.c
common/compare.c	 functions to compare text files
common/compare.h	 interface definition for common/compare.c
common/config.messy.h	 other config information
common/env.c	 functions to manipulate environment variables
common/env.h	 interface definition for common/env.c
common/error.c	 functions to report errors
common/error.h	 interface definition for common/error.c
common/error_intl.c	 functions to manipulate error_intls
common/error_intl.h	 interface definition for common/error_intl.c
common/fcheck.c	 functions to check file accesses
common/fcheck.h	 interface definition for common/fcheck.c
common/fileio.c	 functions to read and write ascii files
common/fileio.h	 interface definition for common/fileio.h
common/help.c	 functions to provide consistent treatment of -Help options
common/help.h	 interface definition for common/help.c
common/input.c	 functions for reading input
common/input.h	 interface definition for common/input.c
common/input/crlf.c	 functions for reading input and filtering out CR LF sequences
common/input/crlf.h	 interface definition for common/input/crlf.h.c
common/input/file.c	 functions for reading input from files
common/input/file.h	 interface definition for common/input/file.c
common/input/file_text.c	 functions to read input from text files
common/input/file_text.h	 interface definition for common/input/file_text.c
common/input/hexify.c	 functions for reading input and converting to hexadecimal bytes
common/input/hexify.h	 interface definition for common/input/hexify.h.c
common/input/private.c	 functions for manipulating input streams
common/input/private.h	 interface definition for common/input/private.c
common/input/pushba_trans.c	 functions to manipulate pushba_transs
common/input/quotprinenco.c	 functions for reading input and encoding it as quoted printable
common/input/quotprinenco.h	 interface definition for common/input/quotprinenco.c
common/input/stdin.c	 functions to manipulate stdins
common/input/stdin.h	 interface definition for common/input/stdin.c
common/isdir.c	 functions to determione directory-ness
common/isdir.h	 interface definition for common/isdir.c
common/language.c	 functions to manipulate languages
common/language.h	 interface definition for common/language.c
common/libdir.c	 functions to locate the library directory
common/libdir.h	 interface definition for common/libdir.c
common/main.h	 common defines, including the DEBUG define
common/mem.c	 functions to manipulate dynamic memory
common/mem.h	 interface definition for common/mem.c
common/mprintf.c	 functions to printf into memory
common/mprintf.h	 interface definition for common/mprintf.c
common/output.c	 functions to manipulate outputs through a common API
common/output.h	 interface definition for common/output.c
common/output/file.c	 functions to deliver output to files
common/output/file.h	 interface definition for common/output/file.c
common/output/private.c	 functions to perform common output functions
common/output/private.h	 interface definition for common/output/private.c
common/output/quotprindeco.c	 functions to deliver output, decoding quoted printable
common/output/quotprindeco.h	 interface definition for common/output/quotprindeco.c
common/output/stdout.c	 functions to deliver output to stdout
common/output/stdout.h	 interface definition for libaegis/output/stdout.c
common/page.c	 functions to manipulate pages
common/page.h	 interface definition for common/page.c
common/pager.c	 functions to pipe output through paginator
common/pager.h	 interface definition for common/pager.c
common/progname.c	 functions to manipulate the program name
common/progname.h	 interface definition for common/progname.c
common/quit.c	 functions to manipulate quit.cs
common/quit.h	 interface definition for common/quit.c
common/str.c	 string manipulation functions
common/str.h	 interface definition for common/str.c
common/str_list.c	 functions to manipulate lists of strings
common/str_list.h	 interface definition for common/str_list.c
common/sub.c	 functions to perform $ substitutions
common/sub.h	 interface definition for common/sub.c
common/sub/basename.c	 functions to manipulate basenames
common/sub/basename.h	 interface definition for common/sub/basename.c
common/sub/date.c	 functions to manipulate dates
common/sub/date.h	 interface definition for common/sub/date.c
common/sub/dirname.c	 functions to manipulate dirnames
common/sub/dirname.h	 interface definition for common/sub/dirname.c
common/sub/downcase.c	 functions to manipulate downcases
common/sub/downcase.h	 interface definition for common/sub/downcase.c
common/sub/errno.c	 functions to manipulate errnos
common/sub/errno.h	 interface definition for common/sub/errno.c
common/sub/expr.c	 functions to manipulate exprs
common/sub/expr.h	 interface definition for common/sub/expr.c
common/sub/expr_gram.h	 interface definition for common/sub/expr_gram.y
common/sub/expr_gram.y	 functions to parse expression grammar
common/sub/expr_lex.c	 functions to manipulate expr_lexs
common/sub/expr_lex.h	 interface definition for common/sub/expr_lex.c
common/sub/ident.c	 functions to manipulate idents
common/sub/ident.h	 interface definition for common/sub/ident.c
common/sub/left.c	 functions to manipulate lefts
common/sub/left.h	 interface definition for common/sub/left.c
common/sub/length.c	 functions to manipulate lengths
common/sub/length.h	 interface definition for common/sub/length.c
common/sub/plural.c	 functions to manipulate plurals
common/sub/plural.h	 interface definition for common/sub/plural.c
common/sub/private.h	 interface definition for common/sub.c private internals
common/sub/progname.c	 functions to manipulate prognames
common/sub/progname.h	 interface definition for common/sub/progname.c
common/sub/right.c	 functions to manipulate rights
common/sub/right.h	 interface definition for common/sub/right.c
common/sub/upcase.c	 functions to manipulate upcases
common/sub/upcase.h	 interface definition for common/sub/upcase.c
common/sub/zero_pad.c	 functions to manipulate zero_pads
common/sub/zero_pad.h	 interface definition for common/sub/zero_pad.c
common/trace.c	 functions to report execution traces
common/trace.h	 interface definition for common/trace.c
common/undo.c	 functions to manipulate undo.cs
common/undo.h	 interface definition for common/undo.h.c
common/version.c	 functions to provide common -VERSion behaviour
common/version.h	 interface definition for version.c
common/version_stmp.c	 functions to manipulate version_stmp.cs
common/version_stmp.h	 interface definition for common/version_stmp.c
common/wstr.c	 wide string manipulation functions
common/wstr.h	 interface definition for common/wstr.c
common/wstr_list.c	 functions to manipulate lists of wide strings
common/wstr_list.h	 interface definition for common/wstr_list.c
config	 instructions to aegis, per-project configuration
etc/CHANGES.1.0	Change history of fhist
etc/CHANGES.1.1	Change history of fhist
etc/CHANGES.1.2	Change history of fhist
etc/CHANGES.1.3	Change history of fhist
etc/CHANGES.1.4	Change history of fhist
etc/CHANGES.1.5	Change history of fhist
etc/CHANGES.1.6	Change history of fhist
etc/CHANGES.1.7	Change history of fhist
etc/CHANGES.1.8	Change history of fhist
etc/CHANGES.1.9	Change history of fhist
etc/CHANGES.sh	 shell script to create the CHANGES file
etc/Howto.conf.in	 instructions to cook, architecture specific
etc/Howto.cook	 instructions to cook(1), how to build the project
etc/MANIFEST.head	
etc/MANIFEST.sh	 shell script to generate the MANIFEST file
etc/Makefi.file.sh	 shell script to generate Makefile fragment for each source file
etc/Makefile.awk	 helper file for generating the Makefile file
etc/Makefile.head	 instructions to make, how to build the package
etc/Makefile.sh	 shell script to generate the Makefile file
etc/archive.cook	 How to build the release sets
etc/cfmt.cook	 cfmt.cook
etc/configure.in	 how to configure cook, input to the GNU autoconf program
etc/document.cook	 how to cook documents
etc/fhist.gif.uue	 the fhist icon
etc/fhist.html	 input for archive/fhist.html
etc/fhist.lsm	 input for archive/fhist-N.N.lsm
etc/htaccess	 this is htaccess
etc/i18n.cook	 how to cook internationalization targets
etc/libdir-h.in	 input for configure, template for etc/libdir-h
etc/msgfmt.sh	 shell script to insulate agains gettext vagueries
etc/patch.file.sh	 shell script to generate the patch for a file
etc/patches.sh	 shell script to generate the patch file
etc/ptx.ignore	 ptx.ignore
etc/ptx.sh	 shell script to manipulate ptxs
etc/ptx1.awk	 ptx1.awk
etc/ptx2.awk	 ptx2.awk
etc/ref-toc.so	 table of contents macros
etc/release.man	 How to release a version of FHist
etc/rpm-build.sh	 shell script to rpm-build
etc/so.sh	 shell script to generate include lists
etc/spec.sh	 shell script to generate RedHat spec file
etc/ssp.awk	 awk script to supress multiple blank lines
etc/tags.cook	 tags.cook
etc/template/c	new file initial contents template
etc/template/generic	new file initial contents template
etc/template/h	new file initial contents template
etc/template/man	new file initial contents template
etc/template/ms	new file initial contents template
etc/template/sh	new file initial contents template
etc/template/test	new file initial contents template
etc/zer-len-msg.sh	 make sure there are no shared messages not in common
fcomp/main.c	 operating system entry point, and parse arguments
fhist/breaks.c	 Unix-specific routines to implement special actions.
fhist/breaks.h	 interface definition for fhist/unix.c
fhist/diff.c	 functions to compare different versions of a file
fhist/diff.h	 interface definition for fhist/diff.c
fhist/extract.c	 functions to extract versions of a file
fhist/extract.h	 interface definition for fhist/extract.c
fhist/fhist.h	 Definitions common to various parts of source control program
fhist/list.c	 functions to return information about edits
fhist/list.h	 interface definition for fhist/list.c
fhist/main.c	 operating system entry point, and parse arguments
fhist/modlin.c	 functions to modify lines of files for special purposes.
fhist/modlin.h	 interface definition for fhist/modlin.c
fhist/name.c	 functions to specify a name for an edit of a module.
fhist/name.h	 interface definition for fhist/name.c
fhist/prune.c	 functions to prune away old edits from the edit history file.
fhist/prune.h	 interface definition for fhist/prune.c
fhist/subroutine.c	 Commonly used generic functions for source control program.
fhist/subroutine.h	 interface definition for fhist/subroutine.c
fhist/update.c	 functions to append the changes for a new edit to the history file.
fhist/update.h	 interface definition for fhist/update.c
fmerge/main.c	 operating system entry point, and parse arguments
fmerge/work.c	 functions to merge differences from a base file.
fmerge/work.h	 interface definition for fmerge/work.c
lib/en/LC_MESSAGES/common.po	 english localization of common error messages
lib/en/LC_MESSAGES/fcomp.po	 english localization of fcomp error messages
lib/en/LC_MESSAGES/fhist.po	 english localization of fhist error messages
lib/en/LC_MESSAGES/fmerge.po	 english localization of fmerge error messages
lib/en/building/main.man	 source for the BUILDING file
lib/en/man1/fcomp.1	 manual entry for the fcomp program
lib/en/man1/fhist.1	 manual entry for the fhist program
lib/en/man1/fhist_lic.1	
lib/en/man1/fmerge.1	 manual entry for the fmerge program
lib/en/man1/o__rules.so	 description of option up/down case convention
lib/en/man1/o_help.so	 document describing -Help option
lib/en/man1/o_version.so	 document describing ther -VERSion option
lib/en/man1/z_binary.so	 document describing binary file handling
lib/en/man1/z_cr.so	 document describing copyright conditions
lib/en/man1/z_exit.so	 document describing exit status
lib/en/man1/z_fne.so	 document describing file name expansion
lib/en/man1/z_ref.so	 document describing primary references
lib/en/readme/main.man	 source for the README file
lib/en/readme/new.1.1.so	 document describing new 1.1 features
lib/en/readme/new.1.10.so	 document describing new 1.10 features
lib/en/readme/new.1.11.so	 document describing new 1.11 features
lib/en/readme/new.1.12.so	 document describing new 1.12 features
lib/en/readme/new.1.2.so	 document describing new 1.2 features
lib/en/readme/new.1.3.so	 document describing new 1.3 features
lib/en/readme/new.1.4.so	 document describing new 1.4 features
lib/en/readme/new.1.5.so	 document describing new 1.5 features
lib/en/readme/new.1.6.so	 document describing new 1.6 features
lib/en/readme/new.1.7.so	 document describing new 1.7 features
lib/en/readme/new.1.8.so	 document describing new 1.8 features
lib/en/readme/new.1.9.so	 document describing new 1.9 features
lib/en/reference/i18n.pic.so	 document describing translation names
lib/en/reference/i18n.so	 document describing internationalization
lib/en/reference/main.man	 Reference Manual
test/00/t0001a.sh	 Test the basic fcomp functionality
test/00/t0002a.sh	 Test the fcomp -w option functionality
test/00/t0003a.sh	 Test the fcomp -e option
test/00/t0004a.sh	 Test the fcomp -j option
test/00/t0005a.sh	 Test the fcomp -m option
test/00/t0006a.sh	 Test the fcomp -n option
test/00/t0007a.sh	 Test the fcomp -q option
test/00/t0008a.sh	 Test the fcomp -s option
test/00/t0009a.sh	 Test the fcomp -u option
test/00/t0010a.sh	 Test the fmerge basic functionality
test/00/t0011a.sh	 Test the fhist functionality
test/00/t0012a.sh	 Test the fcomp -spaces option
test/00/t0013a.sh	 Test the fcomp command
test/00/t0014a.sh	 Test long input line handling
test/00/t0015a.sh	 Test the 'fmerge -c' functionality
test/00/t0016a.sh	 Test the fhist -cr -u functionality
test/00/t0017a.sh	 Test the fmerge functionality
test/00/t0018a.sh	 Test the binary files functionality
test/00/t0019a.sh	 Test the fcomp -blank functionality
test/00/t0020a.sh	 Test the fhist -t functionality
test/00/t0021a.sh	 Test the fhist -mkp functionality
test/00/t0022a.sh	 Test the unterminated last line functionality
test/00/t0023a.sh	 Test the fhist -bin functionality
test/00/t0024a.sh	 Test the fcomp -bin functionality
test/00/t0025a.sh	 Test the fhist -nk functionality
test/00/t0026a.sh	 Test the fhist -binary functionality
etc/version.so	roff include file containing release number
lib/en/readme/new.so	
lib/en/reference/ref-index.so	
lib/en/reference/ref-parts.so