History log of /openbsd/lib/libc/stdlib/alloca.3 (Results 1 – 14 of 14)
Revision Date Author Comments
# 163243d4 17-Jan-2015 tedu <tedu@openbsd.org>

Improve wording in alloca.
1. it's not a bug; it's a caveat.
2. "slightly unsafe" gives me the willies.
3. one .Xr to malloc should suffice
ok deraadt jmc


# 64d4e987 05-Jun-2013 tedu <tedu@openbsd.org>

Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarze


# dbbbce50 12-Apr-2012 deraadt <deraadt@openbsd.org>

alloca is NOT machine dependent; it has exactly the same
effective result. its use is NOT discouraged -- it is not
common, but when you need it, there is nothing else that will do.


# 9490d37c 31-May-2007 jmc <jmc@openbsd.org>

convert to new .Dd format;


# 6580fee3 02-Jun-2003 millert <millert@openbsd.org>

Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999. Proofed by myself and Theo.


# 290f140d 06-Dec-2001 deraadt <deraadt@openbsd.org>

alloca cannot check if the allocation is valid. mention the consequences; millert ok


# b43b9088 20-Apr-2000 aaron <aaron@openbsd.org>

Flesh out stdlib function man pages.


# c5a79f6d 29-Jun-1999 aaron <aaron@openbsd.org>

first round of repairs on stdlib


# fc8533a3 23-May-1999 aaron <aaron@openbsd.org>

remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common
is used instead; kwesterback@home.com


# 350bb3b8 16-May-1999 alex <alex@openbsd.org>

Cleanup xrefs under SEE ALSO. Specifically:

- Sort xrefs by section, and then alphabetically.
- Add missing commas between xref items.
- Remove commas from the last xref entry.
- Remove dup

Cleanup xrefs under SEE ALSO. Specifically:

- Sort xrefs by section, and then alphabetically.
- Add missing commas between xref items.
- Remove commas from the last xref entry.
- Remove duplicate entries.

show more ...


# 6b714276 10-May-1999 aaron <aaron@openbsd.org>

correct some Xr's which referred to the wrong man page sections


# e9b2b68c 19-Aug-1996 tholo <tholo@openbsd.org>

Fix RCS ids
Make sure everything uses {SYS,}LIBC_SCCS properly


# e742837a 12-Jul-1996 deraadt <deraadt@openbsd.org>

cannot check for stack underflow


# df930be7 18-Oct-1995 deraadt <deraadt@openbsd.org>

initial import of NetBSD tree