summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* put #ifdef TARGETOS / #endif around the gcclib section, otherwise the various...karoly2019-06-171-0/+10
* pastojs: setlength(arr) now always clonemattias2019-06-141-1/+32
* * toplevel name (e.g. "active") is now also redirected.marco2019-05-301-22/+18
* * first check for s=''. Strange that this wasn't needed on windowsmarco2019-05-301-1/+3
* * Remove debug file writingmichael2019-05-301-1/+0
* * check for redirects also on other level. Fixes tbufdataset.active in the F...marco2019-05-301-2/+7
* * redone sitemap to support multiple name,local pairs for index.marco2019-05-251-16/+16
* Use %X instead of %x for C hexadecimal constants as Free Pascal hexstr uses ...pierre2019-05-061-5/+5
* + Add handling of simple types and constantspierre2019-05-011-40/+180
* Avoid C 64-bit compiler warnings by using %lu instead of %u for sizeof and o...pierre2019-04-161-3/+3
* pas2js: helpmattias2019-04-111-0/+3
* * patch from Bart for mantis 35271 committed. Avoid create directory block ...marco2019-04-111-2/+3
* + added h2paschk.pas to the makefilesnickysn2019-04-101-0/+2
* + added the initial implementation of my C structure checker code generatornickysn2019-04-101-0/+269
* * Fix some warningsmichael2019-04-011-1/+0
* * Change to latest versionmichael2019-04-011-9/+12
* pas2js: fixed rtl.jsmattias2019-03-241-1/+1
* * Added version-option to usage-informationjoost2019-03-221-0/+2
* * Command to show version-number added (fpcmkcfg)joost2019-03-192-0/+51
* pas2js: using Math.pow instead of newer **mattias2019-03-181-1/+1
* Regenerate Makefile's after fpcmake change in commit #41721pierre2019-03-1726-0/+26
* revision.inc update after: Add removal of generated bin subdirectory to fpc_...pierre2019-03-171-1/+1
* Add removal of generated bin subdirectory to fpc_cleanall targetpierre2019-03-172-78/+81
* pastojs: helpers: external method apply to helped typemattias2019-03-141-2/+5
* pas2js: fixed compileserver default mime type htmlmattias2019-03-141-1/+1
* pastojs: made $DispatchField a modifier of the class, instead of a methodmattias2019-03-121-25/+30
* pastojs: directives DispatchField and DispatchStrFieldmattias2019-03-111-11/+31
* pas2js: doc about dispatchmattias2019-03-111-27/+46
* pas2js: compileserver: fall back mime.typesmattias2019-03-102-10/+33
* pastojs: allow typecast extclass to extclass in mode delphimattias2019-03-061-2/+2
* pas2js: doc: about typecasting to TJSOBject descendantmattias2019-03-051-3/+8
* pastojs: bigint shl/shr intmattias2019-03-051-0/+19
* pastojs: method modifier message integer/stringmattias2019-03-031-4/+5
* pastojs: and/or/xor with nativeint, warn nativeint shl/shrmattias2019-02-281-0/+24
* fcl-passrc, pastojs: renamed modeswitch multiplescopehelpers to multihelpersmattias2019-02-251-1/+1
* pas2js: updated docsmattias2019-02-241-13/+20
* * pas2jni: Fixed exception handling.yury2019-02-201-5/+1
* pastojs: overflow checking for integer operators +,-,* outside nativeintmattias2019-02-202-2/+8
* * pas2jni: Fixed handling of array variables.yury2019-02-201-3/+7
* * pas2jni: Return null if a method pointer is empty.yury2019-02-181-0/+2
* * pas2jni: Properly handle Java exceptions when calling a callback Java method.yury2019-02-181-2/+14
* pas2js: fixed rtl.freeLoc to return null if already nullmattias2019-02-171-2/+2
* pas2js: docsmattias2019-02-171-4/+6
* pas2js: fixed compileserver.lpi unitpathsmattias2019-02-161-0/+1
* pas2js: set trunk version 1.5.1mattias2019-02-161-1/+1
* pas2js: compileserver: fixed mimetypes under darwinmattias2019-02-161-12/+31
* pas2js: docsmattias2019-02-151-1/+0
* pas2js: docsmattias2019-02-151-1/+8
* * pas2jni: Accept partial names in inclusion/exclusion lists. Use wildcard * ...yury2019-02-151-11/+39
* * pas2jni: Removed obsolete code.yury2019-02-151-3/+1