home *** CD-ROM | disk | FTP | other *** search
/ ftp.uv.es / 2014.11.ftp.uv.es.tar / ftp.uv.es / pub / unix / elm-2.4-pl20.tar.Z / elm-2.4-pl20.tar / Patchlist < prev    next >
Text File  |  1993-01-12  |  20KB  |  557 lines

  1. =========================================================
  2. Patch Set - Patches 18 through 19: Thu Dec 24 18:53:52 EST 1992
  3. Elm 2.4PL17 -> Elm 2.4PL19
  4.  
  5. Fix unintended change where forwarding without editing started adding
  6. prefix chars
  7. From: Syd
  8.  
  9. Here are the doc changes for my additions to the alias system and
  10. the new switches to listalias.
  11. From: "Robert L. Howard" <robert.howard@matd.gatech.edu>
  12.  
  13. Add a c)hange alias, -u and -t options to listalias to list only user
  14. and only system aliases respectively.
  15. From: "Robert L. Howard" <robert.howard@matd.gatech.edu>
  16.  
  17. Fix formatting and typograpical problems
  18. From: dwolfe@pffft.sps.mot.com (Dave Wolfe)
  19.  
  20. Always pass three parameters to header_cmp().
  21. From: chip@tct.com (Chip Salzenberg)
  22.  
  23. Fixed where when doing ! or | and ti/te is enabled, one doesn't see the
  24. "Press any key to return to ELM:" message. because the screens are
  25. switched before the message is printed.
  26. From: Jan Djarv <Jan.Djarv@sa.erisoft.se>
  27.  
  28. Quote from the filter of phrase to prevent RFC-822 parsing problems
  29. From: Syd via request from Ian Stewartson <istewart@dlvax2.datlog.co.uk>
  30.  
  31. EDITOROPTS and DEFEDITOR appear to be unused but here is 
  32. a patch to make use of $editoropts.
  33. From: "Robert L. Howard" <robert.howard@matd.gatech.edu>
  34.  
  35. Fix confirm prompts to follow Elm style in confirm append/create
  36. From: Syd
  37.  
  38. Fix messages and nls messages to match.  Plus use want_to
  39. where appropriate.
  40. From: Syd, via prompting from Jan Djarv <Jan.Djarv@sa.erisoft.se>
  41.  
  42. Add Ignore of CONT signals on exit for Ultrix
  43. From: Syd via prompt from Bob Mason
  44.  
  45. Add lstat call for proper detection of symlink in leavembox.c
  46. From: Syd via prompt from Bryan Curnutt
  47.  
  48. Make copy_sans_escape expand tabs to prevent subject displays from getting messed up
  49. From: Syd via request from pgf@Cayman.COM (Paul Fox)
  50.  
  51.  
  52.  
  53.  
  54. =========================================================
  55. Patch Set - Patches 13 through 17: Fri Dec 11 20:52:23 EST 1992
  56. Elm 2.4PL13 -> Elm 2.4PL17
  57.  
  58. Attempt to fix where Elm was issuing the final error message on the
  59. cursor screen instead of the regular screen on terminals where the
  60. ti/te code swaps the screen.
  61. From: Syd
  62.  
  63. Internal fix to use correct errno on some error messages.
  64. From: Syd
  65.  
  66. Add decode option to copy_message
  67. From: bjoerns@stud.cs.uit.no (Bjoern Stabell)
  68.  
  69. Fix Configure for ls that return 0 status even if file
  70. is not found, re packing man pages.
  71. From: aj@redwood.cray.com (Chris Jackman)
  72.  
  73. Fix Configure not getting mailgrp correct on symlinks.
  74. From: aj@redwood.cray.com (Chris Jackman)
  75.  
  76. Add missing -n flag to doc makefile.
  77. From: gwh@dogmatix.inmos.co.uk
  78.  
  79. Always init fcntlerr and flockerr in src/lock.c to avoid compiler
  80. warnings.
  81. From: Syd via prompt from wdh@grouper.mkt.csd.harris.com (W. David Higgins)
  82.  
  83. Traditional C used 'unsigned preserving' rules when an integral data
  84. value is widened to integer and ANSI C changed the rules to 'value
  85. preserving'. This is one of the few things that the ANSI X3J11 committee
  86. did that might break existing programs.  Casting to (int)
  87. From: Bo.Asbjorn.Muldbak <bam@jutland.ColumbiaSC.NCR.COM>
  88.  
  89. When ELM is reporting "appending to <foldername>" I never get to see
  90. but a flash of light, before the message line has been replaced by a
  91. dummy "Messages saved" string.  And if you happen to have mistyped the
  92. foldername or the leading '=', you never see the foldername.
  93.  
  94. This fix will change file.c to show either
  95.  
  96.     Message <what> to <foldername>
  97.  
  98. or
  99.     <#> messages <what> to <foldername>
  100. From: Bo.Asbjorn.Muldbak <bam@jutland.ColumbiaSC.NCR.COM>
  101.  
  102. This implements the use of SIGUSR1 and SIGUSR2 as discussed on the
  103. mailing list recently, and adds them to the documentation.
  104. From: scs@lokkur.dexter.mi.us (Steve Simmons)
  105.  
  106. Attempt to patch posix_signal for SunOS problem.
  107. From: A lot of the Elm group
  108.  
  109. Change canceled mail message to indicate full path name as
  110. AFS users don't have home and elm's home the same.
  111. From: Syd
  112.  
  113. Fix doc/Makefile.SH to have an else clause on all if's so that
  114. if's that return an error code on a not taken if and a null else
  115. clause don't exit the makefile
  116. From: Syd via requests from many
  117.  
  118. General changes for apollo portability
  119. From: gordonb@mcil.comm.mot.com (Gordon Berkley)
  120.  
  121. Fix typos in edit.c
  122. From: Bo.Asbjorn.Muldbak <bam@jutland.ColumbiaSC.NCR.COM>
  123.  
  124. If sigset() and sigrelse() are available, release signal before
  125. using longjmp() to leave signal handler.
  126. From: chip@tct.com (Chip Salzenberg)
  127.  
  128. Anytime elm wants to re-run newalias, selected is set to 0.
  129. (removing any limit in effect)
  130. From: "Robert L. Howard" <robert.howard@matd.gatech.edu>
  131.  
  132. Allow for use from restricted shell by putting SHELL=/bin/sh in the
  133. environment of spawned mail transport program.
  134. From: chip@tct.com (Chip Salzenberg)
  135.  
  136. fix Obvious typos.
  137. From: dwolfe@pffft.sps.mot.com (Dave Wolfe)
  138.  
  139. List_folder knew only about '=' but nothing about the rest
  140. of [+=%] as one would have expected.
  141. From: Jukka Antero Ukkonen <ukkonen@venus.csc.fi>
  142.  
  143. Fix where the user creates a first new alias, then deletes it, the
  144. alias stays on screen, but the file really will be empty if it was the
  145. last alias, so the retry to delete gives 'cannot open ...file' messages
  146. From: "Robert L. Howard" <robert.howard@matd.gatech.edu>
  147.  
  148. Make Elm complain about spaces that are not after commas in
  149. alias and address lists
  150. From: "Robert L. Howard" <robert.howard@matd.gatech.edu>
  151.  
  152. Make verb and pronoun agree.
  153. From: dwolfe@pffft.sps.mot.com (Dave Wolfe)
  154.  
  155. in do_get_alias().  abuf[] was under dimensioned.
  156. From: "Robert L. Howard" <robert.howard@matd.gatech.edu>
  157.  
  158. Remove the old packed manual page before trying to pack the new one.
  159. From: Tom Moore <tmoore@fievel.DaytonOH.NCR.COM>
  160.  
  161. Fix double inclusion of sys/types.h
  162. From: Tom Moore <tmoore@wnas.DaytonOH.NCR.COM>
  163.  
  164. Fix building editor wrap problem
  165. From: Syd via prompting from vogt@isa.de (Gerald Vogt)
  166.  
  167.  
  168.  
  169.  
  170. =========================================================
  171. Patch Set - Patches 12 and 13: Sat Nov 21 21:03:26 EST 1992
  172. Elm 2.4PL11 -> Elm 2.4PL13
  173.  
  174. Handle the case where a system does
  175. >         #define jmp_buf sigjmp_buf
  176. From: chip@chinacat.unicom.com (Chip Rosenthal)
  177.  
  178. Fix segmentation violation on restricted alias page jump.
  179. From: "Robert L. Howard" <robert.howard@matd.gatech.edu>
  180.  
  181. Fix bug where alias records were not sorting by both last and
  182. first names.
  183. From: "Robert L. Howard" <robert.howard@matd.gatech.edu>
  184.  
  185. Fix when expanding the macro '%S', the subject line is scanned for a
  186. 'Re:', and if nothing is found, a '"Re: ' is added. But when a 'Re:'
  187. *is* found, then nothing is added, not even the '"'.
  188. From: Sigmund Austigard <austig@solan.unit.no>
  189.  
  190. I was playing with the metamail stuff and Sun's Openwindows Mailtool
  191. and discovered that I was able to 'display' messages generated with
  192. Mailtool in elm using metamail.  This marks the Sun Attachments as
  193. needing metamail.
  194. From: Lutz Brunke <brunke@dkrz-hamburg.dbp.de>
  195.  
  196. Change the way Configure and doc/Makefile.SH deal with installing
  197. man pages.
  198. From: Tom Moore <tmoore@wnas.DaytonOH.NCR.COM>
  199.  
  200. Add support for a "config.changes" file to override Configure decisions.
  201. From: chip@chinacat.unicom.com (Chip Rosenthal)
  202.  
  203. Allow SCO MMDF to use the mmdf library for mailer via execmail.
  204. From: Larry Philps <larryp@sco.com>
  205.  
  206. Add on initial display or display where the entire screen is being
  207. drawn, we should not output the trailing blanks that clear the old
  208. value.
  209. From: chip@chinacat.unicom.com (Chip Rosenthal)
  210.  
  211. This mod fixes overlapping prototypes for strchr and index on
  212. Convex.
  213. From: Jukka Ukkonen <ukkonen@csc.fi>
  214.  
  215. According to the MIME BNF, quoted strings are allowed in the value portion
  216. of a parameter.
  217. From: chk@alias.com (C. Harald Koch)
  218.  
  219. The fastmail utility appears to work incorrectly when multiple addresses are
  220. supplied. Spaces were inserted between addresses rather than commas.
  221. From: little@carina.hks.com (Jim Littlefield)
  222.  
  223.  
  224.  
  225. =========================================================
  226. Patch Set - Patch 11: Tues Nov 17 1992
  227. Elm 2.4PL10 -> Elm 2.4PL11
  228.  
  229. Quickie fix to handle a botched edit of a test line in Configure
  230.  
  231.  
  232.  
  233.  
  234. =========================================================
  235. Patch Set - Patches 9 and 10 : Sat Nov 14 21:34:44 EST 1992
  236. Elm 2.4PL8 -> Elm 2.4PL10
  237.  
  238. I think that the code in 'newmbox.c' which handles bad 'Content-length'
  239. entries is incomplete. The file-ptr for the mail file is
  240. backed up, but the file-ptr of the temp file WAS LEFT UNMODIFIED !
  241. From langesw.ssw.de!root Wed Nov 11 14:28:57 1992
  242.  
  243. When elm copies the temp mailbox back to the mail spool to resync or
  244. quit, it changes to the mailgroup before attempting to diddle in the
  245. mail spool, but when it copies the temp mailbox back to the mail spool
  246. after editing, it forgets to change to mailgroup.  This patch appears
  247. to work, but I haven't exhaustively checked for some path that leaves
  248. the gid set
  249. wrong.  From: dwolfe@pffft.sps.mot.com (Dave Wolfe)
  250.  
  251. There's an error in two messages in s_aliases.m which causes elm2.4
  252. to core dump when resyncronize aliases. (%s/%s) should be (%c/%c).
  253.  
  254. This bug doesn't show up unless you use message catalogs, since the default
  255. message in a_quit.c is correct.
  256. From: Jan Djarv <Jan.Djarv@sa.erisoft.se>
  257.  
  258. Fix how nls emulation lib gencat links prev pointers
  259. From: Jan Djarv <Jan.Djarv@sa.erisoft.se>
  260.  
  261. The alias message_count isn't set to zero if the last alias has
  262. been deleted from the alias table. As no aliases are reread from
  263. the aliases database the message_count is left as it was before.
  264.  
  265. Fixed that the function do_newalias() sometimes returns without freeing
  266. the buffer allocated before. The patch adds these free calls.
  267.  
  268. When you erroneously type a number in your folder elm asks you for
  269. a new current message number. But now if you erase this one number
  270. and leave the string empty elm will set the new current message to
  271. the second message on our sun4! The patch adds a check for an empty
  272. string and returns the current number if no number was entered.
  273. From: vogt@isa.de (Gerald Vogt)
  274.  
  275. The situation is that the .elm/aliases file is missing, but
  276. .elm/aliases.dir and .elm/aliases.pag exist (isn't serendipity
  277. wonderful?).  The ndbz functions tolerate this and just put a NULL
  278. pointer in the db structure for the data file FILE pointer.  However,
  279. get_one_alias() in listalias and elm doesn't account for the db_open()
  280. succeeding but the dbz_basef field being NULL, so it passes the NULL
  281. pointer to fread().  Detect null and return 0
  282. From: dwolfe@pffft.sps.mot.com (Dave Wolfe)
  283.  
  284. Clear the screen before displaying MIME:
  285. From: marius@rhi.hi.is (Marius Olafsson)
  286.  
  287. Add regexp processing to filter.
  288. Add execc operator
  289. From: Jan Djarv <Jan.Djarv@sa.erisoft.se>
  290.  
  291.  
  292.  
  293.  
  294. =========================================================
  295. Patch Set - Patches 7 and 8 : Sat Nov  7 15:54:44 EST 1992
  296. Elm 2.4PL6 -> Elm 2.4PL8
  297.  
  298. Add some tolerance for incorrect Content-Length header (fixes bug where
  299. Elm would combine two messages if content-length header was incorrect.
  300. Still has problem if incorrect content-length exactly matches multiple
  301. messages)
  302. From: Syd
  303.  
  304. Change Makefile in doc to use -f as some shells don't have -x in test
  305. From: Syd
  306.  
  307. The first is that when doing a summary, macros are expanded when printing the
  308. rule. IMHO they should be printed as with the -r option (i.e. %t is
  309. printed as "<time>" and so on).
  310.  
  311. The second one is that the summary printed "applied n time" regardless of
  312. the value of n, not "applied n times" when n > 1.
  313. From: Jan Djarv <Jan.Djarv@sa.erisoft.se>
  314.  
  315. There is no need to write out the MIME-Version header in subparts
  316. From: Klaus Steinberger <Klaus.Steinberger@Physik.Uni-Muenchen.DE>
  317.  
  318. fix null dereferences from patch 5
  319. From: Jukka Ukkonen <ukkonen@csc.fi>
  320.  
  321. Fix where elm duplicates the entry's from the global elm.rc.
  322. It will however still copy the global weedout headers to your local
  323. elmrc if they where not already in it.
  324. From: janw@fwi.uva.nl (Jan Wortelboer)
  325.  
  326. another typo (2.4.6 Ref.guide)
  327. From: David.W.Tamkin@gagme.chi.il.us (David W. Tamkin)
  328.  
  329. comments should be allowed anywhere in the alias file.
  330. From: "Robert L. Howard" <robert.howard@matd.gatech.edu>
  331.  
  332. Symbol change for AIX370
  333. From: uri@watson.ibm.com
  334.  
  335. Fix redefinition complaint by SCO 3.2v2.0.
  336. From: chip@chinacat.unicom.com (Chip Rosenthal)
  337.  
  338. Enhanced printing support.  Added "-I" to readmsg to
  339. suppress spurious diagnostic messages.
  340. From: chip@chinacat.unicom.com (Chip Rosenthal)
  341.  
  342. These small typos stopped me from making forms, so here is a patch.
  343. From: andrew.mcparland@rd.eng.bbc.co.uk (Andrew McParland)
  344.  
  345. Add a hack to not use ti/te on list folders and do print
  346. From: Syd
  347.  
  348. New header parsing routine header_cmp to allow for linear
  349. white space around the : in headers
  350. From: Syd
  351.  
  352.  
  353.  
  354. =========================================================
  355. Patch Set - Patch 6 : Mon Nov  2 15:52:00 EST 1992
  356. Elm 2.4PL5 -> Elm 2.4PL6
  357.  
  358. Things I found in doc/Ref.guide looking over patches 4 & 5:
  359. From: dwolfe@pffft.sps.mot.com (Dave Wolfe)
  360.  
  361. More changes to folder creation confirmation
  362. From: Larry Philps <larryp@sco.COM>
  363.  
  364. fix a bug in the forms reply caused by the Cc: buffer not being
  365. cleared.  If one has sent mail just prior to replying to the form and
  366. specified a Cc:  address, the form reply is also sent to those Cc:
  367. address(es).
  368. From: dwolfe@pffft.sps.mot.com (Dave Wolfe)
  369.  
  370. Add missing MAKE variable in doc/Makefile.SH
  371. From: Syd
  372.  
  373. it invokes metamail (the pseudo is because "text" isn't a legal Content-Type).
  374. in src/mime.c notplain() tries to check for text but fails because it should
  375. look for "text\n" not "text".
  376. From: Jan Djarv <Jan.Djarv@sa.erisoft.se>
  377.  
  378. Use copy_message in mime shows to get encode processing
  379. From: bjoerns@stud.cs.uit.no (Bjoern Stabell)
  380.  
  381. Corrections to Unix date parsing and time zone storage
  382. From: eotto@hvlpa.att.com
  383.  
  384. Prevent index underflow when wildchar is in first three chars of string
  385. From: Syd via note from gwh@dogmatix.inmos.co.uk
  386.  
  387.  
  388. =========================================================
  389. Patch Set - Patches 4 and 5 : Sat Oct 24 22:48:00 EDT 1992
  390. Elm 2.4PL3 -> Elm 2.4PL5
  391.  
  392. Fixes SysV style forwarding
  393. From: Baruch Cochavy <bcochavy@ilux39.intel.com>
  394.  
  395. fix newmail attempting to close a file descriptor even if the corresponding
  396. open failed.
  397. From: "Peter A. Bigot" <pab@cs.arizona.edu>
  398.  
  399. In our global elm.rc I keep the four options as below
  400.  
  401.     confirmappend = OFF    Don't confirm every append to any file.
  402.     confirmcreate = ON    Confirm creation of every new file.
  403.     confirmfiles = ON    Confirm append to non folder files though.
  404.     confirmfolders = ON    In case someone does not want to be asked
  405.                 every time when creating a new file try
  406.                 to confirm creation of folders though.
  407. From: Jukka Ukkonen <ukkonen@csc.fi>
  408.  
  409. changes found by using codecenter on Elm 2.4.3
  410. From: Graham Hudspith <gwh@inmos.co.uk>
  411.  
  412. There is now an additional elmrc option "displaycharset", which
  413. sets the charset supported on your terminal. This is to prevent
  414. elm from calling out to metamail too often.
  415. Plus a slight documentation update for MIME composition (added examples)
  416. From: Klaus Steinberger <Klaus.Steinberger@Physik.Uni-Muenchen.DE>
  417.  
  418. More typos
  419. From: dwolfe@pffft.sps.mot.com (Dave Wolfe)
  420.  
  421. I think all these are typos
  422. From: dwolfe@pffft.sps.mot.com (Dave Wolfe)
  423.  
  424. remove the 25 (MAXRULES) limitation.
  425. Basically it mallocs rules in hunks of RULESINC (25) as it goes along.
  426. From: Jan Djarv <Jan.Djarv@sa.erisoft.se>
  427.  
  428. fixed a bug were elm didn't call metamail on messages with a characterset,
  429. which could be displayed by elm itself, but message is encoded with QP
  430. or BASE64
  431. From: Klaus Steinberger <Klaus.Steinberger@Physik.Uni-Muenchen.DE>
  432.  
  433. Here are the patches to support POSIX sigaction().
  434. From: tom@osf.org
  435.  
  436.  
  437. =========================================================
  438. Patch Set - Patch 3: Mon Oct 19 13:10:28 EDT 1992
  439. Elm 2.4PL2 -> Elm 2.4PL3
  440.  
  441. Fix spelling of name
  442. From: Larry Philps <larryp@sco.COM>
  443.  
  444. corrected typos
  445. From: David.W.Tamkin@gagme.chi.il.us (David W. Tamkin)
  446.  
  447. Here's another; now the copyright notices on the man pages don't seem
  448. to have an ego problem.  The various guides are just fine.
  449. From: Steve Simmons <scs@wotan.iti.org>
  450.  
  451. setting the debug level to 5 or higher caused a core dump due to a possible
  452. dereference of a NULL pointer
  453. From: "Peter A. Bigot" <pab@cs.arizona.edu>
  454.  
  455. rewrite the Configure prompt for metamail
  456. From: Steve Simmons <scs@iti.org>
  457.  
  458. Correct reversed usage of $d_utimbuf.
  459. From: chip@tct.com (Chip Salzenberg)
  460.  
  461. Fix warnings from my ANSI C compiler because the declaration of
  462. edit_interrupt did not match the prototype for the second argument of
  463. a call to signal.
  464. From: Larry Philps <larryp@sco.COM>
  465.  
  466. TEXT_SORT was supported, but UNRECOGNIZED
  467. From: ls@dmicvx.dmi.min.dk  (Lennart Sorth)
  468.  
  469. Force text arithmetic into unsigned for those systems
  470. with signed chars
  471. From: Marius Olafsson <marius@rhi.hi.is>
  472.  
  473. Change lock file name to add user name on filter locking of mail spool
  474. From: Peter Brouwer <pb@idca.tds.philips.nl>
  475.  
  476. Fix messages to work with 4.3bsd /bin/sh
  477. From: w8sdz@TACOM-EMH1.Army.Mil (Keith Petersen - MACA WSMR)
  478.  
  479. Add flags to read_rc to support command line overrides of the option.
  480. From: Jan Djarv <Jan.Djarv@sa.erisoft.se>
  481.  
  482. adds the function bytemap() and the macros MAPIN and MAPOUT from the file
  483. lib/ndbz.c in the file src/alias.c.
  484. This fixes the byte order independence in aliases.
  485.  
  486. prevent elm from exiting when resyncing the empty incoming mailbox.
  487. From: vogt@isa.de (Gerald Vogt)
  488.  
  489. patch to make elm use (or in my case, not use) termcap/terminfo ti/te.
  490. From: Graham Hudspith <gwh@inmos.co.uk>
  491.  
  492. =========================================================
  493. Patch Set - Patches 1 and 2: Sat Oct 10 22:14:59 EDT 1992
  494. Elm 2.4PL0 -> Elm 2.4PL2
  495.  
  496. Switch to wrapper for flock and fcntl locking.
  497. Change order to fcntl first, other order blocked.
  498. From: Jukka Ukkonen <ukkonen@csc.fi>
  499.  
  500. Fix some compiler warnings that I receive compiling Elm on my SVR4
  501. machine.
  502. From: Tom Moore <tmoore@fievel.DaytonOH.NCR.COM>
  503.  
  504. Add AIX to src/curses.c for define of window size in different include
  505. file.
  506. From: Syd via note from Tom Kovar
  507.  
  508. get_return() assumes that message_count reflects the number of
  509. messages in the current folder, but the message_count it's seeing
  510. from the alias subsystem is actually the *alias* count.
  511. toggle the main state before and after calling get_return().
  512. From: cliff@sfn.ORG (R. Cliff Young)
  513.  
  514. Add missing setlocale and getopen to newalias and listalias.
  515. From: Syd
  516.  
  517. Touchups on config guide
  518. From: David Barr <barr@pop.psu.edu>
  519.  
  520. Fix segv in wildcards if SHELL= has no / character in path
  521. From: Syd
  522.  
  523. 1. If firstname && lastname is null then copy aliasname into the 
  524. personal name field (inside the ()'s) when creating an alias
  525. from the menu using the 'n' command.
  526.  
  527. 2. Now if for some reason and alias has a null personal name field
  528. (the person hand edited aliases.text) the blank () is not printed
  529. as part of the address.  This actually cured another problem, where
  530. the To: field on the screen (when you hit 'm' on the alias menu)
  531. used to be blank, now the address shows up....
  532. From: "Robert L. Howard" <robert.howard@matd.gatech.edu>
  533.  
  534. Updated AIX 3.2 section of README file
  535. From: Syd
  536.  
  537. fixed a bug in the .lp macro in doc/tmac.n.  The lp macros is always
  538. called with a unit specified for the second argument, however, the
  539. macro added a "n" unit specifier to that argument.  The following patch
  540. fixes this problem.
  541.  
  542. The various .guide books use the troff .tl macro liberally, but often the
  543. extra ' characters needed at the end of the lines to explicitly specify
  544. the trailing nulls fields were left off.  The following patch fixes the
  545. erroneous lines.
  546. From: Larry Philps <larryp@sco.COM>
  547.  
  548. While installing elm2.4 on a Sun4 running SunOS4.1.2, the Configure script
  549. doesn't recognize F_SETLK because it searches in /usr/include/sys/fcntl.h
  550. which includes /usr/include/sys/fcntlcom.h (where F_SETLK is).
  551. From: dax@ulysse.enst.fr (Philippe Dax)
  552.  
  553. change dbm name to dbz to avoid conflicts with partial call
  554. ins from shared libraries, and from mixing code with yp code.
  555. From: Syd via prompt from Jess Anderson
  556.  
  557.