aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pcre (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-11-22Fix PCRE on linux and macosx. The soname of libpcre.so is different ↵k-m_schindler1-3/+2
depending on the system, e.g. .so.1 on Arch and .so.3 on Debian. Instead of always using libpcre.so.0, detect the soname for the current system. Thanks to rudi_s. git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@3105 b956fd51-792f-4845-bead-9b4dfca2ff2c
2010-06-11Mac OS X: fix installation and loading of libpcre.dylib in standalone and ↵k-m_schindler1-4/+11
fink based app. git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2483 b956fd51-792f-4845-bead-9b4dfca2ff2c
2010-05-30more careful with the path to libpcre.dylib. avoid possible problem with ↵k-m_schindler1-1/+6
standalone version. git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2426 b956fd51-792f-4845-bead-9b4dfca2ff2c
2010-05-24add configure for libpcre and add path for dlopen on darwink-m_schindler1-1/+4
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2416 b956fd51-792f-4845-bead-9b4dfca2ff2c
2009-12-10revert the accidental changes of the previous commit.k-m_schindler1-10/+3
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2017 b956fd51-792f-4845-bead-9b4dfca2ff2c
2009-12-10correct library name and enable type definition for Mac OS Xk-m_schindler1-5/+18
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2016 b956fd51-792f-4845-bead-9b4dfca2ff2c
2009-12-06tried to make it delphi (win32) compatibles_alexander1-10/+3
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1971 b956fd51-792f-4845-bead-9b4dfca2ff2c
2009-12-05moved SizeInt definition to tops_alexander1-10/+11
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1968 b956fd51-792f-4845-bead-9b4dfca2ff2c
2009-12-05added SizeInt for non-fpc compilerss_alexander1-1/+9
added SizeInt (as Integer or Int64) for non-fpc compilers (taken from JclBase) git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1967 b956fd51-792f-4845-bead-9b4dfca2ff2c
2009-12-05added autodetection of utf8s_alexander1-0/+844
used w3c regex to match all song lines whether they are utf8 lines and decode it on match as utf8 and as latin1 otherwise git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1964 b956fd51-792f-4845-bead-9b4dfca2ff2c