Move var_set and variable parsing declarations into new header.
[pspp-builds.git] / src / language / lexer / ChangeLog
1 Tue Jun 27 12:07:34 2006  Ben Pfaff  <blp@gnu.org>
2
3         * variable-parser.h: New header.  Moved the var_set and variable
4         parsing declarations here.
5
6         * q2c.c (main): Emit include for new variable-parser.h header.
7
8 Sun Jun 25 22:41:00 2006  Ben Pfaff  <blp@gnu.org>
9
10         * q2c.c (dump_free): For SBC_DBL_LIST, enclose the output code in
11         curly braces, because it contains a variable declaration and might
12         not be at the beginning of a block.
13
14 Fri Jun  9 14:02:19 2006  Ben Pfaff  <blp@gnu.org>
15
16         Reform string library.
17         
18         * q2c.c (dump_subcommand): ds_c_str() became ds_cstr(), in
19         generated code.
20
21 Wed Apr 26 13:30:41 2006  Ben Pfaff  <blp@gnu.org>
22
23         * lexer.c: (lex_discard_rest_of_command) New function.
24
25 Mon Apr 24 14:12:08 2006  Ben Pfaff  <blp@gnu.org>
26
27         * q2c.c: Use exit.h from gnulib instead of checking for and
28         defining EXIT_SUCCESS and EXIT_FAILURE by hand.
29
30 Sat Apr 15 14:30:35 2006  Ben Pfaff  <blp@gnu.org>
31
32         * q2c.c: Change DEBUGGING macro to DUMP_TOKENS for clarity and to
33         avoid dumping all the tokens to stdout when --enable-debug is
34         passed to configure.
35
36 Fri Mar 10 08:29:25 2006  Ben Pfaff  <blp@gnu.org>
37
38         * q2c.c: (dump_free) Free proper member for var list, instead of
39         hard-coding to v_variables.  Thanks to Jason Stover for reporting
40         this bug.
41
42 Thu Mar  2 08:40:33 WST 2006 John Darrington <john@darrington.wattle.id.au>
43         
44         * Moved files from src directory