-
Notifications
You must be signed in to change notification settings - Fork 0
/
NEWS
93 lines (74 loc) · 3.12 KB
/
NEWS
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
Version 1.3.7
- Reordered LDADD libraries to make the compiler aware of the needed libacl
references.
- Removed obsolete man macro, fixed spelling mistake and character omission.
- Corrected GFDL license text.
- Improved comment formatting.
- Updated GNU Gnulib modules.
- Replaced obsolete GNU Gnulib module gettext with gettext-h.
Version 1.3.6
- Silenced compiler warnings.
- Updated all files in build-aux.
- Updated GNU Gnulib modules.
- Changed inline to static inline functions.
Version 1.3.5
- Replaced obsolete GNU Gnulib module strdup with strdup-posix.
Version 1.3.4
- Reformatted info and man documentation.
- Updated GNU Gnulib modules.
Version 1.3.3
- Bugfix for man-page.
Version 1.3.2
- Added options for --suffix and --backup with argument.
- Removed GNU Gnulib module fts.
Version 1.3.1
- Making use of exlude.
- Removed GNU Gnulib modules utimens, futimens, save-cwd, chdir-safer, free,
memcpy.
Version 1.3.0
- Added GNU Gnulib modules fts, exclude, getopt-gnu, stdbool, regex,
realloc-gnu, free, tmpfile, malloc-gnu, gettext, propername, yesno, errno,
progname, memcpy, memchr, utimens, futimens, chdir-safer, copy-file,
backupfile, save-cwd, fchdir, string, stdlib, stdio, unistd, sys_stat,
fcntl-h, fnmatch, locale and dirent.
- Parsing arguments with getopt_long.
- Making use of bool, propername, progname, yesno, backupfile and copy-file.
Version 1.2.8
- Fixed --keep-times option to include directories.
- Added info and man documentation.
Version 1.2.7
- Added support for internationalization with GNU gettext.
- Use automake/autconf.
- Added option --binary.
- Renamed option --prompt to --interactive.
Version 1.2.6
- Added option for --keep-times: restore modification times after changes.
Version 1.2.5
- Added options --include, --exclude, --exclude-dir, --backup, --dry-run and
--prompt.
Version 1.2.4
- Added options for --word-regexp and --line-regexp.
Version 1.2.3
- Added option for --all. Changed default behaviour to exclude files starting
with '.'.
Version 1.2.2
- Added options for --regexp= and --replace-with=.
- Fixed error reporting bug: error reporting causes rrep to crash.
Version 1.2.1
- Added sed-like special character and escape sequences to REPLACEMENT.
- Added option --fixed-strings.
Version 1.2.0
- Split read_line function and buffer variables into bufferio module.
- Extended error messages.
- Added relative path to replacement confirmation.
========================================================================
Copyright (C) 2011, 2013, 2019, 2022 Arno Onken
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3
or any later version published by the Free Software Foundation;
with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
A copy of the license is included in the section entitled "GNU
Free Documentation License".