summaryrefslogtreecommitdiff
path: root/lib/obstack.c
Commit message (Expand)AuthorAgeFilesLines
* maint: run 'make update-copyright'Simon Josefsson2023-01-011-1/+1
* license: fix GPLv3 texts to use a comma instead of semicolon.Bernhard Voelker2022-01-051-1/+1
* maint: run 'make update-copyright'Paul Eggert2022-01-011-1/+1
* 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
* obstack: Fix a clang warning.Bruno Haible2020-10-181-1/+1
* maint: Run 'make update-copyright'Paul Eggert2019-12-311-1/+1
* maint: Run 'make update-copyright'Paul Eggert2019-01-011-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: pacify GCC 6 with -Wnull-dereferencePaul Eggert2016-07-151-1/+2
* version-etc: new yearPaul Eggert2016-01-011-1/+1
* version-etc: new yearPaul Eggert2014-12-311-1/+1
* obstack: avoid potentially-nonportable function castsPaul Eggert2014-11-041-37/+32
* obstack: port to platforms that #define __alignof__Paul Eggert2014-11-041-1/+4
* obstack: prefer __alignof__ to alignofPaul Eggert2014-10-291-14/+18
* obstack: prefer alignof to calculating alignments by handPaul Eggert2014-10-291-6/+2
* obstack: use size_t alignments and check for overflowPaul Eggert2014-10-291-7/+11
* obstack: 64-bit obstack support, part 3Alan Modra2014-10-291-50/+33
* obstack: 64-bit obstack support, part 2Alan Modra2014-10-291-8/+8
* obstack: 64-bit obstack support, part 1Alan Modra2014-10-291-49/+28
* obstack: tidy part 2Alan Modra2014-10-291-40/+7
* obstack: tidy part 1Alan Modra2014-10-291-18/+17
* obstack: merge with glibc changesPaul Eggert2014-03-271-51/+54
* maint: update copyrightEric Blake2014-01-011-1/+1
* fpending, obstack, strerror-override: use pure+const function attrsJim Meyering2013-10-191-1/+1
* maint: update all copyright year number rangesEric Blake2013-01-011-1/+1
* In commentary, do not use ` to quote.Paul Eggert2012-01-051-7/+7
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* obstack: Fix compilation error on MSVC 9.Bruno Haible2011-11-111-1/+1
* obstack: use _NoreturnPaul Eggert2011-07-121-9/+1
* maint: update almost all copyright ranges to include 2011Jim Meyering2011-01-011-3/+1
* 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-39/+39
* Change copyright notice from GPLv2+ to GPLv3+.Bruno Haible2007-10-071-6/+5
* Make it possible to rename obstack_free.Bruno Haible2006-10-231-1/+1
* * _fpending.c: Include <config.h> unconditionally, since we noPaul Eggert2006-09-131-4/+1
* Add and change modules to make it easier for coreutils to usePaul Eggert2006-08-211-9/+3
* * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.Paul Eggert2005-10-141-9/+4
* *** empty log message ***Paul Eggert2005-05-141-1/+1
* Merge changes from coreutils.Paul Eggert2005-01-181-2/+7
* Include <inttypes.h> and <stdint.h> if available.Paul Eggert2004-08-111-2/+13
* (_obstack_begin, _obstack_begin_1, _obstack_newchunk):Paul Eggert2004-08-101-3/+8
* * malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this var.Paul Eggert2004-05-211-0/+7
* Remove unused vars and decls in obstack.Paul Eggert2004-05-191-5/+0
* Port obstack to the AS/400.Paul Eggert2004-05-171-9/+16
* Import obstack changes from libc.Paul Eggert2004-05-071-1/+3
* Exit-status fixes from coreutils.Paul Eggert2004-01-241-10/+13