marco
a19b627739
* fix for regexpr unicode mode. (multiple a move with the size of the base char type)
...
Patch by Ludo B., mantis #020806
git-svn-id: trunk@19754 -
2011-12-04 18:41:04 +00:00
florian
9426cac1b0
* rebuilt Makefiles
...
git-svn-id: trunk@19748 -
2011-12-04 15:34:01 +00:00
marco
44bd4470f9
* Patch from Mantis #20046 fixing an issue in rcmatchstring.
...
git-svn-id: trunk@19072 -
2011-09-15 20:19:25 +00:00
marco
7d717cde37
* regex patch from Joao Morais, fixed random exceptions. Mantis #14425
...
git-svn-id: trunk@19020 -
2011-09-07 19:59:57 +00:00
pierre
0fc9930789
* Fix Makefile that was generated using an invalid version of fpcmake binary
...
git-svn-id: trunk@18901 -
2011-08-29 14:09:58 +00:00
sekelsenmat
3e7a09df25
regexpr: Merges patch from bug #19109 fixes alignment issues
...
git-svn-id: trunk@18900 -
2011-08-29 14:08:11 +00:00
sekelsenmat
dbc08b5c1f
Merges the fixes from SynRegExpr, specially fixes 64-bits, while removing the synedit defines
...
git-svn-id: trunk@18899 -
2011-08-29 14:04:14 +00:00
pierre
0b353a076a
Regenerate Makefile after change of list of units
...
git-svn-id: trunk@18896 -
2011-08-29 13:34:41 +00:00
pierre
279c7199d3
Added oldregexpr to list of units
...
git-svn-id: trunk@18895 -
2011-08-29 13:33:38 +00:00
pierre
f05f0ebe43
Updated unit name, needed to avoid compiler error
...
git-svn-id: trunk@18894 -
2011-08-29 13:32:29 +00:00
sekelsenmat
ac059d3f99
regexpr: Forgotten file from commmit 18891
...
git-svn-id: trunk@18893 -
2011-08-29 12:53:09 +00:00
sekelsenmat
233081e94c
Adds Sorokin's RegExpr.pas to the Free Pascal Packages, as discussed in the mailling list. Renamed the old RegExpr.pp to oldregexpr.pp
...
git-svn-id: trunk@18891 -
2011-08-29 11:14:46 +00:00
pierre
1c2a5f9819
+ Update all Makefile's modified by
...
change in utils/fpcm/fpcmake.ini in prevous commit.
Adapt also other files to that change:
* compiler/globals.pas: Replace $FPCTARGET by os_string if
tf_use_8_3 flag is set for target_info also.
* tests/Makefile.fpc: Modify TEST_TARGETSUFFIX in the same way
as TARGETSUFFIX was modified in previous commit.
* tests/utils/dotest.pp:
+ New variable UseOSOnly, set to true if only target OS name
should be used for subdirectories.
git-svn-id: trunk@18228 -
2011-08-16 20:10:19 +00:00
marco
043e9b2ec2
* Trunk version to 2.7.1
...
git-svn-id: trunk@18075 -
2011-08-03 13:59:33 +00:00
marco
39d7bb511d
* Regenned all makefiles before 2.6.x branching.
...
git-svn-id: trunk@18073 -
2011-08-03 13:41:52 +00:00
joost
584ac69bff
* Several fpmake-file updates
...
git-svn-id: trunk@17976 -
2011-07-11 19:24:28 +00:00
joost
6182f885f8
* Fixed detection of regular strings, so that a normal search is performed
...
* Strings with a braces, parentheses and pipe-symbols are always handled as regex-patterns
git-svn-id: trunk@16537 -
2010-12-10 15:40:33 +00:00
joost
af2ef60a29
* Avoid possible AV when the string-index is larger then the string-length
...
git-svn-id: trunk@16536 -
2010-12-10 15:32:34 +00:00
joost
e6e02a6176
* Refactored, replaced case for if, nested if for and, removed needless
...
comparision
* Removed a Fillchar to clear the statetable, I don't see it's use
git-svn-id: trunk@16534 -
2010-12-10 15:27:32 +00:00
marco
1c0e482d7d
* patch for regex. Fixes exception in rcclear, some casing issues and matching of \w. Also a fix for currentpos in the old version. Mantis 15466
...
git-svn-id: trunk@16506 -
2010-12-05 11:10:06 +00:00
Jonas Maebe
8b0301409a
+ i386/iphonesim target for the new iPhoneSimulator in Xcode 3.2.4 and
...
later: the same as i386/darwin, except
a) uses the non-fragile Objective-C ABI/runtime
b) does not require stubs for direct calls/jumps (not required for
i386/darwin under 10.6 and later either, but still generated
there for backwards compatibility)
c) only the same packages are enabled as for ARM/Darwin
d) MacOSAll is compiled specifically for the iPhoneSimulator SDK
This target also defines the symbol "darwin" apart from the target
name "iphonesim" for source code compatibility reasons.
git-svn-id: trunk@16065 -
2010-09-29 21:56:47 +00:00
pierre
55cffbef12
* Update Makefiles
...
git-svn-id: trunk@14385 -
2009-12-10 08:36:52 +00:00
Jonas Maebe
847354fe10
* Makefiles version 2.5.1
...
git-svn-id: trunk@13533 -
2009-08-13 21:21:28 +00:00
Jonas Maebe
e246cac3ac
* regenerated using latest fpcmake
...
git-svn-id: trunk@13487 -
2009-08-02 18:40:14 +00:00
joost
b4a8ae3637
Patch from Graeme Geldenhuys to fix a compiler-hint
...
git-svn-id: trunk@12969 -
2009-03-27 21:35:49 +00:00
joost
a4ca4ae32e
* Restructured makefiles for examples
...
git-svn-id: trunk@12405 -
2008-12-20 21:32:46 +00:00
marco
efe3be0208
* fpmakes batch #4 . Most work now, but toplevel does not. Dependancies also not complete
...
git-svn-id: trunk@11952 -
2008-10-23 16:12:45 +00:00
marco
e5db5e4aa8
* regened makefiles to propagate makefile versions
...
git-svn-id: trunk@11947 -
2008-10-22 17:32:15 +00:00
marco
3591d54f24
* updated all makefile.fpc versions to 2.2.2 for fppkg compat.
...
git-svn-id: trunk@11945 -
2008-10-22 17:19:13 +00:00
peter
7b188a6a0e
* reset version to latest release: 2.2.2-0
...
git-svn-id: trunk@11907 -
2008-10-17 18:36:45 +00:00
Jonas Maebe
9d8bee1887
* regenerated with changes in r11233
...
git-svn-id: trunk@11234 -
2008-06-15 15:52:25 +00:00
giulio
14d4f02fa0
* fixed fpc_zipinstall for go32v2 and the like
...
* makefiles regenerated
git-svn-id: trunk@11180 -
2008-06-03 14:01:09 +00:00
Tomas Hajny
77581bedd1
* makefiles regenerated with newer fpcmake
...
git-svn-id: trunk@11107 -
2008-05-28 06:34:32 +00:00
Jonas Maebe
b6c43bad7d
* regenerated for i386-Haiku and darwin cross compilation changes
...
git-svn-id: trunk@11073 -
2008-05-24 09:29:08 +00:00
joost
cf220e1044
* Removed define UseRegexCompat from test
...
git-svn-id: trunk@10990 -
2008-05-17 19:43:26 +00:00
joost
232ee3dfa0
* Renamed the RegExprCompat unit to RegExpr. This wrapper around the Regex unit now replaces the old RegExpr unit.
...
git-svn-id: trunk@10989 -
2008-05-17 19:32:47 +00:00
joost
1aef65f5c0
* Moved regexpr unit to old
...
git-svn-id: trunk@10987 -
2008-05-17 19:24:47 +00:00
micha
0b2f80a38b
* regenerate Makefiles to get armeb-linux support globally (also arm-darwin, so it seems)
...
git-svn-id: trunk@10888 -
2008-05-05 18:46:55 +00:00
joost
44fe103c46
* Added Regex unit with an NFA regexpression parser, based on code from Julian Bucknall which is used with his permission
...
* Added RegExprCompat unit which contains an interface to the Regex unit which is compatible with the existing RegExpr unit
* Added some more tests and added a define UseRegexCompat to make it possible to choose what regex-implementation to test. Test which fail on the existing regex-parser are placed between ifdefs
git-svn-id: trunk@10611 -
2008-04-06 21:23:13 +00:00
micha
b0838b13d7
* add armeb target to compiler/Makefiles
...
git-svn-id: trunk@10552 -
2008-03-24 17:48:11 +00:00
marco
3f3b95f792
* regexpr moved
...
git-svn-id: trunk@9943 -
2008-01-26 16:57:00 +00:00
peter
6da3bb9300
* packages reorganization
2002-01-29 17:37:42 +00:00
peter
5f2e0cc5e3
* regenerated
2002-01-27 21:47:54 +00:00
pierre
624224ddab
+ add mode objfpc to avoid problems if compiling from IDE dir
2002-01-22 13:13:14 +00:00
peter
0816ae4006
* regenerated
2002-01-06 21:59:08 +00:00
carl
f6bb2309b7
+ regenerated
2001-12-15 04:46:33 +00:00
marco
7866897343
* BSDhier fix to fpcmake.ini + makefile update.
2001-12-11 10:39:53 +00:00
peter
aff68fdfd4
* asw support
2001-10-18 20:55:18 +00:00
peter
ec9e4f4556
* fpc -PB instead of -P?
...
* check if fpc exists if not found fallback to ppc386
2001-10-16 20:52:34 +00:00
peter
6f2baf0fcf
* regenerated
2001-10-14 21:43:09 +00:00