summaryrefslogtreecommitdiff
path: root/src/Makefile.in
Commit message (Expand)AuthorAgeFilesLines
* Rely entirely on the GNU Build System.Bruno Haible2020-02-111-2/+2
* Prefer https URLs where possible.Bruno Haible2018-09-171-1/+1
* Fix copyright years.Bruno Haible2017-02-221-1/+1
* Fix "make clean" with MSVC.Bruno Haible2012-07-011-1/+1
* Remove old infrastructure for building with MSVC.Bruno Haible2012-07-011-1/+1
* Move build infrastructure files to build-aux/.Bruno Haible2012-07-011-1/+1
* Create tarballs through an Automake-like "make dist" command.Bruno Haible2012-07-011-1/+31
* Support CPPFLAGS as mandated by GNU standards.Bruno Haible2009-12-221-2/+2
* Change source code license to GPLv3+.Bruno Haible2008-08-231-7/+5
* * doc/gperf.texi: Update copyright to be 1989-2006.Brendan Kehoe2006-01-221-1/+1
* * configure.in: Add AC_OBJEXT and AC_EXEEXT.Brendan Kehoe2006-01-131-15/+17
* Update FSF postal address.Bruno Haible2005-05-141-1/+1
* Portability: Use stack-allocated arrays only if the compiler supports them.Bruno Haible2003-04-101-1/+1
* Move positions handling to its own file.Bruno Haible2003-02-131-5/+8
* When the option -k is not given, the default key positions are now computedBruno Haible2003-02-111-2/+2
* Rewrite the input routines.Bruno Haible2003-01-221-5/+2
* Move Keyword_List inline methods to a .icc file.Bruno Haible2002-12-171-1/+1
* Use 'unsigned char' instead of 'char' in many places, to reduce casts.Bruno Haible2002-12-161-1/+1
* First include is the specification's .h file.Bruno Haible2002-11-291-21/+25
* Remove the global vectors. Move them to the class Search.Bruno Haible2002-11-281-4/+1
* Move the search algorithm to search.h, search.cc.Bruno Haible2002-11-261-8/+4
* Update copyright notice to GPL v2.Bruno Haible2002-11-251-4/+6
* Move the input routines to class Input.Bruno Haible2002-11-151-1/+3
* Move the output routines to output.h and output.cc.Bruno Haible2002-11-071-1/+3
* Class PositionStringParser replaces class Iterator.Bruno Haible2002-11-061-5/+2
* Replace class List_Node with class KeywordExt.Bruno Haible2002-11-051-7/+6
* New class Keyword.Bruno Haible2002-11-011-1/+4
* Use the standard operator new.Bruno Haible2002-10-161-3/+1
* Remove trace facility. Use a debugger instead.Bruno Haible2002-10-151-18/+15
* Add support for BeOS, which doesn't have libm.Bruno Haible2000-12-181-1/+1
* Update copyright year.Bruno Haible2000-08-201-1/+1
* Use mkinstalldirs, because "mkdir -p" is not portable.Bruno Haible2000-08-201-2/+3
* Respect $(DESTDIR).Bruno Haible2000-08-191-4/+4
* Use LDFLAGS from configure.Bruno Haible2000-08-191-0/+2
* Initial revisionBruno Haible2000-08-191-0/+143