Skip to content
This repository was archived by the owner on Dec 6, 2019. It is now read-only.

Commit 15846ec

Browse files
committed
0 parents  commit 15846ec

File tree

558 files changed

+65384
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

558 files changed

+65384
-0
lines changed

ABOUT-NLS

+986
Large diffs are not rendered by default.

AUTHORS

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
Main developer
2+
==============
3+
4+
Oskar Liljeblad <[email protected]>
5+
6+
Contributors
7+
============
8+
9+
James M. Corey (RPM packaging, examples)

COPYING

+340
Large diffs are not rendered by default.

ChangeLog

+290
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,290 @@
1+
Fri Apr 11 17:07:24 CEST 2003
2+
3+
* This file is no longer being updated. Please see the NEWS file instead.
4+
5+
Wed May 15 10:39:48 CEST 2002
6+
7+
* examples/logwatcher: Execute tail command with --quiet option.
8+
9+
Mon Mar 11 12:44:18 CET 2002
10+
11+
* configure.ac:
12+
Now use bug report address to AC_INIT, and substitute correctly
13+
into config.h.
14+
15+
Thu Feb 7 11:51:04 CET 2002
16+
17+
* Makefile.am:
18+
(debian) Add -b.
19+
(rpm) Build with -bb instead of -ba, and use fakeroot.
20+
21+
Tue Jan 15 20:28:08 CET 2002
22+
23+
* configure.ac: Check for isascii btowc as functions, not headers.
24+
* Makefile.am:
25+
Include regex-markup.spec.in in EXTRA_DIST.
26+
Replaced package name with @PACKAGE@.
27+
28+
Sun Jan 6 15:58:25 CET 2002
29+
30+
* src/match.c:
31+
(try_match) Don't update subv - xregexec.. has already done.
32+
* src/execute.c:
33+
(execute_substitution_rule) Ditto.
34+
35+
Sun Jan 6 13:07:28 CET 2002
36+
37+
* Release 0.8.0.
38+
39+
Sun Jan 6 12:54:17 CET 2002
40+
41+
* src/execute.c:
42+
(execute_substitution_rule) Now updates subexpression indices
43+
prior to expanding substitution.
44+
* src/testsuite/bug04.{rules,in,out}: New files.
45+
* src/testsuite/Makefile.am: Added the above.
46+
47+
Fri Jan 4 22:13:02 CET 2002
48+
49+
* examples/rules/syslog: Fixed cron replacement.
50+
51+
Tue Dec 25 22:03:37 CET 2001
52+
53+
* examples/rules/make: New file.
54+
* examples/rules/common: New style standard (need to be fixed though).
55+
56+
Sat Dec 22 17:22:19 CET 2001
57+
58+
* src/testsuite/bug1.{rules,in,out}: Renamed to bug02.
59+
* src/testsuite/crash.{rules,in,out}: Renamed to bug01.
60+
* src/testsuite/bug03.{rules,in,out}: New files.
61+
* src/testsuite/Makefile.am: Applied the above changed.
62+
* src/match.c: (try_match) Check that subpattern was not
63+
empty before succeeding.
64+
65+
Sat Dec 22 14:29:32 CET 2001
66+
67+
* README: Added requirements of gcc 2.95.x.
68+
69+
Fri Dec 21 16:25:34 CET 2001
70+
71+
* Release 0.7.0.
72+
73+
Fri Dec 21 11:50:59 CET 2001
74+
75+
* regex-markup.spec.in: New file.
76+
* configure.ac:
77+
Added regex-markup.spec.in.
78+
Added PKGUSERDIR stuff to config.h.
79+
* src/Makefile.am: Add PKGDATADIR to CFLAGS.
80+
* src/parser.y: Look for script in many
81+
directories.
82+
* examples/rules: New directory.
83+
* examples/*.rules: Moved files to rules directory.
84+
* Makefile.am: (rpm) New target.
85+
86+
Wed Dec 19 22:25:22 CET 2001
87+
88+
* README: Added section about Common problems.
89+
90+
Wed Dec 19 11:54:04 CET 2001
91+
92+
* Release 0.6.0.
93+
* src/cacheline.c: New file.
94+
* src/cacheline.1: New file.
95+
* src/Makefile.am: Added cacheline.c and cacheline.1.
96+
* examples/cacheline: Removed file.
97+
* Makefile.am: Removed examples/cacheline.
98+
* README: Removed text about foldlog.
99+
* README: Added text about cacheline.
100+
* examples/logwatcher: Improved way of detecting terminal
101+
width (using stty).
102+
* AUTHORS: Updated.
103+
104+
Wed Dec 19 10:47:53 CET 2001
105+
106+
* execute.c: Rewrote insert_style section to use ListNode
107+
instead of iterator functions. Less clean (maybe), but faster
108+
and doesn't need to create temporary lists.
109+
110+
Tue Dec 18 18:06:51 CET 2001
111+
112+
* match.c:
113+
(expand_substitution, expand_variable) Don't allocate string
114+
passed to expand_variable; send inline instead.
115+
Also don't add backslash character (unless escaped).
116+
117+
Tue Dec 18 11:47:30 CET 2001
118+
119+
* examples/diff.rules: New file.
120+
121+
Mon Dec 17 21:03:47 CET 2001
122+
123+
* Too many changes to mention...
124+
125+
Tue Dec 4 19:15:15 CET 2001
126+
127+
* src/execute.c, src/match.c:
128+
Clean up use of iterators.
129+
130+
Mon Dec 3 17:44:07 CET 2001
131+
132+
* Makefile.am: (clean-local) Remove more files.
133+
* examples/logwatcher:
134+
Added some more text.
135+
Use /var/log/psyslog initially instead of /var/log/syslog.
136+
Use --retry option to tail.
137+
Use exec in various places to reduce number of processes.
138+
139+
Mon Dec 3 17:26:29 CET 2001
140+
141+
* Release 0.4.0.
142+
* Makefile.am:
143+
(examples/cacheline) New file.
144+
(examples/syslog) Removed.
145+
(examples/syslog-pass-1) New file.
146+
(examples/syslog-pass-2) New file.
147+
* configure.ac:
148+
(src/testsuite/foldlog/Makefile) New generated file.
149+
(src/testsuite/remark/Makefile) New generated file.
150+
* examples/logwatcher: Many changes...
151+
...
152+
153+
Thu Nov 15 22:38:49 CET 2001
154+
155+
* match.c: (new_subex_match) Use parse_uint32 instead of xstrtoi.
156+
* script.y: (yylex) Ditto.
157+
158+
Wed Oct 31 15:31:59 CET 2001
159+
160+
* README: Mention fileutils copyright.
161+
* configure.ac: Many new checks needed for
162+
the compatibility files.
163+
* debian/copyright: Mention fileutils copyright.
164+
* src/Makefile.am: Added compat subdirectory.
165+
* src/command.c: Better error messages wrt regex compilation.
166+
* src/common/Makefile.am: Use compat includes.
167+
* src/remark.c:
168+
Use compat includes.
169+
(parse_script) Use dir_name instead of dirname.
170+
(main) Set program_invocation_name if necessary.
171+
* src/remark.h: Use compat includes.
172+
* src/script.y:
173+
Use compat includes.
174+
Use dir_name instead of dirname.
175+
* src/testsuite/verify: Use bash, not sh (needed for ${..} stuff).
176+
* src/compat/*: Many new files.
177+
178+
Sun Oct 28 12:55:17 CET 2001
179+
180+
* src/foldlog.c: New file.
181+
* src/Makefile.am: Added foldlog.c.
182+
* src/Makefile.am: Added bison.simple.fixed to EXTRA_DIST.
183+
* README: Added a little info about foldlog.
184+
185+
Sun Oct 28 00:18:12 CEST 2001
186+
187+
* Release 0.3.0.
188+
* src/remark.1: Updated text about substitution.
189+
190+
Sat Oct 27 23:54:47 CEST 2001
191+
192+
* examples/rules/syslog: Updated.
193+
* src/command.c: Added copyright header.
194+
* src/execute.c: Ditto.
195+
* src/match.c: Ditto.
196+
* src/remark.c: Ditto.
197+
* src/remark.h: Ditto.
198+
* src/script.y: Ditto.
199+
* src/style.c: Ditto.
200+
* src/command.c:
201+
(free_command) Handle COMMAND_STYLE.
202+
(free_root_command) No longer free style.
203+
(new_root_command) Don't set style.
204+
(new_style_command) New function.
205+
(new_macro) Don't set style.
206+
(new_match) Don't set style.
207+
* src/execute.c:
208+
(execute_command) Fixed order of inserting styles.
209+
Added debugging commands (various places).
210+
(execute_match_command) Fixed style position bug
211+
causing segfault.
212+
(exec_command) Handle COMMAND_STYLE.
213+
(insert_style) New system.
214+
* src/match.c:
215+
(expand_variable) New function.
216+
Added debugging commands (various places).
217+
(new_match_state) Don't set ms->eo.
218+
(expand_substitution) Better handling of dollar-replacement,
219+
use expand_variable.
220+
* src/remark.c:
221+
(parse_script) Better error messages.
222+
(main) Install SIGINT signal listener only if
223+
standard in is not a terminal.
224+
* src/remark.h:
225+
(CommandType) New value COMMAND_STYLE.
226+
(RootCommand) Remove style.
227+
(StyleCommand) New structure.
228+
(MatchState) Remove eo field.
229+
(new_style_command) New declaration.
230+
* src/script.y:
231+
(arg) Remove variable.
232+
(tokens) New variable.
233+
(match_stmt) Create StyleCommand instead of setting style.
234+
(match_stmt) Use $2 instead of arg.
235+
(yylex) Don't free yylval.
236+
(yylex) Add yylvals to tokens variable.
237+
(parse_open_string) Initialize and free tokens list.
238+
(parse_open_string) Don't free yylval.
239+
(include_file) Don't set or free yylval.
240+
* src/testsuite/Makefile.am: New system for testsuite.
241+
* src/testsuite/*: New tests.
242+
* src/testsuite/verify.c: Removed script.
243+
* src/testsuite/verify: New script.
244+
245+
Fri Oct 26 09:50:50 CEST 2001
246+
247+
* src/script.y: Now put allocated tokens in a separate stack.
248+
Free that stack when finished parsing.
249+
* src/remark.c: (parse_script) Improved error messages.
250+
251+
Thu Oct 25 15:34:22 CEST 2001
252+
253+
* README: Removed much of the "Format of rule files" section.
254+
* src/remark.1: Added sections about format of rule files.
255+
256+
Thu Oct 25 14:42:19 CEST 2001
257+
258+
* Release 0.2.0.
259+
* debian/changelog, debian/control, debian/copyright,
260+
debian/dirs, debian/docs, debian/rules:
261+
New files.
262+
* Makefile.am:
263+
(EXTRA_DIST) Added debian files.
264+
(built-debian) New target.
265+
(clean-local) New target to clean debian subdir.
266+
* README, AUTHORS, configure.ac: Updated email-address of author.
267+
* src/remark.1: New file.
268+
* src/Makefile.am:
269+
(man_MANS) Added to include manpages.
270+
(EXTRA_DIST) Necessary for man_MANS.
271+
272+
Thu Aug 30 14:39:06 CEST 2001
273+
274+
* configure.ac: Added check for pow function.
275+
Added check for alloca.h and malloc.h headers.
276+
Added AC_PROG_AWK, AC_PROG_LN_S.
277+
Added AC_TYPE_OFF_T.
278+
279+
Thu Aug 16 10:33:49 CEST 2001
280+
281+
* src/common/ChangeLog: New file, with changes to
282+
src/common/* delegated to that file.
283+
284+
Mon Aug 13 15:26:12 CEST 2001
285+
286+
* Release 0.1.0. First public release.
287+
288+
Thu Aug 2 12:06:14 CEST 2001
289+
290+
* ChangeLog: Created file.

0 commit comments

Comments
 (0)