The R Project SVN R

Rev

Rev 67153 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 67153 Rev 70779
Line 1... Line 1...
1
tre-config.h contains additional defines that their configure puts in
1
tre-config.h contains additional defines that their configure puts in
2
config.h.
2
config.h.
3
 
3
 
4
We have remapped the POSIX entry points with a tre_ suffix: without
4
We have remapped the POSIX entry points with a tre_ suffix: without
5
it there was confusion with entry points in OS libraries on some OSes
5
it there was confusion with entry points in OS libraries on some OSes
6
(e.g. Mac OS X).
6
(e.g. macOS).
7
 
7
 
8
alloca has been disabled: the declarations used do not work on
8
alloca has been disabled: the declarations used do not work on
9
Windows, and most likely not on FreeBSD.
9
Windows, and most likely not on FreeBSD.
10
 
10
 
11
The way we compile it, TRE works internally in one of three modes
11
The way we compile it, TRE works internally in one of three modes