summaryrefslogtreecommitdiff
path: root/lib/obstack.h
AgeCommit message (Collapse)Author
2003-04-15Remove (or replace-with-TAB(s) to retain alignment)Jim Meyering
each sequence of spaces before a TAB character.
2003-03-14Merge changes from Bison.Jim Meyering
(__INT_TO_PTR) [__STDC__]: Cast result to (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5 when compiling Bison 1.875's `bitset bset = obstack_alloc (bobstack, bytes);'. Problem reported by Nelson H. F. Beebe.
2003-01-20(obstack_object_size): Declare temporary, __o, to be const.Jim Meyering
(obstack_room): Likewise. (obstack_empty_p): Likewise.
2000-11-18tweak a commentJim Meyering
2000-11-18Formatting changes.Jim Meyering
(obstack_grow, obstack_grow0): Don't cast WHERE at all: that would prevent type checking. (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't cast the value to (void *): assigning a `foo *' to a `void *' variable is valid. (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
2000-11-10Update from GNU libc.Jim Meyering
2000-08-07back out Copyright date changes for files with no changes yearJim Meyering
2000-07-09update copyright dateJim Meyering
2000-05-04update from glibc -- solely white space changesJim Meyering
1997-11-13update from GNU libcJim Meyering
1997-08-22update from glibcJim Meyering
1997-02-04new obstack from libcJim Meyering
1996-12-10Include config.h.Jim Meyering
[!HAVE_BCOPY && HAVE_MEMCPY && !defined (bcopy)]: Define bcopy in terms of memcpy. Reported by Marcus Daniels.
1996-11-04from franc,oisJim Meyering
1996-07-15update FSF address in copyrightJim Meyering
1995-08-09Include config.h.Jim Meyering
Define bcopy to memcpy if possible.
1994-11-06merge with 1.12Jim Meyering
1994-11-05merge with 3.10Jim Meyering
1994-11-04merge with 3.9u1Jim Meyering
1994-10-20Initial revisionJim Meyering