Lines Matching full:obstack
7195 * m4/.cvsignore: Add argmatch.m4. Remove obstack.m4, strerror_r.m4.
7397 * src/flex-scanner.h (FLEX_NO_OBSTACK): New macro that blocks obstack
7402 * src/scan-skel.l: Likewise, and use flex-scanner.h without obstack
10338 * src/print_graph.c: Don't include <obstack.h>, as system.h does this.
12279 lib/memcmp.c, lib/memrchr.c, lib/obstack.c, lib/obstack.h,
12288 m4/memrchr.m4, m4/obstack.m4, m4/onceonly.m4, m4/prereq.m4,
12307 memcmp.c, memrchr.c, obstack.c, obstack.h, quote.c, quote.h,
12315 mbswidth.m4, obstack.m4, onceonly.m4, quote.m4, quotearg.m4,
12349 with latest obstack.h.
12351 to procedure types, as obstack.h now does that for us.
12818 lib/malloc.c, lib/obstack.h, lib/quote.c, lib/realloc.c,
13215 The 2003-01-03 obstack.h change also needs merging.
13220 m4/memrchr.m4, m4/obstack.m4, m4/onceonly.m4, m4/quote.m4,
13645 * lib/obstack.h (__INT_TO_PTR) [__STDC__]: Cast result to
13909 lib/getopt1.c, lib/gettext.h, lib/memrchr.c, lib/obstack.c,
13910 lib/obstack.h, lib/strnlen.c, lib/unlocked-io.h: Sync with
14529 Free the scanner's obstack when we are done.
14744 (epilogue.opt): do it here, and free the scanner's obstack.
14802 Free the obstack bit that used to store it.
15412 Initialize the obstack earlier.
16128 * lib/obstack.c, lib/obstack.h: Sync with fileutils, except use
18036 obstack to fill, instead of using attrs_obstack unconditionally.
19736 The header can also be produced directly, without any obstack!
19755 * src/reader.c (parse_union_decl): Instead of handling two obstack
19759 (copy_comment2): Work for a single obstack.
19778 (output_master_parser): To a file instead of an obstack.
21126 * src/reader.c (packsymbols): Use a temporary obstack for
21579 * src/reader.c (parse_union_decl): Add new obstack union_obstack. Which
21826 obstack. It was done too late here.
21828 * src/reader.c (parse_macro_decl): Fix. Use of the macro obstack was
21830 (reader): Initialize the macro obstack here, since we need it to grow
21833 * src/reader.h: Declare the macro obstack as extern.
21838 the output obstack instead of throwing them away.
21884 (output_rule_data): Do not output tables to the table obstack.
21891 table with a macro. No output to the table obstack.
22081 * src/files.c (graph_obstack): New obstack struct.
22082 (open_files): Initialize new obstack.
22271 Adjust all the places which used it to use the obstack.
22439 * lib/obstack.h: Formatting changes.
22459 demonstrating a current bug in the obstack implementation.
22490 * lib/obstack.c (obstack_grow, obstack_grow0): Rename the second
22495 * lib/obstack.h (obstack_copy, obstack_copy0, obstack_grow)
22566 * lib/obstack.h, lib/obstack.c: New files.