summaryrefslogtreecommitdiff
path: root/lib/obstack.h
Commit message (Expand)AuthorAgeFilesLines
* Put LGPLv3+ notices in source files where appropriate.Bruno Haible2021-06-041-10/+9
* maint: run 'make update-copyright'Paul Eggert2020-12-311-1/+1
* Use expression statements also on clang.Bruno Haible2020-08-111-2/+3
* Use many __attribute__s with clang.Bruno Haible2020-08-111-1/+1
* maint: Run 'make update-copyright'Paul Eggert2019-12-311-1/+1
* maint: Run 'make update-copyright'Paul Eggert2019-01-011-1/+1
* obstack, libc-config: Support HP-UX cc in C99 mode.Bruno Haible2018-12-161-1/+1
* maint: Run 'make update-copyright'Paul Eggert2018-01-011-1/+1
* all: prefer https: URLsPaul Eggert2017-09-131-1/+1
* version-etc: new yearPaul Eggert2017-01-011-1/+1
* obstack: port to gcc -fcheck-pointer-boundsPaul Eggert2016-11-141-1/+7
* obstack: pacify GCC 6 with -Wnull-dereferencePaul Eggert2016-07-151-1/+10
* version-etc: new yearPaul Eggert2016-01-011-1/+1
* version-etc: new yearPaul Eggert2014-12-311-1/+1
* obstack: do not reject malloc-style obstack_chunkfun, obstack_freefunPaul Eggert2014-11-051-4/+2
* obstack: avoid potentially-nonportable function castsPaul Eggert2014-11-041-18/+30
* obstack: fix macro return valuesAlan Modra2014-11-041-12/+15
* obstack: use size_t alignments and check for overflowPaul Eggert2014-10-291-3/+5
* obstack: 64-bit obstack support, part 3Alan Modra2014-10-291-5/+16
* obstack: 64-bit obstack support, part 2Alan Modra2014-10-291-42/+47
* obstack: 64-bit obstack support, part 1Alan Modra2014-10-291-8/+8
* obstack: tidy part 2Alan Modra2014-10-291-34/+19
* obstack: tidy part 1Alan Modra2014-10-291-26/+26
* obstack: Remove ancient NeXTSTEP gcc support conditionalPaul Eggert2014-03-271-4/+1
* obstack: merge with glibc changesPaul Eggert2014-03-271-325/+329
* maint: update copyrightEric Blake2014-01-011-1/+1
* obstack: pacify HP CPaul Eggert2013-10-311-13/+13
* fpending, obstack, strerror-override: use pure+const function attrsJim Meyering2013-10-191-1/+1
* obstack: port --enable-gcc-warnings to clangPaul Eggert2013-05-151-2/+4
* maint: update all copyright year number rangesEric Blake2013-01-011-1/+1
* maint: spelling fixesPaul Eggert2012-02-051-1/+1
* obstack: remove __STDC__ conditionalsPaul Eggert2012-01-251-3/+3
* In commentary, do not use ` to quote.Paul Eggert2012-01-051-8/+8
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* maint: update almost all copyright ranges to include 2011Jim Meyering2011-01-011-1/+1
* Ensure no #include statements inside extern "C" { ... }.Bruno Haible2010-03-211-4/+4
* update nearly all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+1
* update nearly all FSF copyright year lists to include 2009Jim Meyering2009-12-291-2/+2
* Use spaces for indentation, not tabs.Bruno Haible2009-12-101-210/+210
* Change copyright notice from GPLv2+ to GPLv3+.Bruno Haible2007-10-071-6/+5
* Make it possible to rename obstack_free.Bruno Haible2006-10-231-4/+9
* * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.Paul Eggert2005-10-141-8/+4
* *** empty log message ***Paul Eggert2005-05-141-1/+1
* (obstack_empty_p): Don't assume that chunk->contents is suitablyPaul Eggert2004-08-101-2/+8
* (obstack_base): Cast to (void *), per documentation.Jim Meyering2004-06-241-1/+1
* Remove unused vars and decls in obstack.Paul Eggert2004-05-191-37/+1
* Port obstack to the AS/400.Paul Eggert2004-05-171-41/+51
* Import obstack changes from libc.Paul Eggert2004-05-071-5/+4
* Merge changes from glibc obstack; minor cleanups to make it easier toPaul Eggert2003-10-221-11/+11
* Don't use lvalue casts, as GCC plans to remove support for them in GCC 3.5.Paul Eggert2003-10-221-17/+23