summaryrefslogtreecommitdiff
path: root/src/dfa.h
Commit message (Expand)AuthorAgeFilesLines
* maint: update copyright year ranges to include 2011Jim Meyering2011-01-031-1/+1
* dfa: warn on [:space:] and similarPaolo Bonzini2010-08-271-0/+6
* dfa: fix {0,0}Paolo Bonzini2010-04-191-6/+0
* dfa: fix declaration of dfabroken in dfa.hArnold D. Robbins2010-04-081-1/+1
* convert all TABs to equivalent spaces in indentationJim Meyering2010-04-081-1/+1
* dfa: move definition of __attribute__ back into dfa.hJim Meyering2010-04-081-0/+4
* dfa: move internals from dfa.h to dfa.cArnold D. Robbins2010-04-071-259/+15
* build: avoid conflict with WCHAR definition from Cygwin's <windows.h>Aharon Robbins2010-04-061-96/+2
* maint: MBS_SUPPORT: define to 0/1, not undef/1Jim Meyering2010-04-021-4/+4
* build: avoid warnings: tell gcc and clang that dfaerror never returnsJim Meyering2010-03-231-1/+5
* maint: sync dfa comments from gawkArnold Robbins2010-03-191-1/+2
* dfa: spell out "unsigned int"Paolo Bonzini2010-03-171-3/+3
* dfa: speed up handling of bracketsPaolo Bonzini2010-03-171-0/+1
* dfa: cache MB_CUR_MAX for dfaexecPaolo Bonzini2010-03-171-0/+2
* dfa: improve documentation of struct dfaPaolo Bonzini2010-03-171-13/+16
* dfa: rewrite handling of multibyte case_fold lexingPaolo Bonzini2010-03-171-0/+3
* dfa, grep: cleanup if-before-free and cast-of-argument-to-freePaolo Bonzini2010-03-121-12/+0
* dfa: remove CRANGE dead codePaolo Bonzini2010-03-121-6/+0
* dfa: manually merge gawk's dfaexecJim Meyering2010-03-121-8/+24
* maint: remove all uses of PARAMSJim Meyering2010-03-111-14/+9
* maint: update all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+1
* replace AC_CHECK_* with gnulib modulesPaolo Bonzini2009-11-261-8/+4
* update/add copyright noticesKarl Berry2009-01-301-1/+1
* GPLv2 -> GPLv3Bernhard Rosenkraenzer2007-06-281-1/+1
* Update FSF's civic address, zip code, and citizen relocation code.Charles Levert2005-05-021-1/+2
* small changes from gawkStepan Kasal2004-12-161-3/+3
* Fix the search bugsAlain Magloire2001-03-071-0/+30
* Isamu changes in the dfa to support ANYCHAR (.).Alain Magloire2001-03-021-0/+12
* Changes from Isamu added(for the dfa)Alain Magloire2001-02-221-0/+19
* Range fixex.Alain Magloire2001-02-081-2/+7
* Remove sentinel code.Alain Magloire2001-02-081-22/+16
* change by Paul Eggert.Alain Magloire1999-08-131-3/+4
* Initial revisionAlain Magloire1998-11-031-0/+371