summaryrefslogtreecommitdiff
path: root/djgpp
Commit message (Collapse)AuthorAgeFilesLines
* change more quotes in source, and adjust tests to matchJim Meyering2012-01-191-7/+7
| | | | | | | | | | | | | | | | Run this command to change each `%s' to '%s' in source directories: git grep -l '`%s'\' src djgpp data \ |xargs perl -pi -e '$q="'\''";s/`%s$q/$q%s$q/g' * data/bison.m4: Affected per the above. * djgpp/subpipe.c: Likewise. * src/files.c: Likewise. * src/getargs.c: Likewise. * src/muscle-tab.c: Likewise. * src/reader.c: Likewise. * tests/glr-regression.at: Adjust to match. * tests/input.at: Likewise. * tests/push.at: Likewise. * tests/skeletons.at: Likewise.
* maint: avoid "the the"Jim Meyering2012-01-131-1/+1
| | | | | | | * djgpp/README.in: s/the the/the/ * src/parse-gram.c (lloc_default): Likewise. * src/parse-gram.y (lloc_default): Likewise, and remove a trailing space.
* maint: run "make update-copyright".Jim Meyering2012-01-1311-11/+11
|
* maint: run "make update-copyright".Joel E. Denny2011-01-0211-20/+11
|
* Do not use date ranges in copyright notices.Paul Eggert2010-06-1711-13/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See http://www.gnu.org/prep/maintain/maintain.html#Copyright-Notices * HACKING, Makefile.am, NEWS, PACKAGING, README, README-alpha: * TODO, bootstrap, bootstrap.conf: * build-aux/update-b4-copyright, cfg.mk, configure.ac: * data/README, data/bison.m4, data/c++-skel.m4, data/c++.m4: * data/c-skel.m4, data/c.m4, data/glr.c, data/glr.cc: * data/java-skel.m4, data/java.m4, data/lalr1.cc: * data/lalr1.java, data/local.mk, data/location.cc: * data/stack.hh, data/variant.hh, data/xslt/bison.xsl: * data/xslt/xml2dot.xsl, data/xslt/xml2text.xsl: * data/xslt/xml2xhtml.xsl, data/yacc.c, djgpp/Makefile.maint: * djgpp/README.in, djgpp/config.bat, djgpp/config.sed: * djgpp/config.site, djgpp/config_h.sed, djgpp/djunpack.bat: * djgpp/local.mk, djgpp/subpipe.c, djgpp/subpipe.h: * djgpp/testsuite.sed, doc/bison.texinfo, doc/local.mk: * doc/refcard.tex, etc/README, etc/bench.pl.in, etc/local.mk: * examples/calc++/Makefile.am, examples/extexi: * examples/local.mk, lib/abitset.c, lib/abitset.h: * lib/bbitset.h, lib/bitset.c, lib/bitset.h: * lib/bitset_stats.c, lib/bitset_stats.h, lib/bitsetv-print.c: * lib/bitsetv-print.h, lib/bitsetv.c, lib/bitsetv.h: * lib/ebitset.c, lib/ebitset.h, lib/get-errno.c: * lib/get-errno.h, lib/lbitset.c, lib/lbitset.h: * lib/libiberty.h, lib/local.mk, lib/main.c, lib/timevar.c: * lib/timevar.def, lib/timevar.h, lib/vbitset.c: * lib/vbitset.h, lib/yyerror.c, m4/bison-i18n.m4: * m4/c-working.m4, m4/cxx.m4, m4/subpipe.m4, m4/timevar.m4: * src/AnnotationList.c, src/AnnotationList.h: * src/InadequacyList.c, src/InadequacyList.h, src/LR0.c: * src/LR0.h, src/Sbitset.c, src/Sbitset.h, src/assoc.c: * src/assoc.h, src/closure.c, src/closure.h, src/complain.c: * src/complain.h, src/conflicts.c, src/conflicts.h: * src/derives.c, src/derives.h, src/files.c, src/files.h: * src/flex-scanner.h, src/getargs.c, src/getargs.h: * src/gram.c, src/gram.h, src/graphviz.c, src/ielr.c: * src/ielr.h, src/lalr.c, src/lalr.h, src/local.mk: * src/location.c, src/location.h, src/main.c: * src/muscle-tab.c, src/muscle-tab.h, src/named-ref.c: * src/named-ref.h, src/nullable.c, src/nullable.h: * src/output.c, src/output.h, src/parse-gram.y: * src/print-xml.c, src/print-xml.h, src/print.c, src/print.h: * src/print_graph.c, src/print_graph.h, src/reader.c: * src/reader.h, src/reduce.c, src/reduce.h, src/relation.c: * src/relation.h, src/scan-code.h, src/scan-code.l: * src/scan-gram.h, src/scan-gram.l, src/scan-skel.h: * src/scan-skel.l, src/state.c, src/state.h, src/symlist.c: * src/symlist.h, src/symtab.c, src/symtab.h, src/system.h: * src/tables.c, src/tables.h, src/uniqstr.c, src/uniqstr.h: * tests/actions.at, tests/atlocal.in, tests/c++.at: * tests/calc.at, tests/conflicts.at, tests/cxx-type.at: * tests/existing.at, tests/glr-regression.at: * tests/headers.at, tests/input.at, tests/java.at: * tests/local.at, tests/local.mk, tests/named-refs.at: * tests/output.at, tests/push.at, tests/reduce.at: * tests/regression.at, tests/sets.at, tests/skeletons.at: * tests/synclines.at, tests/testsuite.at, tests/torture.at: Don't use date ranges in copyright notices. Copyright (C) 1987, 1988, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
* maint: run "make update-copyright"Joel E. Denny2010-01-0411-19/+11
|
* maint: run "make update-copyright"Joel E. Denny2009-08-0611-11/+19
|
* djgpp/local.mk.Akim Demaille2008-11-151-0/+27
| | | | | * Makefile.am (EXTRA_DIST): Move djgpp related part to... * djgpp/local.mk: this new file.
* * djgpp/config.sed: Fixes required to run configure scripts generated by ↵Juan Manuel Guerrero2008-05-121-3/+13
| | | | autoconf 2.62.
* * README.in: List of required packages updated. Copyright timestamp adjusted.Juan Manuel Guerrero2008-02-061-3/+3
|
* * Makefile.maint: Copyright timestamp adjusted.Juan Manuel Guerrero2008-02-061-1/+1
|
* * fnchange.lst: Add filenames that are not 8.3 clean to theJuan Manuel Guerrero2008-02-061-1/+7
| | | | filename translation list.
* * testsuite.sed: Copyright timestamp adjusted.Juan Manuel Guerrero2008-02-061-1/+1
|
* * subpipe.h: Copyright timestamp adjusted.Juan Manuel Guerrero2008-02-061-1/+1
|
* * subpipe.c (init_subpipe): Check the environment variablesJuan Manuel Guerrero2008-02-061-3/+14
| | | | | | | TMPDIR, TMP and TEMP, in that order, to determinate where the temp files shall be created. Before trying to use the temp dir where the environment variable points to check that the dir really exists. If not default to the cwd as temp dir. Copyright timestamp adjusted.
* * djunpack.bat: Copyright timestamp adjusted.Juan Manuel Guerrero2008-02-061-1/+1
|
* * djgpp/config_h.sed: Copyright timestamp adjusted.Juan Manuel Guerrero2008-02-061-1/+1
|
* * config.site: Copyright timestamp adjusted.Juan Manuel Guerrero2008-02-061-1/+1
|
* * config.sed: Add filenames that are not 8.3 clean and that mustJuan Manuel Guerrero2008-02-061-1/+15
| | | | be changed. Copyright timestamp adjusted.
* * config.bat: Add filenames that are not 8.3 clean and that mustJuan Manuel Guerrero2008-02-061-1/+41
| | | | be changed. Copyright timestamp adjusted.
* Update to GPLv3.Paul Eggert2007-08-1510-65/+55
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/gpl-3.0.texi: New file. * doc/gpl.texi: Remove. * COPYING, GNUmakefile, HACKING, Makefile.am, Makefile.cfg: * Makefile.maint, NEWS, PACKAGING, README, README-alpha: * README-hacking, TODO, bootstrap, bootstrap.conf: * configure.ac, data/Makefile.am, data/README, data/bison.m4: * data/c++-skel.m4, data/c++.m4, data/c-skel.m4, data/c.m4: * data/glr.c, data/glr.cc, data/java-skel.m4, data/java.m4: * data/lalr1.cc, data/lalr1.java, data/location.cc: * data/push.c, data/yacc.c, data/m4sugar/m4sugar.m4: * djgpp/Makefile.maint, djgpp/README.in, djgpp/config.bat: * djgpp/config.sed, djgpp/config.site, djgpp/config_h.sed: * djgpp/djunpack.bat, djgpp/subpipe.c, djgpp/subpipe.h: * djgpp/testsuite.sed, doc/Makefile.am, doc/bison.texinfo: * doc/fdl.texi, doc/refcard.tex, etc/Makefile.am, etc/README: * etc/bench.pl.in, examples/Makefile.am, examples/extexi: * examples/calc++/Makefile.am, lib/Makefile.am, lib/abitset.c: * lib/abitset.h, lib/bbitset.h, lib/bitset.c, lib/bitset.h: * lib/bitset_stats.c, lib/bitset_stats.h, lib/bitsetv-print.c: * lib/bitsetv-print.h, lib/bitsetv.c, lib/bitsetv.h: * lib/ebitset.c, lib/ebitset.h, lib/get-errno.c: * lib/get-errno.h, lib/lbitset.c, lib/lbitset.h: * lib/libiberty.h, lib/main.c, lib/subpipe.c, lib/subpipe.h: * lib/timevar.c, lib/timevar.def, lib/timevar.h: * lib/vbitset.c, lib/vbitset.h, lib/yyerror.c: * m4/c-working.m4, m4/cxx.m4, m4/m4.m4, m4/subpipe.m4: * m4/timevar.m4, src/LR0.c, src/LR0.h, src/Makefile.am: * src/assoc.c, src/assoc.h, src/closure.c, src/closure.h: * src/complain.c, src/complain.h, src/conflicts.c: * src/conflicts.h, src/derives.c, src/derives.h, src/files.c: * src/files.h, src/flex-scanner.h, src/getargs.c: * src/getargs.h, src/gram.c, src/gram.h, src/graphviz.c: * src/lalr.c, src/lalr.h, src/location.c, src/location.h: * src/main.c, src/muscle_tab.c, src/muscle_tab.h: * src/nullable.c, src/nullable.h, src/output.c, src/output.h: * src/parse-gram.c, src/parse-gram.h, src/parse-gram.y: * src/print.c, src/print.h, src/print_graph.c: * src/print_graph.h, src/reader.c, src/reader.h, src/reduce.c: * src/reduce.h, src/relation.c, src/relation.h: * src/revision.h, src/scan-code.h, src/scan-code.l: * src/scan-gram.h, src/scan-gram.l, src/scan-skel.h: * src/scan-skel.l, src/state.c, src/state.h, src/symlist.c: * src/symlist.h, src/symtab.c, src/symtab.h, src/system.h: * src/tables.c, src/tables.h, src/uniqstr.c, src/uniqstr.h: * tests/Makefile.am, tests/actions.at, tests/c++.at: * tests/calc.at, tests/conflicts.at, tests/cxx-type.at: * tests/existing.at, tests/glr-regression.at: * tests/headers.at, tests/input.at, tests/java.at: * tests/local.at, tests/output.at, tests/push.at: * tests/reduce.at, tests/regression.at, tests/sets.at: * tests/skeletons.at, tests/synclines.at, tests/testsuite.at: * tests/torture.at: Update to GPLv3.
* * fnchange.lst: Reflect the renaming of c++ into cxx.Juan Manuel Guerrero2007-03-081-2/+21
|
* * config.sed: Reflect the renaming of c++-skel.m4 into cxx-skel.m4.Juan Manuel Guerrero2007-03-081-1/+2
|
* * config.bat: Reflect the renaming of c++-skel.m4 into cxx-skel.m4.Juan Manuel Guerrero2007-03-081-2/+16
|
* * config.bat: Inhibit the use of disallowed characters.Juan Manuel Guerrero2007-03-071-1/+11
|
* * testsuite.sed: Inhibit the use of disallowed characters.Juan Manuel Guerrero2007-03-071-0/+25
|
* * djgpp/config.bat: Rename arguments to args. Avoids 8.3 alias difficulty.Juan Manuel Guerrero2007-03-071-15/+15
|
* * djgpp/config.sed: Fix that inttypes.h and inttypes_.h map on the same 8.3 ↵Juan Manuel Guerrero2007-03-071-0/+6
| | | | alias.
* * djgpp/config.bat: Fix that inttypes.h and inttypes_.h map on the same 8.3 ↵Juan Manuel Guerrero2007-03-071-0/+4
| | | | alias.
* * djgpp/README.in: More generic description of required packages for ↵Juan Manuel Guerrero2007-02-161-12/+14
| | | | compiling the sources.
* * djgpp/config.site: Adjustments concerning the use of autoconf 2.61.Juan Manuel Guerrero2007-02-141-8/+1
|
* * djgpp/config.sed: Adjustments concerning the use of autoconf 2.61.Juan Manuel Guerrero2007-02-141-5/+12
|
* * djgpp/config.bat: Adjustments concerning the use of autoconf 2.61.Juan Manuel Guerrero2007-02-141-7/+7
|
* * NEWS, data/c++-skel.m4, data/c++.m4, data/c-skel.m4, data/c.m4,Joel E. Denny2007-01-171-1/+1
| | | | | | | | | data/glr.c, data/glr.cc, data/lalr1.cc, data/location.cc, djgpp/config.site, src/files.c, src/files.h, src/main.c, src/muscle_tab.c, src/muscle_tab.h, src/parse-gram.y, src/reader.h, src/scan-skel.h, src/scan-skel.l, tests/actions.at, tests/calc.at, tests/glr-regression.at, tests/input.at, tests/local.at, tests/output.at, tests/torture.at: Update copyright to 2007.
* * djgpp/config.site: Set ac_cv_path_mkdir to a sane DJGPP specificJuan Manuel Guerrero2007-01-141-0/+4
| | | | default. Set gl_cv_absolute_wctype_h to a sane DJGPP specific default.
* djgpp/config.site: Adjust config.sed for the use of autoconf 2.60.Juan Manuel Guerrero2006-10-151-0/+6
|
* djgpp/config.sed: Adjust config.sed for the use of autoconf 2.60.Juan Manuel Guerrero2006-10-151-67/+57
|
* djgpp/config.bat: config.hin has been moved to lib. AdjustJuan Manuel Guerrero2006-10-151-4/+4
| | | | config.bat accordingly.
* * bootstrap.conf (gnulib_modules): Add config-h.Paul Eggert2006-10-131-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * djgpp/subpipe.c: Include <config.h> unconditionally; don't worry about HAVE_CONFIG_H. * lib/abitset.c: Likewise. * lib/bitset.c: Likewise. * lib/bitset_stats.c: Likewise. * lib/bitsetv-print.c: Likewise. * lib/bitsetv.c: Likewise. * lib/ebitset.c: Likewise. * lib/get-errno.c: Likewise. * lib/lbitset.c: Likewise. * lib/subpipe.c: Likewise. * lib/timevar.c: Likewise. * lib/vbitset.c: Likewise. * lib/bitset.c: Include "bitset.h" first, to test interface. * lib/bitset_stats.c: Include "bitset_stats.h" first. * lib/bitsetv-print.c: Include "bitsetv-print.h" first. * lib/bitsetv.c: Include "bitsetv.h" first. * lib/get-errno.c: Include "get-errno.h" first. * m4/.cvsignore: Add config-h.m4. * tests/actions.at (Default %printer and %destructor for ...): Adjust expected line numbers in output to reflect removal of #if HAVE_CONFIG_H lines. * tests/glr-regression.at (Missed %merge type warnings when ...): Likewise. * tests/regression.at (Braced code in declaration in rules section): Likewise. * tests/atlocal.in (CPPFLAGS): Don't define HAVE_CONFIG_H. * tests/local.at (AT_DATA_GRAMMAR_PROLOGUE): Include <config.h> unconditionally.
* Actualisation of information concerning portsJuan Manuel Guerrero2006-05-291-7/+8
| | | | | required to build port and enumeration of the tests of the testsuite that will be skipped.
* Add sane defaults for grep, egrep, fgrep and sed.Juan Manuel Guerrero2006-05-011-0/+12
|
* Add information about what autoconf version configuration scriptJuan Manuel Guerrero2006-04-301-0/+3
| | | | can be modified by this particular sed script.
* Use a more general search string in ac_abs_builddir, ac_abs_top_builddir, etc.Juan Manuel Guerrero2006-04-301-6/+6
|
* Add more possible file name variations of Makefile.in.inJuan Manuel Guerrero2006-04-301-0/+12
| | | | | that must be checked for and renamed to the valid 8+3 file name Makefile.in-in
* * Delete all environment variables after use to avoid thatJuan Manuel Guerrero2006-03-141-3/+3
| | | | the environment space becomes exhausted.
* * Add a sane default for awk.Juan Manuel Guerrero2006-02-071-3/+1
|
* * Comment fixes.Juan Manuel Guerrero2006-02-061-5/+7
|
* * Minor documentation fixes.Juan Manuel Guerrero2006-02-061-13/+13
|
* * Fix data/glr.cc to reflect the renaming of c++.m4 into cxx.m4.Juan Manuel Guerrero2006-02-061-0/+7
|
* * Use colon instead of semicolon as path separator in PATH.Juan Manuel Guerrero2006-02-061-2/+2
|