Skip to Content.
Sympa Menu

sm-grimoire - Re: [SM-Grimoire] X11 sections

sm-grimoire AT lists.ibiblio.org

Subject: Discussion of Spells and Grimoire items

List archive

Chronological Thread  
  • From: Terry Ross <terry AT timestorm.ross.com>
  • To: Eric Sandall <eric AT sandall.us>
  • Cc: Grimoire <sm-grimoire AT lists.ibiblio.org>
  • Subject: Re: [SM-Grimoire] X11 sections
  • Date: Sun, 12 Oct 2003 21:17:46 -0700

On Sun, 12 Oct 2003 21:09:02 -0700
Eric Sandall <eric AT sandall.us> wrote:

> Quoting Terry Ross <terry AT timestorm.ross.com>:
> > Isn't ENTERED used by gaze newer and gaze older? Doesn't seem to be an
> > unneeded field if it is.
> >
> > Terry
>
> I thought it would use the information in /var/state/sorcery/packages (or
> some
> such) for this.
>
> -sandalle

It might, I was going by:

terry@timestorm: /home/terry/GPModula/doc
21:16:33 $ grep -B 6 ENTERED `which gaze`
unset BOLD
unset UNBOLD
fi
if [ ${#SPELL} -gt 15 ]; then
SPELL="<font size=-1>$SPELL</font>"
fi
if [ -z "$UPDATED" ] && [ "$ENTERED" ]; then
UPDATED=$ENTERED
--
newer() {

DATE=$1
if [ -n "$DATE" ]; then
for SPELL in `codex_get_all_spells`; do
codex_set_current_spell $SPELL
if [ "$ENTERED" ] && [ $ENTERED -gt $DATE ]; then

But it's quite possible that it also uses other tests.

Terry

--
Terry Ross | qnr | <terry AT aliboom.com> | http://linux.aliboom.com
GnuPG Key fingerprint = AC11 C1C3 0371 D4E6 50CD 1285 D041 AD9F 68C4 06C2

Attachment: pgplHbYvoKPFq.pgp
Description: PGP signature




Archive powered by MHonArc 2.6.24.

Top of Page