summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* * undid part of r24885 that broke compilationunicodemarco2013-06-211-12/+0
* * checked r22466. Most remaining mutations added. With the exception of sysu...marco2013-06-1237-3/+583
* * snapshot for win32 builds again.marco2013-06-071-73/+3
* * finddata structure updates.marco2013-06-031-10/+20
* * fix *BSD for unicode.marco2013-06-021-1/+1
* * fix tiorte.marco2013-06-021-2/+2
* * getdir needs overload; directives to workmarco2013-06-022-3/+3
* * Most dos tests fixed.marco2013-06-025-15/+12
* * [0] access in unit dos. ToSingleByteFileEncoding not applied here. (should...marco2013-06-021-3/+6
* * Fix for attributes.marco2013-06-021-0/+1
* * Cleaned up the work of two days using the rawbytestring alias for 2.6.2 bo...marco2013-06-0218-547/+172
* * TSearchRec - > TRawByteSearchRec to avoid conversion warnings killing the ...marco2013-06-011-1/+1
* Cycle works again using unicodemichael2013-06-013-6/+10
* * fix a move in an unicodestring routine (now ansistring + assignment) win32...marco2013-06-011-4/+5
* * merged my own Windows specific fixes, and reworked the sysutils part a bit.marco2013-06-0118-235/+576
* * typo fix in block unstressed on Unix.marco2013-06-011-2/+2
* * (fairly minimal) differences from windows rtl to parts from *nix rtl.marco2013-06-012-2/+37
* * Unicode RTL and packages compilemichael2013-06-0126-340/+1445
* * Temp branch for FPC_UNICODE_RTL and related changesmarco2013-06-010-0/+0
* * added some newer additions to devmodea also to devmodebmarco2013-06-011-0/+7
* * several -A fixes for ptcpas. marco2013-06-013-26/+14
* * Clipboard and one occurance of getfullpath fixed for A/W issues.marco2013-06-012-2/+2
* * graph unit win32 fixes.marco2013-06-011-5/+5
* * Some "-A" 's added.marco2013-06-011-6/+6
* * Implemented CheckParams for TSQLStatement, TSQLQuery. It disables check for...michael2013-06-011-12/+23
* * moved some constants from PTC after checking them with SDKmarco2013-06-011-0/+13
* * TSQLStatement.RowsAffectedmichael2013-06-011-0/+9
* * Activated Action for TSQLTransactionmichael2013-06-011-2/+12
* + implemented dos.diskfree and disksize for i8086-msdos; cd-rom support not i...nickysn2013-06-011-2/+149
* * Preparation for Unicode RTL compilationmichael2013-06-012-3/+4
* + implemented dos.GetShortName and GetLongName for i8086-msdosnickysn2013-06-011-6/+43
* * wndclassex ifdef unicode fixed.marco2013-06-011-8/+21
* * Fix use of char as filenamemichael2013-06-011-4/+4
* + implemented dos.getfattr and setfattr for i8086-msdosnickysn2013-06-011-4/+30
* * Fix compilation on Unix (oem A version)michael2013-06-011-4/+4
* * First implementation of TSQLStatementmichael2013-06-011-47/+351
* * openeventlog -> openeventloga.marco2013-06-011-1/+1
* * Changes for activation of ifdef UNICODE by FPC_UNICODE_RTL and FPC_OS_UNIC...marco2013-06-013-62/+32
* + implemented dos.FindFirst/FindNext/FindClose for i8086-msdosnickysn2013-06-011-12/+88
* * fixes some allochwnd functions for FPC_UNICODE_RTL (use -A explicitly)marco2013-06-011-7/+7
* * fix some winapi calls to their -A equivalent. For FPC_UNICODE_RTLmarco2013-06-011-2/+2
* * use dynlibs and -A versionsmarco2013-06-012-7/+9
* * Explicitly call -A functions for the registry key. FPC_UNICODE_RTLmarco2013-06-011-3/+3
* + implemented crt.[no]sound for i8086-msdos; the crt unit is now completenickysn2013-06-011-27/+26
* * changed checks for support of opmm* calls in hlcg2ll from mms_movescalarjonas2013-06-011-4/+4
* * add CPU prefix to some definesmarco2013-06-011-2/+2
* basic Amiga/MorphOS support into ExtractFileDrivekaroly2013-05-311-3/+8
* some MorphOS specific defines addedkaroly2013-05-311-1/+6
* * use rep movsw in crt.dosmemmove for i8086-msdosnickysn2013-05-311-1/+9
* + implemented crt.delay for i8086-msdosnickysn2013-05-311-45/+53