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
|
1997-04-25 Franois Pinard <pinard@iro.umontreal.ca>
* Release 1.12.
1997-04-16 Franois Pinard <pinard@iro.umontreal.ca>
* Prerelease 1.11p.
The distribution did not have getdate.c updated:
* Makefile.am (libtar_a_SOURCES): Use getdate.y, not getdate.c.
(EXTRA_DIST): Do not include getdate.y anymore.
* getdate.c: Specify $(srcdir)/, to silence GNU make.
Reported by Bruno Haible.
1997-04-15 Franois Pinard <pinard@iro.umontreal.ca>
* Makefile.am (getdate.c): Announce 13 conflicts, not 10.
Reported by Bruno Haible, Bryant Fujimoto and Wolfram Wagner.
1997-04-11 Franois Pinard <pinard@iro.umontreal.ca>
* Prerelease 1.11o.
* getdate.h: New file.
* Makefile.am: Adjusted.
1997-04-10 Franois Pinard <pinard@iro.umontreal.ca>
* modechange.c, modechange.h: New files.
* Makefile.am: Adjusted.
1997-02-25 Franois Pinard <pinard@iro.umontreal.ca>
* Makefile.am: Adapt library name to Automake 1.1l.
1996-11-09 Franois Pinard <pinard@iro.umontreal.ca>
* Prerelease 1.11.14.
* basename.c: New file.
1996-11-09 Franois Pinard <pinard@iro.umontreal.ca>
* Prerelease 1.11.13.
* Makefile.am: Use tar_DEPENDENCIES. Avoid BUILT_SOURCES,
put getdate.c instead of getdate.y in tar_SOURCES and keep
getdate.c in EXTRA_DIST.
1996-11-06 Franois Pinard <pinard@iro.umontreal.ca>
* argmatch.c, argmatch.h, backupfile.c, backupfile.h, dirname.c,
getversion.c: New files.
* Makefile.am: Adjusted.
Reported by Marty Leisner.
1996-10-31 Franois Pinard <pinard@iro.umontreal.ca>
* safe-stat.h: Deleted.
* Makefile.am (noinst_HEADERS): Adjusted.
Reported by Jim Meyering.
1996-09-20 Franois Pinard <pinard@iro.umontreal.ca>
* regex.c, regex.h, rx.c, rx.h: Deleted.
* Makefile.am: Adjusted.
1996-09-19 Franois Pinard <pinard@iro.umontreal.ca>
* Prerelease 1.11.12.
* execlp.c: Include stdio.h, not only stdio!
1996-09-16 Franois Pinard <pinard@iro.umontreal.ca>
* open3.h: File deleted after being merged into system.h.
* open3.c: File deleted, moved back into src/.
* Makefile.am: Adjusted.
Reported by Jim Meyering.
1996-08-24 Franois Pinard <pinard@iro.umontreal.ca>
* Makefile.am (EXTRA_DIST): $(BUILT_SOURCES) is no longer
necessary, as Automake now handles it automatically.
1996-07-16 Franois Pinard <pinard@iro.umontreal.ca>
* Prerelease 1.11.11.
* Makefile.am (EXTRA_DIST): Move stpcpy.c there, from tar_SOURCES.
Reported by Ulrich Drepper.
1996-04-17 Franois Pinard <pinard@iro.umontreal.ca>
* Prerelease 1.11.10.
* Makefile.am (EXTRA_DIST): New name for DIST_OTHER.
1996-02-28 Franois Pinard <pinard@iro.umontreal.ca>
* msleep.c: New file, from elsewhere.
* Makefile.am: Adjusted.
1996-02-12 Franois Pinard <pinard@iro.umontreal.ca>
* Makefile.am: Remove CONFIG_HEADER, not required by Automake 0.29.
1996-01-14 Franois Pinard <pinard@iro.umontreal.ca>
* Makefile.am (AUTOMAKE_OPTIONS): Select gnits.
1996-01-07 Franois Pinard <pinard@iro.umontreal.ca>
* Makefile.am: Add parts of previous Makefile.in as FIXME comments.
1996-01-01 Franois Pinard <pinard@iro.umontreal.ca>
* error.h: New file, from elsewhere.
* Makefile.am: Add error.h to HEADERS.
Reported by Jim Meyering.
1995-12-30 Franois Pinard <pinard@iro.umontreal.ca>
* Makefile.am (INCLUDES): Add -I../intl to get libintl.h.
Reported by Daniel S. Barclay, Gran Uddeborg, Jonathan Thornburg
and Minh Tran-Le.
1995-12-29 Franois Pinard <pinard@iro.umontreal.ca>
* Prerelease 1.11.9.
* Makefile.am: New file.
1995-11-22 Franois Pinard <pinard@iro.umontreal.ca>
* Makefile.in (DISTFILES): Distribute ChangeLog.
* ChangeLog: New, extracted from the top-level ChangeLog.
1995-06-18 Franois Pinard <pinard@iro.umontreal.ca>
* execlp.c (execlp): New, extracted from src/port.c.
* Makefile.in: Adjusted.
* open3.h: New, moved from src/.
* open3.c: New, extracted from src/port.c.
* Makefile.in: Adjusted.
Clean out old NO_OPEN3 code.
* insremque.h, insremque.c: Deleted.
* Makefile.in: Adjusted.
1995-06-17 Franois Pinard <pinard@iro.umontreal.ca>
* Makefile.in (DISTFILES): Remove COPYING.LIB.
* COPYING.LIB: Deleted.
1995-06-15 Franois Pinard <pinard@iro.umontreal.ca>
* Makefile.in (dist): Do not hide copying rule.
1995-06-07 Franois Pinard <pinard@iro.umontreal.ca>
* Makefile.in: Use subdir and distdir.
* stpcpy.c, xgetcwd.c: New functions needed by gettext.
* Makefile.in: Adjusted to always compile these.
1995-05-16 Franois Pinard <pinard@iro.umontreal.ca>
* insremque.h, insremque.c: New files, from GNU gettext.
* Makefile.in: Take care of insremque.[hc].
1995-03-19 Franois Pinard <pinard@iro.umontreal.ca>
* Makefile.in: Remove GLOCALE, add LINGUAS, use fp_WITH_CATALOGS.
1995-02-19 Franois Pinard <pinard@iro.umontreal.ca>
* Makefile.in: Support ID files. Do not distribute TAGS.
1995-02-05 Franois Pinard <pinard@iro.umontreal.ca>
* Makefile.in (maintainer-clean): New name for realclean.
1994-12-18 Franois Pinard <pinard@iro.umontreal.ca>
* safe-stat.h: New, from elsewhere. This solves the fact that
mkdir.c, rmdir.c and rename.c were needing it.
* Makefile.in (Makefile): Distribute it.
Reported by Bruno Haible and Sherwood Botsford.
1994-12-11 Franois Pinard <pinard@iro.umontreal.ca>
* rx.c, rx.h: New, from elsewhere.
* Makefile.in: Adjust accordingly.
1994-12-03 Franois Pinard <pinard@iro.umontreal.ca>
* Makefile.in: Localize, adapting from how it is done in sharutils.
1994-09-14 Franois Pinard <pinard@iro.umontreal.ca>
* Makefile.in: Cleanup...
(DISTFILES): Distribute TAGS.
(check): Deleted.
(TAGS): Make TAGS in $(srcdir) only.
(distclean): Do not remove TAGS.
(realclean): Remove TAGS.
(Makefile): Have ./config.status create this Makefile only.
1994-08-22 Franois Pinard <pinard@iro.umontreal.ca>
Little cleanup in installation:
* Makefile.in (install, check): Depend on all.
1994-08-21 Franois Pinard <pinard@iro.umontreal.ca>
* Makefile.in: Correct for when a different build directory.
* rmdir.c: New, split out of mkdir.c.
* Makefile.in: Distribute it.
Reported by Greg Black.
1994-08-17 Franois Pinard <pinard@iro.umontreal.ca>
* ftruncate.c: Revised, because there is no ftruncate
capability whatsoever in Interactive Unix.
Reported by Peder Chr. Norgaard.
1994-08-08 Franois Pinard <pinard@iro.umontreal.ca>
* memset.c, mkdir.c, rename.c, strstr.c and
ftruncate.c: New, from elsewhere.
* Makefile.in: Distribute them.
1994-08-05 Franois Pinard <pinard@iro.umontreal.ca>
* Makefile.in (getdate.c): Tell the installer to expect 10
shift/reduce conflicts instead of 9.
Reported by Andreas Schwab.
* fileblocks.c: New, from elsewhere.
* Makefile.in: Distribute it.
1994-08-02 Franois Pinard <pinard@iro.umontreal.ca>
* xstrdup.c: New, from elsewhere.
* Makefile.in: Adjusted.
1994-07-29 Franois Pinard <pinard@iro.umontreal.ca>
* error.c: Add error_print_progname virtual routine.
1994-07-24 Franois Pinard <pinard@iro.umontreal.ca>
* gmalloc.c: New, from elsewhere. This renames and updates
what was previously malloc.c. This also solves __const vs const.
* Makefile.in: Distribute gmalloc.c.
Reported by Cliff Krumvieda, Francois Pinard, Henrik Bakman,
J.T. Conklin, Nelson H.F. Beebe and Tilman Schmidt.
1994-07-22 Franois Pinard <pinard@iro.umontreal.ca>
* Makefile.in (LIBOBJS): Get configured list of replacements.
* fnmatch.h: Undefine FNM_PATHNAME and FNM_PERIOD, for HP-UX
defines them in <unistd.h>.
* getdate.y: Acknowledging here a few reports which are
likely solved by going to an updated version of getdate.y.
Reported by Andrey A. Chernov, Bruce Evans, Dean Gaudet, Ian
T. Zimmerman, Jeff Prothero, Mike Nolan, Milan Hodoscek, Peder
Chr. Norgaard, Sarah Quady, Tarang Kumar Patel and Thomas
Koenig.
1994-07-02 Franois Pinard <pinard@iro.umontreal.ca>
* xmalloc.c: New file, from elsewhere.
* error.c: New, from elsewhere.
* Makefile.in: Adjusted.
1994-06-30 Franois Pinard <pinard@iro.umontreal.ca>
* Makefile.in: New file.
|