Re: CVS commit: src/games/larn

2024-03-24 Thread Valery Ushakov
On Sun, Mar 24, 2024 at 21:21:39 +0200, Andrius V wrote: > Can you a bit clarify the meaning of "8 space tabs" This is what VT set up screen called "Set 8 Column Tabs", i.e. "set one tab every eight columns, starting at column 9" which was the default setting. https://vt100.net/docs/tp83/chapter

Re: CVS commit: src/games/larn

2024-03-24 Thread Andrius V
Hi, Can you a bit clarify the meaning of "8 space tabs", since file is not exactly following any completely defined pattern. Should I use tabs before multiline comment text (*^I^I) and align text between routine name and description, also remove all unnecessary whitespace characters? Attached refo

Re: CVS commit: src/games/larn

2024-03-23 Thread Valery Ushakov
On Sat, Mar 23, 2024 at 21:10:45 +, Andrius Varanavicius wrote: > Modified Files: > src/games/larn: io.c > > Log Message: > Attempt to fix descriptions of the routines in the initial comment block. Please, can you fix this to use 8 space tabs as the rest of the file does, as can be ver

Re: CVS commit: src/games/larn

2010-04-24 Thread David Holland
On Sat, Apr 24, 2010 at 03:49:17PM +, Christos Zoulas wrote: >> Log Message: >> Handle the "diedtime" field of the player log (which is not the high >> scores file, the append-only log of all games) as int32_t instead of >> time_t. Log files from before the 64-bit time_t change can now be r

Re: CVS commit: src/games/larn

2010-04-24 Thread Christos Zoulas
In article <20100424005615.10d1117...@cvs.netbsd.org>, David A. Holland wrote: >-=-=-=-=-=- > >Module Name: src >Committed By: dholland >Date: Sat Apr 24 00:56:14 UTC 2010 > >Modified Files: > src/games/larn: scores.c > >Log Message: >Handle the "diedtime" field of the player log