summaryrefslogtreecommitdiff
path: root/src/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | (UPDATED): Change to 22 January 2006. * doc/gperf.1 (TH): Fix date. * configure.in: Update copyright years. * configure: Regenerate. * src/Makefile.in: Update copyright years.
* * configure.in: Add AC_OBJEXT and AC_EXEEXT.Brendan Kehoe2006-01-131-15/+17
| | | | | | | | | | * lib/Makefile.in (OBJEXT): Define for subst. (OBJECTS): Use $(OBJEXT) instead of '.o'. * src/Makefile.in: Make dependencies use $(OBJEXT). (OBJEXT, EXEEXT): Define for subst. (TARGETPROG): Add $(EXEEXT). (OBJECTS): Use $(OBJEXT) instead of '.o'. (clean): Remove *.$(OBJEXT) instead of *.o.
* 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
| | | | depending on the set of keywords.
* 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