aboutsummaryrefslogtreecommitdiffstats
path: root/xmalloc.c
Commit message (Expand)AuthorAgeFilesLines
* Fix portability to C90 and C++.Matthias Andree2016-12-111-6/+1
* 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
* xmalloc type cleanup.Eric S. Raymond2002-06-071-2/+3
* _( -> GT_(Eric S. Raymond2001-09-241-2/+2
* Ultrix 4.5 port changes.Eric S. Raymond2000-03-291-0/+10
* Simplify error reporting further.Eric S. Raymond1999-02-031-2/+2
* Return of the dancing progress dots.Eric S. Raymond1999-02-011-2/+2
* Progress messages now go to stdout.Eric S. Raymond1999-01-051-2/+8
* Fix copyrights.Eric S. Raymond1998-12-041-2/+1
* Internationalization support via GNU gettext().Eric S. Raymond1998-11-261-2/+5
* Some configuration cleanup.Eric S. Raymond1997-07-011-1/+1
* Dave Bodenstab's error changes.Eric S. Raymond1996-12-301-0/+11
* Use error() for messages almost everywhere.Eric S. Raymond1996-12-171-4/+3
* Caching via aka list.Eric S. Raymond1996-11-201-1/+1
* Prototypes everywhere.Eric S. Raymond1996-11-081-16/+14
* Header cleanup.Eric S. Raymond1996-11-011-1/+0
* gcc -Wall cleanup.Eric S. Raymond1996-10-261-0/+3
* Remove all those obnoxious block comments.Eric S. Raymond1996-10-171-9/+4
* Message and documentation cleanup.Eric S. Raymond1996-10-171-1/+1
* Simplify the autoconfig process a lot.Eric S. Raymond1996-10-151-1/+11
* Changed copyrights, they're now by reference.Eric S. Raymond1996-10-111-2/+1
* The great name change.Eric S. Raymond1996-09-241-2/+2
* Licensing and copyright changes pursuant to Carl Harris handing me theEric S. Raymond1996-06-281-28/+3
* Initial revisionEric S. Raymond1996-06-281-0/+63
='#n306'>306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341