]> git.pond.sub.org Git - empserver/log
empserver
20 years agoRemove some unused stuff, mostly Empire 3 leftovers.
Markus Armbruster [Sat, 28 Feb 2004 09:45:10 +0000 (09:45 +0000)]
Remove some unused stuff, mostly Empire 3 leftovers.

20 years ago(NSC_OPMASK, NSC_ISNUM1, NSC_ISNUM2, nscstr, nstr_comp, nstr_exec):
Markus Armbruster [Sat, 28 Feb 2004 08:49:39 +0000 (08:49 +0000)]
(NSC_OPMASK, NSC_ISNUM1, NSC_ISNUM2, nscstr, nstr_comp, nstr_exec):
Simplify encoding of struct ncstr member oper.

20 years ago(NSC_ROUND): No effect, remove.
Markus Armbruster [Sat, 28 Feb 2004 08:40:53 +0000 (08:40 +0000)]
(NSC_ROUND): No effect, remove.

20 years ago(sect_ca, genitem_ca, ship_ca, plane_ca, land_ca, nuke_ca, treaty_ca,
Markus Armbruster [Sat, 28 Feb 2004 08:29:21 +0000 (08:29 +0000)]
(sect_ca, genitem_ca, ship_ca, plane_ca, land_ca, nuke_ca, treaty_ca,
loan_ca, news_ca, lost_ca, commodity_ca, trade_ca, nat_ca, map_ca):
NSC_OFF was lost during Empire3, rendering the codes confusing and
harder to use.  Tack it back on.
(encode, code_char): No need to fool around with NSC_OFF anymore.

20 years agoDelete dead code. No functional changes. Should have been committed
Markus Armbruster [Sat, 28 Feb 2004 07:19:31 +0000 (07:19 +0000)]
Delete dead code.  No functional changes.  Should have been committed
yesterday's along with nsc.h rev. 1.7.

20 years agoThese files were split a long time ago, for technical reasons which
Markus Armbruster [Sat, 28 Feb 2004 06:40:48 +0000 (06:40 +0000)]
These files were split a long time ago, for technical reasons which
since vanished (linking into different programs).  Undo the split,
because the stuff really belongs together.

20 years ago(setsector): Fix misleading prompt.
Markus Armbruster [Fri, 27 Feb 2004 21:55:50 +0000 (21:55 +0000)]
(setsector): Fix misleading prompt.

20 years agoDelete dead code, fix indentation, spelling, obvious warning
Markus Armbruster [Fri, 27 Feb 2004 20:13:28 +0000 (20:13 +0000)]
Delete dead code, fix indentation, spelling, obvious warning
avoidance, doc fixes.  No functional changes.

20 years ago(sct_typematch): New. Use it instead of typematch() where
Markus Armbruster [Fri, 27 Feb 2004 19:53:02 +0000 (19:53 +0000)]
(sct_typematch): New.  Use it instead of typematch() where
appropriate.
(typematch): Prefer exact match to partial match.  Use plain char
instead of s_char.

20 years ago(stmtch, mineq): Document. Move declaration from prototypes.h to
Markus Armbruster [Fri, 27 Feb 2004 19:38:38 +0000 (19:38 +0000)]
(stmtch, mineq): Document.  Move declaration from prototypes.h to
match.h.  Use plain char instead of s_char.  The code has several
thousand type errors due to s_char vs plain char; s_char must go.
(stmtch): Rewrite for clarity.

20 years ago(html): Expand tabs in all.html; they can confuse browsers.
Markus Armbruster [Thu, 26 Feb 2004 09:26:29 +0000 (09:26 +0000)]
(html): Expand tabs in all.html; they can confuse browsers.

20 years agoDocument yesterday's changes that closed #803753.
Markus Armbruster [Thu, 26 Feb 2004 09:25:08 +0000 (09:25 +0000)]
Document yesterday's changes that closed #803753.
Don't re-explain the map in bmap commands.

20 years agoClose #803753:
Markus Armbruster [Wed, 25 Feb 2004 20:18:18 +0000 (20:18 +0000)]
Close #803753:
(map_char): New.
(draw_map): Use it.  Wilderness and plains owned by other players are
now displayed as '?'.
(radmap2): Display wilderness and plains as '?'.
(satmap): Call satdisp() for all sectors owned by other players.

20 years agoSpelling fix. Closes #901174.
Markus Armbruster [Tue, 24 Feb 2004 20:54:58 +0000 (20:54 +0000)]
Spelling fix.  Closes #901174.

20 years ago(GCCWARNFLAGS): New.
Markus Armbruster [Tue, 24 Feb 2004 20:35:19 +0000 (20:35 +0000)]
(GCCWARNFLAGS): New.
(OSXCFLAGS, FREEBSDCFLAGS, LINUXCFLAGS, LINUXPTHCFLAGS): Use it.

20 years ago(login_coms): Fix forward declaration (was a definition).
Markus Armbruster [Tue, 24 Feb 2004 18:35:26 +0000 (18:35 +0000)]
(login_coms): Fix forward declaration (was a definition).

20 years ago(fnlist): Move from misc.h to fnlist.h, where it belongs and has
Markus Armbruster [Tue, 24 Feb 2004 18:34:25 +0000 (18:34 +0000)]
(fnlist): Move from misc.h to fnlist.h, where it belongs and has
complete type.

20 years agoRemove junk at end of #endif.
Markus Armbruster [Tue, 24 Feb 2004 18:26:34 +0000 (18:26 +0000)]
Remove junk at end of #endif.

20 years ago(ef_ensure_space): New.
Markus Armbruster [Tue, 24 Feb 2004 18:19:57 +0000 (18:19 +0000)]
(ef_ensure_space): New.
(edit): Use it to to fix copying to virgin unit slot.  Closes #896475.
From Ron Koenderink.

20 years ago(main, intr, handleintr, termio): Do the right thing for Windows so ^C
Markus Armbruster [Sun, 22 Feb 2004 07:27:08 +0000 (07:27 +0000)]
(main, intr, handleintr, termio): Do the right thing for Windows so ^C
aborts to the current command, as it should.  From Ron Koenderink.

20 years ago(parse): Trailing whitespace was interpreted as an another (empty)
Markus Armbruster [Sat, 21 Feb 2004 10:18:18 +0000 (10:18 +0000)]
(parse): Trailing whitespace was interpreted as an another (empty)
argument.  Ignore it.

20 years agoFix the previous rev. so it compiles with strict compilers.
Markus Armbruster [Sat, 21 Feb 2004 06:58:25 +0000 (06:58 +0000)]
Fix the previous rev. so it compiles with strict compilers.

20 years agoDon't declare things in more than one place. Move some declarations
Markus Armbruster [Fri, 20 Feb 2004 20:45:18 +0000 (20:45 +0000)]
Don't declare things in more than one place.  Move some declarations
between headers.  Code is now fully prototyped and compiles cleanly
with gcc -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs
-Wredundant-decls.  Closes #723788.

20 years agodeity.h is redundant, remove it.
Markus Armbruster [Fri, 20 Feb 2004 20:34:43 +0000 (20:34 +0000)]
deity.h is redundant, remove it.

20 years agoThe (unused) parameter of thread entry points is named `argv', but the
Markus Armbruster [Fri, 20 Feb 2004 20:14:53 +0000 (20:14 +0000)]
The (unused) parameter of thread entry points is named `argv', but the
argument is actually the value of global variable `player'.  Rename to
`unused'.

20 years agoUpdate for 4.2.14.
Markus Armbruster [Fri, 20 Feb 2004 20:14:53 +0000 (20:14 +0000)]
Update for 4.2.14.

20 years agoFix the previous rev.
Markus Armbruster [Fri, 20 Feb 2004 19:24:43 +0000 (19:24 +0000)]
Fix the previous rev.

20 years agoPortability fix: don't declare library function, include appropriate
Markus Armbruster [Fri, 20 Feb 2004 11:17:32 +0000 (11:17 +0000)]
Portability fix: don't declare library function, include appropriate
header.

20 years agoAdd some missing declarations to headers. Remove some redundant
Markus Armbruster [Fri, 20 Feb 2004 10:51:03 +0000 (10:51 +0000)]
Add some missing declarations to headers.  Remove some redundant
declarations elsewhere.  Change linkage of some functions to static.

20 years agoDeclare tags.c variables in tags.h. Declare stuff with external
Markus Armbruster [Fri, 20 Feb 2004 08:22:28 +0000 (08:22 +0000)]
Declare tags.c variables in tags.h.  Declare stuff with external
linkage that is not in any other header in misc.h.  Remove some
redundant declarations elsewhere.
(prompt, doredir, dopipe, doexecute, output, screen, parsedelay):
Static linkage.

20 years ago(loginit, main): Pass log file basename as parameter.
Markus Armbruster [Thu, 19 Feb 2004 21:15:16 +0000 (21:15 +0000)]
(loginit, main): Pass log file basename as parameter.
(logerror): Require prior call of loginit().
(empth_exit) [_EMPTH_WIN32]: Don't print the log file name here, it's
not modular.
(program, getlogfile): Unused, remove.

20 years agoFix the previous rev.
Markus Armbruster [Thu, 19 Feb 2004 21:10:25 +0000 (21:10 +0000)]
Fix the previous rev.

20 years ago(cons_choose): Clean up somewhat dirty use of union pointers that's
Markus Armbruster [Thu, 19 Feb 2004 21:03:57 +0000 (21:03 +0000)]
(cons_choose): Clean up somewhat dirty use of union pointers that's
not quite blessed by the standard and prone to trigger compiler
warnings.

20 years ago(player_coms): Declaration in com.h was misspelled. Remove redundant
Markus Armbruster [Thu, 19 Feb 2004 20:38:02 +0000 (20:38 +0000)]
(player_coms): Declaration in com.h was misspelled.  Remove redundant
declarations elsewhere.

20 years agoRemove some superflous declarations.
Markus Armbruster [Thu, 19 Feb 2004 20:30:22 +0000 (20:30 +0000)]
Remove some superflous declarations.

20 years ago(bitinit2): Move from common/maps.c to getbit.c, external linkage.
Markus Armbruster [Thu, 19 Feb 2004 19:59:45 +0000 (19:59 +0000)]
(bitinit2): Move from common/maps.c to getbit.c, external linkage.
(bitmap0, bitmap1, bitmap2, bitmap3, bitmap4, bitmaps): Static
linkage.

20 years ago(effadv_list, effadv, rejects, rejectname, telnames, rea, numnames,
Markus Armbruster [Thu, 19 Feb 2004 19:14:29 +0000 (19:14 +0000)]
(effadv_list, effadv, rejects, rejectname, telnames, rea, numnames,
tennames, numstr): Replace by static local variables in their only
user.
(relates): Move from global/misc.c to common/nat.c.
(att_mode): Move from global/misc.c to subs/attsub.c.

20 years agoNew server.h for server startup, control and shutdown, i.e. stuff in
Markus Armbruster [Thu, 19 Feb 2004 19:02:30 +0000 (19:02 +0000)]
New server.h for server startup, control and shutdown, i.e. stuff in
src/server.  Use it.

20 years ago(check_all_markets, update_wait): Static linkage.
Markus Armbruster [Thu, 19 Feb 2004 18:16:34 +0000 (18:16 +0000)]
(check_all_markets, update_wait): Static linkage.

20 years agoRemove useless user.h.
Markus Armbruster [Thu, 19 Feb 2004 18:10:27 +0000 (18:10 +0000)]
Remove useless user.h.

20 years agoDeclare update related variables in budg.h. Remove some redundant
Markus Armbruster [Thu, 19 Feb 2004 17:28:03 +0000 (17:28 +0000)]
Declare update related variables in budg.h.  Remove some redundant
declarations elsewhere.

20 years agoDeclare all configuration parameters in optlist.h. Remove some
Markus Armbruster [Thu, 19 Feb 2004 16:46:18 +0000 (16:46 +0000)]
Declare all configuration parameters in optlist.h.  Remove some
redundant declarations elsewhere.

20 years ago(updating_mob, timestamp_fixing): Inappropriate for global/, move to
Markus Armbruster [Thu, 19 Feb 2004 16:39:31 +0000 (16:39 +0000)]
(updating_mob, timestamp_fixing): Inappropriate for global/, move to
update/mobility.c.
(timestamp_fixing, do_upd_checking): Static linkage.

20 years agoProperly declare stuff in headers; remove redundant declarations.
Markus Armbruster [Thu, 19 Feb 2004 16:25:14 +0000 (16:25 +0000)]
Properly declare stuff in headers; remove redundant declarations.

20 years ago(logerror): The version from libcommon.a logs to a file, which is
Markus Armbruster [Thu, 19 Feb 2004 15:19:20 +0000 (15:19 +0000)]
(logerror): The version from libcommon.a logs to a file, which is
inappropriate for this program.  Log to stderr instead.
(program): Unused, remove.

20 years agoProperly declare functions in headers; remove redundant declarations.
Markus Armbruster [Thu, 19 Feb 2004 12:39:17 +0000 (12:39 +0000)]
Properly declare functions in headers; remove redundant declarations.

20 years ago(iovec, ioq_peekiov, ioqtoiov): Unused, minor portability
Markus Armbruster [Thu, 19 Feb 2004 12:34:50 +0000 (12:34 +0000)]
(iovec, ioq_peekiov, ioqtoiov): Unused, minor portability
complication, remove.

20 years ago(_noecho, _echo): Broken, portability headache, remove.
Markus Armbruster [Thu, 19 Feb 2004 12:00:11 +0000 (12:00 +0000)]
(_noecho, _echo): Broken, portability headache, remove.
(output): Ignore C_NOECHO.  Server doesn't send it anyway.

20 years agoRemove some redundant declarations.
Markus Armbruster [Thu, 19 Feb 2004 10:53:58 +0000 (10:53 +0000)]
Remove some redundant declarations.

20 years ago<string.h> is ISO C, no need to #if it.
Markus Armbruster [Thu, 19 Feb 2004 10:05:53 +0000 (10:05 +0000)]
<string.h> is ISO C, no need to #if it.

20 years agoPOSIX has all we need in <time.h>. No need to fool around with
Markus Armbruster [Thu, 19 Feb 2004 09:57:25 +0000 (09:57 +0000)]
POSIX has all we need in <time.h>.  No need to fool around with
<sys/time.h>.

20 years agoDon't declare library functions, include appropriate headers.
Markus Armbruster [Thu, 19 Feb 2004 09:20:28 +0000 (09:20 +0000)]
Don't declare library functions, include appropriate headers.

20 years ago(deli): Partial rewrite for clarity, motivated by a `might be used
Markus Armbruster [Wed, 18 Feb 2004 21:00:13 +0000 (21:00 +0000)]
(deli): Partial rewrite for clarity, motivated by a `might be used
unitialized' warning.  Funcional change: you can now change direction
without threshold (matches documentation, clarify it anyway).  Change
prompt for the third argument to reflect that.  Also provide context
when prompting for the fourth argument; this is sorely needed we
didn't prompt for the third argument.

20 years ago(player_accept): Back out rev. 1.9, it doesn't compile under Windows.
Markus Armbruster [Wed, 18 Feb 2004 19:43:09 +0000 (19:43 +0000)]
(player_accept): Back out rev. 1.9, it doesn't compile under Windows.
Needs fixing.

20 years ago(player_coms): Fix c_form for fire.
Markus Armbruster [Wed, 18 Feb 2004 19:37:52 +0000 (19:37 +0000)]
(player_coms): Fix c_form for fire.

20 years agoDeclare command functions in commands.h. Delete their declarations in
Markus Armbruster [Wed, 18 Feb 2004 19:35:49 +0000 (19:35 +0000)]
Declare command functions in commands.h.  Delete their declarations in
empmod.c

20 years agoMake users of struct cmdstr agree on prototype of member c_addr.
Markus Armbruster [Wed, 18 Feb 2004 19:04:01 +0000 (19:04 +0000)]
Make users of struct cmdstr agree on prototype of member c_addr.
(player_login): Use player->argp[] to store arguments.
(client_cmd, user_cmd, sanc_cmd, coun_cmd, pass_cmd, play_cmd,
kill_cmd, list_cmd, quit_cmd): Remove parameters, fetch arguments from
player->argp[].
(cmdstr): Prototype member c_addr.

(play_cmd): Used to silently ignore up to two arguments if there
wasn't a third one.  Don't.

20 years ago(count_planes): Remove declaration. A prototype would need struct
Markus Armbruster [Wed, 18 Feb 2004 11:35:25 +0000 (11:35 +0000)]
(count_planes): Remove declaration.  A prototype would need struct
shpstr, but not struct plnstr, which is a strong sign it doesn't
belong here.

20 years ago[_WIN32]: Include required headers.
Markus Armbruster [Wed, 18 Feb 2004 07:26:09 +0000 (07:26 +0000)]
[_WIN32]: Include required headers.

20 years ago[_EMPTH_WIN32]: Previous rev. didn't even compile, fix.
Markus Armbruster [Wed, 18 Feb 2004 07:12:51 +0000 (07:12 +0000)]
[_EMPTH_WIN32]: Previous rev. didn't even compile, fix.

20 years agoClean up previous revision.
Markus Armbruster [Tue, 17 Feb 2004 23:01:58 +0000 (23:01 +0000)]
Clean up previous revision.

20 years agoDeclare all configuration variables in optlist.h. Include that
Markus Armbruster [Tue, 17 Feb 2004 22:58:04 +0000 (22:58 +0000)]
Declare all configuration variables in optlist.h.  Include that
instead of declaring them all over the place.  This uncovered type
errors:
(s_p_etu, adj_update): Defined long, sometimes declared int.  Kills
big endian machines where sizeof(long) != sizeof(int).  Change to
int.

(set_option, delete_option, optstrset, intset, floatset, doubleset,
longset, optionset, optiondel, worldxset): Change linkage to static.

20 years agoRemove some superflous declarations missed in the previous revision.
Markus Armbruster [Tue, 17 Feb 2004 22:29:59 +0000 (22:29 +0000)]
Remove some superflous declarations missed in the previous revision.

20 years agoCosmetic.
Markus Armbruster [Tue, 17 Feb 2004 18:08:51 +0000 (18:08 +0000)]
Cosmetic.

20 years ago(empth_t, empth_sem_t) [_EMPTH_WIN32]: Use incomplete types, not void for
Markus Armbruster [Tue, 17 Feb 2004 18:05:23 +0000 (18:05 +0000)]
(empth_t, empth_sem_t) [_EMPTH_WIN32]: Use incomplete types, not void for
abstract data types.

20 years agoSupply prototypes where possible. This uncovered type errors with
Markus Armbruster [Tue, 17 Feb 2004 17:59:30 +0000 (17:59 +0000)]
Supply prototypes where possible.  This uncovered type errors with
thread entrypoints:
(lwpSelect, shutdown_sequence): Parameters didn't match thread entry
point prototype.
(lwpEntryPoint): Arguments didn't match thread entry point prototype.

Change linkage of functions without prototype declaration to static
where possible.

Remove some superflous declarations, replace others by suitable
includes.

20 years agoWindows cleanup: include proper headers, remove unused variables, fix
Markus Armbruster [Mon, 16 Feb 2004 17:44:38 +0000 (17:44 +0000)]
Windows cleanup: include proper headers, remove unused variables, fix
type of signal handler.  Mostly from Ron Koenderink.

20 years ago(move_ground): Remove superflous parameter `mobility'. Callers
Markus Armbruster [Sun, 15 Feb 2004 21:27:41 +0000 (21:27 +0000)]
(move_ground): Remove superflous parameter `mobility'.  Callers
changed.  Edit for clarity.  No functional changes.

20 years ago(emp_sig_t): Pre-ISO C compatibility cruft. Just use void.
Markus Armbruster [Sun, 15 Feb 2004 21:00:27 +0000 (21:00 +0000)]
(emp_sig_t): Pre-ISO C compatibility cruft.  Just use void.

20 years ago(payo): Previous revision screwed up ally bonus.
Markus Armbruster [Sun, 15 Feb 2004 20:28:52 +0000 (20:28 +0000)]
(payo): Previous revision screwed up ally bonus.

20 years ago(upd_ship): Capability fish didn't work together with capability oil.
Markus Armbruster [Sun, 15 Feb 2004 19:30:03 +0000 (19:30 +0000)]
(upd_ship): Capability fish didn't work together with capability oil.

20 years ago(player_accept): Passed pointer to incorrect type to accept().
Markus Armbruster [Sun, 15 Feb 2004 19:26:52 +0000 (19:26 +0000)]
(player_accept): Passed pointer to incorrect type to accept().

20 years ago(clean): Fix for Windows.
Markus Armbruster [Sun, 15 Feb 2004 19:24:08 +0000 (19:24 +0000)]
(clean): Fix for Windows.

20 years agoFix markup of right quotes.
Markus Armbruster [Sun, 15 Feb 2004 19:23:42 +0000 (19:23 +0000)]
Fix markup of right quotes.

20 years agoFix generated HTML: proper !DOCTYPE, head, body, p.
Markus Armbruster [Sun, 15 Feb 2004 19:21:52 +0000 (19:21 +0000)]
Fix generated HTML: proper !DOCTYPE, head, body, p.
Fix request parsing, so empty requests are properly ignored.

20 years agoSpelling fixes.
Markus Armbruster [Sun, 15 Feb 2004 18:23:45 +0000 (18:23 +0000)]
Spelling fixes.

20 years agoOne TH request per file; remove second one.
Markus Armbruster [Sun, 15 Feb 2004 18:21:50 +0000 (18:21 +0000)]
One TH request per file; remove second one.

20 years agoClarification.
Markus Armbruster [Sun, 15 Feb 2004 18:20:37 +0000 (18:20 +0000)]
Clarification.

20 years agoUse plain double quote instead of \*Q and \*U in .EX, because it's
Markus Armbruster [Sun, 15 Feb 2004 18:20:13 +0000 (18:20 +0000)]
Use plain double quote instead of \*Q and \*U in .EX, because it's
typed text.

20 years ago(Q, U): Expanded into nothing; fix.
Markus Armbruster [Sun, 15 Feb 2004 18:15:48 +0000 (18:15 +0000)]
(Q, U): Expanded into nothing; fix.

20 years ago(lF): Unused, remove.
Markus Armbruster [Sun, 15 Feb 2004 18:12:45 +0000 (18:12 +0000)]
(lF): Unused, remove.

20 years agoDeviated from actual behavior (matched old behavior?). Fixed.
Markus Armbruster [Sun, 15 Feb 2004 17:38:23 +0000 (17:38 +0000)]
Deviated from actual behavior (matched old behavior?).  Fixed.

20 years agoempclient later than 2.8 support the Empire 4 protocol, too. Don't
Markus Armbruster [Sun, 15 Feb 2004 17:35:30 +0000 (17:35 +0000)]
empclient later than 2.8 support the Empire 4 protocol, too.  Don't
claim no other client supports it.

20 years agoFix title (second argument of TH).
Markus Armbruster [Sun, 15 Feb 2004 17:31:56 +0000 (17:31 +0000)]
Fix title (second argument of TH).

20 years agoStricter tests for requests.
Markus Armbruster [Sun, 15 Feb 2004 17:29:21 +0000 (17:29 +0000)]
Stricter tests for requests.
Request s3 doesn't exist, remove translation.

20 years agoFix indentation; $ in the middle of regexps confuses Emacs, so use \Z
Markus Armbruster [Sun, 15 Feb 2004 16:22:02 +0000 (16:22 +0000)]
Fix indentation; $ in the middle of regexps confuses Emacs, so use \Z
instead.  No functional changes.

20 years agoParse requests properly. Simpler, more correct and more robust.
Markus Armbruster [Sun, 15 Feb 2004 16:14:46 +0000 (16:14 +0000)]
Parse requests properly.  Simpler, more correct and more robust.

Fix translation of escapes.  Still a hack.

Fix Empire client prompt in translation of EX and SY.

20 years agoFix markup: bogus numerical arguments that were mapped to zero
Markus Armbruster [Sun, 15 Feb 2004 15:59:09 +0000 (15:59 +0000)]
Fix markup: bogus numerical arguments that were mapped to zero
silently (troff) or under protest (groff); table column width (also
fixed some .L arguments to match actual game output); spacing in
no-fill text; stray .FI, .in and .ce messing up indentation; stray .L;
misspelled request and escape names; escaping of control and escape
characters; properly ignore form-feed; argument quoting; extra
arguments to .NF.  Still broken: .L abused for headings, which
triggers many groff warnings about negative indentation.

20 years ago(nF, eF, bF, iF, lF, pF, cS, CS): Define to silence groff.
Markus Armbruster [Sun, 15 Feb 2004 13:22:39 +0000 (13:22 +0000)]
(nF, eF, bF, iF, lF, pF, cS, CS): Define to silence groff.

20 years agoConvert tabs before \" comments into spaces (troff pitfall).
Markus Armbruster [Sun, 15 Feb 2004 08:40:09 +0000 (08:40 +0000)]
Convert tabs before \" comments into spaces (troff pitfall).

20 years ago(SY, EX): Fix Empire client prompt.
Markus Armbruster [Sun, 15 Feb 2004 07:59:04 +0000 (07:59 +0000)]
(SY, EX): Fix Empire client prompt.

20 years ago(eF, EF): Font C doesn't exist, use R.
Markus Armbruster [Sun, 15 Feb 2004 07:58:02 +0000 (07:58 +0000)]
(eF, EF): Font C doesn't exist, use R.

20 years ago(N, EF): Define to R to silence groff.
Markus Armbruster [Sun, 15 Feb 2004 07:56:46 +0000 (07:56 +0000)]
(N, EF): Define to R to silence groff.

20 years ago4.2.13 last minute changes. v4.2.13
Markus Armbruster [Fri, 13 Feb 2004 22:20:17 +0000 (22:20 +0000)]
4.2.13 last minute changes.

20 years agoChange tarball names to empire$part-4.2.13.tar.gz. Tarballs now
Markus Armbruster [Fri, 13 Feb 2004 21:27:19 +0000 (21:27 +0000)]
Change tarball names to empire$part-4.2.13.tar.gz.  Tarballs now
unpack in a directory whose name matches the tarball name, as usual.

20 years agoSet archive members' owner, group and force sensible permissions.
Markus Armbruster [Fri, 13 Feb 2004 21:07:24 +0000 (21:07 +0000)]
Set archive members' owner, group and force sensible permissions.

20 years ago(lwpInitContext): Fix .function for current versions of as.
Markus Armbruster [Fri, 13 Feb 2004 21:00:06 +0000 (21:00 +0000)]
(lwpInitContext): Fix .function for current versions of as.

20 years ago(main, USERNAME): Change Windows user name from win-empcl2.8 to nobody
Markus Armbruster [Thu, 12 Feb 2004 16:50:48 +0000 (16:50 +0000)]
(main, USERNAME): Change Windows user name from win-empcl2.8 to nobody
to get rid of the version number.  Keeping it up-to-date by hand is
too much work, but leaving it at 2.8 would be confusing.

20 years ago(FREEBSDLFLAGS): Compile with symbols.
Markus Armbruster [Tue, 10 Feb 2004 19:45:41 +0000 (19:45 +0000)]
(FREEBSDLFLAGS): Compile with symbols.
(HPCFLAGS, HPUXCFLAGS, RTPCLFLAGS, SOLCFLAGS, AIXCFLAGS): NOFLOCK is
unused, don't define it.

20 years agoDon't fool around with obsolete strings.h, just include standard
Markus Armbruster [Tue, 10 Feb 2004 18:17:34 +0000 (18:17 +0000)]
Don't fool around with obsolete strings.h, just include standard
string.h.