summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* * More fpmake fixes. Exampledirs and includefiles mostly fixed for these.marco2008-10-2229-64/+253
* * First batch of fpmake improvements. Mostly adding examples and fixing smal...marco2008-10-228-1/+150
* * regened makefiles to propagate makefile versionsmarco2008-10-22210-665/+2960
* * Apparantly this version can't be skipped. Fix later.marco2008-10-221-0/+1
* * updated all makefile.fpc versions to 2.2.2 for fppkg compat.marco2008-10-22107-187/+188
* * Modernized debug code, fixed crash for .chms without index.marco2008-10-223-31/+39
* * patch from petermarco2008-10-221-2/+2
* * Patch from Sergei Gorelkinmichael2008-10-223-178/+424
* + add missing SHUT_* constants to openbsdAlmindor2008-10-201-0/+5
* + add missing SHUT_* constants for fpshutdown() (aliases from winsock2)Almindor2008-10-201-0/+4
* + some missing docompare() overridesjonas2008-10-192-2/+27
* * added chm to default extensions to search in help->files "new" dialog.marco2008-10-191-1/+1
* * keep stack aligned at 8 byte boundary inside the startup codeflorian2008-10-183-1/+8
* * Makefile fix that adds httpd22 dependancy to fcl-web. Maybe fpapache shoul...marco2008-10-184-14/+102
* + arm linux syscalls updatedflorian2008-10-181-0/+94
* * fixed typomarco2008-10-181-1/+1
* * put expansion of pathname for debugging purposes under ifdef to ease mingw...marco2008-10-181-0/+2
* * patches from Attila Borka. Mantis 12373. One minor addition.marco2008-10-1810-109/+209
* * fixes from Attila Borka, mantis 12374, updating to 2.2.9 + demo updatemarco2008-10-184-26/+70
* + TEST_ABI documentedflorian2008-10-181-0/+4
* + support for TEST_ABI in the testsuiteflorian2008-10-186-1/+19
* + propagate FPC_ARMEL if FPC_OARM isn't definedflorian2008-10-182-0/+7
* + missing includes of fpcdefs.inc addedflorian2008-10-1821-0/+43
* * made fptime based on usgettimeofday availableflorian2008-10-182-34/+53
* * fixed syscall0 for arm eabiflorian2008-10-181-1/+0
* * handle 64 bit parameters correctly for arm eabiflorian2008-10-181-2/+6
* * removed packed, the stat record should be c packedflorian2008-10-181-20/+21
* * Add the main unit URL to the index, the fp IDE uses the index for context ...marco2008-10-181-0/+4
* * fixed a bunch of structural errors and missing escapes to get the docs bui...marco2008-10-181-5/+4
* * use AvailableRepository when compiling new packagespeter2008-10-171-2/+2
* * arm-linux-eabi uses mmap2 and ugetrlimitflorian2008-10-172-2/+15
* * reset version to latest release: 2.2.2-0peter2008-10-1796-117/+106
* + ras and raserror wince api units by Vasil Maximov.yury2008-10-175-5/+1116
* + Some fixes to wince api units by Vasil Maximov.yury2008-10-1712-1418/+1536
* + New wince api units and some fixes to existing api units by Vasil Maximov.yury2008-10-1615-59/+11577
* + fpmkfifo for libcjonas2008-10-161-2/+3
* * fix range check error in options handling, resolves #12365florian2008-10-148-125/+196
* * Implemented TNumericField.GetAsbooleanjoost2008-10-142-0/+6
* * Override EnableIgnore in TDecoratormichael2008-10-132-0/+14
* * removed a forgotten writeln that could cause havoc in GUI programs.marco2008-10-121-0/+1
* + -vq parameter to show message numbersjonas2008-10-1210-124/+228
* * some more minor fixes to the debug infomarco2008-10-122-10/+9
* * small enhancement to wutils 'writeln(stderr,...); kind of debugging'marco2008-10-121-5/+13
* * Initial CHM support for textmode IDE. marco2008-10-125-97/+842
* * avoid double free when reusing chmsitemap objectsmarco2008-10-121-2/+3
* * If no custom libgdb.a file is found, then we try to look for a system defau...mazen2008-10-112-1/+20
* * fixed range check error when writing const pointers > high(longint)jonas2008-10-111-1/+1
* * don't crash when someone uses an integer value to declare a wide/unicodejonas2008-10-102-2/+25
* * don't warn that a unit won't be smartlinked in case no .a file isjonas2008-10-101-1/+5
* * another attempt to properly fix the fix for 8391karoly2008-10-101-2/+7