summaryrefslogtreecommitdiff
path: root/lib/alloca.c
Commit message (Expand)AuthorAgeFilesLines
* Put public domain notices in source files where appropriate.Bruno Haible2021-06-041-1/+3
* alloca: No need to compile alloca.c with clang.Bruno Haible2020-08-071-3/+3
* alloca: Remove Cray-2 and Cray Y-MP support.Bruno Haible2020-07-261-279/+1
* alloca, tsearch-tests: Write NULL for the null pointer.Michal Privoznik2019-03-101-5/+5
* alloca: protect comment from gnulib-toolPaul Eggert2011-12-151-1/+1
* alloca: port to compilers that can optimize like GCC 4.6.0Paul Eggert2011-06-201-22/+9
* alloca: one step towards thread-safetyPaul Eggert2010-12-281-7/+9
* Use spaces for indentation, not tabs.Bruno Haible2009-12-101-77/+77
* * _fpending.c: Include <config.h> unconditionally, since we noPaul Eggert2006-09-131-3/+1
* alloca cleanup: always include <alloca.h>.Paul Eggert2004-05-171-0/+2
* Remove dependency of alloca on xalloc.Paul Eggert2003-11-241-9/+11
* (alloca): xmalloc cannot return NULL, so don't test for that.Paul Eggert2003-10-271-3/+0
* Remove K&R cruft.Paul Eggert2003-09-081-25/+7
* Merge from coreutils.Paul Eggert2003-08-091-1/+1
* [defined emacs]: Include "lisp.h".Paul Eggert2002-12-051-22/+26
* (alloca): Arg is of type size_t, not unsigned.Jim Meyering2001-08-301-1/+1
* (malloc): Undef before defining, since stdlib.h may have defined it.Jim Meyering2001-02-161-0/+1
* Sync with the version from emacs-20.5.Jim Meyering2000-01-161-0/+10
* ansideclifyJim Meyering1998-12-071-2/+1
* indent cpp directivesJim Meyering1998-04-091-57/+59
* make there be two spaces after `.' in commentsJim Meyering1998-04-091-2/+2
* ,Jim Meyering1996-10-091-104/+402
* Initial revisionJim Meyering1992-11-011-0/+194