Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Jun 1998 06:59:36 -0700 (PDT)
From:      Martin Cracauer <cracauer@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG
Subject:   cvs commit: ports/shells/es Makefile ports/shells/es/files md5 ports/shells/es/patches patch-aa ports/shells/es/pkg PLIST
Message-ID:  <199806081359.GAA10414@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
cracauer    1998/06/08 06:59:35 PDT

  Modified files:
    shells/es            Makefile 
    shells/es/files      md5 
    shells/es/patches    patch-aa 
    shells/es/pkg        PLIST 
  Log:
  Update to 0.9beta1.
  
  This version is now GNU configure driven.
  
  A word of warning for future committers so that you don't fall into
  the same trap as I did: The source has an printf-style funtion
  "print". This doesn't understand "%u", so the usual print-casting
  stuff for long long ints isn't
    printf("%u", (unsigned int)foo);
  but
    print("%d", (int)foo);
  which obviously looses in some cases, but I didn't take the effort to
  extend this function to take 64 bit value (just unsigned is limited as
  well).
  
  In this case, it isn't that bad, since it is used to print limits, but
  memory limits are internally stored as "mega" or "kilo" anyway.
  
  Revision  Changes    Path
  1.5       +8 -3      ports/shells/es/Makefile
  1.2       +1 -1      ports/shells/es/files/md5
  1.4       +35 -90    ports/shells/es/patches/patch-aa
  1.2       +0 -1      ports/shells/es/pkg/PLIST

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199806081359.GAA10414>