unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* update-game-score
@ 2002-04-06  8:18 Eli Zaretskii
  2002-04-06  9:32 ` update-game-score Jason Rumney
  2002-04-07  0:18 ` update-game-score Colin Walters
  0 siblings, 2 replies; 12+ messages in thread
From: Eli Zaretskii @ 2002-04-06  8:18 UTC (permalink / raw)
  Cc: emacs-devel

IMHO, this code needs to take non-Posix platforms into consideration,
unless the intent is to run it only on Unix and GNU/Linux systems.

If non-Posix systems are relevant, you should be aware that <pwd.h>
and the getpwuid function are not universally available.  In fact,
AFAIK, getpwuid wasn't even part of Posix until very recently, so some
older Posix systems might not have it as well.  So some
autoconfiscation or system-dependent ifdef's are in order.

^ permalink raw reply	[flat|nested] 12+ messages in thread
* update-game-score
@ 2003-04-03 10:36 Richard Stallman
  2003-04-07 16:53 ` update-game-score Benjamin Riefenstahl
  0 siblings, 1 reply; 12+ messages in thread
From: Richard Stallman @ 2003-04-03 10:36 UTC (permalink / raw)


update-game-score uses the POSIX functions strerror and difftime
and seems to have no way to do without them.

Would someone like to make it work even if those functions are
missing?

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2003-04-07 16:53 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-04-06  8:18 update-game-score Eli Zaretskii
2002-04-06  9:32 ` update-game-score Jason Rumney
2002-04-06 14:52   ` update-game-score Andrew Choi
2002-04-06 15:06     ` update-game-score Jason Rumney
2002-04-06 17:03   ` update-game-score Eli Zaretskii
2002-04-07  0:18 ` update-game-score Colin Walters
2002-04-11  7:06   ` update-game-score Colin Walters
2002-04-12 12:43     ` update-game-score Eli Zaretskii
2002-04-12 19:05       ` update-game-score Colin Walters
2002-04-13  9:40         ` update-game-score Eli Zaretskii
  -- strict thread matches above, loose matches on Subject: below --
2003-04-03 10:36 update-game-score Richard Stallman
2003-04-07 16:53 ` update-game-score Benjamin Riefenstahl

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).