aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pcre (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Mac OS X: fix installation and loading of libpcre.dylib in standalone and ↵k-m_schindler2010-06-111-4/+11
| | | | | | fink based app. git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2483 b956fd51-792f-4845-bead-9b4dfca2ff2c
* more careful with the path to libpcre.dylib. avoid possible problem with ↵k-m_schindler2010-05-301-1/+6
| | | | | | standalone version. git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2426 b956fd51-792f-4845-bead-9b4dfca2ff2c
* add configure for libpcre and add path for dlopen on darwink-m_schindler2010-05-241-1/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2416 b956fd51-792f-4845-bead-9b4dfca2ff2c
* revert the accidental changes of the previous commit.k-m_schindler2009-12-101-10/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2017 b956fd51-792f-4845-bead-9b4dfca2ff2c
* correct library name and enable type definition for Mac OS Xk-m_schindler2009-12-101-5/+18
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2016 b956fd51-792f-4845-bead-9b4dfca2ff2c
* tried to make it delphi (win32) compatibles_alexander2009-12-061-10/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1971 b956fd51-792f-4845-bead-9b4dfca2ff2c
* moved SizeInt definition to tops_alexander2009-12-051-10/+11
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1968 b956fd51-792f-4845-bead-9b4dfca2ff2c
* added SizeInt for non-fpc compilerss_alexander2009-12-051-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
* added autodetection of utf8s_alexander2009-12-051-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