[Pkg-pascal-devel] Bug#784569: fpc: fpc on arm64
Paul Gevers
elbrus at debian.org
Mon Oct 12 18:09:40 UTC 2015
Hi Edmund,
On Sat, 10 Oct 2015 12:45:35 +0100 Edmund Grimley Evans
<edmund.grimley.evans at gmail.com> wrote:
> Here's a recipe for generating fpc-arm64-part1.patch, or something
> very like it:
>
> mkdir a b
> wget http://http.debian.net/debian/pool/main/f/fpc/fpc_3.0.0~rc1+dfsg.orig.tar.gz
> tar xzf fpc_3.0.0~rc1+dfsg.orig.tar.gz -C a --strip-components=1
> svn export http://svn.freepascal.org/svn/fpc/branches/fixes_3_0_ios b/fpcsrc
>
> rm `find [ab]/fpcsrc -name Makefile`
> rm `find b -name '*.[ao]' -o -name '*.exe'`
>
> ( cd b && ../a/install/updfpmkver 3.0.0rc1 )
> ( cd b && ../a/install/updmkver 3.0.0rc1 true )
> cp -rT [ab]/fpcsrc/installer
> cp -rT [ab]/fpcsrc/packages/chm
> cp -rT [ab]/fpcsrc/packages/fuse
> perl -i -pe "s/(patch_nr\s*=\s*)'.*'/\$1'0'/;" b/fpcsrc/compiler/version.pas
> perl -i -pe "s/(minorpatch\s*=\s*)'.*'/\$1'rc1'/;" b/fpcsrc/compiler/version.pas
> git diff --no-prefix [ab]/fpcsrc > diff
Hmm, when I follow this recipe (although I used the upstream
fpcbuild-3.0.0rc1.tar.gz), it seems I get more than I want.
1) Typo fixes in Makefile.fpc files
2) Are the other changes in the Makefile.fpc needed for arm64?
3) Darwin changes in fpcsrc/tests
Could you advise? Or maybe attach a new patch that is stripped from
these items if they are unneeded? Maybe let me know which files you
expect to change?
Currently I have the attached diffstat.
Paul
-------------- next part --------------
Makefile.fpc | 8
compiler/Makefile.fpc | 14
compiler/aarch64/a64att.inc | 131
compiler/aarch64/a64atts.inc | 59
compiler/aarch64/a64ins.dat | 202
compiler/aarch64/a64op.inc | 131
compiler/aarch64/a64reg.dat | 329
compiler/aarch64/a64tab.inc | 2
compiler/aarch64/aasmcpu.pas | 1587 +---
compiler/aarch64/agcpugas.pas | 303
compiler/aarch64/aoptcpub.pas | 32
compiler/aarch64/cgcpu.pas | 2275 ++++++
compiler/aarch64/cpubase.pas | 238
compiler/aarch64/cpuinfo.pas | 4
compiler/aarch64/cpunode.pas | 40
compiler/aarch64/cpupara.pas | 977 +-
compiler/aarch64/cpupi.pas | 68
compiler/aarch64/cputarg.pas | 70
compiler/aarch64/hlcgcpu.pas | 156
compiler/aarch64/ncpuadd.pas | 402 +
compiler/aarch64/ncpucnv.pas | 201
compiler/aarch64/ncpuinl.pas | 184
compiler/aarch64/ncpumat.pas | 196
compiler/aarch64/ncpumem.pas | 142
compiler/aarch64/ncpuset.pas | 175
compiler/aarch64/ra64con.inc | 5
compiler/aarch64/ra64dwa.inc | 319
compiler/aarch64/ra64nor.inc | 2
compiler/aarch64/ra64num.inc | 7
compiler/aarch64/ra64rni.inc | 197
compiler/aarch64/ra64sri.inc | 91
compiler/aarch64/ra64sta.inc | 319
compiler/aarch64/ra64std.inc | 7
compiler/aarch64/ra64sup.inc | 5
compiler/aarch64/racpu.pas | 88
compiler/aarch64/racpugas.pas | 1053 ++
compiler/aarch64/rgcpu.pas | 171
compiler/aasmtai.pas | 22
compiler/aggas.pas | 9
compiler/aoptobj.pas | 24
compiler/arm/aasmcpu.pas | 4090 ++++++++---
compiler/arm/agarmgas.pas | 93
compiler/arm/aoptcpu.pas | 2
compiler/arm/armatt.inc | 258
compiler/arm/armatts.inc | 22
compiler/arm/armins.dat | 1737 +++-
compiler/arm/armnop.inc | 2
compiler/arm/armop.inc | 258
compiler/arm/armreg.dat | 11
compiler/arm/armtab.inc | 6789 +++++++++++++++++--
compiler/arm/cgcpu.pas | 109
compiler/arm/cpubase.pas | 55
compiler/arm/cpuelf.pas | 36
compiler/arm/cpuinfo.pas | 8
compiler/arm/narmadd.pas | 51
compiler/arm/narmcnv.pas | 11
compiler/arm/narminl.pas | 26
compiler/arm/narmmat.pas | 13
compiler/arm/narmmem.pas | 7
compiler/arm/raarmgas.pas | 289
compiler/arm/rarmcon.inc | 7
compiler/arm/rarmdwa.inc | 7
compiler/arm/rarmnor.inc | 2
compiler/arm/rarmnum.inc | 9
compiler/arm/rarmrni.inc | 9
compiler/arm/rarmsri.inc | 9
compiler/arm/rarmsta.inc | 7
compiler/arm/rarmstd.inc | 11
compiler/arm/rarmsup.inc | 7
compiler/assemble.pas | 30
compiler/cgbase.pas | 13
compiler/cghlcpu.pas | 4
compiler/cgobj.pas | 27
compiler/cgutils.pas | 6
compiler/cresstr.pas | 13
compiler/fpcdefs.inc | 1
compiler/globtype.pas | 7
compiler/hlcg2ll.pas | 6
compiler/hlcgobj.pas | 28
compiler/htypechk.pas | 13
compiler/i386/cpuelf.pas | 1
compiler/i8086/n8086mem.pas | 9
compiler/jvm/hlcgcpu.pas | 4
compiler/m68k/n68kmem.pas | 5
compiler/mips/cpuelf.pas | 1
compiler/msg/errore.msg | 8
compiler/msgidx.inc | 2
compiler/msgtxt.inc | 132
compiler/ncal.pas | 1295 ++-
compiler/ncgcnv.pas | 5
compiler/ncginl.pas | 12
compiler/ncgld.pas | 14
compiler/ncgmat.pas | 95
compiler/ncgmem.pas | 72
compiler/ncgutil.pas | 143
compiler/ncnv.pas | 8
compiler/ninl.pas | 4
compiler/nld.pas | 4
compiler/nmem.pas | 35
compiler/objcgutl.pas | 2
compiler/objcutil.pas | 13
compiler/ogbase.pas | 17
compiler/ogcoff.pas | 40
compiler/ogelf.pas | 12
compiler/options.pas | 62
compiler/pexpr.pas | 2
compiler/pparautl.pas | 14
compiler/ppcgen/agppcgas.pas | 2
compiler/ppu.pas | 8
compiler/psub.pas | 23
compiler/psystem.pas | 5
compiler/ptype.pas | 34
compiler/raatt.pas | 42
compiler/rautils.pas | 14
compiler/scandir.pas | 3
compiler/scanner.pas | 56
compiler/sparc/cpuelf.pas | 1
compiler/symdef.pas | 27
compiler/systems.inc | 12
compiler/systems.pas | 34
compiler/systems/i_bsd.pas | 151
compiler/systems/i_linux.pas | 72
compiler/systems/i_win.pas | 2
compiler/systems/t_bsd.pas | 162
compiler/systems/t_linux.pas | 242
compiler/tgobj.pas | 2
compiler/utils/Makefile.fpc | 2
compiler/utils/fpc.pp | 8
compiler/utils/mka64ins.pp | 4
compiler/utils/mkarmins.pp | 10
compiler/utils/ppuutils/ppudump.pp | 20
compiler/utils/samplecfg | 18
compiler/version.pas | 3
compiler/widestr.pas | 28
compiler/x86/agx86att.pas | 34
compiler/x86/cgx86.pas | 39
compiler/x86/nx86mem.pas | 5
compiler/x86_64/cgcpu.pas | 2
compiler/x86_64/cpuelf.pas | 1
compiler/x86_64/cpupara.pas | 5
compiler/x86_64/nx64flw.pas | 4
ide/Makefile.fpc | 4
ide/fpini.pas | 32
ide/fpmake.pp | 21
ide/wini.pas | 140
packages/Makefile.fpc | 9
packages/a52/Makefile.fpc | 4
packages/ami-extra/Makefile.fpc | 4
packages/amunits/Makefile.fpc | 4
packages/arosunits/Makefile.fpc | 4
packages/aspell/Makefile.fpc | 4
packages/bfd/Makefile.fpc | 4
packages/bzip2/Makefile.fpc | 4
packages/cairo/Makefile.fpc | 4
packages/cdrom/Makefile.fpc | 4
packages/cocoaint/Makefile.fpc | 4
packages/dblib/Makefile.fpc | 4
packages/dbus/Makefile.fpc | 4
packages/dts/Makefile.fpc | 4
packages/fastcgi/Makefile.fpc | 4
packages/fcl-async/Makefile.fpc | 4
packages/fcl-base/Makefile.fpc | 4
packages/fcl-db/Makefile.fpc | 4
packages/fcl-db/src/sqldb/mysql/mysql57conn.pas | 12
packages/fcl-db/src/sqldb/mysql/mysqlconn.inc | 5
packages/fcl-extra/Makefile.fpc | 4
packages/fcl-fpcunit/Makefile.fpc | 4
packages/fcl-image/Makefile.fpc | 4
packages/fcl-js/Makefile.fpc | 4
packages/fcl-json/Makefile.fpc | 4
packages/fcl-net/Makefile.fpc | 4
packages/fcl-passrc/Makefile.fpc | 4
packages/fcl-process/Makefile.fpc | 4
packages/fcl-registry/Makefile.fpc | 4
packages/fcl-res/Makefile.fpc | 4
packages/fcl-res/Makefile.fpc.fpcmake | 2
packages/fcl-res/src/elfconsts.pp | 4
packages/fcl-res/src/elfdefaulttarget.inc | 3
packages/fcl-res/src/elfreader.pp | 1
packages/fcl-res/src/elfsubwriter.inc | 3
packages/fcl-res/src/elfwriter.pp | 3
packages/fcl-res/src/machoconsts.pp | 8
packages/fcl-res/src/machodefaulttarget.inc | 3
packages/fcl-res/src/machoreader.pp | 3
packages/fcl-res/src/machosubwriter.inc | 88
packages/fcl-res/src/machotypes.pp | 27
packages/fcl-res/src/machowriter.pp | 73
packages/fcl-sdo/Makefile.fpc | 4
packages/fcl-sound/Makefile.fpc | 4
packages/fcl-stl/Makefile.fpc | 4
packages/fcl-web/Makefile.fpc | 4
packages/fcl-xml/Makefile.fpc | 4
packages/fftw/Makefile.fpc | 4
packages/fpgtk/Makefile.fpc | 4
packages/fpindexer/Makefile.fpc | 4
packages/fpmkunit/src/fpmkunit.pp | 158
packages/fppkg/Makefile.fpc | 4
packages/fv/Makefile.fpc | 4
packages/gdbint/Makefile.fpc | 4
packages/gdbm/Makefile.fpc | 4
packages/ggi/Makefile.fpc | 4
packages/gmp/Makefile.fpc | 4
packages/gnome1/Makefile.fpc | 4
packages/graph/Makefile.fpc | 4
packages/gtk1/Makefile.fpc | 4
packages/gtk2/Makefile.fpc | 4
packages/hash/Makefile.fpc | 4
packages/hermes/Makefile.fpc | 4
packages/httpd13/Makefile.fpc | 4
packages/httpd20/Makefile.fpc | 4
packages/httpd22/Makefile.fpc | 4
packages/httpd24/Makefile.fpc | 4
packages/ibase/Makefile.fpc | 4
packages/iconvenc/Makefile.fpc | 4
packages/imagemagick/Makefile.fpc | 4
packages/imlib/Makefile.fpc | 4
packages/iosxlocale/Makefile.fpc | 4
packages/iosxlocale/Makefile.fpc.fpcmake | 2
packages/iosxlocale/fpmake.pp | 1
packages/iosxlocale/src/iosxwstr.pp | 665 +
packages/jni/Makefile.fpc | 4
packages/ldap/Makefile.fpc | 4
packages/libc/Makefile.fpc | 4
packages/libcurl/Makefile.fpc | 4
packages/libgbafpc/Makefile.fpc | 4
packages/libgd/Makefile.fpc | 4
packages/libndsfpc/Makefile.fpc | 4
packages/libogcfpc/Makefile.fpc | 4
packages/libpng/Makefile.fpc | 4
packages/librsvg/Makefile.fpc | 4
packages/libsee/Makefile.fpc | 4
packages/libtar/Makefile.fpc | 4
packages/libvlc/Makefile.fpc | 4
packages/libxml/Makefile.fpc | 4
packages/lua/Makefile.fpc | 4
packages/mad/Makefile.fpc | 4
packages/matroska/Makefile.fpc | 4
packages/modplug/Makefile.fpc | 4
packages/morphunits/Makefile.fpc | 4
packages/mysql/Makefile.fpc | 4
packages/ncurses/Makefile.fpc | 4
packages/newt/Makefile.fpc | 4
packages/numlib/Makefile.fpc | 4
packages/nvapi/Makefile.fpc | 4
packages/objcrtl/Makefile.fpc | 4
packages/odbc/Makefile.fpc | 4
packages/oggvorbis/Makefile.fpc | 4
packages/openal/Makefile.fpc | 4
packages/opencl/Makefile.fpc | 4
packages/opengl/Makefile.fpc | 4
packages/opengles/Makefile.fpc | 4
packages/openssl/Makefile.fpc | 4
packages/oracle/Makefile.fpc | 4
packages/os2units/Makefile.fpc | 4
packages/palmunits/Makefile.fpc | 4
packages/pasjpeg/Makefile.fpc | 4
packages/pastojs/Makefile.fpc | 4
packages/paszlib/Makefile.fpc | 4
packages/paszlib/src/infcodes.pas | 9
packages/pcap/Makefile.fpc | 4
packages/postgres/Makefile.fpc | 4
packages/proj4/Makefile.fpc | 4
packages/ptc/Makefile.fpc | 4
packages/pthreads/Makefile.fpc | 4
packages/pxlib/Makefile.fpc | 4
packages/regexpr/Makefile.fpc | 4
packages/rexx/Makefile.fpc | 4
packages/rtl-console/Makefile.fpc | 4
packages/rtl-extra/Makefile.fpc | 4
packages/rtl-extra/src/linux/unixsock.inc | 2
packages/rtl-extra/src/unix/ipc.pp | 2
packages/rtl-objpas/Makefile.fpc | 4
packages/rtl-objpas/src/inc/dateutil.inc | 2
packages/rtl-unicode/Makefile.fpc | 4
packages/rtl-unicode/fpmake.pp | 2
packages/sdl/Makefile.fpc | 4
packages/sndfile/Makefile.fpc | 4
packages/sqlite/Makefile.fpc | 4
packages/svgalib/Makefile.fpc | 4
packages/symbolic/Makefile.fpc | 4
packages/syslog/Makefile.fpc | 4
packages/tcl/Makefile.fpc | 4
packages/univint/Makefile.fpc | 4
packages/univint/src/ABActions.pas | 30
packages/univint/src/ABAddressBook.pas | 30
packages/univint/src/ABGlobals.pas | 30
packages/univint/src/ABPeoplePicker.pas | 30
packages/univint/src/ABTypedefs.pas | 30
packages/univint/src/AEDataModel.pas | 32
packages/univint/src/AEHelpers.pas | 32
packages/univint/src/AEInteraction.pas | 32
packages/univint/src/AEMach.pas | 32
packages/univint/src/AEObjects.pas | 32
packages/univint/src/AEPackObject.pas | 32
packages/univint/src/AERegistry.pas | 32
packages/univint/src/AEUserTermTypes.pas | 32
packages/univint/src/AIFF.pas | 30
packages/univint/src/ASDebugging.pas | 32
packages/univint/src/ASRegistry.pas | 32
packages/univint/src/ATSFont.pas | 32
packages/univint/src/ATSLayoutTypes.pas | 32
packages/univint/src/ATSTypes.pas | 32
packages/univint/src/ATSUnicodeDirectAccess.pas | 32
packages/univint/src/ATSUnicodeDrawing.pas | 32
packages/univint/src/ATSUnicodeFlattening.pas | 32
packages/univint/src/ATSUnicodeFonts.pas | 32
packages/univint/src/ATSUnicodeGlyphs.pas | 32
packages/univint/src/ATSUnicodeObjects.pas | 32
packages/univint/src/ATSUnicodeTypes.pas | 32
packages/univint/src/AUComponent.pas | 32
packages/univint/src/AVLTree.pas | 30
packages/univint/src/AXActionConstants.pas | 30
packages/univint/src/AXAttributeConstants.pas | 30
packages/univint/src/AXConstants.pas | 30
packages/univint/src/AXErrors.pas | 30
packages/univint/src/AXNotificationConstants.pas | 30
packages/univint/src/AXRoleConstants.pas | 30
packages/univint/src/AXTextAttributedString.pas | 30
packages/univint/src/AXUIElement.pas | 30
packages/univint/src/AXValue.pas | 30
packages/univint/src/AXValueConstants.pas | 30
packages/univint/src/Accessibility.pas | 30
packages/univint/src/Aliases.pas | 30
packages/univint/src/Appearance.pas | 32
packages/univint/src/AppleDiskPartitions.pas | 32
packages/univint/src/AppleEvents.pas | 32
packages/univint/src/AppleHelp.pas | 32
packages/univint/src/AppleScript.pas | 32
packages/univint/src/AudioCodecs.pas | 32
packages/univint/src/AudioComponents.pas | 32
packages/univint/src/AudioHardware.pas | 32
packages/univint/src/AudioHardwareBase.pas | 32
packages/univint/src/AudioHardwareDeprecated.pas | 32
packages/univint/src/AudioOutputUnit.pas | 32
packages/univint/src/AudioUnitCarbonViews.pas | 32
packages/univint/src/AudioUnitParameters.pas | 32
packages/univint/src/AudioUnitProperties.pas | 32
packages/univint/src/AuthSession.pas | 30
packages/univint/src/Authorization.pas | 30
packages/univint/src/AuthorizationDB.pas | 30
packages/univint/src/AuthorizationPlugin.pas | 30
packages/univint/src/AuthorizationTags.pas | 30
packages/univint/src/BackupCore.pas | 32
packages/univint/src/CFArray.pas | 30
packages/univint/src/CFAttributedString.pas | 30
packages/univint/src/CFBag.pas | 30
packages/univint/src/CFBase.pas | 30
packages/univint/src/CFBinaryHeap.pas | 30
packages/univint/src/CFBitVector.pas | 30
packages/univint/src/CFBundle.pas | 30
packages/univint/src/CFByteOrders.pas | 30
packages/univint/src/CFCalendar.pas | 30
packages/univint/src/CFCharacterSet.pas | 30
packages/univint/src/CFData.pas | 30
packages/univint/src/CFDate.pas | 30
packages/univint/src/CFDateFormatter.pas | 30
packages/univint/src/CFDictionary.pas | 30
packages/univint/src/CFError.pas | 30
packages/univint/src/CFFTPStream.pas | 32
packages/univint/src/CFHTTPAuthentication.pas | 32
packages/univint/src/CFHTTPMessage.pas | 32
packages/univint/src/CFHTTPStream.pas | 32
packages/univint/src/CFHost.pas | 32
packages/univint/src/CFLocale.pas | 30
packages/univint/src/CFMachPort.pas | 30
packages/univint/src/CFMessagePort.pas | 30
packages/univint/src/CFNetDiagnostics.pas | 32
packages/univint/src/CFNetServices.pas | 32
packages/univint/src/CFNetworkErrorss.pas | 32
packages/univint/src/CFNotificationCenter.pas | 30
packages/univint/src/CFNumber.pas | 30
packages/univint/src/CFNumberFormatter.pas | 30
packages/univint/src/CFPlugIn.pas | 30
packages/univint/src/CFPlugInCOM.pas | 30
packages/univint/src/CFPreferences.pas | 30
packages/univint/src/CFPropertyList.pas | 30
packages/univint/src/CFProxySupport.pas | 32
packages/univint/src/CFRunLoop.pas | 30
packages/univint/src/CFSet.pas | 30
packages/univint/src/CFSocket.pas | 30
packages/univint/src/CFSocketStream.pas | 32
packages/univint/src/CFStream.pas | 30
packages/univint/src/CFString.pas | 30
packages/univint/src/CFStringEncodingExt.pas | 30
packages/univint/src/CFStringTokenizer.pas | 30
packages/univint/src/CFTimeZone.pas | 30
packages/univint/src/CFTree.pas | 30
packages/univint/src/CFURL.pas | 30
packages/univint/src/CFURLAccess.pas | 30
packages/univint/src/CFUUID.pas | 30
packages/univint/src/CFUserNotification.pas | 30
packages/univint/src/CFXMLNode.pas | 30
packages/univint/src/CFXMLParser.pas | 30
packages/univint/src/CGAffineTransforms.pas | 30
packages/univint/src/CGBase.pas | 30
packages/univint/src/CGBitmapContext.pas | 30
packages/univint/src/CGColor.pas | 30
packages/univint/src/CGColorSpace.pas | 30
packages/univint/src/CGContext.pas | 30
packages/univint/src/CGDataConsumer.pas | 30
packages/univint/src/CGDataProvider.pas | 30
packages/univint/src/CGDirectDisplay.pas | 30
packages/univint/src/CGDirectPalette.pas | 30
packages/univint/src/CGDisplayConfiguration.pas | 30
packages/univint/src/CGDisplayFades.pas | 30
packages/univint/src/CGErrors.pas | 30
packages/univint/src/CGEvent.pas | 30
packages/univint/src/CGEventSource.pas | 30
packages/univint/src/CGEventTypes.pas | 30
packages/univint/src/CGFont.pas | 30
packages/univint/src/CGFunction.pas | 30
packages/univint/src/CGGLContext.pas | 30
packages/univint/src/CGGeometry.pas | 30
packages/univint/src/CGGradient.pas | 30
packages/univint/src/CGImage.pas | 30
packages/univint/src/CGImageDestination.pas | 30
packages/univint/src/CGImageMetadata.pas | 30
packages/univint/src/CGImageProperties.pas | 30
packages/univint/src/CGImageSource.pas | 30
packages/univint/src/CGLCurrent.pas | 30
packages/univint/src/CGLDevice.pas | 30
packages/univint/src/CGLProfiler.pas | 30
packages/univint/src/CGLProfilerFunctionEnums.pas | 30
packages/univint/src/CGLRenderers.pas | 30
packages/univint/src/CGLTypes.pas | 30
packages/univint/src/CGLayer.pas | 30
packages/univint/src/CGPDFArray.pas | 30
packages/univint/src/CGPDFContentStream.pas | 30
packages/univint/src/CGPDFContext.pas | 30
packages/univint/src/CGPDFDictionary.pas | 30
packages/univint/src/CGPDFDocument.pas | 30
packages/univint/src/CGPDFObject.pas | 30
packages/univint/src/CGPDFOperatorTable.pas | 30
packages/univint/src/CGPDFPage.pas | 30
packages/univint/src/CGPDFScanner.pas | 30
packages/univint/src/CGPDFStream.pas | 30
packages/univint/src/CGPDFString.pas | 30
packages/univint/src/CGPSConverter.pas | 30
packages/univint/src/CGPath.pas | 30
packages/univint/src/CGPattern.pas | 30
packages/univint/src/CGRemoteOperation.pas | 30
packages/univint/src/CGSession.pas | 30
packages/univint/src/CGShading.pas | 30
packages/univint/src/CGWindow.pas | 30
packages/univint/src/CGWindowLevels.pas | 30
packages/univint/src/CMCalibrator.pas | 32
packages/univint/src/CSIdentity.pas | 32
packages/univint/src/CSIdentityAuthority.pas | 32
packages/univint/src/CSIdentityBase.pas | 32
packages/univint/src/CSIdentityQuery.pas | 32
packages/univint/src/CTFont.pas | 30
packages/univint/src/CTFontCollection.pas | 30
packages/univint/src/CTFontDescriptor.pas | 30
packages/univint/src/CTFontManager.pas | 30
packages/univint/src/CTFontManagerErrors.pas | 30
packages/univint/src/CTFontTraits.pas | 30
packages/univint/src/CTFrame.pas | 30
packages/univint/src/CTFramesetter.pas | 30
packages/univint/src/CTGlyphInfo.pas | 30
packages/univint/src/CTLine.pas | 30
packages/univint/src/CTParagraphStyle.pas | 30
packages/univint/src/CTRun.pas | 30
packages/univint/src/CTStringAttributes.pas | 30
packages/univint/src/CTTextTab.pas | 30
packages/univint/src/CTTypesetter.pas | 30
packages/univint/src/CVBase.pas | 30
packages/univint/src/CVBuffer.pas | 30
packages/univint/src/CVDisplayLink.pas | 30
packages/univint/src/CVHostTime.pas | 30
packages/univint/src/CVImageBuffer.pas | 30
packages/univint/src/CVOpenGLBuffer.pas | 30
packages/univint/src/CVOpenGLBufferPool.pas | 30
packages/univint/src/CVOpenGLTexture.pas | 30
packages/univint/src/CVOpenGLTextureCache.pas | 30
packages/univint/src/CVPixelBuffer.pas | 30
packages/univint/src/CVPixelBufferIOSurface.pas | 30
packages/univint/src/CVPixelBufferPool.pas | 30
packages/univint/src/CVPixelFormatDescription.pas | 30
packages/univint/src/CVReturns.pas | 30
packages/univint/src/CaptiveNetwork.pas | 30
packages/univint/src/CarbonEvents.pas | 32
packages/univint/src/CarbonEventsCore.pas | 32
packages/univint/src/CodeFragments.pas | 30
packages/univint/src/Collections.pas | 30
packages/univint/src/ColorPicker.pas | 32
packages/univint/src/ColorSyncCMM.pas | 30
packages/univint/src/ColorSyncDeprecated.pas | 30
packages/univint/src/ColorSyncDevice.pas | 30
packages/univint/src/ColorSyncProfile.pas | 30
packages/univint/src/ColorSyncTransform.pas | 30
packages/univint/src/Components.pas | 30
packages/univint/src/ConditionalMacros.pas | 30
packages/univint/src/ControlDefinitions.pas | 32
packages/univint/src/Controls.pas | 32
packages/univint/src/CoreAudioTypes.pas | 32
packages/univint/src/CoreFoundation.pas | 30
packages/univint/src/CoreGraphics.pas | 30
packages/univint/src/CoreText.pas | 30
packages/univint/src/DADisk.pas | 30
packages/univint/src/DASession.pas | 30
packages/univint/src/DHCPClientPreferences.pas | 30
packages/univint/src/DateTimeUtils.pas | 32
packages/univint/src/Debugging.pas | 30
packages/univint/src/Dialogs.pas | 32
packages/univint/src/Dictionary.pas | 32
packages/univint/src/DictionaryServices.pas | 30
packages/univint/src/DigitalHubRegistry.pas | 32
packages/univint/src/Displays.pas | 32
packages/univint/src/Drag.pas | 32
packages/univint/src/DrawSprocket.pas | 32
packages/univint/src/DriverServices.pas | 30
packages/univint/src/DriverSynchronization.pas | 30
packages/univint/src/Endian.pas | 30
packages/univint/src/Events.pas | 32
packages/univint/src/FSEvents.pas | 32
packages/univint/src/FileTypesAndCreators.pas | 32
packages/univint/src/Files.pas | 30
packages/univint/src/Finder.pas | 30
packages/univint/src/FinderRegistry.pas | 32
packages/univint/src/FixMath.pas | 30
packages/univint/src/Folders.pas | 30
packages/univint/src/FontPanel.pas | 32
packages/univint/src/FontSync.pas | 32
packages/univint/src/Fonts.pas | 32
packages/univint/src/GPCStrings.pas | 30
packages/univint/src/GestaltEqu.pas | 32
packages/univint/src/HFSVolumes.pas | 30
packages/univint/src/HIAccessibility.pas | 32
packages/univint/src/HIArchive.pas | 32
packages/univint/src/HIButtonViews.pas | 32
packages/univint/src/HIClockView.pas | 32
packages/univint/src/HIComboBox.pas | 32
packages/univint/src/HIContainerViews.pas | 32
packages/univint/src/HIDataBrowser.pas | 32
packages/univint/src/HIDisclosureViews.pas | 32
packages/univint/src/HIGeometry.pas | 32
packages/univint/src/HIImageViews.pas | 32
packages/univint/src/HILittleArrows.pas | 32
packages/univint/src/HIMenuView.pas | 32
packages/univint/src/HIMovieView.pas | 32
packages/univint/src/HIObject.pas | 32
packages/univint/src/HIPopupButton.pas | 32
packages/univint/src/HIProgressViews.pas | 32
packages/univint/src/HIRelevanceBar.pas | 32
packages/univint/src/HIScrollView.pas | 32
packages/univint/src/HISearchField.pas | 32
packages/univint/src/HISegmentedView.pas | 32
packages/univint/src/HISeparator.pas | 32
packages/univint/src/HIShape.pas | 32
packages/univint/src/HISlider.pas | 32
packages/univint/src/HITabbedView.pas | 32
packages/univint/src/HITextLengthFilter.pas | 32
packages/univint/src/HITextUtils.pas | 32
packages/univint/src/HITextViews.pas | 32
packages/univint/src/HITheme.pas | 32
packages/univint/src/HIToolbar.pas | 32
packages/univint/src/HIToolbox.pas | 32
packages/univint/src/HIToolboxDebugging.pas | 30
packages/univint/src/HIView.pas | 32
packages/univint/src/HIWindowViews.pas | 32
packages/univint/src/HTMLRendering.pas | 32
packages/univint/src/HostTime.pas | 32
packages/univint/src/IBCarbonRuntime.pas | 32
packages/univint/src/ICAApplication.pas | 30
packages/univint/src/ICACamera.pas | 32
packages/univint/src/ICADevice.pas | 32
packages/univint/src/IOKitReturn.pas | 30
packages/univint/src/IOSurfaceAPI.pas | 30
packages/univint/src/IconStorage.pas | 32
packages/univint/src/Icons.pas | 32
packages/univint/src/IconsCore.pas | 32
packages/univint/src/ImageCodec.pas | 32
packages/univint/src/ImageCompression.pas | 32
packages/univint/src/InternetConfig.pas | 32
packages/univint/src/IntlResources.pas | 32
packages/univint/src/Keyboards.pas | 32
packages/univint/src/KeychainCore.pas | 32
packages/univint/src/KeychainHI.pas | 32
packages/univint/src/LSInfo.pas | 32
packages/univint/src/LSOpen.pas | 32
packages/univint/src/LSQuarantine.pas | 32
packages/univint/src/LSSharedFileList.pas | 32
packages/univint/src/LanguageAnalysis.pas | 32
packages/univint/src/Lists.pas | 32
packages/univint/src/LowMem.pas | 30
packages/univint/src/MDExternalDatastore.pas | 30
packages/univint/src/MDImporter.pas | 30
packages/univint/src/MDItem.pas | 30
packages/univint/src/MDLineage.pas | 30
packages/univint/src/MDQuery.pas | 30
packages/univint/src/MDSchema.pas | 30
packages/univint/src/MIDIDriver.pas | 32
packages/univint/src/MIDIServices.pas | 32
packages/univint/src/MIDISetup.pas | 32
packages/univint/src/MIDIThruConnection.pas | 32
packages/univint/src/MacApplication.pas | 32
packages/univint/src/MacErrors.pas | 30
packages/univint/src/MacHelp.pas | 32
packages/univint/src/MacLocales.pas | 32
packages/univint/src/MacMemory.pas | 30
packages/univint/src/MacOSAll.pas | 30
packages/univint/src/MacOSXPosix.pas | 30
packages/univint/src/MacOpenGL.pas | 30
packages/univint/src/MacTextEditor.pas | 32
packages/univint/src/MacTypes.pas | 32
packages/univint/src/MacWindows.pas | 32
packages/univint/src/MachineExceptions.pas | 30
packages/univint/src/Math64.pas | 30
packages/univint/src/MediaHandlers.pas | 32
packages/univint/src/Menus.pas | 32
packages/univint/src/MixedMode.pas | 30
packages/univint/src/Movies.pas | 32
packages/univint/src/MoviesFormat.pas | 32
packages/univint/src/MultiProcessingInfo.pas | 30
packages/univint/src/Multiprocessing.pas | 30
packages/univint/src/MusicDevice.pas | 32
packages/univint/src/NSL.pas | 32
packages/univint/src/NSLCore.pas | 32
packages/univint/src/Navigation.pas | 32
packages/univint/src/Notification.pas | 32
packages/univint/src/NumberFormatting.pas | 32
packages/univint/src/OSA.pas | 32
packages/univint/src/OSAComp.pas | 32
packages/univint/src/OSAGeneric.pas | 32
packages/univint/src/OSUtils.pas | 30
packages/univint/src/ObjCRuntime.pas | 30
packages/univint/src/OpenTransport.pas | 32
packages/univint/src/OpenTransportProtocol.pas | 32
packages/univint/src/OpenTransportProviders.pas | 32
packages/univint/src/PEFBinaryFormat.pas | 30
packages/univint/src/PLStringFuncs.pas | 30
packages/univint/src/PMApplication.pas | 32
packages/univint/src/PMApplicationDeprecated.pas | 32
packages/univint/src/PMCore.pas | 32
packages/univint/src/PMCoreDeprecated.pas | 32
packages/univint/src/PMDefinitions.pas | 32
packages/univint/src/PMDefinitionsDeprecated.pas | 32
packages/univint/src/PMErrors.pas | 32
packages/univint/src/PMPrintAETypes.pas | 32
packages/univint/src/PMPrintSettingsKeys.pas | 32
packages/univint/src/PMPrintingDialogExtensions.pas | 32
packages/univint/src/Palettes.pas | 32
packages/univint/src/Pasteboard.pas | 32
packages/univint/src/PictUtils.pas | 32
packages/univint/src/Power.pas | 32
packages/univint/src/Processes.pas | 32
packages/univint/src/QDCMCommon.pas | 32
packages/univint/src/QDOffscreen.pas | 32
packages/univint/src/QDPictToCGContext.pas | 32
packages/univint/src/QLBase.pas | 30
packages/univint/src/QLGenerator.pas | 30
packages/univint/src/QLThumbnail.pas | 30
packages/univint/src/QLThumbnailImage.pas | 30
packages/univint/src/QTML.pas | 32
packages/univint/src/QTSMovie.pas | 32
packages/univint/src/QTStreamingComponents.pas | 32
packages/univint/src/QuickTimeComponents.pas | 32
packages/univint/src/QuickTimeErrors.pas | 32
packages/univint/src/QuickTimeMusic.pas | 32
packages/univint/src/QuickTimeStreaming.pas | 32
packages/univint/src/QuickTimeVR.pas | 32
packages/univint/src/QuickTimeVRFormat.pas | 32
packages/univint/src/Quickdraw.pas | 32
packages/univint/src/QuickdrawText.pas | 32
packages/univint/src/QuickdrawTypes.pas | 32
packages/univint/src/Resources.pas | 30
packages/univint/src/SCDynamicStore.pas | 30
packages/univint/src/SCDynamicStoreCopyDHCPInfos.pas | 30
packages/univint/src/SCDynamicStoreCopySpecific.pas | 30
packages/univint/src/SCDynamicStoreKey.pas | 30
packages/univint/src/SCNetwork.pas | 30
packages/univint/src/SCNetworkConfiguration.pas | 30
packages/univint/src/SCNetworkConnection.pas | 30
packages/univint/src/SCNetworkReachability.pas | 30
packages/univint/src/SCPreferences.pas | 30
packages/univint/src/SCPreferencesPath.pas | 30
packages/univint/src/SCPreferencesSetSpecific.pas | 30
packages/univint/src/SCSI.pas | 32
packages/univint/src/SCSchemaDefinitions.pas | 30
packages/univint/src/SFNTLayoutTypes.pas | 32
packages/univint/src/SFNTTypes.pas | 32
packages/univint/src/ScalerStreamTypes.pas | 30
packages/univint/src/Scrap.pas | 32
packages/univint/src/Script.pas | 30
packages/univint/src/SecBase.pas | 30
packages/univint/src/SecTrust.pas | 30
packages/univint/src/Sound.pas | 32
packages/univint/src/SpeechRecognition.pas | 32
packages/univint/src/SpeechSynthesis.pas | 32
packages/univint/src/StringCompare.pas | 30
packages/univint/src/SystemConfiguration.pas | 30
packages/univint/src/SystemSound.pas | 32
packages/univint/src/TSMTE.pas | 32
packages/univint/src/TextCommon.pas | 32
packages/univint/src/TextEdit.pas | 32
packages/univint/src/TextEncodingConverter.pas | 32
packages/univint/src/TextEncodingPlugin.pas | 32
packages/univint/src/TextInputSources.pas | 32
packages/univint/src/TextServices.pas | 32
packages/univint/src/TextUtils.pas | 32
packages/univint/src/Threads.pas | 30
packages/univint/src/Timer.pas | 30
packages/univint/src/ToolUtils.pas | 30
packages/univint/src/Translation.pas | 32
packages/univint/src/TranslationExtensions.pas | 32
packages/univint/src/TranslationServices.pas | 32
packages/univint/src/TypeSelect.pas | 32
packages/univint/src/URLAccess.pas | 32
packages/univint/src/UTCUtils.pas | 32
packages/univint/src/UTCoreTypes.pas | 32
packages/univint/src/UTType.pas | 32
packages/univint/src/UnicodeConverter.pas | 32
packages/univint/src/UnicodeUtilities.pas | 32
packages/univint/src/UniversalAccess.pas | 32
packages/univint/src/Video.pas | 32
packages/univint/src/WSMethodInvocation.pas | 32
packages/univint/src/WSProtocolHandler.pas | 32
packages/univint/src/WSTypes.pas | 32
packages/univint/src/cblas.pas | 30
packages/univint/src/certextensions.pas | 30
packages/univint/src/cssmapple.pas | 32
packages/univint/src/cssmconfig.pas | 30
packages/univint/src/cssmerr.pas | 30
packages/univint/src/cssmkrapi.pas | 30
packages/univint/src/cssmtype.pas | 30
packages/univint/src/fenv.pas | 30
packages/univint/src/fp.pas | 32
packages/univint/src/gliContexts.pas | 30
packages/univint/src/gliDispatch.pas | 30
packages/univint/src/gluContext.pas | 30
packages/univint/src/kern_return.pas | 30
packages/univint/src/macgl.pas | 30
packages/univint/src/macglext.pas | 30
packages/univint/src/macglu.pas | 30
packages/univint/src/mach_error.pas | 30
packages/univint/src/vBLAS.pas | 32
packages/univint/src/vDSP.pas | 32
packages/univint/src/x509defs.pas | 30
packages/univint/src/xattr.pas | 30
packages/unixutil/Makefile.fpc | 4
packages/unzip/Makefile.fpc | 4
packages/users/Makefile.fpc | 4
packages/utmp/Makefile.fpc | 4
packages/uuid/Makefile.fpc | 4
packages/winceunits/Makefile.fpc | 4
packages/winunits-base/Makefile.fpc | 4
packages/winunits-jedi/Makefile.fpc | 4
packages/x11/Makefile.fpc | 4
packages/xforms/Makefile.fpc | 4
packages/zlib/Makefile.fpc | 4
packages/zorba/Makefile.fpc | 4
rtl/aarch64/aarch64.inc | 322
rtl/aarch64/int64p.inc | 15
rtl/aarch64/makefile.cpu | 7
rtl/aarch64/math.inc | 86
rtl/aarch64/mathu.inc | 157
rtl/aarch64/set.inc | 15
rtl/aarch64/setjump.inc | 59
rtl/aarch64/setjumph.inc | 45
rtl/aarch64/strings.inc | 17
rtl/aarch64/stringss.inc | 18
rtl/android/Makefile.fpc | 3
rtl/android/cwstring.pp | 40
rtl/arm/arm.inc | 2
rtl/arm/thumb2.inc | 2
rtl/bsd/ostypes.inc | 14
rtl/darwin/aarch64/sig_cpu.inc | 47
rtl/darwin/aarch64/sighnd.inc | 61
rtl/darwin/extres_multiarch.inc | 34
rtl/darwin/ptypes.inc | 4
rtl/darwin/signal.inc | 4
rtl/inc/ctypes.pp | 4
rtl/inc/objc.pp | 2
rtl/inc/objcnf.inc | 12
rtl/inc/system.inc | 7
rtl/inc/systemh.inc | 36
rtl/linux/aarch64/bsyscall.inc | 1
rtl/linux/aarch64/cprt0.as | 81
rtl/linux/aarch64/dllprt0.as | 72
rtl/linux/aarch64/gprt0.as | 10
rtl/linux/aarch64/prt0.as | 77
rtl/linux/aarch64/sighnd.inc | 44
rtl/linux/aarch64/sighndh.inc | 47
rtl/linux/aarch64/stat.inc | 72
rtl/linux/aarch64/syscall.inc | 127
rtl/linux/aarch64/syscallh.inc | 35
rtl/linux/aarch64/sysnr.inc | 1
rtl/linux/bunxsysc.inc | 81
rtl/linux/linux.pp | 15
rtl/linux/oldlinux.pp | 30
rtl/linux/osdefs.inc | 4
rtl/linux/osmacro.inc | 7
rtl/linux/ossysc.inc | 60
rtl/linux/ostypes.inc | 7
rtl/linux/pmutext.inc | 58
rtl/linux/ptypes.inc | 41
rtl/linux/sysnr-gen.inc | 277
rtl/linux/sysosh.inc | 16
rtl/linux/termios.inc | 265
rtl/objpas/classes/streams.inc | 2
rtl/objpas/classes/stringl.inc | 2
rtl/unix/cthreads.pp | 4
rtl/unix/cwstring.pp | 4
rtl/unix/oscdecl.inc | 17
rtl/unix/oscdeclh.inc | 10
rtl/unix/sysutils.pp | 9
tests/tbf/tb0117.pp | 9
tests/tbs/tb0072.pp | 7
tests/tbs/tb0193.pp | 6
tests/test/cg/obj/darwin/aarch64/cpptcl1.o |binary
tests/test/cg/obj/darwin/aarch64/cpptcl2.o |binary
tests/test/cg/obj/darwin/aarch64/ctest.o |binary
tests/test/cg/obj/darwin/aarch64/tcext3.o |binary
tests/test/cg/obj/darwin/aarch64/tcext4.o |binary
tests/test/cg/obj/darwin/aarch64/tcext5.o |binary
tests/test/cg/obj/darwin/aarch64/tcext6.o |binary
tests/test/cg/tcnvint7.pp | 16
tests/test/cg/tprintf.pp | 4
tests/test/cg/tprintf2.pp | 4
tests/test/cg/tprintf3.pp | 4
tests/test/jvm/testall.bat | 6
tests/test/jvm/testall.sh | 3
tests/test/jvm/tformalclass.pp | 18
tests/test/talign2.pp | 2
tests/test/tcpstr1.pp | 2
tests/test/tcpstr13.pp | 2
tests/test/tcpstr17.pp | 2
tests/test/tcpstr18.pp | 2
tests/test/tcpstr19.pp | 2
tests/test/tcpstr9.pp | 2
tests/test/tcpstransistr2shortstring.pp | 2
tests/test/tcpstransistr2widechararray.pp | 2
tests/test/tcpstransistr2widechararray2.pp | 2
tests/test/tcpstransistrcompare.pp | 2
tests/test/tcpstransistrcompareequal.pp | 2
tests/test/tcpstransistrcopy.pp | 2
tests/test/tcpstrchar2ansistr.pp | 2
tests/test/tcpstrconcat.pp | 2
tests/test/tcpstrconcat2.pp | 2
tests/test/tcpstrconcat3.pp | 2
tests/test/tcpstrconcatmulti.pp | 2
tests/test/tcpstrconcatmulti2.pp | 2
tests/test/tcpstrpchar2ansistr.pp | 2
tests/test/tcpstrsetlength.pp | 2
tests/test/tcpstrsetlength2.pp | 2
tests/test/tcpstrshortstr2ansistr.pp | 2
tests/test/tnest1.pp | 38
tests/test/tobjc1.pp | 2
tests/test/tobjc10.pp | 2
tests/test/tobjc11.pp | 2
tests/test/tobjc12.pp | 2
tests/test/tobjc13.pp | 2
tests/test/tobjc13a.pp | 2
tests/test/tobjc13b.pp | 2
tests/test/tobjc14.pp | 2
tests/test/tobjc15.pp | 2
tests/test/tobjc16.pp | 2
tests/test/tobjc17.pp | 2
tests/test/tobjc18.pp | 2
tests/test/tobjc19.pp | 2
tests/test/tobjc2.pp | 2
tests/test/tobjc20.pp | 2
tests/test/tobjc21.pp | 2
tests/test/tobjc22.pp | 2
tests/test/tobjc22a.pp | 2
tests/test/tobjc22b.pp | 2
tests/test/tobjc23.pp | 2
tests/test/tobjc24.pp | 2
tests/test/tobjc25.pp | 2
tests/test/tobjc26.pp | 2
tests/test/tobjc26a.pp | 2
tests/test/tobjc27a.pp | 2
tests/test/tobjc27b.pp | 2
tests/test/tobjc28.pp | 2
tests/test/tobjc29.pp | 2
tests/test/tobjc29a.pp | 2
tests/test/tobjc29b.pp | 2
tests/test/tobjc3.pp | 2
tests/test/tobjc30.pp | 2
tests/test/tobjc30a.pp | 2
tests/test/tobjc30b.pp | 2
tests/test/tobjc30c.pp | 2
tests/test/tobjc31.pp | 2
tests/test/tobjc32.pp | 2
tests/test/tobjc32a.pp | 2
tests/test/tobjc32b.pp | 2
tests/test/tobjc34.pp | 2
tests/test/tobjc34a.pp | 2
tests/test/tobjc35a.pp | 2
tests/test/tobjc35b.pp | 2
tests/test/tobjc35c.pp | 2
tests/test/tobjc35d.pp | 2
tests/test/tobjc35f.pp | 2
tests/test/tobjc35g.pp | 2
tests/test/tobjc35h.pp | 2
tests/test/tobjc35i.pp | 2
tests/test/tobjc36.pp | 2
tests/test/tobjc36a.pp | 2
tests/test/tobjc37.pp | 2
tests/test/tobjc38.pp | 2
tests/test/tobjc39.pp | 2
tests/test/tobjc4.pp | 2
tests/test/tobjc4a.pp | 2
tests/test/tobjc5.pp | 2
tests/test/tobjc5a.pp | 2
tests/test/tobjc6.pp | 2
tests/test/tobjc7.pp | 2
tests/test/tobjc7a.pp | 2
tests/test/tobjc7b.pp | 2
tests/test/tobjc7c.pp | 2
tests/test/tobjc8.pp | 2
tests/test/tobjc8a.pp | 2
tests/test/tobjc9.pp | 2
tests/test/tobjc9a.pp | 2
tests/test/tobjc9b.pp | 2
tests/test/tobjcl1.pp | 2
tests/test/tobjcl2.pp | 2
tests/test/tstrutils1.pp | 2
tests/test/tstrutils2.pp | 127
tests/test/tunistr1.pp | 2
tests/test/tunistr2.pp | 2
tests/test/tunistr4.pp | 2
tests/test/tunistr6.pp | 2
tests/test/tunistr7.pp | 2
tests/test/twide1.pp | 2
tests/test/twide2.pp | 2
tests/test/twide3.pp | 2
tests/test/twide4.pp | 2
tests/test/twide6.pp | 2
tests/test/twide7.pp | 2
tests/test/twrstr9.pp | 2
tests/test/units/system/tdir2.pp | 2
tests/test/units/system/tfiledir.pp | 2
tests/test/units/sysutils/tastrcmp.pp | 2
tests/test/units/sysutils/tfexpand2.pp | 2
tests/test/units/sysutils/tffirst.pp | 2
tests/test/units/sysutils/tlocale.pp | 2
tests/test/units/sysutils/tstrcmp.pp | 2
tests/test/units/sysutils/tunifile.pp | 2
tests/test/units/sysutils/twstrcmp.pp | 2
tests/utils/dotest.pp | 10
tests/webtbs/tw10482.pp | 2
tests/webtbs/tw11563.pp | 8
tests/webtbs/tw11791.pp | 2
tests/webtbs/tw12993.pp | 2
tests/webtbs/tw13015.pp | 2
tests/webtbs/tw13075.pp | 2
tests/webtbs/tw17591.pp | 2
tests/webtbs/tw20962.pp | 2
tests/webtbs/tw25198.pp | 2
tests/webtbs/tw25914.pp | 42
tests/webtbs/tw27658.pp | 14
tests/webtbs/tw27665.pp | 27
tests/webtbs/tw28089.pp | 5
tests/webtbs/tw28530.pp | 25
tests/webtbs/tw28674.pp | 17
tests/webtbs/tw28718a.pp | 17
tests/webtbs/tw28718b.pp | 15
tests/webtbs/tw28718c.pp | 15
tests/webtbs/tw28718d.pp | 16
tests/webtbs/tw3235a.pp | 2
tests/webtbs/tw3697.pp | 2
tests/webtbs/tw3893.pp | 4
tests/webtbs/tw4080.pp | 2
tests/webtbs/tw7006.pp | 2
tests/webtbs/tw7758.pp | 2
tests/webtbs/tw7758a.pp | 2
tests/webtbs/tw9161.pp | 2
utils/Makefile.fpc | 4
utils/debugsvr/Makefile.fpc | 4
utils/dxegen/Makefile.fpc | 4
utils/fpcm/Makefile.fpc | 4
utils/fpcm/Makefile.fpmake.bs.template | 6
utils/fpcm/Makefile.fpmake.template | 6
utils/fpcm/fpcmmain.pp | 84
utils/fpcm/revision.inc | 2
utils/fpcmkcfg/Makefile.fpc | 4
utils/fpcmkcfg/fpc.cft | 10
utils/fpcmkcfg/fpccfg.inc | 563 -
utils/fpcres/Makefile.fpc | 4
utils/fpcres/fpcres.pas | 8
utils/fpcres/target.pas | 58
utils/fpcreslipo/Makefile.fpc | 4
utils/fpdoc/Makefile.fpc | 4
utils/fpmake.pp | 4
utils/fpmc/Makefile.fpc | 4
utils/fppkg/Makefile.fpc | 4
utils/fprcp/Makefile.fpc | 4
utils/h2pas/Makefile.fpc | 4
utils/importtl/Makefile.fpc | 4
utils/instantfpc/Makefile.fpc | 4
utils/mksymbian/Makefile.fpc | 4
utils/pas2fpm/Makefile.fpc | 4
utils/pas2jni/Makefile.fpc | 4
utils/pas2jni/def.pas | 18
utils/pas2js/Makefile.fpc | 4
utils/pas2ut/Makefile.fpc | 4
utils/rmwait/Makefile.fpc | 4
utils/rstconv.pp | 85
utils/tply/Makefile.fpc | 4
utils/unicode/Makefile.fpc | 4
1001 files changed, 40185 insertions(+), 7267 deletions(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: OpenPGP digital signature
URL: <http://lists.alioth.debian.org/pipermail/pkg-pascal-devel/attachments/20151012/a30f4de2/attachment-0001.sig>
More information about the Pkg-pascal-devel
mailing list