ivost
ef814d4d3e
* added ansistring (UTF8String) parser functions (before there was just PChar support)
...
git-svn-id: trunk@16953 -
2011-02-20 18:14:24 +00:00
joost
7b8797afe7
* Fixed BCDToStr for values between -1 and 0
...
git-svn-id: trunk@16952 -
2011-02-20 17:59:12 +00:00
joost
e3885089c6
* TryStrToBcd now returns true when it succeeds, and false when it fails, not the other way around
...
git-svn-id: trunk@16951 -
2011-02-20 17:53:18 +00:00
joost
41342ab54f
* Accidentally comitted files, trying to apply patch from Ladislav Karrach to
...
implement TFmtBCD fields, bug #16853 . Has to be cleaned up later
git-svn-id: trunk@16948 -
2011-02-20 12:31:16 +00:00
sergei
6a26b9cff3
* xmlread.pp, started separating validation checks from the rest of code.
...
git-svn-id: trunk@16946 -
2011-02-20 10:44:25 +00:00
joost
db6bc3bd00
* Replace environment variables placed between dollar signs in fpc.cfg
...
with the value of the environment variable.
git-svn-id: trunk@16945 -
2011-02-20 00:04:20 +00:00
joost
80ec9bb7bc
* Fixed the order in which the httpd-units are searched for. Already fixed for samplecfg in r16722
...
git-svn-id: trunk@16944 -
2011-02-19 20:32:40 +00:00
joost
9b077ad93b
* Also show builtin templates other than the default
...
git-svn-id: trunk@16943 -
2011-02-19 19:27:52 +00:00
sergei
6ccb769768
* xmlread.pp, the end of root element is now detected without involving DOM nodes.
...
git-svn-id: trunk@16942 -
2011-02-19 18:14:08 +00:00
marco
88e22be01a
* unmerged table based initialization of libraries.
...
git-svn-id: trunk@16941 -
2011-02-19 17:24:37 +00:00
joost
27b6b908f1
* Fixed problem with spaces in path of add-ins (maybequoted was called twice)
...
git-svn-id: trunk@16936 -
2011-02-19 10:38:36 +00:00
joost
445dd5fc91
* Show message when downloading package
...
git-svn-id: trunk@16935 -
2011-02-18 22:03:38 +00:00
joost
8db33f71c7
* Show target when compiling/installing
...
git-svn-id: trunk@16934 -
2011-02-18 21:17:55 +00:00
joost
04017bd0f3
* Do not show the message that dependencies are being installed in recursive calls
...
git-svn-id: trunk@16933 -
2011-02-18 20:58:12 +00:00
sergei
58725cdedd
* xmlread.pp, handle entity references in streaming style.
...
* Renamed TXMLCharSource.DTDSubsetType to Kind and changed its definition to reflect its purpose better.
git-svn-id: trunk@16932 -
2011-02-18 15:27:35 +00:00
joost
e5b156f29a
* When a add-in is installed, add it to the fpmake dependencies list, so that packages
...
depending on it can be installed in one go.
git-svn-id: trunk@16931 -
2011-02-17 17:03:18 +00:00
joost
06fb7437d9
* Use macro in default LocalRepository setting
...
* When no FPCDIR env. variable is set, do not clear the GlobalInstallDir
git-svn-id: trunk@16930 -
2011-02-17 13:12:26 +00:00
joost
5df80040ce
* Solved issues setting the default GlobalPrefix and GlobalInstallDir
...
git-svn-id: trunk@16929 -
2011-02-17 12:17:31 +00:00
joost
45f6cc6567
* Do now show newlines in listsettings
...
git-svn-id: trunk@16928 -
2011-02-17 11:25:06 +00:00
joost
496a232570
* Use macros instead of code to resolve Global-and Local-InstallDir
...
* Added CompilerVersion macro
git-svn-id: trunk@16927 -
2011-02-17 09:57:42 +00:00
joost
83d224e61c
* Alined settings output
...
git-svn-id: trunk@16926 -
2011-02-16 20:53:23 +00:00
joost
fa58935cfe
* Added command listsettings to values for all settings
...
git-svn-id: trunk@16925 -
2011-02-16 20:44:56 +00:00
Jonas Maebe
06ae2896ea
* reparsed with latest script version, which adds "optional" sections to
...
protocols where required
git-svn-id: trunk@16924 -
2011-02-16 18:48:22 +00:00
Jonas Maebe
b3ee4ea4eb
+ support for parsing docsets to add documentation to the parsed headers
...
* re-enabled support for ignoring certain methods, but removed all ignored
methods because all of them are handled correctly with the current version
- disabled adding the script version and time stamp to the generated headers,
so not all headers change every time they are re-parsed
+ support for optional/required sections in protocols
+ documentation from Ryan
git-svn-id: trunk@16923 -
2011-02-16 18:46:26 +00:00
Jonas Maebe
bbe5b792af
- removed version header/timestamp to prevent all files from changing every
...
time they are parsed
git-svn-id: trunk@16922 -
2011-02-16 18:34:01 +00:00
joost
533f01f158
* Use fppkg as application name on Windows and other OS'es. This means that
...
on all targets the same configuration filename and the same prefix for the
local repository is used. This is easier to explain in the documentation.
git-svn-id: trunk@16921 -
2011-02-16 13:25:23 +00:00
Legolas
a9188c3aa6
* Updated to libnds 1.5.0 (added dynamic texture allocation)
...
* Updated Paletted Cube example to use new dynamic textures
* Regenerated makefiles
+ Added filesystem example
git-svn-id: trunk@16920 -
2011-02-15 21:56:10 +00:00
Jonas Maebe
c1385b6446
* whitespace fixes from Ryan
...
+ some comments from Ryan
git-svn-id: trunk@16919 -
2011-02-15 20:53:03 +00:00
joost
4d13235ea0
* Store the location of the original source when installing a package
...
* Store the used options to install a package in fpunits.conf
* When a package is re-installed because of broken dependencies, use the stored
source-path and options if possible
* When installing a package from the current directory, make sure the right
directory is used. It could be changed while installing dependencies.
git-svn-id: trunk@16918 -
2011-02-15 15:56:21 +00:00
marco
d3afac1736
* TGraphics header size was subtracted from non TGraphic blobs ,
...
Mantis 18712, patch by Erwin v/d Bosch.
git-svn-id: trunk@16917 -
2011-02-15 08:42:54 +00:00
Jonas Maebe
601b90d74c
* don't specify a custom pagezero size on Mac OS X when compiling with -gv
...
(Valgrind support), because Valgrind cannot deal with that
git-svn-id: trunk@16916 -
2011-02-14 20:31:30 +00:00
marco
b69b6b6dc4
* fix for bug #18745 , package name wrong for lua.
...
git-svn-id: trunk@16915 -
2011-02-14 20:28:59 +00:00
sergei
3ea7f81f7e
+ fcl-xml, initial implementation of 'shared' DTD: it now consists of the model (classes TDTDModel, TEntityDecl, TNotationDecl), which is referenced by one or more TDOMDocumentType nodes.
...
git-svn-id: trunk@16914 -
2011-02-14 17:53:09 +00:00
sergei
f74c81aaeb
* Don't mess with DOM stuff in TXMLReader.ParseXmlOrTextDecl. Instead, put declaration attributes into fields of FSource, and copy them to DOM objects later.
...
* Small improvement to CheckMaxChars.
git-svn-id: trunk@16913 -
2011-02-13 19:27:56 +00:00
joost
8292cc17e2
* Show that dependencies are being installed
...
git-svn-id: trunk@16912 -
2011-02-13 15:12:13 +00:00
Jonas Maebe
e8f654ffa5
* fixed ForceExtension() after r16905 in case the input did not have an
...
exitension (it cut off the last character of the filename in that case)
git-svn-id: trunk@16911 -
2011-02-12 21:13:51 +00:00
joost
1868afedc8
* Fixed parsing fpc-output
...
git-svn-id: trunk@16910 -
2011-02-12 20:09:51 +00:00
Jonas Maebe
c87a7c3d3b
+ forgot to commit (part of r16908)
...
git-svn-id: trunk@16909 -
2011-02-12 12:38:16 +00:00
Jonas Maebe
d6e7023038
* automatically comment out methods that take blocks as parameters or return
...
them
* handle inline protocol definitions in parameter lists (replace id<protocol>
with protocol, and class<protocol[,protocol,..]> with class), and made
some fixes to this support for fields (many "id" fields/parameters are
now protocols)
* fix from Phil Hess for parsing some read-only properties
* also translate ..._BUT_DEPRECATED macros (without any "_IN_VERSION..."
coming after it) into "deprecated" modifiers
* several fixes for handling deprecation macros (in several cases, half the
macro was mangled into the name of the symbol itself)
* default now to parsing the iOS 4.2 SDK headers, and fixed passing an
alternate SDK on the command line to make-ios-headers.sh
* updated Cocoa headers as parsed by the new parser, and with the headers
from Mac OS X 10.6.5/Safari 5.0.2 (contains some WebKit updates)
git-svn-id: trunk@16908 -
2011-02-11 21:26:24 +00:00
Jonas Maebe
9e3a0282ce
+ NSLog() declaration
...
git-svn-id: trunk@16907 -
2011-02-11 20:53:12 +00:00
Jonas Maebe
06bd860e62
+ new header file for WebKit 3.x (DOMBlob)
...
git-svn-id: trunk@16906 -
2011-02-11 20:15:56 +00:00
pierre
acb2aca3d0
* Remove limitations to 255 chars of shortstrings
...
* Better handle relative remotepath:
- use cd to go to this path,
- but call executable using only ./execfilename
* Keep .exe suffix for cygwin style ssh for go32v2, win32 or win64 targets
git-svn-id: trunk@16905 -
2011-02-11 10:47:21 +00:00
Jonas Maebe
a85b058faa
* only for darwin
...
git-svn-id: trunk@16904 -
2011-02-10 11:42:51 +00:00
Jonas Maebe
8143a009fd
* moved to correct location so it's used by the conversion script
...
git-svn-id: trunk@16903 -
2011-02-09 21:07:29 +00:00
Jonas Maebe
a199344bf4
* don't check for duplicate symbols when adding a class helper symbol, see
...
added comments why (solves duplicate symbol error when adding a category
for an objcclass in the interface and then another one in the
implementation of a unit, problem reported by Ryan Joseph on the
mac-pascal list)
git-svn-id: trunk@16902 -
2011-02-09 20:17:34 +00:00
sergei
c369605056
- dom.pp, removed TDOMNamedNodeMap.FNodeType field. This reduces memory requirements.
...
git-svn-id: trunk@16901 -
2011-02-09 18:30:16 +00:00
joost
efd85e4f95
* Made Searchfiles public
...
* Show messages when clean or install has completed
git-svn-id: trunk@16900 -
2011-02-09 14:47:57 +00:00
armin
2859348450
make netwlibc compilable with current rtl
...
git-svn-id: trunk@16899 -
2011-02-08 22:06:53 +00:00
joost
3bbfe18ec7
* Make Terminated property accessible for descendents
...
git-svn-id: trunk@16898 -
2011-02-08 19:22:09 +00:00
joost
4e18e505f6
* Show message to inform why depending packages are installed
...
git-svn-id: trunk@16897 -
2011-02-08 17:10:58 +00:00