47 Commits

Author SHA1 Message Date
alm
738e98f902 fixed regex bug s/[[:digit:][]// incorrectly reported unbalanced brackets 1993-05-20 03:15:26 +00:00
alm
c32572c52a Fixed regex bug: a character class of the form [IC[],
where IC is of the form [::] , [..], or [==], would incorrectly
report an error.
Fixed input mode bug: a literal ^J(i.e., ^V^J) would discard text
following it.  Now, a literal ^J is treated as an ordinary ^J - i.e, it
splits a line in two.
1993-05-12 08:22:03 +00:00
alm
0a452c910d added support for lines of arbitrary length
added support for 8-bit data, including NULs
1993-05-08 10:49:52 +00:00
mycroft
30f3f520cb Make sure init.c is touched so it doesn't get rebuilt if we
make again.  (Okay, so I did reproduce it.)
1993-05-04 13:56:27 +00:00
glass
9860579f25 added dd(1) from ftp.uu.net:bsd-sources; torching GNU dd 1993-05-04 07:08:38 +00:00
mycroft
2097fef1b3 Fix typo. 1993-05-02 23:08:42 +00:00
sef
c39b5ce332 Jim "wilson@moria.cygnus.com" Wilson's patches to make C News (and other
things) work.
1993-05-02 01:28:40 +00:00
mycroft
e87560981a Use global value of CFLAGS for optimization. 1993-05-01 15:19:45 +00:00
cgd
6570f26e77 dd is gnu software 1993-04-29 12:38:00 +00:00
glass
09395462da ugh. i was right after all. 1993-04-29 06:28:39 +00:00
cgd
be9404758c 386BSD -> NetBSD 1993-04-28 05:19:50 +00:00
alm
619fc7d0f5 rearranged headers to compile cleanly
minor corrections in man page
1993-04-28 03:37:34 +00:00
glass
676934a716 bostic was right, and i was wrong.. boo. 1993-04-27 17:09:01 +00:00
glass
7ff201064a new 'test' from ftp.uu.net:/systems/unix/bsd-sources, got rid of GNU thing 1993-04-26 23:30:42 +00:00
dpassage
f30d0452ab Fixed incorrect calls to longjmp. 1993-04-26 22:07:46 +00:00
dpassage
78a376836d Removed a cast that was causing another stoopid compile error. 1993-04-26 06:09:17 +00:00
alm
fb25061bee added more tests 1993-04-23 02:09:38 +00:00
mycroft
44d86ae939 Clean up deleted files. 1993-04-23 02:09:22 +00:00
alm
4b7f36fba4 added man page (draft)
fixed `!' command
final code cleanup
1993-04-23 02:08:48 +00:00
mycroft
fca9ac3b51 Fix various bugs in man pages (from 386BSD patch 130). 1993-04-22 03:32:02 +00:00
mycroft
94e4eede13 Fix various bugs in man pages (from 386BSD patch 130). 1993-04-22 03:27:28 +00:00
proven
24d71cbe17 Changed hash_open to dbopen. 1993-04-21 08:14:39 +00:00
mycroft
089636e8dd Don't overrun end of argument list. 1993-04-19 11:35:37 +00:00
mycroft
a69a5fcfec Don't lose if obj dir not present. 1993-04-18 17:37:21 +00:00
alm
ec6b21ba74 Removed getrange() hack from undo() 1993-04-16 08:38:44 +00:00
alm
fb70385fc6 added an efficient and relatively clean move (`m' command)
added ustack checking
1993-04-15 04:58:32 +00:00
alm
babc5cf00d cleaned up docs 1993-04-14 12:22:59 +00:00
alm
e748ae8f6b implemented line marks as pointers
marks to lines that are moved, deleted or otherwise changed are cleared
undo restores cleared marks
added strerror diagnostics
1993-04-14 12:22:14 +00:00
alm
c299c721c9 added tests for the k' and w' commands 1993-04-14 12:05:05 +00:00
alm
1cfeb117a7 cleaned up mkscripts.sh and ckscripts.sh 1993-04-13 09:29:21 +00:00
alm
188a177c19 Added tests: \n[12].[drt] [ik]3.err 1993-04-13 08:35:55 +00:00
cgd
b75d0b0f82 from "Andrew A. Chernov, Black Mage" <ache@astral.msk.su>
When sh tried to find_command() for execution (without full path),
it checked ONLY ONE current effective group execution permissions,
but didn't check another valid groups from /etc/group.
1993-04-10 14:55:52 +00:00
cgd
1d34aa151e ed core dumped on blank lines. 1993-04-10 12:47:09 +00:00
mycroft
92b3153213 Clean up deleted files. 1993-04-10 11:50:01 +00:00
cgd
122e10a0a5 updated to alm's ed-0.2 1993-04-10 11:46:38 +00:00
mycroft
516a86077f Be silent if -f specified. 1993-04-10 00:57:03 +00:00
cgd
fc429af61f added ed, from Andrew Moore, alm@netcom.com 1993-04-08 01:07:16 +00:00
deraadt
a14e9b1a53 Build domainname binary for us. 1993-04-02 12:44:25 +00:00
deraadt
d98a4aa1c4 added: the entire domainanme set. domainmame(1), domainname(2), and a spiffy
man page.
1993-04-02 12:24:21 +00:00
cgd
0bb417c06b added 'ed' 1993-04-01 01:01:02 +00:00
cgd
37e4a0a501 added mt to SUBDIRS 1993-03-25 08:04:03 +00:00
cgd
41fcce3b29 added mt from net-2 sources, with added rcs header.
note that it's in /bin rather than /usr/bin.  wouldn't want to be
screwed trying to restore a backup...
1993-03-25 08:01:33 +00:00
cgd
3b67c8f4dd added J.T. Conklin's changes to get parens working fine, etc. 1993-03-23 20:19:35 +00:00
cgd
57d63f8bdb changed "Id" to "Header" for rcsids 1993-03-23 00:22:59 +00:00
cgd
d531e1414c added rcs ids to all files 1993-03-22 08:04:00 +00:00
cgd
00ecdef12c after 0.2.2 "stable" patches applied 1993-03-21 18:04:42 +00:00
cgd
767b8d57f1 initial import of 386bsd-0.1 sources 1993-03-21 09:45:37 +00:00