summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* * file forgotten to commit in r33708jonas2016-05-201-0/+687
* * fix the Upgrade to Unicode version 7 and CLDR 27 from r32814jonas2016-05-197-149/+3716
* * Fix never-ending loop in splitlinemichael2016-04-301-24/+24
* * pas2jni: Minor fix to exe extension.yury2016-04-071-1/+1
* * pas2jni: Fixed exit code.yury2016-04-071-3/+3
* * Fix bug 29772michael2016-03-051-8/+6
* * pas2jni: Fixed procedure parameters parsing in some cases.yury2016-02-102-14/+13
* * pas2jni: Fixed handling of method pointers.yury2016-02-081-141/+165
* * Fix bug 29465: Correct declaration of array propertiesmichael2016-02-061-0/+21
* Fix compilation with range check on by redefining tat array in ClearComments...pierre2016-01-281-1/+1
* * pas2jni: Fixed handling of global procvars.yury2016-01-251-10/+12
* * Help for latex backendmichael2016-01-091-0/+21
* * Added option to split linesmichael2016-01-091-1/+65
* * Fix selection of packagemichael2016-01-091-11/+16
* * Fix default values (bug ID 27996)michael2015-12-311-0/+5
* * Add ability to set Message Buffer sizemichael2015-12-271-5/+17
* * Applied patch from Andrew H. to make XML format more verbosemichael2015-12-272-3/+504
* * pas2jni: Minor optimizations.yury2015-12-261-7/+16
* * pas2jni: Fixed memory leaks.yury2015-12-262-14/+23
* * pas2jni: Added TDateTime Java support class.yury2015-12-261-2/+34
* * Patch from Mattias Gaertner to check for name when adding elementsmichael2015-12-261-1/+1
* * pas2jni: Fixed ref counting of method pointers.yury2015-12-151-8/+8
* * pas2jni: Fixed handling of pointers.yury2015-12-081-12/+30
* * pas2jni: Typecast interface to pointer.yury2015-12-071-4/+8
* * pas2jni: Fixed exclusion.yury2015-12-073-51/+108
* * pas2jni: Fixed type cast for null.yury2015-12-071-1/+1
* * pas2jni: Fixed handling of array type properties.yury2015-12-071-3/+16
* * pas2jni: Properly exclude whole units.yury2015-12-072-4/+13
* * pas2jni: Support for raw Java Objects as function parameters and result. Av...yury2015-12-073-20/+48
* * pas2jni: Basic support for arrays.yury2015-12-043-35/+119
* * pas2jni: Support for interfaces.yury2015-12-012-13/+34
* * pas2jni: Fixed memory leaks when using method pointers.yury2015-12-011-27/+43
* * pas2jni:yury2015-12-013-114/+289
* * pas2jni: Fixed code generation for i386 targets. yury2015-11-261-1/+1
* * Examplesmichael2015-11-2010-0/+92
* * Basedir supportmichael2015-11-204-13/+64
* * Added missing tree classesmichael2015-11-192-34/+78
* * Resolved conflict with none in TStringSplitoptionsmichael2015-11-072-4/+4
* * Added fppkg option to gather info on a packagejoost2015-11-031-0/+1
* * pas2jni: Detect the default units path.yury2015-10-171-79/+148
* * pas2jni: Fixed reading of the ppudump's output in some cases.yury2015-10-171-1/+1
* * Fixed fppkg --config-file optionjoost2015-10-171-1/+7
* * mention support for .rsj extension in help text (based on patch byjonas2015-10-021-2/+2
* + support UTF-8 in ascii2unicode(), this fixes the UTF-16 output ofjonas2015-09-281-15/+70
* * updated all the remaining makefiles that 'fpcmake -r' missednickysn2015-09-0524-30/+96
* * regenerated makefiles after adding the win16 targetnickysn2015-09-0522-66/+375
* * update revision.incnickysn2015-09-051-1/+1
* + added the win16 target to fpcmakenickysn2015-09-053-455/+474
* * pas2jni: Fixed code generation in case of duplicate method names in a class...yury2015-08-311-3/+15
* * protect the -FM switch with "#ifndef VER2", to ensure that fpc.cfg canjonas2015-08-292-30/+36