File: ChangeLog

package info (click to toggle)
rrep 1.3.7-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 7,312 kB
  • sloc: ansic: 50,301; sh: 5,055; makefile: 23; sed: 16
file content (190 lines) | stat: -rw-r--r-- 5,679 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
2022-09-11 22:42  Arno Onken  <asnelt@asnelt.org>

	* rrep.texi: Corrected GFDL license text.

2022-09-05 22:56  Arno Onken  <asnelt@asnelt.org>

	* lib: Updated GNU Gnulib modules.
	  Replaced obsolete GNU Gnulib module gettext with gettext-h.

2022-09-04 15:09  Arno Onken  <asnelt@asnelt.org>

	* README, bufferio.c, bufferio.h, messages.c, messages.h,
	  pattern.c, pattern.h, rrep.c: Improved comment formatting.

2022-09-03 18:50  Arno Onken  <asnelt@asnelt.org>

	* rrep.info, rrep.texi, NEWS: Corrected GFDL license text.

2022-08-27 15:43  Arno Onken  <asnelt@asnelt.org>

	* rrep.texi: Fixed character omission.

2022-08-20 23:02  Arno Onken  <asnelt@asnelt.org>

	* Makefile.in: Updated file for reordered libraries.

2022-08-20 21:34  Arno Onken  <asnelt@asnelt.org>

	* bufferio.c, messages.c, pattern.c, pattern.h, rrep.c: Replaced
	  tabs with spaces.

2019-08-18 12:10  Arno Onken  <asnelt@asnelt.org>

	* Makefile.am: Reordered LDADD libraries to make the compiler aware
	  of the needed libacl references.
	* rrep.in.1: Removed obsolete man macro and fixed spelling mistake.

2013-03-19 20:14  Arno Onken  <asnelt@asnelt.org>

	* lib: Updated GNU Gnulib modules.
	* rrep.c: Changed inline to static inline functions.

2013-03-18 17:53  Arno Onken  <asnelt@asnelt.org>

	* build-aux: Update all files in directory.

2013-03-16 21:48  Arno Onken  <asnelt@asnelt.org>

	* rrep.c, pattern.c: Silence compiler warnings.

2013-03-05 22:47  Arno Onken  <asnelt@asnelt.org>

	* lib: Replaced obsolete GNU Gnulib module strdup with
	  strdup-posix.

2013-02-26 10:57  Arno Onken  <asnelt@asnelt.org>

	* rrep.in.1, rrep.texi: Reformatted documentation.
	* lib: Updated GNU Gnulib modules.

2011-07-31 19:39  Arno Onken  <asnelt@asnelt.org>

	* rrep.in.1: Bugfix for man-page.

2011-07-24 17:08  Arno Onken  <asnelt@asnelt.org>

	* rrep.c, messages.c: Add options for --suffix and --backup with
	  argument.

2011-07-06 18:17  Arno Onken  <asnelt@asnelt.org>

	* rrep.c: Make use of exclude.

2011-07-04 00:46  Arno Onken  <asnelt@asnelt.org>

	* bufferio.c: Add stdbool.
	* messages.c: Add stdbool, progname, propername and yesno.
	* messages.h: Make use of bool.
	* pattern.c: Add stdbool.
	* rrep.c: Add progname, backupfile, copy-file and getopt. Make use
	  of getopt_long
	* rrep.h: Remove boolean constants.
	* lib: Add GNU Gnulib modules.

2011-05-31 13:30  Arno Onken  <asnelt@asnelt.org>

	* rrep.c: Fix --keep-times option to include directories.
	* doc: Add info and man documentation.

2011-04-30 17:58  Arno Onken  <asnelt@asnelt.org>

	* Makefile.am (SUBDIRS): Add po.
	  (ACLOCAL_AMFLAGS): New variable.
	  (EXTRA_DIST): New variable.
	* configure.ac (AC_CONFIG_FILES): Add po/Makefile.in.
	* rrep.c: Rename option --prompt to --interactive and add option
	  for --binary.

2011-04-24 19:22  Arno Onken  <asnelt@asnelt.org>

	* messages.c, messages.h, rrep.c, rrep.h: Add option for
	  --keep-times.

2011-04-17 18:20  Arno Onken  <asnelt@asnelt.org>

	* messages.c, messages.h, pattern.c, rrep.c, rrep.h: Add options
	  for --include, --exclude, --exclude-dir, --backup, --dry-run and
	  --prompt.

2011-04-10 15:11  Arno Onken  <asnelt@asnelt.org>

	* messages.c, pattern.c, pattern.h, rrep.c, rrep.h: Add options for
	  --word-regexp and --line-regexp.

2011-04-03 10:24  Arno Onken  <asnelt@asnelt.org>

	* messages.c, rrep.c, rrep.h: Add option for --all. Change default
	  behaviour to exclude files starting with '.'.

2011-03-17 15:04  Arno Onken  <asnelt@asnelt.org>

	* messages.c, rrep.c, rrep.h: Add options for --regexp= and
	  --replace-with=.
	  Fix error reporting bug.

2011-03-06 17:42  Arno Onken  <asnelt@asnelt.org>

	* Makefile, README, bufferio.c, bufferio.h, messages.c, messages.h,
	  pattern.c, pattern.h, rrep.c, rrep.h: Add sed-like special
	  character and escape sequences to REPLACEMENT.
	  Add option for fixed strings.

2011-02-19 23:03  Arno Onken  <asnelt@asnelt.org>

	* Makefile, bufferio.c, bufferio.h, messages.c, messages.h, rrep.c,
	  rrep.h: Split read_line function and buffer variables into
	  bufferio module.
	  Extended error messages.
	  Added relative path to replacement confirmation.

2011-02-13 23:35  Arno Onken  <asnelt@asnelt.org>

	* Makefile, messages.c, messages.h, rrep.c, rrep.h: Added option
	  for suppression of normal messages. Tranferred message functions
	  into message.h and message.c.

2011-02-13 19:32  Arno Onken  <asnelt@asnelt.org>

	* README, rrep.c, rrep.h: Added options for recursive processing of
	  directories and for suppression of error messages. Split rrep.c
	  into rrep.c and rrep.h.

2011-02-06 23:01  Arno Onken  <asnelt@asnelt.org>

	* README, rrep.c: Added options for ignoring case and for extended
	  regular expressions.
	  New function process_file_list.

2011-02-06 17:37  Arno Onken  <asnelt@asnelt.org>

	* rrep.c: Adopted GNU coding standards.
	  Unified file writing and file_buffer writing to write_string.

2011-02-06 14:41  Arno Onken  <asnelt@asnelt.org>

	* rrep.c: Added support for basic regular expressions (BRE).

2011-01-30 00:42  Arno Onken  <asnelt@asnelt.org>

	* rrep.c: Fixed file_buffer initialization bug.
	  Improved readability.
	  Improved error messages.

2011-01-29 15:15  Arno Onken  <asnelt@asnelt.org>

	* COPYING, Makefile, README, rrep.c: Added missing header.
	  Shortened replacement confirmation.
	  Added licence, makefile and readme.

2011-01-29 15:11  Arno Onken  <asnelt@asnelt.org>

	* rrep.c: Added file_buffer fall-back for tmpfile failures.

2011-01-29 15:03  Arno Onken  <asnelt@asnelt.org>

	* rrep.c: Removed GNU getline dependency.

2011-01-29 14:52  Arno Onken  <asnelt@asnelt.org>

	* ., rrep.c: Initial version.