summaryrefslogtreecommitdiff
path: root/posix/regcomp.c
AgeCommit message (Expand)Author
2026-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2025-07-21posix: Fix double-free after allocation failure in regcomp (bug 33185)Florian Weimer
2025-06-04posix: fix building regex when _LIBC isn't definedCœur
2025-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2024-11-25Silence most -Wzero-as-null-pointer-constant diagnosticsAlejandro Colomar
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2023-05-01Fix regex type usageнаб
2023-03-27Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functionsAdhemerval Zanella Netto
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2021-11-02regex: Unnest nested functions in regcomp.cFangrui Song
2021-09-21regex: copy back from GnulibPaul Eggert
2021-01-04posix: Sync regex code with gnulibAdhemerval Zanella
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2019-11-06posix: Sync regex with gnulibAdhemerval Zanella
2019-02-22Break some lines before not after operators.Joseph Myers
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2018-12-27regex: simplify Gnulib portPaul Eggert
2018-10-14regex: __builtin_expect → __glibc_unlikelyPaul Eggert
2018-08-10regex: Gnulib unibyte RRI uses bytes not charsPaul Eggert
2018-08-01regex: fix memory leak in GnulibPaul Eggert
2018-07-20regcomp: Fix off-by-one bug in build_equiv_class [BZ #23396]Florian Weimer
2018-07-04posix: Sync gnulib regex implementationAdhemerval Zanella
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-12-19regex: Fix spelling in comments.Arnold Robbins
2017-11-22* posix/regcomp.c (init_word_char): Add comments.Paul Eggert
2017-11-20regex: don't assume uint64_t or uint32_tPaul Eggert
2017-10-01Hide internal regex functions [BZ #18822]H.J. Lu
2017-08-31posix: Remove internal_function attributeFlorian Weimer
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-10-20Convert miscellaneous function definitions to prototype style.Joseph Myers
2015-10-20Convert 113 more function definitions to prototype style (files with assertio...Joseph Myers
2015-06-09Fix regcomp wcscoll, wcscmp namespace (bug 18497).Joseph Myers
2015-06-05Fix regex wctype namespace (bug 18495).Joseph Myers
2015-03-10Harmonize posix/regcomp.c with gnulib: comment formattingRoland McGrath
2015-01-07posix/regcomp: initialize union structure tag to avoid warningChris Metcalf
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers
2014-09-11Move findidx nested functions to top-level.Roland McGrath
2014-07-13regex: don't deref NULL upon heap allocation failureJim Meyering
2014-06-20Fix another memory leak in regexp compiler (BZ #17069)Andreas Schwab
2014-06-19Fix memory leak in regexp compiler (BZ #17069)Andreas Schwab
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae
2013-05-16Add #include <stdint.h> for uint[32|64]_t usage (except installed headers).Ryan S. Arnold
2013-02-12Fix handling of collating symbols in regexpsAndreas Schwab
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers
2012-08-15Suppress regcomp.c warnings in 32-bit builds.Roland McGrath
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert
2012-01-03Optimize regex a bitUlrich Drepper