Almindor
ee598d6f67
* update lNet to 0.6.4
...
git-svn-id: trunk@15275 -
2010-05-13 21:19:47 +00:00
Jonas Maebe
34cf323f7a
* don't use hardcoded expectloc for certain types for callnodes (was wrong
...
for floatdefs handled via vectorfpu)
git-svn-id: trunk@15274 -
2010-05-13 19:12:18 +00:00
joost
5405dfe119
* Re-generated using script in fpmake.pp
...
git-svn-id: trunk@15273 -
2010-05-13 18:33:57 +00:00
Jonas Maebe
ca660d409c
- removed unnecessary dependencies on tprocdef.funcretloc being a tlocation
...
(has to be changed into a tcgpara to fix the x86-64 abi bugs)
git-svn-id: trunk@15272 -
2010-05-13 18:29:01 +00:00
joost
0d447b29cd
Disabled fcl-js, hermes and fuse packages for fpmake, like they are in the packages Makefile.fpc
...
git-svn-id: trunk@15271 -
2010-05-13 18:23:08 +00:00
joost
74a85994ca
* fpc-all package should not depend on all package within it, or else it wont build on a fresh system
...
git-svn-id: trunk@15270 -
2010-05-13 18:20:09 +00:00
Jonas Maebe
38e0e0ca29
* fixed comment
...
+ added extra sanity check when parsing a type constant set
+ added brackets around or/and expression to make it clear what the meaning
is
git-svn-id: trunk@15269 -
2010-05-13 18:18:33 +00:00
joost
7fea1915e4
* fpmake.pp updates
...
git-svn-id: trunk@15268 -
2010-05-13 18:15:31 +00:00
joost
d4af41d4bf
* Do not check platform-availability for manifest and archive commands
...
git-svn-id: trunk@15267 -
2010-05-13 17:12:58 +00:00
joost
b475fa84d7
* Pass on --debug to fpmake
...
git-svn-id: trunk@15266 -
2010-05-13 16:55:23 +00:00
joost
8a3a0648ad
* Renamed fpmake files so they are not recognized anymore by bash-script
...
used to generate include files for the fpc-all fpmake package. Now sndfile
and ptc are effecively disabled for fpmake, just like for Makefile.fpc
git-svn-id: trunk@15265 -
2010-05-13 16:50:52 +00:00
Jonas Maebe
7d049c2c8d
* fixed typo in comment
...
git-svn-id: trunk@15264 -
2010-05-13 10:42:10 +00:00
joost
0a38d89b41
* Take dependencies into account when building all packages
...
git-svn-id: trunk@15263 -
2010-05-13 10:41:59 +00:00
ivost
5604937bd4
* fixed #0016261
...
git-svn-id: trunk@15262 -
2010-05-12 20:41:00 +00:00
joost
a7f746e81b
* Fixes for fpmake files
...
git-svn-id: trunk@15261 -
2010-05-12 10:07:58 +00:00
joost
79fc8fc460
* Do not sort the order of the unit, include and object path
...
git-svn-id: trunk@15260 -
2010-05-12 09:32:26 +00:00
joost
6a39bd8b44
* fpmake file changes
...
git-svn-id: trunk@15259 -
2010-05-11 19:50:56 +00:00
joost
d94ee900fb
* Also check cpu and os when the package in the current directory is used
...
git-svn-id: trunk@15258 -
2010-05-11 19:42:42 +00:00
joost
626cff8bb1
* fpmake file updates
...
git-svn-id: trunk@15253 -
2010-05-11 07:51:38 +00:00
marco
594d98ddce
* disabled building console unit (syscons interface) on Darwin for now.
...
git-svn-id: trunk@15252 -
2010-05-10 20:02:50 +00:00
marco
0239d60e32
* regen with up to date fpcmake, due to haiku support, bug #16436
...
git-svn-id: trunk@15251 -
2010-05-10 14:41:57 +00:00
joost
6be872bb13
* Added -l/--showlocation option for the list command to show which packages are installed locally and globally
...
git-svn-id: trunk@15250 -
2010-05-10 08:31:33 +00:00
Jonas Maebe
4d4f369bf8
* also copy cpptcl2.o (r15239)
...
git-svn-id: trunk@15244 -
2010-05-09 17:18:42 +00:00
joost
2ad42e8d8f
* Show ''broken'' option and ''fixbroken'' command in help
...
* Help output fits now in a width of 80 chars
* Do only fail on broken packages for commands for which this is relevant
* Show which packages are broken in the list of packages
git-svn-id: trunk@15243 -
2010-05-09 10:20:44 +00:00
Jonas Maebe
d9c64ed3c1
+ (interactive) test for mantis #8076
...
git-svn-id: trunk@15242 -
2010-05-08 11:31:00 +00:00
Jonas Maebe
45c813929a
* update the coordinates properly if a string is written that exactly fills
...
a line (mantis #15599 )
git-svn-id: trunk@15241 -
2010-05-08 11:29:25 +00:00
Jonas Maebe
cddb2ffcae
* give a compile-time error when trying to define a short/ansistring typed constant
...
containing unicode strings instead of producing unpredictable behaviour
(mantis #16219 )
git-svn-id: trunk@15240 -
2010-05-08 10:57:39 +00:00
Jonas Maebe
43033bacae
o partially applied patches from mantis #16248 by Sven Barth:
...
+ test cpp class renaming (compiled for linux/i386 and all darwin platforms)
* changed compilation instructions for obj/cpptcl1.cpp
git-svn-id: trunk@15239 -
2010-05-08 09:59:08 +00:00
pierre
11d6509a56
Attempt to fix missing stabs definitions problem
...
git-svn-id: trunk@15238 -
2010-05-06 22:53:26 +00:00
joost
354122a8c5
* Partially support for autoincrement columns for ODBC, patch from Ladislav Karrach, bug #16076
...
git-svn-id: trunk@15237 -
2010-05-06 14:46:31 +00:00
joost
ba47f2f4a1
* TBufDataset.Locate now takes active index into account, bug #14979
...
git-svn-id: trunk@15236 -
2010-05-06 14:20:53 +00:00
joost
e3045406f6
* TBufDataset.RecNo now takes active index into account, bug #15460
...
* Added (commented out) code which can be enabled for debugging purposes
* Removed unused TBufIndex.Fields property
git-svn-id: trunk@15235 -
2010-05-06 14:01:34 +00:00
paul
714a7e82d7
rtl: add UDS_HOTTRACK style
...
git-svn-id: trunk@15234 -
2010-05-06 01:16:44 +00:00
joost
b2dc9e6f09
* fpmake fixes
...
git-svn-id: trunk@15233 -
2010-05-05 20:47:42 +00:00
joost
8ff48e9af1
* Support for ftBoolean and ftWord parameters, based on patch from Ladislav Karrach, bug #14907
...
git-svn-id: trunk@15232 -
2010-05-05 20:06:14 +00:00
joost
f493a70687
* Raise exception when .locate is called on inactive TBufDataset, bug #13938 + test
...
git-svn-id: trunk@15231 -
2010-05-05 19:33:54 +00:00
joost
10b21c75e6
* Changed missing file on clean from warning to debug message, bug #13517
...
git-svn-id: trunk@15230 -
2010-05-05 19:10:42 +00:00
joost
cb92994356
* New property TSQLConnection.FieldNameQuoteChars, these chars (start- and
...
end -quote) are used around field-names. Parameter-names are always quoted
using double-quotes, since they are replaced by sqldb for all systems which
don't use double-quotes as fieldnamequotechars. Bug #12275 .
git-svn-id: trunk@15229 -
2010-05-05 17:30:26 +00:00
florian
e01e4e5719
* optimized copy(<dyn. array> ...) by checking if the elements are really ref. counted
...
git-svn-id: trunk@15228 -
2010-05-05 13:49:06 +00:00
joost
257145c6c8
* dbwhtml does not have resourcestrings
...
git-svn-id: trunk@15227 -
2010-05-04 21:28:52 +00:00
joost
4ab15526cd
* Define NEEDCROSSBINUTILS when compiling from darwin to non-darwin platforms
...
git-svn-id: trunk@15226 -
2010-05-04 20:36:20 +00:00
Jonas Maebe
700aa3cf11
* GetEnumNameCount also counted the unit name after r14511 (mantis #16402 )
...
git-svn-id: trunk@15225 -
2010-05-04 17:59:58 +00:00
Jonas Maebe
c60bcf8699
* fixed changing the visibility of a property with a fixed index in a child
...
class (mantis #15610 )
git-svn-id: trunk@15223 -
2010-05-04 14:41:22 +00:00
Jonas Maebe
3f280c34cb
* don't generate range checking code for pointers-indexed-as-arrays when
...
using non-constant indices (mantis #16377 )
git-svn-id: trunk@15221 -
2010-05-04 10:39:01 +00:00
joost
e388ac9770
* Determine and add gcclib path to fpc.cfg configuration file
...
git-svn-id: trunk@15220 -
2010-05-04 09:05:43 +00:00
joost
c7d5057127
* Not in all cross-compile cases the -XP$FPCTARGET- option is necessary
...
git-svn-id: trunk@15219 -
2010-05-03 16:58:41 +00:00
Jonas Maebe
2911435c5a
* do replace one temp with another while inlining in case the former can
...
be a regvar while the latter cannot be (mantis #16018 )
git-svn-id: trunk@15218 -
2010-05-03 16:29:03 +00:00
Jonas Maebe
a055ed873d
* set correct expectloc for vectorfpu temps
...
git-svn-id: trunk@15217 -
2010-05-03 15:42:40 +00:00
joost
633aa31ea3
* Added -m option to show values of all macros
...
* Removed unused resourcestrings
git-svn-id: trunk@15216 -
2010-05-03 14:43:15 +00:00
joost
8d0444353c
* Added ability to list values by index instead of name
...
git-svn-id: trunk@15215 -
2010-05-03 14:30:11 +00:00