* src/files.c (compute_base_names): When computing the output file

names from the input file name, strip the directory part.
This commit is contained in:
Akim Demaille
2002-06-18 12:39:54 +00:00
parent ca98bf5758
commit 8c165d891d
4 changed files with 13 additions and 74 deletions

5
NEWS
View File

@@ -3,6 +3,11 @@ Bison News
Changes in version 1.49b:
* Output Directory
When not in Yacc compatibility mode, when the output file was not
specified, runnning `bison foo/bar.y' created `foo/bar.c'. It
now creates `bar.c'.
* Undefined token
The undefined token was systematically mapped to 2 which prevented
the use of 2 from the user. This is no longer the case.