2
I Use This!
Inactive

Commits : Listings

Analyzed about 10 hours ago. based on code collected about 20 hours ago.
May 22, 2023 — May 22, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
(index, rindex): Obsolete BSDisms; remove. Use standard strchr() and strrchr() instead. (setbuffer): Obsolete BSDism, unused; remove. More... over 20 years ago
(bzero, bcopy): Obsolete BSDisms; remove. Remove some calls without effect. Replace calls by struct assignment where possible. Replace clear buffer, copy string to buffer by strncpy(). Use assignment to clear when that's clearer. Replace overlapping copy through bounce buffer by memmove(). Replace rest by standard memset() and memcpy(). Also use sizeof() instead of literal array sizes for robustness, and instead of symbolic array sizes for clarity. More... over 20 years ago
Fix missing include <string.h>. More... over 20 years ago
(copy, atopi, same): Remove, use strcpy(), atoi(), strcmp(). Callers changed. Remove empty source files. More... over 20 years ago
Remove superflous include. More... over 20 years ago
(ffs): Unused, remove. More... over 20 years ago
(login): Fix reading of country name and, if we lack getpass(), password. Used to strip \r from country name (superflous), and not to strip \n from password (required). More... over 20 years ago
Fix previous rev. More... over 20 years ago
(wrauth): Emit example `[email protected]' commented out. nowhere.land.edu doesn't exist right now, but it might pop up any time. More... over 20 years ago
(info): Use ANSI strerror() instead of non-portable sys_errlist[]. More... over 20 years ago
(logerror): Remove unused cruft. More... over 20 years ago
Fix title. More... over 20 years ago
(at_minimum, blocksig, emp_bitinit, filelogerror, iceil, ifloor, mapdsq, mask, signame, strscan, sys_siglist, typed_wire, unblocksig): Unused, remove. More... over 20 years ago
List generated files that CVS doesn't ignore by default. More... over 20 years ago
Cosmetics. More... over 20 years ago
(show, show_item): New `show item'. From Ron Koenderink; changes to info files heavily hacked by me. More... over 20 years ago
Spelling fixes. More... over 20 years ago
errno may not be a variable; users must include errno.h instead of declaring it like `extern int errno'. More... over 20 years ago
(setfdtablesize): Remove. This may drop support for Sequent. More... over 20 years ago
Fix previous rev. More... over 20 years ago
Makefiles worked only if certain directories and generated files were already present. These files are no longer in CVS. Fix Makefiles. More... over 20 years ago
(show, show_item): New `show item'. From Ron Koenderink; changes to info files heavily hacked by me. More... over 20 years ago
Generated file, shouldn't have been committed. More... over 20 years ago
(edit, prsect, doland): Fix `editing' sector coordinates (copies sector). New: edit distribution sector, designation and new designation. From Ron Koenderink. More... over 20 years ago
(update_policy_check, diffx, diffy, takeover_plane): Prototypes were missing. More... over 20 years ago
Fix some damage done by indent-emp. Code is still hard to read. More... over 20 years ago
Remove pragmas that promote certain serious warnings to errors on windows. For obvious reasons, such warnings ought to be fixed. Making compilation abort is the sledgehammer method to force that. It's a stupid method for us, as we develop on various platforms, and don't test every single commit under Windows. It gratuitously breaks programs that work fine. Leave them as warnings, and fix them on sight. More... over 20 years ago
(edit): Rewrite of undocumented and broken feature: if there are extra arguments, they are interpreted as key-value pairs, and edit does not prompt for more. From Ron Koenderink. (player_coms): Document extended syntax. More... over 20 years ago
(sorde): Output format fixes from Ron Koenderink. More... over 20 years ago
(LND_SPY_DETECT_CHANCE): New. (look_land, sabo, prunits, unitsatxy, lnd_mar_one_sector, count_sect_units, takeover): Use it. Closes bug#786369. More... over 20 years ago