aboutsummaryrefslogtreecommitdiffstats
path: root/save.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Replace strcpy() and strcat() with safer functionsBenjamin Linskey4 days1-2/+2
| | | | | Switched to strlcpy() and strlcat(). Fixes a compiler warning on OpenBSD.
* Properly extract char values from chtypesBenjamin Linskey6 days1-1/+2
| | | | This fixes warnings about implicit conversions from chtype to char.
* Import code from NetBSDBenjamin Linskey2026-05-301-0/+435
Imported games/rogue from NetBSD src Git mirror trunk branch. HISTORY is the git log output for this directory; everything else is an unmodified copy of the NetBSD source.