1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
Commit Graph

8 Commits

Author SHA1 Message Date
Pav Lucistnik
039cd321a1 - Fix runtime
PR:		ports/91540
Submitted by:	Sam Sirlin <swsirlin@earthlink.net>
Approved by:	maintainer
2006-01-10 18:45:31 +00:00
Kris Kennaway
b32681a60b Fix build on amd64, and make this port actually run on 5.x.
Submitted by:	maintainer
2004-03-18 12:06:59 +00:00
Ying-Chieh Liao
7c19b9d582 fix obscure signal-handling bugs
add readline support

PR:		43945
Submitted by:	maintainer
2002-10-12 15:36:57 +00:00
Peter Pentchev
df14c0842b free() before realloc() is bad, bad, bad.
Submitted by:	Loren James Rittle <rittle@latour.rsch.comm.mot.com>
2000-12-08 13:04:24 +00:00
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
Eric L. Hernes
9cd3c19d59 fix handling of builtin limit command.
closes ports/3037
1997-04-10 15:27:42 +00:00
Satoshi Asami
3b4a76e3a9 Take out $Revision$ string from patch.
Pointed out by:	jkh
1995-08-15 06:46:33 +00:00
Satoshi Asami
4a6b440781 Various plan9 utilities. It's such a complete collection, I'm going
to import it all at once!

Submitted by:	 Eric L. Hernes <erich@lodgenet.com>
1995-08-14 04:08:02 +00:00