diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2012-08-30 17:31:49 +0200 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2012-08-31 21:21:39 +0200 |
commit | 494197d3f9bf6ca6f4d78bea311174d25eea9dd9 (patch) | |
tree | d79b9504ac43f83125948cae99d6c88a6273b5c1 /boost | |
parent | 717b6ba929a9ce981b10b802b26d234861a421b4 (diff) |
boost: remove old stuff
Change-Id: Ic195f3c253f9314095fa1d568048878d50b5fb37
Diffstat (limited to 'boost')
-rw-r--r-- | boost/README.Regex_Experimental | 30 | ||||
-rw-r--r-- | boost/Regex_Experimental.tar.gz | bin | 3463 -> 0 bytes |
2 files changed, 0 insertions, 30 deletions
diff --git a/boost/README.Regex_Experimental b/boost/README.Regex_Experimental deleted file mode 100644 index 3718fc551884..000000000000 --- a/boost/README.Regex_Experimental +++ /dev/null @@ -1,30 +0,0 @@ -Regular expressions status -Fri Oct 25 19:36:59 MEST 2002 - -Boost 1.28 and 1.29 didn't compile on Solaris with STL 4.0, therefor -sticked to v1.27 - -Made compile and link regex under wntmsci9 (MSVC 6.03 with STLport 4.0) -and unxsols3 (Sun WorkShop 6 update 1 C++ 5.2 with STLport 4.0). Failed -on unxlngi4 (g++ 3.0.1 with glibc 2.1.1 and STLport 4.0) due to wctype (and -maybe other wide character functions) not properly supported. Gave up due to -time restrictions, feel free to improve. - -Archive Regex_Experimental.tar.gz contains RE.* files that may be used -for further approaches. Extract and issue the command line - -dmake -f RE.makefile.mk - -Even if it compiled for all platforms, the remaining issue would be use -of locales. The system's locale would be used, which doesn't guarantee -that it works like intended, especially behavior could be different -between platforms. - -I had a short glance at the PCRE (Perl Compatible Regular Expressions) -available at http://www.pcre.org/, good library, but doesn't support -Unicode. Localized 256 octets tables are created from locale -information. Rudimentary UTF-8 support is implemented, but incomplete -and experimental. - -Hope we can solve the RE issues somehow :-/ -Eike Rathke <er@openoffice.org> diff --git a/boost/Regex_Experimental.tar.gz b/boost/Regex_Experimental.tar.gz Binary files differdeleted file mode 100644 index 087b8a2a7850..000000000000 --- a/boost/Regex_Experimental.tar.gz +++ /dev/null |