summaryrefslogtreecommitdiff
path: root/libiberty/regex.c
AgeCommit message (Expand)Author
2020-01-01Update copyright years.Jakub Jelinek
2019-01-01Update copyright years.Jakub Jelinek
2018-01-03Update copyright years.Jakub Jelinek
2017-01-04Update copyright years.Jakub Jelinek
2016-11-04libiberty: Fix -Wimplicit-fallthrough warnings.Mark Wielaard
2015-12-21re PR other/66827 (left shifts of negative value warnings due to C++14 switch)Nick Clifton
2014-03-13* regex.c (bzero) [!_LIBC]: Cast the call to memcpy to (void).Uros Bizjak
2014-03-13regex.c (bzero): Define without coma expression.Uros Bizjak
2013-07-22Fix typo.Mike Stump
2013-07-21Fix.Mike Stump
2013-02-09re PR other/56245 (-fsanitize=address miscompiles GCC)Jakub Jelinek
2011-04-20remove useless if-before-free testsJim Meyering
2010-04-07tree-ssa-pre.c (my_rev_post_order_compute): Remove set but not used count var...Jakub Jelinek
2009-10-01regex.c (byte_re_match_2_internal): Split declaration and assignment to avoid...Martin Thuresson
2005-07-22* regex.c (regcomp): Change type of `i' from unsigned to int.Ben Elliston
2005-07-15* regex.c (TRANSLATE): Cast rhs of ternary expression to char.Ben Elliston
2005-07-12pexecute.c (pexecute): Cast string litrals to char *.Ben Elliston
2005-05-10Update the address and phone number of the FSF organization.Nick Clifton
2005-04-13Fix missed replacements.Gabriel Dos Reis
2005-04-13regex.c (wcs_re_match_2_internal, [...]): Replace not with negate.Gabriel Dos Reis
2005-03-28xregex2.h (_RE_ARGS): Remove definition and uses.Gabriel Dos Reis
2004-11-20objalloc.c, [...]: Include "config.h" before "ansidecl.h" to avoid redeclarat...Roger Sayle
2004-02-17regex.c: Include <ansidecl.h>.Matt Kraai
2003-04-15re PR target/10338 ([3.3 regression?] [Cygwin -> tic4x | avr] cross target co...Kaveh R. Ghazi
2002-09-20cp-demangle.c (demangling_new): Cast 0 to enum.John David Anglin
2002-09-05* regex.c: Only use "#pragma alloca" on AIX when not using gcc.Roger Sayle
2002-08-07regex.c (re_error_msgid): Just use a simple array of strings.DJ Delorie
2001-11-16Update test for token pasting to also check "|| defined(ALMOST_STDC)"Kaveh R. Ghazi
2001-11-16regex.c: Check defined(__STDC__) || defined(HAVE_STRINGIZE) to determine whet...Kaveh R. Ghazi
2001-11-15config.in (HAVE_UINTPTR_T): Provide autoconf stub.Jeffrey A Law
2001-11-15regex.c (PREFIX): Provide an alternate definition for non-ANSI/ISO compilers.Jeffrey A Law
2001-11-12obstack.c (_): Honor the setting of ENABLE_NLS.Jim Meyering
2001-08-23merge from glibcUlrich Drepper
2001-08-12backport: regex.c (wcs_regex_compile): Use appropriate string to compare with...Isamu Hasegawa
2001-07-30backport: regex.c: Declare wcs functions only if compiling with MBS_SUPPORT.Andreas Jaeger
2001-07-18merge from glibcDJ Delorie
2001-07-10Makefile.in: Add support for regex code.Jeff Johnston