aboutsummaryrefslogtreecommitdiffstats
path: root/xmalloc.c
Commit message (Collapse)AuthorAgeFilesLines
* On xmalloc/xrealloc failures, abort() rather than exit(PS_UNDEFINED).Matthias Andree2010-04-291-2/+2
|
* Add xstrndup().Matthias Andree2010-04-101-0/+12
|
* Fix crash on systems that do not provide strdup() in out-of-memory conditions.Matthias Andree2006-12-121-1/+2
| | | | | | Patch by Andreas Krennmair. svn path=/branches/BRANCH_6-3/; revision=4988
* xmalloc type cleanup.Eric S. Raymond2002-06-071-2/+3
| | | | svn path=/trunk/; revision=3636
* _( -> GT_(Eric S. Raymond2001-09-241-2/+2
| | | | svn path=/trunk/; revision=3478
* Ultrix 4.5 port changes.Eric S. Raymond2000-03-291-0/+10
| | | | svn path=/trunk/; revision=2841
* Simplify error reporting further.Eric S. Raymond1999-02-031-2/+2
| | | | svn path=/trunk/; revision=2374
* Return of the dancing progress dots.Eric S. Raymond1999-02-011-2/+2
| | | | svn path=/trunk/; revision=2369
* Progress messages now go to stdout.Eric S. Raymond1999-01-051-2/+8
| | | | svn path=/trunk/; revision=2328
* Fix copyrights.Eric S. Raymond1998-12-041-2/+1
| | | | svn path=/trunk/; revision=2260
* Internationalization support via GNU gettext().Eric S. Raymond1998-11-261-2/+5
| | | | svn path=/trunk/; revision=2208
* Some configuration cleanup.Eric S. Raymond1997-07-011-1/+1
| | | | svn path=/trunk/; revision=1133
* Dave Bodenstab's error changes.Eric S. Raymond1996-12-301-0/+11
| | | | svn path=/trunk/; revision=705
* Use error() for messages almost everywhere.Eric S. Raymond1996-12-171-4/+3
| | | | svn path=/trunk/; revision=636
* Caching via aka list.Eric S. Raymond1996-11-201-1/+1
| | | | svn path=/trunk/; revision=563
* Prototypes everywhere.Eric S. Raymond1996-11-081-16/+14
| | | | svn path=/trunk/; revision=515
* Header cleanup.Eric S. Raymond1996-11-011-1/+0
| | | | svn path=/trunk/; revision=463
* gcc -Wall cleanup.Eric S. Raymond1996-10-261-0/+3
| | | | svn path=/trunk/; revision=396
* Remove all those obnoxious block comments.Eric S. Raymond1996-10-171-9/+4
| | | | svn path=/trunk/; revision=345
* Message and documentation cleanup.Eric S. Raymond1996-10-171-1/+1
| | | | svn path=/trunk/; revision=342
* Simplify the autoconfig process a lot.Eric S. Raymond1996-10-151-1/+11
| | | | svn path=/trunk/; revision=337
* Changed copyrights, they're now by reference.Eric S. Raymond1996-10-111-2/+1
| | | | svn path=/trunk/; revision=299
* The great name change.Eric S. Raymond1996-09-241-2/+2
| | | | svn path=/trunk/; revision=114
* Licensing and copyright changes pursuant to Carl Harris handing me theEric S. Raymond1996-06-281-28/+3
| | | | | | baton. svn path=/trunk/; revision=16
* Initial revisionEric S. Raymond1996-06-281-0/+63
svn path=/trunk/; revision=15