about summary refs log tree commit diff
path: root/posix/regcomp.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-011-1/+1
* Fix regex type usageнаб2023-05-011-4/+4
* Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functionsAdhemerval Zanella Netto2023-03-271-1/+2
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-061-1/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-011-1/+1
* regex: Unnest nested functions in regcomp.cFangrui Song2021-11-021-223/+241
* regex: copy back from GnulibPaul Eggert2021-09-211-5/+3
* posix: Sync regex code with gnulibAdhemerval Zanella2021-01-041-1/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-021-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-011-1/+1
* posix: Sync regex with gnulibAdhemerval Zanella2019-11-061-25/+10
* Break some lines before not after operators.Joseph Myers2019-02-221-10/+10
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-011-1/+1
* regex: simplify Gnulib portPaul Eggert2018-12-271-14/+2
* regex: __builtin_expect → __glibc_unlikelyPaul Eggert2018-10-141-147/+158
* regex: Gnulib unibyte RRI uses bytes not charsPaul Eggert2018-08-101-5/+4
* regex: fix memory leak in GnulibPaul Eggert2018-08-011-1/+1
* regcomp: Fix off-by-one bug in build_equiv_class [BZ #23396]Florian Weimer2018-07-201-12/+4
* posix: Sync gnulib regex implementationAdhemerval Zanella2018-07-041-255/+342
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* regex: Fix spelling in comments.Arnold Robbins2017-12-191-1/+1
* * posix/regcomp.c (init_word_char): Add comments.Paul Eggert2017-11-221-0/+3
* regex: don't assume uint64_t or uint32_tPaul Eggert2017-11-201-14/+15
* Hide internal regex functions [BZ #18822]H.J. Lu2017-10-011-0/+2
* posix: Remove internal_function attributeFlorian Weimer2017-08-311-8/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
* Convert miscellaneous function definitions to prototype style.Joseph Myers2015-10-201-2/+1
* Convert 113 more function definitions to prototype style (files with assertio...Joseph Myers2015-10-201-19/+8
* Fix regcomp wcscoll, wcscmp namespace (bug 18497).Joseph Myers2015-06-091-3/+3
* Fix regex wctype namespace (bug 18495).Joseph Myers2015-06-051-2/+2
* Harmonize posix/regcomp.c with gnulib: comment formattingRoland McGrath2015-03-101-32/+32
* posix/regcomp: initialize union structure tag to avoid warningChris Metcalf2015-01-071-0/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
* Move findidx nested functions to top-level.Roland McGrath2014-09-111-4/+6
* regex: don't deref NULL upon heap allocation failureJim Meyering2014-07-131-0/+2
* Fix another memory leak in regexp compiler (BZ #17069)Andreas Schwab2014-06-201-1/+5
* Fix memory leak in regexp compiler (BZ #17069)Andreas Schwab2014-06-191-3/+10
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
* Add #include <stdint.h> for uint[32|64]_t usage (except installed headers).Ryan S. Arnold2013-05-161-0/+2
* Fix handling of collating symbols in regexpsAndreas Schwab2013-02-121-45/+27
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-021-1/+1
* Suppress regcomp.c warnings in 32-bit builds.Roland McGrath2012-08-151-2/+6
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-3/+2
* Optimize regex a bitUlrich Drepper2012-01-031-4/+32
* Fix access after end of search string in regex matcherAndreas Schwab2011-11-301-5/+4
* One more regex memory leak fixed.Ulrich Drepper2010-10-121-0/+2
* More regex memory leak fixes and tests.Ulrich Drepper2010-10-111-3/+6
* Fix memory leak for some invalid regular expressions.Ulrich Drepper2010-10-111-1/+9
* One forgotten checkin from regex changes.Ulrich Drepper2010-01-151-2/+2