summaryrefslogtreecommitdiff
path: root/lib/nfmalloc.c
AgeCommit message (Expand)AuthorFilesLines
2009-01-23libdpkg: Rename function arguments named l to sizeGuillem Jover1-2/+2
2009-01-20libdpkg: Use size_t in functions taking a size argumentGuillem Jover1-1/+3
2008-09-14libcompat: Add new compat.h headerGuillem Jover1-0/+1
2008-09-14libdpkg: Move gettext related definitions to a new dpkg-i18n.hGuillem Jover1-0/+2
2008-06-30Switch to use UTF-8 copyright symbol and add missing onesGuillem Jover1-1/+1
2008-01-07Do not use extern inline as it changes semantics from GNU C to C99Guillem Jover1-1/+2
2003-10-25Almost *EVERY* damn file was including config.h in the wrong spot. AfterAdam Heath1-1/+1
2002-09-03Protect duplicate calls to obstack_free(), as obstack_free segfaults whenAdam Heath1-2/+4
2002-08-23Fix read past buffer in lib/nfmalloc.c.Adam Heath1-5/+2
2002-05-06Perl sucks, fix Ian's email addressWichert Akkerman1-1/+1
2002-05-06Update Ian Jacksons' email addressWichert Akkerman1-1/+1
2001-04-28 * lib/nfmalloc.c: in nfstrnsave, don't set the char after the end, butAdam Heath1-1/+1
2001-04-28nfstrnsave() was not allocated n+1 chars, and was not setting the n+1 byteAdam Heath1-1/+4
2001-04-23Changed 0 to NULL.Adam Heath1-1/+1
2001-03-04* ChangeLog: undo file corruption (ugh)Wichert Akkerman1-4/+0
2001-01-16actually use CHUNK_SIZEBen Collins1-1/+1
2001-01-15fixup declerationsBen Collins1-5/+5
2001-01-15change blocksize to 8192, and make sure we set dbobs_init to 0 after obstack_...Ben Collins1-12/+18
2001-01-15fixups for obstack usageBen Collins1-4/+19
2001-01-14convert nfmalloc to obstack, and include obstack.[ch] for non-GNU systemsBen Collins1-63/+14
2000-12-27Added nfstrnsave().Adam Heath1-0/+8
2000-12-20Lesson the memory footprint.Adam Heath1-1/+1
1999-01-29dpkg 1.4.1Guy Maor1-3/+3
1996-04-04dpkg (1.1.4); priority=MEDIUMIan Jackson1-0/+91