MOON
Server: Apache/2.2.34 (Unix) mod_ssl/2.2.34 OpenSSL/0.9.8e-fips-rhel5 mod_bwlimited/1.4 FrontPage/5.0.2.2635
System: Linux server.asjudinet.com 2.6.32-042stab141.3 #1 SMP Fri Nov 15 22:45:34 MSK 2019 i686
User: asjudine (504)
PHP: 5.2.17
Disabled: NONE
Upload Files
File: //proc/2/cwd/usr/share/doc/ed-0.2/ChangeLog
Sun Jun 26 22:21:59 1994    (alm@worm.talke.org)

	* GNU ed 0.2 release.

	* main.c (yank_lines): Added yank buffer.
	  A range of lines may be cut ('d') to or yanked ('y') from
	  a yank buffer.  Lines in the buffer may be put ('x')
	  after the addressed line (. by default).

	* main.c (display_lines): Page output of listed ('l') lines
	  if isatty(0).

	* main.c (main): Replaced isatty(0) with is_regular_file().
	  Errors in piped scripts, as opposed to regular scripts or
	  here documents, do not force ed to exit.

        * Capitilize error messages per the standard.

Wed Jun 22 01:06:11 1994    (alm@woops.talke.org)

	* ed.h: Generic definition of INT_MAX <bson@ai.mit.edu>

	* signal.c: Added #ifndef SIG_ERR <assar@stacken.kth.se>

Tue Apr 19 10:52:51 1994    (alm@woops.talke.org)

	* Version 0.1.  Initial release for GNU.

	* main.c (exec_command): Add comment command `#'.

Mon Mar 21 21:58:11 PST 1994 Andrew Moore <alm@netcom.com>

	*  Use umask 077 to open buffer file.

Sat Mar 19 14:06:52 PST 1994 Andrew Moore <alm@netcom.com>

	* Removed problematic DES and insque support.

Wed Jan 19 20:42:50 PST 1994 Andrew Moore <alm@netcom.com>

	* Added reliable signal(2) for SysV.

Dec 1993  Francois Pinard  (pinard@icule)

	* GNUified ed.