Vicent Marti
6e237de6d8
regex: Proper define for this thing
2013-01-11 18:19:52 +01:00
Sebastian Bauer
976d9e136f
regex: Fixed warnings about unused parameter values.
...
There are different solutions to the problem. In this change, we
define an UNUSED macro that maps to __attribute__((unused)) when
compiling with gcc. Otherwise it is a NOOP. We apply this macro
in all function headers for each parameter value that is not used
within the function body.
The change is local to regex.
2013-01-11 11:03:48 +01:00
Sebastian Bauer
d2f14df8c1
regex: Fixed several warnings about signed/unsigned conversions.
2013-01-11 11:03:48 +01:00
Martin Woodward
826bc4a81b
Remove use of English expletives
...
Remove words such as fuck, crap, shit etc.
Remove other potentially offensive words from comments.
Tidy up other geopolicital terms in comments.
2012-11-23 13:31:22 +00:00
Carlos Martín Nieto
b13dbb91ea
regex: fix sign warnings
2012-02-18 01:32:13 +01:00
Carlos Martín Nieto
1eaecf2f18
regex: The world uses utf-8
2012-02-18 01:31:48 +01:00
Carlos Martín Nieto
4a1ecba6d9
regex: Move the defines to a config header and include it unconditionally
2012-02-18 01:31:43 +01:00
Carlos Martín Nieto
c17b1d0052
Add POSIX regex sources when needed
...
Windows doesn't support POSIX regex, so we need to include it
ourselves. The sources come from git, which in turn took them from
gawk.
2012-02-17 22:00:17 +01:00