summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* * fix for #26165, wrong ascii range.fixes_2_6marco2014-05-141-1/+1
| | | | git-svn-id: http://svn.freepascal.org/svn/fpc/branches/fixes_2_6@27788 3ad0048d-3df7-0310-abae-a5850022a9f2
* * merged r27596 (NDK file removal)jonas2014-04-191-0/+0
| | | | git-svn-id: http://svn.freepascal.org/svn/fpc/branches/fixes_2_6@27597 3ad0048d-3df7-0310-abae-a5850022a9f2
* Merged revision 27305 from http://svn.freepascal.org/svn/fpc/trunkpierre2014-03-281-1/+1
| | | | | | | | | | | ------------------------------------------------------------------------ r27305 | pierre | 2014-03-27 23:55:45 +0100 (Thu, 27 Mar 2014) | 1 line Avoid RTE 219 if compiled with -CR, by using correct common ancestor ------------------------------------------------------------------------ git-svn-id: http://svn.freepascal.org/svn/fpc/branches/fixes_2_6@27316 3ad0048d-3df7-0310-abae-a5850022a9f2
* Merge of fixes necessary to get the IDE to behave correctly for go32v2pierre2014-03-273-3/+4
| | | | | | | | | | | | | | | | | | | | | | system, which range checks enabled. Merged revisions 22947,27281,27284 from http://svn.freepascal.org/svn/fpc/trunk ------------------------------------------------------------------------ r22947 | pierre | 2012-11-07 17:22:57 +0100 (Wed, 07 Nov 2012) | 1 line Avoid range check error in IDE by changing value of sfHasMemInfo constant to fit with longint value ------------------------------------------------------------------------ r27281 | pierre | 2014-03-25 12:21:44 +0100 (Tue, 25 Mar 2014) | 1 line Fix ugly error causing troubles in go32v2 2.6.4 release IDE with GDB ------------------------------------------------------------------------ r27284 | pierre | 2014-03-25 18:07:07 +0100 (Tue, 25 Mar 2014) | 1 line Avoid infinite recursion if symbols and gdb window are displayed while running debuggee ------------------------------------------------------------------------ git-svn-id: http://svn.freepascal.org/svn/fpc/branches/fixes_2_6@27298 3ad0048d-3df7-0310-abae-a5850022a9f2
* * update to 2.6.5marco2014-03-12541-2805/+1143
| | | | git-svn-id: http://svn.freepascal.org/svn/fpc/branches/fixes_2_6@27120 3ad0048d-3df7-0310-abae-a5850022a9f2
* --- Merging r26574 into '.':marco2014-02-231-16/+49
| | | | | | | | | | | | | | | | | | | | | U packages/fcl-base/src/custapp.pp --- Merging r26577 into '.': G packages/fcl-base/src/custapp.pp # revisions: 26574,26577 r26574 | michael | 2014-01-24 14:55:11 +0100 (Fri, 24 Jan 2014) | 1 line Changed paths: M /trunk/packages/fcl-base/src/custapp.pp * Fix bug ID 25412 r26577 | michael | 2014-01-24 16:14:02 +0100 (Fri, 24 Jan 2014) | 1 line Changed paths: M /trunk/packages/fcl-base/src/custapp.pp * Fixed bug ID 24674 git-svn-id: http://svn.freepascal.org/svn/fpc/branches/fixes_2_6@26853 3ad0048d-3df7-0310-abae-a5850022a9f2
* --- Merging r26152 into '.':marco2014-02-233-11/+15
| | | | | | | | | | | | | | | | | | | | | | | | | U packages/fcl-db/src/base/dsparams.inc U packages/fcl-db/src/sqldb/sqldb.pp --- Merging r26412 into '.': G packages/fcl-db/src/base/dsparams.inc U packages/fcl-db/tests/testbasics.pas # revisions: 26152,26412 r26152 | lacak | 2013-11-28 14:23:46 +0100 (Thu, 28 Nov 2013) | 1 line Changed paths: M /trunk/packages/fcl-db/src/base/dsparams.inc M /trunk/packages/fcl-db/src/sqldb/sqldb.pp fcl-db: sqldb: add support for backtick "`" as identifier delimiter. r26412 | lacak | 2014-01-08 20:59:18 +0100 (Wed, 08 Jan 2014) | 1 line Changed paths: M /trunk/packages/fcl-db/src/base/dsparams.inc M /trunk/packages/fcl-db/tests/testbasics.pas fcl-db: fix parameter parsing if form "-:param" is used. Do not confuse with simple line comment, which must start with "--". Bug #25505 git-svn-id: http://svn.freepascal.org/svn/fpc/branches/fixes_2_6@26852 3ad0048d-3df7-0310-abae-a5850022a9f2
* * compile nullstreammarco2014-02-222-67/+67
| | | | git-svn-id: http://svn.freepascal.org/svn/fpc/branches/fixes_2_6@26846 3ad0048d-3df7-0310-abae-a5850022a9f2
* --- Merging r22980 into '.':marco2014-02-221-17/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | U packages/fpmkunit/src/fpmkunit.pp --- Merging r24724 into '.': G packages/fpmkunit/src/fpmkunit.pp --- Merging r25339 into '.': G packages/fpmkunit/src/fpmkunit.pp # revisions: 22980,24724,25339 r22980 | joost | 2012-11-11 22:28:29 +0100 (Sun, 11 Nov 2012) | 1 line Changed paths: M /trunk/packages/fpmkunit/src/fpmkunit.pp * Make distclean should clean up for all known targets. This behavior waw broken since r18060 r24724 | joost | 2013-06-01 17:00:35 +0200 (Sat, 01 Jun 2013) | 2 lines Changed paths: M /trunk/packages/fpmkunit/src/fpmkunit.pp * Improved verbose and debug output while removing files * Do not try to remove directories for cpuNone and osNone r25339 | karoly | 2013-08-23 15:25:44 +0200 (Fri, 23 Aug 2013) | 3 lines Changed paths: M /trunk/packages/fpmkunit/src/fpmkunit.pp don't try to clean unsupported CPU-OS combinations * greatly enhances clean performance over FSes with limited to no caching (networked file systems (eg. SSHFS), Amiga, etc) * also an indentation fix git-svn-id: http://svn.freepascal.org/svn/fpc/branches/fixes_2_6@26844 3ad0048d-3df7-0310-abae-a5850022a9f2
* --- Merging r26434 into '.':marco2014-02-051-2/+2
| | | | | | | | | | | | | | U packages/winunits-base/src/comobj.pp # revisions: 26434 r26434 | florian | 2014-01-12 19:45:35 +0100 (Sun, 12 Jan 2014) | 1 line Changed paths: M /trunk/packages/winunits-base/src/comobj.pp * deactive debugging defines again after r26427 git-svn-id: http://svn.freepascal.org/svn/fpc/branches/fixes_2_6@26678 3ad0048d-3df7-0310-abae-a5850022a9f2
* * committed Tomas' patch marco2014-02-032-2/+18
| | | | git-svn-id: http://svn.freepascal.org/svn/fpc/branches/fixes_2_6@26668 3ad0048d-3df7-0310-abae-a5850022a9f2
* - removed invalid mergeinfo entry (r25139 was supposedly merged from trunk,jonas2014-02-010-0/+0
| | | | | | | while this is a revision from the cpstrrtl branch) git-svn-id: http://svn.freepascal.org/svn/fpc/branches/fixes_2_6@26648 3ad0048d-3df7-0310-abae-a5850022a9f2
* --- Merging r26638 into '.':marco2014-01-311-0/+1
| | | | | | | | | | | | | | | U rtl/objpas/rtlconst.inc # revisions: 26638 fetching log for rev 26638 - 322 characters r26638 | marco | 2014-01-31 20:56:50 +0100 (Fri, 31 Jan 2014) | 2 lines Changed paths: M /trunk/rtl/objpas/rtlconst.inc * add SMsgDlgClose, Patch by stocki Mantis #25616 git-svn-id: http://svn.freepascal.org/svn/fpc/branches/fixes_2_6@26639 3ad0048d-3df7-0310-abae-a5850022a9f2
* * unmerged r23341 on Sven's requestmarco2014-01-251-77/+26
| | | | git-svn-id: http://svn.freepascal.org/svn/fpc/branches/fixes_2_6@26582 3ad0048d-3df7-0310-abae-a5850022a9f2
* --- Merging r26469 into '.':marco2014-01-151-0/+6
| | | | | | | | | | | | | | | U packages/winunits-base/src/wininet.pp # revisions: 26469 fetching log for rev 26469 - 345 characters r26469 | marco | 2014-01-15 17:18:21 +0100 (Wed, 15 Jan 2014) | 2 lines Changed paths: M /trunk/packages/winunits-base/src/wininet.pp * some delphi compatible overloads by Ocean, mantis #25519 git-svn-id: http://svn.freepascal.org/svn/fpc/branches/fixes_2_6@26470 3ad0048d-3df7-0310-abae-a5850022a9f2
* --- Merging r26427 into '.':marco2014-01-131-11/+63
| | | | | | | | | | | | | | U packages/winunits-base/src/comobj.pp # revisions: 26427 r26427 | marco | 2014-01-11 21:53:59 +0100 (Sat, 11 Jan 2014) | 1 line Changed paths: M /trunk/packages/winunits-base/src/comobj.pp * change registry functions in comobj to "HKEY" because of win64 reasons. (Mantis #25515) git-svn-id: http://svn.freepascal.org/svn/fpc/branches/fixes_2_6@26447 3ad0048d-3df7-0310-abae-a5850022a9f2
* --- Merging r26418 into '.':marco2014-01-131-0/+5
| | | | | | | | | | | | | | | U packages/winunits-base/src/shlobj.pp # revisions: 26418 r26418 | marco | 2014-01-10 23:29:35 +0100 (Fri, 10 Jan 2014) | 2 lines Changed paths: M /trunk/packages/winunits-base/src/shlobj.pp * adding some delphi "var" overloads http://forum.lazarus.freepascal.org/index.php/topic,23202.0/topicseen.html git-svn-id: http://svn.freepascal.org/svn/fpc/branches/fixes_2_6@26446 3ad0048d-3df7-0310-abae-a5850022a9f2
* --- Merging r26421 into '.':marco2014-01-111-1/+1
| | | | | | | | | | | | | | U rtl/inc/wstringh.inc # revisions: 26421 r26421 | paul | 2014-01-11 15:16:49 +0100 (Sat, 11 Jan 2014) | 1 line Changed paths: M /trunk/rtl/inc/wstringh.inc rtl: deprecate winwidestringalloc git-svn-id: http://svn.freepascal.org/svn/fpc/branches/fixes_2_6@26422 3ad0048d-3df7-0310-abae-a5850022a9f2
* --- Merging r26408 into '.':marco2014-01-081-1/+1
| | | | | | | | | | | | | | | U packages/paszlib/src/zipper.pp # revisions: 26408 r26408 | marco | 2014-01-08 11:36:46 +0100 (Wed, 08 Jan 2014) | 3 lines Changed paths: M /trunk/packages/paszlib/src/zipper.pp * fix hours timestamp conversion zipped file. Mantis #25499 (shift count off by one) git-svn-id: http://svn.freepascal.org/svn/fpc/branches/fixes_2_6@26409 3ad0048d-3df7-0310-abae-a5850022a9f2
* * avoid Xcode 5 linker issues on Darwin/x86-64 with certain Objective-Pascaljonas2014-01-022-15/+39
| | | | | | | constructs git-svn-id: http://svn.freepascal.org/svn/fpc/branches/fixes_2_6@26357 3ad0048d-3df7-0310-abae-a5850022a9f2
* --- Merging r26171 into '.':marco2013-12-301-0/+23
| | | | | | | | | | | | | | U packages/fcl-image/src/fpreadjpeg.pas # revisions: 26171 r26171 | michael | 2013-12-03 14:05:45 +0100 (Tue, 03 Dec 2013) | 1 line Changed paths: M /trunk/packages/fcl-image/src/fpreadjpeg.pas * Applied patch to support YCCK values (bug ID 21916) git-svn-id: http://svn.freepascal.org/svn/fpc/branches/fixes_2_6@26325 3ad0048d-3df7-0310-abae-a5850022a9f2
* --- Merging r26320 into '.':marco2013-12-301-1/+0
| | | | | | | | | | | | | | U packages/fcl-process/src/wince/process.inc # revisions: 26320 r26320 | marco | 2013-12-30 14:08:50 +0100 (Mon, 30 Dec 2013) | 1 line Changed paths: M /trunk/packages/fcl-process/src/wince/process.inc * remove finherithandles for wince like r25981 did in mantis #22271 fro win32 git-svn-id: http://svn.freepascal.org/svn/fpc/branches/fixes_2_6@26324 3ad0048d-3df7-0310-abae-a5850022a9f2
* * also build the mysql 5.6 connectionmarco2013-12-302-133/+133
| | | | git-svn-id: http://svn.freepascal.org/svn/fpc/branches/fixes_2_6@26323 3ad0048d-3df7-0310-abae-a5850022a9f2
* --- Merging r26197 into '.':marco2013-12-306-63/+95
| | | | | | | | | | | | | | | | | | | | | | | | | | | | C packages/fcl-db/tests/testfieldtypes.pas C packages/fcl-db/tests/sqldbtoolsunit.pas U packages/fcl-db/src/sqldb/mysql/mysql50conn.pas U packages/fcl-db/src/sqldb/mysql/mysql51conn.pas U packages/fcl-db/src/sqldb/mysql/mysqlconn.inc U packages/fcl-db/src/sqldb/mysql/mysql55conn.pas A packages/fcl-db/src/sqldb/mysql/mysql56conn.pas Summary of conflicts: Text conflicts: 2 # revisions: 26197 r26197 | lacak | 2013-12-08 10:44:46 +0100 (Sun, 08 Dec 2013) | 1 line Changed paths: M /trunk/packages/fcl-db/src/sqldb/mysql/mysql50conn.pas M /trunk/packages/fcl-db/src/sqldb/mysql/mysql51conn.pas M /trunk/packages/fcl-db/src/sqldb/mysql/mysql55conn.pas A /trunk/packages/fcl-db/src/sqldb/mysql/mysql56conn.pas M /trunk/packages/fcl-db/src/sqldb/mysql/mysqlconn.inc M /trunk/packages/fcl-db/tests/sqldbtoolsunit.pas M /trunk/packages/fcl-db/tests/testfieldtypes.pas fcl-db: mysql: add support for MySQL 5.6 git-svn-id: http://svn.freepascal.org/svn/fpc/branches/fixes_2_6@26322 3ad0048d-3df7-0310-abae-a5850022a9f2
* r26190 | michael | 2013-12-06 16:55:26 +0100 (Fri, 06 Dec 2013) | 1 linemarco2013-12-256-125/+333
| | | | | | | | | | | | | | | | | | | | | | | | Changed paths: M /trunk/packages/mysql/fpmake.pp M /trunk/packages/mysql/src/mysql.inc A /trunk/packages/mysql/src/mysql56dyn.pp * Added to build, extra fix, added mysql56dyn --- r26202 | marco | 2013-12-09 19:19:31 +0100 (Mon, 09 Dec 2013) | 1 line Changed paths: M /trunk/rtl/win/wininc/unifun.inc * fix for #25402 One argument of GetICMProfileW missed an indirection --- r26188 | michael | 2013-12-06 14:25:09 +0100 (Fri, 06 Dec 2013) | 1 line Changed paths: M /trunk/packages/mysql/src/mysql.inc * MySQL 5.6 support from Laco git-svn-id: http://svn.freepascal.org/svn/fpc/branches/fixes_2_6@26283 3ad0048d-3df7-0310-abae-a5850022a9f2
* * backported fix from bug #25314, index rebuilding of bufdataset.marco2013-12-231-21/+30
| | | | git-svn-id: http://svn.freepascal.org/svn/fpc/branches/fixes_2_6@26274 3ad0048d-3df7-0310-abae-a5850022a9f2
* --- Merging r26189 into '.':marco2013-12-232-20/+131
| | | | | | | | | | | | | | | | | | | | | | | U rtl/linux/termiosproc.inc --- Merging r26199 into '.': U rtl/linux/linux.pp # revisions: 26189,26199 r26189 | marco | 2013-12-06 16:00:55 +0100 (Fri, 06 Dec 2013) | 3 lines Changed paths: M /trunk/rtl/linux/termiosproc.inc * Initial FPC_USE_LIBC implementation of termios for Linux. * Removed VER2_0 defines. r26199 | marco | 2013-12-08 21:23:09 +0100 (Sun, 08 Dec 2013) | 3 lines Changed paths: M /trunk/rtl/linux/linux.pp * fix FPC_USE_LIBC for inotify and clock* functions, and always link librt when this unit is used under FPC_USE_LIBC. make all building failed otherwise because fppkg seems to import unit linux somewhere. git-svn-id: http://svn.freepascal.org/svn/fpc/branches/fixes_2_6@26268 3ad0048d-3df7-0310-abae-a5850022a9f2
* --- Merging r26008 into '.':marco2013-12-231-4/+7
| | | | | | | | | | | | | | U packages/iconvenc/src/iconvert.inc # revisions: 26008 r26008 | marco | 2013-11-10 13:53:58 +0100 (Sun, 10 Nov 2013) | 2 lines Changed paths: M /trunk/packages/iconvenc/src/iconvert.inc * trim output buffer in try..finally, catch result iconv in variable. git-svn-id: http://svn.freepascal.org/svn/fpc/branches/fixes_2_6@26267 3ad0048d-3df7-0310-abae-a5850022a9f2
* --- Merging r26069 into '.':marco2013-12-191-2/+4
| | | | | | | | | | | | | | U rtl/go32v2/v2prt0.as # revisions: 26069 r26069 | pierre | 2013-11-12 17:41:08 +0100 (Tue, 12 Nov 2013) | 1 line Changed paths: M /trunk/rtl/go32v2/v2prt0.as Put both _environ and __environ as .comm inside startup script to avoid crt1.o loading git-svn-id: http://svn.freepascal.org/svn/fpc/branches/fixes_2_6@26254 3ad0048d-3df7-0310-abae-a5850022a9f2
* * patch from Reinier, fixing testsuite in fixes. Mantis #25420marco2013-12-131-44/+0
| | | | git-svn-id: http://svn.freepascal.org/svn/fpc/branches/fixes_2_6@26229 3ad0048d-3df7-0310-abae-a5850022a9f2
* * blocked r26146jonas2013-11-270-0/+0
| | | | git-svn-id: http://svn.freepascal.org/svn/fpc/branches/fixes_2_6@26147 3ad0048d-3df7-0310-abae-a5850022a9f2
* * manually merged r26132-r26133 from trunk (fixes cross-building)jonas2013-11-242-19/+72
| | | | git-svn-id: http://svn.freepascal.org/svn/fpc/branches/fixes_2_6@26134 3ad0048d-3df7-0310-abae-a5850022a9f2
* * updated warnings and versions in warnings relating to bookmark to clarify ↵marco2013-11-181-2/+2
| | | | | | that change is postponed till 2.8.x git-svn-id: http://svn.freepascal.org/svn/fpc/branches/fixes_2_6@26105 3ad0048d-3df7-0310-abae-a5850022a9f2
* * Attempt to roll back last Hermes merges. TBT on 64-bit.marco2013-11-117-244/+69
| | | | git-svn-id: http://svn.freepascal.org/svn/fpc/branches/fixes_2_6@26060 3ad0048d-3df7-0310-abae-a5850022a9f2
* --- Merging r25984 into '.':marco2013-11-072-30/+56
| | | | | | | | | | | | | | | | U packages/fcl-db/src/memds/memds.pp U packages/fcl-db/tests/testdbbasics.pas # revisions: 25984 r25984 | lacak | 2013-11-07 13:10:29 +0100 (Thu, 07 Nov 2013) | 1 line Changed paths: M /trunk/packages/fcl-db/src/memds/memds.pp M /trunk/packages/fcl-db/tests/testdbbasics.pas fcl-db: memds: add support for calculated fields. revealed by TestCalculatedField git-svn-id: http://svn.freepascal.org/svn/fpc/branches/fixes_2_6@25990 3ad0048d-3df7-0310-abae-a5850022a9f2
* --- Merging r19569 into '.':marco2013-11-075-50/+218
| | | | | | | | | | | | | | | | U rtl/unix/unix.pp U rtl/unix/timezone.inc # revisions: 19569 r19569 | michael | 2011-11-01 19:05:38 +0100 (Tue, 01 Nov 2011) | 1 line Changed paths: M /trunk/rtl/unix/timezone.inc M /trunk/rtl/unix/unix.pp * Added ReReadTimeZone git-svn-id: http://svn.freepascal.org/svn/fpc/branches/fixes_2_6@25986 3ad0048d-3df7-0310-abae-a5850022a9f2
* --- Merging r25981 into '.':marco2013-11-071-1/+0
| | | | | | | | | | | | | | | U packages/fcl-process/src/win/process.inc # revisions: 25981 fetching log for rev 25981 - 304 characters r25981 | michael | 2013-11-07 09:43:14 +0100 (Thu, 07 Nov 2013) | 1 line Changed paths: M /trunk/packages/fcl-process/src/win/process.inc * Fix bug 22271 git-svn-id: http://svn.freepascal.org/svn/fpc/branches/fixes_2_6@25982 3ad0048d-3df7-0310-abae-a5850022a9f2
* --- Reverse-merging r23700 into '.':marco2013-11-064-52/+3
| | | | | | | | | | | U compiler/x86_64/cpupara.pas U compiler/x86/aasmcpu.pas U compiler/x86/cgx86.pas D tests/webtbs/tw23962.pp git-svn-id: http://svn.freepascal.org/svn/fpc/branches/fixes_2_6@25955 3ad0048d-3df7-0310-abae-a5850022a9f2
* --- Merging r25661 into '.':marco2013-11-031-1/+1
| | | | | | | | | | | | | | U rtl/bsd/ossysc.inc # revisions: 25661 r25661 | pierre | 2013-10-05 23:23:47 +0200 (Sat, 05 Oct 2013) | 1 line Changed paths: M /trunk/rtl/bsd/ossysc.inc NetBSD getcwd system call also returns string length git-svn-id: http://svn.freepascal.org/svn/fpc/branches/fixes_2_6@25932 3ad0048d-3df7-0310-abae-a5850022a9f2
* --- Merging r25272 into '.':marco2013-11-031-1/+1
| | | | | | | | | | | | | | U packages/winunits-base/src/shellapi.pp # revisions: 25272 r25272 | marco | 2013-08-16 22:45:41 +0200 (Fri, 16 Aug 2013) | 2 lines Changed paths: M /trunk/packages/winunits-base/src/shellapi.pp * fix for #24878 git-svn-id: http://svn.freepascal.org/svn/fpc/branches/fixes_2_6@25931 3ad0048d-3df7-0310-abae-a5850022a9f2
* --- Merging r25815 into '.':marco2013-11-033-2/+93
| | | | | | | | | | | | | | | | | | | | | | | | | U ide/fpswitch.pas --- Merging r25394 into '.': C rtl/go32v2/Makefile.fpc C rtl/go32v2/Makefile Summary of conflicts: Text conflicts: 2 # revisions: 25815,25394 r25815 | marco | 2013-10-18 10:40:34 +0200 (Fri, 18 Oct 2013) | 2 lines Changed paths: M /trunk/ide/fpswitch.pas * fix for mantis #25202 macpascal->macpas, patch by Thaddy. r25394 | florian | 2013-09-01 22:29:02 +0200 (Sun, 01 Sep 2013) | 1 line Changed paths: M /trunk/rtl/go32v2/Makefile M /trunk/rtl/go32v2/Makefile.fpc * fix building of go32v2 rtl with make 3.82 git-svn-id: http://svn.freepascal.org/svn/fpc/branches/fixes_2_6@25930 3ad0048d-3df7-0310-abae-a5850022a9f2
* --- Merging r23524 into '.':marco2013-11-032-2/+25
| | | | | | | | | | | | | | | | | U rtl/inc/sstrings.inc A tests/webtbs/tw23744.pp # revisions: 23524 r23524 | jonas | 2013-01-26 20:27:17 +0100 (Sat, 26 Jan 2013) | 2 lines Changed paths: M /trunk/rtl/inc/sstrings.inc A /trunk/tests/webtbs/tw23744.pp * fixed inserting something in a shortstring past its maximum length (mantis #23744) git-svn-id: http://svn.freepascal.org/svn/fpc/branches/fixes_2_6@25929 3ad0048d-3df7-0310-abae-a5850022a9f2
* --- Merging r25403 into '.':marco2013-11-032-7/+9
| | | | | | | | | | | | | | | | | | | | | U rtl/objpas/classes/stringl.inc --- Merging r25404 into '.': U rtl/objpas/classes/classesh.inc # revisions: 25403,25404 r25403 | michael | 2013-09-03 09:10:53 +0200 (Tue, 03 Sep 2013) | 1 line Changed paths: M /trunk/rtl/objpas/classes/stringl.inc * Fixed AV when setting capacity to something smaller than count but larger than 0 (bug ID 24943) r25404 | michael | 2013-09-03 14:51:39 +0200 (Tue, 03 Sep 2013) | 1 line Changed paths: M /trunk/rtl/objpas/classes/classesh.inc * Forgot to commit git-svn-id: http://svn.freepascal.org/svn/fpc/branches/fixes_2_6@25928 3ad0048d-3df7-0310-abae-a5850022a9f2
* --- Merging r24186 into '.':marco2013-11-033-6/+19
| | | | | | | | | | | | | | | | | | | | | | | | U packages/opengles/src/gles20.pas --- Merging r25129 into '.': U rtl/objpas/classes/stringl.inc U rtl/objpas/classes/classesh.inc # revisions: 24186,25129 r24186 | jonas | 2013-04-07 19:25:06 +0200 (Sun, 07 Apr 2013) | 2 lines Changed paths: M /trunk/packages/opengles/src/gles20.pas * prefix calls to dynlibs routines with "dynlibs." so that under Win* the versions from the Windows unit aren't used instead (mantis #24242) r25129 | michael | 2013-07-19 09:16:06 +0200 (Fri, 19 Jul 2013) | 1 line Changed paths: M /trunk/rtl/objpas/classes/classesh.inc M /trunk/rtl/objpas/classes/stringl.inc * Added AddText as suggested in bug ID 24764 git-svn-id: http://svn.freepascal.org/svn/fpc/branches/fixes_2_6@25927 3ad0048d-3df7-0310-abae-a5850022a9f2
* --- Merging r25392 into '.':marco2013-11-032-0/+10
| | | | | | | | | | | | | | | | | | | | | U rtl/objpas/sysutils/dati.inc U rtl/objpas/sysutils/datih.inc # revisions: 25392 r25392 | svenbarth | 2013-09-01 14:46:54 +0200 (Sun, 01 Sep 2013) | 7 lines Changed paths: M /trunk/rtl/objpas/sysutils/dati.inc M /trunk/rtl/objpas/sysutils/datih.inc Fix for Mantis #24929. rtl/sysutils/datih.inc: + add StrToDate overload which allows passing of specific TFormatSettings parameter rtl/sysutils/dati.inc: * implement new StrToDate overload by calling IntStrToDate similar to StrToTime git-svn-id: http://svn.freepascal.org/svn/fpc/branches/fixes_2_6@25926 3ad0048d-3df7-0310-abae-a5850022a9f2
* --- Merging r25677 into '.':marco2013-11-037-258/+237
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | U packages/graph/src/go32v2/vesa.inc C packages/graph/src/msdos --- Merging r25681 into '.': G packages/graph/src/go32v2/vesa.inc --- Merging r25722 into '.': U packages/graph/src/go32v2/graph.pp --- Merging r25779 into '.': U packages/ptc/docs/CHANGES.txt A packages/graph/src/ptcgraph/ptcmouse.pp U packages/graph/fpmake.pp Summary of conflicts: Tree conflicts: 1 # revisions: 25677,25681,25722,25779 r25677 | nickysn | 2013-10-06 11:42:29 +0200 (Sun, 06 Oct 2013) | 4 lines Changed paths: M /trunk/packages/graph/src/go32v2/vesa.inc M /trunk/packages/graph/src/msdos/vesa.inc - rm the hexstr function from the graph unit, as that has already been included in the system unit r25681 | nickysn | 2013-10-06 13:36:32 +0200 (Sun, 06 Oct 2013) | 6 lines Changed paths: M /trunk/packages/graph/src/go32v2/vesa.inc - rm the first call to int 10, ax=4f04, dl=0 from SaveStateVESA, since this function is called again immediately after the inline asm block via RealIntr and the exact same operations are performed once again in Pascal (probably someone translated the inline asm block to pascal, but forgot to remove it). r25722 | nickysn | 2013-10-08 16:45:56 +0200 (Tue, 08 Oct 2013) | 1 line Changed paths: M /trunk/packages/graph/src/go32v2/graph.pp + use PatternLineVESA256 also for the 640x400 256-colour VESA mode r25779 | nickysn | 2013-10-14 16:31:14 +0200 (Mon, 14 Oct 2013) | 1 line Changed paths: M /trunk/packages/graph/fpmake.pp A /trunk/packages/graph/src/ptcgraph/ptcmouse.pp M /trunk/packages/ptc/docs/CHANGES.txt + added unit ptcmouse, similar to winmouse and msmouse, for use with ptcgraph and ptccrt git-svn-id: http://svn.freepascal.org/svn/fpc/branches/fixes_2_6@25925 3ad0048d-3df7-0310-abae-a5850022a9f2
* --- Merging r23133 into '.':marco2013-11-0348-576/+1035
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | U packages/ptc/src/x11/x11windowdisplayi.inc U packages/ptc/src/x11/x11displayd.inc U packages/ptc/src/x11/x11dga1displayi.inc U packages/ptc/src/x11/x11dga2displayi.inc U packages/ptc/src/x11/x11displayi.inc --- Merging r25771 into '.': U packages/graph/src/ptcgraph/ptccrt.pp U packages/graph/src/ptcgraph/ptcgraph.pp U packages/hermes/src/x86_64/x86_64_i8.inc U packages/ptc/fpmake.pp U packages/ptc/src/ptcwrapper/ptcwrapper.pp A packages/ptc/src/core/closeeventd.inc A packages/ptc/src/core/closeeventi.inc U packages/ptc/src/core/coreimplementation.inc U packages/ptc/src/core/baseconsoled.inc U packages/ptc/src/core/baseconsolei.inc A packages/ptc/src/core/resizeeventd.inc U packages/ptc/src/core/coreinterface.inc U packages/ptc/src/core/consolei.inc A packages/ptc/src/core/resizeeventi.inc U packages/ptc/src/core/eventd.inc U packages/ptc/src/x11/x11windowdisplayd.inc G packages/ptc/src/x11/x11windowdisplayi.inc U packages/ptc/src/x11/x11consoled.inc G packages/ptc/src/x11/x11displayd.inc U packages/ptc/src/x11/x11consolei.inc G packages/ptc/src/x11/x11displayi.inc U packages/ptc/src/win32/base/win32moused.inc U packages/ptc/src/win32/base/win32mousei.inc A packages/ptc/src/win32/base/win32resized.inc U packages/ptc/src/win32/base/win32window.inc A packages/ptc/src/win32/base/win32resizei.inc U packages/ptc/src/win32/base/win32windowd.inc U packages/ptc/src/win32/directx/win32directxhook.inc U packages/ptc/src/win32/directx/win32directxprimary.inc U packages/ptc/src/win32/directx/win32directxconsoled.inc U packages/ptc/src/win32/directx/win32directxprimaryd.inc U packages/ptc/src/win32/directx/win32directxconsolei.inc U packages/ptc/src/win32/gdi/win32openglwindowd.inc U packages/ptc/src/win32/gdi/win32modesetteri.inc U packages/ptc/src/win32/gdi/win32openglwindowi.inc U packages/ptc/src/win32/gdi/win32gdiconsoled.inc U packages/ptc/src/win32/gdi/win32gdihooki.inc U packages/ptc/src/win32/gdi/win32gdiconsolei.inc U packages/ptc/src/ptc.pp U packages/ptc/docs/TODO.txt U packages/ptc/docs/INSTALL.txt U packages/ptc/docs/CHANGES.txt U packages/ptc/docs/README.txt --- Merging r25775 into '.': U packages/ptc/src/win32/directx/p_ddraw.pp G packages/ptc/src/win32/gdi/win32openglwindowi.inc G packages/ptc/src/win32/base/win32window.inc U packages/ptc/src/win32/base/win32hook.inc U packages/ptc/src/win32/base/win32kbd.inc # revisions: 23133,25771,25775 r23133 | nickysn | 2012-12-10 22:44:09 +0100 (Mon, 10 Dec 2012) | 1 line Changed paths: M /trunk/packages/ptc/src/x11/x11dga1displayi.inc M /trunk/packages/ptc/src/x11/x11dga2displayi.inc M /trunk/packages/ptc/src/x11/x11displayd.inc M /trunk/packages/ptc/src/x11/x11displayi.inc M /trunk/packages/ptc/src/x11/x11windowdisplayi.inc * fixed the key codes of the Shift-Key combinations in the X11 console r25771 | nickysn | 2013-10-14 00:34:01 +0200 (Mon, 14 Oct 2013) | 3 lines Changed paths: M /trunk/packages/graph/src/ptcgraph/ptccrt.pp M /trunk/packages/graph/src/ptcgraph/ptcgraph.pp M /trunk/packages/hermes/src/x86_64/x86_64_i8.inc M /trunk/packages/ptc/docs/CHANGES.txt M /trunk/packages/ptc/docs/INSTALL.txt M /trunk/packages/ptc/docs/README.txt M /trunk/packages/ptc/docs/TODO.txt M /trunk/packages/ptc/fpmake.pp M /trunk/packages/ptc/src/core/baseconsoled.inc M /trunk/packages/ptc/src/core/baseconsolei.inc A /trunk/packages/ptc/src/core/closeeventd.inc A /trunk/packages/ptc/src/core/closeeventi.inc M /trunk/packages/ptc/src/core/consolei.inc M /trunk/packages/ptc/src/core/coreimplementation.inc M /trunk/packages/ptc/src/core/coreinterface.inc M /trunk/packages/ptc/src/core/eventd.inc A /trunk/packages/ptc/src/core/resizeeventd.inc A /trunk/packages/ptc/src/core/resizeeventi.inc M /trunk/packages/ptc/src/ptc.pp M /trunk/packages/ptc/src/ptcwrapper/ptcwrapper.pp M /trunk/packages/ptc/src/win32/base/win32moused.inc M /trunk/packages/ptc/src/win32/base/win32mousei.inc A /trunk/packages/ptc/src/win32/base/win32resized.inc A /trunk/packages/ptc/src/win32/base/win32resizei.inc M /trunk/packages/ptc/src/win32/base/win32window.inc M /trunk/packages/ptc/src/win32/base/win32windowd.inc M /trunk/packages/ptc/src/win32/directx/win32directxconsoled.inc M /trunk/packages/ptc/src/win32/directx/win32directxconsolei.inc M /trunk/packages/ptc/src/win32/directx/win32directxhook.inc M /trunk/packages/ptc/src/win32/directx/win32directxprimary.inc M /trunk/packages/ptc/src/win32/directx/win32directxprimaryd.inc M /trunk/packages/ptc/src/win32/gdi/win32gdiconsoled.inc M /trunk/packages/ptc/src/win32/gdi/win32gdiconsolei.inc M /trunk/packages/ptc/src/win32/gdi/win32gdihooki.inc M /trunk/packages/ptc/src/win32/gdi/win32modesetteri.inc M /trunk/packages/ptc/src/win32/gdi/win32openglwindowd.inc M /trunk/packages/ptc/src/win32/gdi/win32openglwindowi.inc M /trunk/packages/ptc/src/x11/x11consoled.inc M /trunk/packages/ptc/src/x11/x11consolei.inc M /trunk/packages/ptc/src/x11/x11displayd.inc M /trunk/packages/ptc/src/x11/x11displayi.inc M /trunk/packages/ptc/src/x11/x11windowdisplayd.inc M /trunk/packages/ptc/src/x11/x11windowdisplayi.inc * updated PTCPas to version 0.99.14 r25775 | nickysn | 2013-10-14 14:08:49 +0200 (Mon, 14 Oct 2013) | 3 lines Changed paths: M /trunk/packages/ptc/src/win32/base/win32hook.inc M /trunk/packages/ptc/src/win32/base/win32kbd.inc M /trunk/packages/ptc/src/win32/base/win32window.inc M /trunk/packages/ptc/src/win32/directx/p_ddraw.pp M /trunk/packages/ptc/src/win32/gdi/win32openglwindowi.inc * fixed PTCPas compilation with fpc 2.6.2 - rm winapi constants that were already included in fpc 2.6.2 * winapi constants that were included in fpc trunk put behind {$ifdef ver2_6} git-svn-id: http://svn.freepascal.org/svn/fpc/branches/fixes_2_6@25924 3ad0048d-3df7-0310-abae-a5850022a9f2
* --- Merging r23028 into '.':marco2013-11-034-27/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | U packages/hermes/src/hermes.pp --- Merging r23045 into '.': G packages/hermes/src/hermes.pp --- Merging r24709 into '.': U packages/ptc/src/core/errori.inc U packages/ptc/src/win32/gdi/win32modesetteri.inc U packages/ptc/src/win32/base/win32window.inc # revisions: 23028,23045,24709 r23028 | nickysn | 2012-11-18 21:37:32 +0100 (Sun, 18 Nov 2012) | 1 line Changed paths: M /trunk/packages/hermes/src/hermes.pp * only enable I386_ASSEMBLER on certain platforms r23045 | jonas | 2012-11-22 14:34:21 +0100 (Thu, 22 Nov 2012) | 3 lines Changed paths: M /trunk/packages/hermes/src/hermes.pp - disabled assembler implementations for darwin/i386 because they don't work on i386 targets that require a 16-byte aligned stack r24709 | marco | 2013-06-01 14:48:11 +0200 (Sat, 01 Jun 2013) | 2 lines Changed paths: M /trunk/packages/ptc/src/core/errori.inc M /trunk/packages/ptc/src/win32/base/win32window.inc M /trunk/packages/ptc/src/win32/gdi/win32modesetteri.inc * several -A fixes for ptcpas. * some constants with "move to windows" comment moved to windows. git-svn-id: http://svn.freepascal.org/svn/fpc/branches/fixes_2_6@25923 3ad0048d-3df7-0310-abae-a5850022a9f2
* --- Merging r23003 into '.':marco2013-11-034-84/+118
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | C packages/hermes/fpmake.pp --- Merging r23004 into '.': G packages/hermes/fpmake.pp --- Merging r23015 into '.': U packages/hermes/src/hermes.pp C packages/hermes/Makefile.fpc.fpcmake Summary of conflicts: Text conflicts: 1 Tree conflicts: 1 # revisions: 23003,23004,23015 r23003 | nickysn | 2012-11-17 18:49:50 +0100 (Sat, 17 Nov 2012) | 1 line Changed paths: M /trunk/packages/hermes/fpmake.pp * updated hermes fpmake.pp r23004 | nickysn | 2012-11-17 19:11:35 +0100 (Sat, 17 Nov 2012) | 1 line Changed paths: M /trunk/packages/hermes/fpmake.pp * fixed hermes author and license info - it's a full library translation and not just header translation, the original author is Christian Nentwich and the license of the pascal version is modified LGPL (changed from LGPL with Christian's permission) r23015 | nickysn | 2012-11-18 16:46:32 +0100 (Sun, 18 Nov 2012) | 1 line Changed paths: M /trunk/packages/hermes/Makefile.fpc.fpcmake M /trunk/packages/hermes/src/hermes.pp * enable the assembler by default in hermes.pp git-svn-id: http://svn.freepascal.org/svn/fpc/branches/fixes_2_6@25922 3ad0048d-3df7-0310-abae-a5850022a9f2
* --- Merging r23002 into '.':marco2013-11-035-3/+147
| | | | | | | | | | | | | | | | | | | | | | | | | | | | C packages/hermes/Makefile.fpc.fpcmake -> not merged U packages/hermes/src/hermes_factory.inc A packages/hermes/src/x86_64 A packages/hermes/src/x86_64/headx86_64.inc A packages/hermes/src/x86_64/x86_64_i8.inc U packages/hermes/src/hermes.pp U packages/hermes/src/factconv.inc Summary of conflicts: Tree conflicts: 1 # revisions: 23002 r23002 | nickysn | 2012-11-17 18:28:29 +0100 (Sat, 17 Nov 2012) | 1 line Changed paths: M /trunk/packages/hermes/Makefile.fpc.fpcmake M /trunk/packages/hermes/src/factconv.inc M /trunk/packages/hermes/src/hermes.pp M /trunk/packages/hermes/src/hermes_factory.inc A /trunk/packages/hermes/src/x86_64 A /trunk/packages/hermes/src/x86_64/headx86_64.inc A /trunk/packages/hermes/src/x86_64/x86_64_i8.inc * updated hermes git-svn-id: http://svn.freepascal.org/svn/fpc/branches/fixes_2_6@25921 3ad0048d-3df7-0310-abae-a5850022a9f2