summaryrefslogtreecommitdiff
path: root/sed/regexp.c
Commit message (Expand)AuthorAgeFilesLines
* maint: quote 'like this' not `like this'Paul Eggert2023-01-301-1/+1
* maint: update copyright datesJim Meyering2023-01-011-1/+1
* sed: improve integer overflow checkingPaul Eggert2022-12-191-13/+12
* sed: simplify how diagnostics are translatedPaul Eggert2022-12-191-23/+4
* maint: make update-copyrightJim Meyering2022-01-011-1/+1
* maint: update all copyright year number rangesAssaf Gordon2021-01-051-1/+1
* maint: update all copyright year number rangesJim Meyering2020-01-011-1/+1
* maint: update copyright dates for 2019Assaf Gordon2019-01-011-1/+1
* maint: remove REG_PERL codeAssaf Gordon2018-08-231-73/+0
* maint: replace street address with URL in license textAssaf Gordon2018-08-231-2/+1
* sed: fix memory leakAssaf Gordon2018-08-081-1/+13
* sed: free allocated memory under lint, remove DEBUG_LEAKSAssaf Gordon2018-08-081-2/+8
* maint: syntax-check: prohibit-form-feedAssaf Gordon2018-08-041-2/+0
* maint: syntax-check: space-before-open-parenAssaf Gordon2018-08-041-20/+20
* sed: replace MALLOC/ck_malloc with gnulib's XCALLOCAssaf Gordon2018-08-031-5/+7
* sed: fix heap buffer overflow from multiline EOL regex optimizationAssaf Gordon2018-08-031-1/+2
* sed: reject RE searches on buffers larger than INT_MAXAssaf Gordon2018-03-231-0/+5
* maint: update gnulib and copyright dates for 2018Assaf Gordon2018-01-021-1/+1
* sed: enable special meaning of '+' with '-E --posix'Assaf Gordon2017-04-181-1/+3
* maint: update gnulib and copyright dates for 2017Jim Meyering2017-01-011-1/+1
* maint: compile warning-free with -DDEBUG_LEAKSJim Meyering2017-01-011-2/+1
* maint: RE_ICASE, RE_NO_SUB: remove useless '#ifdef'sJim Meyering2016-12-201-4/+0
* gnulib: update to latest and adapt to modified dfa APIJim Meyering2016-12-181-2/+1
* maint: fix two "make syntax-check" failuresJim Meyering2016-11-271-1/+1
* sed: fix multi-line regex matching with -zNorihiro Tanaka2016-11-041-6/+66
* sed: optimize regex processing of lone ^ or $Norihiro Tanaka2016-11-041-0/+76
* sed: fix incorrect match for title caseNorihiro Tanaka2016-09-251-3/+4
* dfa: reflect move of dfa code to new gnulib moduleJim Meyering2016-09-111-1/+2
* sed: use grep's DFA matcher to speed up regular expression matchingNorihiro Tanaka2016-08-081-0/+39
* maint: update copyright year, bootstrap, init.shJim Meyering2016-01-011-1/+1
* maint: update copyright year ranges to include 2015; update gnulibJim Meyering2015-01-011-2/+1
* maint: manually convert K&R to ANSI style decls; and add "static"Jim Meyering2014-11-301-14/+5
* maint: avoid gcc warning about unused macroJim Meyering2014-11-301-1/+0
* maint: enable sc_prohibit_tab_based_indentation syntax checkJim Meyering2014-11-301-11/+11
* maint: enable sc_cast_of_alloca_return_value syntax checkJim Meyering2014-11-301-1/+1
* maint: update copyright dates; use gnulib's update-copyright moduleJim Meyering2014-11-301-2/+2
* remove ck_freePaolo Bonzini2012-03-161-1/+1
* rip out old macrosPaolo Bonzini2012-03-161-2/+2
* clean up header inclusionsPaolo Bonzini2012-03-161-3/+1
* switch to GPLv3v4.1dPaolo Bonzini2008-01-091-1/+1
* include string.h where necessaryPaolo Bonzini2008-01-091-0/+1
* --posix disables all extensions to regular expressionsPaolo Bonzini2008-01-091-7/+16
* accept NUL for `.'Paolo Bonzini2008-01-091-2/+8
* more updates to the FSF addressPaolo Bonzini2008-01-091-1/+1
* update FSF addressPaolo Bonzini2008-01-091-1/+1
* fix debian bug 294339Paolo Bonzini2008-01-091-1/+1
* prepare for 4.1.4 releasePaolo Bonzini2008-01-091-2/+3
* do not use leftmost-longest matching for addresses.Paolo Bonzini2008-01-091-78/+92
* initial importPaolo Bonzini2004-10-201-0/+238