2003-05-16 Peter Williams * main.c (print_skel_dir): New function called when jay is passed '-p'; prints the directory where the default skeleton files are installed ($(prefix)/share/jay). * makefile (CFLAGS): Add a -DSKEL_DIRECTORY to support print_skel_dir. * jay.1: Document the -p parameter. 2003-05-16 Peter Williams * makefile (install): Call the install in makefile.gnu * makefile.gnu (install): Actually install jay and its skeleton files. 2003-02-09 Martin Baulig * output.c: Use `#line default' instead of source file "-". 2003-01-13 Jackson Harper * skeleton.cs: Remove cleanup stuff, it has been moved to a better spot. 2003-01-13 Duncan Mak * skeleton.cs (cleanpup): Rename to cleanup to make it look more consistent. 2003-01-13 Jackson Harper * skeleton.cs: Call lexer.Cleanup when the lexer reaches the EOF. 2002-08-20 Miguel de Icaza * skeleton.cs: Fix the code that expanded the arrays dynamically, it was broken, and instead was copying 0 elements. 2002-07-10 Alp Toker * main.c: mktemp() is deprecated with gcc 3.1.1, use mkstemp() instead 2001-07-15 Sean MacIsaac * makefile: added windows and unix targets. 2001-07-14 Sean MacIsaac * main.c: fixed error in command line flag -c if it was not first option.