summaryrefslogtreecommitdiff
path: root/modules/regex
Commit message (Expand)AuthorAgeFilesLines
* regex: prefer C23 style overflow checkingPaul Eggert2023-05-011-0/+1
* mbrtowc: Rename LIB_MBRTOWC to MBRTOWC_LIB.Bruno Haible2023-01-071-1/+1
* dynarray: Rename to glibc-internal/dynarray.Bruno Haible2022-11-031-21/+21
* Say that it is not the old interfacePaul Eggert2022-05-091-0/+3
* Use the GL_CFLAG_GNULIB_WARNINGS for most AC_LIBOBJ compilation units.Bruno Haible2022-01-091-3/+6
* regex: port to tccPaul Eggert2021-11-271-0/+1
* regex: assume RE_ENABLE_I18NPaul Eggert2021-11-241-0/+1
* fnmatch, regex, fts: FALLTHROUGH consistencyPaul Eggert2021-01-191-0/+1
* regex: stop using allocaPaul Eggert2021-01-081-1/+0
* regex: remove alloca usage on regex set_regsPaul Eggert2021-01-081-0/+1
* regex: remove glibc21.m4Paul Eggert2020-12-271-2/+1
* Add missing C99 dependencies.Bruno Haible2020-05-251-0/+1
* regex: remove limits-h dependencyPaul Eggert2020-01-271-1/+0
* regex: simplify definition of BITSET_WORD_BITSPaul Eggert2020-01-211-0/+1
* mbrtowc: Ensure the mbtowc_lock is unique.Bruno Haible2020-01-031-0/+1
* Simplify link sections.Bruno Haible2019-12-021-1/+1
* regex: tell compiler there’s at most 256 arcs outPaul Eggert2019-10-091-0/+1
* Fix incorrect 'Link' sections.Bruno Haible2019-01-041-0/+1
* regex: depend on libc-configPaul Eggert2018-10-151-0/+1
* regex: work around conditional-dependencies glitchPaul Eggert2018-07-041-0/+1
* regex: revert most trimmingPaul Eggert2018-07-011-0/+4
* regex: trim module dependenciesPaul Eggert2018-06-301-5/+0
* regex: Fix "error: possibly undefined macro: gl_GLIBC21".Bruno Haible2018-05-201-0/+1
* regex: fix dependencyPaul Eggert2016-12-161-0/+1
* regex: fix integer-overflow bug in never-used codePaul Eggert2016-12-161-0/+1
* regex: do not depend on malloc-gnuPaul Eggert2014-04-171-1/+0
* regex: port to non-glibc/lock-using systemsJim Meyering2013-08-061-0/+1
* regex: adapt to locking regime instead of depending on pthreadPaul Eggert2013-05-291-1/+0
* regex: fix dfa race in multithreaded usesPaul Eggert2013-05-191-0/+1
* regex: remove unnecessary dependency on localcharset.hPaul Eggert2012-12-301-1/+0
* regex: port to hosts where malloc (0) == NULLPaul Eggert2012-12-301-0/+1
* regex: use locale-independent comparison for codeset namePaul Eggert2012-06-261-1/+0
* regex: Avoid link error on MSVC 9.Bruno Haible2012-01-101-0/+1
* regex: Depend on module 'strcase'.Bruno Haible2011-07-121-0/+1
* regex: Move AC_LIBOBJ invocations to module description.Bruno Haible2011-06-161-0/+4
* Avoid unnecessary compilation units, through conditional dependencies.Bruno Haible2011-05-031-15/+15
* Rename module 'wctype' to 'wctype-h'.Bruno Haible2011-02-081-1/+1
* regex: Mention link dependencies.Bruno Haible2010-11-271-0/+3
* Rename module 'malloc' -> 'malloc-gnu'.Bruno Haible2010-08-281-1/+1
* Adjust #include directive style.Bruno Haible2010-05-241-1/+1
* regex: Don't require alloca.Bruno Haible2010-05-241-1/+1
* regcomp: sync from glibc; always use nl_langinfoJim Meyering2010-01-041-0/+1
* Revert "regex: do not depend on obsolete modules."Paolo Bonzini2009-01-211-0/+2
* regex: do not depend on obsolete modules.Paolo Bonzini2009-01-201-2/+0
* update regex to use the emulated mb*/wc* functionsPaolo Bonzini2008-12-221-0/+4
* Mark 'memmove' obsolete.Bruno Haible2008-11-021-0/+1
* Mark 'memcmp' obsolete.Bruno Haible2008-11-021-0/+1
* Fix regex compilation error on HP-UX 11.Bruno Haible2008-03-231-0/+1
* Use the synonymous term LGPLv2.Bruno Haible2007-07-161-1/+1
* Fix regex code so it doesn't rely on strcasecmp.Paul Eggert2007-02-151-2/+1