freebsd-ports/shells
Martin Cracauer aa2af247b4 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.
1998-06-08 13:59:35 +00:00
..
bash put MASTER_SITE_GNU first 1998-05-16 11:39:19 +00:00
bash1 Add NO_LATEST_LINK -- these are not the latest versions, and we shouldn't 1998-04-04 07:36:46 +00:00
bash2 put MASTER_SITE_GNU first 1998-05-16 11:39:19 +00:00
bash3 put MASTER_SITE_GNU first 1998-05-16 11:39:19 +00:00
es Update to 0.9beta1. 1998-06-08 13:59:35 +00:00
fd Move the man pages to ${PREFIX}/man/ja from ja_JP.EUC. 1998-04-05 04:47:11 +00:00
pdksh Link statically. 1998-04-29 07:56:42 +00:00
pkg pkg/COMMENT files for use by ports READMEs. 1996-04-09 08:30:00 +00:00
rc CATAGORIES+= -> CATAGORIES= 1996-11-12 02:19:40 +00:00
scsh Forgot to disable NO_CDROM 1997-07-15 15:00:30 +00:00
tcsh Files from old MASTER_SITE moved to a new site. 1997-11-28 03:35:05 +00:00
zsh Upgrade to 3.0.5 1997-09-26 08:23:15 +00:00
zsh-devel Upgrade to 3.0.5 1997-09-26 08:23:15 +00:00
Makefile Activated scsh. 1997-01-03 00:40:55 +00:00