| Commit message (Expand) | Author | Age | Files | Lines |
* | * Mantis #25889 Patch by Ocean: | marco | 2014-03-22 | 1 | -0/+56 |
* | * patch from Ocean, Mantis #0025890 shlobj classids constants and IShellIcon | marco | 2014-03-22 | 1 | -2/+18 |
* | * fpmkunit no longer depends on strutils. | marco | 2014-03-22 | 1 | -1/+124 |
* | fcl-db: dbtestframework: | reiniero | 2014-03-21 | 1 | -0/+22 |
* | * rtl-unicode package, containing unicodeducet, collation units and *bidi* u... | marco | 2014-03-20 | 30 | -0/+217789 |
* | * fix for #25753 | marco | 2014-03-19 | 1 | -1/+8 |
* | fcl-db: tests: add '23:59:59' to test time values | lacak | 2014-03-18 | 1 | -7/+7 |
* | fcl-db: sqlconnection: | reiniero | 2014-03-17 | 1 | -0/+1 |
* | fcl-db: dbtestframework: cosmetic | reiniero | 2014-03-15 | 1 | -7/+5 |
* | - rm asmmode intel from the i8086-msdos rtl, as that is the default asm mode on | nickysn | 2014-03-15 | 1 | -2/+0 |
* | Fix undefined result for GetShiftState on linux non-console | pierre | 2014-03-14 | 1 | -2/+1 |
* | fcl-db: base: CompareBookmarks() should return 0 if one of two bookmarks is n... | lacak | 2014-03-14 | 1 | -3/+8 |
* | * Fix redeclaration of property which is default | michael | 2014-03-14 | 2 | -1/+77 |
* | fcl-db: tests: comment | lacak | 2014-03-14 | 1 | -5/+4 |
* | fcl-db: tests: set ID field value before post, because it is Required (not null) | lacak | 2014-03-14 | 1 | -0/+2 |
* | fcl-db: tests: PostgreSQL stores unquoted identifiers in lower-case which is ... | lacak | 2014-03-14 | 2 | -6/+20 |
* | fcl-db: cosmetic | lacak | 2014-03-13 | 2 | -5/+9 |
* | fcl-db: tests: add more cases into test | lacak | 2014-03-13 | 1 | -22/+38 |
* | fcl-db: tests: cosmetic (comments + grouping similar tests) | lacak | 2014-03-13 | 1 | -252/+257 |
* | + Unit tests for TXMLReader-based XML parsing classes. | sergei | 2014-03-13 | 2 | -0/+871 |
* | * Provide distinct error messages. | sergei | 2014-03-13 | 1 | -9/+9 |
* | fcl-db: sqldb: add PSGetTableName; addition to rev.27074 | lacak | 2014-03-12 | 1 | -4/+10 |
* | fcl-db: base: cosmetic | lacak | 2014-03-12 | 3 | -32/+33 |
* | fcl-db: tests: add STRICT_TABLES for MySQL sql_mode (required for correct tes... | lacak | 2014-03-12 | 2 | -7/+7 |
* | * fix for DateTimeToJulianDate and JulianDateToDateTime for integer=smallint | nickysn | 2014-03-11 | 1 | -2/+2 |
* | fcl-db: tests: pre-set testing environment for MySQL, MSSQL | lacak | 2014-03-11 | 1 | -22/+12 |
* | * fcl-db: dbtestframework: fix compilation | reiniero | 2014-03-11 | 1 | -1/+0 |
* | * Created version without classes | michael | 2014-03-11 | 1 | -28/+202 |
* | * In view of recent bug, use traditional for i:=Low() to High instead of for in | michael | 2014-03-11 | 1 | -1/+3 |
* | fcl-db: bufdataset: when data are written to BLOB field (using TBufBlobStream... | lacak | 2014-03-11 | 2 | -19/+20 |
* | * mantis #25841 | marco | 2014-03-10 | 1 | -0/+84 |
* | fcl-db: dbtestframework: | reiniero | 2014-03-10 | 2 | -1/+28 |
* | fcl-db: bufdataset: revert r27075 because it had already been fixed another w... | reiniero | 2014-03-10 | 1 | -20/+0 |
* | dbtestframework: | reiniero | 2014-03-10 | 1 | -28/+0 |
* | fcl-db: tests: use column names in same char-case as they are typed in CREATE... | lacak | 2014-03-10 | 1 | -9/+9 |
* | * Patch from Reinier Olislagers to fix issue 17376 | michael | 2014-03-10 | 1 | -2/+23 |
* | * Made property TableName protected (as suggested in 20395) | michael | 2014-03-10 | 1 | -0/+1 |
* | fcl-db: dbtestframework | reiniero | 2014-03-10 | 1 | -0/+28 |
* | * Removed wrong ELSE (bug id 25836) | michael | 2014-03-10 | 1 | -3/+2 |
* | * compilation fix after r27067 | nickysn | 2014-03-10 | 1 | -1/+1 |
* | * use integer for the property indexes, instead of longint. Fixes compilation | nickysn | 2014-03-09 | 1 | -4/+4 |
* | * fixed compilation of units regexpr and oldregexpr when integer=smallint | nickysn | 2014-03-09 | 2 | -6/+6 |
* | * fixed compilation of unit variants with integer=smallint | nickysn | 2014-03-09 | 1 | -6/+6 |
* | * Forgot to commit (adds jstoken, tswriter) | michael | 2014-03-08 | 1 | -0/+3 |
* | * Javascript writer | michael | 2014-03-08 | 4 | -113/+3878 |
* | * Tokens separated out of parser, needed in writer. | michael | 2014-03-08 | 1 | -0/+79 |
* | * Use jstoken | michael | 2014-03-08 | 1 | -1/+1 |
* | * Tests for switch parsing | michael | 2014-03-08 | 1 | -17/+290 |
* | * Functions to aid in writing | michael | 2014-03-08 | 1 | -68/+799 |
* | * Regex parsing | michael | 2014-03-08 | 1 | -44/+25 |