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 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411
|
2024-05-16 Gregory Pietsch <gpietsch@comcast.net>
* configure.ac : Bumped version number to 2.24.
* Released version 2.24.
2024-05-16 Jim Hall <jhall@freedos.org>
* msgs-en.h : Changed "Abort edit (Y/N)? " to "Really quit (Y/N)? ".
* msgscats.h msgs.h : Changed message as above.
* edlin.c : Moved Copyright message to help text.
2023-09-27 Gregory Pietsch <gpietsch@comcast.net>
* Makefile.am : Added edlin.en to the distribution. This file was
mistakenly left out. Grrr...
* configure.ac : Bumped version number to 2.23.
2023-07-18 Gregory Pietsch <gpietsch@comcast.net>
* dynstr.c dynstr.h : Added consts to some of the declarations.
This kills a warning from catgets.c.
2023-01-24 Gregory Pietsch <gpietsch@comcast.net>
* edlib.c : Added more to the function file_is_readonly.
2023-01-01 Gregory Pietsch <gpietsch@comcast.net>
* edlib.c : Added new function file_is_readonly.
* edlin.en : Added new message from 2022-12-30 as 1.40.
* msgs.h msgs-en.h msgscats.h : Added new message.
2022-12-30 Gregory Pietsch <gpietsch@comcast.net>
* edlin.html : New file from Jim Hall, replaces edlin.htm.
* edlin.htm : Deleted.
* edlib.c : Changed so that it does not make a backup file
on writing when one already exists. This will be protected by
an "Are you really sure? (Y/N)"-style question when I get around to
writing it. Ahh, the joys of trying to match ancient historical
behavior when there is no documentation of how it should work in the
first place... (Correct behavior is to output a "Warning: backup file
is read-only -- backup will not be made." warning when the backup
file exists and is read-only, and not to make the backup file.)
* Makefile.am : Changed edlin.htm to edlin.html.
* configure.ac : Bumped version to 2.22.
* ow.bat : Bumped version to 2.22.
2022-06-25 Gregory Pietsch <gpietsch@comcast.net>
* ow.bat : Changed version to 2.21.
* Released version 2.21.
2022-06-19 Gregory Pietsch <gpietsch@comcast.net>
* edlib.c (copy_block) : Fixed so that it works correctly.
* edlin.c : Fixed defaults for 'C' (copy).
* configure.ac : Bumped version to 2.21.
2022-06-04 Gregory Pietsch <gpietsch@comcast.net>
* edlib.c (insert_block) : Changed so that a number off the end of
the buffer just appends to the buffer instead of giving an error
message. This matches historical behavior.
2022-05-15 Gregory Pietsch <gpietsch@comcast.net>
* edlin.en : Copied out of kitten directory.
* kitten/* : Removed. Jerome Shibel's NLS is taking over.
* msgs-*.h : Removed. See above.
* edlin-ja.htm edlin-ja.txt : Removed. See above.
* edlin.c : Added '#' as a synonym for "$+1".
* edlin.en msgs.h msgs-en.h msgscats.h : Added "New file." message.
* edlib.c edlib.h (file_exists) : Made non-static and added
prototype to header file.
* edlin.c : Added "New file." for new filenames on command line.
* catgets.c defines.c defines.h dynstr.c edlib.c nl_types.h :
Removed obsolete STDC_HEADERS check. The program
should be able to include all C89/C90 Standard C headers
unconditionally.
* edlib.c edlib.h (quitting) : New function to verify quitting.
* edlin.c : Calls quitting on the 'q' and 'e' functions to
verify if the user really wants to quit.
* edlin.en msgs.h msgs-en.h msgscats.h :
Added "Abort edit (Y/N)? " message.
* configure.ac : Removed obsolete STDC_HEADERS check.
* configure.ac : Bumped version to 2.20.
* Makefile.am : Removed various items such as kitten directory
and msgs-*.h files. The msgs-en.h and edlin.en files will be
retained as seeds for the NLS.
* edlin.htm : Modified to reflect new behaviors.
* ow.bat : Bumped version to 2.20.
* Version 2.20 released.
2021-03-21 Gregory Pietsch <gpietsch@comcast.net>
* edlib.c (read_line) : Fixed so that EOF returns null pointer.
* edlib.c (insert_block) : EOF on input now just aborts to command
prompt.
* edlin.c (main) : EOF on input just aborts. Is there something better
to do?
* configure.ac : Version bumped to 2.19.
* config-h.bc config-h.ow : Version bumped to 2.19.
* Version 2.19 released.
2020-03-22 Gregory Pietsch <gpietsch@comcast.net>
* catgets.c : Reprogrammed catopen function.
* catgets.c : Added strrchr implementation.
* edlin.1.gz : New file, from Darren Goosens.
* Makefile.am : Added line for edlin.1.gz.
* configure.ac : Added test for strrchr.
* Version 2.18 released.
2017-11-30 Gregory Pietsch <gpietsch@comcast.net>
* configure.ac : Redone from a configure.scan. Some old unneeded
tests were removed.
* config-h.ow config-h.bc : Regenerated to remove a few unneeded tests.
* Version 2.17 released.
2017-11-29 Gregory Pietsch <gpietsch@comcast.net>
* configure.ac : Renamed from configure.in.
* edlib.c (transfer_file) : Fixed problem found by Axel Scheepers.
This was regarding transferring a non-existent file.
2017-08-21 Gregory Pietsch <gpietsch@comcast.net>
* msgs-sl.h kitten/edlin.sl : New Slovenian translation from FreeDOS
internationalization project.
* msgs-tr.h kitten/edlin.tr : New Turkish translation from FreeDOS
internationalization project.
* edlib.c : added #include <process.h> for Borland.
* configure.in : added test for process.h and changed version number.
* AUTHORS : added translators for Slovenian and Turkish.
* config-h.bc config-h.ow : Added HAVE_PROCESS_H test and changed
version number.
* ow.bat : Changed version number.
2010-12-20 Gregory Pietsch <gpietsch@comcast.net>
* catgets.c : Fixed problems found by rugxulo.
* ow.bat : Changed version number.
* configure.in : Changed version number.
* config-h.bc config-h.ow : Changed version number.
* Version 2.15 released.
2010-09-25 Gregory Pietsch <gpietsch@comcast.net>
* edlib.c : New version of strchr.
* catgets.c : Added new version of strchr here.
* catgets.c : Added append_from_file and fixed cat_read so that it
reads a line at a time instead of going character by character.
* ow.bat : Changed version number.
2010-03-02 Gregory Pietsch <gpietsch@comcast.net>
* edlib.c : Added read_from_file() and fixed transfer_file() to call
it instead of reading character by character. The
read_from_file() function calls fgets() to get lines from the
file.
* config-h.bc config-h.ow : Changed version number.
* ow.bat : Changed version number.
* edlin-ja.htm edlin.htm : Changed version number.
2009-07-27 Gregory Pietsch <gpietsch@comcast.net>
* catgets.c : Bug fixes. Bugs originally found by rugxulo.
* AUTHORS : Added rugxulo (author of ow.bat).
* ow.bat : Fixed rugxulo's e-mail address.
* Version 2.12a released.
2009-07-24 Gregory Pietsch <gpietsch@comcast.net>
* edlib.c : Minor bug fix.
* Version 2.12 released.
2009-02-11 Gregory Pietsch <gpietsch@comcast.net>
* Version 2.11 released.
2008-08-17 Gregory Pietsch <gpietsch@comcast.net>
* Minor fixes to comments in dynarray.h, dynstr.c.
* Added Tstorage_class to dynarray.h to make exported functions
static.
* catgets.c : Made catopen() more robust.
2007-06-02 Gregory Pietsch <gpietsch@comcast.net>
* Fixed spelling mistakes -- grrr!
* ow.bat : changed to reflect new version.
* config-h.ow config-h.bc : regenerated.
* Version 2.10c released.
2007-05-29 Gregory Pietsch <gpietsch@comcast.net>
* kitten/edlin.eo : New file - A translation of the message strings
into Esperanto. Thanks, rugxulo!
* msgs-eo.h : New file - generated from kitten/edlin.eo.
* ow.bat : changed to reflect new directory.
* Version 2.10b released.
2007-05-28 Gregory Pietsch <gpietsch@comcast.net>
* dynarray.h : debugged. Grrrr....
* ow.bat : Replaced with new version.
* Version 2.10a released.
2007-05-26 Gregory Pietsch <gpietsch@comcast.net>
* kitten/edlin.la : New file - A translation into Latin.
* msgs-la.h : New file - generated from kitten/edlin.la.
* dynstr.c dynstr.h : New create/destroy functions added.
* dynarray.h : Threw lots of #defines in there to placate
the indent program.
* Version 2.10 released.
2006-11-26 Gregory Pietsch <gpietsch@comcast.net>
* kit2msgs.c : Added this little filter program.
* kitten/edlin.da kitten/edlin.de kitten/edlin.es
kitten/edlin.eu kitten/edlin.fi kitten/edlin.fr
kitten/edlin.is kitten/edlin.it kitten/edlin.ja
kitten/edlin.nl kitten/edlin.no kitten/edlin.pt
kitten/edlin.sv : Replaced with versions from
the NLS project.
* kitten/edlin.pl : New file - A translation into
Polish (from the NLS project).
* msgs-pl.h : New file. Generated with kit2msgs
from kitten/edlin.pl.
* msgs-da.h msgs-de.h msgs-es.h msgs-eu.h msgs-fi.h
msgs-fr.h msgs-is.h msgs-it.h msgs-ja.h msgs-nl.h
msgs-no.h msgs-pt.h msgs-sv.h : Generated with
kit2msgs from the respective kitten files.
* ow.bat : New file from <rugxulo@gmail.com>. Intended as an
aid to compiling under OpenWatcom.
* config-h.bc config-h.ow : Regenerated.
* Version 2.9A released.
2006-10-15 Gregory Pietsch <gpietsch@comcast.net>
* edlib.c (insert_block) : Fixed bug discovered by
Joris van Rantwijk.
* Version 2.9 released.
2005-11-15 Gregory Pietsch <gpietsch@comcast.net>
* msgs-pt.h kitten/edlin.pt : Portuguese translations corrected.
Thanks, Dutra de Lacerda <dulac@netcabo.pt>!
2005-10-27 Gregory Pietsch <gpietsch@comcast.net>
* kitten.c kitten.h kitten/edlin.da kitten/edlin.de
kitten/edlin.en kitten/edlin.es kitten/edlin.eu
kitten/edlin.fi kitten/edlin.fr kitten/edlin.is
kitten/edlin.it kitten/edlin.ja kitten/edlin.nl
kitten/edlin.no kitten/edlin.pt kitten/edlin.sv : added.
catgets.c nl_types.h : added.
msgscats.h : added.
edlin.c : Modified to add message catalog initialization.
All of this is to support message catalogs. This whole bit
was inspired by Blair Campbell, who modified the 2.6 version
in his own way to add message catalogs.
* malloc.c realloc.c : added. These are replacements for
similarly-named functions in the standard library from
the libit project.
2005-07-20 Gregory Pietsch <gpietsch@comcast.net>
* Changed the address for the Free Software Foundation in the
source files.
* COPYING : Got latest version from Free Software Foundation.
* dynarray.h dynstr.c : Fixed so that the program compiles cleanly
with "gcc -Wall --pedantic". This involved adding a few
parentheses and braces in a few places.
* TODO : This file was missing from 2.5. Re-adding it ... grrr!
* Version 2.6 released.
2005-04-30 Gregory Pietsch <gpietsch@comcast.net>
* dynarray.h : Added comments.
* edlib.c : Added functions file_exists, make_bakfile.
* Added checks for unistd.h, access, link, rename, and unlink
to the configure script.
* Version 2.5 released.
2005-01-16 Gregory Pietsch <gpietsch@comcast.net>
* Discovered Japanese files were missing from 2.3. Re-added them...
grrr!
* Added checks for the iskanji() function and the <jctype.h> header
to the configure script.
* edlib.c : Modified to include a substitute iskanji() function.
* Version 2.4 released.
2004-09-04 Gregory Pietsch <GKP1@flash.net>
* Added Japanese port (msgs-ja.h, edlin-ja.htm, edlin-ja.txt)
based on work by <minashirojp@yahoo.co.jp>. His work was based
on version 2.1.
* edlib.c : Modified to include SHIFT_JIS code from the
Japanese port.
* Version 2.3 released.
2004-08-09 Gregory Pietsch <GKP1@flash.net>
* Checked my msgs-de.h file against Eric Auer's msgs-de2.h
and fixed an umlaut problem in msgs-de.h.
* Version 2.2A released.
2004-05-09 Gregory Pietsch <GKP1@flash.net>
* Added Eric Auer's original umlaut-less msgs-de.h as msgs-de2.h.
* Added support for decimal escape sequences.
* Version 2.2 released.
2003-09-21 Gregory Pietsch <GKP1@flash.net>
* Added new version of dynstr.c and dynstr.h.
* defines.h defines.c dynarray.h : added.
* error.h error.c xmalloc.h xmalloc.c : dropped.
* edlin.c edlib.c : modified.
* Added patches from Bart Oldeman <bartoldeman@users.sf.net>.
* Version 2.1 released.
2003-08-23 Gregory Pietsch <GKP1@flash.net>
* Version 2.0C released.
2003-07-14 Gregory Pietsch <GKP1@flash.net>
* msgs-nl.h : Got fixed translation of the msgs.h file into
Dutch from Bernd Blaauw <bblauw@home.nl>.
2003-06-29 Gregory Pietsch <GKP1@flash.net>
* msgs-fi.h : New file -- draft translation of the msgs.h file
into Finnish.
* msgs-sv.h : New file -- draft translation of the msgs.h file
into Swedish.
* Version 2.0B released.
2003-06-22 Gregory Pietsch <GKP1@flash.net>
* msgs-pt.h : Fixed Portuguese draft.
* msgs-eu.h : I asked for it, I got it: a translation of the
msgs.h file into Basque! Thanks, Aitor Santamaria Merino!
* msgs-de.h : Modified Eric Auer's translation to include umlauts.
* TODO : For some reason, this file was missing from 2.0A. Added
the status of the internationalization project.
* msgs-da.h : New file -- draft translation of the msgs.h file
into Danish.
2003-06-19 Gregory Pietsch <GKP1@flash.net>
* msgs-no.h : New translation of the msgs.h file into
Norwegian. As usual, this is a draft.
* msgs-is.h : New translation of the msgs.h file into
Icelandic. As usual, this is a draft.
* Version 2.0A released.
2003-06-18 Gregory Pietsch <GKP1@flash.net>
* msgs-it.h msgs-fr.h : Fixed these files based on
e-mails from Maurizio Spagni <flurmy@comune.re.it>,
Roberto Mariottini <roberto.mariottini@primaelectronics.com>,
Salvo Isaja <salvois@users.sourceforge.net>, and
Achille Foulleul <achille.fouilleul@gambro.com>. Thanks
everyone for the new translations!
* msgs-pt.h : New translation of the message file into
Portuguese. As usual, this is a draft.
2003-06-14 Gregory Pietsch <GKP1@flash.net>
* msgs-it.h : New translation of the message file into Italian.
The usual caveats apply; the translation might not be any good,
but who knows?
* msgs-es.h : New translation from Aitor SANTAMARIA_MERINO
<aitor.sm@wanadoo.es>. This replaces the "broken" Spanish
translation.
* Makefile.am : Added msgs-it.h into EXTRA_DIST area.
* Version 2.0 released.
2003-06-13 Gregory Pietsch <GKP1@flash.net>
* msgs-es.h msgs-fr.h : New translations of the message file into
Spanish and French, respectively. These translations are broken
since my translating abilities aren't very good. Any volunteers?
* Renamed program to edlin.
* edlin.c : New file - renamed from edline.c.
* edlin.htm : New file - renamed from edline.htm.
* Makefile.am : Add msgs-es.h and msgs-fr.h into EXTRA_DIST area.
* NEWS : Modified.
2003-06-09 Gregory Pietsch <GKP1@flash.net>
* msgs-de.h : New file from Eric Auer <eric@CoLi.Uni-SB.DE>. Replaces
the broken file I had.
2003-05-30 Gregory Pietsch <GKP1@flash.net>
* msgs.h : New file.
* msgs-en.h : New file for internationalization.
* msgs-de.h : New translation of the msgs.h file into German.
* configure.in : version changed.
* Makefile.am : Added new files.
* edline.c edlib.c error.c : Minor alterations to outputted strings
for internationalization.
* New version: 1.4 released.
2003-05-13 Gregory Pietsch <GKP1@flash.net>
* edline.htm : New file for HTML HELP.
* Makefile.am : Added edline.htm in EXTRA_DIST area.
* New version: 1.3 released.
2003-05-10 Gregory Pietsch <GKP1@flash.net>
* dynstr.c (DSassigncstr): Added.
* dynstr.c (DScopy): Dropped; use a combination of DScreate and an
explicit DSassigncstr instead.
* dynstr.h : Redid prototypes for dynstr.c functions with cproto and
incorporated them here.
* error.c: Added patch from Michael Kallas.
2003-04-29 Gregory Pietsch <GKP1@flash.net>
* configure.in : New test for memcpy() (HAVE_MEMCPY).
* dynstr.c : New fallback implementations of memset(), bcmp(),
bcopy().
* edlib.c : New fallback implementation of strchr().
* Makefile.am : include files config-h.bc, config-h.msc, Makefile.bc
in EXTRA_DIST area.
* New version: 1.2 released.
2003-03-05 Gregory Pietsch <GKP1@flash.net>
* Makefile.bc : New file from Jim Hall <jhall@freedos.org>.
* config-h.bc : New file.
* dynstr.c dynstr.h : New files - renamed from dynstring.c and
dynstring.h.
* dynstring.c dynstring.h : Deleted.
* NEWS : modified.
* README : modified to include Borland C++ directions.
* dynstr.c (HAVE_BCMP) : include fallback implementation of bcmp().
* dynstr.c (HAVE_BCOPY) : include fallback implementation of bcopy().
* config.h.in : regenerated.
* config-h.msc config-h.bc : new defines for HAVE_BCMP, HAVE_BCOPY,
HAVE_INDEX.
* New version: 1.1 released.
2003-03-03 Gregory Pietsch <GKP1@flash.net>
* Initial entry.
* AUTHORS COPYING ChangeLog INSTALL Makefile.am Makefile.in
NEWS README aclocal.m4 config.h.in configure configure.in
depcomp dynstring.c dynstring.h edlib.c edlib.h
edline.c error.c error.h install-sh missing
mkinstalldirs xmalloc.c xmalloc.h : New files.
* TODO config-h.msc edline.dsw edline.dsp : New files.
* Version 1.0 released.
|