Tomas Hajny
486744d8b1
* add missing space in description
...
git-svn-id: trunk@29225 -
2014-12-08 22:52:53 +00:00
Tomas Hajny
0da835c324
* fix copy'n'paste error - add real description
...
git-svn-id: trunk@29224 -
2014-12-08 22:51:33 +00:00
Tomas Hajny
1c1fa9f691
* fix typo (asynch_r_onous)
...
git-svn-id: trunk@29223 -
2014-12-08 22:50:45 +00:00
marcus
96ac520e73
AmiCommon: DiskFree/DiskSize for >2GB
...
AROS: fast BPTR Pointer (ABIv0)
git-svn-id: trunk@29222 -
2014-12-08 21:49:01 +00:00
Tomas Hajny
c4eca70656
+ added new command 'pkglist' for listing of packages in format compatible with 'install.dat' file used by the text-mode installer - primarily for GO32v2 and OS/2 targets
...
git-svn-id: trunk@29221 -
2014-12-08 17:58:34 +00:00
joost
587d2247bc
* Fixed help for ignoreinvalidoption which is a flag
...
git-svn-id: trunk@29220 -
2014-12-08 15:55:07 +00:00
joost
d3c2306586
* Pass correct baseinstalldir to fpmake when doing a cross-zipinstall from
...
a unix system to a non-unix system. Bug #27114
git-svn-id: trunk@29219 -
2014-12-08 14:29:27 +00:00
Jonas Maebe
cec82a1540
* translate placeholder code page numbers into actual code pages in
...
fpc_ansistr_to_widechararray(), so that CP_ACP/CP_OEM etc are properly
handled (fixes assign/assignfile with non-ansi characters in source files
that don't explicitly specify the code page)
git-svn-id: trunk@29218 -
2014-12-08 12:11:33 +00:00
marco
3e24a9ebfd
* Patch from #27002 , better handling of terminating #0 's.
...
git-svn-id: trunk@29217 -
2014-12-08 10:03:09 +00:00
florian
8508d25f8e
* compilation fixed
...
git-svn-id: trunk@29216 -
2014-12-07 22:01:50 +00:00
marco
6bcb46eb30
* adding dragonfly to packages, mantis #27091
...
git-svn-id: trunk@29215 -
2014-12-07 20:38:45 +00:00
marco
2a57956032
* dfly rtl dir from mantis #27091
...
git-svn-id: trunk@29214 -
2014-12-07 20:35:05 +00:00
marco
2578514853
* first dragonfly patch (existing most). Mantis #27091
...
git-svn-id: trunk@29213 -
2014-12-07 20:27:02 +00:00
florian
0d717c7e0e
* update by newer lazarus version
...
git-svn-id: trunk@29212 -
2014-12-07 18:44:33 +00:00
florian
25e19f27a0
+ write name of missing feature in error message
...
git-svn-id: trunk@29211 -
2014-12-07 18:20:56 +00:00
nickysn
a9e1419ee3
* extracted the pass 1 handling of inc/dec to a virtual method first_IncDec
...
git-svn-id: trunk@29210 -
2014-12-06 21:14:31 +00:00
joost
a0e4114ac1
* Clean .fpm files on make distclean
...
git-svn-id: trunk@29209 -
2014-12-06 19:05:14 +00:00
joost
c90f9500c7
* Removed debug-code accidentally committed in r29206
...
git-svn-id: trunk@29208 -
2014-12-06 18:20:08 +00:00
sergei
92447a9a20
* Moved local typed constants having the same value in several routines to global scope.
...
git-svn-id: trunk@29207 -
2014-12-06 13:07:32 +00:00
joost
ab3fc89698
* When the removal of a directory fails during a recursive
...
SysDeleteTree, wait 5 seconds and retry twice. Hopefully this solves bug #21868
git-svn-id: trunk@29206 -
2014-12-06 10:39:51 +00:00
joost
840e7ace59
* Do not show a backtrace when the compiler-executable is not found. Bug #22380 .
...
git-svn-id: trunk@29205 -
2014-12-05 16:15:29 +00:00
joost
9b9ab1c829
* Do not add the current path to the list of directories to be cleared
...
git-svn-id: trunk@29204 -
2014-12-04 20:38:51 +00:00
joost
7b8aa4ef65
* Use .fpm files to search for installed packages
...
git-svn-id: trunk@29203 -
2014-12-04 20:14:27 +00:00
joost
6f5637888b
* Read package-information from .fpm file, if available
...
git-svn-id: trunk@29202 -
2014-12-04 19:45:35 +00:00
pierre
437272a037
Add check that close on non-open files generate IOresult=103
...
git-svn-id: trunk@29201 -
2014-12-04 15:22:45 +00:00
pierre
606b0a99c7
Remove wrong close call after failed Reset
...
git-svn-id: trunk@29200 -
2014-12-04 13:10:08 +00:00
joost
6c6616ed14
* Add data2inc and genfpmkunit options to combined packages-fpmake.pp
...
git-svn-id: trunk@29199 -
2014-12-03 20:52:14 +00:00
lacak
e9d9caef00
fcl-db: sqlite: forgotten from rev.29196
...
git-svn-id: trunk@29198 -
2014-12-03 14:57:37 +00:00
pierre
dae5ec7c71
Fix compilation with -dEXTDEBUG
...
git-svn-id: trunk@29197 -
2014-12-03 14:28:19 +00:00
lacak
e3b12486c5
fcl-db: sqldb: fix AV (uninitialized variable) in MySQL tests
...
rearrange ordering of methods
rename some methods as discussed in DB-Core
git-svn-id: trunk@29196 -
2014-12-03 11:54:42 +00:00
lacak
3ee209dc75
fcl-db: tests: fix probably by accident commit in rev.29109
...
git-svn-id: trunk@29195 -
2014-12-03 09:32:54 +00:00
lacak
0d4be3fb37
fcl-db: tests: change TestAutoCommit test to not use multiple transactions, as this results in "false negative" for SQL Connections, which does not support multiple simultaneous transactions
...
git-svn-id: trunk@29194 -
2014-12-03 09:21:25 +00:00
joost
408852bca6
* Do not change an empty .fpm-file path into an absolute path. (in zipfiles)
...
git-svn-id: trunk@29193 -
2014-12-02 20:20:56 +00:00
joost
58d699f1aa
* Clean .fpm files, bug #27115
...
git-svn-id: trunk@29192 -
2014-12-02 07:10:15 +00:00
Jeppe Johansen
3bc1db9612
Fixed breakage in the ARM peephole optimizer indirectly brought to light by r29189.
...
git-svn-id: trunk@29191 -
2014-12-01 14:39:40 +00:00
lacak
544fe162c1
fcl-db: tests: quick fix for test for MSSQL server, which do not support overlapping or nested transactions
...
git-svn-id: trunk@29190 -
2014-12-01 13:46:40 +00:00
Jeppe Johansen
d04e988ff1
Make sure optimizer don't generate invalid assembler forms (LDRD and STRD).
...
git-svn-id: trunk@29189 -
2014-11-30 17:34:37 +00:00
Károly Balogh
349993bce8
rtl-unicode: also, hook it into the old fpcmake
...
git-svn-id: trunk@29188 -
2014-11-30 17:30:48 +00:00
Jeppe Johansen
d4461efae3
Fix broken ldrd assembler syntax in RTL
...
git-svn-id: trunk@29187 -
2014-11-30 17:30:46 +00:00
Károly Balogh
6d85e21d12
rtl-unicode: added old-style Makefiles. This unbreaks the cleaning of the package when clean is called outside of the packages directory and fixes random build/install issues I was experiencing on AROS and MorphOS...
...
git-svn-id: trunk@29186 -
2014-11-30 17:29:39 +00:00
Tomas Hajny
b30a3e499c
* add missing initialization of the record count
...
git-svn-id: trunk@29185 -
2014-11-30 01:43:23 +00:00
Tomas Hajny
d2f4382fca
* short name updated to fit into 8.3
...
git-svn-id: trunk@29184 -
2014-11-30 00:07:52 +00:00
michael
6d5622aca3
* Implemented RefreshSQL and fetching value for AutoInc fields
...
git-svn-id: trunk@29183 -
2014-11-29 20:29:52 +00:00
lacak
2bf0abcdfa
fcl-db: tests: unify test with others
...
git-svn-id: trunk@29182 -
2014-11-29 17:52:50 +00:00
lacak
2d4288c5d9
fcl-db: interbase: formating
...
git-svn-id: trunk@29181 -
2014-11-29 17:51:33 +00:00
lacak
690fc3e738
fcl-db: interbase: avoid conversions ->TBCD->double for parameters of other type than ftFmtBCD (f.e. ftBCD: Currency->TBCD->double)
...
git-svn-id: trunk@29180 -
2014-11-29 17:49:52 +00:00
Tomas Hajny
1dceddc302
* minor update of the GetLastOSError support infrastructure
...
git-svn-id: trunk@29179 -
2014-11-29 01:43:38 +00:00
Tomas Hajny
c3fbfcb27b
* first part of UnicodeStringManager routines implementation for OS/2
...
git-svn-id: trunk@29178 -
2014-11-29 01:42:29 +00:00
Tomas Hajny
acbca7254d
* remove unused local variable
...
git-svn-id: trunk@29177 -
2014-11-29 01:29:31 +00:00
svenbarth
9611c3df52
Fix for Mantis #25606 .
...
pexpr.pas, postfixoperators:
* try_type_helper: also allow type helpers for block type bt_const
+ added test
git-svn-id: trunk@29176 -
2014-11-28 22:06:10 +00:00