summaryrefslogtreecommitdiff
path: root/lib/regex.c
Commit message (Expand)AuthorAgeFilesLines
* regex: also break glibc lib/regex.c link for nowPaul Eggert2021-08-271-0/+1
* autoupdateKarl Berry2021-08-271-1/+0
* regex: use C99-style array arg syntaxPaul Eggert2021-08-261-0/+1
* autoupdateKarl Berry2021-01-031-1/+1
* regex: simplify definition of BITSET_WORD_BITSPaul Eggert2020-01-211-0/+2
* autoupdatePaul Eggert2019-12-311-1/+1
* autoupdatePaul Eggert2018-12-311-1/+1
* autoupdatePaul Eggert2018-12-271-2/+2
* autoupdatePaul Eggert2018-10-141-1/+1
* maint: Run 'make update-copyright'Paul Eggert2018-01-011-1/+1
* all: prefer https: URLsPaul Eggert2017-09-131-1/+1
* version-etc: new yearPaul Eggert2017-01-011-1/+1
* version-etc: new yearPaul Eggert2016-01-011-1/+1
* version-etc: new yearPaul Eggert2014-12-311-1/+1
* maint: update copyrightEric Blake2014-01-011-1/+1
* regex: ignore old-style-definition warningsPaul Eggert2013-02-201-0/+1
* maint: update all copyright year number rangesEric Blake2013-01-011-1/+1
* regex: merge glibc changesPaul Eggert2012-12-301-10/+11
* regex: correct #pragma guard expressionJim Meyering2012-04-041-1/+3
* maint: replace FSF snail-mail addresses with URLsPaul Eggert2012-02-091-2/+1
* regex: merge glibc changesPaul Eggert2012-02-071-2/+8
* maint: spelling fixesPaul Eggert2012-02-051-1/+1
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* regex: avoid compiler warningEric Blake2011-07-111-0/+1
* maint: update almost all copyright ranges to include 2011Jim Meyering2011-01-011-2/+1
* update nearly all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+2
* update nearly all FSF copyright year lists to include 2009Jim Meyering2009-12-291-1/+1
* * _fpending.c: Include <config.h> unconditionally, since we noPaul Eggert2006-09-131-3/+1
* Merge regex changes from libc, removing some of ourPaul Eggert2006-04-101-1/+6
* Use a consistent style for including <config.h>.Paul Eggert2005-09-191-1/+1
* * config/srclist.txt: Add glibc bug 1245.Paul Eggert2005-08-261-24/+0
* * srclist.txt: Comment out lib/regex.c. Add glibc bug 1238.Paul Eggert2005-08-241-4/+0
* * modules/regex (Files): Add lib/regex_internal.c,Paul Eggert2005-07-071-8266/+59
* *** empty log message ***Paul Eggert2005-05-141-1/+1
* Workaround. From Albert Chin <bug-gnulib@mlists.thewrittenword.com>.Bruno Haible2005-04-261-0/+3
* Cast the malloc/realloc results. Needed when CC=g++.Bruno Haible2005-03-151-5/+7
* Avoid goto-ing inside the scope of a local variable. Needed when CC=g++.Bruno Haible2005-03-151-10/+13
* Rename local variable 'not'. Needed when CC=g++.Bruno Haible2005-03-151-10/+10
* * regex.c (re_comp): Cast gettext return value to char *,Paul Eggert2004-10-041-1/+1
* error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead ofSimon Josefsson2004-10-041-1/+1
* Remove dependencies on unlocked-io.Paul Eggert2004-10-041-1/+4
* alloca cleanup: always include <alloca.h>.Paul Eggert2004-05-171-8/+2
* Remove K&R cruft.Paul Eggert2003-09-101-358/+230
* change license to gpl.Karl Berry2002-11-251-11/+10
* Include gettext.h instead of <libintl.h> with #ifdefs.Bruno Haible2002-11-051-14/+8
* tweak to align with libcJim Meyering2001-12-081-4/+4
* [!__BOUNDED_POINTERS__]: Define away __bounded, __unbounded, and __ptrvalue.Jim Meyering2001-12-021-0/+7
* Merge with version from libc.Jim Meyering2001-11-271-199/+314
* Include unlocked-io.h.Jim Meyering2001-11-171-0/+1
* (uintptr_t): Remove macro and decl; it's config.h's job.Jim Meyering2001-10-221-6/+0