]> git.lyx.org Git - features.git/commit
add the boost regex sources and create the libboostregex lib
authorLars Gullik Bjønnes <larsbj@gullik.org>
Fri, 24 May 2002 12:53:12 +0000 (12:53 +0000)
committerLars Gullik Bjønnes <larsbj@gullik.org>
Fri, 24 May 2002 12:53:12 +0000 (12:53 +0000)
commit86a566a27df2e05e330392459bb3f7800fa61e12
treef53e871d217d2db4d1c3e54d26dd13f2cda35cbe
parentf0e9dba2a4a11c0485167caec8382ef952885a80
add the boost regex sources and create the libboostregex lib

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4202 a592a061-630c-0410-9148-cb99ea01b6c8
21 files changed:
boost/Makefile.am
boost/libs/Makefile.am
boost/libs/regex/.cvsignore [new file with mode: 0644]
boost/libs/regex/Makefile.am [new file with mode: 0644]
boost/libs/regex/src/.cvsignore [new file with mode: 0644]
boost/libs/regex/src/Makefile.am [new file with mode: 0644]
boost/libs/regex/src/c_regex_traits.cpp [new file with mode: 0644]
boost/libs/regex/src/c_regex_traits_common.cpp [new file with mode: 0644]
boost/libs/regex/src/cpp_regex_traits.cpp [new file with mode: 0644]
boost/libs/regex/src/cregex.cpp [new file with mode: 0644]
boost/libs/regex/src/fileiter.cpp [new file with mode: 0644]
boost/libs/regex/src/instances.cpp [new file with mode: 0644]
boost/libs/regex/src/posix_api.cpp [new file with mode: 0644]
boost/libs/regex/src/primary_transform.hpp [new file with mode: 0644]
boost/libs/regex/src/regex.cpp [new file with mode: 0644]
boost/libs/regex/src/regex_debug.cpp [new file with mode: 0644]
boost/libs/regex/src/regex_synch.cpp [new file with mode: 0644]
boost/libs/regex/src/w32_regex_traits.cpp [new file with mode: 0644]
boost/libs/regex/src/wide_posix_api.cpp [new file with mode: 0644]
boost/libs/regex/src/winstances.cpp [new file with mode: 0644]
configure.in