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