Browse Source

Merge remote-tracking branch 'origin/main' into unicodekvm

Nikolay Nikolov 4 years ago
parent
commit
e2f6732751
100 changed files with 9734 additions and 28759 deletions
  1. 0 20104
      .gitattributes
  2. 63 7990
      .gitignore
  3. 55 3
      compiler/aarch64/cgcpu.pas
  4. 16 18
      compiler/aoptobj.pas
  5. 24 12
      compiler/fppu.pas
  6. 22 15
      compiler/hlcgobj.pas
  7. 5 0
      compiler/i386/aoptcpu.pas
  8. 1 1
      compiler/i386/i386prop.inc
  9. 1 1
      compiler/i8086/i8086prop.inc
  10. 2 1
      compiler/msg/errore.msg
  11. 3 2
      compiler/msgidx.inc
  12. 281 283
      compiler/msgtxt.inc
  13. 1 8
      compiler/pexpr.pas
  14. 3 0
      compiler/pgenutil.pas
  15. 2 0
      compiler/x86/aasmcpu.pas
  16. 571 103
      compiler/x86/aoptx86.pas
  17. 15 16
      compiler/x86/cpubase.pas
  18. 1 1
      compiler/x86/nx86cnv.pas
  19. 1 1
      compiler/x86/x86ins.dat
  20. 5 0
      compiler/x86_64/aoptcpu.pas
  21. 1 1
      compiler/x86_64/x8664pro.inc
  22. 6 2
      compiler/xtensa/aoptcpu.pas
  23. 27 0
      compiler/xtensa/cgcpu.pas
  24. 12 0
      packages/ami-extra/src/muihelper.pas
  25. 215 19
      packages/amunits/src/coreunits/agraphics.pas
  26. 42 2
      packages/amunits/src/coreunits/amigados.pas
  27. 6 1
      packages/amunits/src/coreunits/amigalib.pas
  28. 139 0
      packages/amunits/src/coreunits/exec.pas
  29. 368 8
      packages/amunits/src/coreunits/intuition.pas
  30. 48 0
      packages/amunits/src/coreunits/keymap.pas
  31. 41 0
      packages/amunits/src/coreunits/utility.pas
  32. 4 1
      packages/amunits/src/utilunits/hisoft.pas
  33. 4 1
      packages/amunits/src/utilunits/wbargs.pas
  34. 15 4
      packages/chm/src/chmfilewriter.pas
  35. 3 2
      packages/fcl-db/src/base/datasource.inc
  36. 2 0
      packages/fcl-db/src/base/db.pas
  37. 8 0
      packages/fcl-db/src/base/dsparams.inc
  38. 6 1
      packages/fcl-db/src/sql/fpsqlparser.pas
  39. 18 11
      packages/fcl-image/examples/textout.pp
  40. 1 0
      packages/fcl-image/src/bmpcomn.pp
  41. 53 41
      packages/fcl-image/src/freetype.pp
  42. 6 6
      packages/fcl-image/src/ftfont.pp
  43. 65 0
      packages/fcl-json/examples/jsonmerge.lpi
  44. 117 0
      packages/fcl-json/examples/jsonmerge.pp
  45. 9 2
      packages/fcl-json/fpmake.pp
  46. 269 0
      packages/fcl-json/src/fpjsonapply.pp
  47. 20 11
      packages/fcl-passrc/src/paswrite.pp
  48. 5 1
      packages/fcl-process/src/amicommon/pipes.inc
  49. 1 1
      packages/fcl-stl/src/gdeque.pp
  50. 1 0
      packages/fpmake_add.inc
  51. 1 0
      packages/fpmake_proc.inc
  52. 3037 0
      packages/gitlab/Makefile
  53. 102 0
      packages/gitlab/Makefile.fpc
  54. 169 0
      packages/gitlab/examples/closetodo/closetodo.lpr
  55. 170 0
      packages/gitlab/examples/closetodo/closetodo.pp
  56. 8 0
      packages/gitlab/examples/closetodo/sample.cfg
  57. 50 0
      packages/gitlab/fpmake.pp
  58. 637 0
      packages/gitlab/src/gitlabclient.pas
  59. 1 0
      packages/gtk2/src/gtkext/gtkstatusicon.inc
  60. 1 0
      packages/gtk2/src/gtkext/gtkstatusiconh.inc
  61. 3 3
      packages/postgres/src/postgres3dyn.pp
  62. 10 0
      packages/rtl-console/src/amicommon/crt.pp
  63. 128 7
      packages/rtl-console/src/amicommon/keyboard.pp
  64. 28 5
      packages/rtl-console/src/amicommon/video.pp
  65. 33 0
      packages/rtl-extra/src/unix/serial.pp
  66. 74 42
      packages/rtl-objpas/src/inc/dateutil.inc
  67. 25 4
      packages/rtl-objpas/src/inc/fmtbcd.pp
  68. 9 0
      packages/rtl-objpas/src/inc/system.uitypes.pp
  69. 2 2
      packages/sqlite/src/sqlite3.inc
  70. 88 0
      packages/x11/fpmake.pp
  71. 47 0
      packages/x11/src/ag.inc
  72. 33 0
      packages/x11/src/cup.inc
  73. 52 0
      packages/x11/src/dbe.inc
  74. 52 0
      packages/x11/src/dpms.pp
  75. 41 0
      packages/x11/src/dpmsconst.inc
  76. 32 0
      packages/x11/src/evi.inc
  77. 69 0
      packages/x11/src/lbx.inc
  78. 73 0
      packages/x11/src/mitmisc.pp
  79. 34 0
      packages/x11/src/mitmiscconst.inc
  80. 221 0
      packages/x11/src/multibuf.pp
  81. 79 0
      packages/x11/src/multibufconst.inc
  82. 57 0
      packages/x11/src/secur.inc
  83. 87 0
      packages/x11/src/security.pp
  84. 157 0
      packages/x11/src/shape.pp
  85. 51 0
      packages/x11/src/shapeconst.inc
  86. 356 0
      packages/x11/src/sync.pp
  87. 120 0
      packages/x11/src/syncconst.inc
  88. 96 0
      packages/x11/src/xag.pp
  89. 134 0
      packages/x11/src/xauth.inc
  90. 60 0
      packages/x11/src/xcup.pp
  91. 136 0
      packages/x11/src/xdbe.pp
  92. 72 0
      packages/x11/src/xevi.pp
  93. 58 0
      packages/x11/src/xext.pp
  94. 51 0
      packages/x11/src/xlbx.pp
  95. 2 0
      packages/x11/src/xlib.pp
  96. 101 0
      packages/x11/src/xmd.pp
  97. 22 22
      packages/x11/src/xshm.pp
  98. 109 0
      packages/x11/src/xtestext1.pp
  99. 156 0
      packages/x11/src/xtestext1const.inc
  100. 16 0
      packages/x11/tests/dpms_linktest.pp

+ 0 - 20104
.gitattributes

@@ -1,20105 +1 @@
 * text=auto !eol
 * text=auto !eol
-/LICENSE svneol=native#text/plain
-/Makefile svneol=native#text/plain
-/Makefile.fpc svneol=native#text/plain
-/README.md svneol=native#text/plain
-compiler/COPYING.txt svneol=native#text/plain
-compiler/MPWMake -text
-compiler/Makefile svneol=native#text/plain
-compiler/Makefile.fpc svneol=native#text/plain
-compiler/README.txt svneol=native#text/plain
-compiler/aarch64/a64att.inc svneol=native#text/plain
-compiler/aarch64/a64atts.inc svneol=native#text/plain
-compiler/aarch64/a64ins.dat svneol=native#text/plain
-compiler/aarch64/a64nop.inc svneol=native#text/plain
-compiler/aarch64/a64op.inc svneol=native#text/plain
-compiler/aarch64/a64reg.dat svneol=native#text/plain
-compiler/aarch64/a64tab.inc svneol=native#text/plain
-compiler/aarch64/aasmcpu.pas svneol=native#text/plain
-compiler/aarch64/agcpugas.pas svneol=native#text/plain
-compiler/aarch64/aoptcpu.pas svneol=native#text/plain
-compiler/aarch64/aoptcpub.pas svneol=native#text/plain
-compiler/aarch64/aoptcpud.pas svneol=native#text/plain
-compiler/aarch64/cgcpu.pas svneol=native#text/plain
-compiler/aarch64/cpubase.pas svneol=native#text/plain
-compiler/aarch64/cpuinfo.pas svneol=native#text/plain
-compiler/aarch64/cpunode.pas svneol=native#text/plain
-compiler/aarch64/cpupara.pas svneol=native#text/plain
-compiler/aarch64/cpupi.pas svneol=native#text/plain
-compiler/aarch64/cputarg.pas svneol=native#text/plain
-compiler/aarch64/hlcgcpu.pas svneol=native#text/plain
-compiler/aarch64/itcpugas.pas svneol=native#text/plain
-compiler/aarch64/ncpuadd.pas svneol=native#text/plain
-compiler/aarch64/ncpucnv.pas svneol=native#text/plain
-compiler/aarch64/ncpucon.pas svneol=native#text/pascal
-compiler/aarch64/ncpuflw.pas svneol=native#text/pascal
-compiler/aarch64/ncpuinl.pas svneol=native#text/plain
-compiler/aarch64/ncpumat.pas svneol=native#text/plain
-compiler/aarch64/ncpumem.pas svneol=native#text/plain
-compiler/aarch64/ncpuset.pas svneol=native#text/plain
-compiler/aarch64/ra64con.inc svneol=native#text/plain
-compiler/aarch64/ra64dwa.inc svneol=native#text/plain
-compiler/aarch64/ra64nor.inc svneol=native#text/plain
-compiler/aarch64/ra64num.inc svneol=native#text/plain
-compiler/aarch64/ra64rni.inc svneol=native#text/plain
-compiler/aarch64/ra64sri.inc svneol=native#text/plain
-compiler/aarch64/ra64sta.inc svneol=native#text/plain
-compiler/aarch64/ra64std.inc svneol=native#text/plain
-compiler/aarch64/ra64sup.inc svneol=native#text/plain
-compiler/aarch64/racpu.pas svneol=native#text/plain
-compiler/aarch64/racpugas.pas svneol=native#text/plain
-compiler/aarch64/rgcpu.pas svneol=native#text/plain
-compiler/aarch64/symcpu.pas svneol=native#text/plain
-compiler/aarch64/tripletcpu.pas svneol=native#text/plain
-compiler/aasmbase.pas svneol=native#text/plain
-compiler/aasmcfi.pas svneol=native#text/plain
-compiler/aasmcnst.pas svneol=native#text/plain
-compiler/aasmdata.pas svneol=native#text/plain
-compiler/aasmdef.pas svneol=native#text/plain
-compiler/aasmsym.pas svneol=native#text/plain
-compiler/aasmtai.pas svneol=native#text/plain
-compiler/aggas.pas svneol=native#text/plain
-compiler/aopt.pas svneol=native#text/plain
-compiler/aoptbase.pas svneol=native#text/plain
-compiler/aoptda.pas svneol=native#text/plain
-compiler/aoptobj.pas svneol=native#text/plain
-compiler/aoptutils.pas svneol=native#text/pascal
-compiler/arm/aasmcpu.pas svneol=native#text/plain
-compiler/arm/agarmgas.pas svneol=native#text/plain
-compiler/arm/agarmvasm.pas svneol=native#text/pascal
-compiler/arm/aoptcpu.pas svneol=native#text/plain
-compiler/arm/aoptcpub.pas svneol=native#text/plain
-compiler/arm/aoptcpud.pas svneol=native#text/plain
-compiler/arm/armatt.inc svneol=native#text/plain
-compiler/arm/armatts.inc svneol=native#text/plain
-compiler/arm/armins.dat svneol=native#text/plain
-compiler/arm/armnop.inc svneol=native#text/plain
-compiler/arm/armop.inc svneol=native#text/plain
-compiler/arm/armreg.dat svneol=native#text/plain
-compiler/arm/armtab.inc svneol=native#text/plain
-compiler/arm/cgcpu.pas svneol=native#text/plain
-compiler/arm/cpubase.pas svneol=native#text/plain
-compiler/arm/cpuelf.pas svneol=native#text/plain
-compiler/arm/cpuinfo.pas svneol=native#text/plain
-compiler/arm/cpunode.pas svneol=native#text/plain
-compiler/arm/cpupara.pas svneol=native#text/plain
-compiler/arm/cpupi.pas svneol=native#text/plain
-compiler/arm/cputarg.pas svneol=native#text/plain
-compiler/arm/hlcgcpu.pas svneol=native#text/plain
-compiler/arm/itcpugas.pas svneol=native#text/plain
-compiler/arm/narmadd.pas svneol=native#text/plain
-compiler/arm/narmcal.pas svneol=native#text/plain
-compiler/arm/narmcnv.pas svneol=native#text/plain
-compiler/arm/narmcon.pas svneol=native#text/plain
-compiler/arm/narminl.pas svneol=native#text/plain
-compiler/arm/narmld.pas svneol=native#text/pascal
-compiler/arm/narmmat.pas svneol=native#text/plain
-compiler/arm/narmmem.pas svneol=native#text/plain
-compiler/arm/narmset.pas svneol=native#text/plain
-compiler/arm/narmutil.pas svneol=native#text/pascal
-compiler/arm/pp.lpi.template svneol=native#text/plain
-compiler/arm/raarm.pas svneol=native#text/plain
-compiler/arm/raarmgas.pas svneol=native#text/plain
-compiler/arm/rarmcon.inc svneol=native#text/plain
-compiler/arm/rarmdwa.inc svneol=native#text/plain
-compiler/arm/rarmnor.inc svneol=native#text/plain
-compiler/arm/rarmnum.inc svneol=native#text/plain
-compiler/arm/rarmrni.inc svneol=native#text/plain
-compiler/arm/rarmsri.inc svneol=native#text/plain
-compiler/arm/rarmsta.inc svneol=native#text/plain
-compiler/arm/rarmstd.inc svneol=native#text/plain
-compiler/arm/rarmsup.inc svneol=native#text/plain
-compiler/arm/rgcpu.pas svneol=native#text/plain
-compiler/arm/symcpu.pas svneol=native#text/plain
-compiler/arm/tripletcpu.pas svneol=native#text/plain
-compiler/armgen/aoptarm.pas svneol=native#text/pascal
-compiler/armgen/armpara.pas svneol=native#text/plain
-compiler/assemble.pas svneol=native#text/plain
-compiler/avr/aasmcpu.pas svneol=native#text/plain
-compiler/avr/agavrgas.pas svneol=native#text/plain
-compiler/avr/aoptcpu.pas svneol=native#text/plain
-compiler/avr/aoptcpub.pas svneol=native#text/plain
-compiler/avr/aoptcpud.pas svneol=native#text/plain
-compiler/avr/avrreg.dat svneol=native#text/plain
-compiler/avr/ccpuinnr.inc svneol=native#text/plain
-compiler/avr/cgcpu.pas svneol=native#text/plain
-compiler/avr/cpubase.pas svneol=native#text/plain
-compiler/avr/cpuinfo.pas svneol=native#text/plain
-compiler/avr/cpunode.pas svneol=native#text/plain
-compiler/avr/cpupara.pas svneol=native#text/plain
-compiler/avr/cpupi.pas svneol=native#text/plain
-compiler/avr/cputarg.pas svneol=native#text/plain
-compiler/avr/hlcgcpu.pas svneol=native#text/plain
-compiler/avr/itcpugas.pas svneol=native#text/plain
-compiler/avr/navradd.pas svneol=native#text/plain
-compiler/avr/navrcnv.pas svneol=native#text/plain
-compiler/avr/navrinl.pas svneol=native#text/pascal
-compiler/avr/navrmat.pas svneol=native#text/plain
-compiler/avr/navrmem.pas svneol=native#text/pascal
-compiler/avr/navrutil.pas svneol=native#text/pascal
-compiler/avr/raavr.pas svneol=native#text/plain
-compiler/avr/raavrgas.pas svneol=native#text/plain
-compiler/avr/ravrcon.inc svneol=native#text/plain
-compiler/avr/ravrdwa.inc svneol=native#text/plain
-compiler/avr/ravrnor.inc svneol=native#text/plain
-compiler/avr/ravrnum.inc svneol=native#text/plain
-compiler/avr/ravrrni.inc svneol=native#text/plain
-compiler/avr/ravrsri.inc svneol=native#text/plain
-compiler/avr/ravrsta.inc svneol=native#text/plain
-compiler/avr/ravrstd.inc svneol=native#text/plain
-compiler/avr/ravrsup.inc svneol=native#text/plain
-compiler/avr/rgcpu.pas svneol=native#text/plain
-compiler/avr/symcpu.pas svneol=native#text/plain
-compiler/avr/tripletcpu.pas svneol=native#text/plain
-compiler/blockutl.pas svneol=native#text/plain
-compiler/browcol.pas svneol=native#text/plain
-compiler/catch.pas svneol=native#text/plain
-compiler/ccharset.pas svneol=native#text/plain
-compiler/cclasses.pas svneol=native#text/plain
-compiler/cepiktimer.pas svneol=native#text/pascal
-compiler/cfidwarf.pas svneol=native#text/plain
-compiler/cfileutl.pas svneol=native#text/plain
-compiler/cg64f32.pas svneol=native#text/plain
-compiler/cgbase.pas svneol=native#text/plain
-compiler/cgexcept.pas svneol=native#text/plain
-compiler/cghlcpu.pas svneol=native#text/plain
-compiler/cgobj.pas svneol=native#text/plain
-compiler/cgutils.pas svneol=native#text/plain
-compiler/cmsgs.pas svneol=native#text/plain
-compiler/comphook.pas svneol=native#text/plain
-compiler/compiler.pas svneol=native#text/plain
-compiler/compinnr.pas svneol=native#text/plain
-compiler/comprsrc.pas svneol=native#text/plain
-compiler/comptty.pas svneol=native#text/plain
-compiler/constexp.pas svneol=native#text/x-pascal
-compiler/cprofile.pas svneol=native#text/pascal
-compiler/crefs.pas svneol=native#text/plain
-compiler/cresstr.pas svneol=native#text/plain
-compiler/cscript.pas svneol=native#text/plain
-compiler/cstreams.pas svneol=native#text/plain
-compiler/cutils.pas svneol=native#text/plain
-compiler/dbgbase.pas svneol=native#text/plain
-compiler/dbgcodeview.pas svneol=native#text/plain
-compiler/dbgdwarf.pas svneol=native#text/plain
-compiler/dbgstabs.pas svneol=native#text/plain
-compiler/dbgstabx.pas svneol=native#text/plain
-compiler/defcmp.pas svneol=native#text/plain
-compiler/defutil.pas svneol=native#text/plain
-compiler/dirparse.pas svneol=native#text/plain
-compiler/dwarfbase.pas svneol=native#text/plain
-compiler/elfbase.pas svneol=native#text/plain
-compiler/entfile.pas svneol=native#text/plain
-compiler/export.pas svneol=native#text/plain
-compiler/expunix.pas svneol=native#text/plain
-compiler/finput.pas svneol=native#text/plain
-compiler/fmodule.pas svneol=native#text/plain
-compiler/fpccrc.pas svneol=native#text/plain
-compiler/fpcdefs.inc svneol=native#text/plain
-compiler/fpcp.pas svneol=native#text/pascal
-compiler/fpkg.pas svneol=native#text/pascal
-compiler/fppu.pas svneol=native#text/plain
-compiler/gendef.pas svneol=native#text/plain
-compiler/generic/cpuinfo.pas svneol=native#text/plain
-compiler/generic/symcpu.pas svneol=native#text/plain
-compiler/globals.pas svneol=native#text/plain
-compiler/globstat.pas svneol=native#text/pascal
-compiler/globtype.pas svneol=native#text/plain
-compiler/hlcg2ll.pas svneol=native#text/plain
-compiler/hlcgobj.pas svneol=native#text/plain
-compiler/html/i386/readme.txt svneol=native#text/plain
-compiler/html/powerpc/readme.txt svneol=native#text/plain
-compiler/htypechk.pas svneol=native#text/plain
-compiler/i386/aoptcpu.pas svneol=native#text/plain
-compiler/i386/aoptcpub.pas svneol=native#text/plain
-compiler/i386/aoptcpud.pas svneol=native#text/plain
-compiler/i386/cgcpu.pas svneol=native#text/plain
-compiler/i386/cpubase.inc svneol=native#text/plain
-compiler/i386/cpuelf.pas svneol=native#text/plain
-compiler/i386/cpuinfo.pas svneol=native#text/plain
-compiler/i386/cpunode.pas svneol=native#text/plain
-compiler/i386/cpupara.pas svneol=native#text/plain
-compiler/i386/cpupi.pas svneol=native#text/plain
-compiler/i386/cputarg.pas svneol=native#text/plain
-compiler/i386/hlcgcpu.pas svneol=native#text/plain
-compiler/i386/i386att.inc svneol=native#text/plain
-compiler/i386/i386atts.inc svneol=native#text/plain
-compiler/i386/i386int.inc svneol=native#text/plain
-compiler/i386/i386nop.inc svneol=native#text/plain
-compiler/i386/i386op.inc svneol=native#text/plain
-compiler/i386/i386prop.inc svneol=native#text/plain
-compiler/i386/i386tab.inc svneol=native#text/plain
-compiler/i386/n386add.pas svneol=native#text/plain
-compiler/i386/n386cal.pas svneol=native#text/plain
-compiler/i386/n386flw.pas svneol=native#text/plain
-compiler/i386/n386inl.pas svneol=native#text/plain
-compiler/i386/n386ld.pas svneol=native#text/plain
-compiler/i386/n386mat.pas svneol=native#text/plain
-compiler/i386/n386mem.pas svneol=native#text/plain
-compiler/i386/n386set.pas svneol=native#text/plain
-compiler/i386/r386ari.inc svneol=native#text/plain
-compiler/i386/r386att.inc svneol=native#text/plain
-compiler/i386/r386con.inc svneol=native#text/plain
-compiler/i386/r386dwrf.inc svneol=native#text/plain
-compiler/i386/r386int.inc svneol=native#text/plain
-compiler/i386/r386iri.inc svneol=native#text/plain
-compiler/i386/r386nasm.inc svneol=native#text/plain
-compiler/i386/r386nor.inc svneol=native#text/plain
-compiler/i386/r386nri.inc svneol=native#text/plain
-compiler/i386/r386num.inc svneol=native#text/plain
-compiler/i386/r386ot.inc svneol=native#text/plain
-compiler/i386/r386rni.inc svneol=native#text/plain
-compiler/i386/r386sri.inc svneol=native#text/plain
-compiler/i386/r386stab.inc svneol=native#text/plain
-compiler/i386/r386std.inc svneol=native#text/plain
-compiler/i386/ra386att.pas svneol=native#text/plain
-compiler/i386/ra386int.pas svneol=native#text/plain
-compiler/i386/rgcpu.pas svneol=native#text/plain
-compiler/i386/symcpu.pas svneol=native#text/plain
-compiler/i386/tripletcpu.pas svneol=native#text/plain
-compiler/i8086/aoptcpu.pas svneol=native#text/plain
-compiler/i8086/aoptcpub.pas svneol=native#text/plain
-compiler/i8086/aoptcpud.pas svneol=native#text/plain
-compiler/i8086/cgcpu.pas svneol=native#text/plain
-compiler/i8086/cpubase.inc svneol=native#text/plain
-compiler/i8086/cpuinfo.pas svneol=native#text/plain
-compiler/i8086/cpunode.pas svneol=native#text/plain
-compiler/i8086/cpupara.pas svneol=native#text/plain
-compiler/i8086/cpupi.pas svneol=native#text/plain
-compiler/i8086/cputarg.pas svneol=native#text/plain
-compiler/i8086/hlcgcpu.pas svneol=native#text/plain
-compiler/i8086/i8086att.inc svneol=native#text/plain
-compiler/i8086/i8086atts.inc svneol=native#text/plain
-compiler/i8086/i8086int.inc svneol=native#text/plain
-compiler/i8086/i8086nop.inc svneol=native#text/plain
-compiler/i8086/i8086op.inc svneol=native#text/plain
-compiler/i8086/i8086prop.inc svneol=native#text/plain
-compiler/i8086/i8086tab.inc svneol=native#text/plain
-compiler/i8086/n8086add.pas svneol=native#text/plain
-compiler/i8086/n8086cal.pas svneol=native#text/plain
-compiler/i8086/n8086cnv.pas svneol=native#text/plain
-compiler/i8086/n8086con.pas svneol=native#text/plain
-compiler/i8086/n8086inl.pas svneol=native#text/plain
-compiler/i8086/n8086ld.pas svneol=native#text/plain
-compiler/i8086/n8086mat.pas svneol=native#text/plain
-compiler/i8086/n8086mem.pas svneol=native#text/plain
-compiler/i8086/n8086tcon.pas svneol=native#text/plain
-compiler/i8086/n8086util.pas svneol=native#text/plain
-compiler/i8086/r8086ari.inc svneol=native#text/plain
-compiler/i8086/r8086att.inc svneol=native#text/plain
-compiler/i8086/r8086con.inc svneol=native#text/plain
-compiler/i8086/r8086dwrf.inc svneol=native#text/plain
-compiler/i8086/r8086int.inc svneol=native#text/plain
-compiler/i8086/r8086iri.inc svneol=native#text/plain
-compiler/i8086/r8086nasm.inc svneol=native#text/plain
-compiler/i8086/r8086nor.inc svneol=native#text/plain
-compiler/i8086/r8086nri.inc svneol=native#text/plain
-compiler/i8086/r8086num.inc svneol=native#text/plain
-compiler/i8086/r8086ot.inc svneol=native#text/plain
-compiler/i8086/r8086rni.inc svneol=native#text/plain
-compiler/i8086/r8086sri.inc svneol=native#text/plain
-compiler/i8086/r8086stab.inc svneol=native#text/plain
-compiler/i8086/r8086std.inc svneol=native#text/plain
-compiler/i8086/ra8086att.pas svneol=native#text/plain
-compiler/i8086/ra8086int.pas svneol=native#text/plain
-compiler/i8086/rgcpu.pas svneol=native#text/plain
-compiler/i8086/symcpu.pas svneol=native#text/plain
-compiler/i8086/tgcpu.pas svneol=native#text/plain
-compiler/i8086/tripletcpu.pas svneol=native#text/plain
-compiler/impdef.pas svneol=native#text/plain
-compiler/import.pas svneol=native#text/plain
-compiler/jvm/aasmcpu.pas svneol=native#text/plain
-compiler/jvm/agjasmin.pas svneol=native#text/plain
-compiler/jvm/aoptcpu.pas svneol=native#text/plain
-compiler/jvm/aoptcpub.pas svneol=native#text/plain
-compiler/jvm/aoptcpud.pas svneol=native#text/plain
-compiler/jvm/cgcpu.pas svneol=native#text/plain
-compiler/jvm/cpubase.pas svneol=native#text/plain
-compiler/jvm/cpuinfo.pas svneol=native#text/plain
-compiler/jvm/cpunode.pas svneol=native#text/plain
-compiler/jvm/cpupara.pas svneol=native#text/plain
-compiler/jvm/cpupi.pas svneol=native#text/plain
-compiler/jvm/cputarg.pas svneol=native#text/plain
-compiler/jvm/dbgjasm.pas svneol=native#text/plain
-compiler/jvm/hlcgcpu.pas svneol=native#text/plain
-compiler/jvm/itcpujas.pas svneol=native#text/plain
-compiler/jvm/jvmdef.pas svneol=native#text/plain
-compiler/jvm/jvmreg.dat svneol=native#text/plain
-compiler/jvm/njvmadd.pas svneol=native#text/plain
-compiler/jvm/njvmcal.pas svneol=native#text/plain
-compiler/jvm/njvmcnv.pas svneol=native#text/plain
-compiler/jvm/njvmcon.pas svneol=native#text/plain
-compiler/jvm/njvmflw.pas svneol=native#text/plain
-compiler/jvm/njvminl.pas svneol=native#text/plain
-compiler/jvm/njvmld.pas svneol=native#text/plain
-compiler/jvm/njvmmat.pas svneol=native#text/plain
-compiler/jvm/njvmmem.pas svneol=native#text/plain
-compiler/jvm/njvmset.pas svneol=native#text/plain
-compiler/jvm/njvmtcon.pas svneol=native#text/plain
-compiler/jvm/njvmutil.pas svneol=native#text/plain
-compiler/jvm/njvmvmt.pas svneol=native#text/plain
-compiler/jvm/pjvm.pas svneol=native#text/plain
-compiler/jvm/rgcpu.pas svneol=native#text/plain
-compiler/jvm/rjvmcon.inc svneol=native#text/plain
-compiler/jvm/rjvmnor.inc svneol=native#text/plain
-compiler/jvm/rjvmnum.inc svneol=native#text/plain
-compiler/jvm/rjvmrni.inc svneol=native#text/plain
-compiler/jvm/rjvmsri.inc svneol=native#text/plain
-compiler/jvm/rjvmstd.inc svneol=native#text/plain
-compiler/jvm/rjvmsup.inc svneol=native#text/plain
-compiler/jvm/symcpu.pas svneol=native#text/plain
-compiler/jvm/tgcpu.pas svneol=native#text/plain
-compiler/jvm/tripletcpu.pas svneol=native#text/plain
-compiler/ldscript.pas svneol=native#text/plain
-compiler/link.pas svneol=native#text/plain
-compiler/llvm/aasmllvm.pas svneol=native#text/plain
-compiler/llvm/aasmllvmmetadata.pas svneol=native#text/plain
-compiler/llvm/agllvm.pas svneol=native#text/plain
-compiler/llvm/cgllvm.pas svneol=native#text/plain
-compiler/llvm/hlcgllvm.pas svneol=native#text/plain
-compiler/llvm/itllvm.pas svneol=native#text/plain
-compiler/llvm/llvmbase.pas svneol=native#text/plain
-compiler/llvm/llvmcfi.pas svneol=native#text/plain
-compiler/llvm/llvmdef.pas svneol=native#text/plain
-compiler/llvm/llvmfeatures.pas svneol=native#text/plain
-compiler/llvm/llvminfo.pas svneol=native#text/plain
-compiler/llvm/llvmnode.pas svneol=native#text/plain
-compiler/llvm/llvmpara.pas svneol=native#text/plain
-compiler/llvm/llvmpi.pas svneol=native#text/plain
-compiler/llvm/llvmsym.pas svneol=native#text/plain
-compiler/llvm/llvmtarg.pas svneol=native#text/plain
-compiler/llvm/llvmtype.pas svneol=native#text/plain
-compiler/llvm/nllvmadd.pas svneol=native#text/plain
-compiler/llvm/nllvmbas.pas svneol=native#text/plain
-compiler/llvm/nllvmcal.pas svneol=native#text/plain
-compiler/llvm/nllvmcnv.pas svneol=native#text/plain
-compiler/llvm/nllvmcon.pas svneol=native#text/plain
-compiler/llvm/nllvmflw.pas svneol=native#text/plain
-compiler/llvm/nllvminl.pas svneol=native#text/plain
-compiler/llvm/nllvmld.pas svneol=native#text/plain
-compiler/llvm/nllvmmat.pas svneol=native#text/plain
-compiler/llvm/nllvmmem.pas svneol=native#text/plain
-compiler/llvm/nllvmset.pas svneol=native#text/plain
-compiler/llvm/nllvmtcon.pas svneol=native#text/plain
-compiler/llvm/nllvmutil.pas svneol=native#text/plain
-compiler/llvm/rgllvm.pas svneol=native#text/plain
-compiler/llvm/symllvm.pas svneol=native#text/plain
-compiler/llvm/tgllvm.pas svneol=native#text/plain
-compiler/m68k/aasmcpu.pas svneol=native#text/plain
-compiler/m68k/ag68kgas.pas svneol=native#text/plain
-compiler/m68k/ag68kvasm.pas svneol=native#text/plain
-compiler/m68k/aoptcpu.pas svneol=native#text/plain
-compiler/m68k/aoptcpub.pas svneol=native#text/plain
-compiler/m68k/aoptcpud.pas svneol=native#text/plain
-compiler/m68k/cgcpu.pas svneol=native#text/plain
-compiler/m68k/cpubase.pas svneol=native#text/plain
-compiler/m68k/cpuinfo.pas svneol=native#text/plain
-compiler/m68k/cpunode.pas svneol=native#text/plain
-compiler/m68k/cpupara.pas svneol=native#text/plain
-compiler/m68k/cpupi.pas svneol=native#text/plain
-compiler/m68k/cputarg.pas svneol=native#text/plain
-compiler/m68k/hlcgcpu.pas svneol=native#text/plain
-compiler/m68k/itcpugas.pas svneol=native#text/plain
-compiler/m68k/m68kins.dat svneol=native#text/plain
-compiler/m68k/m68knop.inc svneol=native#text/plain
-compiler/m68k/m68kop.inc svneol=native#text/plain
-compiler/m68k/m68kreg.dat svneol=native#text/plain
-compiler/m68k/m68kstd.inc svneol=native#text/plain
-compiler/m68k/m68ktab.inc svneol=native#text/plain
-compiler/m68k/n68kadd.pas svneol=native#text/plain
-compiler/m68k/n68kcal.pas svneol=native#text/plain
-compiler/m68k/n68kcnv.pas svneol=native#text/plain
-compiler/m68k/n68kinl.pas svneol=native#text/plain
-compiler/m68k/n68kmat.pas svneol=native#text/plain
-compiler/m68k/n68kmem.pas svneol=native#text/plain
-compiler/m68k/n68kset.pas svneol=native#text/plain
-compiler/m68k/n68kutil.pas svneol=native#text/plain
-compiler/m68k/r68kbss.inc svneol=native#text/plain
-compiler/m68k/r68kcon.inc svneol=native#text/plain
-compiler/m68k/r68kgas.inc svneol=native#text/plain
-compiler/m68k/r68kgasf.inc svneol=native#text/plain
-compiler/m68k/r68kgri.inc svneol=native#text/plain
-compiler/m68k/r68knor.inc svneol=native#text/plain
-compiler/m68k/r68knum.inc svneol=native#text/plain
-compiler/m68k/r68krni.inc svneol=native#text/plain
-compiler/m68k/r68ksri.inc svneol=native#text/plain
-compiler/m68k/r68ksta.inc svneol=native#text/plain
-compiler/m68k/r68kstd.inc svneol=native#text/plain
-compiler/m68k/r68kstdf.inc svneol=native#text/plain
-compiler/m68k/r68ksup.inc svneol=native#text/plain
-compiler/m68k/ra68k.pas svneol=native#text/plain
-compiler/m68k/ra68kmot.pas svneol=native#text/plain
-compiler/m68k/rgcpu.pas svneol=native#text/plain
-compiler/m68k/symcpu.pas svneol=native#text/plain
-compiler/m68k/tripletcpu.pas svneol=native#text/plain
-compiler/macho.pas svneol=native#text/plain
-compiler/machoutils.pas svneol=native#text/plain
-compiler/mips/aasmcpu.pas svneol=native#text/plain
-compiler/mips/aoptcpu.pas svneol=native#text/plain
-compiler/mips/aoptcpub.pas svneol=native#text/plain
-compiler/mips/aoptcpud.pas svneol=native#text/plain
-compiler/mips/cgcpu.pas svneol=native#text/plain
-compiler/mips/cpubase.pas svneol=native#text/plain
-compiler/mips/cpuelf.pas svneol=native#text/plain
-compiler/mips/cpugas.pas svneol=native#text/plain
-compiler/mips/cpuinfo.pas svneol=native#text/plain
-compiler/mips/cpunode.pas svneol=native#text/plain
-compiler/mips/cpupara.pas svneol=native#text/plain
-compiler/mips/cpupi.pas svneol=native#text/plain
-compiler/mips/cputarg.pas svneol=native#text/pascal
-compiler/mips/hlcgcpu.pas svneol=native#text/plain
-compiler/mips/itcpugas.pas svneol=native#text/plain
-compiler/mips/mipsreg.dat svneol=native#text/plain
-compiler/mips/ncpuadd.pas svneol=native#text/plain
-compiler/mips/ncpucall.pas svneol=native#text/pascal
-compiler/mips/ncpucnv.pas svneol=native#text/pascal
-compiler/mips/ncpuinln.pas svneol=native#text/pascal
-compiler/mips/ncpuld.pas svneol=native#text/plain
-compiler/mips/ncpumat.pas svneol=native#text/pascal
-compiler/mips/ncpuset.pas svneol=native#text/pascal
-compiler/mips/opcode.inc svneol=native#text/plain
-compiler/mips/racpugas.pas svneol=native#text/plain
-compiler/mips/rgcpu.pas svneol=native#text/plain
-compiler/mips/rmipscon.inc svneol=native#text/plain
-compiler/mips/rmipsdwf.inc svneol=native#text/plain
-compiler/mips/rmipsgas.inc svneol=native#text/plain
-compiler/mips/rmipsgri.inc svneol=native#text/plain
-compiler/mips/rmipsgss.inc svneol=native#text/plain
-compiler/mips/rmipsnor.inc svneol=native#text/plain
-compiler/mips/rmipsnum.inc svneol=native#text/plain
-compiler/mips/rmipsrni.inc svneol=native#text/plain
-compiler/mips/rmipssri.inc svneol=native#text/plain
-compiler/mips/rmipssta.inc svneol=native#text/plain
-compiler/mips/rmipsstd.inc svneol=native#text/plain
-compiler/mips/rmipssup.inc svneol=native#text/plain
-compiler/mips/strinst.inc svneol=native#text/plain
-compiler/mips/symcpu.pas svneol=native#text/plain
-compiler/mips/tripletcpu.pas svneol=native#text/plain
-compiler/msg/errorct.msg svneol=native#text/plain
-compiler/msg/errord.msg svneol=native#text/plain
-compiler/msg/errorda.msg svneol=native#text/plain
-compiler/msg/errordu.msg svneol=native#text/plain
-compiler/msg/errore.msg svneol=native#text/plain
-compiler/msg/errores.msg svneol=native#text/plain
-compiler/msg/errorf.msg svneol=native#text/plain
-compiler/msg/errorfi.msg svneol=native#text/plain
-compiler/msg/errorhe.msg svneol=native#text/plain
-compiler/msg/errorheu.msg svneol=native#text/plain
-compiler/msg/errorid.msg svneol=native#text/plain
-compiler/msg/erroriu.msg svneol=native#text/plain
-compiler/msg/errorn.msg svneol=native#text/plain
-compiler/msg/errorpl.msg svneol=native#text/plain
-compiler/msg/errorpli.msg svneol=native#text/plain
-compiler/msg/errorpt.msg svneol=native#text/plain
-compiler/msg/errorptu.msg svneol=native#text/plain
-compiler/msg/errorr.msg svneol=native#text/plain
-compiler/msg/errorru.msg svneol=native#text/plain
-compiler/msg/errorues.msg svneol=native#text/plain
-compiler/msgidx.inc svneol=native#text/plain
-compiler/msgtxt.inc svneol=native#text/plain
-compiler/nadd.pas svneol=native#text/plain
-compiler/nbas.pas svneol=native#text/plain
-compiler/ncal.pas svneol=native#text/plain
-compiler/ncgadd.pas svneol=native#text/plain
-compiler/ncgbas.pas svneol=native#text/plain
-compiler/ncgcal.pas svneol=native#text/plain
-compiler/ncgcnv.pas svneol=native#text/plain
-compiler/ncgcon.pas svneol=native#text/plain
-compiler/ncgflw.pas svneol=native#text/plain
-compiler/ncghlmat.pas svneol=native#text/plain
-compiler/ncginl.pas svneol=native#text/plain
-compiler/ncgld.pas svneol=native#text/plain
-compiler/ncgmat.pas svneol=native#text/plain
-compiler/ncgmem.pas svneol=native#text/plain
-compiler/ncgnstfl.pas svneol=native#text/plain
-compiler/ncgnstld.pas svneol=native#text/plain
-compiler/ncgnstmm.pas svneol=native#text/plain
-compiler/ncgobjc.pas svneol=native#text/plain
-compiler/ncgopt.pas svneol=native#text/plain
-compiler/ncgrtti.pas svneol=native#text/plain
-compiler/ncgset.pas svneol=native#text/plain
-compiler/ncgutil.pas svneol=native#text/plain
-compiler/ncgvmt.pas svneol=native#text/plain
-compiler/ncnv.pas svneol=native#text/plain
-compiler/ncon.pas svneol=native#text/plain
-compiler/nflw.pas svneol=native#text/plain
-compiler/ngenutil.pas svneol=native#text/plain
-compiler/ngtcon.pas svneol=native#text/plain
-compiler/ninl.pas svneol=native#text/plain
-compiler/nld.pas svneol=native#text/plain
-compiler/nmat.pas svneol=native#text/plain
-compiler/nmem.pas svneol=native#text/plain
-compiler/nobj.pas svneol=native#text/plain
-compiler/nobjc.pas svneol=native#text/plain
-compiler/node.pas svneol=native#text/plain
-compiler/nopt.pas svneol=native#text/plain
-compiler/nset.pas svneol=native#text/plain
-compiler/nutils.pas svneol=native#text/plain
-compiler/objcasm.pas svneol=native#text/plain
-compiler/objcdef.pas svneol=native#text/plain
-compiler/objcgutl.pas svneol=native#text/plain
-compiler/objcutil.pas svneol=native#text/plain
-compiler/ogbase.pas svneol=native#text/plain
-compiler/ogcoff.pas svneol=native#text/plain
-compiler/ogelf.pas svneol=native#text/plain
-compiler/oglx.pas svneol=native#text/plain
-compiler/ogmacho.pas svneol=native#text/plain
-compiler/ogmap.pas svneol=native#text/plain
-compiler/ognlm.pas svneol=native#text/plain
-compiler/ogomf.pas svneol=native#text/plain
-compiler/ogrel.pas svneol=native#text/plain
-compiler/omfbase.pas svneol=native#text/plain
-compiler/optbase.pas svneol=native#text/plain
-compiler/optconstprop.pas svneol=native#text/pascal
-compiler/optcse.pas svneol=native#text/plain
-compiler/optdead.pas svneol=native#text/plain
-compiler/optdeadstore.pas svneol=native#text/pascal
-compiler/optdfa.pas svneol=native#text/plain
-compiler/options.pas svneol=native#text/plain
-compiler/optloadmodifystore.pas svneol=native#text/plain
-compiler/optloop.pas svneol=native#text/plain
-compiler/opttail.pas svneol=native#text/plain
-compiler/optutils.pas svneol=native#text/plain
-compiler/optvirt.pas svneol=native#text/plain
-compiler/owar.pas svneol=native#text/plain
-compiler/owbase.pas svneol=native#text/plain
-compiler/owomflib.pas svneol=native#text/plain
-compiler/parabase.pas svneol=native#text/plain
-compiler/paramgr.pas svneol=native#text/plain
-compiler/parser.pas svneol=native#text/plain
-compiler/pass_1.pas svneol=native#text/plain
-compiler/pass_2.pas svneol=native#text/plain
-compiler/pbase.pas svneol=native#text/plain
-compiler/pcp.pas svneol=native#text/pascal
-compiler/pdecl.pas svneol=native#text/plain
-compiler/pdecobj.pas svneol=native#text/plain
-compiler/pdecsub.pas svneol=native#text/plain
-compiler/pdecvar.pas svneol=native#text/plain
-compiler/pexports.pas svneol=native#text/plain
-compiler/pexpr.pas svneol=native#text/plain
-compiler/pgentype.pas svneol=native#text/pascal
-compiler/pgenutil.pas svneol=native#text/pascal
-compiler/pinline.pas svneol=native#text/plain
-compiler/pkgutil.pas svneol=native#text/pascal
-compiler/pmodules.pas svneol=native#text/plain
-compiler/powerpc/agppcmpw.pas svneol=native#text/plain
-compiler/powerpc/agppcvasm.pas svneol=native#text/plain
-compiler/powerpc/aoptcpu.pas svneol=native#text/plain
-compiler/powerpc/aoptcpub.pas svneol=native#text/plain
-compiler/powerpc/aoptcpud.pas svneol=native#text/plain
-compiler/powerpc/cgcpu.pas svneol=native#text/plain
-compiler/powerpc/cpubase.pas svneol=native#text/plain
-compiler/powerpc/cpuinfo.pas svneol=native#text/plain
-compiler/powerpc/cpunode.pas svneol=native#text/plain
-compiler/powerpc/cpupara.pas svneol=native#text/plain
-compiler/powerpc/cpupi.pas svneol=native#text/plain
-compiler/powerpc/cputarg.pas svneol=native#text/plain
-compiler/powerpc/hlcgcpu.pas svneol=native#text/plain
-compiler/powerpc/itcpugas.pas svneol=native#text/plain
-compiler/powerpc/nppcadd.pas svneol=native#text/plain
-compiler/powerpc/nppccal.pas svneol=native#text/plain
-compiler/powerpc/nppccnv.pas svneol=native#text/plain
-compiler/powerpc/nppcmat.pas svneol=native#text/plain
-compiler/powerpc/ppcins.dat svneol=native#text/plain
-compiler/powerpc/ppcreg.dat svneol=native#text/plain
-compiler/powerpc/rappc.pas svneol=native#text/plain
-compiler/powerpc/rappcgas.pas svneol=native#text/plain
-compiler/powerpc/rppccon.inc svneol=native#text/plain
-compiler/powerpc/rppcdwrf.inc svneol=native#text/plain
-compiler/powerpc/rppcgas.inc svneol=native#text/plain
-compiler/powerpc/rppcgri.inc svneol=native#text/plain
-compiler/powerpc/rppcgss.inc svneol=native#text/plain
-compiler/powerpc/rppcmot.inc svneol=native#text/plain
-compiler/powerpc/rppcmri.inc svneol=native#text/plain
-compiler/powerpc/rppcnor.inc svneol=native#text/plain
-compiler/powerpc/rppcnum.inc svneol=native#text/plain
-compiler/powerpc/rppcrni.inc svneol=native#text/plain
-compiler/powerpc/rppcsri.inc svneol=native#text/plain
-compiler/powerpc/rppcstab.inc svneol=native#text/plain
-compiler/powerpc/rppcstd.inc svneol=native#text/plain
-compiler/powerpc/rppcsup.inc svneol=native#text/plain
-compiler/powerpc/symcpu.pas svneol=native#text/plain
-compiler/powerpc/tripletcpu.pas svneol=native#text/plain
-compiler/powerpc64/aoptcpu.pas svneol=native#text/plain
-compiler/powerpc64/aoptcpub.pas svneol=native#text/plain
-compiler/powerpc64/aoptcpud.pas svneol=native#text/plain
-compiler/powerpc64/cgcpu.pas svneol=native#text/plain
-compiler/powerpc64/cpubase.pas svneol=native#text/plain
-compiler/powerpc64/cpuinfo.pas svneol=native#text/plain
-compiler/powerpc64/cpunode.pas svneol=native#text/plain
-compiler/powerpc64/cpupara.pas svneol=native#text/plain
-compiler/powerpc64/cpupi.pas svneol=native#text/plain
-compiler/powerpc64/cputarg.pas svneol=native#text/plain
-compiler/powerpc64/hlcgcpu.pas svneol=native#text/plain
-compiler/powerpc64/itcpugas.pas svneol=native#text/plain
-compiler/powerpc64/nppcadd.pas svneol=native#text/plain
-compiler/powerpc64/nppccal.pas svneol=native#text/plain
-compiler/powerpc64/nppccnv.pas svneol=native#text/plain
-compiler/powerpc64/nppcld.pas svneol=native#text/plain
-compiler/powerpc64/nppcmat.pas svneol=native#text/plain
-compiler/powerpc64/ppcins.dat svneol=native#text/plain
-compiler/powerpc64/ppcreg.dat svneol=native#text/plain
-compiler/powerpc64/rappc.pas svneol=native#text/plain
-compiler/powerpc64/rappcgas.pas svneol=native#text/plain
-compiler/powerpc64/rppccon.inc svneol=native#text/plain
-compiler/powerpc64/rppcdwrf.inc svneol=native#text/plain
-compiler/powerpc64/rppcgas.inc svneol=native#text/plain
-compiler/powerpc64/rppcgri.inc svneol=native#text/plain
-compiler/powerpc64/rppcgss.inc svneol=native#text/plain
-compiler/powerpc64/rppcmot.inc svneol=native#text/plain
-compiler/powerpc64/rppcmri.inc svneol=native#text/plain
-compiler/powerpc64/rppcnor.inc svneol=native#text/plain
-compiler/powerpc64/rppcnum.inc svneol=native#text/plain
-compiler/powerpc64/rppcrni.inc svneol=native#text/plain
-compiler/powerpc64/rppcsri.inc svneol=native#text/plain
-compiler/powerpc64/rppcstab.inc svneol=native#text/plain
-compiler/powerpc64/rppcstd.inc svneol=native#text/plain
-compiler/powerpc64/rppcsup.inc svneol=native#text/plain
-compiler/powerpc64/symcpu.pas svneol=native#text/plain
-compiler/powerpc64/tripletcpu.pas svneol=native#text/plain
-compiler/pp.lpi svneol=native#text/plain
-compiler/pp.pas svneol=native#text/plain
-compiler/pparautl.pas svneol=native#text/plain
-compiler/ppc68k.lpi svneol=native#text/plain
-compiler/ppc8086.lpi svneol=native#text/plain
-compiler/ppcaarch64.lpi svneol=native#text/plain
-compiler/ppcarm.lpi svneol=native#text/plain
-compiler/ppcavr.lpi svneol=native#text/plain
-compiler/ppcgen/aasmcpu.pas svneol=native#text/plain
-compiler/ppcgen/agppcgas.pas svneol=native#text/plain
-compiler/ppcgen/aoptppc.pas svneol=native#text/pascal
-compiler/ppcgen/cgppc.pas svneol=native#text/plain
-compiler/ppcgen/hlcgppc.pas svneol=native#text/plain
-compiler/ppcgen/ngppcadd.pas svneol=native#text/plain
-compiler/ppcgen/ngppccnv.pas svneol=native#text/plain
-compiler/ppcgen/ngppcinl.pas svneol=native#text/plain
-compiler/ppcgen/ngppcset.pas svneol=native#text/plain
-compiler/ppcgen/rgcpu.pas svneol=native#text/plain
-compiler/ppcjvm.lpi svneol=native#text/plain
-compiler/ppcmips.lpi svneol=native#text/plain
-compiler/ppcmips64el.lpi svneol=native#text/plain
-compiler/ppcmipsel.lpi svneol=native#text/plain
-compiler/ppcppc.lpi svneol=native#text/plain
-compiler/ppcppc64.lpi svneol=native#text/plain
-compiler/ppcppc64le.lpi svneol=native#text/plain
-compiler/ppcriscv32.lpi svneol=native#text/plain
-compiler/ppcriscv64.lpi svneol=native#text/plain
-compiler/ppcsparc.lpi svneol=native#text/plain
-compiler/ppcsparc64.lpi svneol=native#text/plain
-compiler/ppcwasm32.lpi svneol=native#text/plain
-compiler/ppcx64.lpi svneol=native#text/plain
-compiler/ppcx64llvm.lpi svneol=native#text/plain
-compiler/ppcxtensa.lpi svneol=native#text/plain
-compiler/ppcz80.lpi svneol=native#text/plain
-compiler/ppheap.pas svneol=native#text/plain
-compiler/ppu.pas svneol=native#text/plain
-compiler/procdefutil.pas svneol=native#text/plain
-compiler/procinfo.pas svneol=native#text/plain
-compiler/psabiehpi.pas svneol=native#text/plain
-compiler/pstatmnt.pas svneol=native#text/plain
-compiler/psub.pas svneol=native#text/plain
-compiler/psystem.pas svneol=native#text/plain
-compiler/ptconst.pas svneol=native#text/plain
-compiler/ptype.pas svneol=native#text/plain
-compiler/raatt.pas svneol=native#text/plain
-compiler/rabase.pas svneol=native#text/plain
-compiler/rasm.pas svneol=native#text/plain
-compiler/rautils.pas svneol=native#text/plain
-compiler/rescmn.pas svneol=native#text/plain
-compiler/rgbase.pas svneol=native#text/plain
-compiler/rgobj.pas svneol=native#text/plain
-compiler/riscv/aasmcpu.pas svneol=native#text/plain
-compiler/riscv/agrvgas.pas svneol=native#text/plain
-compiler/riscv/aoptcpurv.pas svneol=native#text/pascal
-compiler/riscv/cgrv.pas svneol=native#text/plain
-compiler/riscv/hlcgrv.pas svneol=native#text/plain
-compiler/riscv/itcpugas.pas svneol=native#text/pascal
-compiler/riscv/nrvadd.pas svneol=native#text/plain
-compiler/riscv/nrvcnv.pas svneol=native#text/plain
-compiler/riscv/nrvcon.pas svneol=native#text/plain
-compiler/riscv/nrvinl.pas svneol=native#text/plain
-compiler/riscv/nrvset.pas svneol=native#text/plain
-compiler/riscv/rarv.pas svneol=native#text/pascal
-compiler/riscv/rarvgas.pas svneol=native#text/plain
-compiler/riscv/rgcpu.pas svneol=native#text/plain
-compiler/riscv32/aoptcpu.pas svneol=native#text/plain
-compiler/riscv32/aoptcpub.pas svneol=native#text/plain
-compiler/riscv32/aoptcpuc.pas svneol=native#text/plain
-compiler/riscv32/aoptcpud.pas svneol=native#text/plain
-compiler/riscv32/cgcpu.pas svneol=native#text/plain
-compiler/riscv32/cpubase.pas svneol=native#text/plain
-compiler/riscv32/cpuinfo.pas svneol=native#text/plain
-compiler/riscv32/cpunode.pas svneol=native#text/plain
-compiler/riscv32/cpupara.pas svneol=native#text/plain
-compiler/riscv32/cpupi.pas svneol=native#text/plain
-compiler/riscv32/cputarg.pas svneol=native#text/plain
-compiler/riscv32/hlcgcpu.pas svneol=native#text/plain
-compiler/riscv32/nrv32add.pas svneol=native#text/plain
-compiler/riscv32/nrv32cal.pas svneol=native#text/plain
-compiler/riscv32/nrv32cnv.pas svneol=native#text/plain
-compiler/riscv32/nrv32mat.pas svneol=native#text/plain
-compiler/riscv32/rrv32con.inc svneol=native#text/plain
-compiler/riscv32/rrv32dwa.inc svneol=native#text/plain
-compiler/riscv32/rrv32nor.inc svneol=native#text/plain
-compiler/riscv32/rrv32num.inc svneol=native#text/plain
-compiler/riscv32/rrv32rni.inc svneol=native#text/plain
-compiler/riscv32/rrv32sri.inc svneol=native#text/plain
-compiler/riscv32/rrv32sta.inc svneol=native#text/plain
-compiler/riscv32/rrv32std.inc svneol=native#text/plain
-compiler/riscv32/rrv32sup.inc svneol=native#text/plain
-compiler/riscv32/rv32reg.dat svneol=native#text/plain
-compiler/riscv32/symcpu.pas svneol=native#text/plain
-compiler/riscv32/tripletcpu.pas svneol=native#text/plain
-compiler/riscv64/aoptcpu.pas svneol=native#text/plain
-compiler/riscv64/aoptcpub.pas svneol=native#text/plain
-compiler/riscv64/aoptcpuc.pas svneol=native#text/plain
-compiler/riscv64/aoptcpud.pas svneol=native#text/plain
-compiler/riscv64/cgcpu.pas svneol=native#text/plain
-compiler/riscv64/cpubase.pas svneol=native#text/plain
-compiler/riscv64/cpuinfo.pas svneol=native#text/plain
-compiler/riscv64/cpunode.pas svneol=native#text/plain
-compiler/riscv64/cpupara.pas svneol=native#text/plain
-compiler/riscv64/cpupi.pas svneol=native#text/plain
-compiler/riscv64/cputarg.pas svneol=native#text/plain
-compiler/riscv64/hlcgcpu.pas svneol=native#text/plain
-compiler/riscv64/nrv64add.pas svneol=native#text/plain
-compiler/riscv64/nrv64cal.pas svneol=native#text/plain
-compiler/riscv64/nrv64cnv.pas svneol=native#text/plain
-compiler/riscv64/nrv64ld.pas svneol=native#text/plain
-compiler/riscv64/nrv64mat.pas svneol=native#text/plain
-compiler/riscv64/rrv32con.inc svneol=native#text/plain
-compiler/riscv64/rrv32dwa.inc svneol=native#text/plain
-compiler/riscv64/rrv32nor.inc svneol=native#text/plain
-compiler/riscv64/rrv32num.inc svneol=native#text/plain
-compiler/riscv64/rrv32rni.inc svneol=native#text/plain
-compiler/riscv64/rrv32sri.inc svneol=native#text/plain
-compiler/riscv64/rrv32sta.inc svneol=native#text/plain
-compiler/riscv64/rrv32std.inc svneol=native#text/plain
-compiler/riscv64/rrv32sup.inc svneol=native#text/plain
-compiler/riscv64/rv32reg.dat svneol=native#text/plain
-compiler/riscv64/symcpu.pas svneol=native#text/plain
-compiler/riscv64/tripletcpu.pas svneol=native#text/plain
-compiler/scandir.pas svneol=native#text/plain
-compiler/scanner.pas svneol=native#text/plain
-compiler/sparc/aoptcpud.pas svneol=native#text/plain
-compiler/sparc/cgcpu.pas svneol=native#text/pascal
-compiler/sparc/cpuelf.pas svneol=native#text/plain
-compiler/sparc/cpuinfo.pas svneol=native#text/plain
-compiler/sparc/cpunode.pas svneol=native#text/plain
-compiler/sparc/cpupara.pas svneol=native#text/plain
-compiler/sparc/cputarg.pas svneol=native#text/plain
-compiler/sparc/rspcon.inc svneol=native#text/plain
-compiler/sparc/rspdwrf.inc svneol=native#text/plain
-compiler/sparc/rspnor.inc svneol=native#text/plain
-compiler/sparc/rspnum.inc svneol=native#text/plain
-compiler/sparc/rsprni.inc svneol=native#text/plain
-compiler/sparc/rspsri.inc svneol=native#text/plain
-compiler/sparc/rspstab.inc svneol=native#text/plain
-compiler/sparc/rspstd.inc svneol=native#text/plain
-compiler/sparc/rspsup.inc svneol=native#text/plain
-compiler/sparc/tripletcpu.pas svneol=native#text/plain
-compiler/sparc64/cgcpu.pas svneol=native#text/pascal
-compiler/sparc64/cpugas.pas svneol=native#text/pascal
-compiler/sparc64/cpuinfo.pas svneol=native#text/plain
-compiler/sparc64/cpunode.pas svneol=native#text/plain
-compiler/sparc64/cpupara.pas svneol=native#text/plain
-compiler/sparc64/cputarg.pas svneol=native#text/plain
-compiler/sparc64/rsp64con.inc svneol=native#text/pascal
-compiler/sparc64/rsp64dwrf.inc svneol=native#text/pascal
-compiler/sparc64/rsp64nor.inc svneol=native#text/pascal
-compiler/sparc64/rsp64num.inc svneol=native#text/pascal
-compiler/sparc64/rsp64rni.inc svneol=native#text/pascal
-compiler/sparc64/rsp64sri.inc svneol=native#text/pascal
-compiler/sparc64/rsp64stab.inc svneol=native#text/pascal
-compiler/sparc64/rsp64std.inc svneol=native#text/pascal
-compiler/sparc64/rsp64sup.inc svneol=native#text/pascal
-compiler/sparc64/tgcpu.pas svneol=native#text/plain
-compiler/sparc64/tripletcpu.pas svneol=native#text/plain
-compiler/sparcgen/aasmcpu.pas svneol=native#text/plain
-compiler/sparcgen/aoptcpu.pas svneol=native#text/plain
-compiler/sparcgen/aoptcpub.pas svneol=native#text/plain
-compiler/sparcgen/cgsparc.pas svneol=native#text/plain
-compiler/sparcgen/cpubase.pas svneol=native#text/plain
-compiler/sparcgen/cpugas.pas svneol=native#text/plain
-compiler/sparcgen/cpupi.pas svneol=native#text/plain
-compiler/sparcgen/hlcgcpu.pas svneol=native#text/plain
-compiler/sparcgen/itcpugas.pas svneol=native#text/plain
-compiler/sparcgen/ncpuadd.pas svneol=native#text/plain
-compiler/sparcgen/ncpucall.pas svneol=native#text/plain
-compiler/sparcgen/ncpucnv.pas svneol=native#text/plain
-compiler/sparcgen/ncpuinln.pas svneol=native#text/plain
-compiler/sparcgen/ncpumat.pas svneol=native#text/plain
-compiler/sparcgen/ncpuset.pas svneol=native#text/plain
-compiler/sparcgen/opcode.inc svneol=native#text/plain
-compiler/sparcgen/racpu.pas svneol=native#text/plain
-compiler/sparcgen/racpugas.pas svneol=native#text/plain
-compiler/sparcgen/rgcpu.pas svneol=native#text/plain
-compiler/sparcgen/sppara.pas svneol=native#text/plain
-compiler/sparcgen/spreg.dat svneol=native#text/plain
-compiler/sparcgen/strinst.inc svneol=native#text/plain
-compiler/sparcgen/symcpu.pas svneol=native#text/plain
-compiler/switches.pas svneol=native#text/plain
-compiler/symbase.pas svneol=native#text/plain
-compiler/symconst.pas svneol=native#text/plain
-compiler/symcreat.pas svneol=native#text/plain
-compiler/symdef.pas svneol=native#text/plain
-compiler/symsym.pas svneol=native#text/plain
-compiler/symtable.pas svneol=native#text/plain
-compiler/symtype.pas svneol=native#text/plain
-compiler/symutil.pas svneol=native#text/plain
-compiler/syscinfo.pas svneol=native#text/plain
-compiler/systems.inc svneol=native#text/plain
-compiler/systems.pas svneol=native#text/plain
-compiler/systems/i_aix.pas svneol=native#text/plain
-compiler/systems/i_amiga.pas svneol=native#text/plain
-compiler/systems/i_android.pas svneol=native#text/plain
-compiler/systems/i_aros.pas svneol=native#text/plain
-compiler/systems/i_atari.pas svneol=native#text/plain
-compiler/systems/i_beos.pas svneol=native#text/plain
-compiler/systems/i_bsd.pas svneol=native#text/plain
-compiler/systems/i_darwin.pas svneol=native#text/plain
-compiler/systems/i_embed.pas svneol=native#text/plain
-compiler/systems/i_emx.pas svneol=native#text/plain
-compiler/systems/i_freertos.pas svneol=native#text/pascal
-compiler/systems/i_gba.pas svneol=native#text/plain
-compiler/systems/i_go32v2.pas svneol=native#text/plain
-compiler/systems/i_haiku.pas svneol=native#text/plain
-compiler/systems/i_jvm.pas svneol=native#text/plain
-compiler/systems/i_linux.pas svneol=native#text/plain
-compiler/systems/i_macos.pas svneol=native#text/plain
-compiler/systems/i_morph.pas svneol=native#text/plain
-compiler/systems/i_msdos.pas svneol=native#text/plain
-compiler/systems/i_msxdos.pas svneol=native#text/pascal
-compiler/systems/i_nativent.pas svneol=native#text/pascal
-compiler/systems/i_nds.pas svneol=native#text/plain
-compiler/systems/i_nwl.pas svneol=native#text/plain
-compiler/systems/i_nwm.pas svneol=native#text/plain
-compiler/systems/i_os2.pas svneol=native#text/plain
-compiler/systems/i_palmos.pas svneol=native#text/plain
-compiler/systems/i_sinclairql.pas svneol=native#text/plain
-compiler/systems/i_sunos.pas svneol=native#text/plain
-compiler/systems/i_symbian.pas svneol=native#text/plain
-compiler/systems/i_wasi.pas svneol=native#text/plain
-compiler/systems/i_watcom.pas svneol=native#text/plain
-compiler/systems/i_wdosx.pas svneol=native#text/plain
-compiler/systems/i_wii.pas svneol=native#text/plain
-compiler/systems/i_win.pas svneol=native#text/plain
-compiler/systems/i_win16.pas svneol=native#text/plain
-compiler/systems/i_zxspectrum.pas svneol=native#text/plain
-compiler/systems/mac_crea.txt svneol=native#text/plain
-compiler/systems/t_aix.pas svneol=native#text/plain
-compiler/systems/t_amiga.pas svneol=native#text/plain
-compiler/systems/t_android.pas svneol=native#text/plain
-compiler/systems/t_aros.pas svneol=native#text/plain
-compiler/systems/t_atari.pas svneol=native#text/plain
-compiler/systems/t_beos.pas svneol=native#text/plain
-compiler/systems/t_bsd.pas svneol=native#text/plain
-compiler/systems/t_darwin.pas svneol=native#text/plain
-compiler/systems/t_embed.pas svneol=native#text/plain
-compiler/systems/t_emx.pas svneol=native#text/plain
-compiler/systems/t_freertos.pas svneol=native#text/pascal
-compiler/systems/t_gba.pas svneol=native#text/plain
-compiler/systems/t_go32v2.pas svneol=native#text/plain
-compiler/systems/t_haiku.pas svneol=native#text/plain
-compiler/systems/t_jvm.pas svneol=native#text/plain
-compiler/systems/t_linux.pas svneol=native#text/plain
-compiler/systems/t_macos.pas svneol=native#text/plain
-compiler/systems/t_morph.pas svneol=native#text/plain
-compiler/systems/t_msdos.pas svneol=native#text/plain
-compiler/systems/t_msxdos.pas svneol=native#text/pascal
-compiler/systems/t_nativent.pas svneol=native#text/pascal
-compiler/systems/t_nds.pas svneol=native#text/plain
-compiler/systems/t_nwl.pas svneol=native#text/plain
-compiler/systems/t_nwm.pas svneol=native#text/plain
-compiler/systems/t_os2.pas svneol=native#text/plain
-compiler/systems/t_palmos.pas svneol=native#text/plain
-compiler/systems/t_sinclairql.pas svneol=native#text/plain
-compiler/systems/t_sunos.pas svneol=native#text/plain
-compiler/systems/t_symbian.pas svneol=native#text/plain
-compiler/systems/t_wasi.pas svneol=native#text/plain
-compiler/systems/t_watcom.pas svneol=native#text/plain
-compiler/systems/t_wdosx.pas svneol=native#text/plain
-compiler/systems/t_wii.pas svneol=native#text/plain
-compiler/systems/t_win.pas svneol=native#text/plain
-compiler/systems/t_win16.pas svneol=native#text/plain
-compiler/systems/t_zxspectrum.pas svneol=native#text/plain
-compiler/tgobj.pas svneol=native#text/plain
-compiler/tokens.pas svneol=native#text/plain
-compiler/triplet.pas svneol=native#text/plain
-compiler/utils/Makefile svneol=native#text/plain
-compiler/utils/Makefile.fpc svneol=native#text/plain
-compiler/utils/README.txt svneol=native#text/plain
-compiler/utils/dummyas.pp svneol=native#text/plain
-compiler/utils/fixlog.pp svneol=native#text/plain
-compiler/utils/fixmsg.pp svneol=native#text/plain
-compiler/utils/fixnasm.pp svneol=native#text/plain
-compiler/utils/fixtab.pp svneol=native#text/plain
-compiler/utils/fpc.mpw svneol=native#text/plain
-compiler/utils/fpc.pp svneol=native#text/plain
-compiler/utils/fpimpdef.pp svneol=native#text/plain
-compiler/utils/gena64vfp.pp svneol=native#text/pascal
-compiler/utils/gia64reg.pp svneol=native#text/plain
-compiler/utils/gppc386.pp svneol=native#text/plain
-compiler/utils/mk68kins.pp svneol=native#text/plain
-compiler/utils/mk68kreg.pp svneol=native#text/plain
-compiler/utils/mka64ins.pp svneol=native#text/plain
-compiler/utils/mka64reg.pp svneol=native#text/plain
-compiler/utils/mkarmins.pp svneol=native#text/plain
-compiler/utils/mkarmreg.pp svneol=native#text/plain
-compiler/utils/mkavrreg.pp svneol=native#text/plain
-compiler/utils/mkia64reg.pp svneol=native#text/pascal
-compiler/utils/mkjvmreg.pp svneol=native#text/plain
-compiler/utils/mkmpsreg.pp svneol=native#text/plain
-compiler/utils/mkppcreg.pp svneol=native#text/plain
-compiler/utils/mkspreg.pp svneol=native#text/plain
-compiler/utils/mkwasmreg.pp svneol=native#text/plain
-compiler/utils/mkx86inl.pp svneol=native#text/plain
-compiler/utils/mkx86ins.pp svneol=native#text/plain
-compiler/utils/mkx86reg.pp svneol=native#text/plain
-compiler/utils/mkxtensareg.pp svneol=native#text/pascal
-compiler/utils/mkz80ins.pp svneol=native#text/plain
-compiler/utils/mkz80reg.pp svneol=native#text/plain
-compiler/utils/msg2inc.pp svneol=native#text/plain
-compiler/utils/msgdif.pp svneol=native#text/plain
-compiler/utils/msgused.pl svneol=native#text/plain
-compiler/utils/ppufiles.pp svneol=native#text/plain
-compiler/utils/ppumove.pp svneol=native#text/plain
-compiler/utils/ppuutils/ppudump.pp svneol=native#text/plain
-compiler/utils/ppuutils/ppujson.pp svneol=native#text/plain
-compiler/utils/ppuutils/ppuout.pp svneol=native#text/plain
-compiler/utils/ppuutils/ppuxml.pp svneol=native#text/plain
-compiler/utils/samplecfg svneol=native#text/plain
-compiler/verbose.pas svneol=native#text/plain
-compiler/version.pas svneol=native#text/plain
-compiler/wasm32/aasmcpu.pas svneol=native#text/plain
-compiler/wasm32/agbinaryen.pas svneol=native#text/plain
-compiler/wasm32/agllvmmc.pas svneol=native#text/plain
-compiler/wasm32/agwat.pas svneol=native#text/plain
-compiler/wasm32/ccpuinnr.inc svneol=native#text/plain
-compiler/wasm32/cgcpu.pas svneol=native#text/plain
-compiler/wasm32/cpubase.pas svneol=native#text/plain
-compiler/wasm32/cpuinfo.pas svneol=native#text/plain
-compiler/wasm32/cpunode.pas svneol=native#text/plain
-compiler/wasm32/cpupara.pas svneol=native#text/plain
-compiler/wasm32/cpupi.pas svneol=native#text/plain
-compiler/wasm32/cputarg.pas svneol=native#text/plain
-compiler/wasm32/hlcgcpu.pas svneol=native#text/plain
-compiler/wasm32/itcpugas.pas svneol=native#text/plain
-compiler/wasm32/itcpuwasm.pas svneol=native#text/plain
-compiler/wasm32/nwasmadd.pas svneol=native#text/plain
-compiler/wasm32/nwasmcal.pas svneol=native#text/plain
-compiler/wasm32/nwasmcnv.pas svneol=native#text/plain
-compiler/wasm32/nwasmcon.pas svneol=native#text/plain
-compiler/wasm32/nwasmflw.pas svneol=native#text/plain
-compiler/wasm32/nwasminl.pas svneol=native#text/plain
-compiler/wasm32/nwasmmat.pas svneol=native#text/plain
-compiler/wasm32/nwasmset.pas svneol=native#text/plain
-compiler/wasm32/rgcpu.pas svneol=native#text/plain
-compiler/wasm32/rwasmcon.inc svneol=native#text/plain
-compiler/wasm32/rwasmnor.inc svneol=native#text/plain
-compiler/wasm32/rwasmnum.inc svneol=native#text/plain
-compiler/wasm32/rwasmrni.inc svneol=native#text/plain
-compiler/wasm32/rwasmsri.inc svneol=native#text/plain
-compiler/wasm32/rwasmstd.inc svneol=native#text/plain
-compiler/wasm32/rwasmsup.inc svneol=native#text/plain
-compiler/wasm32/strinst.inc svneol=native#text/plain
-compiler/wasm32/symcpu.pas svneol=native#text/plain
-compiler/wasm32/tgcpu.pas svneol=native#text/plain
-compiler/wasm32/tripletcpu.pas svneol=native#text/plain
-compiler/wasm32/wasmdef.pas svneol=native#text/plain
-compiler/wasm32/wasmreg.dat svneol=native#text/plain
-compiler/widestr.pas svneol=native#text/plain
-compiler/wpo.pas svneol=native#text/plain
-compiler/wpobase.pas svneol=native#text/plain
-compiler/wpoinfo.pas svneol=native#text/plain
-compiler/x86/aasmcpu.pas svneol=native#text/plain
-compiler/x86/agx86att.pas svneol=native#text/plain
-compiler/x86/agx86int.pas svneol=native#text/plain
-compiler/x86/agx86nsm.pas svneol=native#text/plain
-compiler/x86/aoptx86.pas svneol=native#text/pascal
-compiler/x86/cga.pas svneol=native#text/plain
-compiler/x86/cgx86.pas svneol=native#text/plain
-compiler/x86/cpubase.pas svneol=native#text/plain
-compiler/x86/cx86innr.inc svneol=native#text/plain
-compiler/x86/cx86mminnr.inc svneol=native#text/plain
-compiler/x86/hlcgx86.pas svneol=native#text/plain
-compiler/x86/itcpugas.pas svneol=native#text/plain
-compiler/x86/itx86int.pas svneol=native#text/plain
-compiler/x86/ni86mem.pas svneol=native#text/plain
-compiler/x86/nx86add.pas svneol=native#text/plain
-compiler/x86/nx86cal.pas svneol=native#text/plain
-compiler/x86/nx86cnv.pas svneol=native#text/plain
-compiler/x86/nx86con.pas svneol=native#text/plain
-compiler/x86/nx86inl.pas svneol=native#text/plain
-compiler/x86/nx86ld.pas svneol=native#text/plain
-compiler/x86/nx86mat.pas svneol=native#text/plain
-compiler/x86/nx86mem.pas svneol=native#text/plain
-compiler/x86/nx86set.pas svneol=native#text/plain
-compiler/x86/rax86.pas svneol=native#text/plain
-compiler/x86/rax86att.pas svneol=native#text/plain
-compiler/x86/rax86int.pas svneol=native#text/plain
-compiler/x86/rgx86.pas svneol=native#text/plain
-compiler/x86/symi86.pas svneol=native#text/plain
-compiler/x86/symx86.pas svneol=native#text/plain
-compiler/x86/x86ins.dat svneol=native#text/plain
-compiler/x86/x86intr.dat svneol=native#text/plain
-compiler/x86/x86mmfirst.inc svneol=native#text/plain
-compiler/x86/x86mmsecond.inc svneol=native#text/plain
-compiler/x86/x86mmtype.inc svneol=native#text/plain
-compiler/x86/x86reg.dat svneol=native#text/plain
-compiler/x86_64/aoptcpu.pas svneol=native#text/plain
-compiler/x86_64/aoptcpub.pas svneol=native#text/plain
-compiler/x86_64/aoptcpud.pas svneol=native#text/plain
-compiler/x86_64/cgcpu.pas svneol=native#text/plain
-compiler/x86_64/cpubase.inc svneol=native#text/plain
-compiler/x86_64/cpuelf.pas svneol=native#text/plain
-compiler/x86_64/cpuinfo.pas svneol=native#text/plain
-compiler/x86_64/cpunode.pas svneol=native#text/plain
-compiler/x86_64/cpupara.pas svneol=native#text/plain
-compiler/x86_64/cpupi.pas svneol=native#text/plain
-compiler/x86_64/cputarg.pas svneol=native#text/plain
-compiler/x86_64/hlcgcpu.pas svneol=native#text/plain
-compiler/x86_64/nx64add.pas svneol=native#text/plain
-compiler/x86_64/nx64cal.pas svneol=native#text/plain
-compiler/x86_64/nx64cnv.pas svneol=native#text/plain
-compiler/x86_64/nx64flw.pas svneol=native#text/plain
-compiler/x86_64/nx64inl.pas svneol=native#text/plain
-compiler/x86_64/nx64mat.pas svneol=native#text/plain
-compiler/x86_64/nx64set.pas svneol=native#text/plain
-compiler/x86_64/r8664ari.inc svneol=native#text/plain
-compiler/x86_64/r8664att.inc svneol=native#text/plain
-compiler/x86_64/r8664con.inc svneol=native#text/plain
-compiler/x86_64/r8664dwrf.inc svneol=native#text/plain
-compiler/x86_64/r8664int.inc svneol=native#text/plain
-compiler/x86_64/r8664iri.inc svneol=native#text/plain
-compiler/x86_64/r8664nasm.inc svneol=native#text/plain
-compiler/x86_64/r8664nor.inc svneol=native#text/plain
-compiler/x86_64/r8664num.inc svneol=native#text/plain
-compiler/x86_64/r8664ot.inc svneol=native#text/plain
-compiler/x86_64/r8664rni.inc svneol=native#text/plain
-compiler/x86_64/r8664sri.inc svneol=native#text/plain
-compiler/x86_64/r8664stab.inc svneol=native#text/plain
-compiler/x86_64/r8664std.inc svneol=native#text/plain
-compiler/x86_64/rax64att.pas svneol=native#text/plain
-compiler/x86_64/rax64int.pas svneol=native#text/plain
-compiler/x86_64/rgcpu.pas svneol=native#text/plain
-compiler/x86_64/symcpu.pas svneol=native#text/plain
-compiler/x86_64/tripletcpu.pas svneol=native#text/plain
-compiler/x86_64/win64unw.pas svneol=native#text/plain
-compiler/x86_64/x8664ats.inc svneol=native#text/plain
-compiler/x86_64/x8664att.inc svneol=native#text/plain
-compiler/x86_64/x8664int.inc svneol=native#text/plain
-compiler/x86_64/x8664nop.inc svneol=native#text/plain
-compiler/x86_64/x8664op.inc svneol=native#text/plain
-compiler/x86_64/x8664pro.inc svneol=native#text/plain
-compiler/x86_64/x8664tab.inc svneol=native#text/plain
-compiler/xtensa/aasmcpu.pas svneol=native#text/pascal
-compiler/xtensa/agcpugas.pas svneol=native#text/pascal
-compiler/xtensa/aoptcpu.pas svneol=native#text/pascal
-compiler/xtensa/aoptcpub.pas svneol=native#text/pascal
-compiler/xtensa/cgcpu.pas svneol=native#text/pascal
-compiler/xtensa/cpubase.pas svneol=native#text/pascal
-compiler/xtensa/cpuinfo.pas svneol=native#text/pascal
-compiler/xtensa/cpunode.pas svneol=native#text/pascal
-compiler/xtensa/cpupara.pas svneol=native#text/pascal
-compiler/xtensa/cpupi.pas svneol=native#text/pascal
-compiler/xtensa/cputarg.pas svneol=native#text/pascal
-compiler/xtensa/hlcgcpu.pas svneol=native#text/pascal
-compiler/xtensa/itcpugas.pas svneol=native#text/pascal
-compiler/xtensa/ncpuadd.pas svneol=native#text/pascal
-compiler/xtensa/ncpucnv.pas svneol=native#text/pascal
-compiler/xtensa/ncpuinl.pas svneol=native#text/pascal
-compiler/xtensa/ncpumat.pas svneol=native#text/pascal
-compiler/xtensa/ncpumem.pas svneol=native#text/pascal
-compiler/xtensa/ncpuutil.pas svneol=native#text/pascal
-compiler/xtensa/racpugas.pas svneol=native#text/pascal
-compiler/xtensa/raxtensa.pas svneol=native#text/pascal
-compiler/xtensa/rgcpu.pas svneol=native#text/pascal
-compiler/xtensa/rxtensacon.inc svneol=native#text/plain
-compiler/xtensa/rxtensadwa.inc svneol=native#text/plain
-compiler/xtensa/rxtensanor.inc svneol=native#text/plain
-compiler/xtensa/rxtensanum.inc svneol=native#text/plain
-compiler/xtensa/rxtensarni.inc svneol=native#text/plain
-compiler/xtensa/rxtensasri.inc svneol=native#text/plain
-compiler/xtensa/rxtensasta.inc svneol=native#text/plain
-compiler/xtensa/rxtensastd.inc svneol=native#text/plain
-compiler/xtensa/rxtensasup.inc svneol=native#text/plain
-compiler/xtensa/symcpu.pas svneol=native#text/pascal
-compiler/xtensa/tripletcpu.pas svneol=native#text/plain
-compiler/xtensa/xtensaatt.inc svneol=native#text/plain
-compiler/xtensa/xtensaop.inc svneol=native#text/plain
-compiler/xtensa/xtensareg.dat svneol=native#text/plain
-compiler/z80/aasmcpu.pas svneol=native#text/plain
-compiler/z80/agsdasz80.pas svneol=native#text/plain
-compiler/z80/agz80asm.pas svneol=native#text/plain
-compiler/z80/agz80vasm.pas svneol=native#text/plain
-compiler/z80/aoptcpu.pas svneol=native#text/plain
-compiler/z80/aoptcpub.pas svneol=native#text/plain
-compiler/z80/aoptcpud.pas svneol=native#text/plain
-compiler/z80/ccpuinnr.inc svneol=native#text/plain
-compiler/z80/cgcpu.pas svneol=native#text/plain
-compiler/z80/cpubase.pas svneol=native#text/plain
-compiler/z80/cpuinfo.pas svneol=native#text/plain
-compiler/z80/cpunode.pas svneol=native#text/plain
-compiler/z80/cpupara.pas svneol=native#text/plain
-compiler/z80/cpupi.pas svneol=native#text/plain
-compiler/z80/cputarg.pas svneol=native#text/plain
-compiler/z80/hlcgcpu.pas svneol=native#text/plain
-compiler/z80/nz80add.pas svneol=native#text/plain
-compiler/z80/nz80cal.pas svneol=native#text/plain
-compiler/z80/nz80inl.pas svneol=native#text/pascal
-compiler/z80/nz80mat.pas svneol=native#text/plain
-compiler/z80/nz80mem.pas svneol=native#text/plain
-compiler/z80/raz80.pas svneol=native#text/plain
-compiler/z80/raz80asm.pas svneol=native#text/plain
-compiler/z80/rgcpu.pas svneol=native#text/plain
-compiler/z80/rz80con.inc svneol=native#text/plain
-compiler/z80/rz80dwa.inc svneol=native#text/plain
-compiler/z80/rz80nor.inc svneol=native#text/plain
-compiler/z80/rz80num.inc svneol=native#text/plain
-compiler/z80/rz80rni.inc svneol=native#text/plain
-compiler/z80/rz80sri.inc svneol=native#text/plain
-compiler/z80/rz80sta.inc svneol=native#text/plain
-compiler/z80/rz80std.inc svneol=native#text/plain
-compiler/z80/rz80sup.inc svneol=native#text/plain
-compiler/z80/symcpu.pas svneol=native#text/plain
-compiler/z80/tgcpu.pas svneol=native#text/plain
-compiler/z80/tripletcpu.pas svneol=native#text/plain
-compiler/z80/z80ins.dat svneol=native#text/plain
-compiler/z80/z80nop.inc svneol=native#text/plain
-compiler/z80/z80op.inc svneol=native#text/plain
-compiler/z80/z80reg.dat svneol=native#text/plain
-compiler/z80/z80stdopnames.inc svneol=native#text/plain
-compiler/z80/z80tab.inc svneol=native#text/plain
-/fpmake.pp svneol=native#text/plain
-/fpmake_add1.inc svneol=native#text/plain
-/fpmake_proc1.inc svneol=native#text/plain
-installer/Makefile svneol=native#text/plain
-installer/Makefile.fpc svneol=native#text/plain
-installer/install.dat svneol=native#text/plain
-installer/install.def -text
-installer/install.pas svneol=native#text/plain
-installer/insthelp.pas svneol=native#text/plain
-installer/makelink.pas svneol=native#text/plain
-installer/scroll.pas svneol=native#text/plain
-installer/winshell.pas svneol=native#text/plain
-installer/writeidx.pas svneol=native#text/plain
-packages/Makefile svneol=native#text/plain
-packages/Makefile.fpc svneol=native#text/plain
-packages/Makefile.fpc.fpcmake svneol=native#text/plain
-packages/a52/Makefile svneol=native#text/plain
-packages/a52/Makefile.fpc svneol=native#text/plain
-packages/a52/Makefile.fpc.fpcmake svneol=native#text/plain
-packages/a52/fpmake.pp svneol=native#text/plain
-packages/a52/src/a52.pas svneol=native#text/plain
-packages/ami-extra/Makefile svneol=native#text/plain
-packages/ami-extra/Makefile.fpc svneol=native#text/plain
-packages/ami-extra/Makefile.fpc.fpcmake svneol=native#text/plain
-packages/ami-extra/README.txt svneol=native#text/plain
-packages/ami-extra/examples/muihelloworld.pas svneol=native#text/pascal
-packages/ami-extra/fpmake.pp svneol=native#text/plain
-packages/ami-extra/src/amsgbox.pas svneol=native#text/plain
-packages/ami-extra/src/cliputils.pas svneol=native#text/plain
-packages/ami-extra/src/muihelper.pas svneol=native#text/plain
-packages/ami-extra/src/pcq.pas svneol=native#text/plain
-packages/amunits/Makefile svneol=native#text/plain
-packages/amunits/Makefile.fpc svneol=native#text/plain
-packages/amunits/Makefile.fpc.fpcmake svneol=native#text/plain
-packages/amunits/README.txt svneol=native#text/plain
-packages/amunits/examples/amicube.pas svneol=native#text/plain
-packages/amunits/examples/asltest.pas svneol=native#text/plain
-packages/amunits/examples/bezier.pas svneol=native#text/plain
-packages/amunits/examples/bezier2.pas svneol=native#text/plain
-packages/amunits/examples/checkmem.pas svneol=native#text/plain
-packages/amunits/examples/deviceinfo.pas svneol=native#text/plain
-packages/amunits/examples/dirdemo.pas svneol=native#text/plain
-packages/amunits/examples/easter.pas svneol=native#text/plain
-packages/amunits/examples/easygadtools.pas svneol=native#text/plain
-packages/amunits/examples/getdate.pas svneol=native#text/plain
-packages/amunits/examples/getfontasl.pas svneol=native#text/plain
-packages/amunits/examples/getmultifiles.pas svneol=native#text/plain
-packages/amunits/examples/gtmenu.pas svneol=native#text/plain
-packages/amunits/examples/imagegadget.pas svneol=native#text/plain
-packages/amunits/examples/listtest.pas svneol=native#text/plain
-packages/amunits/examples/moire.pas svneol=native#text/plain
-packages/amunits/examples/otherlibs/amarqueetest.pas svneol=native#text/plain
-packages/amunits/examples/otherlibs/bestmodeid.pas svneol=native#text/plain
-packages/amunits/examples/otherlibs/checkbox.pas svneol=native#text/plain
-packages/amunits/examples/otherlibs/demo.pas svneol=native#text/plain
-packages/amunits/examples/otherlibs/envprint.pas svneol=native#text/plain
-packages/amunits/examples/otherlibs/gadgetdemo.pas svneol=native#text/plain
-packages/amunits/examples/otherlibs/gttest.pas svneol=native#text/plain
-packages/amunits/examples/otherlibs/linklib.pas svneol=native#text/plain
-packages/amunits/examples/otherlibs/listview.pas svneol=native#text/plain
-packages/amunits/examples/otherlibs/modelist.pas svneol=native#text/plain
-packages/amunits/examples/otherlibs/openpip.pas svneol=native#text/plain
-packages/amunits/examples/otherlibs/openscreen.pas svneol=native#text/plain
-packages/amunits/examples/otherlibs/p96checkboards.pas svneol=native#text/plain
-packages/amunits/examples/otherlibs/palette.pas svneol=native#text/plain
-packages/amunits/examples/otherlibs/progindex.pas svneol=native#text/plain
-packages/amunits/examples/otherlibs/requestmodeid.pas svneol=native#text/plain
-packages/amunits/examples/otherlibs/rtdemo.pas svneol=native#text/plain
-packages/amunits/examples/otherlibs/scroller.pas svneol=native#text/plain
-packages/amunits/examples/otherlibs/slider.pas svneol=native#text/plain
-packages/amunits/examples/otherlibs/smallplay.pas svneol=native#text/plain
-packages/amunits/examples/otherlibs/string.pas svneol=native#text/plain
-packages/amunits/examples/otherlibs/symbol.blue svneol=native#text/plain
-packages/amunits/examples/otherlibs/symbol.green svneol=native#text/plain
-packages/amunits/examples/otherlibs/symbol.red svneol=native#text/plain
-packages/amunits/examples/otherlibs/toolmanager1.pas svneol=native#text/plain
-packages/amunits/examples/otherlibs/toolmanager2.pas svneol=native#text/plain
-packages/amunits/examples/otherlibs/toolmanager3.pas svneol=native#text/plain
-packages/amunits/examples/otherlibs/tritongadgets.pas svneol=native#text/plain
-packages/amunits/examples/otherlibs/writetruecolordata.pas svneol=native#text/plain
-packages/amunits/examples/penshare.pas svneol=native#text/plain
-packages/amunits/examples/showdevs.pas svneol=native#text/plain
-packages/amunits/examples/simple_timer.pas svneol=native#text/plain
-packages/amunits/examples/snow.pas svneol=native#text/plain
-packages/amunits/examples/sortdemo.pas svneol=native#text/plain
-packages/amunits/examples/stars.pas svneol=native#text/plain
-packages/amunits/examples/talk2boopsi.pas svneol=native#text/plain
-packages/amunits/examples/wbtest.pas svneol=native#text/plain
-packages/amunits/fpmake.pp svneol=native#text/plain
-packages/amunits/scripts/getrecord.rexx svneol=native#text/plain
-packages/amunits/scripts/make.rexx svneol=native#text/plain
-packages/amunits/src/coreunits/agraphics.pas svneol=native#text/plain
-packages/amunits/src/coreunits/akeyboard.pas svneol=native#text/plain
-packages/amunits/src/coreunits/amigados.pas svneol=native#text/plain
-packages/amunits/src/coreunits/amigaguide.pas svneol=native#text/plain
-packages/amunits/src/coreunits/amigalib.pas svneol=native#text/plain
-packages/amunits/src/coreunits/amigaprinter.pas svneol=native#text/plain
-packages/amunits/src/coreunits/asl.pas svneol=native#text/plain
-packages/amunits/src/coreunits/audio.pas svneol=native#text/plain
-packages/amunits/src/coreunits/bootblock.pas svneol=native#text/plain
-packages/amunits/src/coreunits/bullet.pas svneol=native#text/plain
-packages/amunits/src/coreunits/cd.pas svneol=native#text/plain
-packages/amunits/src/coreunits/clipboard.pas svneol=native#text/plain
-packages/amunits/src/coreunits/colorwheel.pas svneol=native#text/plain
-packages/amunits/src/coreunits/commodities.pas svneol=native#text/plain
-packages/amunits/src/coreunits/configregs.pas svneol=native#text/plain
-packages/amunits/src/coreunits/configvars.pas svneol=native#text/plain
-packages/amunits/src/coreunits/console.pas svneol=native#text/plain
-packages/amunits/src/coreunits/conunit.pas svneol=native#text/plain
-packages/amunits/src/coreunits/datatypes.pas svneol=native#text/plain
-packages/amunits/src/coreunits/diskfont.pas svneol=native#text/plain
-packages/amunits/src/coreunits/exec.pas svneol=native#text/plain
-packages/amunits/src/coreunits/expansion.pas svneol=native#text/plain
-packages/amunits/src/coreunits/expansionbase.pas svneol=native#text/plain
-packages/amunits/src/coreunits/gadtools.pas svneol=native#text/plain
-packages/amunits/src/coreunits/gameport.pas svneol=native#text/plain
-packages/amunits/src/coreunits/gradientslider.pas svneol=native#text/plain
-packages/amunits/src/coreunits/hardblocks.pas svneol=native#text/plain
-packages/amunits/src/coreunits/hardware.pas svneol=native#text/plain
-packages/amunits/src/coreunits/icon.pas svneol=native#text/plain
-packages/amunits/src/coreunits/iffparse.pas svneol=native#text/plain
-packages/amunits/src/coreunits/input.pas svneol=native#text/plain
-packages/amunits/src/coreunits/inputevent.pas svneol=native#text/plain
-packages/amunits/src/coreunits/intuition.pas svneol=native#text/plain
-packages/amunits/src/coreunits/keymap.pas svneol=native#text/plain
-packages/amunits/src/coreunits/layers.pas svneol=native#text/plain
-packages/amunits/src/coreunits/locale.pas svneol=native#text/plain
-packages/amunits/src/coreunits/lowlevel.pas svneol=native#text/plain
-packages/amunits/src/coreunits/nonvolatile.pas svneol=native#text/plain
-packages/amunits/src/coreunits/parallel.pas svneol=native#text/plain
-packages/amunits/src/coreunits/prefs.pas svneol=native#text/plain
-packages/amunits/src/coreunits/prtbase.pas svneol=native#text/plain
-packages/amunits/src/coreunits/prtgfx.pas svneol=native#text/plain
-packages/amunits/src/coreunits/realtime.pas svneol=native#text/plain
-packages/amunits/src/coreunits/rexx.pas svneol=native#text/plain
-packages/amunits/src/coreunits/romboot_base.pas svneol=native#text/plain
-packages/amunits/src/coreunits/scsidisk.pas svneol=native#text/plain
-packages/amunits/src/coreunits/serial.pas svneol=native#text/plain
-packages/amunits/src/coreunits/tapedeck.pas svneol=native#text/plain
-packages/amunits/src/coreunits/timer.pas svneol=native#text/plain
-packages/amunits/src/coreunits/trackdisk.pas svneol=native#text/plain
-packages/amunits/src/coreunits/translator.pas svneol=native#text/plain
-packages/amunits/src/coreunits/utility.pas svneol=native#text/plain
-packages/amunits/src/coreunits/workbench.pas svneol=native#text/plain
-packages/amunits/src/otherlibs/ahi.pas svneol=native#text/plain
-packages/amunits/src/otherlibs/ahi_sub.pas svneol=native#text/plain
-packages/amunits/src/otherlibs/amarquee.pas svneol=native#text/plain
-packages/amunits/src/otherlibs/cybergraphics.pas svneol=native#text/plain
-packages/amunits/src/otherlibs/gtlayout.pas svneol=native#text/plain
-packages/amunits/src/otherlibs/guigfx.pas svneol=native#text/plain
-packages/amunits/src/otherlibs/identify.pas svneol=native#text/plain
-packages/amunits/src/otherlibs/lucyplay.pas svneol=native#text/plain
-packages/amunits/src/otherlibs/mui.pas svneol=native#text/plain
-packages/amunits/src/otherlibs/mysticview.pas svneol=native#text/plain
-packages/amunits/src/otherlibs/picasso96api.pas svneol=native#text/plain
-packages/amunits/src/otherlibs/preferences.pas svneol=native#text/plain
-packages/amunits/src/otherlibs/ptreplay.pas svneol=native#text/plain
-packages/amunits/src/otherlibs/render.pas svneol=native#text/plain
-packages/amunits/src/otherlibs/reqtools.pas svneol=native#text/plain
-packages/amunits/src/otherlibs/triton.pas svneol=native#text/plain
-packages/amunits/src/otherlibs/tritonmacros.pas svneol=native#text/plain
-packages/amunits/src/otherlibs/ttengine.pas svneol=native#text/plain
-packages/amunits/src/otherlibs/xadmaster.pas svneol=native#text/plain
-packages/amunits/src/otherlibs/zlib.pas svneol=native#text/plain
-packages/amunits/src/utilunits/amigautils.pas svneol=native#text/plain
-packages/amunits/src/utilunits/consoleio.pas svneol=native#text/plain
-packages/amunits/src/utilunits/deadkeys.pas svneol=native#text/plain
-packages/amunits/src/utilunits/doublebuffer.pas svneol=native#text/plain
-packages/amunits/src/utilunits/easyasl.pas svneol=native#text/plain
-packages/amunits/src/utilunits/hisoft.pas svneol=native#text/plain
-packages/amunits/src/utilunits/linklist.pas svneol=native#text/plain
-packages/amunits/src/utilunits/pastoc.pas svneol=native#text/plain
-packages/amunits/src/utilunits/tagsarray.pas svneol=native#text/plain
-packages/amunits/src/utilunits/timerutils.pas svneol=native#text/plain
-packages/amunits/src/utilunits/vartags.pas svneol=native#text/plain
-packages/amunits/src/utilunits/wbargs.pas svneol=native#text/plain
-packages/amunits/units.txt svneol=native#text/plain
-packages/arosunits/Makefile svneol=native#text/plain
-packages/arosunits/Makefile.fpc svneol=native#text/plain
-packages/arosunits/Makefile.fpc.fpcmake svneol=native#text/plain
-packages/arosunits/fpmake.pp svneol=native#text/plain
-packages/arosunits/src/agraphics.pas svneol=native#text/plain
-packages/arosunits/src/amigados.pas svneol=native#text/plain
-packages/arosunits/src/asl.pas svneol=native#text/plain
-packages/arosunits/src/clipboard.pas svneol=native#text/plain
-packages/arosunits/src/commodities.pas svneol=native#text/pascal
-packages/arosunits/src/console.pas svneol=native#text/plain
-packages/arosunits/src/conunit.pas svneol=native#text/plain
-packages/arosunits/src/cybergraphics.pas svneol=native#text/plain
-packages/arosunits/src/datatypes.pas svneol=native#text/pascal
-packages/arosunits/src/diskfont.pas svneol=native#text/plain
-packages/arosunits/src/exec.pas svneol=native#text/plain
-packages/arosunits/src/gadtools.pas svneol=native#text/plain
-packages/arosunits/src/hardware.pas svneol=native#text/plain
-packages/arosunits/src/icon.pas svneol=native#text/plain
-packages/arosunits/src/iffparse.pas svneol=native#text/plain
-packages/arosunits/src/inputevent.pas svneol=native#text/plain
-packages/arosunits/src/intuition.pas svneol=native#text/plain
-packages/arosunits/src/keymap.pas svneol=native#text/plain
-packages/arosunits/src/layers.pas svneol=native#text/plain
-packages/arosunits/src/locale.pas svneol=native#text/pascal
-packages/arosunits/src/longarray.pas svneol=native#text/plain
-packages/arosunits/src/mui.pas svneol=native#text/plain
-packages/arosunits/src/serial.pas svneol=native#text/plain
-packages/arosunits/src/tagsarray.pas svneol=native#text/plain
-packages/arosunits/src/timer.pas svneol=native#text/plain
-packages/arosunits/src/utility.pas svneol=native#text/plain
-packages/arosunits/src/workbench.pas svneol=native#text/plain
-packages/aspell/LICENSE svneol=native#text/plain
-packages/aspell/LICENSE.ADDON svneol=native#text/plain
-packages/aspell/Makefile svneol=native#text/plain
-packages/aspell/Makefile.fpc svneol=native#text/plain
-packages/aspell/Makefile.fpc.fpcmake svneol=native#text/plain
-packages/aspell/examples/example.pas svneol=native#text/plain
-packages/aspell/fpmake.pp svneol=native#text/plain
-packages/aspell/src/aspell.pp svneol=native#text/plain
-packages/aspell/src/aspelldyn.pp svneol=native#text/plain
-packages/aspell/src/aspelltypes.inc svneol=native#text/plain
-packages/aspell/src/spellcheck.pp svneol=native#text/plain
-packages/bfd/Makefile svneol=native#text/plain
-packages/bfd/Makefile.fpc svneol=native#text/plain
-packages/bfd/Makefile.fpc.fpcmake svneol=native#text/plain
-packages/bfd/fpmake.pp svneol=native#text/plain
-packages/bfd/src/bfd.pas svneol=native#text/plain
-packages/bzip2/LICENSE svneol=native#text/plain
-packages/bzip2/Makefile svneol=native#text/plain
-packages/bzip2/Makefile.fpc svneol=native#text/plain
-packages/bzip2/Makefile.fpc.fpcmake svneol=native#text/plain
-packages/bzip2/examples/pasbunzip2.pas svneol=native#text/plain
-packages/bzip2/examples/pasbzip.pas svneol=native#text/plain
-packages/bzip2/fpmake.pp svneol=native#text/plain
-packages/bzip2/src/bzip2.pas svneol=native#text/plain
-packages/bzip2/src/bzip2comn.pp svneol=native#text/plain
-packages/bzip2/src/bzip2i386.inc svneol=native#text/plain
-packages/bzip2/src/bzip2si386.inc svneol=native#text/plain
-packages/bzip2/src/bzip2stream.pp svneol=native#text/plain
-packages/cairo/Makefile svneol=native#text/plain
-packages/cairo/Makefile.fpc svneol=native#text/plain
-packages/cairo/Makefile.fpc.fpcmake svneol=native#text/plain
-packages/cairo/examples/getversion.pp svneol=native#text/pascal
-packages/cairo/fpmake.pp svneol=native#text/plain
-packages/cairo/src/cairo.pp svneol=native#text/plain
-packages/cairo/src/cairoft.pp svneol=native#text/plain
-packages/cairo/src/cairogobject.pp svneol=native#text/plain
-packages/cairo/src/cairowin32.pp svneol=native#text/plain
-packages/cairo/src/cairoxlib.pp svneol=native#text/plain
-packages/cdrom/Makefile svneol=native#text/plain
-packages/cdrom/Makefile.fpc svneol=native#text/plain
-packages/cdrom/Makefile.fpc.fpcmake svneol=native#text/plain
-packages/cdrom/README.txt svneol=native#text/plain
-packages/cdrom/examples/Makefile svneol=native#text/plain
-packages/cdrom/examples/Makefile.fpc svneol=native#text/plain
-packages/cdrom/examples/getdiscid.pp svneol=native#text/plain
-packages/cdrom/examples/showcds.pp svneol=native#text/plain
-packages/cdrom/fpmake.pp svneol=native#text/plain
-packages/cdrom/src/cdrom.pp svneol=native#text/plain
-packages/cdrom/src/cdromioctl.pp svneol=native#text/plain
-packages/cdrom/src/cdromlin.inc svneol=native#text/plain
-packages/cdrom/src/cdromw32.inc svneol=native#text/plain
-packages/cdrom/src/discid.pp svneol=native#text/plain
-packages/cdrom/src/fpcddb.pp svneol=native#text/plain
-packages/cdrom/src/lincd.pp svneol=native#text/plain
-packages/cdrom/src/major.pp svneol=native#text/plain
-packages/cdrom/src/scsidefs.pp svneol=native#text/plain
-packages/cdrom/src/wincd.pp svneol=native#text/plain
-packages/cdrom/src/wnaspi32.pp svneol=native#text/plain
-packages/chm/Makefile svneol=native#text/plain
-packages/chm/Makefile.fpc svneol=native#text/plain
-packages/chm/Makefile.fpc.fpcmake svneol=native#text/plain
-packages/chm/examples/chmsearch.lpr svneol=native#text/plain
-packages/chm/fpmake.pp svneol=native#text/plain
-packages/chm/src/chmbase.pas svneol=native#text/plain
-packages/chm/src/chmcmd.lpi svneol=native#text/plain
-packages/chm/src/chmcmd.lpr svneol=native#text/plain
-packages/chm/src/chmfiftimain.pas svneol=native#text/plain
-packages/chm/src/chmfilewriter.pas svneol=native#text/plain
-packages/chm/src/chmls.lpi svneol=native#text/plain
-packages/chm/src/chmls.lpr svneol=native#text/plain
-packages/chm/src/chmobjinstconst.inc svneol=native#text/plain
-packages/chm/src/chmreader.pas svneol=native#text/plain
-packages/chm/src/chmsitemap.pas svneol=native#text/plain
-packages/chm/src/chmspecialfiles.pas svneol=native#text/plain
-packages/chm/src/chmtypes.pas svneol=native#text/plain
-packages/chm/src/chmwriter.pas svneol=native#text/plain
-packages/chm/src/fasthtmlparser.pas svneol=native#text/plain
-packages/chm/src/htmlindexer.pas svneol=native#text/plain
-packages/chm/src/htmlutil.pas svneol=native#text/plain
-packages/chm/src/itolitlsreader.pas svneol=native#text/plain
-packages/chm/src/itolitlstypes.pas svneol=native#text/plain
-packages/chm/src/itsftransform.pas svneol=native#text/plain
-packages/chm/src/lzxcompressthread.pas svneol=native#text/plain
-packages/chm/src/paslznonslide.pas svneol=native#text/plain
-packages/chm/src/paslzx.pas svneol=native#text/plain
-packages/chm/src/paslzxcomp.pas svneol=native#text/plain
-packages/cocoaint/Makefile svneol=native#text/plain
-packages/cocoaint/Makefile.fpc svneol=native#text/plain
-packages/cocoaint/Makefile.fpc.fpcmake svneol=native#text/plain
-packages/cocoaint/fpmake.pp svneol=native#text/plain
-packages/cocoaint/src/AVFoundation.pas svneol=native#text/plain
-packages/cocoaint/src/AVKit.pas svneol=native#text/plain
-packages/cocoaint/src/Accounts.pas svneol=native#text/plain
-packages/cocoaint/src/AddressBook.pas svneol=native#text/plain
-packages/cocoaint/src/AppKit.pas svneol=native#text/plain
-packages/cocoaint/src/AppleScriptObjC.pas svneol=native#text/plain
-packages/cocoaint/src/AudioVideoBridging.pas svneol=native#text/plain
-packages/cocoaint/src/Automator.pas svneol=native#text/plain
-packages/cocoaint/src/CFOpenDirectory.pas svneol=native#text/plain
-packages/cocoaint/src/CalendarStore.pas svneol=native#text/plain
-packages/cocoaint/src/CloudKit.pas svneol=native#text/plain
-packages/cocoaint/src/CocoaAll.pas svneol=native#text/plain
-packages/cocoaint/src/Collaboration.pas svneol=native#text/plain
-packages/cocoaint/src/CoreAudio.pas svneol=native#text/plain
-packages/cocoaint/src/CoreAudioKit.pas svneol=native#text/plain
-packages/cocoaint/src/CoreBluetooth.pas svneol=native#text/plain
-packages/cocoaint/src/CoreData.pas svneol=native#text/plain
-packages/cocoaint/src/CoreFoundation.pas svneol=native#text/plain
-packages/cocoaint/src/CoreGraphics.pas svneol=native#text/plain
-packages/cocoaint/src/CoreImage.pas svneol=native#text/plain
-packages/cocoaint/src/CoreLocation.pas svneol=native#text/plain
-packages/cocoaint/src/CoreMedia.pas svneol=native#text/plain
-packages/cocoaint/src/CoreMediaIO.pas svneol=native#text/plain
-packages/cocoaint/src/CoreVideo.pas svneol=native#text/plain
-packages/cocoaint/src/CryptoTokenKit.pas svneol=native#text/plain
-packages/cocoaint/src/DefinedClassesAVFoundation.pas svneol=native#text/plain
-packages/cocoaint/src/DefinedClassesAVKit.pas svneol=native#text/plain
-packages/cocoaint/src/DefinedClassesAccounts.pas svneol=native#text/plain
-packages/cocoaint/src/DefinedClassesAddressBook.pas svneol=native#text/plain
-packages/cocoaint/src/DefinedClassesAppKit.pas svneol=native#text/plain
-packages/cocoaint/src/DefinedClassesAppleScriptObjC.pas svneol=native#text/plain
-packages/cocoaint/src/DefinedClassesAudioVideoBridging.pas svneol=native#text/plain
-packages/cocoaint/src/DefinedClassesAutomator.pas svneol=native#text/plain
-packages/cocoaint/src/DefinedClassesCFOpenDirectory.pas svneol=native#text/plain
-packages/cocoaint/src/DefinedClassesCalendarStore.pas svneol=native#text/plain
-packages/cocoaint/src/DefinedClassesCloudKit.pas svneol=native#text/plain
-packages/cocoaint/src/DefinedClassesCollaboration.pas svneol=native#text/plain
-packages/cocoaint/src/DefinedClassesCoreAudio.pas svneol=native#text/plain
-packages/cocoaint/src/DefinedClassesCoreAudioKit.pas svneol=native#text/plain
-packages/cocoaint/src/DefinedClassesCoreBluetooth.pas svneol=native#text/plain
-packages/cocoaint/src/DefinedClassesCoreData.pas svneol=native#text/plain
-packages/cocoaint/src/DefinedClassesCoreFoundation.pas svneol=native#text/plain
-packages/cocoaint/src/DefinedClassesCoreGraphics.pas svneol=native#text/plain
-packages/cocoaint/src/DefinedClassesCoreImage.pas svneol=native#text/plain
-packages/cocoaint/src/DefinedClassesCoreLocation.pas svneol=native#text/plain
-packages/cocoaint/src/DefinedClassesCoreMedia.pas svneol=native#text/plain
-packages/cocoaint/src/DefinedClassesCoreMediaIO.pas svneol=native#text/plain
-packages/cocoaint/src/DefinedClassesCoreVideo.pas svneol=native#text/plain
-packages/cocoaint/src/DefinedClassesCryptoTokenKit.pas svneol=native#text/plain
-packages/cocoaint/src/DefinedClassesEventKit.pas svneol=native#text/plain
-packages/cocoaint/src/DefinedClassesFinderSync.pas svneol=native#text/plain
-packages/cocoaint/src/DefinedClassesFoundation.pas svneol=native#text/plain
-packages/cocoaint/src/DefinedClassesGLKit.pas svneol=native#text/plain
-packages/cocoaint/src/DefinedClassesGameController.pas svneol=native#text/plain
-packages/cocoaint/src/DefinedClassesGameKit.pas svneol=native#text/plain
-packages/cocoaint/src/DefinedClassesIOBluetooth.pas svneol=native#text/plain
-packages/cocoaint/src/DefinedClassesIOBluetoothUI.pas svneol=native#text/plain
-packages/cocoaint/src/DefinedClassesImageCaptureCore.pas svneol=native#text/plain
-packages/cocoaint/src/DefinedClassesImageKit.pas svneol=native#text/plain
-packages/cocoaint/src/DefinedClassesInputMethodKit.pas svneol=native#text/plain
-packages/cocoaint/src/DefinedClassesInstallerPlugins.pas svneol=native#text/plain
-packages/cocoaint/src/DefinedClassesInstantMessage.pas svneol=native#text/plain
-packages/cocoaint/src/DefinedClassesLocalAuthentication.pas svneol=native#text/plain
-packages/cocoaint/src/DefinedClassesMapKit.pas svneol=native#text/plain
-packages/cocoaint/src/DefinedClassesMediaAccessibility.pas svneol=native#text/plain
-packages/cocoaint/src/DefinedClassesMediaLibrary.pas svneol=native#text/plain
-packages/cocoaint/src/DefinedClassesMultipeerConnectivity.pas svneol=native#text/plain
-packages/cocoaint/src/DefinedClassesNotificationCenter.pas svneol=native#text/plain
-packages/cocoaint/src/DefinedClassesOSAKit.pas svneol=native#text/plain
-packages/cocoaint/src/DefinedClassesOpenDirectory.pas svneol=native#text/plain
-packages/cocoaint/src/DefinedClassesPDFKit.pas svneol=native#text/plain
-packages/cocoaint/src/DefinedClassesPreferencePanes.pas svneol=native#text/plain
-packages/cocoaint/src/DefinedClassesPubSub.pas svneol=native#text/plain
-packages/cocoaint/src/DefinedClassesQTKit.pas svneol=native#text/plain
-packages/cocoaint/src/DefinedClassesQuartzComposer.pas svneol=native#text/plain
-packages/cocoaint/src/DefinedClassesQuartzCore.pas svneol=native#text/plain
-packages/cocoaint/src/DefinedClassesQuartzFilters.pas svneol=native#text/plain
-packages/cocoaint/src/DefinedClassesQuickLook.pas svneol=native#text/plain
-packages/cocoaint/src/DefinedClassesQuickLookUI.pas svneol=native#text/plain
-packages/cocoaint/src/DefinedClassesSceneKit.pas svneol=native#text/plain
-packages/cocoaint/src/DefinedClassesScreenSaver.pas svneol=native#text/plain
-packages/cocoaint/src/DefinedClassesScriptingBridge.pas svneol=native#text/plain
-packages/cocoaint/src/DefinedClassesSecurityFoundation.pas svneol=native#text/plain
-packages/cocoaint/src/DefinedClassesSecurityInterface.pas svneol=native#text/plain
-packages/cocoaint/src/DefinedClassesServiceManagement.pas svneol=native#text/plain
-packages/cocoaint/src/DefinedClassesSocial.pas svneol=native#text/plain
-packages/cocoaint/src/DefinedClassesSpriteKit.pas svneol=native#text/plain
-packages/cocoaint/src/DefinedClassesStoreKit.pas svneol=native#text/plain
-packages/cocoaint/src/DefinedClassesSyncServices.pas svneol=native#text/plain
-packages/cocoaint/src/DefinedClassesWebKit.pas svneol=native#text/plain
-packages/cocoaint/src/DefinedClassesiTunesLibrary.pas svneol=native#text/plain
-packages/cocoaint/src/EventKit.pas svneol=native#text/plain
-packages/cocoaint/src/FinderSync.pas svneol=native#text/plain
-packages/cocoaint/src/Foundation.pas svneol=native#text/plain
-packages/cocoaint/src/GLKit.pas svneol=native#text/plain
-packages/cocoaint/src/GameController.pas svneol=native#text/plain
-packages/cocoaint/src/GameKit.pas svneol=native#text/plain
-packages/cocoaint/src/IOBluetooth.pas svneol=native#text/plain
-packages/cocoaint/src/IOBluetoothUI.pas svneol=native#text/plain
-packages/cocoaint/src/ImageCaptureCore.pas svneol=native#text/plain
-packages/cocoaint/src/ImageKit.pas svneol=native#text/plain
-packages/cocoaint/src/InputMethodKit.pas svneol=native#text/plain
-packages/cocoaint/src/InstallerPlugins.pas svneol=native#text/plain
-packages/cocoaint/src/InstantMessage.pas svneol=native#text/plain
-packages/cocoaint/src/LocalAuthentication.pas svneol=native#text/plain
-packages/cocoaint/src/MapKit.pas svneol=native#text/plain
-packages/cocoaint/src/MediaAccessibility.pas svneol=native#text/plain
-packages/cocoaint/src/MediaLibrary.pas svneol=native#text/plain
-packages/cocoaint/src/MultipeerConnectivity.pas svneol=native#text/plain
-packages/cocoaint/src/NotificationCenter.pas svneol=native#text/plain
-packages/cocoaint/src/OSAKit.pas svneol=native#text/plain
-packages/cocoaint/src/OpenDirectory.pas svneol=native#text/plain
-packages/cocoaint/src/PDFKit.pas svneol=native#text/plain
-packages/cocoaint/src/PreferencePanes.pas svneol=native#text/plain
-packages/cocoaint/src/PubSub.pas svneol=native#text/plain
-packages/cocoaint/src/QTKit.pas svneol=native#text/plain
-packages/cocoaint/src/QuartzComposer.pas svneol=native#text/plain
-packages/cocoaint/src/QuartzCore.pas svneol=native#text/plain
-packages/cocoaint/src/QuartzFilters.pas svneol=native#text/plain
-packages/cocoaint/src/QuickLook.pas svneol=native#text/plain
-packages/cocoaint/src/QuickLookUI.pas svneol=native#text/plain
-packages/cocoaint/src/SceneKit.pas svneol=native#text/plain
-packages/cocoaint/src/ScreenSaver.pas svneol=native#text/plain
-packages/cocoaint/src/ScriptingBridge.pas svneol=native#text/plain
-packages/cocoaint/src/SecurityFoundation.pas svneol=native#text/plain
-packages/cocoaint/src/SecurityInterface.pas svneol=native#text/plain
-packages/cocoaint/src/ServiceManagement.pas svneol=native#text/plain
-packages/cocoaint/src/Social.pas svneol=native#text/plain
-packages/cocoaint/src/SpriteKit.pas svneol=native#text/plain
-packages/cocoaint/src/StoreKit.pas svneol=native#text/plain
-packages/cocoaint/src/SyncServices.pas svneol=native#text/plain
-packages/cocoaint/src/UndefinedTypes.inc svneol=native#text/plain
-packages/cocoaint/src/WebKit.pas svneol=native#text/plain
-packages/cocoaint/src/accounts/ACAccount.inc svneol=native#text/plain
-packages/cocoaint/src/accounts/ACAccountCredential.inc svneol=native#text/plain
-packages/cocoaint/src/accounts/ACAccountStore.inc svneol=native#text/plain
-packages/cocoaint/src/accounts/ACAccountType.inc svneol=native#text/plain
-packages/cocoaint/src/accounts/ACError.inc svneol=native#text/plain
-packages/cocoaint/src/accounts/Accounts.inc svneol=native#text/plain
-packages/cocoaint/src/accounts/AccountsDefines.inc svneol=native#text/plain
-packages/cocoaint/src/accounts/InlineFunctions.inc svneol=native#text/plain
-packages/cocoaint/src/accounts/Sources.inc svneol=native#text/plain
-packages/cocoaint/src/accounts/UndefinedTypes.inc svneol=native#text/plain
-packages/cocoaint/src/addressbook/ABAddressBook.inc svneol=native#text/plain
-packages/cocoaint/src/addressbook/ABGlobals.inc svneol=native#text/plain
-packages/cocoaint/src/addressbook/ABGroup.inc svneol=native#text/plain
-packages/cocoaint/src/addressbook/ABImageLoading.inc svneol=native#text/plain
-packages/cocoaint/src/addressbook/ABMultiValue.inc svneol=native#text/plain
-packages/cocoaint/src/addressbook/ABPerson.inc svneol=native#text/plain
-packages/cocoaint/src/addressbook/ABRecord.inc svneol=native#text/plain
-packages/cocoaint/src/addressbook/ABSearchElement.inc svneol=native#text/plain
-packages/cocoaint/src/addressbook/ABTypedefs.inc svneol=native#text/plain
-packages/cocoaint/src/addressbook/AddressBook.inc svneol=native#text/plain
-packages/cocoaint/src/addressbook/InlineFunctions.inc svneol=native#text/plain
-packages/cocoaint/src/addressbook/Sources.inc svneol=native#text/plain
-packages/cocoaint/src/addressbook/UndefinedTypes.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/AppKit.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/AppKitErrors.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/InlineFunctions.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSATSTypesetter.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSAccessibility.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSAccessibilityConstants.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSAccessibilityElement.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSAccessibilityProtocols.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSActionCell.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSAffineTransform.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSAlert.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSAnimation.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSAnimationContext.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSAppearance.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSAppleScriptExtensions.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSApplication.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSApplicationScripting.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSArrayController.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSAttributedString.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSBezierPath.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSBitmapImageRep.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSBox.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSBrowser.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSBrowserCell.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSButton.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSButtonCell.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSCIImageRep.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSCachedImageRep.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSCell.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSClickGestureRecognizer.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSClipView.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSCollectionView.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSColor.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSColorList.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSColorPanel.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSColorPicker.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSColorPicking.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSColorSpace.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSColorWell.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSComboBox.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSComboBoxCell.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSControl.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSController.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSCursor.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSCustomImageRep.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSDatePicker.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSDatePickerCell.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSDictionaryController.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSDockTile.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSDocument.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSDocumentController.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSDocumentScripting.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSDragging.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSDraggingItem.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSDraggingSession.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSDrawer.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSEPSImageRep.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSErrors.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSEvent.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSFileWrapper.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSFileWrapperExtensions.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSFont.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSFontCollection.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSFontDescriptor.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSFontManager.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSFontPanel.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSForm.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSFormCell.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSGestureRecognizer.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSGlyphGenerator.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSGlyphInfo.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSGradient.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSGraphics.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSGraphicsContext.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSHelpManager.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSImage.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSImageCell.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSImageRep.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSImageView.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSInputManager.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSInputServer.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSInterfaceStyle.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSItemProvider.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSKeyValueBinding.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSLayoutConstraint.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSLayoutManager.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSLevelIndicator.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSLevelIndicatorCell.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSMagnificationGestureRecognizer.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSMatrix.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSMediaLibraryBrowserController.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSMenu.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSMenuItem.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSMenuItemCell.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSMenuView.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSMovie.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSMovieView.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSNib.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSNibDeclarations.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSNibLoading.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSObjectController.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSOpenGL.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSOpenGLLayer.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSOpenGLView.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSOpenPanel.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSOutlineView.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSPDFImageRep.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSPDFInfo.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSPDFPanel.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSPICTImageRep.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSPageController.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSPageLayout.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSPanGestureRecognizer.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSPanel.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSParagraphStyle.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSPasteboard.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSPasteboardItem.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSPathCell.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSPathComponentCell.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSPathControl.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSPathControlItem.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSPersistentDocument.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSPopUpButton.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSPopUpButtonCell.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSPopover.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSPredicateEditor.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSPredicateEditorRowTemplate.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSPressGestureRecognizer.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSPrintInfo.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSPrintOperation.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSPrintPanel.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSPrinter.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSProgressIndicator.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSQuickDrawView.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSResponder.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSRotationGestureRecognizer.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSRuleEditor.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSRulerMarker.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSRulerView.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSRunningApplication.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSSavePanel.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSScreen.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSScrollView.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSScroller.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSSearchField.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSSearchFieldCell.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSSecureTextField.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSSegmentedCell.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSSegmentedControl.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSShadow.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSSharingService.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSSimpleHorizontalTypesetter.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSSlider.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSSliderCell.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSSound.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSSpeechRecognizer.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSSpeechSynthesizer.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSSpellChecker.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSSpellProtocol.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSSplitView.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSSplitViewController.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSStackView.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSStatusBar.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSStatusBarButton.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSStatusItem.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSStepper.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSStepperCell.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSStoryboard.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSStoryboardSegue.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSStringDrawing.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSTabView.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSTabViewController.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSTabViewItem.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSTableCellView.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSTableColumn.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSTableHeaderCell.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSTableHeaderView.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSTableRowView.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSTableView.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSText.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSTextAlternatives.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSTextAttachment.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSTextContainer.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSTextField.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSTextFieldCell.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSTextFinder.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSTextInputClient.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSTextInputContext.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSTextList.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSTextStorage.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSTextStorageScripting.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSTextTable.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSTextView.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSTitlebarAccessoryViewController.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSTokenField.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSTokenFieldCell.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSToolbar.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSToolbarItem.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSToolbarItemGroup.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSTouch.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSTrackingArea.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSTreeController.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSTreeNode.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSTypesetter.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSUserActivity.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSUserDefaultsController.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSUserInterfaceItemIdentification.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSUserInterfaceItemSearching.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSUserInterfaceValidation.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSView.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSViewController.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSVisualEffectView.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSWindow.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSWindowController.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSWindowRestoration.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSWindowScripting.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/NSWorkspace.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/Sources.inc svneol=native#text/plain
-packages/cocoaint/src/appkit/UndefinedTypes.inc svneol=native#text/plain
-packages/cocoaint/src/applescriptobjc/AppleScriptObjC.inc svneol=native#text/plain
-packages/cocoaint/src/applescriptobjc/InlineFunctions.inc svneol=native#text/plain
-packages/cocoaint/src/applescriptobjc/Sources.inc svneol=native#text/plain
-packages/cocoaint/src/applescriptobjc/UndefinedTypes.inc svneol=native#text/plain
-packages/cocoaint/src/audiovideobridging/AVB17221ACMPInterface.inc svneol=native#text/plain
-packages/cocoaint/src/audiovideobridging/AVB17221ACMPMessage.inc svneol=native#text/plain
-packages/cocoaint/src/audiovideobridging/AVB17221AECPInterface.inc svneol=native#text/plain
-packages/cocoaint/src/audiovideobridging/AVB17221AECPMessage.inc svneol=native#text/plain
-packages/cocoaint/src/audiovideobridging/AVB17221Entity.inc svneol=native#text/plain
-packages/cocoaint/src/audiovideobridging/AVB17221EntityDiscovery.inc svneol=native#text/plain
-packages/cocoaint/src/audiovideobridging/AVB17221EntityDiscoveryDelegate.inc svneol=native#text/plain
-packages/cocoaint/src/audiovideobridging/AVB1722ControlInterface.inc svneol=native#text/plain
-packages/cocoaint/src/audiovideobridging/AVBCentralManager.inc svneol=native#text/plain
-packages/cocoaint/src/audiovideobridging/AVBConstants.inc svneol=native#text/plain
-packages/cocoaint/src/audiovideobridging/AVBEthernetInterface.inc svneol=native#text/plain
-packages/cocoaint/src/audiovideobridging/AVBInterface.inc svneol=native#text/plain
-packages/cocoaint/src/audiovideobridging/AVBMACAddress.inc svneol=native#text/plain
-packages/cocoaint/src/audiovideobridging/AudioVideoBridging.inc svneol=native#text/plain
-packages/cocoaint/src/audiovideobridging/InlineFunctions.inc svneol=native#text/plain
-packages/cocoaint/src/audiovideobridging/Sources.inc svneol=native#text/plain
-packages/cocoaint/src/audiovideobridging/UndefinedTypes.inc svneol=native#text/plain
-packages/cocoaint/src/automator/AMAction.inc svneol=native#text/plain
-packages/cocoaint/src/automator/AMAppleScriptAction.inc svneol=native#text/plain
-packages/cocoaint/src/automator/AMAttributesForAnalyzer.inc svneol=native#text/plain
-packages/cocoaint/src/automator/AMBundleAction.inc svneol=native#text/plain
-packages/cocoaint/src/automator/AMShellScriptAction.inc svneol=native#text/plain
-packages/cocoaint/src/automator/AMWorkflow.inc svneol=native#text/plain
-packages/cocoaint/src/automator/AMWorkflowController.inc svneol=native#text/plain
-packages/cocoaint/src/automator/AMWorkflowView.inc svneol=native#text/plain
-packages/cocoaint/src/automator/Automator.inc svneol=native#text/plain
-packages/cocoaint/src/automator/AutomatorErrors.inc svneol=native#text/plain
-packages/cocoaint/src/automator/InlineFunctions.inc svneol=native#text/plain
-packages/cocoaint/src/automator/Sources.inc svneol=native#text/plain
-packages/cocoaint/src/automator/UndefinedTypes.inc svneol=native#text/plain
-packages/cocoaint/src/avfoundation/AVAnimation.inc svneol=native#text/plain
-packages/cocoaint/src/avfoundation/AVAsset.inc svneol=native#text/plain
-packages/cocoaint/src/avfoundation/AVAssetExportSession.inc svneol=native#text/plain
-packages/cocoaint/src/avfoundation/AVAssetImageGenerator.inc svneol=native#text/plain
-packages/cocoaint/src/avfoundation/AVAssetReader.inc svneol=native#text/plain
-packages/cocoaint/src/avfoundation/AVAssetReaderOutput.inc svneol=native#text/plain
-packages/cocoaint/src/avfoundation/AVAssetResourceLoader.inc svneol=native#text/plain
-packages/cocoaint/src/avfoundation/AVAssetTrack.inc svneol=native#text/plain
-packages/cocoaint/src/avfoundation/AVAssetTrackGroup.inc svneol=native#text/plain
-packages/cocoaint/src/avfoundation/AVAssetTrackSegment.inc svneol=native#text/plain
-packages/cocoaint/src/avfoundation/AVAssetWriter.inc svneol=native#text/plain
-packages/cocoaint/src/avfoundation/AVAssetWriterInput.inc svneol=native#text/plain
-packages/cocoaint/src/avfoundation/AVAsynchronousKeyValueLoading.inc svneol=native#text/plain
-packages/cocoaint/src/avfoundation/AVAudioBuffer.inc svneol=native#text/plain
-packages/cocoaint/src/avfoundation/AVAudioChannelLayout.inc svneol=native#text/plain
-packages/cocoaint/src/avfoundation/AVAudioEngine.inc svneol=native#text/plain
-packages/cocoaint/src/avfoundation/AVAudioEnvironmentNode.inc svneol=native#text/plain
-packages/cocoaint/src/avfoundation/AVAudioFile.inc svneol=native#text/plain
-packages/cocoaint/src/avfoundation/AVAudioFormat.inc svneol=native#text/plain
-packages/cocoaint/src/avfoundation/AVAudioIONode.inc svneol=native#text/plain
-packages/cocoaint/src/avfoundation/AVAudioMix.inc svneol=native#text/plain
-packages/cocoaint/src/avfoundation/AVAudioMixerNode.inc svneol=native#text/plain
-packages/cocoaint/src/avfoundation/AVAudioMixing.inc svneol=native#text/plain
-packages/cocoaint/src/avfoundation/AVAudioNode.inc svneol=native#text/plain
-packages/cocoaint/src/avfoundation/AVAudioPlayer.inc svneol=native#text/plain
-packages/cocoaint/src/avfoundation/AVAudioPlayerNode.inc svneol=native#text/plain
-packages/cocoaint/src/avfoundation/AVAudioProcessingSettings.inc svneol=native#text/plain
-packages/cocoaint/src/avfoundation/AVAudioRecorder.inc svneol=native#text/plain
-packages/cocoaint/src/avfoundation/AVAudioSettings.inc svneol=native#text/plain
-packages/cocoaint/src/avfoundation/AVAudioTime.inc svneol=native#text/plain
-packages/cocoaint/src/avfoundation/AVAudioTypes.inc svneol=native#text/plain
-packages/cocoaint/src/avfoundation/AVAudioUnit.inc svneol=native#text/plain
-packages/cocoaint/src/avfoundation/AVAudioUnitComponent.inc svneol=native#text/plain
-packages/cocoaint/src/avfoundation/AVAudioUnitDelay.inc svneol=native#text/plain
-packages/cocoaint/src/avfoundation/AVAudioUnitDistortion.inc svneol=native#text/plain
-packages/cocoaint/src/avfoundation/AVAudioUnitEQ.inc svneol=native#text/plain
-packages/cocoaint/src/avfoundation/AVAudioUnitEffect.inc svneol=native#text/plain
-packages/cocoaint/src/avfoundation/AVAudioUnitGenerator.inc svneol=native#text/plain
-packages/cocoaint/src/avfoundation/AVAudioUnitMIDIInstrument.inc svneol=native#text/plain
-packages/cocoaint/src/avfoundation/AVAudioUnitReverb.inc svneol=native#text/plain
-packages/cocoaint/src/avfoundation/AVAudioUnitSampler.inc svneol=native#text/plain
-packages/cocoaint/src/avfoundation/AVAudioUnitTimeEffect.inc svneol=native#text/plain
-packages/cocoaint/src/avfoundation/AVAudioUnitTimePitch.inc svneol=native#text/plain
-packages/cocoaint/src/avfoundation/AVAudioUnitVarispeed.inc svneol=native#text/plain
-packages/cocoaint/src/avfoundation/AVBase.inc svneol=native#text/plain
-packages/cocoaint/src/avfoundation/AVCaptureDevice.inc svneol=native#text/plain
-packages/cocoaint/src/avfoundation/AVCaptureInput.inc svneol=native#text/plain
-packages/cocoaint/src/avfoundation/AVCaptureOutput.inc svneol=native#text/plain
-packages/cocoaint/src/avfoundation/AVCaptureSession.inc svneol=native#text/plain
-packages/cocoaint/src/avfoundation/AVCaptureVideoPreviewLayer.inc svneol=native#text/plain
-packages/cocoaint/src/avfoundation/AVComposition.inc svneol=native#text/plain
-packages/cocoaint/src/avfoundation/AVCompositionTrack.inc svneol=native#text/plain
-packages/cocoaint/src/avfoundation/AVCompositionTrackSegment.inc svneol=native#text/plain
-packages/cocoaint/src/avfoundation/AVError.inc svneol=native#text/plain
-packages/cocoaint/src/avfoundation/AVFoundation.inc svneol=native#text/plain
-packages/cocoaint/src/avfoundation/AVMIDIPlayer.inc svneol=native#text/plain
-packages/cocoaint/src/avfoundation/AVMediaFormat.inc svneol=native#text/plain
-packages/cocoaint/src/avfoundation/AVMediaSelectionGroup.inc svneol=native#text/plain
-packages/cocoaint/src/avfoundation/AVMetadataFormat.inc svneol=native#text/plain
-packages/cocoaint/src/avfoundation/AVMetadataIdentifiers.inc svneol=native#text/plain
-packages/cocoaint/src/avfoundation/AVMetadataItem.inc svneol=native#text/plain
-packages/cocoaint/src/avfoundation/AVMetadataObject.inc svneol=native#text/plain
-packages/cocoaint/src/avfoundation/AVMovie.inc svneol=native#text/plain
-packages/cocoaint/src/avfoundation/AVMovieTrack.inc svneol=native#text/plain
-packages/cocoaint/src/avfoundation/AVOutputSettingsAssistant.inc svneol=native#text/plain
-packages/cocoaint/src/avfoundation/AVPlayer.inc svneol=native#text/plain
-packages/cocoaint/src/avfoundation/AVPlayerItem.inc svneol=native#text/plain
-packages/cocoaint/src/avfoundation/AVPlayerItemOutput.inc svneol=native#text/plain
-packages/cocoaint/src/avfoundation/AVPlayerItemProtectedContentAdditions.inc svneol=native#text/plain
-packages/cocoaint/src/avfoundation/AVPlayerItemTrack.inc svneol=native#text/plain
-packages/cocoaint/src/avfoundation/AVPlayerLayer.inc svneol=native#text/plain
-packages/cocoaint/src/avfoundation/AVPlayerMediaSelectionCriteria.inc svneol=native#text/plain
-packages/cocoaint/src/avfoundation/AVSampleBufferDisplayLayer.inc svneol=native#text/plain
-packages/cocoaint/src/avfoundation/AVSampleBufferGenerator.inc svneol=native#text/plain
-packages/cocoaint/src/avfoundation/AVSampleCursor.inc svneol=native#text/plain
-packages/cocoaint/src/avfoundation/AVSynchronizedLayer.inc svneol=native#text/plain
-packages/cocoaint/src/avfoundation/AVTextStyleRule.inc svneol=native#text/plain
-packages/cocoaint/src/avfoundation/AVTime.inc svneol=native#text/plain
-packages/cocoaint/src/avfoundation/AVTimedMetadataGroup.inc svneol=native#text/plain
-packages/cocoaint/src/avfoundation/AVUtilities.inc svneol=native#text/plain
-packages/cocoaint/src/avfoundation/AVVideoCompositing.inc svneol=native#text/plain
-packages/cocoaint/src/avfoundation/AVVideoComposition.inc svneol=native#text/plain
-packages/cocoaint/src/avfoundation/AVVideoSettings.inc svneol=native#text/plain
-packages/cocoaint/src/avfoundation/InlineFunctions.inc svneol=native#text/plain
-packages/cocoaint/src/avfoundation/Sources.inc svneol=native#text/plain
-packages/cocoaint/src/avfoundation/UndefinedTypes.inc svneol=native#text/plain
-packages/cocoaint/src/avkit/AVCaptureView.inc svneol=native#text/plain
-packages/cocoaint/src/avkit/AVKit.inc svneol=native#text/plain
-packages/cocoaint/src/avkit/AVKitDefines.inc svneol=native#text/plain
-packages/cocoaint/src/avkit/AVPlayerView.inc svneol=native#text/plain
-packages/cocoaint/src/avkit/InlineFunctions.inc svneol=native#text/plain
-packages/cocoaint/src/avkit/Sources.inc svneol=native#text/plain
-packages/cocoaint/src/avkit/UndefinedTypes.inc svneol=native#text/plain
-packages/cocoaint/src/calendarstore/CalAlarm.inc svneol=native#text/plain
-packages/cocoaint/src/calendarstore/CalAttendee.inc svneol=native#text/plain
-packages/cocoaint/src/calendarstore/CalCalendar.inc svneol=native#text/plain
-packages/cocoaint/src/calendarstore/CalCalendarItem.inc svneol=native#text/plain
-packages/cocoaint/src/calendarstore/CalCalendarStore.inc svneol=native#text/plain
-packages/cocoaint/src/calendarstore/CalEvent.inc svneol=native#text/plain
-packages/cocoaint/src/calendarstore/CalRecurrenceRule.inc svneol=native#text/plain
-packages/cocoaint/src/calendarstore/CalTask.inc svneol=native#text/plain
-packages/cocoaint/src/calendarstore/CalendarStore.inc svneol=native#text/plain
-packages/cocoaint/src/calendarstore/CalendarStoreErrors.inc svneol=native#text/plain
-packages/cocoaint/src/calendarstore/InlineFunctions.inc svneol=native#text/plain
-packages/cocoaint/src/calendarstore/Sources.inc svneol=native#text/plain
-packages/cocoaint/src/calendarstore/UndefinedTypes.inc svneol=native#text/plain
-packages/cocoaint/src/cfopendirectory/CFODContext.inc svneol=native#text/plain
-packages/cocoaint/src/cfopendirectory/CFODNode.inc svneol=native#text/plain
-packages/cocoaint/src/cfopendirectory/CFODQuery.inc svneol=native#text/plain
-packages/cocoaint/src/cfopendirectory/CFODRecord.inc svneol=native#text/plain
-packages/cocoaint/src/cfopendirectory/CFODSession.inc svneol=native#text/plain
-packages/cocoaint/src/cfopendirectory/CFOpenDirectory.inc svneol=native#text/plain
-packages/cocoaint/src/cfopendirectory/CFOpenDirectoryConstants.inc svneol=native#text/plain
-packages/cocoaint/src/cfopendirectory/InlineFunctions.inc svneol=native#text/plain
-packages/cocoaint/src/cfopendirectory/Sources.inc svneol=native#text/plain
-packages/cocoaint/src/cfopendirectory/UndefinedTypes.inc svneol=native#text/plain
-packages/cocoaint/src/cloudkit/CKAsset.inc svneol=native#text/plain
-packages/cocoaint/src/cloudkit/CKContainer.inc svneol=native#text/plain
-packages/cocoaint/src/cloudkit/CKDatabase.inc svneol=native#text/plain
-packages/cocoaint/src/cloudkit/CKDatabaseOperation.inc svneol=native#text/plain
-packages/cocoaint/src/cloudkit/CKDefines.inc svneol=native#text/plain
-packages/cocoaint/src/cloudkit/CKDiscoverAllContactsOperation.inc svneol=native#text/plain
-packages/cocoaint/src/cloudkit/CKDiscoverUserInfosOperation.inc svneol=native#text/plain
-packages/cocoaint/src/cloudkit/CKDiscoveredUserInfo.inc svneol=native#text/plain
-packages/cocoaint/src/cloudkit/CKError.inc svneol=native#text/plain
-packages/cocoaint/src/cloudkit/CKFetchNotificationChangesOperation.inc svneol=native#text/plain
-packages/cocoaint/src/cloudkit/CKFetchRecordChangesOperation.inc svneol=native#text/plain
-packages/cocoaint/src/cloudkit/CKFetchRecordZonesOperation.inc svneol=native#text/plain
-packages/cocoaint/src/cloudkit/CKFetchRecordsOperation.inc svneol=native#text/plain
-packages/cocoaint/src/cloudkit/CKFetchSubscriptionsOperation.inc svneol=native#text/plain
-packages/cocoaint/src/cloudkit/CKLocationSortDescriptor.inc svneol=native#text/plain
-packages/cocoaint/src/cloudkit/CKMarkNotificationsReadOperation.inc svneol=native#text/plain
-packages/cocoaint/src/cloudkit/CKModifyBadgeOperation.inc svneol=native#text/plain
-packages/cocoaint/src/cloudkit/CKModifyRecordZonesOperation.inc svneol=native#text/plain
-packages/cocoaint/src/cloudkit/CKModifyRecordsOperation.inc svneol=native#text/plain
-packages/cocoaint/src/cloudkit/CKModifySubscriptionsOperation.inc svneol=native#text/plain
-packages/cocoaint/src/cloudkit/CKNotification.inc svneol=native#text/plain
-packages/cocoaint/src/cloudkit/CKOperation.inc svneol=native#text/plain
-packages/cocoaint/src/cloudkit/CKQuery.inc svneol=native#text/plain
-packages/cocoaint/src/cloudkit/CKQueryOperation.inc svneol=native#text/plain
-packages/cocoaint/src/cloudkit/CKRecord.inc svneol=native#text/plain
-packages/cocoaint/src/cloudkit/CKRecordID.inc svneol=native#text/plain
-packages/cocoaint/src/cloudkit/CKRecordZone.inc svneol=native#text/plain
-packages/cocoaint/src/cloudkit/CKRecordZoneID.inc svneol=native#text/plain
-packages/cocoaint/src/cloudkit/CKReference.inc svneol=native#text/plain
-packages/cocoaint/src/cloudkit/CKSubscription.inc svneol=native#text/plain
-packages/cocoaint/src/cloudkit/CloudKit.inc svneol=native#text/plain
-packages/cocoaint/src/cloudkit/InlineFunctions.inc svneol=native#text/plain
-packages/cocoaint/src/cloudkit/Sources.inc svneol=native#text/plain
-packages/cocoaint/src/cloudkit/UndefinedTypes.inc svneol=native#text/plain
-packages/cocoaint/src/collaboration/CBIdentity.inc svneol=native#text/plain
-packages/cocoaint/src/collaboration/CBIdentityAuthority.inc svneol=native#text/plain
-packages/cocoaint/src/collaboration/CBIdentityPicker.inc svneol=native#text/plain
-packages/cocoaint/src/collaboration/Collaboration.inc svneol=native#text/plain
-packages/cocoaint/src/collaboration/InlineFunctions.inc svneol=native#text/plain
-packages/cocoaint/src/collaboration/Sources.inc svneol=native#text/plain
-packages/cocoaint/src/collaboration/UndefinedTypes.inc svneol=native#text/plain
-packages/cocoaint/src/coreaudio/AudioHardware.inc svneol=native#text/plain
-packages/cocoaint/src/coreaudio/AudioHardwareBase.inc svneol=native#text/plain
-packages/cocoaint/src/coreaudio/AudioHardwareDeprecated.inc svneol=native#text/plain
-packages/cocoaint/src/coreaudio/CoreAudio.inc svneol=native#text/plain
-packages/cocoaint/src/coreaudio/CoreAudioTypes.inc svneol=native#text/plain
-packages/cocoaint/src/coreaudio/HostTime.inc svneol=native#text/plain
-packages/cocoaint/src/coreaudio/InlineFunctions.inc svneol=native#text/plain
-packages/cocoaint/src/coreaudio/Sources.inc svneol=native#text/plain
-packages/cocoaint/src/coreaudio/UndefinedTypes.inc svneol=native#text/plain
-packages/cocoaint/src/coreaudiokit/AUCustomViewPersistentData.inc svneol=native#text/plain
-packages/cocoaint/src/coreaudiokit/AUGenericView.inc svneol=native#text/plain
-packages/cocoaint/src/coreaudiokit/AUPannerView.inc svneol=native#text/plain
-packages/cocoaint/src/coreaudiokit/CoreAudioKit.inc svneol=native#text/plain
-packages/cocoaint/src/coreaudiokit/InlineFunctions.inc svneol=native#text/plain
-packages/cocoaint/src/coreaudiokit/Sources.inc svneol=native#text/plain
-packages/cocoaint/src/coreaudiokit/UndefinedTypes.inc svneol=native#text/plain
-packages/cocoaint/src/corebluetooth/CBATTRequest.inc svneol=native#text/plain
-packages/cocoaint/src/corebluetooth/CBAdvertisementData.inc svneol=native#text/plain
-packages/cocoaint/src/corebluetooth/CBCentral.inc svneol=native#text/plain
-packages/cocoaint/src/corebluetooth/CBCentralManager.inc svneol=native#text/plain
-packages/cocoaint/src/corebluetooth/CBCentralManagerConstants.inc svneol=native#text/plain
-packages/cocoaint/src/corebluetooth/CBCharacteristic.inc svneol=native#text/plain
-packages/cocoaint/src/corebluetooth/CBDefines.inc svneol=native#text/plain
-packages/cocoaint/src/corebluetooth/CBDescriptor.inc svneol=native#text/plain
-packages/cocoaint/src/corebluetooth/CBError.inc svneol=native#text/plain
-packages/cocoaint/src/corebluetooth/CBPeripheral.inc svneol=native#text/plain
-packages/cocoaint/src/corebluetooth/CBPeripheralManager.inc svneol=native#text/plain
-packages/cocoaint/src/corebluetooth/CBPeripheralManagerConstants.inc svneol=native#text/plain
-packages/cocoaint/src/corebluetooth/CBService.inc svneol=native#text/plain
-packages/cocoaint/src/corebluetooth/CBUUID.inc svneol=native#text/plain
-packages/cocoaint/src/corebluetooth/CoreBluetooth.inc svneol=native#text/plain
-packages/cocoaint/src/corebluetooth/InlineFunctions.inc svneol=native#text/plain
-packages/cocoaint/src/corebluetooth/Sources.inc svneol=native#text/plain
-packages/cocoaint/src/corebluetooth/UndefinedTypes.inc svneol=native#text/plain
-packages/cocoaint/src/coredata/CoreData.inc svneol=native#text/plain
-packages/cocoaint/src/coredata/CoreDataDefines.inc svneol=native#text/plain
-packages/cocoaint/src/coredata/CoreDataErrors.inc svneol=native#text/plain
-packages/cocoaint/src/coredata/InlineFunctions.inc svneol=native#text/plain
-packages/cocoaint/src/coredata/NSAtomicStore.inc svneol=native#text/plain
-packages/cocoaint/src/coredata/NSAtomicStoreCacheNode.inc svneol=native#text/plain
-packages/cocoaint/src/coredata/NSAttributeDescription.inc svneol=native#text/plain
-packages/cocoaint/src/coredata/NSBatchUpdateRequest.inc svneol=native#text/plain
-packages/cocoaint/src/coredata/NSEntityDescription.inc svneol=native#text/plain
-packages/cocoaint/src/coredata/NSEntityMapping.inc svneol=native#text/plain
-packages/cocoaint/src/coredata/NSEntityMigrationPolicy.inc svneol=native#text/plain
-packages/cocoaint/src/coredata/NSExpressionDescription.inc svneol=native#text/plain
-packages/cocoaint/src/coredata/NSFetchRequest.inc svneol=native#text/plain
-packages/cocoaint/src/coredata/NSFetchRequestExpression.inc svneol=native#text/plain
-packages/cocoaint/src/coredata/NSFetchedPropertyDescription.inc svneol=native#text/plain
-packages/cocoaint/src/coredata/NSIncrementalStore.inc svneol=native#text/plain
-packages/cocoaint/src/coredata/NSIncrementalStoreNode.inc svneol=native#text/plain
-packages/cocoaint/src/coredata/NSManagedObject.inc svneol=native#text/plain
-packages/cocoaint/src/coredata/NSManagedObjectContext.inc svneol=native#text/plain
-packages/cocoaint/src/coredata/NSManagedObjectID.inc svneol=native#text/plain
-packages/cocoaint/src/coredata/NSManagedObjectModel.inc svneol=native#text/plain
-packages/cocoaint/src/coredata/NSMappingModel.inc svneol=native#text/plain
-packages/cocoaint/src/coredata/NSMergePolicy.inc svneol=native#text/plain
-packages/cocoaint/src/coredata/NSMigrationManager.inc svneol=native#text/plain
-packages/cocoaint/src/coredata/NSPersistentStore.inc svneol=native#text/plain
-packages/cocoaint/src/coredata/NSPersistentStoreCoordinator.inc svneol=native#text/plain
-packages/cocoaint/src/coredata/NSPersistentStoreRequest.inc svneol=native#text/plain
-packages/cocoaint/src/coredata/NSPersistentStoreResult.inc svneol=native#text/plain
-packages/cocoaint/src/coredata/NSPropertyDescription.inc svneol=native#text/plain
-packages/cocoaint/src/coredata/NSPropertyMapping.inc svneol=native#text/plain
-packages/cocoaint/src/coredata/NSRelationshipDescription.inc svneol=native#text/plain
-packages/cocoaint/src/coredata/NSSaveChangesRequest.inc svneol=native#text/plain
-packages/cocoaint/src/coredata/Sources.inc svneol=native#text/plain
-packages/cocoaint/src/coredata/UndefinedTypes.inc svneol=native#text/plain
-packages/cocoaint/src/coreimage/CIColor.inc svneol=native#text/plain
-packages/cocoaint/src/coreimage/CIContext.inc svneol=native#text/plain
-packages/cocoaint/src/coreimage/CIDetector.inc svneol=native#text/plain
-packages/cocoaint/src/coreimage/CIFeature.inc svneol=native#text/plain
-packages/cocoaint/src/coreimage/CIFilter.inc svneol=native#text/plain
-packages/cocoaint/src/coreimage/CIFilterConstructor.inc svneol=native#text/plain
-packages/cocoaint/src/coreimage/CIFilterGenerator.inc svneol=native#text/plain
-packages/cocoaint/src/coreimage/CIFilterShape.inc svneol=native#text/plain
-packages/cocoaint/src/coreimage/CIImage.inc svneol=native#text/plain
-packages/cocoaint/src/coreimage/CIImageAccumulator.inc svneol=native#text/plain
-packages/cocoaint/src/coreimage/CIImageProvider.inc svneol=native#text/plain
-packages/cocoaint/src/coreimage/CIKernel.inc svneol=native#text/plain
-packages/cocoaint/src/coreimage/CIPlugIn.inc svneol=native#text/plain
-packages/cocoaint/src/coreimage/CIPlugInInterface.inc svneol=native#text/plain
-packages/cocoaint/src/coreimage/CIRAWFilter.inc svneol=native#text/plain
-packages/cocoaint/src/coreimage/CISampler.inc svneol=native#text/plain
-packages/cocoaint/src/coreimage/CIVector.inc svneol=native#text/plain
-packages/cocoaint/src/coreimage/CoreImage.inc svneol=native#text/plain
-packages/cocoaint/src/coreimage/CoreImageDefines.inc svneol=native#text/plain
-packages/cocoaint/src/coreimage/InlineFunctions.inc svneol=native#text/plain
-packages/cocoaint/src/coreimage/Sources.inc svneol=native#text/plain
-packages/cocoaint/src/coreimage/UndefinedTypes.inc svneol=native#text/plain
-packages/cocoaint/src/corelocation/CLAvailability.inc svneol=native#text/plain
-packages/cocoaint/src/corelocation/CLBeaconRegion.inc svneol=native#text/plain
-packages/cocoaint/src/corelocation/CLCircularRegion.inc svneol=native#text/plain
-packages/cocoaint/src/corelocation/CLError.inc svneol=native#text/plain
-packages/cocoaint/src/corelocation/CLErrorDomain.inc svneol=native#text/plain
-packages/cocoaint/src/corelocation/CLGeocoder.inc svneol=native#text/plain
-packages/cocoaint/src/corelocation/CLHeading.inc svneol=native#text/plain
-packages/cocoaint/src/corelocation/CLLocation.inc svneol=native#text/plain
-packages/cocoaint/src/corelocation/CLLocationManager.inc svneol=native#text/plain
-packages/cocoaint/src/corelocation/CLLocationManagerDelegate.inc svneol=native#text/plain
-packages/cocoaint/src/corelocation/CLPlacemark.inc svneol=native#text/plain
-packages/cocoaint/src/corelocation/CLRegion.inc svneol=native#text/plain
-packages/cocoaint/src/corelocation/CoreLocation.inc svneol=native#text/plain
-packages/cocoaint/src/corelocation/InlineFunctions.inc svneol=native#text/plain
-packages/cocoaint/src/corelocation/Sources.inc svneol=native#text/plain
-packages/cocoaint/src/corelocation/UndefinedTypes.inc svneol=native#text/plain
-packages/cocoaint/src/coremedia/CMAttachment.inc svneol=native#text/plain
-packages/cocoaint/src/coremedia/CMAudioDeviceClock.inc svneol=native#text/plain
-packages/cocoaint/src/coremedia/CMBase.inc svneol=native#text/plain
-packages/cocoaint/src/coremedia/CMBlockBuffer.inc svneol=native#text/plain
-packages/cocoaint/src/coremedia/CMBufferQueue.inc svneol=native#text/plain
-packages/cocoaint/src/coremedia/CMFormatDescription.inc svneol=native#text/plain
-packages/cocoaint/src/coremedia/CMFormatDescriptionBridge.inc svneol=native#text/plain
-packages/cocoaint/src/coremedia/CMMemoryPool.inc svneol=native#text/plain
-packages/cocoaint/src/coremedia/CMMetadata.inc svneol=native#text/plain
-packages/cocoaint/src/coremedia/CMSampleBuffer.inc svneol=native#text/plain
-packages/cocoaint/src/coremedia/CMSimpleQueue.inc svneol=native#text/plain
-packages/cocoaint/src/coremedia/CMSync.inc svneol=native#text/plain
-packages/cocoaint/src/coremedia/CMTextMarkup.inc svneol=native#text/plain
-packages/cocoaint/src/coremedia/CMTime.inc svneol=native#text/plain
-packages/cocoaint/src/coremedia/CMTimeRange.inc svneol=native#text/plain
-packages/cocoaint/src/coremedia/CoreMedia.inc svneol=native#text/plain
-packages/cocoaint/src/coremedia/InlineFunctions.inc svneol=native#text/plain
-packages/cocoaint/src/coremedia/Sources.inc svneol=native#text/plain
-packages/cocoaint/src/coremedia/UndefinedTypes.inc svneol=native#text/plain
-packages/cocoaint/src/coremediaio/CMIOHardware.inc svneol=native#text/plain
-packages/cocoaint/src/coremediaio/CMIOHardwareControl.inc svneol=native#text/plain
-packages/cocoaint/src/coremediaio/CMIOHardwareDevice.inc svneol=native#text/plain
-packages/cocoaint/src/coremediaio/CMIOHardwareObject.inc svneol=native#text/plain
-packages/cocoaint/src/coremediaio/CMIOHardwarePlugIn.inc svneol=native#text/plain
-packages/cocoaint/src/coremediaio/CMIOHardwareStream.inc svneol=native#text/plain
-packages/cocoaint/src/coremediaio/CMIOHardwareSystem.inc svneol=native#text/plain
-packages/cocoaint/src/coremediaio/CMIOSampleBuffer.inc svneol=native#text/plain
-packages/cocoaint/src/coremediaio/InlineFunctions.inc svneol=native#text/plain
-packages/cocoaint/src/coremediaio/Sources.inc svneol=native#text/plain
-packages/cocoaint/src/coremediaio/UndefinedTypes.inc svneol=native#text/plain
-packages/cocoaint/src/corevideo/CVBase.inc svneol=native#text/plain
-packages/cocoaint/src/corevideo/CVBuffer.inc svneol=native#text/plain
-packages/cocoaint/src/corevideo/CVDisplayLink.inc svneol=native#text/plain
-packages/cocoaint/src/corevideo/CVHostTime.inc svneol=native#text/plain
-packages/cocoaint/src/corevideo/CVImageBuffer.inc svneol=native#text/plain
-packages/cocoaint/src/corevideo/CVOpenGLBuffer.inc svneol=native#text/plain
-packages/cocoaint/src/corevideo/CVOpenGLBufferPool.inc svneol=native#text/plain
-packages/cocoaint/src/corevideo/CVOpenGLTexture.inc svneol=native#text/plain
-packages/cocoaint/src/corevideo/CVOpenGLTextureCache.inc svneol=native#text/plain
-packages/cocoaint/src/corevideo/CVPixelBuffer.inc svneol=native#text/plain
-packages/cocoaint/src/corevideo/CVPixelBufferIOSurface.inc svneol=native#text/plain
-packages/cocoaint/src/corevideo/CVPixelBufferPool.inc svneol=native#text/plain
-packages/cocoaint/src/corevideo/CVPixelFormatDescription.inc svneol=native#text/plain
-packages/cocoaint/src/corevideo/CVReturn.inc svneol=native#text/plain
-packages/cocoaint/src/corevideo/CoreVideo.inc svneol=native#text/plain
-packages/cocoaint/src/corevideo/InlineFunctions.inc svneol=native#text/plain
-packages/cocoaint/src/corevideo/Sources.inc svneol=native#text/plain
-packages/cocoaint/src/corevideo/UndefinedTypes.inc svneol=native#text/plain
-packages/cocoaint/src/cryptotokenkit/CryptoTokenKit.inc svneol=native#text/plain
-packages/cocoaint/src/cryptotokenkit/InlineFunctions.inc svneol=native#text/plain
-packages/cocoaint/src/cryptotokenkit/Sources.inc svneol=native#text/plain
-packages/cocoaint/src/cryptotokenkit/TKError.inc svneol=native#text/plain
-packages/cocoaint/src/cryptotokenkit/TKSmartCard.inc svneol=native#text/plain
-packages/cocoaint/src/cryptotokenkit/TKSmartCardATR.inc svneol=native#text/plain
-packages/cocoaint/src/cryptotokenkit/UndefinedTypes.inc svneol=native#text/plain
-packages/cocoaint/src/eventkit/EKAlarm.inc svneol=native#text/plain
-packages/cocoaint/src/eventkit/EKCalendar.inc svneol=native#text/plain
-packages/cocoaint/src/eventkit/EKCalendarItem.inc svneol=native#text/plain
-packages/cocoaint/src/eventkit/EKError.inc svneol=native#text/plain
-packages/cocoaint/src/eventkit/EKEvent.inc svneol=native#text/plain
-packages/cocoaint/src/eventkit/EKEventStore.inc svneol=native#text/plain
-packages/cocoaint/src/eventkit/EKObject.inc svneol=native#text/plain
-packages/cocoaint/src/eventkit/EKParticipant.inc svneol=native#text/plain
-packages/cocoaint/src/eventkit/EKRecurrenceDayOfWeek.inc svneol=native#text/plain
-packages/cocoaint/src/eventkit/EKRecurrenceEnd.inc svneol=native#text/plain
-packages/cocoaint/src/eventkit/EKRecurrenceRule.inc svneol=native#text/plain
-packages/cocoaint/src/eventkit/EKReminder.inc svneol=native#text/plain
-packages/cocoaint/src/eventkit/EKSource.inc svneol=native#text/plain
-packages/cocoaint/src/eventkit/EKStructuredLocation.inc svneol=native#text/plain
-packages/cocoaint/src/eventkit/EKTypes.inc svneol=native#text/plain
-packages/cocoaint/src/eventkit/EventKit.inc svneol=native#text/plain
-packages/cocoaint/src/eventkit/EventKitDefines.inc svneol=native#text/plain
-packages/cocoaint/src/eventkit/InlineFunctions.inc svneol=native#text/plain
-packages/cocoaint/src/eventkit/Sources.inc svneol=native#text/plain
-packages/cocoaint/src/eventkit/UndefinedTypes.inc svneol=native#text/plain
-packages/cocoaint/src/findersync/FinderSync.inc svneol=native#text/plain
-packages/cocoaint/src/findersync/InlineFunctions.inc svneol=native#text/plain
-packages/cocoaint/src/findersync/Sources.inc svneol=native#text/plain
-packages/cocoaint/src/findersync/UndefinedTypes.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/Foundation.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/FoundationErrors.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/InlineFunctions.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSAffineTransform.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSAppleEventDescriptor.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSAppleEventManager.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSAppleScript.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSArchiver.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSArray.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSAttributedString.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSAutoreleasePool.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSBackgroundActivityScheduler.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSBundle.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSByteCountFormatter.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSByteOrder.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSCache.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSCalendar.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSCalendarDate.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSCharacterSet.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSClassDescription.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSCoder.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSComparisonPredicate.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSCompoundPredicate.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSConnection.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSData.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSDate.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSDateComponentsFormatter.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSDateFormatter.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSDateIntervalFormatter.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSDecimal.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSDecimalNumber.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSDictionary.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSDistantObject.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSDistributedLock.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSDistributedNotificationCenter.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSEnergyFormatter.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSEnumerator.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSError.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSException.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSExpression.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSExtensionContext.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSExtensionItem.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSExtensionRequestHandling.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSFileCoordinator.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSFileHandle.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSFileManager.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSFilePresenter.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSFileVersion.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSFileWrapper.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSFormatter.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSGarbageCollector.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSGeometry.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSHFSFileTypes.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSHTTPCookie.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSHTTPCookieStorage.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSHashTable.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSHost.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSIndexPath.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSIndexSet.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSInvocation.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSItemProvider.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSJSONSerialization.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSKeyValueCoding.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSKeyValueObserving.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSKeyedArchiver.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSLengthFormatter.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSLinguisticTagger.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSLocale.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSLock.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSMapTable.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSMassFormatter.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSMetadata.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSMetadataAttributes.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSMethodSignature.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSNetServices.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSNotification.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSNotificationQueue.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSNull.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSNumberFormatter.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSObjCRuntime.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSObject.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSObjectScripting.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSOperation.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSOrderedSet.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSOrthography.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSPathUtilities.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSPointerArray.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSPointerFunctions.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSPort.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSPortCoder.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSPortMessage.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSPortNameServer.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSPredicate.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSProcessInfo.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSProgress.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSPropertyList.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSProtocolChecker.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSProxy.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSRange.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSRegularExpression.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSRunLoop.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSScanner.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSScriptClassDescription.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSScriptCoercionHandler.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSScriptCommand.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSScriptCommandDescription.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSScriptExecutionContext.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSScriptKeyValueCoding.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSScriptObjectSpecifiers.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSScriptStandardSuiteCommands.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSScriptSuiteRegistry.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSScriptWhoseTests.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSSet.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSSortDescriptor.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSSpellServer.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSStream.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSString.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSTask.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSTextCheckingResult.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSThread.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSTimeZone.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSTimer.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSURL.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSURLAuthenticationChallenge.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSURLCache.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSURLConnection.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSURLCredential.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSURLCredentialStorage.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSURLDownload.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSURLError.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSURLHandle.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSURLProtectionSpace.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSURLProtocol.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSURLRequest.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSURLResponse.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSURLSession.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSUUID.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSUbiquitousKeyValueStore.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSUndoManager.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSUserActivity.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSUserDefaults.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSUserNotification.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSUserScriptTask.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSValue.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSValueTransformer.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSXMLDTD.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSXMLDTDNode.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSXMLDocument.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSXMLElement.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSXMLNode.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSXMLNodeOptions.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSXMLParser.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSXPCConnection.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/NSZone.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/Sources.inc svneol=native#text/plain
-packages/cocoaint/src/foundation/UndefinedTypes.inc svneol=native#text/plain
-packages/cocoaint/src/gamecontroller/GCController.inc svneol=native#text/plain
-packages/cocoaint/src/gamecontroller/GCControllerAxisInput.inc svneol=native#text/plain
-packages/cocoaint/src/gamecontroller/GCControllerButtonInput.inc svneol=native#text/plain
-packages/cocoaint/src/gamecontroller/GCControllerDirectionPad.inc svneol=native#text/plain
-packages/cocoaint/src/gamecontroller/GCControllerElement.inc svneol=native#text/plain
-packages/cocoaint/src/gamecontroller/GCExtendedGamepad.inc svneol=native#text/plain
-packages/cocoaint/src/gamecontroller/GCExtendedGamepadSnapshot.inc svneol=native#text/plain
-packages/cocoaint/src/gamecontroller/GCGamepad.inc svneol=native#text/plain
-packages/cocoaint/src/gamecontroller/GCGamepadSnapshot.inc svneol=native#text/plain
-packages/cocoaint/src/gamecontroller/GCMotion.inc svneol=native#text/plain
-packages/cocoaint/src/gamecontroller/GameController.inc svneol=native#text/plain
-packages/cocoaint/src/gamecontroller/InlineFunctions.inc svneol=native#text/plain
-packages/cocoaint/src/gamecontroller/Sources.inc svneol=native#text/plain
-packages/cocoaint/src/gamecontroller/UndefinedTypes.inc svneol=native#text/plain
-packages/cocoaint/src/gamekit/GKAchievement.inc svneol=native#text/plain
-packages/cocoaint/src/gamekit/GKAchievementDescription.inc svneol=native#text/plain
-packages/cocoaint/src/gamekit/GKAchievementViewController.inc svneol=native#text/plain
-packages/cocoaint/src/gamekit/GKChallenge.inc svneol=native#text/plain
-packages/cocoaint/src/gamekit/GKChallengeEventHandler.inc svneol=native#text/plain
-packages/cocoaint/src/gamekit/GKChallengesViewController.inc svneol=native#text/plain
-packages/cocoaint/src/gamekit/GKDefines.inc svneol=native#text/plain
-packages/cocoaint/src/gamekit/GKDialogController.inc svneol=native#text/plain
-packages/cocoaint/src/gamekit/GKError.inc svneol=native#text/plain
-packages/cocoaint/src/gamekit/GKEventListener.inc svneol=native#text/plain
-packages/cocoaint/src/gamekit/GKFriendRequestComposeViewController.inc svneol=native#text/plain
-packages/cocoaint/src/gamekit/GKGameCenterViewController.inc svneol=native#text/plain
-packages/cocoaint/src/gamekit/GKLeaderboard.inc svneol=native#text/plain
-packages/cocoaint/src/gamekit/GKLeaderboardSet.inc svneol=native#text/plain
-packages/cocoaint/src/gamekit/GKLeaderboardViewController.inc svneol=native#text/plain
-packages/cocoaint/src/gamekit/GKLocalPlayer.inc svneol=native#text/plain
-packages/cocoaint/src/gamekit/GKMatch.inc svneol=native#text/plain
-packages/cocoaint/src/gamekit/GKMatchmaker.inc svneol=native#text/plain
-packages/cocoaint/src/gamekit/GKMatchmakerViewController.inc svneol=native#text/plain
-packages/cocoaint/src/gamekit/GKNotificationBanner.inc svneol=native#text/plain
-packages/cocoaint/src/gamekit/GKPlayer.inc svneol=native#text/plain
-packages/cocoaint/src/gamekit/GKPublicConstants.inc svneol=native#text/plain
-packages/cocoaint/src/gamekit/GKPublicProtocols.inc svneol=native#text/plain
-packages/cocoaint/src/gamekit/GKSavedGame.inc svneol=native#text/plain
-packages/cocoaint/src/gamekit/GKSavedGameListener.inc svneol=native#text/plain
-packages/cocoaint/src/gamekit/GKScore.inc svneol=native#text/plain
-packages/cocoaint/src/gamekit/GKSession.inc svneol=native#text/plain
-packages/cocoaint/src/gamekit/GKSessionError.inc svneol=native#text/plain
-packages/cocoaint/src/gamekit/GKTurnBasedMatch.inc svneol=native#text/plain
-packages/cocoaint/src/gamekit/GKTurnBasedMatchmakerViewController.inc svneol=native#text/plain
-packages/cocoaint/src/gamekit/GKVoiceChat.inc svneol=native#text/plain
-packages/cocoaint/src/gamekit/GKVoiceChatService.inc svneol=native#text/plain
-packages/cocoaint/src/gamekit/GameKit.inc svneol=native#text/plain
-packages/cocoaint/src/gamekit/InlineFunctions.inc svneol=native#text/plain
-packages/cocoaint/src/gamekit/Sources.inc svneol=native#text/plain
-packages/cocoaint/src/gamekit/UndefinedTypes.inc svneol=native#text/plain
-packages/cocoaint/src/glkit/GLKBaseEffect.inc svneol=native#text/plain
-packages/cocoaint/src/glkit/GLKEffectProperty.inc svneol=native#text/plain
-packages/cocoaint/src/glkit/GLKEffectPropertyFog.inc svneol=native#text/plain
-packages/cocoaint/src/glkit/GLKEffectPropertyLight.inc svneol=native#text/plain
-packages/cocoaint/src/glkit/GLKEffectPropertyMaterial.inc svneol=native#text/plain
-packages/cocoaint/src/glkit/GLKEffectPropertyTexture.inc svneol=native#text/plain
-packages/cocoaint/src/glkit/GLKEffectPropertyTransform.inc svneol=native#text/plain
-packages/cocoaint/src/glkit/GLKEffects.inc svneol=native#text/plain
-packages/cocoaint/src/glkit/GLKMath.inc svneol=native#text/plain
-packages/cocoaint/src/glkit/GLKMathTypes.inc svneol=native#text/plain
-packages/cocoaint/src/glkit/GLKMathUtils.inc svneol=native#text/plain
-packages/cocoaint/src/glkit/GLKMatrix3.inc svneol=native#text/plain
-packages/cocoaint/src/glkit/GLKMatrix4.inc svneol=native#text/plain
-packages/cocoaint/src/glkit/GLKMatrixStack.inc svneol=native#text/plain
-packages/cocoaint/src/glkit/GLKNamedEffect.inc svneol=native#text/plain
-packages/cocoaint/src/glkit/GLKQuaternion.inc svneol=native#text/plain
-packages/cocoaint/src/glkit/GLKReflectionMapEffect.inc svneol=native#text/plain
-packages/cocoaint/src/glkit/GLKSkyboxEffect.inc svneol=native#text/plain
-packages/cocoaint/src/glkit/GLKTextureLoader.inc svneol=native#text/plain
-packages/cocoaint/src/glkit/GLKVector2.inc svneol=native#text/plain
-packages/cocoaint/src/glkit/GLKVector3.inc svneol=native#text/plain
-packages/cocoaint/src/glkit/GLKVector4.inc svneol=native#text/plain
-packages/cocoaint/src/glkit/GLKit.inc svneol=native#text/plain
-packages/cocoaint/src/glkit/GLKitBase.inc svneol=native#text/plain
-packages/cocoaint/src/glkit/InlineFunctions.inc svneol=native#text/plain
-packages/cocoaint/src/glkit/Sources.inc svneol=native#text/plain
-packages/cocoaint/src/glkit/UndefinedTypes.inc svneol=native#text/plain
-packages/cocoaint/src/iTunesLibrary.pas svneol=native#text/plain
-packages/cocoaint/src/imagecapturecore/ICCameraDevice.inc svneol=native#text/plain
-packages/cocoaint/src/imagecapturecore/ICCameraItem.inc svneol=native#text/plain
-packages/cocoaint/src/imagecapturecore/ICCommonConstants.inc svneol=native#text/plain
-packages/cocoaint/src/imagecapturecore/ICDevice.inc svneol=native#text/plain
-packages/cocoaint/src/imagecapturecore/ICDeviceBrowser.inc svneol=native#text/plain
-packages/cocoaint/src/imagecapturecore/ICScannerBandData.inc svneol=native#text/plain
-packages/cocoaint/src/imagecapturecore/ICScannerDevice.inc svneol=native#text/plain
-packages/cocoaint/src/imagecapturecore/ICScannerFunctionalUnits.inc svneol=native#text/plain
-packages/cocoaint/src/imagecapturecore/ImageCaptureCore.inc svneol=native#text/plain
-packages/cocoaint/src/imagecapturecore/InlineFunctions.inc svneol=native#text/plain
-packages/cocoaint/src/imagecapturecore/Sources.inc svneol=native#text/plain
-packages/cocoaint/src/imagecapturecore/UndefinedTypes.inc svneol=native#text/plain
-packages/cocoaint/src/imagekit/IKCameraDeviceView.inc svneol=native#text/plain
-packages/cocoaint/src/imagekit/IKDeviceBrowserView.inc svneol=native#text/plain
-packages/cocoaint/src/imagekit/IKFilterBrowserPanel.inc svneol=native#text/plain
-packages/cocoaint/src/imagekit/IKFilterBrowserView.inc svneol=native#text/plain
-packages/cocoaint/src/imagekit/IKFilterUI.inc svneol=native#text/plain
-packages/cocoaint/src/imagekit/IKFilterUIView.inc svneol=native#text/plain
-packages/cocoaint/src/imagekit/IKImageBrowserCell.inc svneol=native#text/plain
-packages/cocoaint/src/imagekit/IKImageBrowserView.inc svneol=native#text/plain
-packages/cocoaint/src/imagekit/IKImageEditPanel.inc svneol=native#text/plain
-packages/cocoaint/src/imagekit/IKImageView.inc svneol=native#text/plain
-packages/cocoaint/src/imagekit/IKPictureTaker.inc svneol=native#text/plain
-packages/cocoaint/src/imagekit/IKSaveOptions.inc svneol=native#text/plain
-packages/cocoaint/src/imagekit/IKScannerDeviceView.inc svneol=native#text/plain
-packages/cocoaint/src/imagekit/IKSlideshow.inc svneol=native#text/plain
-packages/cocoaint/src/imagekit/ImageKit.inc svneol=native#text/plain
-packages/cocoaint/src/imagekit/ImageKitDeprecated.inc svneol=native#text/plain
-packages/cocoaint/src/imagekit/InlineFunctions.inc svneol=native#text/plain
-packages/cocoaint/src/imagekit/Sources.inc svneol=native#text/plain
-packages/cocoaint/src/imagekit/UndefinedTypes.inc svneol=native#text/plain
-packages/cocoaint/src/inputmethodkit/IMKCandidates.inc svneol=native#text/plain
-packages/cocoaint/src/inputmethodkit/IMKInputController.inc svneol=native#text/plain
-packages/cocoaint/src/inputmethodkit/IMKServer.inc svneol=native#text/plain
-packages/cocoaint/src/inputmethodkit/InlineFunctions.inc svneol=native#text/plain
-packages/cocoaint/src/inputmethodkit/InputMethodKit.inc svneol=native#text/plain
-packages/cocoaint/src/inputmethodkit/Sources.inc svneol=native#text/plain
-packages/cocoaint/src/inputmethodkit/UndefinedTypes.inc svneol=native#text/plain
-packages/cocoaint/src/installerplugins/InlineFunctions.inc svneol=native#text/plain
-packages/cocoaint/src/installerplugins/InstallerPane.inc svneol=native#text/plain
-packages/cocoaint/src/installerplugins/InstallerPlugins.inc svneol=native#text/plain
-packages/cocoaint/src/installerplugins/InstallerSection.inc svneol=native#text/plain
-packages/cocoaint/src/installerplugins/InstallerState.inc svneol=native#text/plain
-packages/cocoaint/src/installerplugins/Sources.inc svneol=native#text/plain
-packages/cocoaint/src/installerplugins/UndefinedTypes.inc svneol=native#text/plain
-packages/cocoaint/src/instantmessage/IMAVControl.inc svneol=native#text/plain
-packages/cocoaint/src/instantmessage/IMAVManager.inc svneol=native#text/plain
-packages/cocoaint/src/instantmessage/IMService.inc svneol=native#text/plain
-packages/cocoaint/src/instantmessage/InlineFunctions.inc svneol=native#text/plain
-packages/cocoaint/src/instantmessage/Sources.inc svneol=native#text/plain
-packages/cocoaint/src/instantmessage/UndefinedTypes.inc svneol=native#text/plain
-packages/cocoaint/src/iobluetooth/Bluetooth.inc svneol=native#text/plain
-packages/cocoaint/src/iobluetooth/BluetoothAssignedNumbers.inc svneol=native#text/plain
-packages/cocoaint/src/iobluetooth/IOBluetooth.inc svneol=native#text/plain
-packages/cocoaint/src/iobluetooth/IOBluetoothTypes.inc svneol=native#text/plain
-packages/cocoaint/src/iobluetooth/IOBluetoothUserLib.inc svneol=native#text/plain
-packages/cocoaint/src/iobluetooth/IOBluetoothUtilities.inc svneol=native#text/plain
-packages/cocoaint/src/iobluetooth/InlineFunctions.inc svneol=native#text/plain
-packages/cocoaint/src/iobluetooth/OBEX.inc svneol=native#text/plain
-packages/cocoaint/src/iobluetooth/OBEXBluetooth.inc svneol=native#text/plain
-packages/cocoaint/src/iobluetooth/Sources.inc svneol=native#text/plain
-packages/cocoaint/src/iobluetooth/UndefinedTypes.inc svneol=native#text/plain
-packages/cocoaint/src/iobluetoothui/IOBluetoothUI.inc svneol=native#text/plain
-packages/cocoaint/src/iobluetoothui/InlineFunctions.inc svneol=native#text/plain
-packages/cocoaint/src/iobluetoothui/Sources.inc svneol=native#text/plain
-packages/cocoaint/src/iobluetoothui/UndefinedTypes.inc svneol=native#text/plain
-packages/cocoaint/src/ituneslibrary/ITLibAlbum.inc svneol=native#text/plain
-packages/cocoaint/src/ituneslibrary/ITLibArtist.inc svneol=native#text/plain
-packages/cocoaint/src/ituneslibrary/ITLibArtwork.inc svneol=native#text/plain
-packages/cocoaint/src/ituneslibrary/ITLibDefines.inc svneol=native#text/plain
-packages/cocoaint/src/ituneslibrary/ITLibMediaEntity.inc svneol=native#text/plain
-packages/cocoaint/src/ituneslibrary/ITLibMediaItem.inc svneol=native#text/plain
-packages/cocoaint/src/ituneslibrary/ITLibMediaItemVideoInfo.inc svneol=native#text/plain
-packages/cocoaint/src/ituneslibrary/ITLibPlaylist.inc svneol=native#text/plain
-packages/cocoaint/src/ituneslibrary/ITLibrary.inc svneol=native#text/plain
-packages/cocoaint/src/ituneslibrary/InlineFunctions.inc svneol=native#text/plain
-packages/cocoaint/src/ituneslibrary/Sources.inc svneol=native#text/plain
-packages/cocoaint/src/ituneslibrary/UndefinedTypes.inc svneol=native#text/plain
-packages/cocoaint/src/ituneslibrary/iTunesLibrary.inc svneol=native#text/plain
-packages/cocoaint/src/localauthentication/InlineFunctions.inc svneol=native#text/plain
-packages/cocoaint/src/localauthentication/LAContext.inc svneol=native#text/plain
-packages/cocoaint/src/localauthentication/LAError.inc svneol=native#text/plain
-packages/cocoaint/src/localauthentication/LAPublicDefines.inc svneol=native#text/plain
-packages/cocoaint/src/localauthentication/LocalAuthentication.inc svneol=native#text/plain
-packages/cocoaint/src/localauthentication/Sources.inc svneol=native#text/plain
-packages/cocoaint/src/localauthentication/UndefinedTypes.inc svneol=native#text/plain
-packages/cocoaint/src/mapkit/InlineFunctions.inc svneol=native#text/plain
-packages/cocoaint/src/mapkit/MKAnnotation.inc svneol=native#text/plain
-packages/cocoaint/src/mapkit/MKAnnotationView.inc svneol=native#text/plain
-packages/cocoaint/src/mapkit/MKCircle.inc svneol=native#text/plain
-packages/cocoaint/src/mapkit/MKCircleRenderer.inc svneol=native#text/plain
-packages/cocoaint/src/mapkit/MKDirections.inc svneol=native#text/plain
-packages/cocoaint/src/mapkit/MKDirectionsRequest.inc svneol=native#text/plain
-packages/cocoaint/src/mapkit/MKDirectionsResponse.inc svneol=native#text/plain
-packages/cocoaint/src/mapkit/MKDirectionsTypes.inc svneol=native#text/plain
-packages/cocoaint/src/mapkit/MKDistanceFormatter.inc svneol=native#text/plain
-packages/cocoaint/src/mapkit/MKFoundation.inc svneol=native#text/plain
-packages/cocoaint/src/mapkit/MKGeodesicPolyline.inc svneol=native#text/plain
-packages/cocoaint/src/mapkit/MKGeometry.inc svneol=native#text/plain
-packages/cocoaint/src/mapkit/MKLocalSearch.inc svneol=native#text/plain
-packages/cocoaint/src/mapkit/MKLocalSearchRequest.inc svneol=native#text/plain
-packages/cocoaint/src/mapkit/MKLocalSearchResponse.inc svneol=native#text/plain
-packages/cocoaint/src/mapkit/MKMapCamera.inc svneol=native#text/plain
-packages/cocoaint/src/mapkit/MKMapItem.inc svneol=native#text/plain
-packages/cocoaint/src/mapkit/MKMapSnapshot.inc svneol=native#text/plain
-packages/cocoaint/src/mapkit/MKMapSnapshotOptions.inc svneol=native#text/plain
-packages/cocoaint/src/mapkit/MKMapSnapshotter.inc svneol=native#text/plain
-packages/cocoaint/src/mapkit/MKMapView.inc svneol=native#text/plain
-packages/cocoaint/src/mapkit/MKMultiPoint.inc svneol=native#text/plain
-packages/cocoaint/src/mapkit/MKOverlay.inc svneol=native#text/plain
-packages/cocoaint/src/mapkit/MKOverlayPathRenderer.inc svneol=native#text/plain
-packages/cocoaint/src/mapkit/MKOverlayRenderer.inc svneol=native#text/plain
-packages/cocoaint/src/mapkit/MKPinAnnotationView.inc svneol=native#text/plain
-packages/cocoaint/src/mapkit/MKPlacemark.inc svneol=native#text/plain
-packages/cocoaint/src/mapkit/MKPointAnnotation.inc svneol=native#text/plain
-packages/cocoaint/src/mapkit/MKPolygon.inc svneol=native#text/plain
-packages/cocoaint/src/mapkit/MKPolygonRenderer.inc svneol=native#text/plain
-packages/cocoaint/src/mapkit/MKPolyline.inc svneol=native#text/plain
-packages/cocoaint/src/mapkit/MKPolylineRenderer.inc svneol=native#text/plain
-packages/cocoaint/src/mapkit/MKShape.inc svneol=native#text/plain
-packages/cocoaint/src/mapkit/MKTileOverlay.inc svneol=native#text/plain
-packages/cocoaint/src/mapkit/MKTileOverlayRenderer.inc svneol=native#text/plain
-packages/cocoaint/src/mapkit/MKTypes.inc svneol=native#text/plain
-packages/cocoaint/src/mapkit/MKUserLocation.inc svneol=native#text/plain
-packages/cocoaint/src/mapkit/MapKit.inc svneol=native#text/plain
-packages/cocoaint/src/mapkit/Sources.inc svneol=native#text/plain
-packages/cocoaint/src/mapkit/UndefinedTypes.inc svneol=native#text/plain
-packages/cocoaint/src/mediaaccessibility/InlineFunctions.inc svneol=native#text/plain
-packages/cocoaint/src/mediaaccessibility/MAAudibleMedia.inc svneol=native#text/plain
-packages/cocoaint/src/mediaaccessibility/MACaptionAppearance.inc svneol=native#text/plain
-packages/cocoaint/src/mediaaccessibility/MADefinitions.inc svneol=native#text/plain
-packages/cocoaint/src/mediaaccessibility/MediaAccessibility.inc svneol=native#text/plain
-packages/cocoaint/src/mediaaccessibility/Sources.inc svneol=native#text/plain
-packages/cocoaint/src/mediaaccessibility/UndefinedTypes.inc svneol=native#text/plain
-packages/cocoaint/src/medialibrary/InlineFunctions.inc svneol=native#text/plain
-packages/cocoaint/src/medialibrary/MLMediaGroup.inc svneol=native#text/plain
-packages/cocoaint/src/medialibrary/MLMediaLibrary.inc svneol=native#text/plain
-packages/cocoaint/src/medialibrary/MLMediaObject.inc svneol=native#text/plain
-packages/cocoaint/src/medialibrary/MLMediaSource.inc svneol=native#text/plain
-packages/cocoaint/src/medialibrary/MLMediaTypes.inc svneol=native#text/plain
-packages/cocoaint/src/medialibrary/MediaLibrary.inc svneol=native#text/plain
-packages/cocoaint/src/medialibrary/Sources.inc svneol=native#text/plain
-packages/cocoaint/src/medialibrary/UndefinedTypes.inc svneol=native#text/plain
-packages/cocoaint/src/multipeerconnectivity/InlineFunctions.inc svneol=native#text/plain
-packages/cocoaint/src/multipeerconnectivity/MCAdvertiserAssistant.inc svneol=native#text/plain
-packages/cocoaint/src/multipeerconnectivity/MCBrowserViewController.inc svneol=native#text/plain
-packages/cocoaint/src/multipeerconnectivity/MCError.inc svneol=native#text/plain
-packages/cocoaint/src/multipeerconnectivity/MCNearbyServiceAdvertiser.inc svneol=native#text/plain
-packages/cocoaint/src/multipeerconnectivity/MCNearbyServiceBrowser.inc svneol=native#text/plain
-packages/cocoaint/src/multipeerconnectivity/MCPeerID.inc svneol=native#text/plain
-packages/cocoaint/src/multipeerconnectivity/MCSession.inc svneol=native#text/plain
-packages/cocoaint/src/multipeerconnectivity/MultipeerConnectivity.inc svneol=native#text/plain
-packages/cocoaint/src/multipeerconnectivity/Sources.inc svneol=native#text/plain
-packages/cocoaint/src/multipeerconnectivity/UndefinedTypes.inc svneol=native#text/plain
-packages/cocoaint/src/notificationcenter/InlineFunctions.inc svneol=native#text/plain
-packages/cocoaint/src/notificationcenter/NCWidgetController.inc svneol=native#text/plain
-packages/cocoaint/src/notificationcenter/NCWidgetListViewController.inc svneol=native#text/plain
-packages/cocoaint/src/notificationcenter/NCWidgetProviding.inc svneol=native#text/plain
-packages/cocoaint/src/notificationcenter/NCWidgetSearchViewController.inc svneol=native#text/plain
-packages/cocoaint/src/notificationcenter/NotificationCenter.inc svneol=native#text/plain
-packages/cocoaint/src/notificationcenter/Sources.inc svneol=native#text/plain
-packages/cocoaint/src/notificationcenter/UndefinedTypes.inc svneol=native#text/plain
-packages/cocoaint/src/opendirectory/InlineFunctions.inc svneol=native#text/plain
-packages/cocoaint/src/opendirectory/ODAttributeMap.inc svneol=native#text/plain
-packages/cocoaint/src/opendirectory/ODConfiguration.inc svneol=native#text/plain
-packages/cocoaint/src/opendirectory/ODMappings.inc svneol=native#text/plain
-packages/cocoaint/src/opendirectory/ODModuleEntry.inc svneol=native#text/plain
-packages/cocoaint/src/opendirectory/ODNode.inc svneol=native#text/plain
-packages/cocoaint/src/opendirectory/ODQuery.inc svneol=native#text/plain
-packages/cocoaint/src/opendirectory/ODRecord.inc svneol=native#text/plain
-packages/cocoaint/src/opendirectory/ODRecordMap.inc svneol=native#text/plain
-packages/cocoaint/src/opendirectory/ODSession.inc svneol=native#text/plain
-packages/cocoaint/src/opendirectory/OpenDirectory.inc svneol=native#text/plain
-packages/cocoaint/src/opendirectory/Sources.inc svneol=native#text/plain
-packages/cocoaint/src/opendirectory/UndefinedTypes.inc svneol=native#text/plain
-packages/cocoaint/src/osakit/InlineFunctions.inc svneol=native#text/plain
-packages/cocoaint/src/osakit/OSAKit.inc svneol=native#text/plain
-packages/cocoaint/src/osakit/OSALanguage.inc svneol=native#text/plain
-packages/cocoaint/src/osakit/OSALanguageInstance.inc svneol=native#text/plain
-packages/cocoaint/src/osakit/OSAScript.inc svneol=native#text/plain
-packages/cocoaint/src/osakit/OSAScriptController.inc svneol=native#text/plain
-packages/cocoaint/src/osakit/OSAScriptView.inc svneol=native#text/plain
-packages/cocoaint/src/osakit/Sources.inc svneol=native#text/plain
-packages/cocoaint/src/osakit/UndefinedTypes.inc svneol=native#text/plain
-packages/cocoaint/src/pdfkit/InlineFunctions.inc svneol=native#text/plain
-packages/cocoaint/src/pdfkit/PDFAction.inc svneol=native#text/plain
-packages/cocoaint/src/pdfkit/PDFActionGoTo.inc svneol=native#text/plain
-packages/cocoaint/src/pdfkit/PDFActionNamed.inc svneol=native#text/plain
-packages/cocoaint/src/pdfkit/PDFActionRemoteGoTo.inc svneol=native#text/plain
-packages/cocoaint/src/pdfkit/PDFActionResetForm.inc svneol=native#text/plain
-packages/cocoaint/src/pdfkit/PDFActionURL.inc svneol=native#text/plain
-packages/cocoaint/src/pdfkit/PDFAnnotation.inc svneol=native#text/plain
-packages/cocoaint/src/pdfkit/PDFAnnotationButtonWidget.inc svneol=native#text/plain
-packages/cocoaint/src/pdfkit/PDFAnnotationChoiceWidget.inc svneol=native#text/plain
-packages/cocoaint/src/pdfkit/PDFAnnotationCircle.inc svneol=native#text/plain
-packages/cocoaint/src/pdfkit/PDFAnnotationFreeText.inc svneol=native#text/plain
-packages/cocoaint/src/pdfkit/PDFAnnotationInk.inc svneol=native#text/plain
-packages/cocoaint/src/pdfkit/PDFAnnotationLine.inc svneol=native#text/plain
-packages/cocoaint/src/pdfkit/PDFAnnotationLink.inc svneol=native#text/plain
-packages/cocoaint/src/pdfkit/PDFAnnotationMarkup.inc svneol=native#text/plain
-packages/cocoaint/src/pdfkit/PDFAnnotationPopup.inc svneol=native#text/plain
-packages/cocoaint/src/pdfkit/PDFAnnotationSquare.inc svneol=native#text/plain
-packages/cocoaint/src/pdfkit/PDFAnnotationStamp.inc svneol=native#text/plain
-packages/cocoaint/src/pdfkit/PDFAnnotationText.inc svneol=native#text/plain
-packages/cocoaint/src/pdfkit/PDFAnnotationTextWidget.inc svneol=native#text/plain
-packages/cocoaint/src/pdfkit/PDFBorder.inc svneol=native#text/plain
-packages/cocoaint/src/pdfkit/PDFDestination.inc svneol=native#text/plain
-packages/cocoaint/src/pdfkit/PDFDocument.inc svneol=native#text/plain
-packages/cocoaint/src/pdfkit/PDFKit.inc svneol=native#text/plain
-packages/cocoaint/src/pdfkit/PDFOutline.inc svneol=native#text/plain
-packages/cocoaint/src/pdfkit/PDFPage.inc svneol=native#text/plain
-packages/cocoaint/src/pdfkit/PDFSelection.inc svneol=native#text/plain
-packages/cocoaint/src/pdfkit/PDFThumbnailView.inc svneol=native#text/plain
-packages/cocoaint/src/pdfkit/PDFView.inc svneol=native#text/plain
-packages/cocoaint/src/pdfkit/Sources.inc svneol=native#text/plain
-packages/cocoaint/src/pdfkit/UndefinedTypes.inc svneol=native#text/plain
-packages/cocoaint/src/preferencepanes/InlineFunctions.inc svneol=native#text/plain
-packages/cocoaint/src/preferencepanes/NSPreferencePane.inc svneol=native#text/plain
-packages/cocoaint/src/preferencepanes/PreferencePanes.inc svneol=native#text/plain
-packages/cocoaint/src/preferencepanes/Sources.inc svneol=native#text/plain
-packages/cocoaint/src/preferencepanes/UndefinedTypes.inc svneol=native#text/plain
-packages/cocoaint/src/pubsub/InlineFunctions.inc svneol=native#text/plain
-packages/cocoaint/src/pubsub/PSAuthor.inc svneol=native#text/plain
-packages/cocoaint/src/pubsub/PSClient.inc svneol=native#text/plain
-packages/cocoaint/src/pubsub/PSContent.inc svneol=native#text/plain
-packages/cocoaint/src/pubsub/PSEnclosure.inc svneol=native#text/plain
-packages/cocoaint/src/pubsub/PSEntry.inc svneol=native#text/plain
-packages/cocoaint/src/pubsub/PSFeed.inc svneol=native#text/plain
-packages/cocoaint/src/pubsub/PSFeedSettings.inc svneol=native#text/plain
-packages/cocoaint/src/pubsub/PSLink.inc svneol=native#text/plain
-packages/cocoaint/src/pubsub/PubSub.inc svneol=native#text/plain
-packages/cocoaint/src/pubsub/Sources.inc svneol=native#text/plain
-packages/cocoaint/src/pubsub/UndefinedTypes.inc svneol=native#text/plain
-packages/cocoaint/src/qtkit/InlineFunctions.inc svneol=native#text/plain
-packages/cocoaint/src/qtkit/QTCaptureAudioPreviewOutput.inc svneol=native#text/plain
-packages/cocoaint/src/qtkit/QTCaptureConnection.inc svneol=native#text/plain
-packages/cocoaint/src/qtkit/QTCaptureDecompressedAudioOutput.inc svneol=native#text/plain
-packages/cocoaint/src/qtkit/QTCaptureDecompressedVideoOutput.inc svneol=native#text/plain
-packages/cocoaint/src/qtkit/QTCaptureDevice.inc svneol=native#text/plain
-packages/cocoaint/src/qtkit/QTCaptureDeviceInput.inc svneol=native#text/plain
-packages/cocoaint/src/qtkit/QTCaptureFileOutput.inc svneol=native#text/plain
-packages/cocoaint/src/qtkit/QTCaptureInput.inc svneol=native#text/plain
-packages/cocoaint/src/qtkit/QTCaptureLayer.inc svneol=native#text/plain
-packages/cocoaint/src/qtkit/QTCaptureMovieFileOutput.inc svneol=native#text/plain
-packages/cocoaint/src/qtkit/QTCaptureOutput.inc svneol=native#text/plain
-packages/cocoaint/src/qtkit/QTCaptureSession.inc svneol=native#text/plain
-packages/cocoaint/src/qtkit/QTCaptureVideoPreviewOutput.inc svneol=native#text/plain
-packages/cocoaint/src/qtkit/QTCaptureView.inc svneol=native#text/plain
-packages/cocoaint/src/qtkit/QTCompressionOptions.inc svneol=native#text/plain
-packages/cocoaint/src/qtkit/QTDataReference.inc svneol=native#text/plain
-packages/cocoaint/src/qtkit/QTError.inc svneol=native#text/plain
-packages/cocoaint/src/qtkit/QTFormatDescription.inc svneol=native#text/plain
-packages/cocoaint/src/qtkit/QTKit.inc svneol=native#text/plain
-packages/cocoaint/src/qtkit/QTKitDefines.inc svneol=native#text/plain
-packages/cocoaint/src/qtkit/QTMedia.inc svneol=native#text/plain
-packages/cocoaint/src/qtkit/QTMetadataItem.inc svneol=native#text/plain
-packages/cocoaint/src/qtkit/QTMovie.inc svneol=native#text/plain
-packages/cocoaint/src/qtkit/QTMovieLayer.inc svneol=native#text/plain
-packages/cocoaint/src/qtkit/QTMovieModernizer.inc svneol=native#text/plain
-packages/cocoaint/src/qtkit/QTMovieView.inc svneol=native#text/plain
-packages/cocoaint/src/qtkit/QTSampleBuffer.inc svneol=native#text/plain
-packages/cocoaint/src/qtkit/QTTime.inc svneol=native#text/plain
-packages/cocoaint/src/qtkit/QTTimeRange.inc svneol=native#text/plain
-packages/cocoaint/src/qtkit/QTTrack.inc svneol=native#text/plain
-packages/cocoaint/src/qtkit/QTUtilities.inc svneol=native#text/plain
-packages/cocoaint/src/qtkit/Sources.inc svneol=native#text/plain
-packages/cocoaint/src/qtkit/UndefinedTypes.inc svneol=native#text/plain
-packages/cocoaint/src/quartzcomposer/InlineFunctions.inc svneol=native#text/plain
-packages/cocoaint/src/quartzcomposer/QCComposition.inc svneol=native#text/plain
-packages/cocoaint/src/quartzcomposer/QCCompositionLayer.inc svneol=native#text/plain
-packages/cocoaint/src/quartzcomposer/QCCompositionParameterView.inc svneol=native#text/plain
-packages/cocoaint/src/quartzcomposer/QCCompositionPickerPanel.inc svneol=native#text/plain
-packages/cocoaint/src/quartzcomposer/QCCompositionPickerView.inc svneol=native#text/plain
-packages/cocoaint/src/quartzcomposer/QCCompositionRepository.inc svneol=native#text/plain
-packages/cocoaint/src/quartzcomposer/QCPatchController.inc svneol=native#text/plain
-packages/cocoaint/src/quartzcomposer/QCPlugIn.inc svneol=native#text/plain
-packages/cocoaint/src/quartzcomposer/QCPlugInViewController.inc svneol=native#text/plain
-packages/cocoaint/src/quartzcomposer/QCRenderer.inc svneol=native#text/plain
-packages/cocoaint/src/quartzcomposer/QCView.inc svneol=native#text/plain
-packages/cocoaint/src/quartzcomposer/QuartzComposer.inc svneol=native#text/plain
-packages/cocoaint/src/quartzcomposer/Sources.inc svneol=native#text/plain
-packages/cocoaint/src/quartzcomposer/UndefinedTypes.inc svneol=native#text/plain
-packages/cocoaint/src/quartzcore/CAAnimation.inc svneol=native#text/plain
-packages/cocoaint/src/quartzcore/CABase.inc svneol=native#text/plain
-packages/cocoaint/src/quartzcore/CACIFilterAdditions.inc svneol=native#text/plain
-packages/cocoaint/src/quartzcore/CAConstraintLayoutManager.inc svneol=native#text/plain
-packages/cocoaint/src/quartzcore/CAEmitterCell.inc svneol=native#text/plain
-packages/cocoaint/src/quartzcore/CAEmitterLayer.inc svneol=native#text/plain
-packages/cocoaint/src/quartzcore/CAGradientLayer.inc svneol=native#text/plain
-packages/cocoaint/src/quartzcore/CALayer.inc svneol=native#text/plain
-packages/cocoaint/src/quartzcore/CAMediaTiming.inc svneol=native#text/plain
-packages/cocoaint/src/quartzcore/CAMediaTimingFunction.inc svneol=native#text/plain
-packages/cocoaint/src/quartzcore/CAOpenGLLayer.inc svneol=native#text/plain
-packages/cocoaint/src/quartzcore/CARemoteLayerClient.inc svneol=native#text/plain
-packages/cocoaint/src/quartzcore/CARemoteLayerServer.inc svneol=native#text/plain
-packages/cocoaint/src/quartzcore/CARenderer.inc svneol=native#text/plain
-packages/cocoaint/src/quartzcore/CAReplicatorLayer.inc svneol=native#text/plain
-packages/cocoaint/src/quartzcore/CAScrollLayer.inc svneol=native#text/plain
-packages/cocoaint/src/quartzcore/CAShapeLayer.inc svneol=native#text/plain
-packages/cocoaint/src/quartzcore/CATextLayer.inc svneol=native#text/plain
-packages/cocoaint/src/quartzcore/CATiledLayer.inc svneol=native#text/plain
-packages/cocoaint/src/quartzcore/CATransaction.inc svneol=native#text/plain
-packages/cocoaint/src/quartzcore/CATransform3D.inc svneol=native#text/plain
-packages/cocoaint/src/quartzcore/CATransformLayer.inc svneol=native#text/plain
-packages/cocoaint/src/quartzcore/CAValueFunction.inc svneol=native#text/plain
-packages/cocoaint/src/quartzcore/CIFilter.inc svneol=native#text/plain
-packages/cocoaint/src/quartzcore/CVBase.inc svneol=native#text/plain
-packages/cocoaint/src/quartzcore/CoreAnimation.inc svneol=native#text/plain
-packages/cocoaint/src/quartzcore/CoreImage.inc svneol=native#text/plain
-packages/cocoaint/src/quartzcore/CoreVideo.inc svneol=native#text/plain
-packages/cocoaint/src/quartzcore/InlineFunctions.inc svneol=native#text/plain
-packages/cocoaint/src/quartzcore/QuartzCore.inc svneol=native#text/plain
-packages/cocoaint/src/quartzcore/Sources.inc svneol=native#text/plain
-packages/cocoaint/src/quartzcore/UndefinedTypes.inc svneol=native#text/plain
-packages/cocoaint/src/quartzfilters/InlineFunctions.inc svneol=native#text/plain
-packages/cocoaint/src/quartzfilters/QuartzFilter.inc svneol=native#text/plain
-packages/cocoaint/src/quartzfilters/QuartzFilterManager.inc svneol=native#text/plain
-packages/cocoaint/src/quartzfilters/QuartzFilters.inc svneol=native#text/plain
-packages/cocoaint/src/quartzfilters/Sources.inc svneol=native#text/plain
-packages/cocoaint/src/quartzfilters/UndefinedTypes.inc svneol=native#text/plain
-packages/cocoaint/src/quicklook/InlineFunctions.inc svneol=native#text/plain
-packages/cocoaint/src/quicklook/QLBase.inc svneol=native#text/plain
-packages/cocoaint/src/quicklook/QLGenerator.inc svneol=native#text/plain
-packages/cocoaint/src/quicklook/QLThumbnail.inc svneol=native#text/plain
-packages/cocoaint/src/quicklook/QLThumbnailImage.inc svneol=native#text/plain
-packages/cocoaint/src/quicklook/QuickLook.inc svneol=native#text/plain
-packages/cocoaint/src/quicklook/Sources.inc svneol=native#text/plain
-packages/cocoaint/src/quicklook/UndefinedTypes.inc svneol=native#text/plain
-packages/cocoaint/src/quicklookui/InlineFunctions.inc svneol=native#text/plain
-packages/cocoaint/src/quicklookui/QLPreviewItem.inc svneol=native#text/plain
-packages/cocoaint/src/quicklookui/QLPreviewPanel.inc svneol=native#text/plain
-packages/cocoaint/src/quicklookui/QLPreviewView.inc svneol=native#text/plain
-packages/cocoaint/src/quicklookui/QuickLookUI.inc svneol=native#text/plain
-packages/cocoaint/src/quicklookui/Sources.inc svneol=native#text/plain
-packages/cocoaint/src/quicklookui/UndefinedTypes.inc svneol=native#text/plain
-packages/cocoaint/src/scenekit/InlineFunctions.inc svneol=native#text/plain
-packages/cocoaint/src/scenekit/SCNAction.inc svneol=native#text/plain
-packages/cocoaint/src/scenekit/SCNAnimation.inc svneol=native#text/plain
-packages/cocoaint/src/scenekit/SCNBase.inc svneol=native#text/plain
-packages/cocoaint/src/scenekit/SCNBoundingVolume.inc svneol=native#text/plain
-packages/cocoaint/src/scenekit/SCNCamera.inc svneol=native#text/plain
-packages/cocoaint/src/scenekit/SCNConstraint.inc svneol=native#text/plain
-packages/cocoaint/src/scenekit/SCNGeometry.inc svneol=native#text/plain
-packages/cocoaint/src/scenekit/SCNJavascript.inc svneol=native#text/plain
-packages/cocoaint/src/scenekit/SCNLayer.inc svneol=native#text/plain
-packages/cocoaint/src/scenekit/SCNLevelOfDetail.inc svneol=native#text/plain
-packages/cocoaint/src/scenekit/SCNLight.inc svneol=native#text/plain
-packages/cocoaint/src/scenekit/SCNMaterial.inc svneol=native#text/plain
-packages/cocoaint/src/scenekit/SCNMaterialProperty.inc svneol=native#text/plain
-packages/cocoaint/src/scenekit/SCNMorpher.inc svneol=native#text/plain
-packages/cocoaint/src/scenekit/SCNNode.inc svneol=native#text/plain
-packages/cocoaint/src/scenekit/SCNParametricGeometry.inc svneol=native#text/plain
-packages/cocoaint/src/scenekit/SCNParticleSystem.inc svneol=native#text/plain
-packages/cocoaint/src/scenekit/SCNPhysicsBehavior.inc svneol=native#text/plain
-packages/cocoaint/src/scenekit/SCNPhysicsBody.inc svneol=native#text/plain
-packages/cocoaint/src/scenekit/SCNPhysicsContact.inc svneol=native#text/plain
-packages/cocoaint/src/scenekit/SCNPhysicsField.inc svneol=native#text/plain
-packages/cocoaint/src/scenekit/SCNPhysicsShape.inc svneol=native#text/plain
-packages/cocoaint/src/scenekit/SCNPhysicsWorld.inc svneol=native#text/plain
-packages/cocoaint/src/scenekit/SCNRenderer.inc svneol=native#text/plain
-packages/cocoaint/src/scenekit/SCNScene.inc svneol=native#text/plain
-packages/cocoaint/src/scenekit/SCNSceneRenderer.inc svneol=native#text/plain
-packages/cocoaint/src/scenekit/SCNSceneSource.inc svneol=native#text/plain
-packages/cocoaint/src/scenekit/SCNShadable.inc svneol=native#text/plain
-packages/cocoaint/src/scenekit/SCNSkinner.inc svneol=native#text/plain
-packages/cocoaint/src/scenekit/SCNTechnique.inc svneol=native#text/plain
-packages/cocoaint/src/scenekit/SCNTransaction.inc svneol=native#text/plain
-packages/cocoaint/src/scenekit/SCNView.inc svneol=native#text/plain
-packages/cocoaint/src/scenekit/SceneKit.inc svneol=native#text/plain
-packages/cocoaint/src/scenekit/SceneKitTypes.inc svneol=native#text/plain
-packages/cocoaint/src/scenekit/SceneKit_simd.inc svneol=native#text/plain
-packages/cocoaint/src/scenekit/Sources.inc svneol=native#text/plain
-packages/cocoaint/src/scenekit/UndefinedTypes.inc svneol=native#text/plain
-packages/cocoaint/src/screensaver/InlineFunctions.inc svneol=native#text/plain
-packages/cocoaint/src/screensaver/ScreenSaver.inc svneol=native#text/plain
-packages/cocoaint/src/screensaver/ScreenSaverDefaults.inc svneol=native#text/plain
-packages/cocoaint/src/screensaver/ScreenSaverView.inc svneol=native#text/plain
-packages/cocoaint/src/screensaver/Sources.inc svneol=native#text/plain
-packages/cocoaint/src/screensaver/UndefinedTypes.inc svneol=native#text/plain
-packages/cocoaint/src/scriptingbridge/InlineFunctions.inc svneol=native#text/plain
-packages/cocoaint/src/scriptingbridge/SBApplication.inc svneol=native#text/plain
-packages/cocoaint/src/scriptingbridge/SBElementArray.inc svneol=native#text/plain
-packages/cocoaint/src/scriptingbridge/SBObject.inc svneol=native#text/plain
-packages/cocoaint/src/scriptingbridge/ScriptingBridge.inc svneol=native#text/plain
-packages/cocoaint/src/scriptingbridge/Sources.inc svneol=native#text/plain
-packages/cocoaint/src/scriptingbridge/UndefinedTypes.inc svneol=native#text/plain
-packages/cocoaint/src/securityfoundation/InlineFunctions.inc svneol=native#text/plain
-packages/cocoaint/src/securityfoundation/SFAuthorization.inc svneol=native#text/plain
-packages/cocoaint/src/securityfoundation/Sources.inc svneol=native#text/plain
-packages/cocoaint/src/securityfoundation/UndefinedTypes.inc svneol=native#text/plain
-packages/cocoaint/src/securityinterface/InlineFunctions.inc svneol=native#text/plain
-packages/cocoaint/src/securityinterface/SFAuthorizationPluginView.inc svneol=native#text/plain
-packages/cocoaint/src/securityinterface/SFAuthorizationView.inc svneol=native#text/plain
-packages/cocoaint/src/securityinterface/SFCertificatePanel.inc svneol=native#text/plain
-packages/cocoaint/src/securityinterface/SFCertificateTrustPanel.inc svneol=native#text/plain
-packages/cocoaint/src/securityinterface/SFCertificateView.inc svneol=native#text/plain
-packages/cocoaint/src/securityinterface/SFChooseIdentityPanel.inc svneol=native#text/plain
-packages/cocoaint/src/securityinterface/SFKeychainSavePanel.inc svneol=native#text/plain
-packages/cocoaint/src/securityinterface/SFKeychainSettingsPanel.inc svneol=native#text/plain
-packages/cocoaint/src/securityinterface/Sources.inc svneol=native#text/plain
-packages/cocoaint/src/securityinterface/UndefinedTypes.inc svneol=native#text/plain
-packages/cocoaint/src/servicemanagement/InlineFunctions.inc svneol=native#text/plain
-packages/cocoaint/src/servicemanagement/SMErrors.inc svneol=native#text/plain
-packages/cocoaint/src/servicemanagement/SMLoginItem.inc svneol=native#text/plain
-packages/cocoaint/src/servicemanagement/ServiceManagement.inc svneol=native#text/plain
-packages/cocoaint/src/servicemanagement/Sources.inc svneol=native#text/plain
-packages/cocoaint/src/servicemanagement/UndefinedTypes.inc svneol=native#text/plain
-packages/cocoaint/src/social/InlineFunctions.inc svneol=native#text/plain
-packages/cocoaint/src/social/SLComposeServiceViewController.inc svneol=native#text/plain
-packages/cocoaint/src/social/SLRequest.inc svneol=native#text/plain
-packages/cocoaint/src/social/SLServiceTypes.inc svneol=native#text/plain
-packages/cocoaint/src/social/Social.inc svneol=native#text/plain
-packages/cocoaint/src/social/SocialDefines.inc svneol=native#text/plain
-packages/cocoaint/src/social/Sources.inc svneol=native#text/plain
-packages/cocoaint/src/social/UndefinedTypes.inc svneol=native#text/plain
-packages/cocoaint/src/spritekit/InlineFunctions.inc svneol=native#text/plain
-packages/cocoaint/src/spritekit/SK3DNode.inc svneol=native#text/plain
-packages/cocoaint/src/spritekit/SKAction.inc svneol=native#text/plain
-packages/cocoaint/src/spritekit/SKConstraint.inc svneol=native#text/plain
-packages/cocoaint/src/spritekit/SKCropNode.inc svneol=native#text/plain
-packages/cocoaint/src/spritekit/SKEffectNode.inc svneol=native#text/plain
-packages/cocoaint/src/spritekit/SKEmitterNode.inc svneol=native#text/plain
-packages/cocoaint/src/spritekit/SKFieldNode.inc svneol=native#text/plain
-packages/cocoaint/src/spritekit/SKKeyframeSequence.inc svneol=native#text/plain
-packages/cocoaint/src/spritekit/SKLabelNode.inc svneol=native#text/plain
-packages/cocoaint/src/spritekit/SKLightNode.inc svneol=native#text/plain
-packages/cocoaint/src/spritekit/SKMutableTexture.inc svneol=native#text/plain
-packages/cocoaint/src/spritekit/SKNode.inc svneol=native#text/plain
-packages/cocoaint/src/spritekit/SKPhysicsBody.inc svneol=native#text/plain
-packages/cocoaint/src/spritekit/SKPhysicsContact.inc svneol=native#text/plain
-packages/cocoaint/src/spritekit/SKPhysicsJoint.inc svneol=native#text/plain
-packages/cocoaint/src/spritekit/SKPhysicsWorld.inc svneol=native#text/plain
-packages/cocoaint/src/spritekit/SKReachConstraints.inc svneol=native#text/plain
-packages/cocoaint/src/spritekit/SKRegion.inc svneol=native#text/plain
-packages/cocoaint/src/spritekit/SKScene.inc svneol=native#text/plain
-packages/cocoaint/src/spritekit/SKShader.inc svneol=native#text/plain
-packages/cocoaint/src/spritekit/SKShapeNode.inc svneol=native#text/plain
-packages/cocoaint/src/spritekit/SKSpriteNode.inc svneol=native#text/plain
-packages/cocoaint/src/spritekit/SKTexture.inc svneol=native#text/plain
-packages/cocoaint/src/spritekit/SKTextureAtlas.inc svneol=native#text/plain
-packages/cocoaint/src/spritekit/SKTransition.inc svneol=native#text/plain
-packages/cocoaint/src/spritekit/SKUniform.inc svneol=native#text/plain
-packages/cocoaint/src/spritekit/SKVideoNode.inc svneol=native#text/plain
-packages/cocoaint/src/spritekit/SKView.inc svneol=native#text/plain
-packages/cocoaint/src/spritekit/Sources.inc svneol=native#text/plain
-packages/cocoaint/src/spritekit/SpriteKit.inc svneol=native#text/plain
-packages/cocoaint/src/spritekit/SpriteKitBase.inc svneol=native#text/plain
-packages/cocoaint/src/spritekit/UndefinedTypes.inc svneol=native#text/plain
-packages/cocoaint/src/storekit/InlineFunctions.inc svneol=native#text/plain
-packages/cocoaint/src/storekit/SKDownload.inc svneol=native#text/plain
-packages/cocoaint/src/storekit/SKError.inc svneol=native#text/plain
-packages/cocoaint/src/storekit/SKPayment.inc svneol=native#text/plain
-packages/cocoaint/src/storekit/SKPaymentQueue.inc svneol=native#text/plain
-packages/cocoaint/src/storekit/SKPaymentTransaction.inc svneol=native#text/plain
-packages/cocoaint/src/storekit/SKProduct.inc svneol=native#text/plain
-packages/cocoaint/src/storekit/SKProductsRequest.inc svneol=native#text/plain
-packages/cocoaint/src/storekit/SKReceiptRefreshRequest.inc svneol=native#text/plain
-packages/cocoaint/src/storekit/SKRequest.inc svneol=native#text/plain
-packages/cocoaint/src/storekit/Sources.inc svneol=native#text/plain
-packages/cocoaint/src/storekit/StoreKit.inc svneol=native#text/plain
-packages/cocoaint/src/storekit/StoreKitDefines.inc svneol=native#text/plain
-packages/cocoaint/src/storekit/UndefinedTypes.inc svneol=native#text/plain
-packages/cocoaint/src/syncservices/ISyncChange.inc svneol=native#text/plain
-packages/cocoaint/src/syncservices/ISyncClient.inc svneol=native#text/plain
-packages/cocoaint/src/syncservices/ISyncCommon.inc svneol=native#text/plain
-packages/cocoaint/src/syncservices/ISyncCoreData.inc svneol=native#text/plain
-packages/cocoaint/src/syncservices/ISyncFilter.inc svneol=native#text/plain
-packages/cocoaint/src/syncservices/ISyncManager.inc svneol=native#text/plain
-packages/cocoaint/src/syncservices/ISyncRecordReference.inc svneol=native#text/plain
-packages/cocoaint/src/syncservices/ISyncRecordSnapshot.inc svneol=native#text/plain
-packages/cocoaint/src/syncservices/ISyncSession.inc svneol=native#text/plain
-packages/cocoaint/src/syncservices/ISyncSessionDriver.inc svneol=native#text/plain
-packages/cocoaint/src/syncservices/InlineFunctions.inc svneol=native#text/plain
-packages/cocoaint/src/syncservices/Sources.inc svneol=native#text/plain
-packages/cocoaint/src/syncservices/SyncServices.inc svneol=native#text/plain
-packages/cocoaint/src/syncservices/SyncServicesErrors.inc svneol=native#text/plain
-packages/cocoaint/src/syncservices/UndefinedTypes.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/DOM.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/DOMAbstractView.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/DOMAttr.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/DOMBlob.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/DOMCDATASection.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/DOMCSS.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/DOMCSSCharsetRule.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/DOMCSSFontFaceRule.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/DOMCSSImportRule.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/DOMCSSMediaRule.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/DOMCSSPageRule.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/DOMCSSPrimitiveValue.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/DOMCSSRule.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/DOMCSSRuleList.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/DOMCSSStyleDeclaration.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/DOMCSSStyleRule.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/DOMCSSStyleSheet.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/DOMCSSUnknownRule.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/DOMCSSValue.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/DOMCSSValueList.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/DOMCharacterData.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/DOMComment.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/DOMCore.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/DOMCounter.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/DOMDocument.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/DOMDocumentFragment.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/DOMDocumentType.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/DOMElement.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/DOMEntity.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/DOMEntityReference.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/DOMEvent.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/DOMEventException.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/DOMEventListener.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/DOMEventTarget.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/DOMEvents.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/DOMException.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/DOMExtensions.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/DOMFile.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/DOMFileList.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/DOMHTML.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/DOMHTMLAnchorElement.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/DOMHTMLAppletElement.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/DOMHTMLAreaElement.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/DOMHTMLBRElement.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/DOMHTMLBaseElement.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/DOMHTMLBaseFontElement.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/DOMHTMLBodyElement.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/DOMHTMLButtonElement.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/DOMHTMLCollection.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/DOMHTMLDListElement.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/DOMHTMLDirectoryElement.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/DOMHTMLDivElement.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/DOMHTMLDocument.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/DOMHTMLElement.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/DOMHTMLEmbedElement.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/DOMHTMLFieldSetElement.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/DOMHTMLFontElement.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/DOMHTMLFormElement.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/DOMHTMLFrameElement.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/DOMHTMLFrameSetElement.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/DOMHTMLHRElement.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/DOMHTMLHeadElement.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/DOMHTMLHeadingElement.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/DOMHTMLHtmlElement.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/DOMHTMLIFrameElement.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/DOMHTMLImageElement.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/DOMHTMLInputElement.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/DOMHTMLLIElement.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/DOMHTMLLabelElement.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/DOMHTMLLegendElement.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/DOMHTMLLinkElement.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/DOMHTMLMapElement.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/DOMHTMLMarqueeElement.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/DOMHTMLMenuElement.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/DOMHTMLMetaElement.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/DOMHTMLModElement.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/DOMHTMLOListElement.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/DOMHTMLObjectElement.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/DOMHTMLOptGroupElement.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/DOMHTMLOptionElement.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/DOMHTMLOptionsCollection.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/DOMHTMLParagraphElement.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/DOMHTMLParamElement.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/DOMHTMLPreElement.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/DOMHTMLQuoteElement.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/DOMHTMLScriptElement.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/DOMHTMLSelectElement.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/DOMHTMLStyleElement.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/DOMHTMLTableCaptionElement.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/DOMHTMLTableCellElement.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/DOMHTMLTableColElement.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/DOMHTMLTableElement.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/DOMHTMLTableRowElement.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/DOMHTMLTableSectionElement.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/DOMHTMLTextAreaElement.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/DOMHTMLTitleElement.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/DOMHTMLUListElement.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/DOMImplementation.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/DOMKeyboardEvent.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/DOMMediaList.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/DOMMouseEvent.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/DOMMutationEvent.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/DOMNamedNodeMap.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/DOMNode.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/DOMNodeFilter.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/DOMNodeIterator.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/DOMNodeList.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/DOMNotation.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/DOMObject.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/DOMOverflowEvent.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/DOMProcessingInstruction.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/DOMProgressEvent.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/DOMRGBColor.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/DOMRange.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/DOMRangeException.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/DOMRanges.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/DOMRect.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/DOMStyleSheet.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/DOMStyleSheetList.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/DOMStylesheets.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/DOMText.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/DOMTraversal.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/DOMTreeWalker.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/DOMUIEvent.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/DOMViews.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/DOMWheelEvent.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/DOMXPath.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/DOMXPathException.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/DOMXPathExpression.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/DOMXPathNSResolver.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/DOMXPathResult.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/InlineFunctions.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/Sources.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/UndefinedTypes.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/WKBackForwardList.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/WKBackForwardListItem.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/WKError.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/WKFoundation.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/WKFrameInfo.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/WKNavigation.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/WKNavigationAction.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/WKNavigationDelegate.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/WKNavigationResponse.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/WKPreferences.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/WKProcessPool.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/WKScriptMessage.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/WKScriptMessageHandler.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/WKUIDelegate.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/WKUserContentController.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/WKUserScript.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/WKWebView.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/WKWebViewConfiguration.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/WKWindowFeatures.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/WebArchive.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/WebBackForwardList.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/WebDOMOperations.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/WebDataSource.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/WebDocument.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/WebDownload.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/WebEditingDelegate.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/WebFrame.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/WebFrameLoadDelegate.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/WebFrameView.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/WebHistory.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/WebHistoryItem.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/WebKit.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/WebKitAvailability.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/WebKitErrors.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/WebKitLegacy.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/WebPlugin.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/WebPluginContainer.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/WebPluginViewFactory.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/WebPolicyDelegate.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/WebPreferences.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/WebResource.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/WebResourceLoadDelegate.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/WebScriptObject.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/WebUIDelegate.inc svneol=native#text/plain
-packages/cocoaint/src/webkit/WebView.inc svneol=native#text/plain
-packages/dblib/Makefile svneol=native#text/plain
-packages/dblib/Makefile.fpc svneol=native#text/plain
-packages/dblib/fpmake.pp svneol=native#text/plain
-packages/dblib/src/dblib.pp svneol=native#text/plain
-packages/dbus/Makefile svneol=native#text/plain
-packages/dbus/Makefile.fpc svneol=native#text/plain
-packages/dbus/Makefile.fpc.fpcmake svneol=native#text/plain
-packages/dbus/examples/Makefile svneol=native#text/plain
-packages/dbus/examples/Makefile.fpc svneol=native#text/plain
-packages/dbus/examples/busexample.pp svneol=native#text/plain
-packages/dbus/fpmake.pp svneol=native#text/plain
-packages/dbus/src/dbus-address.inc svneol=native#text/plain
-packages/dbus/src/dbus-arch-deps.inc svneol=native#text/plain
-packages/dbus/src/dbus-bus.inc svneol=native#text/plain
-packages/dbus/src/dbus-connection.inc svneol=native#text/plain
-packages/dbus/src/dbus-errors.inc svneol=native#text/plain
-packages/dbus/src/dbus-macros.inc svneol=native#text/plain
-packages/dbus/src/dbus-memory.inc svneol=native#text/plain
-packages/dbus/src/dbus-message.inc svneol=native#text/plain
-packages/dbus/src/dbus-misc.inc svneol=native#text/plain
-packages/dbus/src/dbus-pending-call.inc svneol=native#text/plain
-packages/dbus/src/dbus-protocol.inc svneol=native#text/plain
-packages/dbus/src/dbus-server.inc svneol=native#text/plain
-packages/dbus/src/dbus-shared.inc svneol=native#text/plain
-packages/dbus/src/dbus-signature.inc svneol=native#text/plain
-packages/dbus/src/dbus-threads.inc svneol=native#text/plain
-packages/dbus/src/dbus-types.inc svneol=native#text/plain
-packages/dbus/src/dbus.pas svneol=native#text/plain
-packages/dbus/src/dbus_arch_deps.inc svneol=native#text/plain
-packages/dbus/src/dbuscomp.pp svneol=native#text/plain
-packages/dts/Makefile svneol=native#text/plain
-packages/dts/Makefile.fpc svneol=native#text/plain
-packages/dts/Makefile.fpc.fpcmake svneol=native#text/plain
-packages/dts/fpmake.pp svneol=native#text/plain
-packages/dts/src/dts.pas svneol=native#text/plain
-packages/fastcgi/Makefile svneol=native#text/plain
-packages/fastcgi/Makefile.fpc svneol=native#text/plain
-packages/fastcgi/Makefile.fpc.fpcmake svneol=native#text/plain
-packages/fastcgi/fpmake.pp svneol=native#text/plain
-packages/fastcgi/src/fastcgi.pp svneol=native#text/plain
-packages/fcl-async/Makefile svneol=native#text/plain
-packages/fcl-async/Makefile.fpc svneol=native#text/plain
-packages/fcl-async/Makefile.fpc.fpcmake svneol=native#text/plain
-packages/fcl-async/fpmake.pp svneol=native#text/plain
-packages/fcl-async/src/fpasync.pp svneol=native#text/plain
-packages/fcl-async/src/libasync.inc svneol=native#text/plain
-packages/fcl-async/src/libasynch.inc svneol=native#text/plain
-packages/fcl-async/src/unix/libasync.pp svneol=native#text/plain
-packages/fcl-base/Makefile svneol=native#text/plain
-packages/fcl-base/Makefile.fpc svneol=native#text/plain
-packages/fcl-base/Makefile.fpc.fpcmake svneol=native#text/plain
-packages/fcl-base/examples/Makefile svneol=native#text/plain
-packages/fcl-base/examples/Makefile.fpc svneol=native#text/plain
-packages/fcl-base/examples/README.txt svneol=native#text/plain
-packages/fcl-base/examples/asiotest.pp svneol=native#text/plain
-packages/fcl-base/examples/avltreetest.pp svneol=native#text/plain
-packages/fcl-base/examples/b64.pp svneol=native#text/plain
-packages/fcl-base/examples/b64dec.pp svneol=native#text/plain
-packages/fcl-base/examples/b64enc.pp svneol=native#text/plain
-packages/fcl-base/examples/b64test.pp svneol=native#text/plain
-packages/fcl-base/examples/b64test2.pp svneol=native#text/plain
-packages/fcl-base/examples/base64decodingtestcase.pas svneol=native#text/plain
-packages/fcl-base/examples/cachetest.pp svneol=native#text/plain
-packages/fcl-base/examples/cfgtest.pp svneol=native#text/plain
-packages/fcl-base/examples/contit.pp svneol=native#text/plain
-packages/fcl-base/examples/crittest.pp svneol=native#text/plain
-packages/fcl-base/examples/csvbom.pp svneol=native#text/plain
-packages/fcl-base/examples/databom.txt svneol=native#text/plain
-packages/fcl-base/examples/debugtest.pp svneol=native#text/plain
-packages/fcl-base/examples/decodeascii85.pp svneol=native#text/plain
-packages/fcl-base/examples/demoio.pp svneol=native#text/plain
-packages/fcl-base/examples/dobserver.pp svneol=native#text/plain
-packages/fcl-base/examples/doecho.pp svneol=native#text/plain
-packages/fcl-base/examples/dparser.pp svneol=native#text/plain
-packages/fcl-base/examples/dsockcli.pp svneol=native#text/plain
-packages/fcl-base/examples/dsocksvr.pp svneol=native#text/plain
-packages/fcl-base/examples/encodeascii85.pp svneol=native#text/plain
-packages/fcl-base/examples/fpdoc.dtd -text
-packages/fcl-base/examples/fpexprpars.txt svneol=native#text/plain
-packages/fcl-base/examples/fstream.pp svneol=native#text/plain
-packages/fcl-base/examples/htdump.pp svneol=native#text/plain
-packages/fcl-base/examples/inifmt.pp svneol=native#text/plain
-packages/fcl-base/examples/intl/Makefile svneol=native#text/plain
-packages/fcl-base/examples/intl/README.txt svneol=native#text/plain
-packages/fcl-base/examples/intl/restest.cs.mo -text
-packages/fcl-base/examples/intl/restest.cs.po svneol=native#text/plain
-packages/fcl-base/examples/intl/restest.de.mo -text
-packages/fcl-base/examples/intl/restest.de.po svneol=native#text/plain
-packages/fcl-base/examples/intl/restest.fr.mo -text
-packages/fcl-base/examples/intl/restest.fr.po svneol=native#text/plain
-packages/fcl-base/examples/intl/restest.nl.mo -text
-packages/fcl-base/examples/intl/restest.nl.po svneol=native#text/plain
-packages/fcl-base/examples/intl/restest.pb.mo -text
-packages/fcl-base/examples/intl/restest.pb.po svneol=native#text/plain
-packages/fcl-base/examples/intl/restest.ru.mo -text
-packages/fcl-base/examples/intl/restest.ru.po svneol=native#text/plain
-packages/fcl-base/examples/intl/resttest.po svneol=native#text/plain
-packages/fcl-base/examples/isockcli.pp svneol=native#text/plain
-packages/fcl-base/examples/isocksvr.pp svneol=native#text/plain
-packages/fcl-base/examples/istream.pp svneol=native#text/plain
-packages/fcl-base/examples/kword.xml -text
-packages/fcl-base/examples/list.pp svneol=native#text/plain
-packages/fcl-base/examples/mstream.pp svneol=native#text/plain
-packages/fcl-base/examples/overview.rtf -text svneol=unset#unset
-packages/fcl-base/examples/parser.dat -text
-packages/fcl-base/examples/poolmm1.pp svneol=native#text/plain
-packages/fcl-base/examples/poolmm2.pp svneol=native#text/plain
-packages/fcl-base/examples/restest.pp svneol=native#text/plain
-packages/fcl-base/examples/simple.xml -text
-packages/fcl-base/examples/sitest.pp svneol=native#text/plain
-packages/fcl-base/examples/sockcli.pp svneol=native#text/plain
-packages/fcl-base/examples/socksvr.pp svneol=native#text/plain
-packages/fcl-base/examples/sstream.pp svneol=native#text/plain
-packages/fcl-base/examples/stringl.pp svneol=native#text/plain
-packages/fcl-base/examples/tarmakercons.pas svneol=native#text/plain
-packages/fcl-base/examples/tarmakerconsgzip.pas svneol=native#text/plain
-packages/fcl-base/examples/testapp.pp svneol=native#text/plain
-packages/fcl-base/examples/testappexit.pp svneol=native#text/plain
-packages/fcl-base/examples/testbf.pp svneol=native#text/plain
-packages/fcl-base/examples/testbs.pp svneol=native#text/plain
-packages/fcl-base/examples/testcgi.html -text
-packages/fcl-base/examples/testcgi.pp svneol=native#text/plain
-packages/fcl-base/examples/testcont.pp svneol=native#text/plain
-packages/fcl-base/examples/testez.pp svneol=native#text/plain
-packages/fcl-base/examples/testhres.pp svneol=native#text/plain
-packages/fcl-base/examples/testini.pp svneol=native#text/plain
-packages/fcl-base/examples/testipc_client.pp svneol=native#text/plain
-packages/fcl-base/examples/testipc_server.pp svneol=native#text/plain
-packages/fcl-base/examples/testmime.pp svneol=native#text/plain
-packages/fcl-base/examples/testnres.pp svneol=native#text/plain
-packages/fcl-base/examples/testol.pp svneol=native#text/plain
-packages/fcl-base/examples/testproc.pp svneol=native#text/plain
-packages/fcl-base/examples/testreg.pp svneol=native#text/plain
-packages/fcl-base/examples/testrhre.pp svneol=native#text/plain
-packages/fcl-base/examples/testrnre.pp svneol=native#text/plain
-packages/fcl-base/examples/testrsre.pp svneol=native#text/plain
-packages/fcl-base/examples/testrtf.pp svneol=native#text/plain
-packages/fcl-base/examples/testser.pp svneol=native#text/plain
-packages/fcl-base/examples/testsres.pp svneol=native#text/plain
-packages/fcl-base/examples/testtimer.pp svneol=native#text/plain
-packages/fcl-base/examples/testunzip.pp svneol=native#text/plain
-packages/fcl-base/examples/testur.pp svneol=native#text/plain
-packages/fcl-base/examples/testver.pp svneol=native#text/plain
-packages/fcl-base/examples/testver.res -text
-packages/fcl-base/examples/testweb.pp svneol=native#text/plain
-packages/fcl-base/examples/testz.pp svneol=native#text/plain
-packages/fcl-base/examples/testz2.pp svneol=native#text/plain
-packages/fcl-base/examples/testzip.pp svneol=native#text/plain
-packages/fcl-base/examples/threads.pp svneol=native#text/plain
-packages/fcl-base/examples/tidea.pp svneol=native#text/plain
-packages/fcl-base/examples/tstelcmd.pp svneol=native#text/plain
-packages/fcl-base/examples/tstelgtk.pp svneol=native#text/plain
-packages/fcl-base/examples/txmlreg.pp svneol=native#text/plain
-packages/fcl-base/examples/xmldump.pp svneol=native#text/plain
-packages/fcl-base/fpmake.pp svneol=native#text/plain
-packages/fcl-base/src/advancedipc.pp svneol=native#text/plain
-packages/fcl-base/src/advancedsingleinstance.pas svneol=native#text/plain
-packages/fcl-base/src/ascii85.pp svneol=native#text/plain
-packages/fcl-base/src/avl_tree.pp svneol=native#text/plain
-packages/fcl-base/src/base64.pp svneol=native#text/plain
-packages/fcl-base/src/blowfish.pp svneol=native#text/plain
-packages/fcl-base/src/bufstream.pp svneol=native#text/plain
-packages/fcl-base/src/cachecls.pp svneol=native#text/plain
-packages/fcl-base/src/contnrs.pp svneol=native#text/plain
-packages/fcl-base/src/csvdocument.pp svneol=native#text/plain
-packages/fcl-base/src/csvreadwrite.pp svneol=native#text/plain
-packages/fcl-base/src/custapp.pp svneol=native#text/plain
-packages/fcl-base/src/dummy/eventlog.inc svneol=native#text/plain
-packages/fcl-base/src/eventlog.pp svneol=native#text/plain
-packages/fcl-base/src/fpexprpars.pp svneol=native#text/plain
-packages/fcl-base/src/fpobserver.pp svneol=native#text/plain
-packages/fcl-base/src/fptemplate.pp svneol=native#text/plain
-packages/fcl-base/src/fptimer.pp svneol=native#text/plain
-packages/fcl-base/src/gettext.pp svneol=native#text/plain
-packages/fcl-base/src/go32v2/custapp.inc svneol=native#text/plain
-packages/fcl-base/src/idea.pp svneol=native#text/plain
-packages/fcl-base/src/inicol.pp svneol=native#text/plain
-packages/fcl-base/src/inifiles.pp svneol=native#text/plain
-packages/fcl-base/src/iostream.pp svneol=native#text/plain
-packages/fcl-base/src/maskutils.pp svneol=native#text/plain
-packages/fcl-base/src/netware/custapp.inc svneol=native#text/plain
-packages/fcl-base/src/netwlibc/custapp.inc svneol=native#text/plain
-packages/fcl-base/src/nullstream.pp svneol=native#text/plain
-packages/fcl-base/src/os2/custapp.inc svneol=native#text/plain
-packages/fcl-base/src/os2/eventlog.inc svneol=native#text/plain
-packages/fcl-base/src/pascodegen.pp svneol=native#text/plain
-packages/fcl-base/src/pooledmm.pp svneol=native#text/plain
-packages/fcl-base/src/rtfdata.inc svneol=native#text/plain
-packages/fcl-base/src/rtfpars.pp svneol=native#text/plain
-packages/fcl-base/src/rttiutils.pp svneol=native#text/plain
-packages/fcl-base/src/singleinstance.pp svneol=native#text/plain
-packages/fcl-base/src/streamcoll.pp svneol=native#text/plain
-packages/fcl-base/src/streamex.pp svneol=native#text/plain
-packages/fcl-base/src/streamio.pp svneol=native#text/plain
-packages/fcl-base/src/syncobjs.pp svneol=native#text/plain
-packages/fcl-base/src/unix/eventlog.inc svneol=native#text/plain
-packages/fcl-base/src/uriparser.pp svneol=native#text/plain
-packages/fcl-base/src/wformat.pp svneol=native#text/plain
-packages/fcl-base/src/whtml.pp svneol=native#text/plain
-packages/fcl-base/src/win/eventlog.inc svneol=native#text/plain
-packages/fcl-base/src/win/fclel.mc -text
-packages/fcl-base/src/win/fclel.rc -text
-packages/fcl-base/src/win/fclel.res -text
-packages/fcl-base/src/wince/fileinfo.pp svneol=native#text/plain
-packages/fcl-base/src/wtex.pp svneol=native#text/plain
-packages/fcl-base/tests/fclbase-unittests.lpi svneol=native#text/plain
-packages/fcl-base/tests/fclbase-unittests.pp svneol=native#text/plain
-packages/fcl-base/tests/tcbufferedfilestream.pp svneol=native#text/plain
-packages/fcl-base/tests/tccsvdocument.pp svneol=native#text/plain
-packages/fcl-base/tests/tccsvreadwrite.pp svneol=native#text/plain
-packages/fcl-base/tests/tchashlist.pp svneol=native#text/plain
-packages/fcl-base/tests/tcinifile.pp svneol=native#text/plain
-packages/fcl-base/tests/tcmaskutils.pp svneol=native#text/plain
-packages/fcl-base/tests/testexprpars.pp svneol=native#text/plain
-packages/fcl-base/tests/tests_fptemplate.pp svneol=native#text/plain
-packages/fcl-base/texts/fptemplate.txt svneol=native#text/plain
-packages/fcl-db/Makefile svneol=native#text/plain
-packages/fcl-db/Makefile.fpc svneol=native#text/plain
-packages/fcl-db/Makefile.fpc.fpcmake svneol=native#text/plain
-packages/fcl-db/examples/createsql.lpi svneol=native#text/plain
-packages/fcl-db/examples/createsql.pas svneol=native#text/plain
-packages/fcl-db/examples/dbftool.lpi svneol=native#text/plain
-packages/fcl-db/examples/dbftool.lpr svneol=native#text/plain
-packages/fcl-db/examples/demomacros.lpi svneol=native#text/plain
-packages/fcl-db/examples/demomacros.pp svneol=native#text/plain
-packages/fcl-db/examples/demotypesafeaccess.pp svneol=native#text/plain
-packages/fcl-db/examples/fbadmindemo.pp svneol=native#text/plain
-packages/fcl-db/examples/fbeventstest.pp svneol=native#text/plain
-packages/fcl-db/examples/loadlibdemo.lpi svneol=native#text/plain
-packages/fcl-db/examples/loadlibdemo.pp svneol=native#text/plain
-packages/fcl-db/examples/logsqldemo.lpi svneol=native#text/plain
-packages/fcl-db/examples/logsqldemo.pas svneol=native#text/plain
-packages/fcl-db/examples/myext.pp svneol=native#text/plain
-packages/fcl-db/examples/parsesql.pas svneol=native#text/plain
-packages/fcl-db/examples/pqeventstest.pp svneol=native#text/plain
-packages/fcl-db/examples/showcsv.pp svneol=native#text/plain
-packages/fcl-db/examples/sqlite3extdemo.pp svneol=native#text/plain
-packages/fcl-db/examples/sqlite3loadlib.lpr svneol=native#text/plain
-packages/fcl-db/examples/sqlparser.pp svneol=native#text/plain
-packages/fcl-db/examples/sqlshell.lpi svneol=native#text/plain
-packages/fcl-db/examples/sqlshell.pas svneol=native#text/plain
-packages/fcl-db/examples/tsamytable.pp svneol=native#text/plain
-packages/fcl-db/examples/typesafetable.sql svneol=native#text/plain
-packages/fcl-db/fpmake.pp svneol=native#text/plain
-packages/fcl-db/src/Dataset.txt svneol=native#text/plain
-packages/fcl-db/src/README.txt svneol=native#text/plain
-packages/fcl-db/src/base/Makefile svneol=native#text/plain
-packages/fcl-db/src/base/Makefile.fpc svneol=native#text/plain
-packages/fcl-db/src/base/bufdataset.pas svneol=native#text/plain
-packages/fcl-db/src/base/bufdataset_parser.pp svneol=native#text/plain
-packages/fcl-db/src/base/csvdataset.pp svneol=native#text/plain
-packages/fcl-db/src/base/database.inc svneol=native#text/plain
-packages/fcl-db/src/base/dataset.inc svneol=native#text/plain
-packages/fcl-db/src/base/datasource.inc svneol=native#text/plain
-packages/fcl-db/src/base/db.pas svneol=native#text/plain
-packages/fcl-db/src/base/dbcoll.pp svneol=native#text/plain
-packages/fcl-db/src/base/dbconst.pas svneol=native#text/plain
-packages/fcl-db/src/base/dbwhtml.pp svneol=native#text/plain
-packages/fcl-db/src/base/dsparams.inc svneol=native#text/plain
-packages/fcl-db/src/base/fieldmap.pp svneol=native#text/plain
-packages/fcl-db/src/base/fields.inc svneol=native#text/plain
-packages/fcl-db/src/base/fpmake.inc svneol=native#text/plain
-packages/fcl-db/src/base/fpmake.pp svneol=native#text/plain
-packages/fcl-db/src/base/sqlscript.pp svneol=native#text/plain
-packages/fcl-db/src/base/sqltypes.pp svneol=native#text/plain
-packages/fcl-db/src/base/xmldatapacketreader.pp svneol=native#text/plain
-packages/fcl-db/src/codegen/Makefile svneol=native#text/plain
-packages/fcl-db/src/codegen/Makefile.fpc svneol=native#text/plain
-packages/fcl-db/src/codegen/buildddcg.lpi svneol=native#text/plain
-packages/fcl-db/src/codegen/buildddcg.lpr svneol=native#text/plain
-packages/fcl-db/src/codegen/fpcgcreatedbf.pp svneol=native#text/plain
-packages/fcl-db/src/codegen/fpcgdbcoll.pp svneol=native#text/plain
-packages/fcl-db/src/codegen/fpcgfieldmap.pp svneol=native#text/plain
-packages/fcl-db/src/codegen/fpcgsqlconst.pp svneol=native#text/plain
-packages/fcl-db/src/codegen/fpcgtiopf.pp svneol=native#text/plain
-packages/fcl-db/src/codegen/fpcgtypesafedataset.pp svneol=native#text/plain
-packages/fcl-db/src/codegen/fpddcodegen.pp svneol=native#text/plain
-packages/fcl-db/src/codegen/fpddpopcode.pp svneol=native#text/plain
-packages/fcl-db/src/datadict/Makefile svneol=native#text/plain
-packages/fcl-db/src/datadict/Makefile.fpc svneol=native#text/plain
-packages/fcl-db/src/datadict/buildd.lpi svneol=native#text/plain
-packages/fcl-db/src/datadict/buildd.lpr svneol=native#text/plain
-packages/fcl-db/src/datadict/fpdatadict.pp svneol=native#text/plain
-packages/fcl-db/src/datadict/fpdddbf.pp svneol=native#text/plain
-packages/fcl-db/src/datadict/fpdddiff.pp svneol=native#text/plain
-packages/fcl-db/src/datadict/fpddfb.pp svneol=native#text/plain
-packages/fcl-db/src/datadict/fpddmssql.pp svneol=native#text/plain
-packages/fcl-db/src/datadict/fpddmysql40.pp svneol=native#text/plain
-packages/fcl-db/src/datadict/fpddmysql41.pp svneol=native#text/plain
-packages/fcl-db/src/datadict/fpddmysql50.pp svneol=native#text/plain
-packages/fcl-db/src/datadict/fpddmysql51.pp svneol=native#text/plain
-packages/fcl-db/src/datadict/fpddmysql55.pp svneol=native#text/plain
-packages/fcl-db/src/datadict/fpddmysql56.pp svneol=native#text/plain
-packages/fcl-db/src/datadict/fpddmysql57.pp svneol=native#text/plain
-packages/fcl-db/src/datadict/fpddmysql80.pp svneol=native#text/plain
-packages/fcl-db/src/datadict/fpddodbc.pp svneol=native#text/plain
-packages/fcl-db/src/datadict/fpddoracle.pp svneol=native#text/plain
-packages/fcl-db/src/datadict/fpddpq.pp svneol=native#text/plain
-packages/fcl-db/src/datadict/fpddregstd.pp svneol=native#text/plain
-packages/fcl-db/src/datadict/fpddsqldb.pp svneol=native#text/plain
-packages/fcl-db/src/datadict/fpddsqlite3.pp svneol=native#text/plain
-packages/fcl-db/src/dbase/Makefile svneol=native#text/plain
-packages/fcl-db/src/dbase/Makefile.fpc svneol=native#text/plain
-packages/fcl-db/src/dbase/dbf.pas svneol=native#text/plain
-packages/fcl-db/src/dbase/dbf_avl.pas svneol=native#text/plain
-packages/fcl-db/src/dbase/dbf_collate.pas svneol=native#text/plain
-packages/fcl-db/src/dbase/dbf_common.inc svneol=native#text/plain
-packages/fcl-db/src/dbase/dbf_common.pas svneol=native#text/plain
-packages/fcl-db/src/dbase/dbf_cursor.pas svneol=native#text/plain
-packages/fcl-db/src/dbase/dbf_dbffile.pas svneol=native#text/plain
-packages/fcl-db/src/dbase/dbf_fields.pas svneol=native#text/plain
-packages/fcl-db/src/dbase/dbf_idxcur.pas svneol=native#text/plain
-packages/fcl-db/src/dbase/dbf_idxfile.pas svneol=native#text/plain
-packages/fcl-db/src/dbase/dbf_lang.pas svneol=native#text/plain
-packages/fcl-db/src/dbase/dbf_memo.pas svneol=native#text/plain
-packages/fcl-db/src/dbase/dbf_parser.pas svneol=native#text/plain
-packages/fcl-db/src/dbase/dbf_pgcfile.pas svneol=native#text/plain
-packages/fcl-db/src/dbase/dbf_pgfile.pas svneol=native#text/plain
-packages/fcl-db/src/dbase/dbf_prscore.pas svneol=native#text/plain
-packages/fcl-db/src/dbase/dbf_prsdef.pas svneol=native#text/plain
-packages/fcl-db/src/dbase/dbf_prssupp.pas svneol=native#text/plain
-packages/fcl-db/src/dbase/dbf_reg.pas svneol=native#text/plain
-packages/fcl-db/src/dbase/dbf_str.inc svneol=native#text/plain
-packages/fcl-db/src/dbase/dbf_str.pas svneol=native#text/plain
-packages/fcl-db/src/dbase/dbf_str_es.pas svneol=native#text/plain
-packages/fcl-db/src/dbase/dbf_str_fr.pas svneol=native#text/plain
-packages/fcl-db/src/dbase/dbf_str_ita.pas svneol=native#text/plain
-packages/fcl-db/src/dbase/dbf_str_nl.pas svneol=native#text/plain
-packages/fcl-db/src/dbase/dbf_str_pl.pas svneol=native#text/plain
-packages/fcl-db/src/dbase/dbf_str_pt.pas svneol=native#text/plain
-packages/fcl-db/src/dbase/dbf_str_ru.pas svneol=native#text/plain
-packages/fcl-db/src/dbase/dbf_struct.inc svneol=native#text/plain
-packages/fcl-db/src/dbase/dbf_wnix.inc svneol=native#text/plain
-packages/fcl-db/src/dbase/dbf_wos2.inc svneol=native#text/plain
-packages/fcl-db/src/dbase/dbf_wtil.pas svneol=native#text/plain
-packages/fcl-db/src/dbase/fpmake.inc svneol=native#text/plain
-packages/fcl-db/src/dbase/fpmake.pp svneol=native#text/plain
-packages/fcl-db/src/dbase/getstrfromint.inc svneol=native#text/plain
-packages/fcl-db/src/dbase/history.txt svneol=native#text/plain
-packages/fcl-db/src/dbase/package.txt svneol=native#text/plain
-packages/fcl-db/src/dbase/readme.txt svneol=native#text/plain
-packages/fcl-db/src/dbase/tdbf_l.pas svneol=native#text/plain
-packages/fcl-db/src/dbase/testdbf.pp svneol=native#text/plain
-packages/fcl-db/src/export/Makefile svneol=native#text/plain
-packages/fcl-db/src/export/Makefile.fpc svneol=native#text/plain
-packages/fcl-db/src/export/XMLXSDExportReadme.TXT svneol=native#text/plain
-packages/fcl-db/src/export/fpcsvexport.pp svneol=native#text/plain
-packages/fcl-db/src/export/fpdbexport.pp svneol=native#text/plain
-packages/fcl-db/src/export/fpdbfexport.pp svneol=native#text/plain
-packages/fcl-db/src/export/fpfixedexport.pp svneol=native#text/plain
-packages/fcl-db/src/export/fprtfexport.pp svneol=native#text/plain
-packages/fcl-db/src/export/fpsimplejsonexport.pp svneol=native#text/plain
-packages/fcl-db/src/export/fpsimplexmlexport.pp svneol=native#text/plain
-packages/fcl-db/src/export/fpsqlexport.pp svneol=native#text/plain
-packages/fcl-db/src/export/fpstdexports.pp svneol=native#text/plain
-packages/fcl-db/src/export/fptexexport.pp svneol=native#text/plain
-packages/fcl-db/src/export/fpxmlxsdexport.pp svneol=native#text/plain
-packages/fcl-db/src/json/Makefile svneol=native#text/plain
-packages/fcl-db/src/json/Makefile.fpc svneol=native#text/plain
-packages/fcl-db/src/json/extjsdataset.pp svneol=native#text/plain
-packages/fcl-db/src/json/fpjsondataset.pp svneol=native#text/plain
-packages/fcl-db/src/memds/Makefile svneol=native#text/plain
-packages/fcl-db/src/memds/Makefile.fpc svneol=native#text/plain
-packages/fcl-db/src/memds/README.txt svneol=native#text/plain
-packages/fcl-db/src/memds/fpmake.inc svneol=native#text/plain
-packages/fcl-db/src/memds/fpmake.pp svneol=native#text/plain
-packages/fcl-db/src/memds/memds.pp svneol=native#text/plain
-packages/fcl-db/src/memds/testcp.pp svneol=native#text/plain
-packages/fcl-db/src/memds/testld.pp svneol=native#text/plain
-packages/fcl-db/src/memds/testopen.pp svneol=native#text/plain
-packages/fcl-db/src/memds/testpop.pp svneol=native#text/plain
-packages/fcl-db/src/paradox/Makefile svneol=native#text/plain
-packages/fcl-db/src/paradox/Makefile.fpc svneol=native#text/plain
-packages/fcl-db/src/paradox/paradox.pp svneol=native#text/plain
-packages/fcl-db/src/sdf/Makefile svneol=native#text/plain
-packages/fcl-db/src/sdf/Makefile.fpc svneol=native#text/plain
-packages/fcl-db/src/sdf/fpc.ssx -text
-packages/fcl-db/src/sdf/fpc.ssy -text
-packages/fcl-db/src/sdf/fpmake.inc svneol=native#text/plain
-packages/fcl-db/src/sdf/fpmake.pp svneol=native#text/plain
-packages/fcl-db/src/sdf/sdfdata.pp svneol=native#text/plain
-packages/fcl-db/src/sdf/testfix.pp svneol=native#text/plain
-packages/fcl-db/src/sdf/testsdf.pp svneol=native#text/plain
-packages/fcl-db/src/sql/Makefile svneol=native#text/plain
-packages/fcl-db/src/sql/Makefile.fpc svneol=native#text/plain
-packages/fcl-db/src/sql/README.txt svneol=native#text/plain
-packages/fcl-db/src/sql/fpsqlparser.pas svneol=native#text/plain
-packages/fcl-db/src/sql/fpsqlscanner.pp svneol=native#text/plain
-packages/fcl-db/src/sql/fpsqltree.pp svneol=native#text/plain
-packages/fcl-db/src/sqldb/Makefile svneol=native#text/plain
-packages/fcl-db/src/sqldb/Makefile.fpc svneol=native#text/plain
-packages/fcl-db/src/sqldb/examples/alisttables.pp svneol=native#text/plain
-packages/fcl-db/src/sqldb/examples/bcreatetable.pp svneol=native#text/plain
-packages/fcl-db/src/sqldb/examples/cfilltable.pp svneol=native#text/plain
-packages/fcl-db/src/sqldb/examples/database.ini svneol=native#text/plain
-packages/fcl-db/src/sqldb/examples/dshowtable.pp svneol=native#text/plain
-packages/fcl-db/src/sqldb/examples/efilltableparams.pp svneol=native#text/plain
-packages/fcl-db/src/sqldb/examples/fedittable.pp svneol=native#text/plain
-packages/fcl-db/src/sqldb/examples/gfiltertable.pp svneol=native#text/plain
-packages/fcl-db/src/sqldb/examples/sqldbexampleunit.pp svneol=native#text/plain
-packages/fcl-db/src/sqldb/fpmake.inc svneol=native#text/plain
-packages/fcl-db/src/sqldb/fpmake.pp svneol=native#text/plain
-packages/fcl-db/src/sqldb/interbase/Makefile svneol=native#text/plain
-packages/fcl-db/src/sqldb/interbase/Makefile.fpc svneol=native#text/plain
-packages/fcl-db/src/sqldb/interbase/fbadmin.pp svneol=native#text/plain
-packages/fcl-db/src/sqldb/interbase/fbeventmonitor.pp svneol=native#text/plain
-packages/fcl-db/src/sqldb/interbase/fpmake.inc svneol=native#text/plain
-packages/fcl-db/src/sqldb/interbase/fpmake.pp svneol=native#text/plain
-packages/fcl-db/src/sqldb/interbase/ibconnection.pp svneol=native#text/plain
-packages/fcl-db/src/sqldb/mssql/Makefile svneol=native#text/plain
-packages/fcl-db/src/sqldb/mssql/Makefile.fpc svneol=native#text/plain
-packages/fcl-db/src/sqldb/mssql/fpmake.inc svneol=native#text/plain
-packages/fcl-db/src/sqldb/mssql/fpmake.pp svneol=native#text/plain
-packages/fcl-db/src/sqldb/mssql/mssqlconn.pp svneol=native#text/plain
-packages/fcl-db/src/sqldb/mssql/readme.txt svneol=native#text/plain
-packages/fcl-db/src/sqldb/mysql/Makefile svneol=native#text/plain
-packages/fcl-db/src/sqldb/mysql/Makefile.fpc svneol=native#text/plain
-packages/fcl-db/src/sqldb/mysql/fpmake.inc svneol=native#text/plain
-packages/fcl-db/src/sqldb/mysql/fpmake.pp svneol=native#text/plain
-packages/fcl-db/src/sqldb/mysql/mysql40conn.pas svneol=native#text/plain
-packages/fcl-db/src/sqldb/mysql/mysql41conn.pas svneol=native#text/plain
-packages/fcl-db/src/sqldb/mysql/mysql50conn.pas svneol=native#text/plain
-packages/fcl-db/src/sqldb/mysql/mysql51conn.pas svneol=native#text/plain
-packages/fcl-db/src/sqldb/mysql/mysql55conn.pas svneol=native#text/plain
-packages/fcl-db/src/sqldb/mysql/mysql56conn.pas svneol=native#text/pascal
-packages/fcl-db/src/sqldb/mysql/mysql57conn.pas svneol=native#text/plain
-packages/fcl-db/src/sqldb/mysql/mysql80conn.pas svneol=native#text/plain
-packages/fcl-db/src/sqldb/mysql/mysqlconn.inc svneol=native#text/plain
-packages/fcl-db/src/sqldb/odbc/Makefile svneol=native#text/plain
-packages/fcl-db/src/sqldb/odbc/Makefile.fpc svneol=native#text/plain
-packages/fcl-db/src/sqldb/odbc/odbcconn.pas svneol=native#text/plain
-packages/fcl-db/src/sqldb/oracle/Makefile svneol=native#text/plain
-packages/fcl-db/src/sqldb/oracle/Makefile.fpc -text
-packages/fcl-db/src/sqldb/oracle/oracleconnection.pp svneol=native#text/plain
-packages/fcl-db/src/sqldb/postgres/Makefile svneol=native#text/plain
-packages/fcl-db/src/sqldb/postgres/Makefile.fpc svneol=native#text/plain
-packages/fcl-db/src/sqldb/postgres/fpmake.inc svneol=native#text/plain
-packages/fcl-db/src/sqldb/postgres/fpmake.pp svneol=native#text/plain
-packages/fcl-db/src/sqldb/postgres/pqconnection.pp svneol=native#text/plain
-packages/fcl-db/src/sqldb/postgres/pqeventmonitor.pp svneol=native#text/plain
-packages/fcl-db/src/sqldb/sqldb.pp svneol=native#text/plain
-packages/fcl-db/src/sqldb/sqldbini.pp svneol=native#text/plain
-packages/fcl-db/src/sqldb/sqldblib.pp svneol=native#text/plain
-packages/fcl-db/src/sqldb/sqlite/Makefile svneol=native#text/plain
-packages/fcl-db/src/sqldb/sqlite/Makefile.fpc svneol=native#text/plain
-packages/fcl-db/src/sqldb/sqlite/sqlite3backup.pas svneol=native#text/pascal
-packages/fcl-db/src/sqldb/sqlite/sqlite3conn.pp svneol=native#text/plain
-packages/fcl-db/src/sqldb/testsqldb.pp svneol=native#text/plain
-packages/fcl-db/src/sqlite/Makefile svneol=native#text/plain
-packages/fcl-db/src/sqlite/Makefile.fpc svneol=native#text/plain
-packages/fcl-db/src/sqlite/browseds.pas svneol=native#text/plain
-packages/fcl-db/src/sqlite/concurrencyds.pas svneol=native#text/plain
-packages/fcl-db/src/sqlite/createds.pas svneol=native#text/plain
-packages/fcl-db/src/sqlite/customsqliteds.pas svneol=native#text/plain
-packages/fcl-db/src/sqlite/fillds.pas svneol=native#text/plain
-packages/fcl-db/src/sqlite/fpmake.inc svneol=native#text/plain
-packages/fcl-db/src/sqlite/fpmake.pp svneol=native#text/plain
-packages/fcl-db/src/sqlite/sqlite3ds.pas svneol=native#text/plain
-packages/fcl-db/src/sqlite/sqliteds.pas svneol=native#text/plain
-packages/fcl-db/src/sqlite/testds.pas svneol=native#text/plain
-packages/fcl-db/tests/Makefile svneol=native#text/plain
-packages/fcl-db/tests/Makefile.fpc -text
-packages/fcl-db/tests/README.txt svneol=native#text/plain
-packages/fcl-db/tests/bufdatasettoolsunit.pas svneol=native#text/plain
-packages/fcl-db/tests/database.ini.txt svneol=native#text/plain
-packages/fcl-db/tests/dbftoolsunit.pas svneol=native#text/plain
-packages/fcl-db/tests/dbguitestrunner.pas svneol=native#text/plain
-packages/fcl-db/tests/dbtestframework.lpi svneol=native#text/plain
-packages/fcl-db/tests/dbtestframework.pas svneol=native#text/plain
-packages/fcl-db/tests/dbtestframework_gui.lpi svneol=native#text/plain
-packages/fcl-db/tests/dbtestframework_gui.lpr svneol=native#text/plain
-packages/fcl-db/tests/inieditor.lfm svneol=native#text/plain
-packages/fcl-db/tests/inieditor.pas svneol=native#text/plain
-packages/fcl-db/tests/memdstoolsunit.pas svneol=native#text/plain
-packages/fcl-db/tests/reruntest.sh svneol=native#text/plain
-packages/fcl-db/tests/sdfdstoolsunit.pas svneol=native#text/plain
-packages/fcl-db/tests/sqldbtoolsunit.pas svneol=native#text/plain
-packages/fcl-db/tests/sqlite3dstoolsunit.pas svneol=LF#text/plain eol=lf
-packages/fcl-db/tests/tccsvdataset.pp svneol=native#text/plain
-packages/fcl-db/tests/tcgensql.pas svneol=native#text/plain
-packages/fcl-db/tests/tcparser.pas svneol=native#text/plain
-packages/fcl-db/tests/tcsdfdata.pp svneol=native#text/plain
-packages/fcl-db/tests/tcsqlscanner.pas svneol=native#text/plain
-packages/fcl-db/tests/test-list.txt svneol=native#text/plain
-packages/fcl-db/tests/test.json svneol=native#text/plain
-packages/fcl-db/tests/testbasics.pas svneol=native#text/plain
-packages/fcl-db/tests/testbufdatasetstreams.pas svneol=native#text/plain
-packages/fcl-db/tests/testdatasources.pas svneol=native#text/plain
-packages/fcl-db/tests/testdbbasics.pas svneol=native#text/plain
-packages/fcl-db/tests/testdbexport.pas svneol=native#text/plain
-packages/fcl-db/tests/testdddiff.pp svneol=native#text/plain
-packages/fcl-db/tests/testfieldtypes.pas svneol=native#text/plain
-packages/fcl-db/tests/testjsondataset.lpi svneol=native#text/plain
-packages/fcl-db/tests/testjsondataset.pp svneol=native#text/plain
-packages/fcl-db/tests/testleaks.sh svneol=native#text/plain
-packages/fcl-db/tests/testspecifictbufdataset.pas svneol=native#text/plain
-packages/fcl-db/tests/testspecifictdbf.pas svneol=native#text/plain
-packages/fcl-db/tests/testspecifictmemdataset.pas svneol=native#text/pascal
-packages/fcl-db/tests/testspecifictsqlite3dataset.pp svneol=native#text/plain
-packages/fcl-db/tests/testsqldb.pas svneol=native#text/pascal
-packages/fcl-db/tests/testsqlfiles.lpi svneol=native#text/plain
-packages/fcl-db/tests/testsqlfiles.lpr svneol=native#text/plain
-packages/fcl-db/tests/testsqlscanner.lpi svneol=native#text/plain
-packages/fcl-db/tests/testsqlscanner.lpr svneol=native#text/plain
-packages/fcl-db/tests/testsqlscanner_gui.lpi svneol=native#text/plain
-packages/fcl-db/tests/testsqlscanner_gui.lpr svneol=native#text/plain
-packages/fcl-db/tests/testsqlscript.pas svneol=native#text/plain
-packages/fcl-db/tests/toolsunit.pas svneol=native#text/plain
-packages/fcl-extra/Makefile svneol=native#text/plain
-packages/fcl-extra/Makefile.fpc svneol=native#text/plain
-packages/fcl-extra/Makefile.fpc.fpcmake svneol=native#text/plain
-packages/fcl-extra/examples/Makefile svneol=native#text/plain
-packages/fcl-extra/examples/Makefile.fpc svneol=native#text/plain
-packages/fcl-extra/examples/daemon.pp svneol=native#text/plain
-packages/fcl-extra/examples/daemon.txt svneol=native#text/plain
-packages/fcl-extra/examples/double/daemonmapperunit1.lfm svneol=native#text/plain
-packages/fcl-extra/examples/double/daemonmapperunit1.pas svneol=native#text/plain
-packages/fcl-extra/examples/double/daemonunit1.lfm svneol=native#text/plain
-packages/fcl-extra/examples/double/daemonunit1.pas svneol=native#text/plain
-packages/fcl-extra/examples/double/daemonunit2.lfm svneol=native#text/plain
-packages/fcl-extra/examples/double/daemonunit2.pas svneol=native#text/plain
-packages/fcl-extra/examples/double/double.pp svneol=native#text/plain
-packages/fcl-extra/examples/double/resdaemonapp.pp svneol=native#text/plain
-packages/fcl-extra/examples/showver.pp svneol=native#text/pascal
-packages/fcl-extra/examples/showver.rc svneol=native#text/plain
-packages/fcl-extra/examples/showver.res -text
-packages/fcl-extra/fpmake.pp svneol=native#text/pascal
-packages/fcl-extra/src/daemonapp.pp svneol=native#text/plain
-packages/fcl-extra/src/fileinfo.pp svneol=native#text/pascal
-packages/fcl-extra/src/unix/daemonapp.inc svneol=native#text/plain
-packages/fcl-extra/src/win/ServiceManager.pas svneol=native#text/plain
-packages/fcl-extra/src/win/daemonapp.inc svneol=native#text/plain
-packages/fcl-fpcunit/Makefile svneol=native#text/plain
-packages/fcl-fpcunit/Makefile.fpc svneol=native#text/plain
-packages/fcl-fpcunit/Makefile.fpc.fpcmake svneol=native#text/plain
-packages/fcl-fpcunit/fpmake.pp svneol=native#text/plain
-packages/fcl-fpcunit/src/DUnitCompatibleInterface.inc svneol=native#text/plain
-packages/fcl-fpcunit/src/README.txt svneol=native#text/plain
-packages/fcl-fpcunit/src/consoletestrunner.pas svneol=native#text/plain
-packages/fcl-fpcunit/src/demo/consolerunner/suiteconfig.pp svneol=native#text/plain
-packages/fcl-fpcunit/src/demo/consolerunner/testrunner.pp svneol=native#text/plain
-packages/fcl-fpcunit/src/digesttestreport.pp svneol=native#text/plain
-packages/fcl-fpcunit/src/example_output/results.pdf -text
-packages/fcl-fpcunit/src/example_output/results.txt svneol=native#text/plain
-packages/fcl-fpcunit/src/example_xsl/fpcunit.css svneol=native#text/plain
-packages/fcl-fpcunit/src/example_xsl/fpcunit.xsl svneol=native#text/plain
-packages/fcl-fpcunit/src/example_xsl/images/lastlink.gif -text
-packages/fcl-fpcunit/src/example_xsl/images/link.gif -text
-packages/fcl-fpcunit/src/example_xsl/images/minus.gif -text
-packages/fcl-fpcunit/src/example_xsl/images/plus.gif -text
-packages/fcl-fpcunit/src/example_xsl/images/testcase.gif -text
-packages/fcl-fpcunit/src/example_xsl/images/testsuite.gif -text
-packages/fcl-fpcunit/src/example_xsl/readme.txt svneol=native#text/plain
-packages/fcl-fpcunit/src/example_xsl/scripts/fpcunit.css svneol=native#text/plain
-packages/fcl-fpcunit/src/example_xsl/scripts/treeview.js svneol=native#text/plain
-packages/fcl-fpcunit/src/exampletests/Makefile svneol=native#text/plain
-packages/fcl-fpcunit/src/exampletests/Makefile.fpc svneol=native#text/plain
-packages/fcl-fpcunit/src/exampletests/fpcunittests.pp svneol=native#text/plain
-packages/fcl-fpcunit/src/exampletests/money.pp svneol=native#text/plain
-packages/fcl-fpcunit/src/exampletests/moneytest.pp svneol=native#text/plain
-packages/fcl-fpcunit/src/exampletests/needassert.pp svneol=native#text/plain
-packages/fcl-fpcunit/src/exampletests/testmockobject.pp svneol=native#text/plain
-packages/fcl-fpcunit/src/fpcunit.pp svneol=native#text/plain
-packages/fcl-fpcunit/src/fpcunitreport.pp svneol=native#text/plain
-packages/fcl-fpcunit/src/fpmake.inc svneol=native#text/plain
-packages/fcl-fpcunit/src/fpmake.pp svneol=native#text/plain
-packages/fcl-fpcunit/src/latextestreport.pp svneol=native#text/plain
-packages/fcl-fpcunit/src/plaintestreport.pp svneol=native#text/plain
-packages/fcl-fpcunit/src/simpletestrunner.pas svneol=native#text/pascal
-packages/fcl-fpcunit/src/testdecorator.pp svneol=native#text/plain
-packages/fcl-fpcunit/src/testregistry.pp svneol=native#text/plain
-packages/fcl-fpcunit/src/testreport.pp svneol=native#text/plain
-packages/fcl-fpcunit/src/tests/Makefile svneol=native#text/plain
-packages/fcl-fpcunit/src/tests/Makefile.fpc svneol=native#text/plain
-packages/fcl-fpcunit/src/tests/asserttest.pp svneol=native#text/plain
-packages/fcl-fpcunit/src/tests/frameworktest.pp svneol=native#text/plain
-packages/fcl-fpcunit/src/tests/suitetest.pp svneol=native#text/plain
-packages/fcl-fpcunit/src/testutils.pp svneol=native#text/plain
-packages/fcl-fpcunit/src/ubmockobject.pp svneol=native#text/plain
-packages/fcl-fpcunit/src/xmlreporter.pas svneol=native#text/plain
-packages/fcl-fpcunit/src/xmltestreport.pp svneol=native#text/plain
-packages/fcl-image/Makefile svneol=native#text/plain
-packages/fcl-image/Makefile.fpc svneol=native#text/plain
-packages/fcl-image/Makefile.fpc.fpcmake svneol=native#text/plain
-packages/fcl-image/examples/DejaVuLGCSans.ttf -text
-packages/fcl-image/examples/Makefile svneol=native#text/plain
-packages/fcl-image/examples/Makefile.fpc svneol=native#text/plain
-packages/fcl-image/examples/createbarcode.lpi svneol=native#text/plain
-packages/fcl-image/examples/createbarcode.lpr svneol=native#text/plain
-packages/fcl-image/examples/createqrcode.lpi svneol=native#text/plain
-packages/fcl-image/examples/createqrcode.pp svneol=native#text/plain
-packages/fcl-image/examples/drawing.pp svneol=native#text/plain
-packages/fcl-image/examples/edit-clear.png -text svneol=unset#image/png
-packages/fcl-image/examples/fpcanvasalphadraw.pp svneol=native#text/plain
-packages/fcl-image/examples/imgconv.pp svneol=native#text/plain
-packages/fcl-image/examples/interpoldemo.pp svneol=native#text/plain
-packages/fcl-image/examples/pattern.png -text svneol=unset#image/png
-packages/fcl-image/examples/qrdemo.lpi svneol=native#text/plain
-packages/fcl-image/examples/qrdemo.pp svneol=native#text/plain
-packages/fcl-image/examples/textout.pp svneol=native#text/plain
-packages/fcl-image/examples/xwdtobmp.pas svneol=native#text/plain
-packages/fcl-image/fpmake.pp svneol=native#text/plain
-packages/fcl-image/src/bmpcomn.pp svneol=native#text/plain
-packages/fcl-image/src/clipping.pp svneol=native#text/plain
-packages/fcl-image/src/ellipses.pp svneol=native#text/plain
-packages/fcl-image/src/extinterpolation.pp svneol=native#text/plain
-packages/fcl-image/src/fpbarcode.pp svneol=native#text/plain
-packages/fcl-image/src/fpbrush.inc svneol=native#text/plain
-packages/fcl-image/src/fpcanvas.inc svneol=native#text/plain
-packages/fcl-image/src/fpcanvas.pp svneol=native#text/plain
-packages/fcl-image/src/fpcdrawh.inc svneol=native#text/plain
-packages/fcl-image/src/fpcolcnv.inc svneol=native#text/plain
-packages/fcl-image/src/fpcolhash.pas svneol=native#text/plain
-packages/fcl-image/src/fpcolors.inc svneol=native#text/plain
-packages/fcl-image/src/fpcompactimg.inc svneol=native#text/plain
-packages/fcl-image/src/fpditherer.pas svneol=native#text/plain
-packages/fcl-image/src/fpfont.inc svneol=native#text/plain
-packages/fcl-image/src/fphandler.inc svneol=native#text/plain
-packages/fcl-image/src/fphelper.inc svneol=native#text/plain
-packages/fcl-image/src/fpimage.inc svneol=native#text/plain
-packages/fcl-image/src/fpimage.pp svneol=native#text/plain
-packages/fcl-image/src/fpimgbarcode.pp svneol=native#text/plain
-packages/fcl-image/src/fpimgcanv.pp svneol=native#text/plain
-packages/fcl-image/src/fpimgcmn.pp svneol=native#text/plain
-packages/fcl-image/src/fpimggauss.pp svneol=native#text/plain
-packages/fcl-image/src/fpimgqrcode.pp svneol=native#text/plain
-packages/fcl-image/src/fpinterpolation.inc svneol=native#text/plain
-packages/fcl-image/src/fppalette.inc svneol=native#text/plain
-packages/fcl-image/src/fppen.inc svneol=native#text/plain
-packages/fcl-image/src/fppixlcanv.pp svneol=native#text/plain
-packages/fcl-image/src/fpqrcodegen.pp svneol=native#text/plain
-packages/fcl-image/src/fpquantizer.pas svneol=native#text/plain
-packages/fcl-image/src/fpreadbmp.pp svneol=native#text/plain
-packages/fcl-image/src/fpreadgif.pas svneol=native#text/plain
-packages/fcl-image/src/fpreadjpeg.pas svneol=native#text/plain
-packages/fcl-image/src/fpreadpcx.pas svneol=native#text/plain
-packages/fcl-image/src/fpreadpng.pp svneol=native#text/plain
-packages/fcl-image/src/fpreadpnm.pp svneol=native#text/plain
-packages/fcl-image/src/fpreadpsd.pas svneol=native#text/plain
-packages/fcl-image/src/fpreadtga.pp svneol=native#text/plain
-packages/fcl-image/src/fpreadtiff.pas svneol=native#text/plain
-packages/fcl-image/src/fpreadxpm.pp svneol=native#text/plain
-packages/fcl-image/src/fpreadxwd.pas svneol=native#text/plain
-packages/fcl-image/src/fptiffcmn.pas svneol=native#text/plain
-packages/fcl-image/src/fpwritebmp.pp svneol=native#text/plain
-packages/fcl-image/src/fpwritejpeg.pas svneol=native#text/plain
-packages/fcl-image/src/fpwritepcx.pas svneol=native#text/plain
-packages/fcl-image/src/fpwritepng.pp svneol=native#text/plain
-packages/fcl-image/src/fpwritepnm.pp svneol=native#text/plain
-packages/fcl-image/src/fpwritetga.pp svneol=native#text/plain
-packages/fcl-image/src/fpwritetiff.pas svneol=native#text/plain
-packages/fcl-image/src/fpwritexpm.pp svneol=native#text/plain
-packages/fcl-image/src/freetype.pp svneol=native#text/plain
-packages/fcl-image/src/freetypeh.pp svneol=native#text/plain
-packages/fcl-image/src/freetypehdyn.pp svneol=native#text/plain
-packages/fcl-image/src/ftfont.pp svneol=native#text/plain
-packages/fcl-image/src/libfreetype.inc svneol=native#text/plain
-packages/fcl-image/src/pcxcomn.pas svneol=native#text/plain
-packages/fcl-image/src/pixtools.pp svneol=native#text/plain
-packages/fcl-image/src/pngcomn.pp svneol=native#text/plain
-packages/fcl-image/src/pscanvas.pp svneol=native#text/plain
-packages/fcl-image/src/targacmn.pp svneol=native#text/plain
-packages/fcl-image/src/xwdfile.pp svneol=native#text/plain
-packages/fcl-image/test/tcbarcodes.pp svneol=native#text/plain
-packages/fcl-image/test/testfpimage.lpi svneol=native#text/plain
-packages/fcl-image/test/testfpimage.lpr svneol=native#text/plain
-packages/fcl-js/Makefile svneol=native#text/plain
-packages/fcl-js/Makefile.fpc svneol=native#text/plain
-packages/fcl-js/Makefile.fpc.fpcmake svneol=native#text/plain
-packages/fcl-js/README.TXT svneol=native#text/plain
-packages/fcl-js/examples/fpjsmin.pp svneol=native#text/plain
-packages/fcl-js/examples/srcmapdump.lpi svneol=native#text/plain
-packages/fcl-js/examples/srcmapdump.lpr svneol=native#text/plain
-packages/fcl-js/fpmake.pp svneol=native#text/plain
-packages/fcl-js/src/fcl-js.inc svneol=native#text/plain
-packages/fcl-js/src/jsbase.pp svneol=native#text/plain
-packages/fcl-js/src/jsminifier.pp svneol=native#text/plain
-packages/fcl-js/src/jsparser.pp svneol=native#text/plain
-packages/fcl-js/src/jsscanner.pp svneol=native#text/plain
-packages/fcl-js/src/jssrcmap.pas svneol=native#text/plain
-packages/fcl-js/src/jstoken.pp svneol=native#text/plain
-packages/fcl-js/src/jstree.pp svneol=native#text/plain
-packages/fcl-js/src/jswriter.pp svneol=native#text/plain
-packages/fcl-js/tests/tcparser.pp svneol=native#text/plain
-packages/fcl-js/tests/tcscanner.pp svneol=native#text/plain
-packages/fcl-js/tests/tcsrcmap.pas svneol=native#text/plain
-packages/fcl-js/tests/tcwriter.pp svneol=native#text/plain
-packages/fcl-js/tests/testjs.ico -text
-packages/fcl-js/tests/testjs.lpi svneol=native#text/plain
-packages/fcl-js/tests/testjs.lpr svneol=native#text/plain
-packages/fcl-js/tests/testjs.manifest svneol=native#text/plain
-packages/fcl-js/tests/testjs.rc svneol=native#text/plain
-packages/fcl-json/Makefile svneol=native#text/plain
-packages/fcl-json/Makefile.fpc svneol=native#text/plain
-packages/fcl-json/Makefile.fpc.fpcmake svneol=native#text/plain
-packages/fcl-json/examples/confdemo.lpi svneol=native#text/plain
-packages/fcl-json/examples/confdemo.pp svneol=native#text/plain
-packages/fcl-json/examples/demoformat.pp svneol=native#text/plain
-packages/fcl-json/examples/demortti.pp svneol=native#text/plain
-packages/fcl-json/examples/ini2json.pp svneol=native#text/plain
-packages/fcl-json/examples/j2y.pp svneol=native#text/plain
-packages/fcl-json/examples/parsedemo.lpi svneol=native#text/plain
-packages/fcl-json/examples/parsedemo.pp svneol=native#text/plain
-packages/fcl-json/examples/simpledemo.lpi svneol=native#text/plain
-packages/fcl-json/examples/simpledemo.pp svneol=native#text/plain
-packages/fcl-json/fpmake.pp svneol=native#text/plain
-packages/fcl-json/src/README.txt svneol=native#text/plain
-packages/fcl-json/src/fcl-json.inc svneol=native#text/plain
-packages/fcl-json/src/fpjson.pp svneol=native#text/plain
-packages/fcl-json/src/fpjsonrtti.pp svneol=native#text/plain
-packages/fcl-json/src/fpjsontopas.pp svneol=native#text/plain
-packages/fcl-json/src/json2yaml.pp svneol=native#text/plain
-packages/fcl-json/src/jsonconf.pp svneol=native#text/plain
-packages/fcl-json/src/jsonini.pp svneol=native#text/plain
-packages/fcl-json/src/jsonparser.pp svneol=native#text/plain
-packages/fcl-json/src/jsonreader.pp svneol=native#text/plain
-packages/fcl-json/src/jsonscanner.pp svneol=native#text/plain
-packages/fcl-json/tests/jsonconftest.pp svneol=native#text/plain
-packages/fcl-json/tests/tcjsonini.pp svneol=native#text/plain
-packages/fcl-json/tests/tcjsontocode.pp svneol=native#text/plain
-packages/fcl-json/tests/testcomps.pp svneol=native#text/plain
-packages/fcl-json/tests/testjson.lpi svneol=native#text/plain
-packages/fcl-json/tests/testjson.pp svneol=native#text/plain
-packages/fcl-json/tests/testjson2code.lpi svneol=native#text/plain
-packages/fcl-json/tests/testjson2code.lpr svneol=native#text/plain
-packages/fcl-json/tests/testjsonconf.lpi svneol=native#text/plain
-packages/fcl-json/tests/testjsonconf.pp svneol=native#text/plain
-packages/fcl-json/tests/testjsondata.pp svneol=native#text/plain
-packages/fcl-json/tests/testjsonparser.pp svneol=native#text/plain
-packages/fcl-json/tests/testjsonreader.pp svneol=native#text/plain
-packages/fcl-json/tests/testjsonrtti.pp svneol=native#text/plain
-packages/fcl-mustache/Makefile svneol=native#text/plain
-packages/fcl-mustache/Makefile.fpc svneol=native#text/plain
-packages/fcl-mustache/examples/README.txt svneol=native#text/plain
-packages/fcl-mustache/examples/demo1.lpi svneol=native#text/plain
-packages/fcl-mustache/examples/demo1.lpr svneol=native#text/plain
-packages/fcl-mustache/examples/demo2.lpi svneol=native#text/plain
-packages/fcl-mustache/examples/demo2.lpr svneol=native#text/plain
-packages/fcl-mustache/examples/family.csv svneol=native#text/plain
-packages/fcl-mustache/examples/family.json svneol=native#text/plain
-packages/fcl-mustache/examples/family.tmpl svneol=native#text/plain
-packages/fcl-mustache/examples/mustache.lpi svneol=native#text/plain
-packages/fcl-mustache/examples/mustache.lpr svneol=native#text/plain
-packages/fcl-mustache/fpmake.pp svneol=native#text/plain
-packages/fcl-mustache/src/fpdbmustache.pp svneol=native#text/plain
-packages/fcl-mustache/src/fpexmustache.pp svneol=native#text/plain
-packages/fcl-mustache/src/fpmustache.pp svneol=native#text/plain
-packages/fcl-mustache/tests/spec/comments.json svneol=native#text/plain
-packages/fcl-mustache/tests/spec/delimiters.json svneol=native#text/plain
-packages/fcl-mustache/tests/spec/interpolation.json svneol=native#text/plain
-packages/fcl-mustache/tests/spec/inverted.json svneol=native#text/plain
-packages/fcl-mustache/tests/spec/partials.json svneol=native#text/plain
-packages/fcl-mustache/tests/spec/sections.json svneol=native#text/plain
-packages/fcl-mustache/tests/tcbasemustache.pas svneol=native#text/plain
-packages/fcl-mustache/tests/tcdbmustache.pas svneol=native#text/plain
-packages/fcl-mustache/tests/tcexmustache.pas svneol=native#text/plain
-packages/fcl-mustache/tests/tcmustache.pas svneol=native#text/plain
-packages/fcl-mustache/tests/tcspecs.pas svneol=native#text/plain
-packages/fcl-mustache/tests/testmustache.lpi svneol=native#text/plain
-packages/fcl-mustache/tests/testmustache.lpr svneol=native#text/plain
-packages/fcl-net/Makefile svneol=native#text/plain
-packages/fcl-net/Makefile.fpc svneol=native#text/plain
-packages/fcl-net/Makefile.fpc.fpcmake svneol=native#text/plain
-packages/fcl-net/README.txt svneol=native#text/plain
-packages/fcl-net/examples/Makefile svneol=native#text/plain
-packages/fcl-net/examples/Makefile.fpc svneol=native#text/plain
-packages/fcl-net/examples/cnslookup.pp svneol=native#text/plain
-packages/fcl-net/examples/ip6test.pp svneol=native#text/plain
-packages/fcl-net/examples/isockcli.pp svneol=native#text/plain
-packages/fcl-net/examples/isocksvr.pp svneol=native#text/plain
-packages/fcl-net/examples/readme.txt svneol=native#text/plain
-packages/fcl-net/examples/rpccli.pp svneol=native#text/plain
-packages/fcl-net/examples/rpcserv.pp svneol=native#text/plain
-packages/fcl-net/examples/svrclass.pp svneol=native#text/plain
-packages/fcl-net/examples/svrclass_xmlrpc.pp svneol=native#text/plain
-packages/fcl-net/examples/testdns.pp svneol=native#text/plain
-packages/fcl-net/examples/testhosts.pp svneol=native#text/plain
-packages/fcl-net/examples/testhst.pp svneol=native#text/plain
-packages/fcl-net/examples/testnet.pp svneol=native#text/plain
-packages/fcl-net/examples/testproto.pp svneol=native#text/plain
-packages/fcl-net/examples/testsvc.pp svneol=native#text/plain
-packages/fcl-net/examples/testuri.pp svneol=native#text/plain
-packages/fcl-net/fpmake.pp svneol=native#text/plain
-packages/fcl-net/src/amiga/resolve.inc svneol=native#text/plain
-packages/fcl-net/src/aros/resolve.inc svneol=native#text/plain
-packages/fcl-net/src/cnetdb.pp svneol=native#text/plain
-packages/fcl-net/src/fpsock.pp svneol=native#text/plain
-packages/fcl-net/src/httpsvlt.pp svneol=native#text/plain
-packages/fcl-net/src/netdb.pp svneol=native#text/plain
-packages/fcl-net/src/netware/resolve.inc svneol=native#text/plain
-packages/fcl-net/src/netwlibc/resolve.inc svneol=native#text/plain
-packages/fcl-net/src/os2/resolve.inc svneol=native#text/plain
-packages/fcl-net/src/resolve.pp svneol=native#text/plain
-packages/fcl-net/src/sslbase.pp svneol=native#text/plain
-packages/fcl-net/src/sslsockets.pp svneol=native#text/plain
-packages/fcl-net/src/ssockets.pp svneol=native#text/plain
-packages/fcl-net/src/unix/resolve.inc svneol=native#text/plain
-packages/fcl-net/src/win/resolve.inc svneol=native#text/plain
-packages/fcl-net/tests/netdbtest.pp svneol=native#text/plain
-packages/fcl-net/tests/tresolvertests.pp svneol=native#text/plain
-packages/fcl-passrc/Makefile svneol=native#text/plain
-packages/fcl-passrc/Makefile.fpc svneol=native#text/plain
-packages/fcl-passrc/Makefile.fpc.fpcmake svneol=native#text/plain
-packages/fcl-passrc/examples/parsepp.pp svneol=native#text/plain
-packages/fcl-passrc/examples/pasrewrite.lpi svneol=native#text/plain
-packages/fcl-passrc/examples/pasrewrite.pp svneol=native#text/plain
-packages/fcl-passrc/examples/test_parser.pp svneol=native#text/plain
-packages/fcl-passrc/examples/testunit1.pp svneol=native#text/plain
-packages/fcl-passrc/fpmake.pp svneol=native#text/plain
-packages/fcl-passrc/src/fcl-passrc.inc svneol=native#text/plain
-packages/fcl-passrc/src/pasresolveeval.pas svneol=native#text/plain
-packages/fcl-passrc/src/pasresolver.pp svneol=native#text/plain
-packages/fcl-passrc/src/passrcutil.pp svneol=native#text/plain
-packages/fcl-passrc/src/pastounittest.pp svneol=native#text/plain
-packages/fcl-passrc/src/pastree.pp svneol=native#text/plain
-packages/fcl-passrc/src/pasuseanalyzer.pas svneol=native#text/plain
-packages/fcl-passrc/src/paswrite.pp svneol=native#text/plain
-packages/fcl-passrc/src/pparser.pp svneol=native#text/plain
-packages/fcl-passrc/src/pscanner.pp svneol=native#text/plain
-packages/fcl-passrc/src/readme.txt svneol=native#text/plain
-packages/fcl-passrc/tests/tcbaseparser.pas svneol=native#text/plain
-packages/fcl-passrc/tests/tcclasstype.pas svneol=native#text/plain
-packages/fcl-passrc/tests/tcexprparser.pas svneol=native#text/plain
-packages/fcl-passrc/tests/tcgenerics.pp svneol=native#text/plain
-packages/fcl-passrc/tests/tcmoduleparser.pas svneol=native#text/plain
-packages/fcl-passrc/tests/tconstparser.pas svneol=native#text/plain
-packages/fcl-passrc/tests/tcpassrcutil.pas svneol=native#text/plain
-packages/fcl-passrc/tests/tcpaswritestatements.pas svneol=native#text/plain
-packages/fcl-passrc/tests/tcprocfunc.pas svneol=native#text/plain
-packages/fcl-passrc/tests/tcresolvegenerics.pas svneol=native#text/plain
-packages/fcl-passrc/tests/tcresolver.pas svneol=native#text/plain
-packages/fcl-passrc/tests/tcscanner.pas svneol=native#text/plain
-packages/fcl-passrc/tests/tcstatements.pas svneol=native#text/plain
-packages/fcl-passrc/tests/tctypeparser.pas svneol=native#text/plain
-packages/fcl-passrc/tests/tcuseanalyzer.pas svneol=native#text/plain
-packages/fcl-passrc/tests/tcvarparser.pas svneol=native#text/plain
-packages/fcl-passrc/tests/testpassrc.lpi svneol=native#text/plain
-packages/fcl-passrc/tests/testpassrc.lpr svneol=native#text/plain
-packages/fcl-pdf/Makefile svneol=native#text/plain
-packages/fcl-pdf/Makefile.fpc svneol=native#text/plain
-packages/fcl-pdf/examples/diamond.png -text svneol=unset#image/png
-packages/fcl-pdf/examples/metautf16.pp svneol=native#text/plain
-packages/fcl-pdf/examples/monospacetext.pp svneol=native#text/plain
-packages/fcl-pdf/examples/poppy.jpg -text
-packages/fcl-pdf/examples/testfppdf.lpi svneol=native#text/plain
-packages/fcl-pdf/examples/testfppdf.lpr svneol=native#text/plain
-packages/fcl-pdf/fpmake.pp svneol=native#text/plain
-packages/fcl-pdf/readme.txt svneol=native#text/plain
-packages/fcl-pdf/src/fontmetrics_stdpdf.inc svneol=native#text/plain
-packages/fcl-pdf/src/fpfonttextmapping.pp svneol=native#text/plain
-packages/fcl-pdf/src/fpparsettf.pp svneol=native#text/plain
-packages/fcl-pdf/src/fppdf.pp svneol=native#text/plain
-packages/fcl-pdf/src/fpttf.pp svneol=native#text/plain
-packages/fcl-pdf/src/fpttfencodings.pp svneol=native#text/plain
-packages/fcl-pdf/src/fpttfsubsetter.pp svneol=native#text/plain
-packages/fcl-pdf/tests/fontlist.txt svneol=native#text/plain
-packages/fcl-pdf/tests/fonts/README.txt svneol=native#text/plain
-packages/fcl-pdf/tests/fpparsettf_test.pas svneol=native#text/plain
-packages/fcl-pdf/tests/fppdf_test.pas svneol=native#text/plain
-packages/fcl-pdf/tests/fpttf_test.pas svneol=native#text/plain
-packages/fcl-pdf/tests/readme.txt svneol=native#text/plain
-packages/fcl-pdf/tests/testunits.inc svneol=native#text/plain
-packages/fcl-pdf/tests/unittests_console.lpi svneol=native#text/plain
-packages/fcl-pdf/tests/unittests_console.lpr svneol=native#text/plain
-packages/fcl-pdf/tests/unittests_gui.lpi svneol=native#text/plain
-packages/fcl-pdf/tests/unittests_gui.lpr svneol=native#text/plain
-packages/fcl-pdf/utils/ttfdump.lpi svneol=native#text/plain
-packages/fcl-pdf/utils/ttfdump.lpr svneol=native#text/plain
-packages/fcl-process/Makefile svneol=native#text/plain
-packages/fcl-process/Makefile.fpc svneol=native#text/plain
-packages/fcl-process/Makefile.fpc.fpcmake svneol=native#text/plain
-packages/fcl-process/examples/checkipcserver.lpi svneol=native#text/plain
-packages/fcl-process/examples/checkipcserver.lpr svneol=native#text/plain
-packages/fcl-process/examples/dbugsrv.pp svneol=native#text/plain
-packages/fcl-process/examples/demoproject.ico -text
-packages/fcl-process/examples/demoproject.lpi svneol=native#text/plain
-packages/fcl-process/examples/demoproject.pp svneol=native#text/plain
-packages/fcl-process/examples/demoproject.res -text
-packages/fcl-process/examples/demoruncommand.lpi svneol=native#text/plain
-packages/fcl-process/examples/demoruncommand.pp svneol=native#text/plain
-packages/fcl-process/examples/echoparams.pp svneol=native#text/plain
-packages/fcl-process/examples/empty.pp svneol=native#text/pascal
-packages/fcl-process/examples/infinity.pp svneol=native#text/pascal
-packages/fcl-process/examples/ipcclient.lpi svneol=native#text/plain
-packages/fcl-process/examples/ipcclient.pp svneol=native#text/plain
-packages/fcl-process/examples/ipcserver.lpi svneol=native#text/plain
-packages/fcl-process/examples/ipcserver.pp svneol=native#text/plain
-packages/fcl-process/examples/simpleipcserver.lpi svneol=native#text/plain
-packages/fcl-process/examples/simpleipcserver.lpr svneol=native#text/plain
-packages/fcl-process/examples/threadedipc.lpi svneol=native#text/plain
-packages/fcl-process/examples/threadedipc.lpr svneol=native#text/plain
-packages/fcl-process/examples/waitonexit.pp svneol=native#text/pascal
-packages/fcl-process/fpmake.pp svneol=native#text/plain
-packages/fcl-process/src/amicommon/pipes.inc svneol=native#text/plain
-packages/fcl-process/src/amicommon/process.inc svneol=native#text/plain
-packages/fcl-process/src/amicommon/simpleipc.inc svneol=native#text/plain
-packages/fcl-process/src/dbugintf.pp svneol=native#text/plain
-packages/fcl-process/src/dbugmsg.pp svneol=native#text/plain
-packages/fcl-process/src/dummy/pipes.inc svneol=native#text/plain
-packages/fcl-process/src/dummy/process.inc svneol=native#text/plain
-packages/fcl-process/src/dummy/simpleipc.inc svneol=native#text/plain
-packages/fcl-process/src/os2/pipes.inc svneol=native#text/plain
-packages/fcl-process/src/os2/simpleipc.inc svneol=native#text/plain
-packages/fcl-process/src/pipes.pp svneol=native#text/plain
-packages/fcl-process/src/pipesipc.pp svneol=native#text/plain
-packages/fcl-process/src/process.pp svneol=native#text/plain
-packages/fcl-process/src/process.txt svneol=native#text/plain
-packages/fcl-process/src/processbody.inc svneol=native#text/plain
-packages/fcl-process/src/processunicode.pp svneol=native#text/plain
-packages/fcl-process/src/simpleipc.pp svneol=native#text/plain
-packages/fcl-process/src/unix/pipes.inc svneol=native#text/plain
-packages/fcl-process/src/unix/process.inc svneol=native#text/plain
-packages/fcl-process/src/unix/simpleipc.inc svneol=native#text/plain
-packages/fcl-process/src/win/pipes.inc svneol=native#text/plain
-packages/fcl-process/src/win/process.inc svneol=native#text/plain
-packages/fcl-process/src/winall/simpleipc.inc svneol=native#text/plain
-packages/fcl-process/src/wince/process.inc svneol=native#text/plain
-packages/fcl-registry/Makefile svneol=native#text/plain
-packages/fcl-registry/Makefile.fpc svneol=native#text/plain
-packages/fcl-registry/Makefile.fpc.fpcmake svneol=native#text/plain
-packages/fcl-registry/examples/remotereg.pp svneol=native#text/pascal
-packages/fcl-registry/examples/testunicode.lpi svneol=native#text/plain
-packages/fcl-registry/examples/testunicode.pp svneol=native#text/plain
-packages/fcl-registry/examples/testunicode2.lpi svneol=native#text/plain
-packages/fcl-registry/examples/testunicode2.pas svneol=native#text/plain
-packages/fcl-registry/examples/testunicode2.pp svneol=native#text/plain
-packages/fcl-registry/fpmake.pp svneol=native#text/plain
-packages/fcl-registry/src/regdef.inc svneol=native#text/plain
-packages/fcl-registry/src/regini.inc svneol=native#text/plain
-packages/fcl-registry/src/registry.pp svneol=native#text/plain
-packages/fcl-registry/src/winreg.inc svneol=native#text/plain
-packages/fcl-registry/src/xmlreg.pp svneol=native#text/plain
-packages/fcl-registry/src/xregreg.inc svneol=native#text/plain
-packages/fcl-registry/tests/Makefile svneol=native#text/plain
-packages/fcl-registry/tests/Makefile.fpc -text
-packages/fcl-registry/tests/regtcxmlreg.pp svneol=native#text/plain
-packages/fcl-registry/tests/regtestbasics.pp svneol=native#text/plain
-packages/fcl-registry/tests/tregistry2.pp svneol=native#text/plain
-packages/fcl-registry/tests/tregtestframework.pp svneol=native#text/plain
-packages/fcl-report/Makefile svneol=native#text/plain
-packages/fcl-report/Makefile.fpc svneol=native#text/plain
-packages/fcl-report/demos/company-logo.png -text svneol=unset#image/png
-packages/fcl-report/demos/compiling.txt svneol=native#text/plain
-packages/fcl-report/demos/countries.inc svneol=native#text/plain
-packages/fcl-report/demos/countries.json svneol=native#text/plain
-packages/fcl-report/demos/countries2.inc svneol=native#text/plain
-packages/fcl-report/demos/demos.inc svneol=native#text/plain
-packages/fcl-report/demos/fcldemo.lpi svneol=native#text/plain
-packages/fcl-report/demos/fcldemo.pp svneol=native#text/plain
-packages/fcl-report/demos/fonts/DejaVuSans-Bold.ttf -text
-packages/fcl-report/demos/fonts/DejaVuSans-BoldOblique.ttf -text
-packages/fcl-report/demos/fonts/DejaVuSans-ExtraLight.ttf -text
-packages/fcl-report/demos/fonts/DejaVuSans-Oblique.ttf -text
-packages/fcl-report/demos/fonts/DejaVuSans.ttf -text
-packages/fcl-report/demos/fonts/LiberationSans-Bold.ttf -text
-packages/fcl-report/demos/fonts/LiberationSans-BoldItalic.ttf -text
-packages/fcl-report/demos/fonts/LiberationSans-Italic.ttf -text
-packages/fcl-report/demos/fonts/LiberationSans-Regular.ttf -text
-packages/fcl-report/demos/fonts/LiberationSerif-Bold.ttf -text
-packages/fcl-report/demos/fonts/LiberationSerif-BoldItalic.ttf -text
-packages/fcl-report/demos/fonts/LiberationSerif-Italic.ttf -text
-packages/fcl-report/demos/fonts/LiberationSerif-Regular.ttf -text
-packages/fcl-report/demos/fonts/Ubuntu-B.ttf -text
-packages/fcl-report/demos/fonts/Ubuntu-BI.ttf -text
-packages/fcl-report/demos/fonts/Ubuntu-C.ttf -text
-packages/fcl-report/demos/fonts/Ubuntu-L.ttf -text
-packages/fcl-report/demos/fonts/Ubuntu-LI.ttf -text
-packages/fcl-report/demos/fonts/Ubuntu-M.ttf -text
-packages/fcl-report/demos/fonts/Ubuntu-MI.ttf -text
-packages/fcl-report/demos/fonts/Ubuntu-R.ttf -text
-packages/fcl-report/demos/fonts/Ubuntu-RI.ttf -text
-packages/fcl-report/demos/fonts/Ubuntu-Th.ttf -text
-packages/fcl-report/demos/laz2fpreport.lpi svneol=native#text/plain
-packages/fcl-report/demos/laz2fpreport.pp svneol=native#text/plain
-packages/fcl-report/demos/pictures/man01.png -text svneol=unset#image/png
-packages/fcl-report/demos/pictures/man02.png -text svneol=unset#image/png
-packages/fcl-report/demos/pictures/man03.png -text svneol=unset#image/png
-packages/fcl-report/demos/pictures/man04.png -text svneol=unset#image/png
-packages/fcl-report/demos/pictures/man05.png -text svneol=unset#image/png
-packages/fcl-report/demos/pictures/woman01.png -text svneol=unset#image/png
-packages/fcl-report/demos/pictures/woman02.png -text svneol=unset#image/png
-packages/fcl-report/demos/pictures/woman03.png -text svneol=unset#image/png
-packages/fcl-report/demos/pictures/woman04.png -text svneol=unset#image/png
-packages/fcl-report/demos/pictures/woman05.png -text svneol=unset#image/png
-packages/fcl-report/demos/polygon/frmmain.lfm svneol=native#text/plain
-packages/fcl-report/demos/polygon/frmmain.pas svneol=native#text/plain
-packages/fcl-report/demos/polygon/reportpolygon.pas svneol=native#text/plain
-packages/fcl-report/demos/polygon/testpolygon.ico -text
-packages/fcl-report/demos/polygon/testpolygon.lpi svneol=native#text/plain
-packages/fcl-report/demos/polygon/testpolygon.lpr svneol=native#text/plain
-packages/fcl-report/demos/polygon/testpolygon.res -text
-packages/fcl-report/demos/regreports.pp svneol=native#text/plain
-packages/fcl-report/demos/rptbarcode.pp svneol=native#text/plain
-packages/fcl-report/demos/rptcolumns.pp svneol=native#text/plain
-packages/fcl-report/demos/rptcontnr.pp svneol=native#text/plain
-packages/fcl-report/demos/rptdataset.pp svneol=native#text/plain
-packages/fcl-report/demos/rptexpressions.pp svneol=native#text/plain
-packages/fcl-report/demos/rptframes.pp svneol=native#text/plain
-packages/fcl-report/demos/rptgrouping.pp svneol=native#text/plain
-packages/fcl-report/demos/rptgrouping2.pp svneol=native#text/plain
-packages/fcl-report/demos/rptimages.pp svneol=native#text/plain
-packages/fcl-report/demos/rptjson.pp svneol=native#text/plain
-packages/fcl-report/demos/rptmasterdetail.pp svneol=native#text/plain
-packages/fcl-report/demos/rptmasterdetaildataset.pp svneol=native#text/plain
-packages/fcl-report/demos/rptnestedgroups.pp svneol=native#text/plain
-packages/fcl-report/demos/rptqrcode.pp svneol=native#text/plain
-packages/fcl-report/demos/rptshapes.pp svneol=native#text/plain
-packages/fcl-report/demos/rptsimplelist.pp svneol=native#text/plain
-packages/fcl-report/demos/rptttf.pp svneol=native#text/plain
-packages/fcl-report/demos/txt2pdf.lpi svneol=native#text/plain
-packages/fcl-report/demos/txt2pdf.pas svneol=native#text/plain
-packages/fcl-report/demos/udapp.pp svneol=native#text/plain
-packages/fcl-report/demos/webdemo.lpi svneol=native#text/plain
-packages/fcl-report/demos/webdemo.pp svneol=native#text/plain
-packages/fcl-report/demos/wmreports.pp svneol=native#text/plain
-packages/fcl-report/fpmake.pp svneol=native#text/plain
-packages/fcl-report/src/fpextfuncs.pp svneol=native#text/plain
-packages/fcl-report/src/fpjsonreport.pp svneol=native#text/plain
-packages/fcl-report/src/fplazreport.pp svneol=native#text/plain
-packages/fcl-report/src/fprepexprpars.pp svneol=native#text/plain
-packages/fcl-report/src/fpreport.pp svneol=native#text/plain
-packages/fcl-report/src/fpreportbarcode.pp svneol=native#text/plain
-packages/fcl-report/src/fpreportcanvashelper.pp svneol=native#text/plain
-packages/fcl-report/src/fpreportcheckbox.inc svneol=native#text/plain
-packages/fcl-report/src/fpreportcontnr.pp svneol=native#text/plain
-packages/fcl-report/src/fpreportdata.pp svneol=native#text/plain
-packages/fcl-report/src/fpreportdatacsv.pp svneol=native#text/plain
-packages/fcl-report/src/fpreportdatadbf.pp svneol=native#text/plain
-packages/fcl-report/src/fpreportdatajson.pp svneol=native#text/plain
-packages/fcl-report/src/fpreportdatasqldb.pp svneol=native#text/plain
-packages/fcl-report/src/fpreportdb.pp svneol=native#text/plain
-packages/fcl-report/src/fpreportdom.pp svneol=native#text/plain
-packages/fcl-report/src/fpreportfpimageexport.pp svneol=native#text/plain
-packages/fcl-report/src/fpreporthtmlexport.pp svneol=native#text/plain
-packages/fcl-report/src/fpreporthtmlparser.pp svneol=native#text/plain
-packages/fcl-report/src/fpreporthtmlutil.pp svneol=native#text/plain
-packages/fcl-report/src/fpreportjson.pp svneol=native#text/plain
-packages/fcl-report/src/fpreportpdfexport.pp svneol=native#text/plain
-packages/fcl-report/src/fpreportqrcode.pp svneol=native#text/plain
-packages/fcl-report/src/fpreportstreamer.pp svneol=native#text/plain
-packages/fcl-report/test/README.md svneol=native#text/plain
-packages/fcl-report/test/fonts/LiberationSerif-Regular.ttf -text
-packages/fcl-report/test/fonts/calibri.ttf -text
-packages/fcl-report/test/fonts/calibrib.ttf -text
-packages/fcl-report/test/fonts/calibrii.ttf -text
-packages/fcl-report/test/fonts/calibriz.ttf -text
-packages/fcl-report/test/guitestfpreport.lpi svneol=native#text/plain
-packages/fcl-report/test/guitestfpreport.lpr svneol=native#text/plain
-packages/fcl-report/test/regtests.pp svneol=native#text/plain
-packages/fcl-report/test/tcbasereport.pp svneol=native#text/plain
-packages/fcl-report/test/tchtmlparser.pas svneol=native#text/plain
-packages/fcl-report/test/tcreportdom.pp svneol=native#text/plain
-packages/fcl-report/test/tcreportgenerator.pas svneol=native#text/plain
-packages/fcl-report/test/tcreportstreamer.pp svneol=native#text/plain
-packages/fcl-report/test/testfpreport.lpi svneol=native#text/plain
-packages/fcl-report/test/testfpreport.lpr svneol=native#text/plain
-packages/fcl-report/todo.txt svneol=native#text/plain
-packages/fcl-res/Makefile svneol=native#text/plain
-packages/fcl-res/Makefile.fpc svneol=native#text/plain
-packages/fcl-res/Makefile.fpc.fpcmake svneol=native#text/plain
-packages/fcl-res/fpmake.pp svneol=native#text/plain
-packages/fcl-res/src/acceleratorsresource.pp svneol=native#text/plain
-packages/fcl-res/src/bitmapresource.pp svneol=native#text/plain
-packages/fcl-res/src/coffconsts.pp svneol=native#text/plain
-packages/fcl-res/src/coffreader.pp svneol=native#text/plain
-packages/fcl-res/src/cofftypes.pp svneol=native#text/plain
-packages/fcl-res/src/coffwriter.pp svneol=native#text/plain
-packages/fcl-res/src/dfmreader.pp svneol=native#text/plain
-packages/fcl-res/src/elfconsts.pp svneol=native#text/plain
-packages/fcl-res/src/elfdefaulttarget.inc svneol=native#text/plain
-packages/fcl-res/src/elfreader.pp svneol=native#text/plain
-packages/fcl-res/src/elfsubreader.inc svneol=native#text/plain
-packages/fcl-res/src/elfsubwriter.inc svneol=native#text/plain
-packages/fcl-res/src/elftypes.pp svneol=native#text/plain
-packages/fcl-res/src/elfwriter.pp svneol=native#text/plain
-packages/fcl-res/src/externalreader.pp svneol=native#text/plain
-packages/fcl-res/src/externaltypes.pp svneol=native#text/plain
-packages/fcl-res/src/externalwriter.pp svneol=native#text/plain
-packages/fcl-res/src/fpcrestypes.pp svneol=native#text/plain
-packages/fcl-res/src/groupcursorresource.pp svneol=native#text/plain
-packages/fcl-res/src/groupiconresource.pp svneol=native#text/plain
-packages/fcl-res/src/groupresource.pp svneol=native#text/plain
-packages/fcl-res/src/icocurtypes.pp svneol=native#text/plain
-packages/fcl-res/src/machoconsts.pp svneol=native#text/plain
-packages/fcl-res/src/machodefaulttarget.inc svneol=native#text/plain
-packages/fcl-res/src/machoreader.pp svneol=native#text/plain
-packages/fcl-res/src/machosubreader.inc svneol=native#text/plain
-packages/fcl-res/src/machosubwriter.inc svneol=native#text/plain
-packages/fcl-res/src/machotypes.pp svneol=native#text/plain
-packages/fcl-res/src/machowriter.pp svneol=native#text/plain
-packages/fcl-res/src/rclex.inc svneol=native#text/plain
-packages/fcl-res/src/rclex.l svneol=native#text/plain
-packages/fcl-res/src/rcparser.pas svneol=native#text/pascal
-packages/fcl-res/src/rcparser.y svneol=native#text/plain
-packages/fcl-res/src/rcparserfn.inc svneol=native#text/plain
-packages/fcl-res/src/rcreader.pp svneol=native#text/pascal
-packages/fcl-res/src/resdatastream.pp svneol=native#text/plain
-packages/fcl-res/src/resfactory.pp svneol=native#text/plain
-packages/fcl-res/src/resmerger.pp svneol=native#text/plain
-packages/fcl-res/src/resource.pp svneol=native#text/plain
-packages/fcl-res/src/resourcetree.pp svneol=native#text/plain
-packages/fcl-res/src/resreader.pp svneol=native#text/plain
-packages/fcl-res/src/reswriter.pp svneol=native#text/plain
-packages/fcl-res/src/stringtableresource.pp svneol=native#text/plain
-packages/fcl-res/src/strtable.pp svneol=native#text/plain
-packages/fcl-res/src/tlbreader.pp svneol=native#text/plain
-packages/fcl-res/src/versionconsts.pp svneol=native#text/plain
-packages/fcl-res/src/versionresource.pp svneol=native#text/plain
-packages/fcl-res/src/versiontypes.pp svneol=native#text/plain
-packages/fcl-res/src/winpeimagereader.pp svneol=native#text/plain
-packages/fcl-res/src/xcoffwriter.pp svneol=native#text/plain
-packages/fcl-res/src/yyinclude.pp svneol=native#text/pascal
-packages/fcl-res/src/yypreproc.pp svneol=native#text/pascal
-packages/fcl-res/xml/acceleratorsresource.xml svneol=native#text/plain
-packages/fcl-res/xml/bitmapresource.xml svneol=native#text/plain
-packages/fcl-res/xml/clean.sh svneol=native#text/plain
-packages/fcl-res/xml/coffreader.xml svneol=native#text/plain
-packages/fcl-res/xml/cofftypes.xml svneol=native#text/plain
-packages/fcl-res/xml/coffwriter.xml svneol=native#text/plain
-packages/fcl-res/xml/dfmreader.xml svneol=native#text/plain
-packages/fcl-res/xml/elfconsts.xml svneol=native#text/plain
-packages/fcl-res/xml/elfreader.xml svneol=native#text/plain
-packages/fcl-res/xml/elfwriter.xml svneol=native#text/plain
-packages/fcl-res/xml/externalreader.xml svneol=native#text/plain
-packages/fcl-res/xml/externaltypes.xml svneol=native#text/plain
-packages/fcl-res/xml/externalwriter.xml svneol=native#text/plain
-packages/fcl-res/xml/fpdoc.css svneol=native#text/plain
-packages/fcl-res/xml/groupcursorresource.xml svneol=native#text/plain
-packages/fcl-res/xml/groupiconresource.xml svneol=native#text/plain
-packages/fcl-res/xml/groupresource.xml svneol=native#text/plain
-packages/fcl-res/xml/machoreader.xml svneol=native#text/plain
-packages/fcl-res/xml/machotypes.xml svneol=native#text/plain
-packages/fcl-res/xml/machowriter.xml svneol=native#text/plain
-packages/fcl-res/xml/makehtml.sh svneol=native#text/plain
-packages/fcl-res/xml/resdatastream.xml svneol=native#text/plain
-packages/fcl-res/xml/resfactory.xml svneol=native#text/plain
-packages/fcl-res/xml/resource.xml svneol=native#text/plain
-packages/fcl-res/xml/resourcetree.xml svneol=native#text/plain
-packages/fcl-res/xml/resreader.xml svneol=native#text/plain
-packages/fcl-res/xml/reswriter.xml svneol=native#text/plain
-packages/fcl-res/xml/stringtableresource.xml svneol=native#text/plain
-packages/fcl-res/xml/versionconsts.xml svneol=native#text/plain
-packages/fcl-res/xml/versionresource.xml svneol=native#text/plain
-packages/fcl-res/xml/versiontypes.xml svneol=native#text/plain
-packages/fcl-res/xml/winpeimagereader.xml svneol=native#text/plain
-packages/fcl-sdo/Makefile svneol=native#text/plain
-packages/fcl-sdo/Makefile.fpc svneol=native#text/plain
-packages/fcl-sdo/README svneol=native#text/plain
-packages/fcl-sdo/examples/changes-summary/project.pas svneol=native#text/plain
-packages/fcl-sdo/examples/changes-summary2/out.xsd svneol=native#text/xml
-packages/fcl-sdo/examples/changes-summary2/project.pas svneol=native#text/plain
-packages/fcl-sdo/examples/load-embedded-schema/project.pas svneol=native#text/plain
-packages/fcl-sdo/examples/simple/simple.pas svneol=native#text/plain
-packages/fcl-sdo/examples/xsd2pas/xsd2pas.lpi svneol=native#text/plain
-packages/fcl-sdo/examples/xsd2pas/xsd2pas.pas svneol=native#text/plain
-packages/fcl-sdo/fpmake.pp svneol=native#text/plain
-packages/fcl-sdo/src/base/pas_generator.pas svneol=native#text/plain
-packages/fcl-sdo/src/base/sdo.pas svneol=native#text/plain
-packages/fcl-sdo/src/base/sdo_binary_streamer.pas svneol=native#text/plain
-packages/fcl-sdo/src/base/sdo_changesummary.pas svneol=native#text/plain
-packages/fcl-sdo/src/base/sdo_consts.pas svneol=native#text/plain
-packages/fcl-sdo/src/base/sdo_cursor_intf.pas svneol=native#text/plain
-packages/fcl-sdo/src/base/sdo_datafactory.pas svneol=native#text/plain
-packages/fcl-sdo/src/base/sdo_dataobject.pas svneol=native#text/plain
-packages/fcl-sdo/src/base/sdo_date_utils.pas svneol=native#text/plain
-packages/fcl-sdo/src/base/sdo_dom_cursors.pas svneol=native#text/plain
-packages/fcl-sdo/src/base/sdo_field_imp.pas svneol=native#text/plain
-packages/fcl-sdo/src/base/sdo_fpc_xml.pas svneol=native#text/plain
-packages/fcl-sdo/src/base/sdo_global.inc svneol=native#text/plain
-packages/fcl-sdo/src/base/sdo_imp_utils.pas svneol=native#text/plain
-packages/fcl-sdo/src/base/sdo_linked_list.pas svneol=native#text/plain
-packages/fcl-sdo/src/base/sdo_locators.pas svneol=native#text/plain
-packages/fcl-sdo/src/base/sdo_logger_intf.pas svneol=native#text/plain
-packages/fcl-sdo/src/base/sdo_parserutils.pas svneol=native#text/plain
-packages/fcl-sdo/src/base/sdo_rtti_filters.pas svneol=native#text/plain
-packages/fcl-sdo/src/base/sdo_serialization.pas svneol=native#text/plain
-packages/fcl-sdo/src/base/sdo_serialization_binary.pas svneol=native#text/plain
-packages/fcl-sdo/src/base/sdo_serialization_utils.pas svneol=native#text/plain
-packages/fcl-sdo/src/base/sdo_serialization_xml.pas svneol=native#text/plain
-packages/fcl-sdo/src/base/sdo_type.pas svneol=native#text/plain
-packages/fcl-sdo/src/base/sdo_types.pas svneol=native#text/plain
-packages/fcl-sdo/src/base/sdo_utils.pas svneol=native#text/plain
-packages/fcl-sdo/src/base/sdo_xpath_helper.pas svneol=native#text/plain
-packages/fcl-sdo/src/base/sdo_xsd_helper.pas svneol=native#text/plain
-packages/fcl-sdo/src/base/sdo_xsdintf.pas svneol=native#text/plain
-packages/fcl-sdo/src/base/sdo_xsdparser.pas svneol=native#text/plain
-packages/fcl-sdo/src/base/xsd_consts.pas svneol=native#text/plain
-packages/fcl-sdo/src/base/xsd_generator.pas svneol=native#text/plain
-packages/fcl-sdo/src/das/data_acces_intf.pas svneol=native#text/plain
-packages/fcl-sdo/src/das/sdo_das.pas svneol=native#text/plain
-packages/fcl-sdo/src/das/sdo_das_imp.pas svneol=native#text/plain
-packages/fcl-sdo/src/das/sdo_das_utils.pas svneol=native#text/plain
-packages/fcl-sdo/src/das/sdo_global.inc svneol=native#text/plain
-packages/fcl-sdo/tests/files/_company.xml svneol=native#text/plain
-packages/fcl-sdo/tests/files/change_summary_bool.xml svneol=native#text/plain
-packages/fcl-sdo/tests/files/change_summary_byte.xml svneol=native#text/plain
-packages/fcl-sdo/tests/files/change_summary_bytes.xml svneol=native#text/plain
-packages/fcl-sdo/tests/files/change_summary_char.xml svneol=native#text/plain
-packages/fcl-sdo/tests/files/change_summary_currency.xml svneol=native#text/plain
-packages/fcl-sdo/tests/files/change_summary_date.xml svneol=native#text/plain
-packages/fcl-sdo/tests/files/change_summary_double.xml svneol=native#text/plain
-packages/fcl-sdo/tests/files/change_summary_float.xml svneol=native#text/plain
-packages/fcl-sdo/tests/files/change_summary_integer.xml svneol=native#text/plain
-packages/fcl-sdo/tests/files/change_summary_long.xml svneol=native#text/plain
-packages/fcl-sdo/tests/files/change_summary_object_create.xml svneol=native#text/plain
-packages/fcl-sdo/tests/files/change_summary_object_create_cont_ref.xml svneol=native#text/plain
-packages/fcl-sdo/tests/files/change_summary_object_delete.xml svneol=native#text/plain
-packages/fcl-sdo/tests/files/change_summary_object_delete_nested.xml svneol=native#text/plain
-packages/fcl-sdo/tests/files/change_summary_object_modify_nested.xml svneol=native#text/plain
-packages/fcl-sdo/tests/files/change_summary_short.xml svneol=native#text/plain
-packages/fcl-sdo/tests/files/change_summary_simple.xml svneol=native#text/plain
-packages/fcl-sdo/tests/files/change_summary_string.xml svneol=native#text/plain
-packages/fcl-sdo/tests/files/changesummary_object_2_objects_same_type_del_upd.xml svneol=native#text/plain
-packages/fcl-sdo/tests/files/changesummary_object_delete_2_objects_same_type.xml svneol=native#text/plain
-packages/fcl-sdo/tests/files/changesummary_prop_list_bool.xml svneol=native#text/plain
-packages/fcl-sdo/tests/files/changesummary_prop_list_byte.xml svneol=native#text/plain
-packages/fcl-sdo/tests/files/changesummary_prop_list_bytes.xml svneol=native#text/plain
-packages/fcl-sdo/tests/files/changesummary_prop_list_char.xml svneol=native#text/plain
-packages/fcl-sdo/tests/files/changesummary_prop_list_currency.xml svneol=native#text/plain
-packages/fcl-sdo/tests/files/changesummary_prop_list_date.xml svneol=native#text/plain
-packages/fcl-sdo/tests/files/changesummary_prop_list_double.xml svneol=native#text/plain
-packages/fcl-sdo/tests/files/changesummary_prop_list_float.xml svneol=native#text/plain
-packages/fcl-sdo/tests/files/changesummary_prop_list_integer.xml svneol=native#text/plain
-packages/fcl-sdo/tests/files/changesummary_prop_list_long.xml svneol=native#text/plain
-packages/fcl-sdo/tests/files/changesummary_prop_list_object.xml svneol=native#text/plain
-packages/fcl-sdo/tests/files/changesummary_prop_list_object_nested.xml svneol=native#text/plain
-packages/fcl-sdo/tests/files/changesummary_prop_list_short.xml svneol=native#text/plain
-packages/fcl-sdo/tests/files/changesummary_prop_list_string.xml svneol=native#text/plain
-packages/fcl-sdo/tests/files/company.one.xml svneol=native#text/plain
-packages/fcl-sdo/tests/files/company.two.xml svneol=native#text/plain
-packages/fcl-sdo/tests/files/company.xml svneol=native#text/plain
-packages/fcl-sdo/tests/files/complex_class_open_type.xsd svneol=native#text/xml
-packages/fcl-sdo/tests/files/datagraph.data svneol=native#text/xml
-packages/fcl-sdo/tests/files/load_from_file_reference_property.xml svneol=native#text/plain
-packages/fcl-sdo/tests/files/open_type.xml svneol=native#text/plain
-packages/fcl-sdo/tests/files/sdo_company.pas svneol=native#text/plain
-packages/fcl-sdo/tests/files/sdo_company.xsd svneol=native#text/xml
-packages/fcl-sdo/tests/files/sdo_company_original.xsd svneol=native#text/xml
-packages/fcl-sdo/tests/files/test_company_res.txt svneol=native#text/plain
-packages/fcl-sdo/tests/files/xsd/array_sequence_item_name.xsd svneol=native#text/xml
-packages/fcl-sdo/tests/files/xsd/class_properties_extended_metadata.xsd svneol=native#text/xml
-packages/fcl-sdo/tests/files/xsd/class_properties_extended_metadata_2.xsd svneol=native#text/xml
-packages/fcl-sdo/tests/files/xsd/class_property_composed_name.xsd svneol=native#text/xml
-packages/fcl-sdo/tests/files/xsd/complex_array_sequence.xsd svneol=native#text/xml
-packages/fcl-sdo/tests/files/xsd/complex_array_sequence_embedded.xsd svneol=native#text/xml
-packages/fcl-sdo/tests/files/xsd/complex_class.xsd svneol=native#text/xml
-packages/fcl-sdo/tests/files/xsd/complex_class_default.xsd svneol=native#text/xml
-packages/fcl-sdo/tests/files/xsd/complex_class_embedded.xsd svneol=native#text/xml
-packages/fcl-sdo/tests/files/xsd/complex_class_extend_simple.xsd svneol=native#text/xml
-packages/fcl-sdo/tests/files/xsd/complex_class_false_array.xsd svneol=native#text/xml
-packages/fcl-sdo/tests/files/xsd/complex_class_open_type.xsd svneol=native#text/xml
-packages/fcl-sdo/tests/files/xsd/empty.xsd svneol=native#text/xml
-packages/fcl-sdo/tests/files/xsd/import_base_library.xsd svneol=native#text/xml
-packages/fcl-sdo/tests/files/xsd/import_second_library.xsd svneol=native#text/xml
-packages/fcl-sdo/tests/files/xsd/simpletype.xsd svneol=native#text/xml
-packages/fcl-sdo/tests/files/xsd/simpletypeNativeAlias.xsd svneol=native#text/xml
-packages/fcl-sdo/tests/files/xsd/simpletype_embedded.xsd svneol=native#text/xml
-packages/fcl-sdo/tests/test_suite/projects/dunit_tests.pas svneol=native#text/plain
-packages/fcl-sdo/tests/test_suite/projects/sdo_test_suite.lpi svneol=native#text/plain
-packages/fcl-sdo/tests/test_suite/projects/sdo_test_suite.lpr svneol=native#text/plain
-packages/fcl-sdo/tests/test_suite/projects/sdo_test_suite_gui.lpi svneol=native#text/plain
-packages/fcl-sdo/tests/test_suite/projects/sdo_test_suite_gui.lpr svneol=native#text/plain
-packages/fcl-sdo/tests/test_suite/projects/testrunner.pp svneol=native#text/plain
-packages/fcl-sdo/tests/test_suite/test_changesummary.pas svneol=native#text/plain
-packages/fcl-sdo/tests/test_suite/test_convert_helper.pas svneol=native#text/plain
-packages/fcl-sdo/tests/test_suite/test_copyhelper.pas svneol=native#text/plain
-packages/fcl-sdo/tests/test_suite/test_dataobject.pas svneol=native#text/plain
-packages/fcl-sdo/tests/test_suite/test_dataobjectlist.pas svneol=native#text/plain
-packages/fcl-sdo/tests/test_suite/test_equalityhelper.pas svneol=native#text/plain
-packages/fcl-sdo/tests/test_suite/test_field_imp.pas svneol=native#text/plain
-packages/fcl-sdo/tests/test_suite/test_property.pas svneol=native#text/plain
-packages/fcl-sdo/tests/test_suite/test_serializer.pas svneol=native#text/plain
-packages/fcl-sdo/tests/test_suite/test_suite_utils.pas svneol=native#text/plain
-packages/fcl-sdo/tests/test_suite/test_type.pas svneol=native#text/plain
-packages/fcl-sdo/tests/test_suite/test_utils.pas svneol=native#text/plain
-packages/fcl-sdo/tests/test_suite/test_xpathhelper.pas svneol=native#text/plain
-packages/fcl-sdo/tests/test_suite/test_xsdhelper.pas svneol=native#text/plain
-packages/fcl-sdo/tests/test_suite/test_xsdparser.pas svneol=native#text/plain
-packages/fcl-sound/Makefile svneol=native#text/plain
-packages/fcl-sound/Makefile.fpc svneol=native#text/plain
-packages/fcl-sound/fpmake.pp svneol=native#text/plain
-packages/fcl-sound/src/fpwavformat.pas svneol=native#text/plain
-packages/fcl-sound/src/fpwavreader.pas svneol=native#text/plain
-packages/fcl-sound/src/fpwavwriter.pas svneol=native#text/plain
-packages/fcl-sound/tests/data/wav/reader/valid/44k_mono_16.wav -text svneol=unset#audio/x-wav
-packages/fcl-sound/tests/data/wav/reader/valid/44k_mono_16.wav.info.txt svneol=native#text/plain
-packages/fcl-sound/tests/data/wav/reader/valid/44k_mono_16.wav.raw -text
-packages/fcl-sound/tests/data/wav/reader/valid/44k_mono_16_tag.wav -text svneol=unset#audio/x-wav
-packages/fcl-sound/tests/data/wav/reader/valid/44k_mono_16_tag.wav.info.txt svneol=native#text/plain
-packages/fcl-sound/tests/data/wav/reader/valid/44k_mono_16_tag.wav.raw -text
-packages/fcl-sound/tests/data/wav/reader/valid/44k_mono_24.wav -text svneol=unset#audio/x-wav
-packages/fcl-sound/tests/data/wav/reader/valid/44k_mono_24.wav.info.txt svneol=native#text/plain
-packages/fcl-sound/tests/data/wav/reader/valid/44k_mono_24.wav.raw -text
-packages/fcl-sound/tests/data/wav/reader/valid/44k_mono_32.wav -text svneol=unset#audio/x-wav
-packages/fcl-sound/tests/data/wav/reader/valid/44k_mono_32.wav.info.txt svneol=native#text/plain
-packages/fcl-sound/tests/data/wav/reader/valid/44k_mono_32.wav.raw -text
-packages/fcl-sound/tests/data/wav/reader/valid/44k_mono_32float.wav -text svneol=unset#audio/x-wav
-packages/fcl-sound/tests/data/wav/reader/valid/44k_mono_32float.wav.info.txt svneol=native#text/plain
-packages/fcl-sound/tests/data/wav/reader/valid/44k_mono_32float.wav.raw -text
-packages/fcl-sound/tests/data/wav/reader/valid/44k_mono_64float.wav -text svneol=unset#audio/x-wav
-packages/fcl-sound/tests/data/wav/reader/valid/44k_mono_64float.wav.info.txt svneol=native#text/plain
-packages/fcl-sound/tests/data/wav/reader/valid/44k_mono_64float.wav.raw -text
-packages/fcl-sound/tests/data/wav/reader/valid/44k_mono_8.wav -text svneol=unset#audio/x-wav
-packages/fcl-sound/tests/data/wav/reader/valid/44k_mono_8.wav.info.txt svneol=native#text/plain
-packages/fcl-sound/tests/data/wav/reader/valid/44k_mono_8.wav.raw -text svneol=unset#application/octet-stream
-packages/fcl-sound/tests/data/wav/reader/valid/44k_stereo_16.wav -text svneol=unset#audio/x-wav
-packages/fcl-sound/tests/data/wav/reader/valid/44k_stereo_16.wav.info.txt svneol=native#text/plain
-packages/fcl-sound/tests/data/wav/reader/valid/44k_stereo_16.wav.raw -text
-packages/fcl-sound/tests/data/wav/reader/valid/44k_stereo_24.wav -text svneol=unset#audio/x-wav
-packages/fcl-sound/tests/data/wav/reader/valid/44k_stereo_24.wav.info.txt svneol=native#text/plain
-packages/fcl-sound/tests/data/wav/reader/valid/44k_stereo_24.wav.raw -text
-packages/fcl-sound/tests/data/wav/reader/valid/44k_stereo_32.wav -text svneol=unset#audio/x-wav
-packages/fcl-sound/tests/data/wav/reader/valid/44k_stereo_32.wav.info.txt svneol=native#text/plain
-packages/fcl-sound/tests/data/wav/reader/valid/44k_stereo_32.wav.raw -text
-packages/fcl-sound/tests/data/wav/reader/valid/44k_stereo_32float.wav -text svneol=unset#audio/x-wav
-packages/fcl-sound/tests/data/wav/reader/valid/44k_stereo_32float.wav.info.txt svneol=native#text/plain
-packages/fcl-sound/tests/data/wav/reader/valid/44k_stereo_32float.wav.raw -text
-packages/fcl-sound/tests/data/wav/reader/valid/44k_stereo_64float.wav -text svneol=unset#audio/x-wav
-packages/fcl-sound/tests/data/wav/reader/valid/44k_stereo_64float.wav.info.txt svneol=native#text/plain
-packages/fcl-sound/tests/data/wav/reader/valid/44k_stereo_64float.wav.raw -text
-packages/fcl-sound/tests/data/wav/reader/valid/44k_stereo_8.wav -text svneol=unset#audio/x-wav
-packages/fcl-sound/tests/data/wav/reader/valid/44k_stereo_8.wav.info.txt svneol=native#text/plain
-packages/fcl-sound/tests/data/wav/reader/valid/44k_stereo_8.wav.raw -text svneol=unset#application/octet-stream
-packages/fcl-sound/tests/data/wav/reader/valid/euphoric_tape.wav -text svneol=unset#audio/x-wav
-packages/fcl-sound/tests/data/wav/reader/valid/euphoric_tape.wav.info.txt svneol=native#text/plain
-packages/fcl-sound/tests/data/wav/reader/valid/euphoric_tape.wav.raw -text svneol=unset#application/octet-stream
-packages/fcl-sound/tests/data/wav/reader/valid/odd_fmt_size.wav -text svneol=unset#audio/x-wav
-packages/fcl-sound/tests/data/wav/reader/valid/odd_fmt_size.wav.info.txt svneol=native#text/plain
-packages/fcl-sound/tests/data/wav/reader/valid/odd_fmt_size.wav.raw -text svneol=unset#application/octet-stream
-packages/fcl-sound/tests/tcwavreader.pas svneol=native#text/plain
-packages/fcl-sound/tests/testfclsound.lpi svneol=native#text/plain
-packages/fcl-sound/tests/testfclsound.lpr svneol=native#text/plain
-packages/fcl-stl/Makefile svneol=native#text/plain
-packages/fcl-stl/Makefile.fpc svneol=native#text/plain
-packages/fcl-stl/Makefile.fpc.fpcmake svneol=native#text/plain
-packages/fcl-stl/doc/arrayutils.tex svneol=native#text/plain
-packages/fcl-stl/doc/deque.tex svneol=native#text/plain
-packages/fcl-stl/doc/dequeexample.pp svneol=native#text/plain
-packages/fcl-stl/doc/hashmap.tex svneol=native#text/plain
-packages/fcl-stl/doc/hashmapexample.pp svneol=native#text/plain
-packages/fcl-stl/doc/hashset.tex svneol=native#text/plain
-packages/fcl-stl/doc/hashsetexample.pp svneol=native#text/plain
-packages/fcl-stl/doc/main.pdf -text
-packages/fcl-stl/doc/main.tex svneol=native#text/plain
-packages/fcl-stl/doc/makra.tex svneol=native#text/plain
-packages/fcl-stl/doc/map.tex svneol=native#text/plain
-packages/fcl-stl/doc/mapexample.pp svneol=native#text/plain
-packages/fcl-stl/doc/priorityqueue.tex svneol=native#text/plain
-packages/fcl-stl/doc/priorityqueueexample.pp svneol=native#text/plain
-packages/fcl-stl/doc/queue.tex svneol=native#text/plain
-packages/fcl-stl/doc/queueexample.pp svneol=native#text/plain
-packages/fcl-stl/doc/set.tex svneol=native#text/plain
-packages/fcl-stl/doc/setexample.pp svneol=native#text/plain
-packages/fcl-stl/doc/sortingexample.pp svneol=native#text/plain
-packages/fcl-stl/doc/stack.tex svneol=native#text/plain
-packages/fcl-stl/doc/stackexample.pp svneol=native#text/plain
-packages/fcl-stl/doc/util.tex svneol=native#text/plain
-packages/fcl-stl/doc/vector.tex svneol=native#text/plain
-packages/fcl-stl/doc/vectorexample.pp svneol=native#text/plain
-packages/fcl-stl/fpmake.pp svneol=native#text/pascal
-packages/fcl-stl/src/garrayutils.pp svneol=native#text/plain
-packages/fcl-stl/src/gdeque.pp svneol=native#text/plain
-packages/fcl-stl/src/ghashmap.pp svneol=native#text/plain
-packages/fcl-stl/src/ghashset.pp svneol=native#text/plain
-packages/fcl-stl/src/glinkedlist.pp svneol=native#text/plain
-packages/fcl-stl/src/gmap.pp svneol=native#text/plain
-packages/fcl-stl/src/gpriorityqueue.pp svneol=native#text/plain
-packages/fcl-stl/src/gqueue.pp svneol=native#text/plain
-packages/fcl-stl/src/gset.pp svneol=native#text/plain
-packages/fcl-stl/src/gstack.pp svneol=native#text/plain
-packages/fcl-stl/src/gtree.pp svneol=native#text/plain
-packages/fcl-stl/src/gutil.pp svneol=native#text/plain
-packages/fcl-stl/src/gvector.pp svneol=native#text/plain
-packages/fcl-stl/tests/clean svneol=native#text/plain
-packages/fcl-stl/tests/garrayutilstest.pp svneol=native#text/plain
-packages/fcl-stl/tests/gcompositetest.pp svneol=native#text/plain
-packages/fcl-stl/tests/gdequetest.pp svneol=native#text/plain
-packages/fcl-stl/tests/ghashmaptest.pp svneol=native#text/plain
-packages/fcl-stl/tests/ghashsettest.pp svneol=native#text/plain
-packages/fcl-stl/tests/glinkedlisttest.pp svneol=native#text/plain
-packages/fcl-stl/tests/gmaptest.pp svneol=native#text/plain
-packages/fcl-stl/tests/gmaptestzal.pp svneol=native#text/plain
-packages/fcl-stl/tests/gpriorityqueuetest.pp svneol=native#text/plain
-packages/fcl-stl/tests/gqueuetest.pp svneol=native#text/plain
-packages/fcl-stl/tests/gsetrefcounttest.pp svneol=native#text/plain
-packages/fcl-stl/tests/gsettest.pp svneol=native#text/plain
-packages/fcl-stl/tests/gstacktest.pp svneol=native#text/plain
-packages/fcl-stl/tests/gtreetest.pp svneol=native#text/plain
-packages/fcl-stl/tests/gvectortest.pp svneol=native#text/plain
-packages/fcl-stl/tests/run-all-tests svneol=native#text/plain
-packages/fcl-stl/tests/suiteconfig.pp svneol=native#text/plain
-packages/fcl-stl/tests/testrunner.pp svneol=native#text/plain
-packages/fcl-web/Makefile svneol=native#text/plain
-packages/fcl-web/Makefile.fpc svneol=native#text/plain
-packages/fcl-web/Makefile.fpc.fpcmake svneol=native#text/plain
-packages/fcl-web/examples/combined/combined.html svneol=native#text/plain
-packages/fcl-web/examples/combined/combined.ico -text
-packages/fcl-web/examples/combined/combined.ini svneol=native#text/plain
-packages/fcl-web/examples/combined/combined.lpi svneol=native#text/plain
-packages/fcl-web/examples/combined/combined.lpr svneol=native#text/plain
-packages/fcl-web/examples/combined/combined.res -text
-packages/fcl-web/examples/combined/combined.sql svneol=native#text/plain
-packages/fcl-web/examples/combined/login.js svneol=native#text/plain
-packages/fcl-web/examples/combined/login.png -text svneol=unset#image/png
-packages/fcl-web/examples/combined/users.html svneol=native#text/plain
-packages/fcl-web/examples/combined/users.js svneol=native#text/plain
-packages/fcl-web/examples/combined/users.sql svneol=native#text/plain
-packages/fcl-web/examples/combined/wmlogin.lfm svneol=native#text/plain
-packages/fcl-web/examples/combined/wmlogin.pp svneol=native#text/plain
-packages/fcl-web/examples/combined/wmusers.lfm svneol=native#text/plain
-packages/fcl-web/examples/combined/wmusers.pp svneol=native#text/plain
-packages/fcl-web/examples/echo/README.txt svneol=native#text/plain
-packages/fcl-web/examples/echo/apache/echo.lpi svneol=native#text/plain
-packages/fcl-web/examples/echo/apache/echo.lpr svneol=native#text/plain
-packages/fcl-web/examples/echo/apache/echo.res -text
-packages/fcl-web/examples/echo/cgi/echo.lpi svneol=native#text/plain
-packages/fcl-web/examples/echo/cgi/echo.lpr svneol=native#text/plain
-packages/fcl-web/examples/echo/cgi/echo.res -text
-packages/fcl-web/examples/echo/fcgi/echo.lpi svneol=native#text/plain
-packages/fcl-web/examples/echo/fcgi/echo.lpr svneol=native#text/plain
-packages/fcl-web/examples/echo/fcgi/echo.res -text
-packages/fcl-web/examples/echo/fphttp/echo.lpi svneol=native#text/xml
-packages/fcl-web/examples/echo/fphttp/echo.lpr svneol=native#text/pascal
-packages/fcl-web/examples/echo/httpsys/echo.lpi svneol=native#text/xml
-packages/fcl-web/examples/echo/httpsys/echo.lpr svneol=native#text/pascal
-packages/fcl-web/examples/echo/webmodule/wmecho.lfm svneol=native#text/plain
-packages/fcl-web/examples/echo/webmodule/wmecho.pas svneol=native#text/plain
-packages/fcl-web/examples/fptemplate/README.txt svneol=native#text/plain
-packages/fcl-web/examples/fptemplate/embedtemplates/README.txt svneol=native#text/plain
-packages/fcl-web/examples/fptemplate/embedtemplates/apache/embedtemplates.lpi svneol=native#text/plain
-packages/fcl-web/examples/fptemplate/embedtemplates/apache/embedtemplates.lpr svneol=native#text/plain
-packages/fcl-web/examples/fptemplate/embedtemplates/apache/embedtemplates.res -text
-packages/fcl-web/examples/fptemplate/embedtemplates/cgi/embedtemplates.lpi svneol=native#text/plain
-packages/fcl-web/examples/fptemplate/embedtemplates/cgi/embedtemplates.lpr svneol=native#text/plain
-packages/fcl-web/examples/fptemplate/embedtemplates/cgi/embedtemplates.res -text
-packages/fcl-web/examples/fptemplate/embedtemplates/fcgi/embedtemplates.lpi svneol=native#text/plain
-packages/fcl-web/examples/fptemplate/embedtemplates/fcgi/embedtemplates.lpr svneol=native#text/plain
-packages/fcl-web/examples/fptemplate/embedtemplates/fcgi/embedtemplates.res -text
-packages/fcl-web/examples/fptemplate/embedtemplates/templates/body.html svneol=native#text/plain
-packages/fcl-web/examples/fptemplate/embedtemplates/templates/body_left.html svneol=native#text/plain
-packages/fcl-web/examples/fptemplate/embedtemplates/templates/body_right.html svneol=native#text/plain
-packages/fcl-web/examples/fptemplate/embedtemplates/templates/bottom.html svneol=native#text/plain
-packages/fcl-web/examples/fptemplate/embedtemplates/templates/maintemplate.html svneol=native#text/plain
-packages/fcl-web/examples/fptemplate/embedtemplates/templates/top.html svneol=native#text/plain
-packages/fcl-web/examples/fptemplate/embedtemplates/webmodule/webmodule.lfm svneol=native#text/plain
-packages/fcl-web/examples/fptemplate/embedtemplates/webmodule/webmodule.pas svneol=native#text/plain
-packages/fcl-web/examples/fptemplate/fileupload/README.txt svneol=native#text/plain
-packages/fcl-web/examples/fptemplate/fileupload/apache/fileupload.lpi svneol=native#text/plain
-packages/fcl-web/examples/fptemplate/fileupload/apache/fileupload.lpr svneol=native#text/plain
-packages/fcl-web/examples/fptemplate/fileupload/apache/fileupload.res -text
-packages/fcl-web/examples/fptemplate/fileupload/cgi/fileupload.lpi svneol=native#text/plain
-packages/fcl-web/examples/fptemplate/fileupload/cgi/fileupload.lpr svneol=native#text/plain
-packages/fcl-web/examples/fptemplate/fileupload/cgi/fileupload.res -text
-packages/fcl-web/examples/fptemplate/fileupload/fcgi/fileupload.lpi svneol=native#text/plain
-packages/fcl-web/examples/fptemplate/fileupload/fcgi/fileupload.lpr svneol=native#text/plain
-packages/fcl-web/examples/fptemplate/fileupload/fcgi/fileupload.res -text
-packages/fcl-web/examples/fptemplate/fileupload/templates/uploadform.html svneol=native#text/plain
-packages/fcl-web/examples/fptemplate/fileupload/webmodule/webmodule.lfm svneol=native#text/plain
-packages/fcl-web/examples/fptemplate/fileupload/webmodule/webmodule.pas svneol=native#text/plain
-packages/fcl-web/examples/fptemplate/listrecords/README.txt svneol=native#text/plain
-packages/fcl-web/examples/fptemplate/listrecords/apache/listrecords.lpi svneol=native#text/plain
-packages/fcl-web/examples/fptemplate/listrecords/apache/listrecords.lpr svneol=native#text/plain
-packages/fcl-web/examples/fptemplate/listrecords/apache/listrecords.res -text
-packages/fcl-web/examples/fptemplate/listrecords/cgi/listrecords.lpi svneol=native#text/plain
-packages/fcl-web/examples/fptemplate/listrecords/cgi/listrecords.lpr svneol=native#text/plain
-packages/fcl-web/examples/fptemplate/listrecords/cgi/listrecords.res -text
-packages/fcl-web/examples/fptemplate/listrecords/fcgi/listrecords.lpi svneol=native#text/plain
-packages/fcl-web/examples/fptemplate/listrecords/fcgi/listrecords.lpr svneol=native#text/plain
-packages/fcl-web/examples/fptemplate/listrecords/fcgi/listrecords.res -text
-packages/fcl-web/examples/fptemplate/listrecords/templates/mytemplate3.html svneol=native#text/plain
-packages/fcl-web/examples/fptemplate/listrecords/webmodule/webmodule.lfm svneol=native#text/plain
-packages/fcl-web/examples/fptemplate/listrecords/webmodule/webmodule.pas svneol=native#text/plain
-packages/fcl-web/examples/fptemplate/sessions/cookiesessions-auto/README.txt svneol=native#text/plain
-packages/fcl-web/examples/fptemplate/sessions/cookiesessions-auto/apache/autosession.lpi svneol=native#text/plain
-packages/fcl-web/examples/fptemplate/sessions/cookiesessions-auto/apache/autosession.lpr svneol=native#text/plain
-packages/fcl-web/examples/fptemplate/sessions/cookiesessions-auto/apache/autosession.res -text
-packages/fcl-web/examples/fptemplate/sessions/cookiesessions-auto/cgi/autosession.lpi svneol=native#text/plain
-packages/fcl-web/examples/fptemplate/sessions/cookiesessions-auto/cgi/autosession.lpr svneol=native#text/plain
-packages/fcl-web/examples/fptemplate/sessions/cookiesessions-auto/cgi/autosession.res -text
-packages/fcl-web/examples/fptemplate/sessions/cookiesessions-auto/fcgi/autosession.lpi svneol=native#text/plain
-packages/fcl-web/examples/fptemplate/sessions/cookiesessions-auto/fcgi/autosession.lpr svneol=native#text/plain
-packages/fcl-web/examples/fptemplate/sessions/cookiesessions-auto/fcgi/autosession.res -text
-packages/fcl-web/examples/fptemplate/sessions/cookiesessions-auto/templates/autosession-template.html svneol=native#text/plain
-packages/fcl-web/examples/fptemplate/sessions/cookiesessions-auto/webmodule/webmodule.lfm svneol=native#text/plain
-packages/fcl-web/examples/fptemplate/sessions/cookiesessions-auto/webmodule/webmodule.pas svneol=native#text/plain
-packages/fcl-web/examples/fptemplate/sessions/cookiesessions-login/README.txt svneol=native#text/plain
-packages/fcl-web/examples/fptemplate/sessions/cookiesessions-login/apache/cookiesession.lpi svneol=native#text/plain
-packages/fcl-web/examples/fptemplate/sessions/cookiesessions-login/apache/cookiesession.lpr svneol=native#text/plain
-packages/fcl-web/examples/fptemplate/sessions/cookiesessions-login/apache/cookiesession.res -text
-packages/fcl-web/examples/fptemplate/sessions/cookiesessions-login/cgi/cookiesession.lpi svneol=native#text/plain
-packages/fcl-web/examples/fptemplate/sessions/cookiesessions-login/cgi/cookiesession.lpr svneol=native#text/plain
-packages/fcl-web/examples/fptemplate/sessions/cookiesessions-login/cgi/cookiesession.res -text
-packages/fcl-web/examples/fptemplate/sessions/cookiesessions-login/fcgi/cookiesession.lpi svneol=native#text/plain
-packages/fcl-web/examples/fptemplate/sessions/cookiesessions-login/fcgi/cookiesession.lpr svneol=native#text/plain
-packages/fcl-web/examples/fptemplate/sessions/cookiesessions-login/fcgi/cookiesession.res -text
-packages/fcl-web/examples/fptemplate/sessions/cookiesessions-login/templates/testlogin.html svneol=native#text/plain
-packages/fcl-web/examples/fptemplate/sessions/cookiesessions-login/templates/testlogout.html svneol=native#text/plain
-packages/fcl-web/examples/fptemplate/sessions/cookiesessions-login/templates/testsomepage.html svneol=native#text/plain
-packages/fcl-web/examples/fptemplate/sessions/cookiesessions-login/templates/testwelcome.html svneol=native#text/plain
-packages/fcl-web/examples/fptemplate/sessions/cookiesessions-login/templates/userdb.txt svneol=native#text/plain
-packages/fcl-web/examples/fptemplate/sessions/cookiesessions-login/webmodule/webmodule.lfm svneol=native#text/plain
-packages/fcl-web/examples/fptemplate/sessions/cookiesessions-login/webmodule/webmodule.pas svneol=native#text/plain
-packages/fcl-web/examples/fptemplate/sessions/urlsessions-login/README.txt svneol=native#text/plain
-packages/fcl-web/examples/fptemplate/sessions/urlsessions-login/apache/urlsession.lpi svneol=native#text/plain
-packages/fcl-web/examples/fptemplate/sessions/urlsessions-login/apache/urlsession.lpr svneol=native#text/plain
-packages/fcl-web/examples/fptemplate/sessions/urlsessions-login/apache/urlsession.res -text
-packages/fcl-web/examples/fptemplate/sessions/urlsessions-login/cgi/urlsession.lpi svneol=native#text/plain
-packages/fcl-web/examples/fptemplate/sessions/urlsessions-login/cgi/urlsession.lpr svneol=native#text/plain
-packages/fcl-web/examples/fptemplate/sessions/urlsessions-login/cgi/urlsession.res -text
-packages/fcl-web/examples/fptemplate/sessions/urlsessions-login/fcgi/urlsession.lpi svneol=native#text/plain
-packages/fcl-web/examples/fptemplate/sessions/urlsessions-login/fcgi/urlsession.lpr svneol=native#text/plain
-packages/fcl-web/examples/fptemplate/sessions/urlsessions-login/fcgi/urlsession.res -text
-packages/fcl-web/examples/fptemplate/sessions/urlsessions-login/templates/testurllogin.html svneol=native#text/plain
-packages/fcl-web/examples/fptemplate/sessions/urlsessions-login/templates/testurllogout.html svneol=native#text/plain
-packages/fcl-web/examples/fptemplate/sessions/urlsessions-login/templates/testurlsomepage.html svneol=native#text/plain
-packages/fcl-web/examples/fptemplate/sessions/urlsessions-login/templates/testurlwelcome.html svneol=native#text/plain
-packages/fcl-web/examples/fptemplate/sessions/urlsessions-login/templates/userdb.txt svneol=native#text/plain
-packages/fcl-web/examples/fptemplate/sessions/urlsessions-login/webmodule/webmodule.lfm svneol=native#text/plain
-packages/fcl-web/examples/fptemplate/sessions/urlsessions-login/webmodule/webmodule.pas svneol=native#text/plain
-packages/fcl-web/examples/fptemplate/simpletemplate/README.txt svneol=native#text/plain
-packages/fcl-web/examples/fptemplate/simpletemplate/apache/simpletemplate.lpi svneol=native#text/plain
-packages/fcl-web/examples/fptemplate/simpletemplate/apache/simpletemplate.lpr svneol=native#text/plain
-packages/fcl-web/examples/fptemplate/simpletemplate/apache/simpletemplate.res -text
-packages/fcl-web/examples/fptemplate/simpletemplate/cgi/simpletemplate.lpi svneol=native#text/plain
-packages/fcl-web/examples/fptemplate/simpletemplate/cgi/simpletemplate.lpr svneol=native#text/plain
-packages/fcl-web/examples/fptemplate/simpletemplate/cgi/simpletemplate.res -text
-packages/fcl-web/examples/fptemplate/simpletemplate/fcgi/simpletemplate.lpi svneol=native#text/plain
-packages/fcl-web/examples/fptemplate/simpletemplate/fcgi/simpletemplate.lpr svneol=native#text/plain
-packages/fcl-web/examples/fptemplate/simpletemplate/fcgi/simpletemplate.res -text
-packages/fcl-web/examples/fptemplate/simpletemplate/templates/mytemplate1.html svneol=native#text/plain
-packages/fcl-web/examples/fptemplate/simpletemplate/webmodule/webmodule.lfm svneol=native#text/plain
-packages/fcl-web/examples/fptemplate/simpletemplate/webmodule/webmodule.pas svneol=native#text/plain
-packages/fcl-web/examples/fptemplate/tagparam/README.txt svneol=native#text/plain
-packages/fcl-web/examples/fptemplate/tagparam/apache/tagparam.lpi svneol=native#text/plain
-packages/fcl-web/examples/fptemplate/tagparam/apache/tagparam.lpr svneol=native#text/plain
-packages/fcl-web/examples/fptemplate/tagparam/apache/tagparam.res -text
-packages/fcl-web/examples/fptemplate/tagparam/cgi/tagparam.lpi svneol=native#text/plain
-packages/fcl-web/examples/fptemplate/tagparam/cgi/tagparam.lpr svneol=native#text/plain
-packages/fcl-web/examples/fptemplate/tagparam/cgi/tagparam.res -text
-packages/fcl-web/examples/fptemplate/tagparam/fcgi/tagparam.lpi svneol=native#text/plain
-packages/fcl-web/examples/fptemplate/tagparam/fcgi/tagparam.lpr svneol=native#text/plain
-packages/fcl-web/examples/fptemplate/tagparam/fcgi/tagparam.res -text
-packages/fcl-web/examples/fptemplate/tagparam/templates/mytemplate2.html svneol=native#text/plain
-packages/fcl-web/examples/fptemplate/tagparam/webmodule/webmodule.lfm svneol=native#text/plain
-packages/fcl-web/examples/fptemplate/tagparam/webmodule/webmodule.pas svneol=native#text/plain
-packages/fcl-web/examples/helloworld/README.txt svneol=native#text/plain
-packages/fcl-web/examples/helloworld/apache/helloworld.lpi svneol=native#text/plain
-packages/fcl-web/examples/helloworld/apache/helloworld.lpr svneol=native#text/plain
-packages/fcl-web/examples/helloworld/apache/helloworld.res -text
-packages/fcl-web/examples/helloworld/cgi/helloworld.lpi svneol=native#text/plain
-packages/fcl-web/examples/helloworld/cgi/helloworld.lpr svneol=native#text/plain
-packages/fcl-web/examples/helloworld/cgi/helloworld.res -text
-packages/fcl-web/examples/helloworld/fcgi/helloworld.lpi svneol=native#text/plain
-packages/fcl-web/examples/helloworld/fcgi/helloworld.lpr svneol=native#text/plain
-packages/fcl-web/examples/helloworld/fcgi/helloworld.res -text
-packages/fcl-web/examples/helloworld/webmodule/webmodule.lfm svneol=native#text/plain
-packages/fcl-web/examples/helloworld/webmodule/webmodule.pas svneol=native#text/plain
-packages/fcl-web/examples/httpapp/testhttp.lpi svneol=native#text/plain
-packages/fcl-web/examples/httpapp/testhttp.pp svneol=native#text/plain
-packages/fcl-web/examples/httpclient/httpget.lpi svneol=native#text/plain
-packages/fcl-web/examples/httpclient/httpget.pas svneol=native#text/plain
-packages/fcl-web/examples/httpclient/httppost.lpi svneol=native#text/plain
-packages/fcl-web/examples/httpclient/httppost.pp svneol=native#text/plain
-packages/fcl-web/examples/httpclient/httppostfile.lpi svneol=native#text/plain
-packages/fcl-web/examples/httpclient/httppostfile.pp svneol=native#text/plain
-packages/fcl-web/examples/httpclient/keepalive.lpi svneol=native#text/plain
-packages/fcl-web/examples/httpclient/keepalive.pp svneol=native#text/plain
-packages/fcl-web/examples/httpserver/simplehttpserver.lpi svneol=native#text/plain
-packages/fcl-web/examples/httpserver/simplehttpserver.pas svneol=native#text/plain
-packages/fcl-web/examples/jsonrpc/demo1/README.txt svneol=native#text/plain
-packages/fcl-web/examples/jsonrpc/demo1/demo.lpi svneol=native#text/plain
-packages/fcl-web/examples/jsonrpc/demo1/demo.lpr svneol=native#text/plain
-packages/fcl-web/examples/jsonrpc/demo1/echo.in svneol=native#text/plain
-packages/fcl-web/examples/jsonrpc/demo1/echobatch.in svneol=native#text/plain
-packages/fcl-web/examples/jsonrpc/demo1/extdirect.in svneol=native#text/plain
-packages/fcl-web/examples/jsonrpc/demo1/notification.in svneol=native#text/plain
-packages/fcl-web/examples/jsonrpc/demo1/wmdemo.lfm svneol=native#text/plain
-packages/fcl-web/examples/jsonrpc/demo1/wmdemo.pp svneol=native#text/plain
-packages/fcl-web/examples/jsonrpc/extdirect/extdemo.html svneol=native#text/plain
-packages/fcl-web/examples/jsonrpc/extdirect/extdemo.js svneol=native#text/plain
-packages/fcl-web/examples/jsonrpc/extdirect/extdemo.lpi svneol=native#text/plain
-packages/fcl-web/examples/jsonrpc/extdirect/extdemo.lpr svneol=native#text/plain
-packages/fcl-web/examples/jsonrpc/extdirect/extdirect.in svneol=native#text/plain
-packages/fcl-web/examples/jsonrpc/extdirect/wmext.lfm svneol=native#text/plain
-packages/fcl-web/examples/jsonrpc/extdirect/wmext.pp svneol=native#text/plain
-packages/fcl-web/examples/restbridge/README.txt svneol=native#text/plain
-packages/fcl-web/examples/restbridge/cmdclient/cmdclient.lpi svneol=native#text/plain
-packages/fcl-web/examples/restbridge/cmdclient/cmdclient.pas svneol=native#text/plain
-packages/fcl-web/examples/restbridge/delphiclient/frmmain.dfm svneol=native#text/plain
-packages/fcl-web/examples/restbridge/delphiclient/frmmain.pas svneol=native#text/plain
-packages/fcl-web/examples/restbridge/delphiclient/sqldbrestclient.dpr svneol=native#text/plain
-packages/fcl-web/examples/restbridge/delphiclient/sqldbrestclient.dproj svneol=native#text/plain
-packages/fcl-web/examples/restbridge/delphiclient/sqldbrestclient.res -text
-packages/fcl-web/examples/restbridge/demorestbridge.lpi svneol=native#text/plain
-packages/fcl-web/examples/restbridge/demorestbridge.pp svneol=native#text/plain
-packages/fcl-web/examples/restbridge/expenses-data.sql svneol=native#text/plain
-packages/fcl-web/examples/restbridge/expenses-fb.sql svneol=native#text/plain
-packages/fcl-web/examples/restbridge/expenses-pq.sql svneol=native#text/plain
-packages/fcl-web/examples/restbridge/expenses-sqlite.sql svneol=native#text/plain
-packages/fcl-web/examples/restbridge/readonly/country.sql svneol=native#text/plain
-packages/fcl-web/examples/restbridge/readonly/readme.txt svneol=native#text/plain
-packages/fcl-web/examples/restbridge/readonly/restreadonly.lpi svneol=native#text/plain
-packages/fcl-web/examples/restbridge/readonly/restreadonly.pp svneol=native#text/plain
-packages/fcl-web/examples/routing-session/routingsessiondemo.lpi svneol=native#text/plain
-packages/fcl-web/examples/routing-session/routingsessiondemo.lpr svneol=native#text/plain
-packages/fcl-web/examples/routing/README svneol=native#text/plain
-packages/fcl-web/examples/routing/demorouting.lpi svneol=native#text/plain
-packages/fcl-web/examples/routing/demorouting.lpr svneol=native#text/plain
-packages/fcl-web/examples/routing/routes.pp svneol=native#text/plain
-packages/fcl-web/examples/routing/sample.ini svneol=native#text/plain
-packages/fcl-web/examples/session/sessiondemo.lpi svneol=native#text/plain
-packages/fcl-web/examples/session/sessiondemo.lpr svneol=native#text/plain
-packages/fcl-web/examples/session/wmsession.lfm svneol=native#text/plain
-packages/fcl-web/examples/session/wmsession.pp svneol=native#text/plain
-packages/fcl-web/examples/simpleserver/README.txt svneol=native#text/plain
-packages/fcl-web/examples/simpleserver/index.css svneol=native#text/plain
-packages/fcl-web/examples/simpleserver/index.html svneol=native#text/plain
-packages/fcl-web/examples/simpleserver/mime.types svneol=native#text/plain
-packages/fcl-web/examples/simpleserver/simpleserver.lpi svneol=native#text/plain
-packages/fcl-web/examples/simpleserver/simpleserver.pas svneol=native#text/plain
-packages/fcl-web/examples/webdata/demo/createusers.lpi svneol=native#text/plain
-packages/fcl-web/examples/webdata/demo/createusers.lpr svneol=native#text/plain
-packages/fcl-web/examples/webdata/demo/extgrid-json.html svneol=native#text/plain
-packages/fcl-web/examples/webdata/demo/extgrid-json.js svneol=native#text/plain
-packages/fcl-web/examples/webdata/demo/extgrid-xml.html svneol=native#text/plain
-packages/fcl-web/examples/webdata/demo/extgrid-xml.js svneol=native#text/plain
-packages/fcl-web/examples/webdata/demo/extgrid.lpi svneol=native#text/plain
-packages/fcl-web/examples/webdata/demo/extgrid.lpr svneol=native#text/plain
-packages/fcl-web/examples/webdata/demo/lazwebdata.pas svneol=native#text/plain
-packages/fcl-web/examples/webdata/demo/reglazwebdata.pp svneol=native#text/plain
-packages/fcl-web/examples/webdata/demo/restful.css svneol=native#text/plain
-packages/fcl-web/examples/webdata/demo/wmusers.lfm svneol=native#text/plain
-packages/fcl-web/examples/webdata/demo/wmusers.pp svneol=native#text/plain
-packages/fcl-web/examples/webdata/demo2/extgrid-json.html svneol=native#text/plain
-packages/fcl-web/examples/webdata/demo2/extgrid-json.js svneol=native#text/plain
-packages/fcl-web/examples/webdata/demo2/extgrid-xml.html svneol=native#text/plain
-packages/fcl-web/examples/webdata/demo2/extgrid-xml.js svneol=native#text/plain
-packages/fcl-web/examples/webdata/demo2/extgrid.lpi svneol=native#text/plain
-packages/fcl-web/examples/webdata/demo2/extgrid.lpr svneol=native#text/plain
-packages/fcl-web/examples/webdata/demo2/wmusers.lfm svneol=native#text/plain
-packages/fcl-web/examples/webdata/demo2/wmusers.pp svneol=native#text/plain
-packages/fcl-web/examples/webdata/demo3/extgrid-json.html svneol=native#text/plain
-packages/fcl-web/examples/webdata/demo3/extgrid-json.js svneol=native#text/plain
-packages/fcl-web/examples/webdata/demo3/extgrid-xml.html svneol=native#text/plain
-packages/fcl-web/examples/webdata/demo3/extgrid-xml.js svneol=native#text/plain
-packages/fcl-web/examples/webdata/demo3/extgrid.lpi svneol=native#text/plain
-packages/fcl-web/examples/webdata/demo3/extgrid.lpr svneol=native#text/plain
-packages/fcl-web/examples/webdata/demo3/tralala.lfm svneol=native#text/plain
-packages/fcl-web/examples/webdata/demo3/tralala.pp svneol=native#text/plain
-packages/fcl-web/examples/webdata/demo3/wmusers.lfm svneol=native#text/plain
-packages/fcl-web/examples/webdata/demo3/wmusers.pp svneol=native#text/plain
-packages/fcl-web/examples/webdata/demo4/dmusers.lfm svneol=native#text/plain
-packages/fcl-web/examples/webdata/demo4/dmusers.pp svneol=native#text/plain
-packages/fcl-web/examples/webdata/demo4/extgrid-json.html svneol=native#text/plain
-packages/fcl-web/examples/webdata/demo4/extgrid-json.js svneol=native#text/plain
-packages/fcl-web/examples/webdata/demo4/extgrid-xml.html svneol=native#text/plain
-packages/fcl-web/examples/webdata/demo4/extgrid-xml.js svneol=native#text/plain
-packages/fcl-web/examples/webdata/demo4/extgrid.lpi svneol=native#text/plain
-packages/fcl-web/examples/webdata/demo4/extgrid.lpr svneol=native#text/plain
-packages/fcl-web/examples/webdata/demo4/wmjsonusers.lfm svneol=native#text/plain
-packages/fcl-web/examples/webdata/demo4/wmjsonusers.pp svneol=native#text/plain
-packages/fcl-web/examples/webdata/demo4/wmxmlusers.lfm svneol=native#text/plain
-packages/fcl-web/examples/webdata/demo4/wmxmlusers.pp svneol=native#text/plain
-packages/fcl-web/examples/webdata/demo5/extgrid-json.html svneol=native#text/plain
-packages/fcl-web/examples/webdata/demo5/extgrid-json.js svneol=native#text/plain
-packages/fcl-web/examples/webdata/demo5/extgrid-xml.html svneol=native#text/plain
-packages/fcl-web/examples/webdata/demo5/extgrid-xml.js svneol=native#text/plain
-packages/fcl-web/examples/webdata/demo5/extgrid.lpi svneol=native#text/plain
-packages/fcl-web/examples/webdata/demo5/extgrid.lpr svneol=native#text/plain
-packages/fcl-web/examples/webdata/demo5/wmusers.lfm svneol=native#text/plain
-packages/fcl-web/examples/webdata/demo5/wmusers.pp svneol=native#text/plain
-packages/fcl-web/examples/webdata/demo6/extgrid-json.html svneol=native#text/plain
-packages/fcl-web/examples/webdata/demo6/extgrid-json.js svneol=native#text/plain
-packages/fcl-web/examples/webdata/demo6/extgrid-xml.html svneol=native#text/plain
-packages/fcl-web/examples/webdata/demo6/extgrid-xml.js svneol=native#text/plain
-packages/fcl-web/examples/webdata/demo6/extgrid.ini svneol=native#text/plain
-packages/fcl-web/examples/webdata/demo6/extgrid.lpi svneol=native#text/plain
-packages/fcl-web/examples/webdata/demo6/extgrid.lpr svneol=native#text/plain
-packages/fcl-web/examples/webdata/demo6/wmusers.lfm svneol=native#text/plain
-packages/fcl-web/examples/webdata/demo6/wmusers.pp svneol=native#text/plain
-packages/fcl-web/examples/webdata/demos.txt svneol=native#text/plain
-packages/fcl-web/examples/webdata/users.dbf -text
-packages/fcl-web/fpmake.pp svneol=native#text/plain
-packages/fcl-web/src/base/FCGI-README.txt svneol=native#text/plain
-packages/fcl-web/src/base/Makefile svneol=native#text/plain
-packages/fcl-web/src/base/Makefile.fpc svneol=native#text/plain
-packages/fcl-web/src/base/README.txt svneol=native#text/plain
-packages/fcl-web/src/base/cgiapp.pp svneol=native#text/plain
-packages/fcl-web/src/base/cgiprotocol.pp svneol=native#text/plain
-packages/fcl-web/src/base/custapache.pp svneol=native#text/plain
-packages/fcl-web/src/base/custapache24.pp svneol=native#text/plain
-packages/fcl-web/src/base/custcgi.pp svneol=native#text/plain
-packages/fcl-web/src/base/custfcgi.pp svneol=native#text/plain
-packages/fcl-web/src/base/custhttpapp.pp svneol=native#text/plain
-packages/fcl-web/src/base/custhttpsys.pp svneol=native#text/pascal
-packages/fcl-web/src/base/custmicrohttpapp.pp svneol=native#text/plain
-packages/fcl-web/src/base/custweb.pp svneol=native#text/plain
-packages/fcl-web/src/base/ezcgi.pp svneol=native#text/plain
-packages/fcl-web/src/base/fcgigate.pp svneol=native#text/plain
-packages/fcl-web/src/base/fpapache.pp svneol=native#text/plain
-packages/fcl-web/src/base/fpapache24.pp svneol=native#text/plain
-packages/fcl-web/src/base/fpcgi.pp svneol=native#text/plain
-packages/fcl-web/src/base/fpdatasetform.pp svneol=native#text/plain
-packages/fcl-web/src/base/fpfcgi.pp svneol=native#text/plain
-packages/fcl-web/src/base/fphtml.pp svneol=native#text/plain
-packages/fcl-web/src/base/fphttp.pp svneol=native#text/plain
-packages/fcl-web/src/base/fphttpapp.pp svneol=native#text/plain
-packages/fcl-web/src/base/fphttpclient.pp svneol=native#text/plain
-packages/fcl-web/src/base/fphttpserver.pp svneol=native#text/plain
-packages/fcl-web/src/base/fphttpstatus.pas svneol=native#text/plain
-packages/fcl-web/src/base/fphttpsys.pp svneol=native#text/pascal
-packages/fcl-web/src/base/fphttpwebclient.pp svneol=native#text/plain
-packages/fcl-web/src/base/fpjwt.pp svneol=native#text/plain
-packages/fcl-web/src/base/fpmimetypes.pp svneol=native#text/plain
-packages/fcl-web/src/base/fpoauth2.pp svneol=native#text/plain
-packages/fcl-web/src/base/fpoauth2ini.pp svneol=native#text/plain
-packages/fcl-web/src/base/fpweb.pp svneol=native#text/plain
-packages/fcl-web/src/base/fpwebclient.pp svneol=native#text/plain
-packages/fcl-web/src/base/fpwebfile.pp svneol=native#text/plain
-packages/fcl-web/src/base/fpwebproxy.pp svneol=native#text/plain
-packages/fcl-web/src/base/httpdefs.pp svneol=native#text/plain
-packages/fcl-web/src/base/httpprotocol.pp svneol=native#text/plain
-packages/fcl-web/src/base/httproute.pp svneol=native#text/plain
-packages/fcl-web/src/base/iniwebsession.pp svneol=native#text/plain
-packages/fcl-web/src/base/microhttpapp.pp svneol=native#text/plain
-packages/fcl-web/src/base/restbase.pp svneol=native#text/plain
-packages/fcl-web/src/base/restcodegen.pp svneol=native#text/plain
-packages/fcl-web/src/base/tcwebmodule.pp svneol=native#text/plain
-packages/fcl-web/src/base/webpage.pp svneol=native#text/plain
-packages/fcl-web/src/base/websession.pp svneol=native#text/plain
-packages/fcl-web/src/base/webutil.pp svneol=native#text/plain
-packages/fcl-web/src/hpack/uhpack.pp svneol=native#text/plain
-packages/fcl-web/src/hpack/uhpackimp.pp svneol=native#text/plain
-packages/fcl-web/src/hpack/uhpacktables.pp svneol=native#text/plain
-packages/fcl-web/src/jsonrpc/Makefile svneol=native#text/plain
-packages/fcl-web/src/jsonrpc/Makefile.fpc svneol=native#text/plain
-packages/fcl-web/src/jsonrpc/fpdispextdirect.pp svneol=native#text/plain
-packages/fcl-web/src/jsonrpc/fpextdirect.pp svneol=native#text/plain
-packages/fcl-web/src/jsonrpc/fpjsonrpc.pp svneol=native#text/plain
-packages/fcl-web/src/jsonrpc/readme.txt svneol=native#text/plain
-packages/fcl-web/src/jsonrpc/webjsonrpc.pp svneol=native#text/plain
-packages/fcl-web/src/restbridge/sqldbrestado.pp svneol=native#text/plain
-packages/fcl-web/src/restbridge/sqldbrestauth.pp svneol=native#text/plain
-packages/fcl-web/src/restbridge/sqldbrestauthini.pp svneol=native#text/plain
-packages/fcl-web/src/restbridge/sqldbrestbridge.pp svneol=native#text/plain
-packages/fcl-web/src/restbridge/sqldbrestcds.pp svneol=native#text/plain
-packages/fcl-web/src/restbridge/sqldbrestconst.pp svneol=native#text/plain
-packages/fcl-web/src/restbridge/sqldbrestcsv.pp svneol=native#text/plain
-packages/fcl-web/src/restbridge/sqldbrestdata.pp svneol=native#text/plain
-packages/fcl-web/src/restbridge/sqldbrestini.pp svneol=native#text/plain
-packages/fcl-web/src/restbridge/sqldbrestio.pp svneol=native#text/plain
-packages/fcl-web/src/restbridge/sqldbrestjson.pp svneol=native#text/plain
-packages/fcl-web/src/restbridge/sqldbrestmodule.pp svneol=native#text/plain
-packages/fcl-web/src/restbridge/sqldbrestschema.pp svneol=native#text/plain
-packages/fcl-web/src/restbridge/sqldbrestxml.pp svneol=native#text/plain
-packages/fcl-web/src/webdata/Makefile svneol=native#text/plain
-packages/fcl-web/src/webdata/Makefile.fpc svneol=native#text/plain
-packages/fcl-web/src/webdata/extjsjson.pp svneol=native#text/plain
-packages/fcl-web/src/webdata/extjsxml.pp svneol=native#text/plain
-packages/fcl-web/src/webdata/fpextjs.pp svneol=native#text/plain
-packages/fcl-web/src/webdata/fpwebdata.pp svneol=native#text/plain
-packages/fcl-web/src/webdata/readme.txt svneol=native#text/plain
-packages/fcl-web/src/webdata/sqldbwebdata.pp svneol=native#text/plain
-packages/fcl-web/tests/README.txt svneol=native#text/plain
-packages/fcl-web/tests/cgigateway.lpi svneol=native#text/plain
-packages/fcl-web/tests/cgigateway.pp svneol=native#text/plain
-packages/fcl-web/tests/fpcunithpack.lpi svneol=native#text/plain
-packages/fcl-web/tests/fpcunithpack.lpr svneol=native#text/plain
-packages/fcl-web/tests/integrationtests/README.md svneol=native#text/markdown
-packages/fcl-web/tests/integrationtests/UploadFile1.txt svneol=native#text/plain
-packages/fcl-web/tests/integrationtests/UploadFile2.txt svneol=native#text/plain
-packages/fcl-web/tests/integrationtests/UploadFile3.txt svneol=native#text/plain
-packages/fcl-web/tests/integrationtests/fcgi_dump_request.pp svneol=native#text/pascal
-packages/fcl-web/tests/integrationtests/fcl-web_integrationtests.jmx svneol=native#text/xml
-packages/fcl-web/tests/tchttproute.pp svneol=native#text/plain
-packages/fcl-web/tests/testcgiapp.lpi svneol=native#text/plain
-packages/fcl-web/tests/testcgiapp.pp svneol=native#text/plain
-packages/fcl-web/tests/testfpweb.lpi svneol=native#text/plain
-packages/fcl-web/tests/testfpweb.lpr svneol=native#text/plain
-packages/fcl-web/tests/uhpacktest1.pas svneol=native#text/plain
-packages/fcl-xml/Makefile svneol=native#text/plain
-packages/fcl-xml/Makefile.fpc svneol=native#text/plain
-packages/fcl-xml/Makefile.fpc.fpcmake svneol=native#text/plain
-packages/fcl-xml/buildfclxml.lpi svneol=native#text/plain
-packages/fcl-xml/buildfclxml.pp svneol=native#text/plain
-packages/fcl-xml/examples/htmlwithsax.lpr svneol=native#text/plain
-packages/fcl-xml/examples/reducexml.lpi svneol=native#text/plain
-packages/fcl-xml/examples/reducexml.pp svneol=native#text/plain
-packages/fcl-xml/examples/test.html svneol=native#text/html
-packages/fcl-xml/examples/testhtml.pp svneol=native#text/plain
-packages/fcl-xml/fpmake.pp svneol=native#text/plain
-packages/fcl-xml/src/README.txt svneol=native#text/plain
-packages/fcl-xml/src/dom.pp svneol=native#text/plain
-packages/fcl-xml/src/dom_html.pp svneol=native#text/plain
-packages/fcl-xml/src/dtdmodel.pp svneol=native#text/plain
-packages/fcl-xml/src/htmldefs.pp svneol=native#text/plain
-packages/fcl-xml/src/htmlelements.pp svneol=native#text/plain
-packages/fcl-xml/src/htmlwriter.pp svneol=native#text/plain
-packages/fcl-xml/src/htmwrite.pp svneol=native#text/plain
-packages/fcl-xml/src/names.inc svneol=native#text/plain
-packages/fcl-xml/src/sax.pp svneol=native#text/plain
-packages/fcl-xml/src/sax_html.pp svneol=native#text/plain
-packages/fcl-xml/src/sax_xml.pp svneol=native#text/plain
-packages/fcl-xml/src/tagsimpl.inc svneol=native#text/plain
-packages/fcl-xml/src/tagsintf.inc svneol=native#text/plain
-packages/fcl-xml/src/wtagsimpl.inc svneol=native#text/plain
-packages/fcl-xml/src/wtagsintf.inc svneol=native#text/plain
-packages/fcl-xml/src/xhtml.pp svneol=native#text/plain
-packages/fcl-xml/src/xmlcfg.pp svneol=native#text/plain
-packages/fcl-xml/src/xmlconf.pp svneol=native#text/plain
-packages/fcl-xml/src/xmliconv.pas svneol=native#text/plain
-packages/fcl-xml/src/xmliconv_windows.pas svneol=native#text/plain
-packages/fcl-xml/src/xmlread.pp svneol=native#text/plain
-packages/fcl-xml/src/xmlreader.pp svneol=native#text/plain
-packages/fcl-xml/src/xmlstreaming.pp svneol=native#text/plain
-packages/fcl-xml/src/xmltextreader.pp svneol=native#text/plain
-packages/fcl-xml/src/xmlutils.pp svneol=native#text/plain
-packages/fcl-xml/src/xmlwrite.pp svneol=native#text/plain
-packages/fcl-xml/src/xpath.pp svneol=native#text/plain
-packages/fcl-xml/src/xpathkw.inc svneol=native#text/plain
-packages/fcl-xml/tests/README.txt svneol=native#text/plain
-packages/fcl-xml/tests/README_DOM.txt svneol=native#text/plain
-packages/fcl-xml/tests/api.xml svneol=native#text/plain
-packages/fcl-xml/tests/domunit.pp svneol=native#text/plain
-packages/fcl-xml/tests/extras.pp svneol=native#text/plain
-packages/fcl-xml/tests/extras2.pp svneol=native#text/plain
-packages/fcl-xml/tests/readertest.pp svneol=native#text/plain
-packages/fcl-xml/tests/readerunit.pp svneol=native#text/plain
-packages/fcl-xml/tests/template.xml svneol=native#text/plain
-packages/fcl-xml/tests/testgen.pp svneol=native#text/plain
-packages/fcl-xml/tests/testxmlconf.lpi svneol=native#text/plain
-packages/fcl-xml/tests/testxmlconf.lpr svneol=native#text/plain
-packages/fcl-xml/tests/xmlts.pp svneol=native#text/plain
-packages/fcl-xml/tests/xpathts.pp svneol=native#text/plain
-packages/fftw/Makefile svneol=native#text/plain
-packages/fftw/Makefile.fpc svneol=native#text/plain
-packages/fftw/Makefile.fpc.fpcmake svneol=native#text/plain
-packages/fftw/examples/example.pas svneol=native#text/plain
-packages/fftw/fpmake.pp svneol=native#text/plain
-packages/fftw/readme.txt svneol=native#text/plain
-packages/fftw/src/fftw_s.pas svneol=native#text/plain
-packages/fpgtk/Makefile svneol=native#text/plain
-packages/fpgtk/Makefile.fpc svneol=native#text/plain
-packages/fpgtk/Makefile.fpc.fpcmake svneol=native#text/plain
-packages/fpgtk/examples/Makefile svneol=native#text/plain
-packages/fpgtk/examples/Makefile.fpc svneol=native#text/plain
-packages/fpgtk/examples/lister.pp svneol=native#text/plain
-packages/fpgtk/examples/testgtk.pp svneol=native#text/plain
-packages/fpgtk/examples/testgtk.ppr svneol=native#text/plain
-packages/fpgtk/fpmake.pp svneol=native#text/plain
-packages/fpgtk/src/def/objectdef.pp svneol=native#text/plain
-packages/fpgtk/src/editor/buttonrow.pp svneol=native#text/plain
-packages/fpgtk/src/editor/finddlgs.pp svneol=native#text/plain
-packages/fpgtk/src/editor/gtkdef.pp svneol=native#text/plain
-packages/fpgtk/src/editor/gtkdeftexts.pp svneol=native#text/plain
-packages/fpgtk/src/editor/gtkeditor.pp svneol=native#text/plain
-packages/fpgtk/src/editor/progwin.pp svneol=native#text/plain
-packages/fpgtk/src/editor/settingsrec.pp svneol=native#text/plain
-packages/fpgtk/src/editor/xpms.pp svneol=native#text/plain
-packages/fpgtk/src/fpglib.pp svneol=native#text/plain
-packages/fpgtk/src/fpgtk.def svneol=native#text/plain
-packages/fpgtk/src/fpgtk.pp svneol=native#text/plain
-packages/fpgtk/src/fpgtkext.pp svneol=native#text/plain
-packages/fpgtk/src/pgtk/pgtk.pp svneol=native#text/plain
-packages/fpgtk/src/pgtk/pgtk.ppr -text
-packages/fpindexer/Makefile svneol=native#text/plain
-packages/fpindexer/Makefile.fpc svneol=native#text/plain
-packages/fpindexer/README.txt svneol=native#text/plain
-packages/fpindexer/examples/TestDBindexer.lpi svneol=native#text/plain
-packages/fpindexer/examples/TestDBindexer.pp svneol=native#text/plain
-packages/fpindexer/examples/TestIndexer.lpi svneol=native#text/plain
-packages/fpindexer/examples/TestIndexer.pp svneol=native#text/plain
-packages/fpindexer/examples/TestSearch.lpi svneol=native#text/plain
-packages/fpindexer/examples/TestSearch.pp svneol=native#text/plain
-packages/fpindexer/examples/docindexer.lpi svneol=native#text/plain
-packages/fpindexer/examples/docindexer.pp svneol=native#text/plain
-packages/fpindexer/examples/english.txt svneol=native#text/plain
-packages/fpindexer/examples/httpsearch.lpi svneol=native#text/plain
-packages/fpindexer/examples/httpsearch.pas svneol=native#text/plain
-packages/fpindexer/examples/httpsearcher.pp svneol=native#text/plain
-packages/fpindexer/examples/readme.txt svneol=native#text/plain
-packages/fpindexer/examples/sample.ini svneol=native#text/plain
-packages/fpindexer/fpmake.pp svneol=native#text/plain
-packages/fpindexer/src/dbindexer.pp svneol=native#text/plain
-packages/fpindexer/src/fbindexdb.pp svneol=native#text/plain
-packages/fpindexer/src/fpindexer.pp svneol=native#text/plain
-packages/fpindexer/src/fpmasks.pp svneol=native#text/plain
-packages/fpindexer/src/ireaderhtml.pp svneol=native#text/plain
-packages/fpindexer/src/ireaderpas.pp svneol=native#text/plain
-packages/fpindexer/src/ireadertxt.pp svneol=native#text/plain
-packages/fpindexer/src/memindexdb.pp svneol=native#text/plain
-packages/fpindexer/src/pgindexdb.pp svneol=native#text/plain
-packages/fpindexer/src/sqldbindexdb.pp svneol=native#text/plain
-packages/fpindexer/src/sqliteindexdb.pp svneol=native#text/plain
-packages/fpmake.pp svneol=native#text/plain
-packages/fpmake_add.inc svneol=native#text/plain
-packages/fpmake_proc.inc svneol=native#text/plain
-packages/fpmkunit/Makefile svneol=native#text/plain
-packages/fpmkunit/Makefile.fpc svneol=native#text/plain
-packages/fpmkunit/Makefile.fpc.fpcmake svneol=native#text/plain
-packages/fpmkunit/examples/ppu2fpmake.sh svneol=native#text/plain
-packages/fpmkunit/fpmake.pp svneol=native#text/plain
-packages/fpmkunit/src/fpmkunit.pp svneol=native#text/plain
-packages/fppkg/Makefile svneol=native#text/plain
-packages/fppkg/Makefile.fpc svneol=native#text/plain
-packages/fppkg/Makefile.fpc.fpcmake svneol=native#text/plain
-packages/fppkg/fpmake.pp svneol=native#text/plain
-packages/fppkg/repositorylogics.dia -text svneol=unset#application/x-gzip
-packages/fppkg/src/fpmkunitsrc.inc svneol=native#text/plain
-packages/fppkg/src/fprepos.pp svneol=native#text/plain
-packages/fppkg/src/fpxmlrep.pp svneol=native#text/plain
-packages/fppkg/src/pkgcommands.pp svneol=native#text/plain
-packages/fppkg/src/pkgdownload.pp svneol=native#text/plain
-packages/fppkg/src/pkgfphttp.pp svneol=native#text/plain
-packages/fppkg/src/pkgfpmake.pp svneol=native#text/plain
-packages/fppkg/src/pkgfppkg.pp svneol=native#text/plain
-packages/fppkg/src/pkgglobals.pp svneol=native#text/plain
-packages/fppkg/src/pkghandler.pp svneol=native#text/plain
-packages/fppkg/src/pkgmessages.pp svneol=native#text/plain
-packages/fppkg/src/pkgmkconv.pp svneol=native#text/plain
-packages/fppkg/src/pkgoptions.pp svneol=native#text/plain
-packages/fppkg/src/pkgpackagesstructure.pp svneol=native#text/plain
-packages/fppkg/src/pkgrepos.pp svneol=native#text/plain
-packages/fppkg/src/pkguninstalledsrcsrepo.pp svneol=native#text/plain
-packages/fppkg/src/pkgwget.pp svneol=native#text/plain
-packages/fppkg/tests/fppkg_tests.pp svneol=native#text/plain
-packages/fppkg/tests/fullfpcinstallationtests.pas svneol=native#text/plain
-packages/fppkg/tests/packages/base/brokenpackage/fpmake.pp svneol=native#text/pascal
-packages/fppkg/tests/packages/base/packagea/fpmake.pp svneol=native#text/plain
-packages/fppkg/tests/packages/base/packagea/src/PackageAUnitA.pas svneol=native#text/plain
-packages/fppkg/tests/packages/base/packageb/fpmake.pp svneol=native#text/plain
-packages/fppkg/tests/packages/base/packageb/src/PackageBUnitB.pas svneol=native#text/plain
-packages/fppkg/tests/packages/base/packagevarianta/fpmake.pp svneol=native#text/pascal
-packages/fppkg/tests/packages/base/packagevarianta/src/packagevariantbaseunit.pp svneol=native#text/pascal
-packages/fppkg/tests/packages/base/packagevarianta/src/packagevariantversionbonly.pp svneol=native#text/pascal
-packages/fppkg/tests/packages/base/packagevariantp/fpmake.pp svneol=native#text/pascal
-packages/fppkg/tests/packages/base/packagevariantp/src/packagevariantp.pp svneol=native#text/pascal
-packages/fppkg/tests/packages/specific/plugindependencies/packageusingplugin/fpmake.pp svneol=native#text/pascal
-packages/fppkg/tests/packages/specific/plugindependencies/packageusingplugin/src/packageusingpluginunit.pas svneol=native#text/pascal
-packages/fppkg/tests/packages/specific/plugindependencies/plugindependency/fpmake.pp svneol=native#text/pascal
-packages/fppkg/tests/packages/specific/plugindependencies/plugindependency/src/plugindependencyunit.pas svneol=native#text/pascal
-packages/fppkg/tests/packages/specific/plugindependencies/pluginpackage/fpmake.pp svneol=native#text/pascal
-packages/fppkg/tests/packages/specific/plugindependencies/pluginpackage/src/pluginunit.pas svneol=native#text/pascal
-packages/fppkg/tests/packages/specific/transmitoptions/packagea/fpmake.pp svneol=native#text/pascal
-packages/fppkg/tests/packages/specific/transmitoptions/packagea/src/PackageAUnitA.pas svneol=native#text/pascal
-packages/fppkg/tests/packages/specific/transmitoptions/packageb1/fpmake.pp svneol=native#text/pascal
-packages/fppkg/tests/packages/specific/transmitoptions/packageb1/src/PackageB1UnitB.pas svneol=native#text/pascal
-packages/fppkg/tests/packages/specific/transmitoptions/packageb2/fpmake.pp svneol=native#text/pascal
-packages/fppkg/tests/packages/specific/transmitoptions/packageb2/src/PackageB2UnitB.pas svneol=native#text/pascal
-packages/fppkg/tests/packages/specific/transmitoptions/packagec/fpmake.pp svneol=native#text/pascal
-packages/fppkg/tests/packages/specific/transmitoptions/packagec/src/PackageC.pas svneol=native#text/pascal
-packages/fppkg/tests/readme.txt svneol=native#text/plain
-packages/fuse/Makefile svneol=native#text/plain
-packages/fuse/Makefile.fpc svneol=native#text/plain
-packages/fuse/Makefile.fpc.fpcmake svneol=native#text/plain
-packages/fuse/fpmake_disabled.pp svneol=native#text/plain
-packages/fuse/src/fuse.pas svneol=native#text/plain
-packages/fuse/tests/fusetest.pp svneol=native#text/plain
-packages/fv/Makefile svneol=native#text/plain
-packages/fv/Makefile.fpc svneol=native#text/plain
-packages/fv/Makefile.fpc.fpcmake svneol=native#text/plain
-packages/fv/examples/Makefile svneol=native#text/plain
-packages/fv/examples/Makefile.fpc svneol=native#text/plain
-packages/fv/examples/testapp.lpi svneol=native#text/plain
-packages/fv/examples/testapp.pas svneol=native#text/plain
-packages/fv/examples/testuapp.lpi svneol=native#text/plain
-packages/fv/examples/testuapp.pas svneol=native#text/plain
-packages/fv/examples/testuapp_windows.lpi svneol=native#text/plain
-packages/fv/fpmake.pp svneol=native#text/plain
-packages/fv/src/amismsg.inc svneol=native#text/plain
-packages/fv/src/app.inc svneol=native#text/plain
-packages/fv/src/app.pas svneol=native#text/plain
-packages/fv/src/asciitab.pas svneol=native#text/plain
-packages/fv/src/buildfv.pas svneol=native#text/plain
-packages/fv/src/colorsel.pas svneol=native#text/plain
-packages/fv/src/colortxt.pas svneol=native#text/plain
-packages/fv/src/dialogs.inc svneol=native#text/plain
-packages/fv/src/dialogs.pas svneol=native#text/plain
-packages/fv/src/drivers.inc svneol=native#text/plain
-packages/fv/src/drivers.pas svneol=native#text/plain
-packages/fv/src/editors.pas svneol=native#text/plain
-packages/fv/src/fvcommon.inc svneol=native#text/plain
-packages/fv/src/fvcommon.pas svneol=native#text/plain
-packages/fv/src/fvconsts.pas svneol=native#text/plain
-packages/fv/src/gadgets.pas svneol=native#text/plain
-packages/fv/src/go32smsg.inc svneol=native#text/plain
-packages/fv/src/histlist.inc svneol=native#text/plain
-packages/fv/src/histlist.pas svneol=native#text/plain
-packages/fv/src/inplong.inc svneol=native#text/plain
-packages/fv/src/inplong.pas svneol=native#text/plain
-packages/fv/src/memory.pas svneol=native#text/plain
-packages/fv/src/menus.inc svneol=native#text/plain
-packages/fv/src/menus.pas svneol=native#text/plain
-packages/fv/src/msgbox.inc svneol=native#text/plain
-packages/fv/src/msgbox.pas svneol=native#text/plain
-packages/fv/src/outline.inc svneol=native#text/plain
-packages/fv/src/outline.pas svneol=native#text/plain
-packages/fv/src/platform.inc svneol=native#text/plain
-packages/fv/src/resource.pas svneol=native#text/plain
-packages/fv/src/statuses.pas svneol=native#text/plain
-packages/fv/src/stddlg.pas svneol=native#text/plain
-packages/fv/src/str.inc svneol=native#text/plain
-packages/fv/src/strtxt.inc svneol=native#text/plain
-packages/fv/src/sysmsg.pas svneol=native#text/plain
-packages/fv/src/tabs.inc svneol=native#text/plain
-packages/fv/src/tabs.pas svneol=native#text/plain
-packages/fv/src/time.pas svneol=native#text/plain
-packages/fv/src/timeddlg.inc svneol=native#text/plain
-packages/fv/src/timeddlg.pas svneol=native#text/plain
-packages/fv/src/uapp.pas svneol=native#text/plain
-packages/fv/src/udialogs.pas svneol=native#text/plain
-packages/fv/src/udrivers.pas svneol=native#text/plain
-packages/fv/src/ufvcommon.pas svneol=native#text/plain
-packages/fv/src/uhistlist.pas svneol=native#text/plain
-packages/fv/src/uinplong.pas svneol=native#text/plain
-packages/fv/src/umenus.pas svneol=native#text/plain
-packages/fv/src/umsgbox.pas svneol=native#text/plain
-packages/fv/src/unixsmsg.inc svneol=native#text/plain
-packages/fv/src/uoutline.pas svneol=native#text/plain
-packages/fv/src/utabs.pas svneol=native#text/plain
-packages/fv/src/utimeddlg.pas svneol=native#text/plain
-packages/fv/src/uvalidate.pas svneol=native#text/plain
-packages/fv/src/uviews.pas svneol=native#text/plain
-packages/fv/src/validate.inc svneol=native#text/plain
-packages/fv/src/validate.pas svneol=native#text/plain
-packages/fv/src/views.inc svneol=native#text/plain
-packages/fv/src/views.pas svneol=native#text/plain
-packages/fv/src/w32smsg.inc svneol=native#text/plain
-packages/gdbint/Makefile svneol=native#text/plain
-packages/gdbint/Makefile.fpc svneol=native#text/plain
-packages/gdbint/Makefile.fpc.fpcmake svneol=native#text/plain
-packages/gdbint/examples/mingw.pas svneol=native#text/plain
-packages/gdbint/examples/symify.pp svneol=native#text/plain
-packages/gdbint/examples/testgdb.pp svneol=native#text/plain
-packages/gdbint/fpmake.pp svneol=native#text/plain
-packages/gdbint/gen-gdblib-inc.sh svneol=native#text/plain
-packages/gdbint/src/freadlin.pp svneol=native#text/x-pascal
-packages/gdbint/src/gdbcon.pp svneol=native#text/plain
-packages/gdbint/src/gdbint.pp svneol=native#text/plain
-packages/gdbint/src/gdbobjs.inc svneol=native#text/plain
-packages/gdbint/src/gdbver.pp svneol=native#text/plain
-packages/gdbint/src/gdbver_nogdb.inc svneol=native#text/x-pascal
-packages/gdbm/Makefile svneol=native#text/plain
-packages/gdbm/Makefile.fpc svneol=native#text/plain
-packages/gdbm/Makefile.fpc.fpcmake svneol=native#text/plain
-packages/gdbm/README.txt svneol=native#text/plain
-packages/gdbm/examples/Makefile svneol=native#text/plain
-packages/gdbm/examples/Makefile.fpc svneol=native#text/plain
-packages/gdbm/examples/testgdbm.pp svneol=native#text/plain
-packages/gdbm/examples/testgdbm2.pp svneol=native#text/plain
-packages/gdbm/fpmake.pp svneol=native#text/plain
-packages/gdbm/src/gdbm.pp svneol=native#text/plain
-packages/ggi/Makefile svneol=native#text/plain
-packages/ggi/Makefile.fpc svneol=native#text/plain
-packages/ggi/Makefile.fpc.fpcmake svneol=native#text/plain
-packages/ggi/examples/Makefile svneol=native#text/plain
-packages/ggi/examples/Makefile.fpc svneol=native#text/plain
-packages/ggi/examples/ggi1.pp svneol=native#text/plain
-packages/ggi/fpmake.pp svneol=native#text/plain
-packages/ggi/src/ggi.pp svneol=native#text/plain
-packages/ggi/src/ggi2d.pp svneol=native#text/plain
-packages/ggi/src/gii.pp svneol=native#text/plain
-packages/gmp/Makefile svneol=native#text/plain
-packages/gmp/Makefile.fpc svneol=native#text/plain
-packages/gmp/Makefile.fpc.fpcmake svneol=native#text/plain
-packages/gmp/examples/Makefile svneol=native#text/plain
-packages/gmp/examples/Makefile.fpc svneol=native#text/plain
-packages/gmp/examples/gmp_accept_test.pas svneol=native#text/plain
-packages/gmp/examples/gmp_test_impl.inc svneol=native#text/plain
-packages/gmp/examples/gmp_test_intf.inc svneol=native#text/plain
-packages/gmp/examples/gmp_testcase.pas svneol=native#text/plain
-packages/gmp/examples/pidigits_example.pas svneol=native#text/plain
-packages/gmp/examples/pidigits_example2.pas svneol=native#text/plain
-packages/gmp/examples/printf_example.pas svneol=native#text/plain
-packages/gmp/examples/printf_example2.pas svneol=native#text/plain
-packages/gmp/examples/scanf_example.pas svneol=native#text/plain
-packages/gmp/examples/scanf_example2.pas svneol=native#text/plain
-packages/gmp/fpmake.pp svneol=native#text/plain
-packages/gmp/readme svneol=native#text/plain
-packages/gmp/src/gmp.pas svneol=native#text/plain
-packages/gnome1/Makefile svneol=native#text/plain
-packages/gnome1/Makefile.fpc svneol=native#text/plain
-packages/gnome1/Makefile.fpc.fpcmake svneol=native#text/plain
-packages/gnome1/examples/gconfcallback1.pp svneol=native#text/plain
-packages/gnome1/examples/gconfcallback2.pp svneol=native#text/plain
-packages/gnome1/examples/gconfexample.pp svneol=native#text/plain
-packages/gnome1/examples/gnometest.pp svneol=native#text/plain
-packages/gnome1/examples/testzvt.pp svneol=native#text/plain
-packages/gnome1/fpmake.pp svneol=native#text/plain
-packages/gnome1/src/gconf/gconf.pp svneol=native#text/plain
-packages/gnome1/src/gconf/gconfengine.inc svneol=native#text/plain
-packages/gnome1/src/gconf/gconferror.inc svneol=native#text/plain
-packages/gnome1/src/gconf/gconfglibpublic.inc svneol=native#text/plain
-packages/gnome1/src/gconf/gconfschema.inc svneol=native#text/plain
-packages/gnome1/src/gconf/gconfvalue.inc svneol=native#text/plain
-packages/gnome1/src/gconfclient/gconfchangeset.inc svneol=native#text/plain
-packages/gnome1/src/gconfclient/gconfclient.pp svneol=native#text/plain
-packages/gnome1/src/gconfclient/gconflisteners.inc svneol=native#text/plain
-packages/gnome1/src/libart.pp svneol=native#text/plain
-packages/gnome1/src/libgnome/gnomeconfig.inc svneol=native#text/plain
-packages/gnome1/src/libgnome/gnomedentry.inc svneol=native#text/plain
-packages/gnome1/src/libgnome/gnomeexec.inc svneol=native#text/plain
-packages/gnome1/src/libgnome/gnomehelp.inc svneol=native#text/plain
-packages/gnome1/src/libgnome/gnomei18n.inc svneol=native#text/plain
-packages/gnome1/src/libgnome/gnomemetadata.inc svneol=native#text/plain
-packages/gnome1/src/libgnome/gnomemime.inc svneol=native#text/plain
-packages/gnome1/src/libgnome/gnomemimeinfo.inc svneol=native#text/plain
-packages/gnome1/src/libgnome/gnomepaper.inc svneol=native#text/plain
-packages/gnome1/src/libgnome/gnomeremote.inc svneol=native#text/plain
-packages/gnome1/src/libgnome/gnomescore.inc svneol=native#text/plain
-packages/gnome1/src/libgnome/gnomesound.inc svneol=native#text/plain
-packages/gnome1/src/libgnome/gnometriggers.inc svneol=native#text/plain
-packages/gnome1/src/libgnome/gnomeurl.inc svneol=native#text/plain
-packages/gnome1/src/libgnome/gnomeutil.inc svneol=native#text/plain
-packages/gnome1/src/libgnome/libgnome.pp svneol=native#text/plain
-packages/gnome1/src/libgnomeui/gnomeabout.inc svneol=native#text/plain
-packages/gnome1/src/libgnomeui/gnomeanimator.inc svneol=native#text/plain
-packages/gnome1/src/libgnomeui/gnomeapp.inc svneol=native#text/plain
-packages/gnome1/src/libgnomeui/gnomeappbar.inc svneol=native#text/plain
-packages/gnome1/src/libgnomeui/gnomeapphelper.inc svneol=native#text/plain
-packages/gnome1/src/libgnomeui/gnomeapputil.inc svneol=native#text/plain
-packages/gnome1/src/libgnomeui/gnomecalculator.inc svneol=native#text/plain
-packages/gnome1/src/libgnomeui/gnomecalulator.inc svneol=native#text/plain
-packages/gnome1/src/libgnomeui/gnomecanvas.inc svneol=native#text/plain
-packages/gnome1/src/libgnomeui/gnomecanvasimage.inc svneol=native#text/plain
-packages/gnome1/src/libgnomeui/gnomecanvasline.inc svneol=native#text/plain
-packages/gnome1/src/libgnomeui/gnomecanvasload.inc svneol=native#text/plain
-packages/gnome1/src/libgnomeui/gnomecanvaspolygon.inc svneol=native#text/plain
-packages/gnome1/src/libgnomeui/gnomecanvasrectellipse.inc svneol=native#text/plain
-packages/gnome1/src/libgnomeui/gnomecanvastext.inc svneol=native#text/plain
-packages/gnome1/src/libgnomeui/gnomecanvasutil.inc svneol=native#text/plain
-packages/gnome1/src/libgnomeui/gnomecanvaswidget.inc svneol=native#text/plain
-packages/gnome1/src/libgnomeui/gnomeclient.inc svneol=native#text/plain
-packages/gnome1/src/libgnomeui/gnomecolorpicker.inc svneol=native#text/plain
-packages/gnome1/src/libgnomeui/gnomedateedit.inc svneol=native#text/plain
-packages/gnome1/src/libgnomeui/gnomedentryedit.inc svneol=native#text/plain
-packages/gnome1/src/libgnomeui/gnomedialog.inc svneol=native#text/plain
-packages/gnome1/src/libgnomeui/gnomedialogutil.inc svneol=native#text/plain
-packages/gnome1/src/libgnomeui/gnomedock.inc svneol=native#text/plain
-packages/gnome1/src/libgnomeui/gnomedruid.inc svneol=native#text/plain
-packages/gnome1/src/libgnomeui/gnomedruidpage.inc svneol=native#text/plain
-packages/gnome1/src/libgnomeui/gnomedruidpagefinish.inc svneol=native#text/plain
-packages/gnome1/src/libgnomeui/gnomedruidpagestandard.inc svneol=native#text/plain
-packages/gnome1/src/libgnomeui/gnomedruidpagestart.inc svneol=native#text/plain
-packages/gnome1/src/libgnomeui/gnomeentry.inc svneol=native#text/plain
-packages/gnome1/src/libgnomeui/gnomefileentry.inc svneol=native#text/plain
-packages/gnome1/src/libgnomeui/gnomefontpicker.inc svneol=native#text/plain
-packages/gnome1/src/libgnomeui/gnomegeometry.inc svneol=native#text/plain
-packages/gnome1/src/libgnomeui/gnomehref.inc svneol=native#text/plain
-packages/gnome1/src/libgnomeui/gnomeiconentry.inc svneol=native#text/plain
-packages/gnome1/src/libgnomeui/gnomeiconitem.inc svneol=native#text/plain
-packages/gnome1/src/libgnomeui/gnomeiconlist.inc svneol=native#text/plain
-packages/gnome1/src/libgnomeui/gnomeiconsel.inc svneol=native#text/plain
-packages/gnome1/src/libgnomeui/gnomeicontext.inc svneol=native#text/plain
-packages/gnome1/src/libgnomeui/gnomeinit.inc svneol=native#text/plain
-packages/gnome1/src/libgnomeui/gnomemdi.inc svneol=native#text/plain
-packages/gnome1/src/libgnomeui/gnomemdichild.inc svneol=native#text/plain
-packages/gnome1/src/libgnomeui/gnomemdigenericchild.inc svneol=native#text/plain
-packages/gnome1/src/libgnomeui/gnomemdisession.inc svneol=native#text/plain
-packages/gnome1/src/libgnomeui/gnomemessagebox.inc svneol=native#text/plain
-packages/gnome1/src/libgnomeui/gnomenumberentry.inc svneol=native#text/plain
-packages/gnome1/src/libgnomeui/gnomepaperselector.inc svneol=native#text/plain
-packages/gnome1/src/libgnomeui/gnomepixmap.inc svneol=native#text/plain
-packages/gnome1/src/libgnomeui/gnomepixmapentry.inc svneol=native#text/plain
-packages/gnome1/src/libgnomeui/gnomepopuphelp.inc svneol=native#text/plain
-packages/gnome1/src/libgnomeui/gnomepopupmenu.inc svneol=native#text/plain
-packages/gnome1/src/libgnomeui/gnomeprocbar.inc svneol=native#text/plain
-packages/gnome1/src/libgnomeui/gnomepropertybox.inc svneol=native#text/plain
-packages/gnome1/src/libgnomeui/gnomescores.inc svneol=native#text/plain
-packages/gnome1/src/libgnomeui/gnomestock.inc svneol=native#text/plain
-packages/gnome1/src/libgnomeui/gnometypebuiltins.inc svneol=native#text/plain
-packages/gnome1/src/libgnomeui/gnomeuidefs.inc svneol=native#text/plain
-packages/gnome1/src/libgnomeui/gnomewinhints.inc svneol=native#text/plain
-packages/gnome1/src/libgnomeui/gtkclock.inc svneol=native#text/plain
-packages/gnome1/src/libgnomeui/gtkdial.inc svneol=native#text/plain
-packages/gnome1/src/libgnomeui/gtkpixmapmenuitem.inc svneol=native#text/plain
-packages/gnome1/src/libgnomeui/libgnomeui.pp svneol=native#text/plain
-packages/gnome1/src/zvt/libzvt.pp svneol=native#text/plain
-packages/gnome1/src/zvt/lists.inc svneol=native#text/plain
-packages/gnome1/src/zvt/vt.inc svneol=native#text/plain
-packages/gnome1/src/zvt/vtx.inc svneol=native#text/plain
-packages/gnutls/Makefile svneol=native#text/plain
-packages/gnutls/Makefile.fpc svneol=native#text/plain
-packages/gnutls/examples/httpget.pp svneol=native#text/plain
-packages/gnutls/examples/privkey.pp svneol=native#text/plain
-packages/gnutls/examples/srvcacert.pp svneol=native#text/plain
-packages/gnutls/examples/testgnutls.pp svneol=native#text/plain
-packages/gnutls/fpmake.pp svneol=native#text/plain
-packages/gnutls/src/gnutls.pp svneol=native#text/plain
-packages/gnutls/src/gnutlssockets.pp svneol=native#text/plain
-packages/googleapi/Makefile svneol=native#text/plain
-packages/googleapi/Makefile.fpc svneol=native#text/plain
-packages/googleapi/README.txt svneol=native#text/plain
-packages/googleapi/examples/calendar/calendardemo.lpi svneol=native#text/plain
-packages/googleapi/examples/calendar/calendardemo.lpr svneol=native#text/plain
-packages/googleapi/examples/calendar/google.ini svneol=native#text/plain
-packages/googleapi/examples/generator/googleapiconv.lpi svneol=native#text/plain
-packages/googleapi/examples/generator/googleapiconv.pp svneol=native#text/plain
-packages/googleapi/fpmake.pp svneol=native#text/plain
-packages/googleapi/src/googleacceleratedmobilepageurl.pp svneol=native#text/plain
-packages/googleapi/src/googleadexchangebuyer.pp svneol=native#text/plain
-packages/googleapi/src/googleadexchangebuyer2.pp svneol=native#text/plain
-packages/googleapi/src/googleadexchangeseller.pp svneol=native#text/plain
-packages/googleapi/src/googleadmin.pp svneol=native#text/plain
-packages/googleapi/src/googleadsense.pp svneol=native#text/plain
-packages/googleapi/src/googleadsensehost.pp svneol=native#text/plain
-packages/googleapi/src/googleanalytics.pp svneol=native#text/plain
-packages/googleapi/src/googleanalyticsreporting.pp svneol=native#text/plain
-packages/googleapi/src/googleandroidenterprise.pp svneol=native#text/plain
-packages/googleapi/src/googleandroidpublisher.pp svneol=native#text/plain
-packages/googleapi/src/googleappengine.pp svneol=native#text/plain
-packages/googleapi/src/googleappsactivity.pp svneol=native#text/plain
-packages/googleapi/src/googleappstate.pp svneol=native#text/plain
-packages/googleapi/src/googleaudit.pp svneol=native#text/plain
-packages/googleapi/src/googleautoscaler.pp svneol=native#text/plain
-packages/googleapi/src/googlebase.pp svneol=native#text/plain
-packages/googleapi/src/googlebigquery.pp svneol=native#text/plain
-packages/googleapi/src/googleblogger.pp svneol=native#text/plain
-packages/googleapi/src/googlebooks.pp svneol=native#text/plain
-packages/googleapi/src/googlecalendar.pp svneol=native#text/plain
-packages/googleapi/src/googlecivicinfo.pp svneol=native#text/plain
-packages/googleapi/src/googleclassroom.pp svneol=native#text/plain
-packages/googleapi/src/googleclient.pp svneol=native#text/plain
-packages/googleapi/src/googlecloudbilling.pp svneol=native#text/plain
-packages/googleapi/src/googlecloudbuild.pp svneol=native#text/plain
-packages/googleapi/src/googleclouddebugger.pp svneol=native#text/plain
-packages/googleapi/src/googleclouderrorreporting.pp svneol=native#text/plain
-packages/googleapi/src/googlecloudlatencytest.pp svneol=native#text/plain
-packages/googleapi/src/googlecloudmonitoring.pp svneol=native#text/plain
-packages/googleapi/src/googlecloudresourcemanager.pp svneol=native#text/plain
-packages/googleapi/src/googlecloudsearch.pp svneol=native#text/plain
-packages/googleapi/src/googlecloudtrace.pp svneol=native#text/plain
-packages/googleapi/src/googleclouduseraccounts.pp svneol=native#text/plain
-packages/googleapi/src/googlecompute.pp svneol=native#text/plain
-packages/googleapi/src/googlecomputeaccounts.pp svneol=native#text/plain
-packages/googleapi/src/googleconsumersurveys.pp svneol=native#text/plain
-packages/googleapi/src/googlecontainer.pp svneol=native#text/plain
-packages/googleapi/src/googlecontent.pp svneol=native#text/plain
-packages/googleapi/src/googlecoordinate.pp svneol=native#text/plain
-packages/googleapi/src/googlecustomsearch.pp svneol=native#text/plain
-packages/googleapi/src/googledataflow.pp svneol=native#text/plain
-packages/googleapi/src/googledataproc.pp svneol=native#text/plain
-packages/googleapi/src/googledatastore.pp svneol=native#text/plain
-packages/googleapi/src/googledeploymentmanager.pp svneol=native#text/plain
-packages/googleapi/src/googledfareporting.pp svneol=native#text/plain
-packages/googleapi/src/googlediscovery.pp svneol=native#text/plain
-packages/googleapi/src/googlediscoverytopas.pp svneol=native#text/plain
-packages/googleapi/src/googledns.pp svneol=native#text/plain
-packages/googleapi/src/googledoubleclickbidmanager.pp svneol=native#text/plain
-packages/googleapi/src/googledoubleclicksearch.pp svneol=native#text/plain
-packages/googleapi/src/googledrive.pp svneol=native#text/plain
-packages/googleapi/src/googlefirebaserules.pp svneol=native#text/plain
-packages/googleapi/src/googlefitness.pp svneol=native#text/plain
-packages/googleapi/src/googlefreebase.pp svneol=native#text/plain
-packages/googleapi/src/googlefusiontables.pp svneol=native#text/plain
-packages/googleapi/src/googlegames.pp svneol=native#text/plain
-packages/googleapi/src/googlegamesconfiguration.pp svneol=native#text/plain
-packages/googleapi/src/googlegamesmanagement.pp svneol=native#text/plain
-packages/googleapi/src/googlegan.pp svneol=native#text/plain
-packages/googleapi/src/googlegenomics.pp svneol=native#text/plain
-packages/googleapi/src/googlegmail.pp svneol=native#text/plain
-packages/googleapi/src/googlegroupsmigration.pp svneol=native#text/plain
-packages/googleapi/src/googlegroupssettings.pp svneol=native#text/plain
-packages/googleapi/src/googleiam.pp svneol=native#text/plain
-packages/googleapi/src/googleidentitytoolkit.pp svneol=native#text/plain
-packages/googleapi/src/googlekgsearch.pp svneol=native#text/plain
-packages/googleapi/src/googlelicensing.pp svneol=native#text/plain
-packages/googleapi/src/googlelogging.pp svneol=native#text/plain
-packages/googleapi/src/googlemanager.pp svneol=native#text/plain
-packages/googleapi/src/googlemapsengine.pp svneol=native#text/plain
-packages/googleapi/src/googlemirror.pp svneol=native#text/plain
-packages/googleapi/src/googlemonitoring.pp svneol=native#text/plain
-packages/googleapi/src/googleoauth2.pp svneol=native#text/plain
-packages/googleapi/src/googlepagespeedonline.pp svneol=native#text/plain
-packages/googleapi/src/googlepartners.pp svneol=native#text/plain
-packages/googleapi/src/googlepeople.pp svneol=native#text/plain
-packages/googleapi/src/googleplaymoviespartner.pp svneol=native#text/plain
-packages/googleapi/src/googleplus.pp svneol=native#text/plain
-packages/googleapi/src/googleplusdomains.pp svneol=native#text/plain
-packages/googleapi/src/googleprediction.pp svneol=native#text/plain
-packages/googleapi/src/googleproximitybeacon.pp svneol=native#text/plain
-packages/googleapi/src/googlepubsub.pp svneol=native#text/plain
-packages/googleapi/src/googleqpxexpress.pp svneol=native#text/plain
-packages/googleapi/src/googlereplicapool.pp svneol=native#text/plain
-packages/googleapi/src/googlereplicapoolupdater.pp svneol=native#text/plain
-packages/googleapi/src/googlereseller.pp svneol=native#text/plain
-packages/googleapi/src/googleresourceviews.pp svneol=native#text/plain
-packages/googleapi/src/googleruntimeconfig.pp svneol=native#text/plain
-packages/googleapi/src/googlesafebrowsing.pp svneol=native#text/plain
-packages/googleapi/src/googlescript.pp svneol=native#text/plain
-packages/googleapi/src/googleservice.pp svneol=native#text/plain
-packages/googleapi/src/googleserviceregistry.pp svneol=native#text/plain
-packages/googleapi/src/googlesheets.pp svneol=native#text/plain
-packages/googleapi/src/googlesiteverification.pp svneol=native#text/plain
-packages/googleapi/src/googlespectrum.pp svneol=native#text/plain
-packages/googleapi/src/googlesqladmin.pp svneol=native#text/plain
-packages/googleapi/src/googlestorage.pp svneol=native#text/plain
-packages/googleapi/src/googlestoragetransfer.pp svneol=native#text/plain
-packages/googleapi/src/googletagmanager.pp svneol=native#text/plain
-packages/googleapi/src/googletaskqueue.pp svneol=native#text/plain
-packages/googleapi/src/googletasks.pp svneol=native#text/plain
-packages/googleapi/src/googletoolresults.pp svneol=native#text/plain
-packages/googleapi/src/googletranslate.pp svneol=native#text/plain
-packages/googleapi/src/googleurlshortener.pp svneol=native#text/plain
-packages/googleapi/src/googlevision.pp svneol=native#text/plain
-packages/googleapi/src/googlewebfonts.pp svneol=native#text/plain
-packages/googleapi/src/googlewebmasters.pp svneol=native#text/plain
-packages/googleapi/src/googleyoutube.pp svneol=native#text/plain
-packages/googleapi/src/googleyoutubeanalytics.pp svneol=native#text/plain
-packages/googleapi/src/googleyoutubereporting.pp svneol=native#text/plain
-packages/graph/Makefile svneol=native#text/plain
-packages/graph/Makefile.fpc svneol=native#text/plain
-packages/graph/Makefile.fpc.fpcmake svneol=native#text/plain
-packages/graph/fpmake.pp svneol=native#text/plain
-packages/graph/src/amiga/graph.pp svneol=native#text/plain
-packages/graph/src/go32v2/graph.pp svneol=native#text/plain
-packages/graph/src/go32v2/vesa.inc svneol=native#text/plain
-packages/graph/src/go32v2/vesah.inc svneol=native#text/plain
-packages/graph/src/inc/clip.inc svneol=native#text/plain
-packages/graph/src/inc/fills.inc svneol=native#text/plain
-packages/graph/src/inc/fontdata.inc svneol=native#text/plain
-packages/graph/src/inc/graph.inc svneol=native#text/plain
-packages/graph/src/inc/graph.tex svneol=native#text/plain
-packages/graph/src/inc/graphh.inc svneol=native#text/plain
-packages/graph/src/inc/gtext.inc svneol=native#text/plain
-packages/graph/src/inc/makefile.inc svneol=native#text/plain
-packages/graph/src/inc/modes.inc svneol=native#text/plain
-packages/graph/src/inc/palette.inc svneol=native#text/plain
-packages/graph/src/macosx/graph.pp svneol=native#text/plain
-packages/graph/src/msdos/graph.pp svneol=native#text/plain
-packages/graph/src/msdos/vesa.inc svneol=native#text/plain
-packages/graph/src/msdos/vesah.inc svneol=native#text/plain
-packages/graph/src/ptcgraph/ptccrt.pp svneol=native#text/plain
-packages/graph/src/ptcgraph/ptcgraph.pp svneol=native#text/x-pascal
-packages/graph/src/ptcgraph/ptcmouse.pp svneol=native#text/plain
-packages/graph/src/sdlgraph/sdlgraph.pp svneol=native#text/plain
-packages/graph/src/unix/ggigraph.pp svneol=native#text/plain
-packages/graph/src/unix/graph.pp svneol=native#text/plain
-packages/graph/src/unix/graph16.inc svneol=native#text/plain
-packages/graph/src/win32/graph.pp svneol=native#text/plain
-packages/graph/src/win32/wincrt.pp svneol=native#text/plain
-packages/graph/src/win32/winmouse.pp svneol=native#text/plain
-packages/graph/tests/drawtest.pas svneol=native#text/plain
-packages/graph/tests/polytest.pas svneol=native#text/plain
-packages/graph/tests/polytest.txt svneol=native#text/plain
-packages/graph/tests/polytst2.txt svneol=native#text/plain
-packages/gtk1/Makefile svneol=native#text/plain
-packages/gtk1/Makefile.fpc svneol=native#text/plain
-packages/gtk1/Makefile.fpc.fpcmake svneol=native#text/plain
-packages/gtk1/README.txt svneol=native#text/plain
-packages/gtk1/examples/Makefile svneol=native#text/plain
-packages/gtk1/examples/Makefile.fpc svneol=native#text/plain
-packages/gtk1/examples/clist.pp svneol=native#text/plain
-packages/gtk1/examples/editform.pp svneol=native#text/plain
-packages/gtk1/examples/entry.pp svneol=native#text/plain
-packages/gtk1/examples/filesel.pp svneol=native#text/plain
-packages/gtk1/examples/gtkgldemo.pp svneol=native#text/plain
-packages/gtk1/examples/list.pp svneol=native#text/plain
-packages/gtk1/examples/notebook.pp svneol=native#text/plain
-packages/gtk1/examples/paned.pp svneol=native#text/plain
-packages/gtk1/examples/pixmap.pp svneol=native#text/plain
-packages/gtk1/examples/progressbar.pp svneol=native#text/plain
-packages/gtk1/examples/rulers.pp svneol=native#text/plain
-packages/gtk1/examples/scribble.pp svneol=native#text/plain
-packages/gtk1/examples/spinbutton.pp svneol=native#text/plain
-packages/gtk1/examples/statusbar.pp svneol=native#text/plain
-packages/gtk1/examples/tictactoe.pp svneol=native#text/plain
-packages/gtk1/examples/toolbar.pp svneol=native#text/plain
-packages/gtk1/examples/ttt_test.pp svneol=native#text/plain
-packages/gtk1/examples/tutorial/Makefile svneol=native#text/plain
-packages/gtk1/examples/tutorial/Makefile.fpc svneol=native#text/plain
-packages/gtk1/examples/tutorial/info.xpm -text
-packages/gtk1/examples/tutorial/tut2_1.pp svneol=native#text/plain
-packages/gtk1/examples/tutorial/tut3_3.pp svneol=native#text/plain
-packages/gtk1/examples/tutorial/tut4_3.pp svneol=native#text/plain
-packages/gtk1/examples/tutorial/tut4_5.pp svneol=native#text/plain
-packages/gtk1/examples/tutorial/tut6_1.pp svneol=native#text/plain
-packages/gtk1/examples/tutorial/tut6_2.pp svneol=native#text/plain
-packages/gtk1/examples/tutorial/tut6_3.pp svneol=native#text/plain
-packages/gtk1/examples/tutorial/tut6_4.pp svneol=native#text/plain
-packages/gtk1/examples/tutorial/tut8_5.pp svneol=native#text/plain
-packages/gtk1/fpmake.pp svneol=native#text/plain
-packages/gtk1/src/gdk/gdk.pp svneol=native#text/plain
-packages/gtk1/src/gdk/gdkkeysyms.pp svneol=native#text/plain
-packages/gtk1/src/gdk/gdkmain.pp svneol=native#text/plain
-packages/gtk1/src/gdk/gdkpixbuf.pp svneol=native#text/plain
-packages/gtk1/src/gdk/gdkprivate.pp svneol=native#text/plain
-packages/gtk1/src/gdk/gdkrgb.pp svneol=native#text/plain
-packages/gtk1/src/gdk/gdktypes.pp svneol=native#text/plain
-packages/gtk1/src/gdk/gdkx.pp svneol=native#text/plain
-packages/gtk1/src/glib/glib.pp svneol=native#text/plain
-packages/gtk1/src/glib/gmodule.pp svneol=native#text/plain
-packages/gtk1/src/gtk/gtk.pp svneol=native#text/plain
-packages/gtk1/src/gtk/gtkaccelerator.pp svneol=native#text/plain
-packages/gtk1/src/gtk/gtkaccelgroup.pp svneol=native#text/plain
-packages/gtk1/src/gtk/gtkaccellabel.pp svneol=native#text/plain
-packages/gtk1/src/gtk/gtkadjustment.pp svneol=native#text/plain
-packages/gtk1/src/gtk/gtkalignment.pp svneol=native#text/plain
-packages/gtk1/src/gtk/gtkarg.pp svneol=native#text/plain
-packages/gtk1/src/gtk/gtkarrow.pp svneol=native#text/plain
-packages/gtk1/src/gtk/gtkaspectframe.pp svneol=native#text/plain
-packages/gtk1/src/gtk/gtkbbox.pp svneol=native#text/plain
-packages/gtk1/src/gtk/gtkbin.pp svneol=native#text/plain
-packages/gtk1/src/gtk/gtkbindings.pp svneol=native#text/plain
-packages/gtk1/src/gtk/gtkbox.pp svneol=native#text/plain
-packages/gtk1/src/gtk/gtkbutton.pp svneol=native#text/plain
-packages/gtk1/src/gtk/gtkcalendar.pp svneol=native#text/plain
-packages/gtk1/src/gtk/gtkcheckbutton.pp svneol=native#text/plain
-packages/gtk1/src/gtk/gtkcheckmenuitem.pp svneol=native#text/plain
-packages/gtk1/src/gtk/gtkclist.pp svneol=native#text/plain
-packages/gtk1/src/gtk/gtkcolorsel.pp svneol=native#text/plain
-packages/gtk1/src/gtk/gtkcombo.pp svneol=native#text/plain
-packages/gtk1/src/gtk/gtkcontainer.pp svneol=native#text/plain
-packages/gtk1/src/gtk/gtkctree.pp svneol=native#text/plain
-packages/gtk1/src/gtk/gtkcurve.pp svneol=native#text/plain
-packages/gtk1/src/gtk/gtkdata.pp svneol=native#text/plain
-packages/gtk1/src/gtk/gtkdialog.pp svneol=native#text/plain
-packages/gtk1/src/gtk/gtkdnd.pp svneol=native#text/plain
-packages/gtk1/src/gtk/gtkdrawingarea.pp svneol=native#text/plain
-packages/gtk1/src/gtk/gtkeditable.pp svneol=native#text/plain
-packages/gtk1/src/gtk/gtkentry.pp svneol=native#text/plain
-packages/gtk1/src/gtk/gtkenums.pp svneol=native#text/plain
-packages/gtk1/src/gtk/gtkeventbox.pp svneol=native#text/plain
-packages/gtk1/src/gtk/gtkfeatures.pp svneol=native#text/plain
-packages/gtk1/src/gtk/gtkfilesel.pp svneol=native#text/plain
-packages/gtk1/src/gtk/gtkfixed.pp svneol=native#text/plain
-packages/gtk1/src/gtk/gtkfontsel.pp svneol=native#text/plain
-packages/gtk1/src/gtk/gtkframe.pp svneol=native#text/plain
-packages/gtk1/src/gtk/gtkgamma.pp svneol=native#text/plain
-packages/gtk1/src/gtk/gtkgc.pp svneol=native#text/plain
-packages/gtk1/src/gtk/gtkhandlebox.pp svneol=native#text/plain
-packages/gtk1/src/gtk/gtkhbbox.pp svneol=native#text/plain
-packages/gtk1/src/gtk/gtkhbox.pp svneol=native#text/plain
-packages/gtk1/src/gtk/gtkhpaned.pp svneol=native#text/plain
-packages/gtk1/src/gtk/gtkhruler.pp svneol=native#text/plain
-packages/gtk1/src/gtk/gtkhscale.pp svneol=native#text/plain
-packages/gtk1/src/gtk/gtkhscrollbar.pp svneol=native#text/plain
-packages/gtk1/src/gtk/gtkhseparator.pp svneol=native#text/plain
-packages/gtk1/src/gtk/gtkimage.pp svneol=native#text/plain
-packages/gtk1/src/gtk/gtkincludes.pp svneol=native#text/plain
-packages/gtk1/src/gtk/gtkinputdialog.pp svneol=native#text/plain
-packages/gtk1/src/gtk/gtkinvisible.pp svneol=native#text/plain
-packages/gtk1/src/gtk/gtkitem.pp svneol=native#text/plain
-packages/gtk1/src/gtk/gtkitemfactory.pp svneol=native#text/plain
-packages/gtk1/src/gtk/gtklabel.pp svneol=native#text/plain
-packages/gtk1/src/gtk/gtklayout.pp svneol=native#text/plain
-packages/gtk1/src/gtk/gtklist.pp svneol=native#text/plain
-packages/gtk1/src/gtk/gtklistitem.pp svneol=native#text/plain
-packages/gtk1/src/gtk/gtkmain.pp svneol=native#text/plain
-packages/gtk1/src/gtk/gtkmarshal.pp svneol=native#text/plain
-packages/gtk1/src/gtk/gtkmenu.pp svneol=native#text/plain
-packages/gtk1/src/gtk/gtkmenubar.pp svneol=native#text/plain
-packages/gtk1/src/gtk/gtkmenufactory.pp svneol=native#text/plain
-packages/gtk1/src/gtk/gtkmenuitem.pp svneol=native#text/plain
-packages/gtk1/src/gtk/gtkmenushell.pp svneol=native#text/plain
-packages/gtk1/src/gtk/gtkmisc.pp svneol=native#text/plain
-packages/gtk1/src/gtk/gtknotebook.pp svneol=native#text/plain
-packages/gtk1/src/gtk/gtkobjects.pp svneol=native#text/plain
-packages/gtk1/src/gtk/gtkoptionmenu.pp svneol=native#text/plain
-packages/gtk1/src/gtk/gtkpacker.pp svneol=native#text/plain
-packages/gtk1/src/gtk/gtkpaned.pp svneol=native#text/plain
-packages/gtk1/src/gtk/gtkpixmap.pp svneol=native#text/plain
-packages/gtk1/src/gtk/gtkplug.pp svneol=native#text/plain
-packages/gtk1/src/gtk/gtkpreview.pp svneol=native#text/plain
-packages/gtk1/src/gtk/gtkprivate.pp svneol=native#text/plain
-packages/gtk1/src/gtk/gtkprogress.pp svneol=native#text/plain
-packages/gtk1/src/gtk/gtkprogressbar.pp svneol=native#text/plain
-packages/gtk1/src/gtk/gtkradiobutton.pp svneol=native#text/plain
-packages/gtk1/src/gtk/gtkradiomenuitem.pp svneol=native#text/plain
-packages/gtk1/src/gtk/gtkrange.pp svneol=native#text/plain
-packages/gtk1/src/gtk/gtkrc.pp svneol=native#text/plain
-packages/gtk1/src/gtk/gtkruler.pp svneol=native#text/plain
-packages/gtk1/src/gtk/gtkscale.pp svneol=native#text/plain
-packages/gtk1/src/gtk/gtkscrollbar.pp svneol=native#text/plain
-packages/gtk1/src/gtk/gtkscrolledwindow.pp svneol=native#text/plain
-packages/gtk1/src/gtk/gtkselection.pp svneol=native#text/plain
-packages/gtk1/src/gtk/gtkseparator.pp svneol=native#text/plain
-packages/gtk1/src/gtk/gtksignal.pp svneol=native#text/plain
-packages/gtk1/src/gtk/gtksocket.pp svneol=native#text/plain
-packages/gtk1/src/gtk/gtkspinbutton.pp svneol=native#text/plain
-packages/gtk1/src/gtk/gtkstatusbar.pp svneol=native#text/plain
-packages/gtk1/src/gtk/gtkstyle.pp svneol=native#text/plain
-packages/gtk1/src/gtk/gtktable.pp svneol=native#text/plain
-packages/gtk1/src/gtk/gtktearoffmenuitem.pp svneol=native#text/plain
-packages/gtk1/src/gtk/gtktext.pp svneol=native#text/plain
-packages/gtk1/src/gtk/gtkthemes.pp svneol=native#text/plain
-packages/gtk1/src/gtk/gtktipsquery.pp svneol=native#text/plain
-packages/gtk1/src/gtk/gtktogglebutton.pp svneol=native#text/plain
-packages/gtk1/src/gtk/gtktoolbar.pp svneol=native#text/plain
-packages/gtk1/src/gtk/gtktooltips.pp svneol=native#text/plain
-packages/gtk1/src/gtk/gtktree.pp svneol=native#text/plain
-packages/gtk1/src/gtk/gtktreeitem.pp svneol=native#text/plain
-packages/gtk1/src/gtk/gtktypeutils.pp svneol=native#text/plain
-packages/gtk1/src/gtk/gtkvbbox.pp svneol=native#text/plain
-packages/gtk1/src/gtk/gtkvbox.pp svneol=native#text/plain
-packages/gtk1/src/gtk/gtkviewport.pp svneol=native#text/plain
-packages/gtk1/src/gtk/gtkvpaned.pp svneol=native#text/plain
-packages/gtk1/src/gtk/gtkvruler.pp svneol=native#text/plain
-packages/gtk1/src/gtk/gtkvscale.pp svneol=native#text/plain
-packages/gtk1/src/gtk/gtkvscrollbar.pp svneol=native#text/plain
-packages/gtk1/src/gtk/gtkvseparator.pp svneol=native#text/plain
-packages/gtk1/src/gtk/gtkwidget.pp svneol=native#text/plain
-packages/gtk1/src/gtk/gtkwindow.pp svneol=native#text/plain
-packages/gtk1/src/gtkgl/Makefile svneol=native#text/plain
-packages/gtk1/src/gtkgl/Makefile.fpc svneol=native#text/plain
-packages/gtk1/src/gtkgl/gtkglarea.pp svneol=native#text/plain
-packages/gtk2/Makefile svneol=native#text/plain
-packages/gtk2/Makefile.fpc svneol=native#text/plain
-packages/gtk2/Makefile.fpc.fpcmake svneol=native#text/plain
-packages/gtk2/examples/Makefile svneol=native#text/plain
-packages/gtk2/examples/Makefile.fpc svneol=native#text/plain
-packages/gtk2/examples/filechooser/Makefile svneol=native#text/plain
-packages/gtk2/examples/filechooser/Makefile.fpc svneol=native#text/plain
-packages/gtk2/examples/filechooser/beipiel.glade -text
-packages/gtk2/examples/filechooser/glade.pas svneol=native#text/plain
-packages/gtk2/examples/filechooser/simple.pas svneol=native#text/plain
-packages/gtk2/examples/gettingstarted/Makefile svneol=native#text/plain
-packages/gtk2/examples/gettingstarted/Makefile.fpc svneol=native#text/plain
-packages/gtk2/examples/gettingstarted/gettingstarted.pas svneol=native#text/plain
-packages/gtk2/examples/gtk_demo/Makefile svneol=native#text/plain
-packages/gtk2/examples/gtk_demo/Makefile.fpc svneol=native#text/plain
-packages/gtk2/examples/gtk_demo/appwindow.inc svneol=native#text/plain
-packages/gtk2/examples/gtk_demo/button_box.inc svneol=native#text/plain
-packages/gtk2/examples/gtk_demo/colorsel.inc svneol=native#text/plain
-packages/gtk2/examples/gtk_demo/data/alphatest.png -text
-packages/gtk2/examples/gtk_demo/data/apple-red.png -text
-packages/gtk2/examples/gtk_demo/data/background.jpg -text
-packages/gtk2/examples/gtk_demo/data/floppybuddy.gif -text
-packages/gtk2/examples/gtk_demo/data/gnome-applets.png -text
-packages/gtk2/examples/gtk_demo/data/gnome-calendar.png -text
-packages/gtk2/examples/gtk_demo/data/gnome-foot.png -text
-packages/gtk2/examples/gtk_demo/data/gnome-gimp.png -text
-packages/gtk2/examples/gtk_demo/data/gnome-gmush.png -text
-packages/gtk2/examples/gtk_demo/data/gnome-gsame.png -text
-packages/gtk2/examples/gtk_demo/data/gnu-keys.png -text
-packages/gtk2/examples/gtk_demo/data/gtk-logo-rgb.gif -text
-packages/gtk2/examples/gtk_demo/dialog.inc svneol=native#text/plain
-packages/gtk2/examples/gtk_demo/drawingarea.inc svneol=native#text/plain
-packages/gtk2/examples/gtk_demo/editable_cells.inc svneol=native#text/plain
-packages/gtk2/examples/gtk_demo/gtk_demo.pas svneol=native#text/plain
-packages/gtk2/examples/gtk_demo/images.inc svneol=native#text/plain
-packages/gtk2/examples/gtk_demo/init.inc svneol=native#text/plain
-packages/gtk2/examples/gtk_demo/item_factory.inc svneol=native#text/plain
-packages/gtk2/examples/gtk_demo/list_store.inc svneol=native#text/plain
-packages/gtk2/examples/gtk_demo/menus.inc svneol=native#text/plain
-packages/gtk2/examples/gtk_demo/panes.inc svneol=native#text/plain
-packages/gtk2/examples/gtk_demo/pixbufs.inc svneol=native#text/plain
-packages/gtk2/examples/gtk_demo/sizegroup.inc svneol=native#text/plain
-packages/gtk2/examples/gtk_demo/stock_browser.inc svneol=native#text/plain
-packages/gtk2/examples/gtk_demo/textview.inc svneol=native#text/plain
-packages/gtk2/examples/gtk_demo/tree_store.inc svneol=native#text/plain
-packages/gtk2/examples/gtkglext/Makefile svneol=native#text/plain
-packages/gtk2/examples/gtkglext/Makefile.fpc svneol=native#text/plain
-packages/gtk2/examples/gtkglext/gears.pas svneol=native#text/plain
-packages/gtk2/examples/helloworld/Makefile svneol=native#text/plain
-packages/gtk2/examples/helloworld/Makefile.fpc svneol=native#text/plain
-packages/gtk2/examples/helloworld/helloworld.pas svneol=native#text/plain
-packages/gtk2/examples/helloworld2/Makefile svneol=native#text/plain
-packages/gtk2/examples/helloworld2/Makefile.fpc svneol=native#text/plain
-packages/gtk2/examples/helloworld2/helloworld2.pas svneol=native#text/plain
-packages/gtk2/examples/plugins/Makefile svneol=native#text/plain
-packages/gtk2/examples/plugins/Makefile.fpc svneol=native#text/plain
-packages/gtk2/examples/plugins/main.pas svneol=native#text/plain
-packages/gtk2/examples/plugins/plugin.pas svneol=native#text/plain
-packages/gtk2/examples/scribble_simple/Makefile svneol=native#text/plain
-packages/gtk2/examples/scribble_simple/Makefile.fpc svneol=native#text/plain
-packages/gtk2/examples/scribble_simple/scribble_simple.pas svneol=native#text/plain
-packages/gtk2/fpmake.pp svneol=native#text/plain
-packages/gtk2/gtk2forlazarus.lpk svneol=native#text/plain
-packages/gtk2/src/atk/atk.inc svneol=native#text/plain
-packages/gtk2/src/atk/atk.pas svneol=native#text/plain
-packages/gtk2/src/atk/atkaction.inc svneol=native#text/plain
-packages/gtk2/src/atk/atkcomponent.inc svneol=native#text/plain
-packages/gtk2/src/atk/atkdocument.inc svneol=native#text/plain
-packages/gtk2/src/atk/atkeditabletext.inc svneol=native#text/plain
-packages/gtk2/src/atk/atkgobjectaccessible.inc svneol=native#text/plain
-packages/gtk2/src/atk/atkhyperlink.inc svneol=native#text/plain
-packages/gtk2/src/atk/atkhypertext.inc svneol=native#text/plain
-packages/gtk2/src/atk/atkimage.inc svneol=native#text/plain
-packages/gtk2/src/atk/atkincludes.inc svneol=native#text/plain
-packages/gtk2/src/atk/atkobject.inc svneol=native#text/plain
-packages/gtk2/src/atk/atkobjectfactory.inc svneol=native#text/plain
-packages/gtk2/src/atk/atkregistry.inc svneol=native#text/plain
-packages/gtk2/src/atk/atkrelation.inc svneol=native#text/plain
-packages/gtk2/src/atk/atkrelationset.inc svneol=native#text/plain
-packages/gtk2/src/atk/atkselection.inc svneol=native#text/plain
-packages/gtk2/src/atk/atkstate.inc svneol=native#text/plain
-packages/gtk2/src/atk/atkstateset.inc svneol=native#text/plain
-packages/gtk2/src/atk/atkstreamablecontent.inc svneol=native#text/plain
-packages/gtk2/src/atk/atktable.inc svneol=native#text/plain
-packages/gtk2/src/atk/atktext.inc svneol=native#text/plain
-packages/gtk2/src/atk/atkutil.inc svneol=native#text/plain
-packages/gtk2/src/atk/atkvalue.inc svneol=native#text/plain
-packages/gtk2/src/buildgtk2.pp svneol=native#text/plain
-packages/gtk2/src/glib/galloca.inc svneol=native#text/plain
-packages/gtk2/src/glib/garray.inc svneol=native#text/plain
-packages/gtk2/src/glib/gasyncqueue.inc svneol=native#text/plain
-packages/gtk2/src/glib/gbacktrace.inc svneol=native#text/plain
-packages/gtk2/src/glib/gboxed.inc svneol=native#text/plain
-packages/gtk2/src/glib/gcache.inc svneol=native#text/plain
-packages/gtk2/src/glib/gclosure.inc svneol=native#text/plain
-packages/gtk2/src/glib/gcompletion.inc svneol=native#text/plain
-packages/gtk2/src/glib/gconvert.inc svneol=native#text/plain
-packages/gtk2/src/glib/gdataset.inc svneol=native#text/plain
-packages/gtk2/src/glib/gdate.inc svneol=native#text/plain
-packages/gtk2/src/glib/gdir.inc svneol=native#text/plain
-packages/gtk2/src/glib/genums.inc svneol=native#text/plain
-packages/gtk2/src/glib/gerror.inc svneol=native#text/plain
-packages/gtk2/src/glib/gfileutils.inc svneol=native#text/plain
-packages/gtk2/src/glib/ghash.inc svneol=native#text/plain
-packages/gtk2/src/glib/ghook.inc svneol=native#text/plain
-packages/gtk2/src/glib/gincludes.inc svneol=native#text/plain
-packages/gtk2/src/glib/giochannel.inc svneol=native#text/plain
-packages/gtk2/src/glib/glib2.pas svneol=native#text/plain
-packages/gtk2/src/glib/glibconfig.inc svneol=native#text/plain
-packages/gtk2/src/glib/glist.inc svneol=native#text/plain
-packages/gtk2/src/glib/gmacros.inc svneol=native#text/plain
-packages/gtk2/src/glib/gmain.inc svneol=native#text/plain
-packages/gtk2/src/glib/gmarkup.inc svneol=native#text/plain
-packages/gtk2/src/glib/gmarshal.inc svneol=native#text/plain
-packages/gtk2/src/glib/gmem.inc svneol=native#text/plain
-packages/gtk2/src/glib/gmessages.inc svneol=native#text/plain
-packages/gtk2/src/glib/gmodule.inc svneol=native#text/plain
-packages/gtk2/src/glib/gnode.inc svneol=native#text/plain
-packages/gtk2/src/glib/gobject.inc svneol=native#text/plain
-packages/gtk2/src/glib/goption.inc svneol=native#text/plain
-packages/gtk2/src/glib/gparam.inc svneol=native#text/plain
-packages/gtk2/src/glib/gparamspecs.inc svneol=native#text/plain
-packages/gtk2/src/glib/gpattern.inc svneol=native#text/plain
-packages/gtk2/src/glib/gprimes.inc svneol=native#text/plain
-packages/gtk2/src/glib/gqsort.inc svneol=native#text/plain
-packages/gtk2/src/glib/gquark.inc svneol=native#text/plain
-packages/gtk2/src/glib/gqueue.inc svneol=native#text/plain
-packages/gtk2/src/glib/grand.inc svneol=native#text/plain
-packages/gtk2/src/glib/grel.inc svneol=native#text/plain
-packages/gtk2/src/glib/gscanner.inc svneol=native#text/plain
-packages/gtk2/src/glib/gshell.inc svneol=native#text/plain
-packages/gtk2/src/glib/gsignal.inc svneol=native#text/plain
-packages/gtk2/src/glib/gslice.inc svneol=native#text/pascal
-packages/gtk2/src/glib/gslist.inc svneol=native#text/plain
-packages/gtk2/src/glib/gsourceclosure.inc svneol=native#text/plain
-packages/gtk2/src/glib/gspawn.inc svneol=native#text/plain
-packages/gtk2/src/glib/gstrfuncs.inc svneol=native#text/plain
-packages/gtk2/src/glib/gstring.inc svneol=native#text/plain
-packages/gtk2/src/glib/gthread.inc svneol=native#text/plain
-packages/gtk2/src/glib/gthreadpool.inc svneol=native#text/plain
-packages/gtk2/src/glib/gtimer.inc svneol=native#text/plain
-packages/gtk2/src/glib/gtree.inc svneol=native#text/plain
-packages/gtk2/src/glib/gtype.inc svneol=native#text/plain
-packages/gtk2/src/glib/gtypemodule.inc svneol=native#text/plain
-packages/gtk2/src/glib/gtypeplugin.inc svneol=native#text/plain
-packages/gtk2/src/glib/gtypes.inc svneol=native#text/plain
-packages/gtk2/src/glib/gunicode.inc svneol=native#text/plain
-packages/gtk2/src/glib/gutils.inc svneol=native#text/plain
-packages/gtk2/src/glib/gvalue.inc svneol=native#text/plain
-packages/gtk2/src/glib/gvaluearray.inc svneol=native#text/plain
-packages/gtk2/src/glib/gvaluecollector.inc svneol=native#text/plain
-packages/gtk2/src/glib/gvaluetypes.inc svneol=native#text/plain
-packages/gtk2/src/glib/gwin32.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gdk-pixbuf/gdk-pixbuf-loader.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gdk-pixbuf/gdk2pixbuf.pas svneol=native#text/plain
-packages/gtk2/src/gtk+/gdk/gdk2.pas svneol=native#text/plain
-packages/gtk2/src/gtk+/gdk/gdkcairo.inc svneol=native#text/pascal
-packages/gtk2/src/gtk+/gdk/gdkcolor.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gdk/gdkcursor.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gdk/gdkdisplay.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gdk/gdkdisplaymanager.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gdk/gdkdnd.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gdk/gdkdrawable.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gdk/gdkevents.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gdk/gdkfont.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gdk/gdkgc.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gdk/gdki18n.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gdk/gdkimage.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gdk/gdkincludes.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gdk/gdkinput.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gdk/gdkkeys.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gdk/gdkkeysyms.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gdk/gdkpango.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gdk/gdkpixbuf.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gdk/gdkpixmap.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gdk/gdkpoly-generic.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gdk/gdkprivate.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gdk/gdkproperty.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gdk/gdkregion-generic.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gdk/gdkregion.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gdk/gdkrgb.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gdk/gdkscreen.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gdk/gdkselection.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gdk/gdkspawn.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gdk/gdktypes.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gdk/gdkvisual.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gdk/gdkwindow.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/fnmatch.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtk2.pas svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkaboutdialog.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkaccelgroup.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkaccellabel.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkaccelmap.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkaccessible.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkaction.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkactiongroup.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkadjustment.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkalignment.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkarrow.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkaspectframe.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkbbox.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkbin.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkbindings.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkbox.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkbutton.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkcalendar.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkcelleditable.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkcelllayout.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkcellrenderer.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkcellrenderercombo.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkcellrendererpixbuf.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkcellrendererprogress.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkcellrenderertext.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkcellrenderertoggle.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkcellview.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkcheckbutton.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkcheckmenuitem.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkclipboard.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkclist.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkcolorbutton.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkcolorsel.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkcolorseldialog.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkcombo.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkcombobox.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkcomboboxentry.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkcontainer.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkctree.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkcurve.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkdebug.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkdialog.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkdnd.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkdrawingarea.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkeditable.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkentry.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkentrycompletion.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkenums.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkeventbox.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkexpander.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkfilechooser.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkfilechooserbutton.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkfilechooserdefault.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkfilechooserdialog.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkfilechooserembed.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkfilechooserentry.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkfilechooserprivate.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkfilechooserutils.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkfilechooserwidget.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkfilefilter.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkfilesel.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkfilesystem.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkfixed.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkfontbutton.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkfontsel.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkframe.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkgamma.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkgc.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkhandlebox.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkhbbox.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkhbox.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkhpaned.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkhruler.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkhscale.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkhscrollbar.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkhseparator.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkhsv.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkiconfactory.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkicontheme.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkiconview.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkimage.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkimagemenuitem.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkimcontext.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkimcontextsimple.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkimmodule.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkimmulticontext.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkincludes.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkinputdialog.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkintl.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkinvisible.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkitem.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkitemfactory.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkkeyhash.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtklabel.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtklayout.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtklist.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtklistitem.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkliststore.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkmain.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkmenu.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkmenubar.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkmenuitem.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkmenushell.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkmenutoolbutton.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkmessagedialog.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkmisc.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtknotebook.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkobject.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkoldeditable.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkoptionmenu.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkpaned.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkpixmap.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkplug.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkpreview.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkprogress.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkprogressbar.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkradioaction.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkradiobutton.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkradiomenuitem.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkradiotoolbutton.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkrange.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkrbtree.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkrc.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkruler.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkscale.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkscrollbar.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkscrolledwindow.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkselection.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkseparator.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkseparatormenuitem.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkseparatortoolitem.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtksettings.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtksignal.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtksizegroup.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtksocket.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkspinbutton.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkstatusbar.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkstock.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkstyle.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtktable.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtktearoffmenuitem.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtktext.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtktextbtree.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtktextbuffer.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtktextchild.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtktextchildprivate.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtktextdisplay.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtktextiter.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtktextiterprivate.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtktextlayout.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtktextmark.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtktextmarkprivate.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtktextsegment.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtktexttag.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtktexttagprivate.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtktexttagtable.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtktexttypes.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtktextutil.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtktextview.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkthemes.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtktipsquery.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtktoggleaction.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtktogglebutton.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtktoggletoolbutton.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtktoolbar.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtktoolbutton.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtktoolitem.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtktooltips.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtktree.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtktreedatalist.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtktreednd.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtktreeitem.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtktreemodel.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtktreemodelfilter.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtktreemodelsort.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtktreeprivate.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtktreeselection.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtktreesortable.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtktreestore.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtktreeview.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtktreeviewcolumn.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtktypeutils.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkuimanager.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkvbbox.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkvbox.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkviewport.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkvpaned.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkvruler.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkvscale.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkvscrollbar.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkvseparator.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkwidget.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkwindow-decorate.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/gtkwindow.inc svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/paste.pas svneol=native#text/plain
-packages/gtk2/src/gtk+/gtk/xembed.inc svneol=native#text/plain
-packages/gtk2/src/gtk2x11/gdk2x.pas svneol=native#text/plain
-packages/gtk2/src/gtk2x11/include/gdk2x11includes.inc svneol=native#text/plain
-packages/gtk2/src/gtk2x11/include/gdkdisplay-x11.inc svneol=native#text/plain
-packages/gtk2/src/gtk2x11/include/gdkdrawable-x11.inc svneol=native#text/plain
-packages/gtk2/src/gtk2x11/include/gdkinputprivate.inc svneol=native#text/plain
-packages/gtk2/src/gtk2x11/include/gdkpixmap-x11.inc svneol=native#text/plain
-packages/gtk2/src/gtk2x11/include/gdkprivate-x11.inc svneol=native#text/plain
-packages/gtk2/src/gtk2x11/include/gdkscreen-x11.inc svneol=native#text/plain
-packages/gtk2/src/gtk2x11/include/gdkwindow-x11.inc svneol=native#text/plain
-packages/gtk2/src/gtk2x11/include/gdkx.inc svneol=native#text/plain
-packages/gtk2/src/gtk2x11/include/gxid_proto.inc svneol=native#text/plain
-packages/gtk2/src/gtk2x11/include/mwmutil.inc svneol=native#text/plain
-packages/gtk2/src/gtk2x11/include/xsettings-client.inc svneol=native#text/plain
-packages/gtk2/src/gtk2x11/include/xsettings-common.inc svneol=native#text/plain
-packages/gtk2/src/gtk2x11/scripts/gdkx11_h2pas.sh svneol=native#text/plain
-packages/gtk2/src/gtkext/gtk2ext.pp svneol=native#text/plain
-packages/gtk2/src/gtkext/gtkscalebutton.inc svneol=native#text/plain
-packages/gtk2/src/gtkext/gtkscalebuttonh.inc svneol=native#text/plain
-packages/gtk2/src/gtkext/gtkstatusicon.inc svneol=native#text/plain
-packages/gtk2/src/gtkext/gtkstatusiconh.inc svneol=native#text/plain
-packages/gtk2/src/gtkext/gtktextiter.inc svneol=native#text/plain
-packages/gtk2/src/gtkext/gtktextiterh.inc svneol=native#text/plain
-packages/gtk2/src/gtkext/gtktextmark.inc svneol=native#text/plain
-packages/gtk2/src/gtkext/gtktextmarkh.inc svneol=native#text/plain
-packages/gtk2/src/gtkext/gtkvolumebutton.inc svneol=native#text/plain
-packages/gtk2/src/gtkext/gtkvolumebuttonh.inc svneol=native#text/plain
-packages/gtk2/src/gtkglext/gdkglconfig.inc svneol=native#text/plain
-packages/gtk2/src/gtkglext/gdkglcontext.inc svneol=native#text/plain
-packages/gtk2/src/gtkglext/gdkgldefs.inc svneol=native#text/plain
-packages/gtk2/src/gtkglext/gdkgldrawable.inc svneol=native#text/plain
-packages/gtk2/src/gtkglext/gdkglenumtypes.inc svneol=native#text/plain
-packages/gtk2/src/gtkglext/gdkglext.pas svneol=native#text/plain
-packages/gtk2/src/gtkglext/gdkglext_includes.inc svneol=native#text/plain
-packages/gtk2/src/gtkglext/gdkglfont.inc svneol=native#text/plain
-packages/gtk2/src/gtkglext/gdkglinit.inc svneol=native#text/plain
-packages/gtk2/src/gtkglext/gdkglpixmap.inc svneol=native#text/plain
-packages/gtk2/src/gtkglext/gdkglquery.inc svneol=native#text/plain
-packages/gtk2/src/gtkglext/gdkglshapes.inc svneol=native#text/plain
-packages/gtk2/src/gtkglext/gdkgltokens.inc svneol=native#text/plain
-packages/gtk2/src/gtkglext/gdkgltypes.inc svneol=native#text/plain
-packages/gtk2/src/gtkglext/gdkglversion.inc svneol=native#text/plain
-packages/gtk2/src/gtkglext/gdkglwindow.inc svneol=native#text/plain
-packages/gtk2/src/gtkglext/gtkgldefs.inc svneol=native#text/plain
-packages/gtk2/src/gtkglext/gtkglext.pas svneol=native#text/plain
-packages/gtk2/src/gtkglext/gtkglext_includes.inc svneol=native#text/plain
-packages/gtk2/src/gtkglext/gtkglinit.inc svneol=native#text/plain
-packages/gtk2/src/gtkglext/gtkglversion.inc svneol=native#text/plain
-packages/gtk2/src/gtkglext/gtkglwidget.inc svneol=native#text/plain
-packages/gtk2/src/gtkhtml/dom-document.inc svneol=native#text/plain
-packages/gtk2/src/gtkhtml/dom-node.inc svneol=native#text/plain
-packages/gtk2/src/gtkhtml/dom-types.inc svneol=native#text/plain
-packages/gtk2/src/gtkhtml/gtkhtml.pas svneol=native#text/plain
-packages/gtk2/src/gtkhtml/gtkhtmlcontext.inc svneol=native#text/plain
-packages/gtk2/src/gtkhtml/gtkhtmlincludes.inc svneol=native#text/plain
-packages/gtk2/src/gtkhtml/htmldocument.inc svneol=native#text/plain
-packages/gtk2/src/gtkhtml/htmlevent.inc svneol=native#text/plain
-packages/gtk2/src/gtkhtml/htmlfocusiterator.inc svneol=native#text/plain
-packages/gtk2/src/gtkhtml/htmlfontspecification.inc svneol=native#text/plain
-packages/gtk2/src/gtkhtml/htmlparser.inc svneol=native#text/plain
-packages/gtk2/src/gtkhtml/htmlselection.inc svneol=native#text/plain
-packages/gtk2/src/gtkhtml/htmlstream.inc svneol=native#text/plain
-packages/gtk2/src/gtkhtml/htmlstreambuffer.inc svneol=native#text/plain
-packages/gtk2/src/gtkhtml/htmlview.inc svneol=native#text/plain
-packages/gtk2/src/libglade/glade-init.inc svneol=native#text/plain
-packages/gtk2/src/libglade/glade-xml.inc svneol=native#text/plain
-packages/gtk2/src/libglade/libglade2.pas svneol=native#text/plain
-packages/gtk2/src/pango/pango-attributes.inc svneol=native#text/plain
-packages/gtk2/src/pango/pango-break.inc svneol=native#text/plain
-packages/gtk2/src/pango/pango-context.inc svneol=native#text/plain
-packages/gtk2/src/pango/pango-coverage.inc svneol=native#text/plain
-packages/gtk2/src/pango/pango-engine.inc svneol=native#text/plain
-packages/gtk2/src/pango/pango-font.inc svneol=native#text/plain
-packages/gtk2/src/pango/pango-fontmap.inc svneol=native#text/plain
-packages/gtk2/src/pango/pango-fontset.inc svneol=native#text/plain
-packages/gtk2/src/pango/pango-glyph-item.inc svneol=native#text/plain
-packages/gtk2/src/pango/pango-glyph.inc svneol=native#text/plain
-packages/gtk2/src/pango/pango-item.inc svneol=native#text/plain
-packages/gtk2/src/pango/pango-layout.inc svneol=native#text/plain
-packages/gtk2/src/pango/pango-matrix.inc svneol=native#text/plain
-packages/gtk2/src/pango/pango-renderer.inc svneol=native#text/plain
-packages/gtk2/src/pango/pango-tabs.inc svneol=native#text/plain
-packages/gtk2/src/pango/pango-types.inc svneol=native#text/plain
-packages/gtk2/src/pango/pango.pas svneol=native#text/plain
-packages/gtk2/src/pango/pangoincludes.inc svneol=native#text/plain
-packages/gtk2/src/pango/pangoutils.pas svneol=native#text/plain
-packages/gtk2/src/pangocairo/pangocairo.pas svneol=native#text/plain
-packages/hash/Makefile svneol=native#text/plain
-packages/hash/Makefile.fpc svneol=native#text/plain
-packages/hash/Makefile.fpc.fpcmake svneol=native#text/plain
-packages/hash/examples/Makefile svneol=native#text/plain
-packages/hash/examples/Makefile.fpc svneol=native#text/plain
-packages/hash/examples/crctest.pas svneol=native#text/plain
-packages/hash/examples/hmd5.pp svneol=native#text/pascal
-packages/hash/examples/hsha1.pp svneol=native#text/pascal
-packages/hash/examples/md5.ref svneol=native#text/plain
-packages/hash/examples/md5performancetest.pas svneol=native#text/plain
-packages/hash/examples/mdtest.pas svneol=native#text/plain
-packages/hash/examples/sha1performancetest.pas svneol=native#text/plain
-packages/hash/examples/sha1test.pp svneol=native#text/plain
-packages/hash/fpmake.pp svneol=native#text/plain
-packages/hash/src/crc.pas svneol=native#text/plain
-packages/hash/src/hmac.pp svneol=native#text/pascal
-packages/hash/src/md5.pp svneol=native#text/plain
-packages/hash/src/md5i386.inc svneol=native#text/plain
-packages/hash/src/ntlm.pas svneol=native#text/plain
-packages/hash/src/sha1.pp svneol=native#text/plain
-packages/hash/src/sha1i386.inc svneol=native#text/plain
-packages/hash/src/unixcrypt.pas svneol=native#text/plain
-packages/hash/src/uuid.pas svneol=native#text/plain
-packages/hash/tests/tests.pp svneol=native#text/pascal
-packages/hash/tests/testshmac.pas svneol=native#text/pascal
-packages/hermes/Makefile svneol=native#text/plain
-packages/hermes/Makefile.fpc svneol=native#text/plain
-packages/hermes/Makefile.fpc.fpcmake svneol=native#text/plain
-packages/hermes/fpmake.pp svneol=native#text/plain
-packages/hermes/src/d_32.inc svneol=native#text/plain
-packages/hermes/src/factconv.inc svneol=native#text/plain
-packages/hermes/src/headp.inc svneol=native#text/plain
-packages/hermes/src/hermconf.inc svneol=native#text/plain
-packages/hermes/src/hermdef.inc svneol=native#text/plain
-packages/hermes/src/hermes.pp svneol=native#text/plain
-packages/hermes/src/hermes_clearer.inc svneol=native#text/plain
-packages/hermes/src/hermes_converter.inc svneol=native#text/plain
-packages/hermes/src/hermes_debug.inc svneol=native#text/plain
-packages/hermes/src/hermes_dither.inc svneol=native#text/plain
-packages/hermes/src/hermes_factory.inc svneol=native#text/plain
-packages/hermes/src/hermes_format.inc svneol=native#text/plain
-packages/hermes/src/hermes_list.inc svneol=native#text/plain
-packages/hermes/src/hermes_palette.inc svneol=native#text/plain
-packages/hermes/src/hermes_utility.inc svneol=native#text/plain
-packages/hermes/src/i386/headi386.inc svneol=native#text/plain
-packages/hermes/src/i386/headmmx.inc svneol=native#text/plain
-packages/hermes/src/i386/mmx_clr.inc svneol=native#text/plain
-packages/hermes/src/i386/mmx_main.inc svneol=native#text/plain
-packages/hermes/src/i386/mmxp2_32.inc svneol=native#text/plain
-packages/hermes/src/i386/mmxp_32.inc svneol=native#text/plain
-packages/hermes/src/i386/x8616lut.inc svneol=native#text/plain
-packages/hermes/src/i386/x86_clr.inc svneol=native#text/plain
-packages/hermes/src/i386/x86_main.inc svneol=native#text/plain
-packages/hermes/src/i386/x86p_16.inc svneol=native#text/plain
-packages/hermes/src/i386/x86p_32.inc svneol=native#text/plain
-packages/hermes/src/i386/x86p_cpy.inc svneol=native#text/plain
-packages/hermes/src/i386/x86p_i8.inc svneol=native#text/plain
-packages/hermes/src/i386/x86p_s32.inc svneol=native#text/plain
-packages/hermes/src/i386/x86pscpy.inc svneol=native#text/plain
-packages/hermes/src/p_16.inc svneol=native#text/plain
-packages/hermes/src/p_24.inc svneol=native#text/plain
-packages/hermes/src/p_32.inc svneol=native#text/plain
-packages/hermes/src/p_clr.inc svneol=native#text/plain
-packages/hermes/src/p_cnv.inc svneol=native#text/plain
-packages/hermes/src/p_cpy.inc svneol=native#text/plain
-packages/hermes/src/p_g.inc svneol=native#text/plain
-packages/hermes/src/p_ga.inc svneol=native#text/plain
-packages/hermes/src/p_gac.inc svneol=native#text/plain
-packages/hermes/src/p_gca.inc svneol=native#text/plain
-packages/hermes/src/p_gcc.inc svneol=native#text/plain
-packages/hermes/src/p_i8.inc svneol=native#text/plain
-packages/hermes/src/p_muhmu.inc svneol=native#text/plain
-packages/hermes/src/x86_64/headx86_64.inc svneol=native#text/plain
-packages/hermes/src/x86_64/x86_64_i8.inc svneol=native#text/plain
-packages/httpd13/Makefile svneol=native#text/plain
-packages/httpd13/Makefile.fpc svneol=native#text/plain
-packages/httpd13/Makefile.fpc.fpcmake svneol=native#text/plain
-packages/httpd13/fpmake.pp svneol=native#text/plain
-packages/httpd13/src/ap.inc svneol=native#text/plain
-packages/httpd13/src/ap_alloc.inc svneol=native#text/plain
-packages/httpd13/src/ap_config.inc svneol=native#text/plain
-packages/httpd13/src/ap_mmn.inc svneol=native#text/plain
-packages/httpd13/src/buff.inc svneol=native#text/plain
-packages/httpd13/src/hsregex.inc svneol=native#text/plain
-packages/httpd13/src/http_config.inc svneol=native#text/plain
-packages/httpd13/src/http_core.inc svneol=native#text/plain
-packages/httpd13/src/http_log.inc svneol=native#text/plain
-packages/httpd13/src/http_main.inc svneol=native#text/plain
-packages/httpd13/src/http_protocol.inc svneol=native#text/plain
-packages/httpd13/src/http_request.inc svneol=native#text/plain
-packages/httpd13/src/http_vhost.inc svneol=native#text/plain
-packages/httpd13/src/httpd.inc svneol=native#text/plain
-packages/httpd13/src/httpd.pas svneol=native#text/plain
-packages/httpd13/src/readdir.inc svneol=native#text/plain
-packages/httpd13/src/util_uri.inc svneol=native#text/plain
-packages/httpd13/src/win32_os.inc svneol=native#text/plain
-packages/httpd20/Makefile svneol=native#text/plain
-packages/httpd20/Makefile.fpc svneol=native#text/plain
-packages/httpd20/Makefile.fpc.fpcmake svneol=native#text/plain
-packages/httpd20/examples/Makefile svneol=native#text/plain
-packages/httpd20/examples/Makefile.fpc svneol=native#text/plain
-packages/httpd20/examples/define.inc svneol=native#text/plain
-packages/httpd20/examples/minimain.pas svneol=native#text/plain
-packages/httpd20/examples/mod_example.pp svneol=native#text/plain
-packages/httpd20/examples/mod_hello.pp svneol=native#text/plain
-packages/httpd20/examples/mod_spelling.pp svneol=native#text/plain
-packages/httpd20/examples/testmodule.pp svneol=native#text/plain
-packages/httpd20/fpmake.pp svneol=native#text/plain
-packages/httpd20/src/ap_config.inc svneol=native#text/plain
-packages/httpd20/src/ap_mmn.inc svneol=native#text/plain
-packages/httpd20/src/ap_mpm.inc svneol=native#text/plain
-packages/httpd20/src/ap_provider.inc svneol=native#text/plain
-packages/httpd20/src/ap_release.inc svneol=native#text/plain
-packages/httpd20/src/apr/apr.pas svneol=native#text/plain
-packages/httpd20/src/apr/apr_allocator.inc svneol=native#text/plain
-packages/httpd20/src/apr/apr_buckets.inc svneol=native#text/plain
-packages/httpd20/src/apr/apr_dso.inc svneol=native#text/plain
-packages/httpd20/src/apr/apr_errno.inc svneol=native#text/plain
-packages/httpd20/src/apr/apr_file_info.inc svneol=native#text/plain
-packages/httpd20/src/apr/apr_file_io.inc svneol=native#text/plain
-packages/httpd20/src/apr/apr_general.inc svneol=native#text/plain
-packages/httpd20/src/apr/apr_hash.inc svneol=native#text/plain
-packages/httpd20/src/apr/apr_lib.inc svneol=native#text/plain
-packages/httpd20/src/apr/apr_network_io.inc svneol=native#text/plain
-packages/httpd20/src/apr/apr_poll.inc svneol=native#text/plain
-packages/httpd20/src/apr/apr_pools.inc svneol=native#text/plain
-packages/httpd20/src/apr/apr_portable.inc svneol=native#text/plain
-packages/httpd20/src/apr/apr_signal.inc svneol=native#text/plain
-packages/httpd20/src/apr/apr_strings.inc svneol=native#text/plain
-packages/httpd20/src/apr/apr_tables.inc svneol=native#text/plain
-packages/httpd20/src/apr/apr_thread_proc.inc svneol=native#text/plain
-packages/httpd20/src/apr/apr_time.inc svneol=native#text/plain
-packages/httpd20/src/apr/apr_user.inc svneol=native#text/plain
-packages/httpd20/src/apr/apr_version.inc svneol=native#text/plain
-packages/httpd20/src/apriconv/api_version.inc svneol=native#text/plain
-packages/httpd20/src/apriconv/apr_iconv.inc svneol=native#text/plain
-packages/httpd20/src/apriconv/apriconv.pas svneol=native#text/plain
-packages/httpd20/src/aprutil/apr_md5.inc svneol=native#text/plain
-packages/httpd20/src/aprutil/apr_uri.inc svneol=native#text/plain
-packages/httpd20/src/aprutil/apr_xlate.inc svneol=native#text/plain
-packages/httpd20/src/aprutil/apr_xml.inc svneol=native#text/plain
-packages/httpd20/src/aprutil/aprutil.pas svneol=native#text/plain
-packages/httpd20/src/http_config.inc svneol=native#text/plain
-packages/httpd20/src/http_connection.inc svneol=native#text/plain
-packages/httpd20/src/http_core.inc svneol=native#text/plain
-packages/httpd20/src/http_log.inc svneol=native#text/plain
-packages/httpd20/src/http_main.inc svneol=native#text/plain
-packages/httpd20/src/http_protocol.inc svneol=native#text/plain
-packages/httpd20/src/http_request.inc svneol=native#text/plain
-packages/httpd20/src/http_vhost.inc svneol=native#text/plain
-packages/httpd20/src/httpd.inc svneol=native#text/plain
-packages/httpd20/src/httpd.pas svneol=native#text/plain
-packages/httpd20/src/pcreposix.inc svneol=native#text/plain
-packages/httpd20/src/util_cfgtree.inc svneol=native#text/plain
-packages/httpd20/src/util_filter.inc svneol=native#text/plain
-packages/httpd20/src/util_md5.inc svneol=native#text/plain
-packages/httpd20/src/util_script.inc svneol=native#text/plain
-packages/httpd20/src/util_time.inc svneol=native#text/plain
-packages/httpd22/Makefile svneol=native#text/plain
-packages/httpd22/Makefile.fpc svneol=native#text/plain
-packages/httpd22/Makefile.fpc.fpcmake svneol=native#text/plain
-packages/httpd22/examples/Makefile svneol=native#text/plain
-packages/httpd22/examples/Makefile.fpc svneol=native#text/plain
-packages/httpd22/examples/define.inc svneol=native#text/plain
-packages/httpd22/examples/minimain.pas svneol=native#text/plain
-packages/httpd22/examples/mod_example.pp svneol=native#text/plain
-packages/httpd22/examples/mod_hello.pp svneol=native#text/plain
-packages/httpd22/examples/mod_spelling.pp svneol=native#text/plain
-packages/httpd22/examples/testmodule.pp svneol=native#text/plain
-packages/httpd22/fpmake.pp svneol=native#text/plain
-packages/httpd22/src/ap_config.inc svneol=native#text/plain
-packages/httpd22/src/ap_mmn.inc svneol=native#text/plain
-packages/httpd22/src/ap_mpm.inc svneol=native#text/plain
-packages/httpd22/src/ap_provider.inc svneol=native#text/plain
-packages/httpd22/src/ap_regex.inc svneol=native#text/plain
-packages/httpd22/src/ap_release.inc svneol=native#text/plain
-packages/httpd22/src/apr/apr.pas svneol=native#text/plain
-packages/httpd22/src/apr/apr_allocator.inc svneol=native#text/plain
-packages/httpd22/src/apr/apr_buckets.inc svneol=native#text/plain
-packages/httpd22/src/apr/apr_dso.inc svneol=native#text/plain
-packages/httpd22/src/apr/apr_errno.inc svneol=native#text/plain
-packages/httpd22/src/apr/apr_file_info.inc svneol=native#text/plain
-packages/httpd22/src/apr/apr_file_io.inc svneol=native#text/plain
-packages/httpd22/src/apr/apr_general.inc svneol=native#text/plain
-packages/httpd22/src/apr/apr_hash.inc svneol=native#text/plain
-packages/httpd22/src/apr/apr_lib.inc svneol=native#text/plain
-packages/httpd22/src/apr/apr_network_io.inc svneol=native#text/plain
-packages/httpd22/src/apr/apr_poll.inc svneol=native#text/plain
-packages/httpd22/src/apr/apr_pools.inc svneol=native#text/plain
-packages/httpd22/src/apr/apr_portable.inc svneol=native#text/plain
-packages/httpd22/src/apr/apr_signal.inc svneol=native#text/plain
-packages/httpd22/src/apr/apr_strings.inc svneol=native#text/plain
-packages/httpd22/src/apr/apr_tables.inc svneol=native#text/plain
-packages/httpd22/src/apr/apr_thread_proc.inc svneol=native#text/plain
-packages/httpd22/src/apr/apr_time.inc svneol=native#text/plain
-packages/httpd22/src/apr/apr_user.inc svneol=native#text/plain
-packages/httpd22/src/apr/apr_version.inc svneol=native#text/plain
-packages/httpd22/src/apriconv/api_version.inc svneol=native#text/plain
-packages/httpd22/src/apriconv/apr_iconv.inc svneol=native#text/plain
-packages/httpd22/src/apriconv/apriconv.pas svneol=native#text/plain
-packages/httpd22/src/aprutil/apr_md5.inc svneol=native#text/plain
-packages/httpd22/src/aprutil/apr_uri.inc svneol=native#text/plain
-packages/httpd22/src/aprutil/apr_xlate.inc svneol=native#text/plain
-packages/httpd22/src/aprutil/apr_xml.inc svneol=native#text/plain
-packages/httpd22/src/aprutil/aprutil.pas svneol=native#text/plain
-packages/httpd22/src/http_config.inc svneol=native#text/plain
-packages/httpd22/src/http_connection.inc svneol=native#text/plain
-packages/httpd22/src/http_core.inc svneol=native#text/plain
-packages/httpd22/src/http_log.inc svneol=native#text/plain
-packages/httpd22/src/http_main.inc svneol=native#text/plain
-packages/httpd22/src/http_protocol.inc svneol=native#text/plain
-packages/httpd22/src/http_request.inc svneol=native#text/plain
-packages/httpd22/src/http_vhost.inc svneol=native#text/plain
-packages/httpd22/src/httpd.inc svneol=native#text/plain
-packages/httpd22/src/httpd.pas svneol=native#text/plain
-packages/httpd22/src/util_cfgtree.inc svneol=native#text/plain
-packages/httpd22/src/util_filter.inc svneol=native#text/plain
-packages/httpd22/src/util_md5.inc svneol=native#text/plain
-packages/httpd22/src/util_script.inc svneol=native#text/plain
-packages/httpd22/src/util_time.inc svneol=native#text/plain
-packages/httpd24/Makefile svneol=native#text/plain
-packages/httpd24/Makefile.fpc svneol=native#text/plain
-packages/httpd24/examples/Makefile svneol=native#text/plain
-packages/httpd24/examples/Makefile.fpc svneol=native#text/plain
-packages/httpd24/examples/mod_hello.pp svneol=native#text/plain
-packages/httpd24/fpmake.pp svneol=native#text/plain
-packages/httpd24/src/ap_config.inc svneol=native#text/plain
-packages/httpd24/src/ap_expr.inc svneol=native#text/plain
-packages/httpd24/src/ap_mmn.inc svneol=native#text/plain
-packages/httpd24/src/ap_regex.inc svneol=native#text/plain
-packages/httpd24/src/ap_release.inc svneol=native#text/plain
-packages/httpd24/src/apr/apr24.pas svneol=native#text/plain
-packages/httpd24/src/apr/apr_allocator.inc svneol=native#text/plain
-packages/httpd24/src/apr/apr_errno.inc svneol=native#text/plain
-packages/httpd24/src/apr/apr_file_info.inc svneol=native#text/plain
-packages/httpd24/src/apr/apr_mmap.inc svneol=native#text/plain
-packages/httpd24/src/apr/apr_pools.inc svneol=native#text/plain
-packages/httpd24/src/apr/apr_strings.inc svneol=native#text/plain
-packages/httpd24/src/apr/apr_tables.inc svneol=native#text/plain
-packages/httpd24/src/apr/apr_time.inc svneol=native#text/plain
-packages/httpd24/src/apr/apr_user.inc svneol=native#text/plain
-packages/httpd24/src/apr/apr_version.inc svneol=native#text/plain
-packages/httpd24/src/aprutil/apr_buckets.inc svneol=native#text/plain
-packages/httpd24/src/aprutil/apr_uri.inc svneol=native#text/plain
-packages/httpd24/src/http_config.inc svneol=native#text/plain
-packages/httpd24/src/http_core.inc svneol=native#text/plain
-packages/httpd24/src/http_log.inc svneol=native#text/plain
-packages/httpd24/src/http_protocol.inc svneol=native#text/plain
-packages/httpd24/src/httpd.inc svneol=native#text/plain
-packages/httpd24/src/httpd24.pas svneol=native#text/plain
-packages/httpd24/src/util_cfgtree.inc svneol=native#text/plain
-packages/httpd24/src/util_filter.inc svneol=native#text/plain
-packages/httpd24/src/util_script.inc svneol=native#text/plain
-packages/ibase/Makefile svneol=native#text/plain
-packages/ibase/Makefile.fpc svneol=native#text/plain
-packages/ibase/Makefile.fpc.fpcmake svneol=native#text/plain
-packages/ibase/README.txt svneol=native#text/plain
-packages/ibase/examples/Makefile svneol=native#text/plain
-packages/ibase/examples/Makefile.fpc svneol=native#text/plain
-packages/ibase/examples/testib40.pp svneol=native#text/plain
-packages/ibase/examples/testib60.pp svneol=native#text/plain
-packages/ibase/fpmake.pp svneol=native#text/plain
-packages/ibase/scripts/mkdb svneol=native#text/plain
-packages/ibase/scripts/mkdb.bat svneol=native#text/plain
-packages/ibase/scripts/mkdb.sqd svneol=native#text/plain
-packages/ibase/src/ibase40.pp svneol=native#text/plain
-packages/ibase/src/ibase60.inc svneol=native#text/plain
-packages/ibase/src/ibase60.pp svneol=native#text/plain
-packages/ibase/src/ibase60dyn.pp svneol=native#text/plain
-packages/iconvenc/Makefile svneol=native#text/plain
-packages/iconvenc/Makefile.fpc svneol=native#text/plain
-packages/iconvenc/Makefile.fpc.fpcmake svneol=native#text/plain
-packages/iconvenc/examples/Makefile svneol=native#text/plain
-packages/iconvenc/examples/Makefile.fpc svneol=native#text/plain
-packages/iconvenc/examples/iconvtest.pp svneol=native#text/plain
-packages/iconvenc/fpmake.pp svneol=native#text/plain
-packages/iconvenc/src/iconvenc.pas svneol=native#text/plain
-packages/iconvenc/src/iconvenc_dyn.pas svneol=native#text/plain
-packages/iconvenc/src/iconvert.inc svneol=native#text/plain
-packages/ide/Makefile svneol=native#text/plain
-packages/ide/Makefile.fpc svneol=native#text/plain
-packages/ide/Makefile.fpc.fpcmake svneol=native#text/plain
-packages/ide/README.txt svneol=native#text/plain
-packages/ide/TODO.txt svneol=native#text/plain
-packages/ide/compiler/Makefile svneol=native#text/plain
-packages/ide/compiler/Makefile.fpc svneol=native#text/plain
-packages/ide/compiler/compunit.pas svneol=native#text/plain
-packages/ide/cvsco.tdf -text
-packages/ide/cvsdiff.tdf -text
-packages/ide/cvsup.tdf -text
-packages/ide/empty.inc svneol=native#text/plain
-packages/ide/fakegdb/Makefile svneol=native#text/plain
-packages/ide/fakegdb/Makefile.fpc svneol=native#text/plain
-packages/ide/fakegdb/gdbcon.pas svneol=native#text/plain
-packages/ide/fakegdb/gdbint.pas svneol=native#text/plain
-packages/ide/fp.ans -text
-packages/ide/fp.pas svneol=native#text/plain
-packages/ide/fp.term -text svneol=unset#application/octet-stream
-packages/ide/fp32.ico -text
-packages/ide/fp32.rc -text
-packages/ide/fparm.lpi svneol=native#text/plain
-packages/ide/fpcalc.pas svneol=native#text/plain
-packages/ide/fpcatch.pas svneol=native#text/plain
-packages/ide/fpcodcmp.pas svneol=native#text/plain
-packages/ide/fpcodtmp.pas svneol=native#text/plain
-packages/ide/fpcompil.pas svneol=native#text/plain
-packages/ide/fpconst.pas svneol=native#text/plain
-packages/ide/fpcygwin.pas svneol=native#text/plain
-packages/ide/fpdebug.pas svneol=native#text/plain
-packages/ide/fpdesk.pas svneol=native#text/plain
-packages/ide/fpdpansi.pas svneol=native#text/plain
-packages/ide/fpevalw.pas svneol=native#text/plain
-packages/ide/fphelp.pas svneol=native#text/plain
-packages/ide/fpide.pas svneol=native#text/plain
-packages/ide/fpini.pas svneol=native#text/plain
-packages/ide/fpintf.pas svneol=native#text/plain
-packages/ide/fpkeys.pas svneol=native#text/plain
-packages/ide/fpmake.pp svneol=native#text/plain
-packages/ide/fpmansi.inc svneol=native#text/plain
-packages/ide/fpmcomp.inc svneol=native#text/plain
-packages/ide/fpmdebug.inc svneol=native#text/plain
-packages/ide/fpmedit.inc svneol=native#text/plain
-packages/ide/fpmfile.inc svneol=native#text/plain
-packages/ide/fpmhelp.inc svneol=native#text/plain
-packages/ide/fpmingw.pas svneol=native#text/plain
-packages/ide/fpmopts.inc svneol=native#text/plain
-packages/ide/fpmrun.inc svneol=native#text/plain
-packages/ide/fpmsrch.inc svneol=native#text/plain
-packages/ide/fpmtools.inc svneol=native#text/plain
-packages/ide/fpmwnd.inc svneol=native#text/plain
-packages/ide/fpredir.pas svneol=native#text/plain
-packages/ide/fpregs.pas svneol=native#text/plain
-packages/ide/fpswitch.pas svneol=native#text/plain
-packages/ide/fpsymbol.pas svneol=native#text/plain
-packages/ide/fptemplt.pas svneol=native#text/plain
-packages/ide/fptools.pas svneol=native#text/plain
-packages/ide/fpusrscr.pas svneol=native#text/plain
-packages/ide/fputils.pas svneol=native#text/plain
-packages/ide/fpvars.pas svneol=native#text/plain
-packages/ide/fpviews.pas svneol=native#text/plain
-packages/ide/fpw32.rc -text
-packages/ide/fpx64.lpi svneol=native#text/plain
-packages/ide/gdbmicon.pas svneol=native#text/plain
-packages/ide/gdbmiint.pas svneol=native#text/plain
-packages/ide/gdbmiproc.pas svneol=native#text/plain
-packages/ide/gdbmiwrap.pas svneol=native#text/plain
-packages/ide/globdir.inc svneol=native#text/plain
-packages/ide/gplprog.pt -text
-packages/ide/gplunit.pt -text
-packages/ide/grep.tdf -text
-packages/ide/pmode.pas svneol=native#text/plain
-packages/ide/program.pt -text
-packages/ide/readme.ide -text
-packages/ide/test.pas svneol=native#text/plain
-packages/ide/test1.pas svneol=native#text/plain
-packages/ide/test2.pas svneol=native#text/plain
-packages/ide/tpgrep.tdf -text
-packages/ide/unit.pt -text
-packages/ide/vesa.pas svneol=native#text/plain
-packages/ide/wansi.pas svneol=native#text/plain
-packages/ide/wcedit.pas svneol=native#text/plain
-packages/ide/wchmhwrap.pas svneol=native#text/plain
-packages/ide/wconsole.pas svneol=native#text/plain
-packages/ide/wconsts.pas svneol=native#text/plain
-packages/ide/wconstse.inc svneol=native#text/plain
-packages/ide/wconstsh.inc svneol=native#text/plain
-packages/ide/weditor.pas svneol=native#text/plain
-packages/ide/whelp.pas svneol=native#text/plain
-packages/ide/whlpview.pas svneol=native#text/plain
-packages/ide/whtml.pas svneol=native#text/plain
-packages/ide/whtmlhlp.pas svneol=native#text/plain
-packages/ide/whtmlscn.pas svneol=native#text/plain
-packages/ide/winclip.pas svneol=native#text/plain
-packages/ide/windebug.pas svneol=native#text/plain
-packages/ide/wini.pas svneol=native#text/plain
-packages/ide/wnghelp.pas svneol=native#text/plain
-packages/ide/woahelp.pas svneol=native#text/plain
-packages/ide/wos2help.pas svneol=native#text/plain
-packages/ide/wresourc.pas svneol=native#text/plain
-packages/ide/wtphwrit.pas svneol=native#text/plain
-packages/ide/wutils.pas svneol=native#text/plain
-packages/ide/wviews.pas svneol=native#text/plain
-packages/ide/wvphelp.pas svneol=native#text/plain
-packages/ide/wwinhelp.pas svneol=native#text/plain
-packages/imagemagick/Makefile svneol=native#text/plain
-packages/imagemagick/Makefile.fpc svneol=native#text/plain
-packages/imagemagick/Makefile.fpc.fpcmake svneol=native#text/plain
-packages/imagemagick/examples/image.png -text svneol=unset#image/png
-packages/imagemagick/examples/screenshot.lpr svneol=native#text/plain
-packages/imagemagick/examples/wanddemo.dpr svneol=native#text/plain
-packages/imagemagick/examples/wanddemo.lpr svneol=native#text/plain
-packages/imagemagick/examples/wandpixelaccess.pas svneol=native#text/plain
-packages/imagemagick/fpmake.pp svneol=native#text/plain
-packages/imagemagick/src/buildim.pp svneol=native#text/plain
-packages/imagemagick/src/cache.inc svneol=native#text/plain
-packages/imagemagick/src/cache_view.inc svneol=native#text/plain
-packages/imagemagick/src/compare.inc svneol=native#text/plain
-packages/imagemagick/src/constitute.inc svneol=native#text/plain
-packages/imagemagick/src/draw.inc svneol=native#text/plain
-packages/imagemagick/src/drawing_wand.inc svneol=native#text/plain
-packages/imagemagick/src/effect.inc svneol=native#text/plain
-packages/imagemagick/src/fx.inc svneol=native#text/plain
-packages/imagemagick/src/imagemagick.pas svneol=native#text/plain
-packages/imagemagick/src/magick_attribute.inc svneol=native#text/plain
-packages/imagemagick/src/magick_image.inc svneol=native#text/plain
-packages/imagemagick/src/magick_type.inc svneol=native#text/plain
-packages/imagemagick/src/magick_wand.pas svneol=native#text/plain
-packages/imagemagick/src/pixel.inc svneol=native#text/plain
-packages/imagemagick/src/pixel_iterator.inc svneol=native#text/plain
-packages/imagemagick/src/pixel_wand.inc svneol=native#text/plain
-packages/imagemagick/src/quantize.inc svneol=native#text/plain
-packages/imagemagick/src/semaphore.inc svneol=native#text/plain
-packages/imagemagick/src/statistic.inc svneol=native#text/plain
-packages/imagemagick/src/type.inc svneol=native#text/plain
-packages/imlib/Makefile svneol=native#text/plain
-packages/imlib/Makefile.fpc svneol=native#text/plain
-packages/imlib/Makefile.fpc.fpcmake svneol=native#text/plain
-packages/imlib/fpmake.pp svneol=native#text/plain
-packages/imlib/src/gdk_imlib.pp svneol=native#text/plain
-packages/imlib/src/imlib.pp svneol=native#text/plain
-packages/iosxlocale/Makefile svneol=native#text/plain
-packages/iosxlocale/Makefile.fpc svneol=native#text/plain
-packages/iosxlocale/Makefile.fpc.fpcmake svneol=native#text/plain
-packages/iosxlocale/fpmake.pp svneol=native#text/plain
-packages/iosxlocale/src/iosxlocale.pp svneol=native#text/plain
-packages/iosxlocale/src/iosxwstr.pp svneol=native#text/plain
-packages/jni/Makefile svneol=native#text/plain
-packages/jni/Makefile.fpc svneol=native#text/plain
-packages/jni/fpmake.pp svneol=native#text/plain
-packages/jni/src/jni.pas svneol=native#text/plain
-packages/ldap/Makefile svneol=native#text/plain
-packages/ldap/Makefile.fpc svneol=native#text/plain
-packages/ldap/Makefile.fpc.fpcmake svneol=native#text/plain
-packages/ldap/fpmake.pp svneol=native#text/plain
-packages/ldap/src/lber.pas svneol=native#text/plain
-packages/ldap/src/lber_typesh.inc svneol=native#text/plain
-packages/ldap/src/lberh.inc svneol=native#text/plain
-packages/ldap/src/ldap.pas svneol=native#text/plain
-packages/ldap/src/ldap_featuresh.inc svneol=native#text/plain
-packages/ldap/src/ldap_schemah.inc svneol=native#text/plain
-packages/ldap/src/ldaph.inc svneol=native#text/plain
-packages/libc/Makefile svneol=native#text/plain
-packages/libc/Makefile.fpc svneol=native#text/plain
-packages/libc/Makefile.fpc.fpcmake svneol=native#text/plain
-packages/libc/README.txt svneol=native#text/plain
-packages/libc/fpmake.pp svneol=native#text/plain
-packages/libc/scripts/h2p svneol=native#text/plain
-packages/libc/scripts/h2p1.sed svneol=native#text/plain
-packages/libc/scripts/h2p2.sed svneol=native#text/plain
-packages/libc/src/aineth.inc svneol=native#text/plain
-packages/libc/src/aioh.inc svneol=native#text/plain
-packages/libc/src/aliasesh.inc svneol=native#text/plain
-packages/libc/src/allocah.inc svneol=native#text/plain
-packages/libc/src/argph.inc svneol=native#text/plain
-packages/libc/src/argzh.inc svneol=native#text/plain
-packages/libc/src/asocketh.inc svneol=native#text/plain
-packages/libc/src/asockiosh.inc svneol=native#text/plain
-packages/libc/src/bconfnameh.inc svneol=native#text/plain
-packages/libc/src/bdirenth.inc svneol=native#text/plain
-packages/libc/src/bdlfcnh.inc svneol=native#text/plain
-packages/libc/src/bfcntlh.inc svneol=native#text/plain
-packages/libc/src/bfenvh.inc svneol=native#text/plain
-packages/libc/src/binh.inc svneol=native#text/plain
-packages/libc/src/bipch.inc svneol=native#text/plain
-packages/libc/src/bmmanh.inc svneol=native#text/plain
-packages/libc/src/bmsqh.inc svneol=native#text/plain
-packages/libc/src/bnetdbh.inc svneol=native#text/plain
-packages/libc/src/bpollh.inc svneol=native#text/plain
-packages/libc/src/bresourceh.inc svneol=native#text/plain
-packages/libc/src/bschedh.inc svneol=native#text/plain
-packages/libc/src/bselecth.inc svneol=native#text/plain
-packages/libc/src/bsemh.inc svneol=native#text/plain
-packages/libc/src/bshmh.inc svneol=native#text/plain
-packages/libc/src/bsockaddrh.inc svneol=native#text/plain
-packages/libc/src/bsocket.inc svneol=native#text/plain
-packages/libc/src/bsocketh.inc svneol=native#text/plain
-packages/libc/src/bstatfsh.inc svneol=native#text/plain
-packages/libc/src/bstath.inc svneol=native#text/plain
-packages/libc/src/bstatvfsh.inc svneol=native#text/plain
-packages/libc/src/bstroptsh.inc svneol=native#text/plain
-packages/libc/src/btermiosh.inc svneol=native#text/plain
-packages/libc/src/btimeh.inc svneol=native#text/plain
-packages/libc/src/buioh.inc svneol=native#text/plain
-packages/libc/src/bustath.inc svneol=native#text/plain
-packages/libc/src/butmph.inc svneol=native#text/plain
-packages/libc/src/butmpxh.inc svneol=native#text/plain
-packages/libc/src/butsnameh.inc svneol=native#text/plain
-packages/libc/src/bwaitflags.inc svneol=native#text/plain
-packages/libc/src/bwaitflagsh.inc svneol=native#text/plain
-packages/libc/src/bwaitstatus.inc svneol=native#text/plain
-packages/libc/src/bwaitstatush.inc svneol=native#text/plain
-packages/libc/src/cerrno.inc svneol=native#text/plain
-packages/libc/src/crypth.inc svneol=native#text/plain
-packages/libc/src/ctypeh.inc svneol=native#text/plain
-packages/libc/src/dirent.inc svneol=native#text/plain
-packages/libc/src/direnth.inc svneol=native#text/plain
-packages/libc/src/dlfcnh.inc svneol=native#text/plain
-packages/libc/src/endianh.inc svneol=native#text/plain
-packages/libc/src/envzh.inc svneol=native#text/plain
-packages/libc/src/errh.inc svneol=native#text/plain
-packages/libc/src/errnoh.inc svneol=native#text/plain
-packages/libc/src/errorh.inc svneol=native#text/plain
-packages/libc/src/fcntlh.inc svneol=native#text/plain
-packages/libc/src/fenvh.inc svneol=native#text/plain
-packages/libc/src/fileh.inc svneol=native#text/plain
-packages/libc/src/fmtmsgh.inc svneol=native#text/plain
-packages/libc/src/fnmatchh.inc svneol=native#text/plain
-packages/libc/src/fpmake.inc svneol=native#text/plain
-packages/libc/src/fpmake.pp svneol=native#text/plain
-packages/libc/src/fstabh.inc svneol=native#text/plain
-packages/libc/src/gconfigh.inc svneol=native#text/plain
-packages/libc/src/gconvh.inc svneol=native#text/plain
-packages/libc/src/getopth.inc svneol=native#text/plain
-packages/libc/src/glibc_versionh.inc svneol=native#text/plain
-packages/libc/src/globh.inc svneol=native#text/plain
-packages/libc/src/glue.inc svneol=native#text/plain
-packages/libc/src/grph.inc svneol=native#text/plain
-packages/libc/src/iconvh.inc svneol=native#text/plain
-packages/libc/src/igmph.inc svneol=native#text/plain
-packages/libc/src/inttypesh.inc svneol=native#text/plain
-packages/libc/src/ioctl_typesh.inc svneol=native#text/plain
-packages/libc/src/ioctlsh.inc svneol=native#text/plain
-packages/libc/src/kerneldefs.pp svneol=native#text/plain
-packages/libc/src/kernelioctl.pp svneol=native#text/plain
-packages/libc/src/kioctlsh.inc svneol=native#text/plain
-packages/libc/src/langinfoh.inc svneol=native#text/plain
-packages/libc/src/lib_namesh.inc svneol=native#text/plain
-packages/libc/src/libc.pp svneol=native#text/plain
-packages/libc/src/libgenh.inc svneol=native#text/plain
-packages/libc/src/libintlh.inc svneol=native#text/plain
-packages/libc/src/libio.inc svneol=native#text/plain
-packages/libc/src/libioh.inc svneol=native#text/plain
-packages/libc/src/limitsh.inc svneol=native#text/plain
-packages/libc/src/local_limh.inc svneol=native#text/plain
-packages/libc/src/localeh.inc svneol=native#text/plain
-packages/libc/src/malloch.inc svneol=native#text/plain
-packages/libc/src/mcheckh.inc svneol=native#text/plain
-packages/libc/src/mntenth.inc svneol=native#text/plain
-packages/libc/src/monetaryh.inc svneol=native#text/plain
-packages/libc/src/nashh.inc svneol=native#text/plain
-packages/libc/src/nath.inc svneol=native#text/plain
-packages/libc/src/nax25h.inc svneol=native#text/plain
-packages/libc/src/nech.inc svneol=native#text/plain
-packages/libc/src/netdbh.inc svneol=native#text/plain
-packages/libc/src/netherh.inc svneol=native#text/plain
-packages/libc/src/nethernet.inc svneol=native#text/plain
-packages/libc/src/netherneth.inc svneol=native#text/plain
-packages/libc/src/nicmp6.inc svneol=native#text/plain
-packages/libc/src/nicmp6h.inc svneol=native#text/plain
-packages/libc/src/nif_arph.inc svneol=native#text/plain
-packages/libc/src/nif_ether.inc svneol=native#text/plain
-packages/libc/src/nif_etherh.inc svneol=native#text/plain
-packages/libc/src/nif_fddih.inc svneol=native#text/plain
-packages/libc/src/nif_packeth.inc svneol=native#text/plain
-packages/libc/src/nif_ppp.inc svneol=native#text/plain
-packages/libc/src/nif_ppph.inc svneol=native#text/plain
-packages/libc/src/nif_shaperh.inc svneol=native#text/plain
-packages/libc/src/nif_trh.inc svneol=native#text/plain
-packages/libc/src/nifh.inc svneol=native#text/plain
-packages/libc/src/nigmph.inc svneol=native#text/plain
-packages/libc/src/nin.inc svneol=native#text/plain
-packages/libc/src/nin_systmh.inc svneol=native#text/plain
-packages/libc/src/ninh.inc svneol=native#text/plain
-packages/libc/src/nip.inc svneol=native#text/plain
-packages/libc/src/nip6h.inc svneol=native#text/plain
-packages/libc/src/nip_icmp.inc svneol=native#text/plain
-packages/libc/src/nip_icmph.inc svneol=native#text/plain
-packages/libc/src/niph.inc svneol=native#text/plain
-packages/libc/src/nipxh.inc svneol=native#text/plain
-packages/libc/src/nl_typesh.inc svneol=native#text/plain
-packages/libc/src/nnetromh.inc svneol=native#text/plain
-packages/libc/src/npacketh.inc svneol=native#text/plain
-packages/libc/src/nroseh.inc svneol=native#text/plain
-packages/libc/src/nroute.inc svneol=native#text/plain
-packages/libc/src/nrouteh.inc svneol=native#text/plain
-packages/libc/src/nssh.inc svneol=native#text/plain
-packages/libc/src/ntcph.inc svneol=native#text/plain
-packages/libc/src/nudph.inc svneol=native#text/plain
-packages/libc/src/nupdh.inc svneol=native#text/plain
-packages/libc/src/pathsh.inc svneol=native#text/plain
-packages/libc/src/posix1_limh.inc svneol=native#text/plain
-packages/libc/src/posix2_limh.inc svneol=native#text/plain
-packages/libc/src/posixopth.inc svneol=native#text/plain
-packages/libc/src/printfh.inc svneol=native#text/plain
-packages/libc/src/proutedh.inc svneol=native#text/plain
-packages/libc/src/prwhodh.inc svneol=native#text/plain
-packages/libc/src/ptalkdh.inc svneol=native#text/plain
-packages/libc/src/pthread.inc svneol=native#text/plain
-packages/libc/src/pthreadh.inc svneol=native#text/plain
-packages/libc/src/pthreadtypesh.inc svneol=native#text/plain
-packages/libc/src/ptimedh.inc svneol=native#text/plain
-packages/libc/src/ptyh.inc svneol=native#text/plain
-packages/libc/src/pwdh.inc svneol=native#text/plain
-packages/libc/src/regexh.inc svneol=native#text/plain
-packages/libc/src/regexph.inc svneol=native#text/plain
-packages/libc/src/saccth.inc svneol=native#text/plain
-packages/libc/src/schedh.inc svneol=native#text/plain
-packages/libc/src/searchh.inc svneol=native#text/plain
-packages/libc/src/semaphoreh.inc svneol=native#text/plain
-packages/libc/src/sfsuidh.inc svneol=native#text/plain
-packages/libc/src/sgttyh.inc svneol=native#text/plain
-packages/libc/src/shadowh.inc svneol=native#text/plain
-packages/libc/src/sigactionh.inc svneol=native#text/plain
-packages/libc/src/sigcontexth.inc svneol=native#text/plain
-packages/libc/src/siginfoh.inc svneol=native#text/plain
-packages/libc/src/signalh.inc svneol=native#text/plain
-packages/libc/src/signumh.inc svneol=native#text/plain
-packages/libc/src/sigseth.inc svneol=native#text/plain
-packages/libc/src/sigstackh.inc svneol=native#text/plain
-packages/libc/src/sigthreadh.inc svneol=native#text/plain
-packages/libc/src/sioctlh.inc svneol=native#text/plain
-packages/libc/src/sipch.inc svneol=native#text/plain
-packages/libc/src/skdaemonh.inc svneol=native#text/plain
-packages/libc/src/sklogh.inc svneol=native#text/plain
-packages/libc/src/smmaph.inc svneol=native#text/plain
-packages/libc/src/smounth.inc svneol=native#text/plain
-packages/libc/src/smsgh.inc svneol=native#text/plain
-packages/libc/src/spawnh.inc svneol=native#text/plain
-packages/libc/src/spermh.inc svneol=native#text/plain
-packages/libc/src/spollh.inc svneol=native#text/plain
-packages/libc/src/sptraceh.inc svneol=native#text/plain
-packages/libc/src/squota.inc svneol=native#text/plain
-packages/libc/src/squotah.inc svneol=native#text/plain
-packages/libc/src/sraw.inc svneol=native#text/plain
-packages/libc/src/srawh.inc svneol=native#text/plain
-packages/libc/src/srebooth.inc svneol=native#text/plain
-packages/libc/src/sresourceh.inc svneol=native#text/plain
-packages/libc/src/sscsi_ioctlh.inc svneol=native#text/plain
-packages/libc/src/sscsih.inc svneol=native#text/plain
-packages/libc/src/sselect.inc svneol=native#text/plain
-packages/libc/src/sselecth.inc svneol=native#text/plain
-packages/libc/src/ssemh.inc svneol=native#text/plain
-packages/libc/src/ssendfileh.inc svneol=native#text/plain
-packages/libc/src/ssgh.inc svneol=native#text/plain
-packages/libc/src/sshmh.inc svneol=native#text/plain
-packages/libc/src/ssocketh.inc svneol=native#text/plain
-packages/libc/src/sstat.inc svneol=native#text/plain
-packages/libc/src/sstatfsh.inc svneol=native#text/plain
-packages/libc/src/sstath.inc svneol=native#text/plain
-packages/libc/src/sstatvfsh.inc svneol=native#text/plain
-packages/libc/src/sswaph.inc svneol=native#text/plain
-packages/libc/src/ssysctlh.inc svneol=native#text/plain
-packages/libc/src/ssysinfoh.inc svneol=native#text/plain
-packages/libc/src/ssyslog.inc svneol=native#text/plain
-packages/libc/src/ssyslogh.inc svneol=native#text/plain
-packages/libc/src/stdinth.inc svneol=native#text/plain
-packages/libc/src/stdio_exth.inc svneol=native#text/plain
-packages/libc/src/stdio_limh.inc svneol=native#text/plain
-packages/libc/src/stdioh.inc svneol=native#text/plain
-packages/libc/src/stdlib.inc svneol=native#text/plain
-packages/libc/src/stdlibh.inc svneol=native#text/plain
-packages/libc/src/stime.inc svneol=native#text/plain
-packages/libc/src/stimebh.inc svneol=native#text/plain
-packages/libc/src/stimeh.inc svneol=native#text/plain
-packages/libc/src/stringh.inc svneol=native#text/plain
-packages/libc/src/stroptsh.inc svneol=native#text/plain
-packages/libc/src/sttydefaults.inc svneol=native#text/plain
-packages/libc/src/sttydefaultsh.inc svneol=native#text/plain
-packages/libc/src/sucontexth.inc svneol=native#text/plain
-packages/libc/src/suioh.inc svneol=native#text/plain
-packages/libc/src/sun.inc svneol=native#text/plain
-packages/libc/src/sunh.inc svneol=native#text/plain
-packages/libc/src/suserh.inc svneol=native#text/plain
-packages/libc/src/sustath.inc svneol=native#text/plain
-packages/libc/src/sutsnameh.inc svneol=native#text/plain
-packages/libc/src/svlimith.inc svneol=native#text/plain
-packages/libc/src/svtimesh.inc svneol=native#text/plain
-packages/libc/src/swaith.inc svneol=native#text/plain
-packages/libc/src/sysexitsh.inc svneol=native#text/plain
-packages/libc/src/syslogh.inc svneol=native#text/plain
-packages/libc/src/systypeshh.inc svneol=native#text/plain
-packages/libc/src/termios.inc svneol=native#text/plain
-packages/libc/src/termiosh.inc svneol=native#text/plain
-packages/libc/src/time.inc svneol=native#text/plain
-packages/libc/src/timeh.inc svneol=native#text/plain
-packages/libc/src/timesh.inc svneol=native#text/plain
-packages/libc/src/timexh.inc svneol=native#text/plain
-packages/libc/src/ttyenth.inc svneol=native#text/plain
-packages/libc/src/types.inc svneol=native#text/plain
-packages/libc/src/typesh.inc svneol=native#text/plain
-packages/libc/src/ucontexth.inc svneol=native#text/plain
-packages/libc/src/ulimith.inc svneol=native#text/plain
-packages/libc/src/unistdh.inc svneol=native#text/plain
-packages/libc/src/utimeh.inc svneol=native#text/plain
-packages/libc/src/utmph.inc svneol=native#text/plain
-packages/libc/src/utmpxh.inc svneol=native#text/plain
-packages/libc/src/wcharh.inc svneol=native#text/plain
-packages/libc/src/wctypeh.inc svneol=native#text/plain
-packages/libc/src/wordexph.inc svneol=native#text/plain
-packages/libc/src/wordsizeh.inc svneol=native#text/plain
-packages/libc/src/xlocaleh.inc svneol=native#text/plain
-packages/libc/src/xopen_limh.inc svneol=native#text/plain
-packages/libcups/Makefile svneol=native#text/plain
-packages/libcups/Makefile.fpc svneol=native#text/plain
-packages/libcups/fpmake.pp svneol=native#text/plain
-packages/libcups/src/cupsdyn.pp svneol=native#text/pascal
-packages/libcurl/Makefile svneol=native#text/plain
-packages/libcurl/Makefile.fpc svneol=native#text/plain
-packages/libcurl/Makefile.fpc.fpcmake svneol=native#text/plain
-packages/libcurl/examples/Makefile svneol=native#text/plain
-packages/libcurl/examples/Makefile.fpc svneol=native#text/plain
-packages/libcurl/examples/testcurl.pp svneol=native#text/plain
-packages/libcurl/examples/teststream.pp svneol=native#text/plain
-packages/libcurl/fpmake.pp svneol=native#text/plain
-packages/libcurl/src/libcurl.pp svneol=native#text/plain
-packages/libenet/Makefile svneol=native#text/plain
-packages/libenet/Makefile.fpc svneol=native#text/plain
-packages/libenet/examples/clientapp.lpi svneol=native#text/plain
-packages/libenet/examples/clientapp.pp svneol=native#text/plain
-packages/libenet/examples/serverapp.lpi svneol=native#text/plain
-packages/libenet/examples/serverapp.pp svneol=native#text/plain
-packages/libenet/fpmake.pp svneol=native#text/plain
-packages/libenet/src/enet.pp svneol=native#text/plain
-packages/libenet/src/uenetclass.pp svneol=native#text/plain
-packages/libffi/Makefile svneol=native#text/plain
-packages/libffi/Makefile.fpc svneol=native#text/plain
-packages/libffi/examples/simple.pp svneol=native#text/pascal
-packages/libffi/fpmake.pp svneol=native#text/pascal
-packages/libffi/src/ffi.manager.pp svneol=native#text/pascal
-packages/libffi/src/ffi.pp svneol=native#text/pascal
-packages/libfontconfig/Makefile svneol=native#text/plain
-packages/libfontconfig/Makefile.fpc svneol=native#text/plain
-packages/libfontconfig/examples/testfc.lpi svneol=native#text/plain
-packages/libfontconfig/examples/testfc.pp svneol=native#text/plain
-packages/libfontconfig/fpmake.pp svneol=native#text/plain
-packages/libfontconfig/src/libfontconfig.pp svneol=native#text/plain
-packages/libgbafpc/Makefile svneol=native#text/plain
-packages/libgbafpc/Makefile.fpc svneol=native#text/plain
-packages/libgbafpc/Makefile.fpc.fpcmake svneol=native#text/plain
-packages/libgbafpc/examples/Makefile svneol=native#text/plain
-packages/libgbafpc/examples/Makefile.fpc svneol=native#text/plain
-packages/libgbafpc/examples/audio/Makefile svneol=native#text/plain
-packages/libgbafpc/examples/audio/Makefile.fpc svneol=native#text/plain
-packages/libgbafpc/examples/audio/PlayBoyScout/Makefile svneol=native#text/plain
-packages/libgbafpc/examples/audio/PlayBoyScout/Makefile.fpc svneol=native#text/plain
-packages/libgbafpc/examples/audio/PlayBoyScout/PlayBoyScout.pp svneol=native#text/plain
-packages/libgbafpc/examples/audio/PlayBoyScout/data/ScoutSplash.pcx -text
-packages/libgbafpc/examples/audio/PlayBoyScout/data/tune.bgf -text
-packages/libgbafpc/examples/graphics/Makefile svneol=native#text/plain
-packages/libgbafpc/examples/graphics/Makefile.fpc svneol=native#text/plain
-packages/libgbafpc/examples/graphics/PCXView/Makefile svneol=native#text/plain
-packages/libgbafpc/examples/graphics/PCXView/Makefile.fpc svneol=native#text/plain
-packages/libgbafpc/examples/graphics/PCXView/PcxView.pp svneol=native#text/plain
-packages/libgbafpc/examples/graphics/PCXView/data/ScoutSplash.pcx -text
-packages/libgbafpc/examples/graphics/PCXView/data/splash.pcx -text
-packages/libgbafpc/examples/graphics/SimpleBGScroll/Makefile svneol=native#text/plain
-packages/libgbafpc/examples/graphics/SimpleBGScroll/Makefile.fpc svneol=native#text/plain
-packages/libgbafpc/examples/graphics/SimpleBGScroll/SimpleBGScroll.pp svneol=native#text/plain
-packages/libgbafpc/examples/graphics/SimpleBGScroll/data/r6502_portfont.bin -text
-packages/libgbafpc/examples/graphics/SimpleBGScroll/readme.txt svneol=native#text/plain
-packages/libgbafpc/examples/graphics/ansi_console/Makefile svneol=native#text/plain
-packages/libgbafpc/examples/graphics/ansi_console/Makefile.fpc svneol=native#text/plain
-packages/libgbafpc/examples/graphics/ansi_console/console.pp svneol=native#text/plain
-packages/libgbafpc/examples/template/Makefile svneol=native#text/plain
-packages/libgbafpc/examples/template/Makefile.fpc svneol=native#text/plain
-packages/libgbafpc/examples/template/template.pp svneol=native#text/plain
-packages/libgbafpc/fpmake.pp svneol=native#text/plain
-packages/libgbafpc/src/gba.pp svneol=native#text/plain
-packages/libgbafpc/src/gba/boyscout.inc svneol=native#text/plain
-packages/libgbafpc/src/gba/core_asm.as svneol=native#text/plain
-packages/libgbafpc/src/gba/disc.inc svneol=native#text/plain
-packages/libgbafpc/src/gba/disc_io.inc svneol=native#text/plain
-packages/libgbafpc/src/gba/dldi.inc svneol=native#text/plain
-packages/libgbafpc/src/gba/fade.inc svneol=native#text/plain
-packages/libgbafpc/src/gba/gba.inc svneol=native#text/plain
-packages/libgbafpc/src/gba/gba_affine.inc svneol=native#text/plain
-packages/libgbafpc/src/gba/gba_base.inc svneol=native#text/plain
-packages/libgbafpc/src/gba/gba_compression.inc svneol=native#text/plain
-packages/libgbafpc/src/gba/gba_console.inc svneol=native#text/plain
-packages/libgbafpc/src/gba/gba_dma.inc svneol=native#text/plain
-packages/libgbafpc/src/gba/gba_helper.inc svneol=native#text/plain
-packages/libgbafpc/src/gba/gba_input.inc svneol=native#text/plain
-packages/libgbafpc/src/gba/gba_interrupt.inc svneol=native#text/plain
-packages/libgbafpc/src/gba/gba_multiboot.inc svneol=native#text/plain
-packages/libgbafpc/src/gba/gba_sio.inc svneol=native#text/plain
-packages/libgbafpc/src/gba/gba_sound.inc svneol=native#text/plain
-packages/libgbafpc/src/gba/gba_sprites.inc svneol=native#text/plain
-packages/libgbafpc/src/gba/gba_systemcalls.inc svneol=native#text/plain
-packages/libgbafpc/src/gba/gba_timers.inc svneol=native#text/plain
-packages/libgbafpc/src/gba/gba_types.inc svneol=native#text/plain
-packages/libgbafpc/src/gba/gba_video.inc svneol=native#text/plain
-packages/libgbafpc/src/gba/helper.inc svneol=native#text/plain
-packages/libgbafpc/src/gba/mappy.inc svneol=native#text/plain
-packages/libgbafpc/src/gba/mbv2.inc svneol=native#text/plain
-packages/libgbafpc/src/gba/pcx.inc svneol=native#text/plain
-packages/libgbafpc/src/maxmod/inc/maxmod.inc svneol=native#text/plain
-packages/libgbafpc/src/maxmod/inc/mm_types.inc svneol=native#text/plain
-packages/libgbafpc/src/maxmod/maxmod.pp svneol=native#text/plain
-packages/libgc/Makefile svneol=native#text/plain
-packages/libgc/Makefile.fpc svneol=native#text/plain
-packages/libgc/examples/create_leak.pp svneol=native#text/plain
-packages/libgc/examples/testcmem.pp svneol=native#text/plain
-packages/libgc/examples/usage.txt svneol=native#text/plain
-packages/libgc/fpmake.pp svneol=native#text/plain
-packages/libgc/src/gcmem.pp svneol=native#text/plain
-packages/libgd/Makefile svneol=native#text/plain
-packages/libgd/Makefile.fpc svneol=native#text/plain
-packages/libgd/Makefile.fpc.fpcmake svneol=native#text/plain
-packages/libgd/README.txt svneol=native#text/plain
-packages/libgd/examples/Makefile svneol=native#text/plain
-packages/libgd/examples/Makefile.fpc svneol=native#text/plain
-packages/libgd/examples/gdtest.pp svneol=native#text/plain
-packages/libgd/examples/gdtestcgi.pp svneol=native#text/plain
-packages/libgd/fpmake.pp svneol=native#text/plain
-packages/libgd/src/gd.pas svneol=native#text/plain
-packages/libmagic/Makefile svneol=native#text/plain
-packages/libmagic/Makefile.fpc svneol=native#text/plain
-packages/libmagic/examples/basic.pp svneol=native#text/plain
-packages/libmagic/fpmake.pp svneol=native#text/plain
-packages/libmagic/src/libmagic.pp svneol=native#text/plain
-packages/libmicrohttpd/Makefile svneol=native#text/plain
-packages/libmicrohttpd/Makefile.fpc svneol=native#text/plain
-packages/libmicrohttpd/examples/basicauthentication.pp svneol=native#text/plain
-packages/libmicrohttpd/examples/benchmark.pp svneol=native#text/plain
-packages/libmicrohttpd/examples/benchmark_https.pp svneol=native#text/plain
-packages/libmicrohttpd/examples/chunked_example.pp svneol=native#text/plain
-packages/libmicrohttpd/examples/cutils.pas svneol=native#text/plain
-packages/libmicrohttpd/examples/demo.pp svneol=native#text/plain
-packages/libmicrohttpd/examples/demo_https.pp svneol=native#text/plain
-packages/libmicrohttpd/examples/digest_auth_example.pp svneol=native#text/plain
-packages/libmicrohttpd/examples/dual_stack_example.pp svneol=native#text/plain
-packages/libmicrohttpd/examples/event_and_thread.pp svneol=native#text/plain
-packages/libmicrohttpd/examples/fileserver_example.pp svneol=native#text/plain
-packages/libmicrohttpd/examples/fileserver_example_dirs.pp svneol=native#text/plain
-packages/libmicrohttpd/examples/fileserver_example_external_select.pp svneol=native#text/plain
-packages/libmicrohttpd/examples/hellobrowser.pp svneol=native#text/plain
-packages/libmicrohttpd/examples/https_fileserver_example.pp svneol=native#text/plain
-packages/libmicrohttpd/examples/largepost.pp svneol=native#text/plain
-packages/libmicrohttpd/examples/logging.pp svneol=native#text/plain
-packages/libmicrohttpd/examples/magic.inc svneol=native#text/plain
-packages/libmicrohttpd/examples/minimal_example.pp svneol=native#text/plain
-packages/libmicrohttpd/examples/minimal_example_comet.pp svneol=native#text/plain
-packages/libmicrohttpd/examples/post_example.pp svneol=native#text/plain
-packages/libmicrohttpd/examples/querystring_example.pp svneol=native#text/plain
-packages/libmicrohttpd/examples/refuse_post_example.pp svneol=native#text/plain
-packages/libmicrohttpd/examples/responseheaders.pp svneol=native#text/plain
-packages/libmicrohttpd/examples/sessions.pp svneol=native#text/plain
-packages/libmicrohttpd/examples/simplepost.pp svneol=native#text/plain
-packages/libmicrohttpd/examples/tlsauthentication.pp svneol=native#text/plain
-packages/libmicrohttpd/fpmake.pp svneol=native#text/plain
-packages/libmicrohttpd/src/libmicrohttpd.pp svneol=native#text/plain
-packages/libndsfpc/Makefile svneol=native#text/plain
-packages/libndsfpc/Makefile.fpc svneol=native#text/plain
-packages/libndsfpc/Makefile.fpc.fpcmake svneol=native#text/plain
-packages/libndsfpc/examples/Makefile svneol=native#text/plain
-packages/libndsfpc/examples/Makefile.fpc svneol=native#text/plain
-packages/libndsfpc/examples/audio/Makefile svneol=native#text/plain
-packages/libndsfpc/examples/audio/Makefile.fpc svneol=native#text/plain
-packages/libndsfpc/examples/audio/maxmod/Makefile svneol=native#text/plain
-packages/libndsfpc/examples/audio/maxmod/Makefile.fpc svneol=native#text/plain
-packages/libndsfpc/examples/audio/maxmod/audio_modes/Makefile svneol=native#text/plain
-packages/libndsfpc/examples/audio/maxmod/audio_modes/Makefile.fpc svneol=native#text/plain
-packages/libndsfpc/examples/audio/maxmod/audio_modes/audio/keyg-subtonal.xm -text
-packages/libndsfpc/examples/audio/maxmod/audio_modes/audio/purple_motion-inspiration.s3m -text
-packages/libndsfpc/examples/audio/maxmod/audio_modes/audio/rez-monday.mod -text
-packages/libndsfpc/examples/audio/maxmod/audio_modes/audio_modes.pp svneol=native#text/plain
-packages/libndsfpc/examples/audio/maxmod/basic_sound/Makefile svneol=native#text/plain
-packages/libndsfpc/examples/audio/maxmod/basic_sound/Makefile.fpc svneol=native#text/plain
-packages/libndsfpc/examples/audio/maxmod/basic_sound/audio/Ambulance.wav -text
-packages/libndsfpc/examples/audio/maxmod/basic_sound/audio/Boom.wav -text
-packages/libndsfpc/examples/audio/maxmod/basic_sound/audio/FlatOutLies.mod -text
-packages/libndsfpc/examples/audio/maxmod/basic_sound/basic_sound.pp svneol=native#text/plain
-packages/libndsfpc/examples/audio/maxmod/reverb/Makefile svneol=native#text/plain
-packages/libndsfpc/examples/audio/maxmod/reverb/Makefile.fpc svneol=native#text/plain
-packages/libndsfpc/examples/audio/maxmod/reverb/audio/tempest-zen_bowling.mod -text
-packages/libndsfpc/examples/audio/maxmod/reverb/reverb.pp svneol=native#text/plain
-packages/libndsfpc/examples/audio/maxmod/song_events_example/Makefile svneol=native#text/plain
-packages/libndsfpc/examples/audio/maxmod/song_events_example/Makefile.fpc svneol=native#text/plain
-packages/libndsfpc/examples/audio/maxmod/song_events_example/gfx/ball.grit svneol=native#text/plain
-packages/libndsfpc/examples/audio/maxmod/song_events_example/gfx/ball.png -text
-packages/libndsfpc/examples/audio/maxmod/song_events_example/music/example.it -text
-packages/libndsfpc/examples/audio/maxmod/song_events_example/song_events_example.pp svneol=native#text/plain
-packages/libndsfpc/examples/audio/maxmod/song_events_example2/Makefile svneol=native#text/plain
-packages/libndsfpc/examples/audio/maxmod/song_events_example2/Makefile.fpc svneol=native#text/plain
-packages/libndsfpc/examples/audio/maxmod/song_events_example2/audio/example2.it -text
-packages/libndsfpc/examples/audio/maxmod/song_events_example2/song_events_example2.pp svneol=native#text/plain
-packages/libndsfpc/examples/audio/maxmod/streaming/Makefile svneol=native#text/plain
-packages/libndsfpc/examples/audio/maxmod/streaming/Makefile.fpc svneol=native#text/plain
-packages/libndsfpc/examples/audio/maxmod/streaming/streaming.pp svneol=native#text/plain
-packages/libndsfpc/examples/audio/micrecord/Makefile svneol=native#text/plain
-packages/libndsfpc/examples/audio/micrecord/Makefile.fpc svneol=native#text/plain
-packages/libndsfpc/examples/audio/micrecord/micrecord.pp svneol=native#text/plain
-packages/libndsfpc/examples/card/Makefile svneol=native#text/plain
-packages/libndsfpc/examples/card/Makefile.fpc svneol=native#text/plain
-packages/libndsfpc/examples/card/eeprom/Makefile svneol=native#text/plain
-packages/libndsfpc/examples/card/eeprom/Makefile.fpc svneol=native#text/plain
-packages/libndsfpc/examples/card/eeprom/eeprom.pp svneol=native#text/plain
-packages/libndsfpc/examples/debugging/Makefile svneol=native#text/plain
-packages/libndsfpc/examples/debugging/Makefile.fpc svneol=native#text/plain
-packages/libndsfpc/examples/debugging/exceptionTest/Makefile svneol=native#text/plain
-packages/libndsfpc/examples/debugging/exceptionTest/Makefile.fpc svneol=native#text/plain
-packages/libndsfpc/examples/debugging/exceptionTest/exceptionTest.pp svneol=native#text/plain
-packages/libndsfpc/examples/ds_motion/Makefile svneol=native#text/plain
-packages/libndsfpc/examples/ds_motion/Makefile.fpc svneol=native#text/plain
-packages/libndsfpc/examples/ds_motion/dsMotion.pp svneol=native#text/plain
-packages/libndsfpc/examples/dswifi/Makefile svneol=native#text/plain
-packages/libndsfpc/examples/dswifi/Makefile.fpc svneol=native#text/plain
-packages/libndsfpc/examples/dswifi/ap_search/Makefile svneol=native#text/plain
-packages/libndsfpc/examples/dswifi/ap_search/Makefile.fpc svneol=native#text/plain
-packages/libndsfpc/examples/dswifi/ap_search/apSearch.pp svneol=native#text/plain
-packages/libndsfpc/examples/dswifi/autoconnect/Makefile svneol=native#text/plain
-packages/libndsfpc/examples/dswifi/autoconnect/Makefile.fpc svneol=native#text/plain
-packages/libndsfpc/examples/dswifi/autoconnect/autoconnect.pp svneol=native#text/plain
-packages/libndsfpc/examples/dswifi/httpget/Makefile svneol=native#text/plain
-packages/libndsfpc/examples/dswifi/httpget/Makefile.fpc svneol=native#text/plain
-packages/libndsfpc/examples/dswifi/httpget/httpget.pp svneol=native#text/plain
-packages/libndsfpc/examples/filesystem/Makefile svneol=native#text/plain
-packages/libndsfpc/examples/filesystem/Makefile.fpc svneol=native#text/plain
-packages/libndsfpc/examples/filesystem/embedded_gbfs/GBFS/Mud.pcx -text
-packages/libndsfpc/examples/filesystem/embedded_gbfs/GBFS/World.txt svneol=native#text/plain
-packages/libndsfpc/examples/filesystem/embedded_gbfs/Makefile svneol=native#text/plain
-packages/libndsfpc/examples/filesystem/embedded_gbfs/Makefile.fpc svneol=native#text/plain
-packages/libndsfpc/examples/filesystem/embedded_gbfs/embedded_gbfs.pp svneol=native#text/plain
-packages/libndsfpc/examples/filesystem/libfat/Makefile svneol=native#text/plain
-packages/libndsfpc/examples/filesystem/libfat/Makefile.fpc svneol=native#text/plain
-packages/libndsfpc/examples/filesystem/libfat/access_dir/Makefile svneol=native#text/plain
-packages/libndsfpc/examples/filesystem/libfat/access_dir/Makefile.fpc svneol=native#text/plain
-packages/libndsfpc/examples/filesystem/libfat/access_dir/access_dir.pp svneol=native#text/plain
-packages/libndsfpc/examples/filesystem/libfat/access_file/Makefile svneol=native#text/plain
-packages/libndsfpc/examples/filesystem/libfat/access_file/Makefile.fpc svneol=native#text/plain
-packages/libndsfpc/examples/filesystem/libfat/access_file/access_file.pp svneol=native#text/plain
-packages/libndsfpc/examples/filesystem/libfat/access_file/test1.txt svneol=native#text/plain
-packages/libndsfpc/examples/filesystem/libfat/libfatdir/Makefile svneol=native#text/plain
-packages/libndsfpc/examples/filesystem/libfat/libfatdir/Makefile.fpc svneol=native#text/plain
-packages/libndsfpc/examples/filesystem/libfat/libfatdir/libfatdir.pp svneol=native#text/plain
-packages/libndsfpc/examples/filesystem/nitrofs/Makefile svneol=native#text/plain
-packages/libndsfpc/examples/filesystem/nitrofs/Makefile.fpc svneol=native#text/plain
-packages/libndsfpc/examples/filesystem/nitrofs/nitrodir/Makefile svneol=native#text/plain
-packages/libndsfpc/examples/filesystem/nitrofs/nitrodir/Makefile.fpc svneol=native#text/plain
-packages/libndsfpc/examples/filesystem/nitrofs/nitrodir/nitrodir.pp svneol=native#text/plain
-packages/libndsfpc/examples/filesystem/nitrofs/nitrodir/nitrofiles/dir1/test.txt svneol=native#text/plain
-packages/libndsfpc/examples/filesystem/nitrofs/nitrodir/nitrofiles/dir2/subdir1/subsubdir1/file2.txt svneol=native#text/plain
-packages/libndsfpc/examples/filesystem/nitrofs/nitrodir/nitrofiles/dir2/subdir1/test2.txt svneol=native#text/plain
-packages/libndsfpc/examples/filesystem/nitrofs/nitrodir/nitrofiles/file1.txt svneol=native#text/plain
-packages/libndsfpc/examples/gl2d/2Dplus3D/2Dplus3D.pp svneol=native#text/plain
-packages/libndsfpc/examples/gl2d/2Dplus3D/Makefile svneol=native#text/plain
-packages/libndsfpc/examples/gl2d/2Dplus3D/Makefile.fpc svneol=native#text/plain
-packages/libndsfpc/examples/gl2d/2Dplus3D/cearn_atan.pas svneol=native#text/plain
-packages/libndsfpc/examples/gl2d/2Dplus3D/gfx/enemies.bmp -text
-packages/libndsfpc/examples/gl2d/2Dplus3D/gfx/enemies.grit svneol=native#text/plain
-packages/libndsfpc/examples/gl2d/2Dplus3D/gfx/flyer.grit svneol=native#text/plain
-packages/libndsfpc/examples/gl2d/2Dplus3D/gfx/flyer.png -text
-packages/libndsfpc/examples/gl2d/2Dplus3D/gfx/organ16.bmp -text
-packages/libndsfpc/examples/gl2d/2Dplus3D/gfx/organ16.grit svneol=native#text/plain
-packages/libndsfpc/examples/gl2d/2Dplus3D/gfx/shuttle.grit svneol=native#text/plain
-packages/libndsfpc/examples/gl2d/2Dplus3D/gfx/shuttle.png -text
-packages/libndsfpc/examples/gl2d/2Dplus3D/uvcoord_enemies.pas svneol=native#text/plain
-packages/libndsfpc/examples/gl2d/2Dplus3D/vbuffer.pas svneol=native#text/plain
-packages/libndsfpc/examples/gl2d/Makefile svneol=native#text/plain
-packages/libndsfpc/examples/gl2d/Makefile.fpc svneol=native#text/plain
-packages/libndsfpc/examples/gl2d/dual_screen/Makefile svneol=native#text/plain
-packages/libndsfpc/examples/gl2d/dual_screen/Makefile.fpc svneol=native#text/plain
-packages/libndsfpc/examples/gl2d/dual_screen/dual_screen.pp svneol=native#text/plain
-packages/libndsfpc/examples/gl2d/fonts/Makefile svneol=native#text/plain
-packages/libndsfpc/examples/gl2d/fonts/Makefile.fpc svneol=native#text/plain
-packages/libndsfpc/examples/gl2d/fonts/fonts.pp svneol=native#text/plain
-packages/libndsfpc/examples/gl2d/fonts/gfx/font_16x16.bmp -text
-packages/libndsfpc/examples/gl2d/fonts/gfx/font_16x16.grit svneol=native#text/plain
-packages/libndsfpc/examples/gl2d/fonts/gfx/font_si.bmp -text
-packages/libndsfpc/examples/gl2d/fonts/gfx/font_si.grit svneol=native#text/plain
-packages/libndsfpc/examples/gl2d/fonts/uvcoord_font_16x16.pas svneol=native#text/plain
-packages/libndsfpc/examples/gl2d/fonts/uvcoord_font_si.pas svneol=native#text/plain
-packages/libndsfpc/examples/gl2d/primitives/Makefile svneol=native#text/plain
-packages/libndsfpc/examples/gl2d/primitives/Makefile.fpc svneol=native#text/plain
-packages/libndsfpc/examples/gl2d/primitives/primitives.pp svneol=native#text/plain
-packages/libndsfpc/examples/gl2d/scrolling/Makefile svneol=native#text/plain
-packages/libndsfpc/examples/gl2d/scrolling/Makefile.fpc svneol=native#text/plain
-packages/libndsfpc/examples/gl2d/scrolling/gfx/crono.bmp -text
-packages/libndsfpc/examples/gl2d/scrolling/gfx/crono.grit svneol=native#text/plain
-packages/libndsfpc/examples/gl2d/scrolling/gfx/tiles.bmp -text
-packages/libndsfpc/examples/gl2d/scrolling/gfx/tiles.grit svneol=native#text/plain
-packages/libndsfpc/examples/gl2d/scrolling/scrolling.pp svneol=native#text/plain
-packages/libndsfpc/examples/gl2d/scrolling/uvcoord_crono.pas svneol=native#text/plain
-packages/libndsfpc/examples/gl2d/sprites/Makefile svneol=native#text/plain
-packages/libndsfpc/examples/gl2d/sprites/Makefile.fpc svneol=native#text/plain
-packages/libndsfpc/examples/gl2d/sprites/cearn_atan.pas svneol=native#text/plain
-packages/libndsfpc/examples/gl2d/sprites/gfx/anya.grit svneol=native#text/plain
-packages/libndsfpc/examples/gl2d/sprites/gfx/anya.png -text
-packages/libndsfpc/examples/gl2d/sprites/gfx/blob_sprite.bmp -text
-packages/libndsfpc/examples/gl2d/sprites/gfx/blob_sprite.grit svneol=native#text/plain
-packages/libndsfpc/examples/gl2d/sprites/gfx/enemies.bmp -text
-packages/libndsfpc/examples/gl2d/sprites/gfx/enemies.grit svneol=native#text/plain
-packages/libndsfpc/examples/gl2d/sprites/gfx/flyer.grit svneol=native#text/plain
-packages/libndsfpc/examples/gl2d/sprites/gfx/flyer.png -text
-packages/libndsfpc/examples/gl2d/sprites/gfx/font.bmp -text
-packages/libndsfpc/examples/gl2d/sprites/gfx/font.grit svneol=native#text/plain
-packages/libndsfpc/examples/gl2d/sprites/gfx/fontbubble.bmp -text
-packages/libndsfpc/examples/gl2d/sprites/gfx/fontbubble.grit svneol=native#text/plain
-packages/libndsfpc/examples/gl2d/sprites/gfx/shuttle.grit svneol=native#text/plain
-packages/libndsfpc/examples/gl2d/sprites/gfx/shuttle.png -text
-packages/libndsfpc/examples/gl2d/sprites/gfx/test_sprite.bmp -text
-packages/libndsfpc/examples/gl2d/sprites/gfx/test_sprite.grit svneol=native#text/plain
-packages/libndsfpc/examples/gl2d/sprites/gfx/tiles.bmp -text
-packages/libndsfpc/examples/gl2d/sprites/gfx/tiles.grit svneol=native#text/plain
-packages/libndsfpc/examples/gl2d/sprites/gfx/zero.bmp -text
-packages/libndsfpc/examples/gl2d/sprites/gfx/zero.grit svneol=native#text/plain
-packages/libndsfpc/examples/gl2d/sprites/sprites.pp svneol=native#text/plain
-packages/libndsfpc/examples/gl2d/sprites/uvcoord_enemies.pas svneol=native#text/plain
-packages/libndsfpc/examples/gl2d/sprites/uvcoord_zero.pas svneol=native#text/plain
-packages/libndsfpc/examples/graphics/3D/3D_Both_Screens/3DBothScreens.pp svneol=native#text/plain
-packages/libndsfpc/examples/graphics/3D/3D_Both_Screens/Makefile svneol=native#text/plain
-packages/libndsfpc/examples/graphics/3D/3D_Both_Screens/Makefile.fpc svneol=native#text/plain
-packages/libndsfpc/examples/graphics/3D/BoxTest/BoxTest.pp svneol=native#text/plain
-packages/libndsfpc/examples/graphics/3D/BoxTest/Makefile svneol=native#text/plain
-packages/libndsfpc/examples/graphics/3D/BoxTest/Makefile.fpc svneol=native#text/plain
-packages/libndsfpc/examples/graphics/3D/Display_List/DisplayList.pp svneol=native#text/plain
-packages/libndsfpc/examples/graphics/3D/Display_List/Makefile svneol=native#text/plain
-packages/libndsfpc/examples/graphics/3D/Display_List/Makefile.fpc svneol=native#text/plain
-packages/libndsfpc/examples/graphics/3D/Display_List_2/DisplayList2.pp svneol=native#text/plain
-packages/libndsfpc/examples/graphics/3D/Display_List_2/Makefile svneol=native#text/plain
-packages/libndsfpc/examples/graphics/3D/Display_List_2/Makefile.fpc svneol=native#text/plain
-packages/libndsfpc/examples/graphics/3D/Display_List_2/data/teapot.bin -text
-packages/libndsfpc/examples/graphics/3D/Env_Mapping/EnvMapping.pp svneol=native#text/plain
-packages/libndsfpc/examples/graphics/3D/Env_Mapping/Makefile svneol=native#text/plain
-packages/libndsfpc/examples/graphics/3D/Env_Mapping/Makefile.fpc svneol=native#text/plain
-packages/libndsfpc/examples/graphics/3D/Env_Mapping/data/cafe.bin -text
-packages/libndsfpc/examples/graphics/3D/Env_Mapping/data/teapot.bin -text
-packages/libndsfpc/examples/graphics/3D/Makefile svneol=native#text/plain
-packages/libndsfpc/examples/graphics/3D/Makefile.fpc svneol=native#text/plain
-packages/libndsfpc/examples/graphics/3D/Mixed_Text_3D/Makefile svneol=native#text/plain
-packages/libndsfpc/examples/graphics/3D/Mixed_Text_3D/Makefile.fpc svneol=native#text/plain
-packages/libndsfpc/examples/graphics/3D/Mixed_Text_3D/MixedText3D.pp svneol=native#text/plain
-packages/libndsfpc/examples/graphics/3D/Ortho/Makefile svneol=native#text/plain
-packages/libndsfpc/examples/graphics/3D/Ortho/Makefile.fpc svneol=native#text/plain
-packages/libndsfpc/examples/graphics/3D/Ortho/Ortho.pp svneol=native#text/plain
-packages/libndsfpc/examples/graphics/3D/Ortho/data/drunkenlogo.pcx -text
-packages/libndsfpc/examples/graphics/3D/Paletted_Cube/Makefile svneol=native#text/plain
-packages/libndsfpc/examples/graphics/3D/Paletted_Cube/Makefile.fpc svneol=native#text/plain
-packages/libndsfpc/examples/graphics/3D/Paletted_Cube/PalettedCube.pp svneol=native#text/plain
-packages/libndsfpc/examples/graphics/3D/Paletted_Cube/data/texture.bin -text svneol=unset#application/octet-stream
-packages/libndsfpc/examples/graphics/3D/Paletted_Cube/data/texture10_COMP_pal.bin -text
-packages/libndsfpc/examples/graphics/3D/Paletted_Cube/data/texture10_COMP_tex.bin -text
-packages/libndsfpc/examples/graphics/3D/Paletted_Cube/data/texture10_COMP_texExt.bin -text
-packages/libndsfpc/examples/graphics/3D/Paletted_Cube/data/texture1_RGB16_pal.bin -text svneol=unset#application/octet-stream
-packages/libndsfpc/examples/graphics/3D/Paletted_Cube/data/texture1_RGB16_tex.bin -text
-packages/libndsfpc/examples/graphics/3D/Paletted_Cube/data/texture2_RGB16_pal.bin -text
-packages/libndsfpc/examples/graphics/3D/Paletted_Cube/data/texture2_RGB16_tex.bin -text
-packages/libndsfpc/examples/graphics/3D/Paletted_Cube/data/texture3_RGB16_pal.bin -text
-packages/libndsfpc/examples/graphics/3D/Paletted_Cube/data/texture3_RGB16_tex.bin -text
-packages/libndsfpc/examples/graphics/3D/Paletted_Cube/data/texture4_RGB16_pal.bin -text
-packages/libndsfpc/examples/graphics/3D/Paletted_Cube/data/texture4_RGB16_tex.bin -text
-packages/libndsfpc/examples/graphics/3D/Paletted_Cube/data/texture5_RGB16_pal.bin -text svneol=unset#application/octet-stream
-packages/libndsfpc/examples/graphics/3D/Paletted_Cube/data/texture5_RGB16_tex.bin -text
-packages/libndsfpc/examples/graphics/3D/Paletted_Cube/data/texture6_RGB4_pal.bin -text svneol=unset#application/octet-stream
-packages/libndsfpc/examples/graphics/3D/Paletted_Cube/data/texture6_RGB4_tex.bin -text
-packages/libndsfpc/examples/graphics/3D/Paletted_Cube/data/texture7_RGB4_pal.bin -text svneol=unset#application/octet-stream
-packages/libndsfpc/examples/graphics/3D/Paletted_Cube/data/texture7_RGB4_tex.bin -text
-packages/libndsfpc/examples/graphics/3D/Paletted_Cube/data/texture8_RGB32_A3_pal.bin -text
-packages/libndsfpc/examples/graphics/3D/Paletted_Cube/data/texture8_RGB32_A3_tex.bin -text
-packages/libndsfpc/examples/graphics/3D/Paletted_Cube/data/texture9_RGB32_A3_pal.bin -text
-packages/libndsfpc/examples/graphics/3D/Paletted_Cube/data/texture9_RGB32_A3_tex.bin -text
-packages/libndsfpc/examples/graphics/3D/Picking/Makefile svneol=native#text/plain
-packages/libndsfpc/examples/graphics/3D/Picking/Makefile.fpc svneol=native#text/plain
-packages/libndsfpc/examples/graphics/3D/Picking/Picking.pp svneol=native#text/plain
-packages/libndsfpc/examples/graphics/3D/Picking/data/cone.bin -text
-packages/libndsfpc/examples/graphics/3D/Picking/data/cylinder.bin -text
-packages/libndsfpc/examples/graphics/3D/Picking/data/sphere.bin -text
-packages/libndsfpc/examples/graphics/3D/Simple_Quad/Makefile svneol=native#text/plain
-packages/libndsfpc/examples/graphics/3D/Simple_Quad/Makefile.fpc svneol=native#text/plain
-packages/libndsfpc/examples/graphics/3D/Simple_Quad/SimpleQuad.pp svneol=native#text/plain
-packages/libndsfpc/examples/graphics/3D/Simple_Tri/Makefile svneol=native#text/plain
-packages/libndsfpc/examples/graphics/3D/Simple_Tri/Makefile.fpc svneol=native#text/plain
-packages/libndsfpc/examples/graphics/3D/Simple_Tri/SimpleTri.pp svneol=native#text/plain
-packages/libndsfpc/examples/graphics/3D/Textured_Cube/Makefile svneol=native#text/plain
-packages/libndsfpc/examples/graphics/3D/Textured_Cube/Makefile.fpc svneol=native#text/plain
-packages/libndsfpc/examples/graphics/3D/Textured_Cube/TexturedCube.pp svneol=native#text/plain
-packages/libndsfpc/examples/graphics/3D/Textured_Cube/data/texture.bin -text svneol=unset#application/octet-stream
-packages/libndsfpc/examples/graphics/3D/Textured_Quad/Makefile svneol=native#text/plain
-packages/libndsfpc/examples/graphics/3D/Textured_Quad/Makefile.fpc svneol=native#text/plain
-packages/libndsfpc/examples/graphics/3D/Textured_Quad/TexturedQuad.pp svneol=native#text/plain
-packages/libndsfpc/examples/graphics/3D/Textured_Quad/data/texture.bin -text svneol=unset#application/octet-stream
-packages/libndsfpc/examples/graphics/3D/Toon_Shading/Makefile svneol=native#text/plain
-packages/libndsfpc/examples/graphics/3D/Toon_Shading/Makefile.fpc svneol=native#text/plain
-packages/libndsfpc/examples/graphics/3D/Toon_Shading/ToonShading.pp svneol=native#text/plain
-packages/libndsfpc/examples/graphics/3D/Toon_Shading/data/statue.bin -text
-packages/libndsfpc/examples/graphics/3D/nehe/Makefile svneol=native#text/plain
-packages/libndsfpc/examples/graphics/3D/nehe/Makefile.fpc svneol=native#text/plain
-packages/libndsfpc/examples/graphics/3D/nehe/lesson01/Makefile svneol=native#text/plain
-packages/libndsfpc/examples/graphics/3D/nehe/lesson01/Makefile.fpc svneol=native#text/plain
-packages/libndsfpc/examples/graphics/3D/nehe/lesson01/lesson01.pp svneol=native#text/plain
-packages/libndsfpc/examples/graphics/3D/nehe/lesson02/Makefile svneol=native#text/plain
-packages/libndsfpc/examples/graphics/3D/nehe/lesson02/Makefile.fpc svneol=native#text/plain
-packages/libndsfpc/examples/graphics/3D/nehe/lesson02/lesson02.pp svneol=native#text/plain
-packages/libndsfpc/examples/graphics/3D/nehe/lesson03/Makefile svneol=native#text/plain
-packages/libndsfpc/examples/graphics/3D/nehe/lesson03/Makefile.fpc svneol=native#text/plain
-packages/libndsfpc/examples/graphics/3D/nehe/lesson03/lesson03.pp svneol=native#text/plain
-packages/libndsfpc/examples/graphics/3D/nehe/lesson04/Makefile svneol=native#text/plain
-packages/libndsfpc/examples/graphics/3D/nehe/lesson04/Makefile.fpc svneol=native#text/plain
-packages/libndsfpc/examples/graphics/3D/nehe/lesson04/lesson04.pp svneol=native#text/plain
-packages/libndsfpc/examples/graphics/3D/nehe/lesson05/Makefile svneol=native#text/plain
-packages/libndsfpc/examples/graphics/3D/nehe/lesson05/Makefile.fpc svneol=native#text/plain
-packages/libndsfpc/examples/graphics/3D/nehe/lesson05/lesson05.pp svneol=native#text/plain
-packages/libndsfpc/examples/graphics/3D/nehe/lesson06/Makefile svneol=native#text/plain
-packages/libndsfpc/examples/graphics/3D/nehe/lesson06/Makefile.fpc svneol=native#text/plain
-packages/libndsfpc/examples/graphics/3D/nehe/lesson06/data/drunkenlogo.pcx -text
-packages/libndsfpc/examples/graphics/3D/nehe/lesson06/lesson06.pp svneol=native#text/plain
-packages/libndsfpc/examples/graphics/3D/nehe/lesson07/Makefile svneol=native#text/plain
-packages/libndsfpc/examples/graphics/3D/nehe/lesson07/Makefile.fpc svneol=native#text/plain
-packages/libndsfpc/examples/graphics/3D/nehe/lesson07/data/drunkenlogo.pcx -text
-packages/libndsfpc/examples/graphics/3D/nehe/lesson07/lesson07.pp svneol=native#text/plain
-packages/libndsfpc/examples/graphics/3D/nehe/lesson08/Makefile svneol=native#text/plain
-packages/libndsfpc/examples/graphics/3D/nehe/lesson08/Makefile.fpc svneol=native#text/plain
-packages/libndsfpc/examples/graphics/3D/nehe/lesson08/data/drunkenlogo.pcx -text
-packages/libndsfpc/examples/graphics/3D/nehe/lesson08/lesson08.pp svneol=native#text/plain
-packages/libndsfpc/examples/graphics/3D/nehe/lesson09/Makefile svneol=native#text/plain
-packages/libndsfpc/examples/graphics/3D/nehe/lesson09/Makefile.fpc svneol=native#text/plain
-packages/libndsfpc/examples/graphics/3D/nehe/lesson09/data/Star.pcx -text
-packages/libndsfpc/examples/graphics/3D/nehe/lesson09/lesson09.pp svneol=native#text/plain
-packages/libndsfpc/examples/graphics/3D/nehe/lesson10/Makefile svneol=native#text/plain
-packages/libndsfpc/examples/graphics/3D/nehe/lesson10/Makefile.fpc svneol=native#text/plain
-packages/libndsfpc/examples/graphics/3D/nehe/lesson10/data/Mud.pcx -text
-packages/libndsfpc/examples/graphics/3D/nehe/lesson10/data/World.txt svneol=native#text/plain
-packages/libndsfpc/examples/graphics/3D/nehe/lesson10/data/drunkenlogo.pcx -text
-packages/libndsfpc/examples/graphics/3D/nehe/lesson10/lesson10.pp svneol=native#text/plain
-packages/libndsfpc/examples/graphics/3D/nehe/lesson10b/Makefile svneol=native#text/plain
-packages/libndsfpc/examples/graphics/3D/nehe/lesson10b/Makefile.fpc svneol=native#text/plain
-packages/libndsfpc/examples/graphics/3D/nehe/lesson10b/data/Mud.pcx -text
-packages/libndsfpc/examples/graphics/3D/nehe/lesson10b/data/World.txt svneol=native#text/plain
-packages/libndsfpc/examples/graphics/3D/nehe/lesson10b/lesson10b.pp svneol=native#text/plain
-packages/libndsfpc/examples/graphics/3D/nehe/lesson11/Makefile svneol=native#text/plain
-packages/libndsfpc/examples/graphics/3D/nehe/lesson11/Makefile.fpc svneol=native#text/plain
-packages/libndsfpc/examples/graphics/3D/nehe/lesson11/data/drunkenlogo.pcx -text
-packages/libndsfpc/examples/graphics/3D/nehe/lesson11/lesson11.pp svneol=native#text/plain
-packages/libndsfpc/examples/graphics/Backgrounds/16bit_color_bmp/16bitColorBmp.pp svneol=native#text/plain
-packages/libndsfpc/examples/graphics/Backgrounds/16bit_color_bmp/Makefile svneol=native#text/plain
-packages/libndsfpc/examples/graphics/Backgrounds/16bit_color_bmp/Makefile.fpc svneol=native#text/plain
-packages/libndsfpc/examples/graphics/Backgrounds/16bit_color_bmp/gfx/drunkenlogo.grit svneol=native#text/plain
-packages/libndsfpc/examples/graphics/Backgrounds/16bit_color_bmp/gfx/drunkenlogo.png -text svneol=unset#image/png
-packages/libndsfpc/examples/graphics/Backgrounds/256_color_bmp/256ColorBmp.pp svneol=native#text/plain
-packages/libndsfpc/examples/graphics/Backgrounds/256_color_bmp/Makefile svneol=native#text/plain
-packages/libndsfpc/examples/graphics/Backgrounds/256_color_bmp/Makefile.fpc svneol=native#text/plain
-packages/libndsfpc/examples/graphics/Backgrounds/256_color_bmp/gfx/drunkenlogo.grit svneol=native#text/plain
-packages/libndsfpc/examples/graphics/Backgrounds/256_color_bmp/gfx/drunkenlogo.png -text svneol=unset#image/png
-packages/libndsfpc/examples/graphics/Backgrounds/Double_Buffer/DoubleBuffer.pp svneol=native#text/plain
-packages/libndsfpc/examples/graphics/Backgrounds/Double_Buffer/Makefile svneol=native#text/plain
-packages/libndsfpc/examples/graphics/Backgrounds/Double_Buffer/Makefile.fpc svneol=native#text/plain
-packages/libndsfpc/examples/graphics/Backgrounds/Makefile svneol=native#text/plain
-packages/libndsfpc/examples/graphics/Backgrounds/Makefile.fpc svneol=native#text/plain
-packages/libndsfpc/examples/graphics/Backgrounds/all_in_one/Advanced.pp svneol=native#text/plain
-packages/libndsfpc/examples/graphics/Backgrounds/all_in_one/BackgroundAllInOne.pp svneol=native#text/plain
-packages/libndsfpc/examples/graphics/Backgrounds/all_in_one/Basic.pp svneol=native#text/plain
-packages/libndsfpc/examples/graphics/Backgrounds/all_in_one/Handmade.pp svneol=native#text/plain
-packages/libndsfpc/examples/graphics/Backgrounds/all_in_one/Makefile svneol=native#text/plain
-packages/libndsfpc/examples/graphics/Backgrounds/all_in_one/Makefile.fpc svneol=native#text/plain
-packages/libndsfpc/examples/graphics/Backgrounds/all_in_one/Multilayer.pp svneol=native#text/plain
-packages/libndsfpc/examples/graphics/Backgrounds/all_in_one/RotBackgrounds.pp svneol=native#text/plain
-packages/libndsfpc/examples/graphics/Backgrounds/all_in_one/Scrolling.pp svneol=native#text/plain
-packages/libndsfpc/examples/graphics/Backgrounds/all_in_one/TextBackgrounds.pp svneol=native#text/plain
-packages/libndsfpc/examples/graphics/Backgrounds/all_in_one/asm/Multilayer.s svneol=native#text/plain
-packages/libndsfpc/examples/graphics/Backgrounds/all_in_one/asm/RotBackgrounds.s svneol=native#text/plain
-packages/libndsfpc/examples/graphics/Backgrounds/all_in_one/asm/TextBackgrounds.s svneol=native#text/plain
-packages/libndsfpc/examples/graphics/Backgrounds/all_in_one/gfx/layers.pew -text
-packages/libndsfpc/examples/graphics/Backgrounds/all_in_one/gfx/readme.txt svneol=native#text/plain
-packages/libndsfpc/examples/graphics/Backgrounds/all_in_one/gfx/tiles.png -text svneol=unset#image/png
-packages/libndsfpc/examples/graphics/Backgrounds/rotation/Makefile svneol=native#text/plain
-packages/libndsfpc/examples/graphics/Backgrounds/rotation/Makefile.fpc svneol=native#text/plain
-packages/libndsfpc/examples/graphics/Backgrounds/rotation/Rotation.pp svneol=native#text/plain
-packages/libndsfpc/examples/graphics/Backgrounds/rotation/data/drunkenlogo.bin -text svneol=unset#application/octet-stream
-packages/libndsfpc/examples/graphics/Backgrounds/rotation/data/palette.bin -text
-packages/libndsfpc/examples/graphics/Effects/Makefile svneol=native#text/plain
-packages/libndsfpc/examples/graphics/Effects/Makefile.fpc svneol=native#text/plain
-packages/libndsfpc/examples/graphics/Effects/windows/Makefile svneol=native#text/plain
-packages/libndsfpc/examples/graphics/Effects/windows/Makefile.fpc svneol=native#text/plain
-packages/libndsfpc/examples/graphics/Effects/windows/gfx/drunkenlogo.grit svneol=native#text/plain
-packages/libndsfpc/examples/graphics/Effects/windows/gfx/drunkenlogo.png -text
-packages/libndsfpc/examples/graphics/Effects/windows/windows.pp svneol=native#text/plain
-packages/libndsfpc/examples/graphics/Ext_Palettes/Makefile svneol=native#text/plain
-packages/libndsfpc/examples/graphics/Ext_Palettes/Makefile.fpc svneol=native#text/plain
-packages/libndsfpc/examples/graphics/Ext_Palettes/backgrounds/Makefile svneol=native#text/plain
-packages/libndsfpc/examples/graphics/Ext_Palettes/backgrounds/Makefile.fpc svneol=native#text/plain
-packages/libndsfpc/examples/graphics/Ext_Palettes/backgrounds/backgrounds.pp svneol=native#text/plain
-packages/libndsfpc/examples/graphics/Ext_Palettes/backgrounds/gfx/devkitlogo.grit svneol=native#text/plain
-packages/libndsfpc/examples/graphics/Ext_Palettes/backgrounds/gfx/devkitlogo.png -text
-packages/libndsfpc/examples/graphics/Ext_Palettes/backgrounds/gfx/drunkenlogo.grit svneol=native#text/plain
-packages/libndsfpc/examples/graphics/Ext_Palettes/backgrounds/gfx/drunkenlogo.png -text
-packages/libndsfpc/examples/graphics/Makefile svneol=native#text/plain
-packages/libndsfpc/examples/graphics/Makefile.fpc svneol=native#text/plain
-packages/libndsfpc/examples/graphics/Printing/Makefile svneol=native#text/plain
-packages/libndsfpc/examples/graphics/Printing/Makefile.fpc svneol=native#text/plain
-packages/libndsfpc/examples/graphics/Printing/ansi_console/AnsiConsole.pp svneol=native#text/plain
-packages/libndsfpc/examples/graphics/Printing/ansi_console/Makefile svneol=native#text/plain
-packages/libndsfpc/examples/graphics/Printing/ansi_console/Makefile.fpc svneol=native#text/plain
-packages/libndsfpc/examples/graphics/Printing/console_windows/ConsoleWindows.pp svneol=native#text/plain
-packages/libndsfpc/examples/graphics/Printing/console_windows/Makefile svneol=native#text/plain
-packages/libndsfpc/examples/graphics/Printing/console_windows/Makefile.fpc svneol=native#text/plain
-packages/libndsfpc/examples/graphics/Printing/custom_font/CustomFont.pp svneol=native#text/plain
-packages/libndsfpc/examples/graphics/Printing/custom_font/Makefile svneol=native#text/plain
-packages/libndsfpc/examples/graphics/Printing/custom_font/Makefile.fpc svneol=native#text/plain
-packages/libndsfpc/examples/graphics/Printing/custom_font/gfx/font.bmp -text
-packages/libndsfpc/examples/graphics/Printing/custom_font/gfx/font.grit svneol=native#text/plain
-packages/libndsfpc/examples/graphics/Printing/print_both_screens/Makefile svneol=native#text/plain
-packages/libndsfpc/examples/graphics/Printing/print_both_screens/Makefile.fpc svneol=native#text/plain
-packages/libndsfpc/examples/graphics/Printing/print_both_screens/printBothScreens.pp svneol=native#text/plain
-packages/libndsfpc/examples/graphics/Printing/rotscale_text/Makefile svneol=native#text/plain
-packages/libndsfpc/examples/graphics/Printing/rotscale_text/Makefile.fpc svneol=native#text/plain
-packages/libndsfpc/examples/graphics/Printing/rotscale_text/RotscaleText.pp svneol=native#text/plain
-packages/libndsfpc/examples/graphics/Printing/rotscale_text/gfx/font.bmp -text
-packages/libndsfpc/examples/graphics/Printing/rotscale_text/gfx/font.grit svneol=native#text/plain
-packages/libndsfpc/examples/graphics/Sprites/Makefile svneol=native#text/plain
-packages/libndsfpc/examples/graphics/Sprites/Makefile.fpc svneol=native#text/plain
-packages/libndsfpc/examples/graphics/Sprites/allocation_test/AllocationTest.pp svneol=native#text/plain
-packages/libndsfpc/examples/graphics/Sprites/allocation_test/Makefile svneol=native#text/plain
-packages/libndsfpc/examples/graphics/Sprites/allocation_test/Makefile.fpc svneol=native#text/plain
-packages/libndsfpc/examples/graphics/Sprites/animate_simple/AnimateSimple.pp svneol=native#text/plain
-packages/libndsfpc/examples/graphics/Sprites/animate_simple/Makefile svneol=native#text/plain
-packages/libndsfpc/examples/graphics/Sprites/animate_simple/Makefile.fpc svneol=native#text/plain
-packages/libndsfpc/examples/graphics/Sprites/animate_simple/sprites/man.png -text svneol=unset#image/png
-packages/libndsfpc/examples/graphics/Sprites/animate_simple/sprites/sprite.grit svneol=native#text/plain
-packages/libndsfpc/examples/graphics/Sprites/animate_simple/sprites/woman.png -text svneol=unset#image/png
-packages/libndsfpc/examples/graphics/Sprites/bitmap_sprites/BitmapSprites.pp svneol=native#text/plain
-packages/libndsfpc/examples/graphics/Sprites/bitmap_sprites/Makefile svneol=native#text/plain
-packages/libndsfpc/examples/graphics/Sprites/bitmap_sprites/Makefile.fpc svneol=native#text/plain
-packages/libndsfpc/examples/graphics/Sprites/fire_and_sprites/FireAndSprites.pp svneol=native#text/plain
-packages/libndsfpc/examples/graphics/Sprites/fire_and_sprites/Makefile svneol=native#text/plain
-packages/libndsfpc/examples/graphics/Sprites/fire_and_sprites/Makefile.fpc svneol=native#text/plain
-packages/libndsfpc/examples/graphics/Sprites/fire_and_sprites/data/ball.pcx -text
-packages/libndsfpc/examples/graphics/Sprites/simple/Makefile svneol=native#text/plain
-packages/libndsfpc/examples/graphics/Sprites/simple/Makefile.fpc svneol=native#text/plain
-packages/libndsfpc/examples/graphics/Sprites/simple/Simple.pp svneol=native#text/plain
-packages/libndsfpc/examples/graphics/Sprites/sprite_extended_palettes/Makefile svneol=native#text/plain
-packages/libndsfpc/examples/graphics/Sprites/sprite_extended_palettes/Makefile.fpc svneol=native#text/plain
-packages/libndsfpc/examples/graphics/Sprites/sprite_extended_palettes/SpriteExtendedPalettes.pp svneol=native#text/plain
-packages/libndsfpc/examples/graphics/Sprites/sprite_rotate/Makefile svneol=native#text/plain
-packages/libndsfpc/examples/graphics/Sprites/sprite_rotate/Makefile.fpc svneol=native#text/plain
-packages/libndsfpc/examples/graphics/Sprites/sprite_rotate/SpriteRotate.pp svneol=native#text/plain
-packages/libndsfpc/examples/graphics/grit/256colorTilemap/Makefile svneol=native#text/plain
-packages/libndsfpc/examples/graphics/grit/256colorTilemap/Makefile.fpc svneol=native#text/plain
-packages/libndsfpc/examples/graphics/grit/256colorTilemap/gfx/tilemap.grit svneol=native#text/plain
-packages/libndsfpc/examples/graphics/grit/256colorTilemap/gfx/tilemap.png -text
-packages/libndsfpc/examples/graphics/grit/256colorTilemap/tilemap_256_color.pp svneol=native#text/plain
-packages/libndsfpc/examples/graphics/grit/Makefile svneol=native#text/plain
-packages/libndsfpc/examples/graphics/grit/Makefile.fpc svneol=native#text/plain
-packages/libndsfpc/examples/hello_world/Makefile svneol=native#text/plain
-packages/libndsfpc/examples/hello_world/Makefile.fpc svneol=native#text/plain
-packages/libndsfpc/examples/hello_world/helloWorld.pp svneol=native#text/plain
-packages/libndsfpc/examples/input/Makefile svneol=native#text/plain
-packages/libndsfpc/examples/input/Makefile.fpc svneol=native#text/plain
-packages/libndsfpc/examples/input/Touch_Pad/Makefile svneol=native#text/plain
-packages/libndsfpc/examples/input/Touch_Pad/Makefile.fpc svneol=native#text/plain
-packages/libndsfpc/examples/input/Touch_Pad/touch_area/Makefile svneol=native#text/plain
-packages/libndsfpc/examples/input/Touch_Pad/touch_area/Makefile.fpc svneol=native#text/plain
-packages/libndsfpc/examples/input/Touch_Pad/touch_area/touchArea.pp svneol=native#text/plain
-packages/libndsfpc/examples/input/Touch_Pad/touch_look/Makefile svneol=native#text/plain
-packages/libndsfpc/examples/input/Touch_Pad/touch_look/Makefile.fpc svneol=native#text/plain
-packages/libndsfpc/examples/input/Touch_Pad/touch_look/data/Mud.pcx -text
-packages/libndsfpc/examples/input/Touch_Pad/touch_look/data/World.txt svneol=native#text/plain
-packages/libndsfpc/examples/input/Touch_Pad/touch_look/touchLook.pp svneol=native#text/plain
-packages/libndsfpc/examples/input/Touch_Pad/touch_test/Makefile svneol=native#text/plain
-packages/libndsfpc/examples/input/Touch_Pad/touch_test/Makefile.fpc svneol=native#text/plain
-packages/libndsfpc/examples/input/Touch_Pad/touch_test/data/balldata.bin -text
-packages/libndsfpc/examples/input/Touch_Pad/touch_test/data/ballpalette.bin -text
-packages/libndsfpc/examples/input/Touch_Pad/touch_test/touchTest.pp svneol=native#text/plain
-packages/libndsfpc/examples/input/keyboard/Makefile svneol=native#text/plain
-packages/libndsfpc/examples/input/keyboard/Makefile.fpc svneol=native#text/plain
-packages/libndsfpc/examples/input/keyboard/keyboard_async/Makefile svneol=native#text/plain
-packages/libndsfpc/examples/input/keyboard/keyboard_async/Makefile.fpc svneol=native#text/plain
-packages/libndsfpc/examples/input/keyboard/keyboard_async/keyboardAsync.pp svneol=native#text/plain
-packages/libndsfpc/examples/input/keyboard/keyboard_stdin/Makefile svneol=native#text/plain
-packages/libndsfpc/examples/input/keyboard/keyboard_stdin/Makefile.fpc svneol=native#text/plain
-packages/libndsfpc/examples/input/keyboard/keyboard_stdin/keyboardStdin.pp svneol=native#text/plain
-packages/libndsfpc/examples/time/Makefile svneol=native#text/plain
-packages/libndsfpc/examples/time/Makefile.fpc svneol=native#text/plain
-packages/libndsfpc/examples/time/RealTimeClock/Makefile svneol=native#text/plain
-packages/libndsfpc/examples/time/RealTimeClock/Makefile.fpc svneol=native#text/plain
-packages/libndsfpc/examples/time/RealTimeClock/realtimeclock.pp svneol=native#text/plain
-packages/libndsfpc/examples/time/stopwatch/Makefile svneol=native#text/plain
-packages/libndsfpc/examples/time/stopwatch/Makefile.fpc svneol=native#text/plain
-packages/libndsfpc/examples/time/stopwatch/stopwatch.pp svneol=native#text/plain
-packages/libndsfpc/examples/time/timercallback/Makefile svneol=native#text/plain
-packages/libndsfpc/examples/time/timercallback/Makefile.fpc svneol=native#text/plain
-packages/libndsfpc/examples/time/timercallback/timercallback.pp svneol=native#text/plain
-packages/libndsfpc/fpmake.pp svneol=native#text/plain
-packages/libndsfpc/src/dswifi/dswifi7.pp svneol=native#text/plain
-packages/libndsfpc/src/dswifi/dswifi9.pp svneol=native#text/plain
-packages/libndsfpc/src/dswifi/inc/dswifi7.inc svneol=native#text/plain
-packages/libndsfpc/src/dswifi/inc/dswifi9.inc svneol=native#text/plain
-packages/libndsfpc/src/dswifi/inc/dswifi_version.inc svneol=native#text/plain
-packages/libndsfpc/src/dswifi/inc/netdb.inc svneol=native#text/plain
-packages/libndsfpc/src/dswifi/inc/netinet/in.inc svneol=native#text/plain
-packages/libndsfpc/src/dswifi/inc/sgIP_errno.inc svneol=native#text/plain
-packages/libndsfpc/src/dswifi/inc/sys/socket.inc svneol=native#text/plain
-packages/libndsfpc/src/fat/fat.inc svneol=native#text/plain
-packages/libndsfpc/src/fat/fat.pp svneol=native#text/plain
-packages/libndsfpc/src/fat/fathelper.inc svneol=native#text/plain
-packages/libndsfpc/src/fat/filesystem.inc svneol=native#text/plain
-packages/libndsfpc/src/fat/filesystem.pp svneol=native#text/plain
-packages/libndsfpc/src/fat/gbfs.inc svneol=native#text/plain
-packages/libndsfpc/src/fat/gbfs.pp svneol=native#text/plain
-packages/libndsfpc/src/gl2d/gl2d.pp svneol=native#text/plain
-packages/libndsfpc/src/maxmod/inc/maxmod.inc svneol=native#text/plain
-packages/libndsfpc/src/maxmod/inc/maxmod7.inc svneol=native#text/plain
-packages/libndsfpc/src/maxmod/inc/maxmod9.inc svneol=native#text/plain
-packages/libndsfpc/src/maxmod/inc/mm_mas.inc svneol=native#text/plain
-packages/libndsfpc/src/maxmod/inc/mm_msl.inc svneol=native#text/plain
-packages/libndsfpc/src/maxmod/inc/mm_types.inc svneol=native#text/plain
-packages/libndsfpc/src/maxmod/maxmod7.pp svneol=native#text/plain
-packages/libndsfpc/src/maxmod/maxmod9.pp svneol=native#text/plain
-packages/libndsfpc/src/nds/arm7/aes.inc svneol=native#text/plain
-packages/libndsfpc/src/nds/arm7/audio.inc svneol=native#text/plain
-packages/libndsfpc/src/nds/arm7/clock.inc svneol=native#text/plain
-packages/libndsfpc/src/nds/arm7/codec.inc svneol=native#text/plain
-packages/libndsfpc/src/nds/arm7/i2c.inc svneol=native#text/plain
-packages/libndsfpc/src/nds/arm7/input.inc svneol=native#text/plain
-packages/libndsfpc/src/nds/arm7/sdmmc.inc svneol=native#text/plain
-packages/libndsfpc/src/nds/arm7/serial.inc svneol=native#text/plain
-packages/libndsfpc/src/nds/arm7/touch.inc svneol=native#text/plain
-packages/libndsfpc/src/nds/arm9/background.inc svneol=native#text/plain
-packages/libndsfpc/src/nds/arm9/boxtest.inc svneol=native#text/plain
-packages/libndsfpc/src/nds/arm9/cache.inc svneol=native#text/plain
-packages/libndsfpc/src/nds/arm9/cache_asm.inc svneol=native#text/plain
-packages/libndsfpc/src/nds/arm9/console.inc svneol=native#text/plain
-packages/libndsfpc/src/nds/arm9/decompress.inc svneol=native#text/plain
-packages/libndsfpc/src/nds/arm9/dldi.inc svneol=native#text/plain
-packages/libndsfpc/src/nds/arm9/dldi_asm.inc svneol=native#text/plain
-packages/libndsfpc/src/nds/arm9/dynamicArray.inc svneol=native#text/plain
-packages/libndsfpc/src/nds/arm9/exceptions.inc svneol=native#text/plain
-packages/libndsfpc/src/nds/arm9/guitarGrip.inc svneol=native#text/plain
-packages/libndsfpc/src/nds/arm9/image.inc svneol=native#text/plain
-packages/libndsfpc/src/nds/arm9/input.inc svneol=native#text/plain
-packages/libndsfpc/src/nds/arm9/keyboard.inc svneol=native#text/plain
-packages/libndsfpc/src/nds/arm9/linkedlist.inc svneol=native#text/plain
-packages/libndsfpc/src/nds/arm9/math.inc svneol=native#text/plain
-packages/libndsfpc/src/nds/arm9/nand.inc svneol=native#text/plain
-packages/libndsfpc/src/nds/arm9/ndsmotion.inc svneol=native#text/plain
-packages/libndsfpc/src/nds/arm9/paddle.inc svneol=native#text/plain
-packages/libndsfpc/src/nds/arm9/pcx.inc svneol=native#text/plain
-packages/libndsfpc/src/nds/arm9/piano.inc svneol=native#text/plain
-packages/libndsfpc/src/nds/arm9/postest.inc svneol=native#text/plain
-packages/libndsfpc/src/nds/arm9/rumble.inc svneol=native#text/plain
-packages/libndsfpc/src/nds/arm9/sassert.inc svneol=native#text/plain
-packages/libndsfpc/src/nds/arm9/sound.inc svneol=native#text/plain
-packages/libndsfpc/src/nds/arm9/sprite.inc svneol=native#text/plain
-packages/libndsfpc/src/nds/arm9/trig_lut.inc svneol=native#text/plain
-packages/libndsfpc/src/nds/arm9/video.inc svneol=native#text/plain
-packages/libndsfpc/src/nds/arm9/videoGL.inc svneol=native#text/plain
-packages/libndsfpc/src/nds/arm9/window.inc svneol=native#text/plain
-packages/libndsfpc/src/nds/bios.inc svneol=native#text/plain
-packages/libndsfpc/src/nds/card.inc svneol=native#text/plain
-packages/libndsfpc/src/nds/debug.inc svneol=native#text/plain
-packages/libndsfpc/src/nds/disc_io.inc svneol=native#text/plain
-packages/libndsfpc/src/nds/dma.inc svneol=native#text/plain
-packages/libndsfpc/src/nds/fifocommon.inc svneol=native#text/plain
-packages/libndsfpc/src/nds/fifomessages.inc svneol=native#text/plain
-packages/libndsfpc/src/nds/helper.inc svneol=native#text/plain
-packages/libndsfpc/src/nds/input.inc svneol=native#text/plain
-packages/libndsfpc/src/nds/interrupts.inc svneol=native#text/plain
-packages/libndsfpc/src/nds/ipc.inc svneol=native#text/plain
-packages/libndsfpc/src/nds/jtypes.inc svneol=native#text/plain
-packages/libndsfpc/src/nds/libversion.inc svneol=native#text/plain
-packages/libndsfpc/src/nds/memory.inc svneol=native#text/plain
-packages/libndsfpc/src/nds/nds.inc svneol=native#text/plain
-packages/libndsfpc/src/nds/ndsinclude.inc svneol=native#text/plain
-packages/libndsfpc/src/nds/ndstypes.inc svneol=native#text/plain
-packages/libndsfpc/src/nds/registers_alt.inc svneol=native#text/plain
-packages/libndsfpc/src/nds/rsa.inc svneol=native#text/plain
-packages/libndsfpc/src/nds/sha1.inc svneol=native#text/plain
-packages/libndsfpc/src/nds/system.inc svneol=native#text/plain
-packages/libndsfpc/src/nds/timers.inc svneol=native#text/plain
-packages/libndsfpc/src/nds/touch.inc svneol=native#text/plain
-packages/libndsfpc/src/nds7.pp svneol=native#text/plain
-packages/libndsfpc/src/nds9.pp svneol=native#text/plain
-packages/libogcfpc/Makefile svneol=native#text/plain
-packages/libogcfpc/Makefile.fpc svneol=native#text/plain
-packages/libogcfpc/Makefile.fpc.fpcmake svneol=native#text/plain
-packages/libogcfpc/examples/Makefile svneol=native#text/plain
-packages/libogcfpc/examples/Makefile.fpc svneol=native#text/plain
-packages/libogcfpc/examples/audio/Makefile svneol=native#text/plain
-packages/libogcfpc/examples/audio/Makefile.fpc svneol=native#text/plain
-packages/libogcfpc/examples/audio/modplay/Makefile svneol=native#text/plain
-packages/libogcfpc/examples/audio/modplay/Makefile.fpc svneol=native#text/plain
-packages/libogcfpc/examples/audio/modplay/data/technique.mod -text
-packages/libogcfpc/examples/audio/modplay/modplay.pp svneol=native#text/plain
-packages/libogcfpc/examples/audio/mp3player/Makefile svneol=native#text/plain
-packages/libogcfpc/examples/audio/mp3player/Makefile.fpc svneol=native#text/plain
-packages/libogcfpc/examples/audio/mp3player/data/sample.mp3 -text
-packages/libogcfpc/examples/audio/mp3player/playmp3.pp svneol=native#text/plain
-packages/libogcfpc/examples/devices/Makefile svneol=native#text/plain
-packages/libogcfpc/examples/devices/Makefile.fpc svneol=native#text/plain
-packages/libogcfpc/examples/devices/network/Makefile svneol=native#text/plain
-packages/libogcfpc/examples/devices/network/Makefile.fpc svneol=native#text/plain
-packages/libogcfpc/examples/devices/network/sockettest/Makefile svneol=native#text/plain
-packages/libogcfpc/examples/devices/network/sockettest/Makefile.fpc svneol=native#text/plain
-packages/libogcfpc/examples/devices/network/sockettest/sockettest.pp svneol=native#text/plain
-packages/libogcfpc/examples/devices/usbgecko/Makefile svneol=native#text/plain
-packages/libogcfpc/examples/devices/usbgecko/Makefile.fpc svneol=native#text/plain
-packages/libogcfpc/examples/devices/usbgecko/gdbstub/Makefile svneol=native#text/plain
-packages/libogcfpc/examples/devices/usbgecko/gdbstub/Makefile.fpc svneol=native#text/plain
-packages/libogcfpc/examples/devices/usbgecko/gdbstub/gdb.txt svneol=native#text/plain
-packages/libogcfpc/examples/devices/usbgecko/gdbstub/gdbstub.pp svneol=native#text/plain
-packages/libogcfpc/examples/devices/usbkeyboard/Makefile svneol=native#text/plain
-packages/libogcfpc/examples/devices/usbkeyboard/Makefile.fpc svneol=native#text/plain
-packages/libogcfpc/examples/devices/usbkeyboard/basic_stdin/Makefile svneol=native#text/plain
-packages/libogcfpc/examples/devices/usbkeyboard/basic_stdin/Makefile.fpc svneol=native#text/plain
-packages/libogcfpc/examples/devices/usbkeyboard/basic_stdin/basic_stdin.pp svneol=native#text/plain
-packages/libogcfpc/examples/filesystem/Makefile svneol=native#text/plain
-packages/libogcfpc/examples/filesystem/Makefile.fpc svneol=native#text/plain
-packages/libogcfpc/examples/filesystem/directory/Makefile svneol=native#text/plain
-packages/libogcfpc/examples/filesystem/directory/Makefile.fpc svneol=native#text/plain
-packages/libogcfpc/examples/filesystem/directory/directory.pp svneol=native#text/plain
-packages/libogcfpc/examples/graphics/Makefile svneol=native#text/plain
-packages/libogcfpc/examples/graphics/Makefile.fpc svneol=native#text/plain
-packages/libogcfpc/examples/graphics/gx/Makefile svneol=native#text/plain
-packages/libogcfpc/examples/graphics/gx/Makefile.fpc svneol=native#text/plain
-packages/libogcfpc/examples/graphics/gx/gxSprites/Makefile svneol=native#text/plain
-packages/libogcfpc/examples/graphics/gx/gxSprites/Makefile.fpc svneol=native#text/plain
-packages/libogcfpc/examples/graphics/gx/gxSprites/gxsprites.pp svneol=native#text/plain
-packages/libogcfpc/examples/graphics/gx/gxSprites/textures/ballsprites.png -text
-packages/libogcfpc/examples/graphics/gx/gxSprites/textures/textures.scf svneol=native#text/plain
-packages/libogcfpc/examples/graphics/gx/neheGX/Makefile svneol=native#text/plain
-packages/libogcfpc/examples/graphics/gx/neheGX/Makefile.fpc svneol=native#text/plain
-packages/libogcfpc/examples/graphics/gx/neheGX/lesson1/Makefile svneol=native#text/plain
-packages/libogcfpc/examples/graphics/gx/neheGX/lesson1/Makefile.fpc svneol=native#text/plain
-packages/libogcfpc/examples/graphics/gx/neheGX/lesson1/lesson1.pp svneol=native#text/plain
-packages/libogcfpc/examples/graphics/gx/neheGX/lesson2/Makefile svneol=native#text/plain
-packages/libogcfpc/examples/graphics/gx/neheGX/lesson2/Makefile.fpc svneol=native#text/plain
-packages/libogcfpc/examples/graphics/gx/neheGX/lesson2/lesson2.pp svneol=native#text/plain
-packages/libogcfpc/examples/graphics/gx/neheGX/lesson3/Makefile svneol=native#text/plain
-packages/libogcfpc/examples/graphics/gx/neheGX/lesson3/Makefile.fpc svneol=native#text/plain
-packages/libogcfpc/examples/graphics/gx/neheGX/lesson3/lesson3.pp svneol=native#text/plain
-packages/libogcfpc/examples/graphics/gx/neheGX/lesson4/Makefile svneol=native#text/plain
-packages/libogcfpc/examples/graphics/gx/neheGX/lesson4/Makefile.fpc svneol=native#text/plain
-packages/libogcfpc/examples/graphics/gx/neheGX/lesson4/lesson4.pp svneol=native#text/plain
-packages/libogcfpc/examples/graphics/gx/neheGX/lesson5/Makefile svneol=native#text/plain
-packages/libogcfpc/examples/graphics/gx/neheGX/lesson5/Makefile.fpc svneol=native#text/plain
-packages/libogcfpc/examples/graphics/gx/neheGX/lesson5/lesson5.pp svneol=native#text/plain
-packages/libogcfpc/examples/graphics/gx/neheGX/lesson6/Makefile svneol=native#text/plain
-packages/libogcfpc/examples/graphics/gx/neheGX/lesson6/Makefile.fpc svneol=native#text/plain
-packages/libogcfpc/examples/graphics/gx/neheGX/lesson6/lesson6.pp svneol=native#text/plain
-packages/libogcfpc/examples/graphics/gx/neheGX/lesson6/textures/NeHe.bmp -text
-packages/libogcfpc/examples/graphics/gx/neheGX/lesson6/textures/NeHe.scf svneol=native#text/plain
-packages/libogcfpc/examples/graphics/gx/neheGX/lesson7/Makefile svneol=native#text/plain
-packages/libogcfpc/examples/graphics/gx/neheGX/lesson7/Makefile.fpc svneol=native#text/plain
-packages/libogcfpc/examples/graphics/gx/neheGX/lesson7/lesson7.pp svneol=native#text/plain
-packages/libogcfpc/examples/graphics/gx/neheGX/lesson7/textures/crate.bmp -text
-packages/libogcfpc/examples/graphics/gx/neheGX/lesson7/textures/crate.scf svneol=native#text/plain
-packages/libogcfpc/examples/graphics/gx/neheGX/lesson8/Makefile svneol=native#text/plain
-packages/libogcfpc/examples/graphics/gx/neheGX/lesson8/Makefile.fpc svneol=native#text/plain
-packages/libogcfpc/examples/graphics/gx/neheGX/lesson8/lesson8.pp svneol=native#text/plain
-packages/libogcfpc/examples/graphics/gx/neheGX/lesson8/textures/Glass.bmp -text
-packages/libogcfpc/examples/graphics/gx/neheGX/lesson8/textures/glass.scf svneol=native#text/plain
-packages/libogcfpc/examples/graphics/gx/neheGX/lesson9/Makefile svneol=native#text/plain
-packages/libogcfpc/examples/graphics/gx/neheGX/lesson9/Makefile.fpc svneol=native#text/plain
-packages/libogcfpc/examples/graphics/gx/neheGX/lesson9/lesson9.pp svneol=native#text/plain
-packages/libogcfpc/examples/graphics/gx/neheGX/lesson9/textures/Star.bmp -text
-packages/libogcfpc/examples/graphics/gx/neheGX/lesson9/textures/startex.scf svneol=native#text/plain
-packages/libogcfpc/examples/graphics/gx/triangle/Makefile svneol=native#text/plain
-packages/libogcfpc/examples/graphics/gx/triangle/Makefile.fpc svneol=native#text/plain
-packages/libogcfpc/examples/graphics/gx/triangle/triangle.pp svneol=native#text/plain
-packages/libogcfpc/examples/template/Makefile svneol=native#text/plain
-packages/libogcfpc/examples/template/Makefile.fpc svneol=native#text/plain
-packages/libogcfpc/examples/template/template.pp svneol=native#text/plain
-packages/libogcfpc/fpmake.pp svneol=native#text/plain
-packages/libogcfpc/src/aesndlib.pp svneol=native#text/plain
-packages/libogcfpc/src/asndlib.pp svneol=native#text/plain
-packages/libogcfpc/src/bte/bd_addr.inc svneol=native#text/plain
-packages/libogcfpc/src/bte/bte.inc svneol=native#text/plain
-packages/libogcfpc/src/debug.inc svneol=native#text/plain
-packages/libogcfpc/src/debug.pp svneol=native#text/plain
-packages/libogcfpc/src/di/di.inc svneol=native#text/plain
-packages/libogcfpc/src/fat.pp svneol=native#text/plain
-packages/libogcfpc/src/gccore.inc svneol=native#text/plain
-packages/libogcfpc/src/gccore.pp svneol=native#text/plain
-packages/libogcfpc/src/gcmodplay.pp svneol=native#text/plain
-packages/libogcfpc/src/gctypes.pp svneol=native#text/plain
-packages/libogcfpc/src/iso9660.pp svneol=native#text/plain
-packages/libogcfpc/src/mp3player.pp svneol=native#text/plain
-packages/libogcfpc/src/network.pp svneol=native#text/plain
-packages/libogcfpc/src/ogc/aram.inc svneol=native#text/plain
-packages/libogcfpc/src/ogc/arqmgr.inc svneol=native#text/plain
-packages/libogcfpc/src/ogc/arqueue.inc svneol=native#text/plain
-packages/libogcfpc/src/ogc/audio.inc svneol=native#text/plain
-packages/libogcfpc/src/ogc/cache.inc svneol=native#text/plain
-packages/libogcfpc/src/ogc/card.inc svneol=native#text/plain
-packages/libogcfpc/src/ogc/cast.inc svneol=native#text/plain
-packages/libogcfpc/src/ogc/color.inc svneol=native#text/plain
-packages/libogcfpc/src/ogc/cond.inc svneol=native#text/plain
-packages/libogcfpc/src/ogc/conf.inc svneol=native#text/plain
-packages/libogcfpc/src/ogc/consol.inc svneol=native#text/plain
-packages/libogcfpc/src/ogc/context.inc svneol=native#text/plain
-packages/libogcfpc/src/ogc/disc_io.inc svneol=native#text/plain
-packages/libogcfpc/src/ogc/dsp.inc svneol=native#text/plain
-packages/libogcfpc/src/ogc/dvd.inc svneol=native#text/plain
-packages/libogcfpc/src/ogc/es.inc svneol=native#text/plain
-packages/libogcfpc/src/ogc/exi.inc svneol=native#text/plain
-packages/libogcfpc/src/ogc/gu.inc svneol=native#text/plain
-packages/libogcfpc/src/ogc/gx.inc svneol=native#text/plain
-packages/libogcfpc/src/ogc/gx_struct.inc svneol=native#text/plain
-packages/libogcfpc/src/ogc/ios.inc svneol=native#text/plain
-packages/libogcfpc/src/ogc/ipc.inc svneol=native#text/plain
-packages/libogcfpc/src/ogc/irq.inc svneol=native#text/plain
-packages/libogcfpc/src/ogc/isfs.inc svneol=native#text/plain
-packages/libogcfpc/src/ogc/libversion.inc svneol=native#text/plain
-packages/libogcfpc/src/ogc/lwp.inc svneol=native#text/plain
-packages/libogcfpc/src/ogc/lwp_config.inc svneol=native#text/plain
-packages/libogcfpc/src/ogc/lwp_heap.inc svneol=native#text/plain
-packages/libogcfpc/src/ogc/lwp_messages.inc svneol=native#text/plain
-packages/libogcfpc/src/ogc/lwp_mutex.inc svneol=native#text/plain
-packages/libogcfpc/src/ogc/lwp_objmgr.inc svneol=native#text/plain
-packages/libogcfpc/src/ogc/lwp_priority.inc svneol=native#text/plain
-packages/libogcfpc/src/ogc/lwp_queue.inc svneol=native#text/plain
-packages/libogcfpc/src/ogc/lwp_sema.inc svneol=native#text/plain
-packages/libogcfpc/src/ogc/lwp_stack.inc svneol=native#text/plain
-packages/libogcfpc/src/ogc/lwp_states.inc svneol=native#text/plain
-packages/libogcfpc/src/ogc/lwp_threadq.inc svneol=native#text/plain
-packages/libogcfpc/src/ogc/lwp_threads.inc svneol=native#text/plain
-packages/libogcfpc/src/ogc/lwp_tqdata.inc svneol=native#text/plain
-packages/libogcfpc/src/ogc/lwp_watchdog.inc svneol=native#text/plain
-packages/libogcfpc/src/ogc/lwp_wkspace.inc svneol=native#text/plain
-packages/libogcfpc/src/ogc/machine/asm.inc svneol=native#text/plain
-packages/libogcfpc/src/ogc/machine/processor.inc svneol=native#text/plain
-packages/libogcfpc/src/ogc/machine/spinlock.inc svneol=native#text/plain
-packages/libogcfpc/src/ogc/message.inc svneol=native#text/plain
-packages/libogcfpc/src/ogc/mutex.inc svneol=native#text/plain
-packages/libogcfpc/src/ogc/pad.inc svneol=native#text/plain
-packages/libogcfpc/src/ogc/semaphore.inc svneol=native#text/plain
-packages/libogcfpc/src/ogc/si.inc svneol=native#text/plain
-packages/libogcfpc/src/ogc/stm.inc svneol=native#text/plain
-packages/libogcfpc/src/ogc/sys_state.inc svneol=native#text/plain
-packages/libogcfpc/src/ogc/system.inc svneol=native#text/plain
-packages/libogcfpc/src/ogc/texconv.inc svneol=native#text/plain
-packages/libogcfpc/src/ogc/tpl.inc svneol=native#text/plain
-packages/libogcfpc/src/ogc/usb.inc svneol=native#text/plain
-packages/libogcfpc/src/ogc/usbgecko.inc svneol=native#text/plain
-packages/libogcfpc/src/ogc/usbmouse.inc svneol=native#text/plain
-packages/libogcfpc/src/ogc/usbstorage.inc svneol=native#text/plain
-packages/libogcfpc/src/ogc/video.inc svneol=native#text/plain
-packages/libogcfpc/src/ogc/video_types.inc svneol=native#text/plain
-packages/libogcfpc/src/ogc/wiilaunch.inc svneol=native#text/plain
-packages/libogcfpc/src/ogcsys.inc svneol=native#text/plain
-packages/libogcfpc/src/sdcard/card_buf.inc svneol=native#text/plain
-packages/libogcfpc/src/sdcard/card_cmn.inc svneol=native#text/plain
-packages/libogcfpc/src/sdcard/card_io.inc svneol=native#text/plain
-packages/libogcfpc/src/sdcard/gcsd.inc svneol=native#text/plain
-packages/libogcfpc/src/sdcard/wiisd_io.inc svneol=native#text/plain
-packages/libogcfpc/src/wiikeyboard/keyboard.inc svneol=native#text/plain
-packages/libogcfpc/src/wiikeyboard/usbkeyboard.inc svneol=native#text/plain
-packages/libogcfpc/src/wiikeyboard/wsksymdef.inc svneol=native#text/plain
-packages/libogcfpc/src/wiiuse/wiiuse.inc svneol=native#text/plain
-packages/libogcfpc/src/wiiuse/wpad.inc svneol=native#text/plain
-packages/libpng/Makefile svneol=native#text/plain
-packages/libpng/Makefile.fpc svneol=native#text/plain
-packages/libpng/Makefile.fpc.fpcmake svneol=native#text/plain
-packages/libpng/fpmake.pp svneol=native#text/plain
-packages/libpng/src/png.pp svneol=native#text/plain
-packages/librsvg/Makefile svneol=native#text/plain
-packages/librsvg/Makefile.fpc svneol=native#text/plain
-packages/librsvg/Makefile.fpc.fpcmake svneol=native#text/plain
-packages/librsvg/fpmake.pp svneol=native#text/plain
-packages/librsvg/src/rsvg.pas svneol=native#text/plain
-packages/libsee/Makefile svneol=native#text/plain
-packages/libsee/Makefile.fpc svneol=native#text/plain
-packages/libsee/Makefile.fpc.fpcmake svneol=native#text/plain
-packages/libsee/README.txt svneol=native#text/plain
-packages/libsee/examples/Makefile svneol=native#text/plain
-packages/libsee/examples/Makefile.fpc svneol=native#text/plain
-packages/libsee/examples/mod_stream.pp svneol=native#text/plain
-packages/libsee/examples/teststream.pp svneol=native#text/plain
-packages/libsee/examples/testwrite.pp svneol=native#text/plain
-packages/libsee/examples/tlibsee.pp svneol=native#text/plain
-packages/libsee/fpmake.pp svneol=native#text/plain
-packages/libsee/src/libsee.pas svneol=native#text/plain
-packages/libsee/src/libseewrap.c svneol=native#text/plain
-packages/libtar/Makefile svneol=native#text/plain
-packages/libtar/Makefile.fpc svneol=native#text/plain
-packages/libtar/fpmake.pp svneol=native#text/plain
-packages/libtar/src/libtar.pp svneol=native#text/plain
-packages/libusb/Makefile svneol=native#text/plain
-packages/libusb/Makefile.fpc svneol=native#text/plain
-packages/libusb/fpmake.pp svneol=native#text/plain
-packages/libusb/src/libusb.pp svneol=native#text/plain
-packages/libvlc/Makefile svneol=native#text/plain
-packages/libvlc/Makefile.fpc svneol=native#text/plain
-packages/libvlc/example/testvlc.lpi svneol=native#text/plain
-packages/libvlc/example/testvlc.pp svneol=native#text/plain
-packages/libvlc/example/tvlc.lpi svneol=native#text/plain
-packages/libvlc/example/tvlc.pp svneol=native#text/plain
-packages/libvlc/fpmake.pp svneol=native#text/plain
-packages/libvlc/src/libvlc.pp svneol=native#text/plain
-packages/libvlc/src/vlc.pp svneol=native#text/plain
-packages/libxml/Makefile svneol=native#text/plain
-packages/libxml/Makefile.fpc svneol=native#text/plain
-packages/libxml/Makefile.fpc.fpcmake svneol=native#text/plain
-packages/libxml/examples/Makefile svneol=native#text/plain
-packages/libxml/examples/Makefile.fpc svneol=native#text/plain
-packages/libxml/examples/exutils.pas svneol=native#text/plain
-packages/libxml/examples/io1.pas svneol=native#text/plain
-packages/libxml/examples/io2.pas svneol=native#text/plain
-packages/libxml/examples/reader1.pas svneol=native#text/plain
-packages/libxml/examples/reader2.pas svneol=native#text/plain
-packages/libxml/examples/test1.xml svneol=native#text/plain
-packages/libxml/examples/test2.xml svneol=native#text/plain
-packages/libxml/examples/tree1.pas svneol=native#text/plain
-packages/libxml/examples/tree2.pas svneol=native#text/plain
-packages/libxml/fpmake.pp svneol=native#text/plain
-packages/libxml/src/HTMLparser.inc svneol=native#text/plain
-packages/libxml/src/HTMLtree.inc svneol=native#text/plain
-packages/libxml/src/SAX.inc svneol=native#text/plain
-packages/libxml/src/SAX2.inc svneol=native#text/plain
-packages/libxml/src/c14n.inc svneol=native#text/plain
-packages/libxml/src/catalog.inc svneol=native#text/plain
-packages/libxml/src/chvalid.inc svneol=native#text/plain
-packages/libxml/src/debugXML.inc svneol=native#text/plain
-packages/libxml/src/dict.inc svneol=native#text/plain
-packages/libxml/src/encoding.inc svneol=native#text/plain
-packages/libxml/src/entities.inc svneol=native#text/plain
-packages/libxml/src/globals.inc svneol=native#text/plain
-packages/libxml/src/hash.inc svneol=native#text/plain
-packages/libxml/src/libxmlparser.inc svneol=native#text/plain
-packages/libxml/src/list.inc svneol=native#text/plain
-packages/libxml/src/nanoftp.inc svneol=native#text/plain
-packages/libxml/src/nanohttp.inc svneol=native#text/plain
-packages/libxml/src/parserInternals.inc svneol=native#text/plain
-packages/libxml/src/pattern.inc svneol=native#text/plain
-packages/libxml/src/relaxng.inc svneol=native#text/plain
-packages/libxml/src/schemasInternals.inc svneol=native#text/plain
-packages/libxml/src/schematron.inc svneol=native#text/plain
-packages/libxml/src/threads.inc svneol=native#text/plain
-packages/libxml/src/tree.inc svneol=native#text/plain
-packages/libxml/src/uri.inc svneol=native#text/plain
-packages/libxml/src/valid.inc svneol=native#text/plain
-packages/libxml/src/xinclude.inc svneol=native#text/plain
-packages/libxml/src/xlink.inc svneol=native#text/plain
-packages/libxml/src/xml2.inc svneol=native#text/plain
-packages/libxml/src/xml2.pas svneol=native#text/plain
-packages/libxml/src/xml2dyn.pas svneol=native#text/plain
-packages/libxml/src/xmlIO.inc svneol=native#text/plain
-packages/libxml/src/xmlautomata.inc svneol=native#text/plain
-packages/libxml/src/xmlerror.inc svneol=native#text/plain
-packages/libxml/src/xmlmemory.inc svneol=native#text/plain
-packages/libxml/src/xmlmodule.inc svneol=native#text/plain
-packages/libxml/src/xmlreader.inc svneol=native#text/plain
-packages/libxml/src/xmlregexp.inc svneol=native#text/plain
-packages/libxml/src/xmlsave.inc svneol=native#text/plain
-packages/libxml/src/xmlschemas.inc svneol=native#text/plain
-packages/libxml/src/xmlschemastypes.inc svneol=native#text/plain
-packages/libxml/src/xmlstring.inc svneol=native#text/plain
-packages/libxml/src/xmlunicode.inc svneol=native#text/plain
-packages/libxml/src/xmlversion.inc svneol=native#text/plain
-packages/libxml/src/xmlwriter.inc svneol=native#text/plain
-packages/libxml/src/xmlxsd.pas svneol=native#text/plain
-packages/libxml/src/xmlxsdparser.pas svneol=native#text/plain
-packages/libxml/src/xpath.inc svneol=native#text/plain
-packages/libxml/src/xpathInternals.inc svneol=native#text/plain
-packages/libxml/src/xpointer.inc svneol=native#text/plain
-packages/lua/Makefile svneol=native#text/plain
-packages/lua/Makefile.fpc svneol=native#text/plain
-packages/lua/Makefile.fpc.fpcmake svneol=native#text/plain
-packages/lua/fpmake.pp svneol=native#text/plain
-packages/lua/src/lauxlib.pas svneol=native#text/plain
-packages/lua/src/lua.pas svneol=native#text/plain
-packages/lua/src/lualib.pas svneol=native#text/plain
-packages/mad/Makefile svneol=native#text/plain
-packages/mad/Makefile.fpc svneol=native#text/plain
-packages/mad/Makefile.fpc.fpcmake svneol=native#text/plain
-packages/mad/fpmake.pp svneol=native#text/plain
-packages/mad/src/mad.pas svneol=native#text/plain
-packages/matroska/Makefile svneol=native#text/plain
-packages/matroska/Makefile.fpc svneol=native#text/plain
-packages/matroska/Makefile.fpc.fpcmake svneol=native#text/plain
-packages/matroska/fpmake.pp_disabled svneol=native#text/plain
-packages/matroska/src/matroska.pas svneol=native#text/plain
-packages/modplug/Makefile svneol=native#text/plain
-packages/modplug/Makefile.fpc svneol=native#text/plain
-packages/modplug/Makefile.fpc.fpcmake svneol=native#text/plain
-packages/modplug/fpmake.pp svneol=native#text/plain
-packages/modplug/src/modplug.pas svneol=native#text/plain
-packages/morphunits/Makefile svneol=native#text/plain
-packages/morphunits/Makefile.fpc svneol=native#text/plain
-packages/morphunits/Makefile.fpc.fpcmake svneol=native#text/plain
-packages/morphunits/fpmake.pp svneol=native#text/plain
-packages/morphunits/src/agraphics.pas svneol=native#text/plain
-packages/morphunits/src/ahi.pas svneol=native#text/plain
-packages/morphunits/src/akeyboard.pas svneol=native#text/plain
-packages/morphunits/src/amigados.pas svneol=native#text/plain
-packages/morphunits/src/amigalib.pas svneol=native#text/plain
-packages/morphunits/src/asl.pas svneol=native#text/plain
-packages/morphunits/src/cgxvideo.pas svneol=native#text/plain
-packages/morphunits/src/clipboard.pas svneol=native#text/plain
-packages/morphunits/src/commodities.pas svneol=native#text/pascal
-packages/morphunits/src/console.pas svneol=native#text/plain
-packages/morphunits/src/conunit.pas svneol=native#text/plain
-packages/morphunits/src/cybergraphics.pas svneol=native#text/plain
-packages/morphunits/src/datatypes.pas svneol=native#text/plain
-packages/morphunits/src/diskfont.pas svneol=native#text/plain
-packages/morphunits/src/exec.pas svneol=native#text/plain
-packages/morphunits/src/gadtools.pas svneol=native#text/pascal
-packages/morphunits/src/get9.pas svneol=native#text/plain
-packages/morphunits/src/hardware.pas svneol=native#text/plain
-packages/morphunits/src/icon.pas svneol=native#text/pascal
-packages/morphunits/src/iffparse.pas svneol=native#text/plain
-packages/morphunits/src/input.pas svneol=native#text/plain
-packages/morphunits/src/inputevent.pas svneol=native#text/plain
-packages/morphunits/src/intuition.pas svneol=native#text/plain
-packages/morphunits/src/keymap.pas svneol=native#text/plain
-packages/morphunits/src/layers.pas svneol=native#text/plain
-packages/morphunits/src/locale.pas svneol=native#text/pascal
-packages/morphunits/src/mui.pas svneol=native#text/plain
-packages/morphunits/src/serial.pas svneol=native#text/plain
-packages/morphunits/src/timer.pas svneol=native#text/plain
-packages/morphunits/src/tinygl.pas svneol=native#text/plain
-packages/morphunits/src/utility.pas svneol=native#text/plain
-packages/morphunits/src/workbench.pas svneol=native#text/pascal
-packages/mysql/Makefile svneol=native#text/plain
-packages/mysql/Makefile.fpc svneol=native#text/plain
-packages/mysql/Makefile.fpc.fpcmake svneol=native#text/plain
-packages/mysql/README.txt svneol=native#text/plain
-packages/mysql/examples/Makefile svneol=native#text/plain
-packages/mysql/examples/Makefile.fpc svneol=native#text/plain
-packages/mysql/examples/mysqls.c svneol=native#text/plain
-packages/mysql/examples/mysqls.pp svneol=native#text/plain
-packages/mysql/examples/testdb3.pp svneol=native#text/plain
-packages/mysql/examples/testdb4.pp svneol=native#text/plain
-packages/mysql/examples/testdb5.pp svneol=native#text/plain
-packages/mysql/fpmake.pp svneol=native#text/plain
-packages/mysql/scripts/mkdb svneol=native#text/plain
-packages/mysql/scripts/rmdb svneol=native#text/plain
-packages/mysql/src/my4_sys.pp svneol=native#text/plain
-packages/mysql/src/mysql.inc svneol=native#text/plain
-packages/mysql/src/mysql3.pp svneol=native#text/plain
-packages/mysql/src/mysql3_com.pp svneol=native#text/plain
-packages/mysql/src/mysql3_comdyn.pp svneol=native#text/plain
-packages/mysql/src/mysql3_comtypes.inc svneol=native#text/plain
-packages/mysql/src/mysql3_version.pp svneol=native#text/plain
-packages/mysql/src/mysql3dyn.pp svneol=native#text/plain
-packages/mysql/src/mysql3impl.inc svneol=native#text/plain
-packages/mysql/src/mysql3types.inc svneol=native#text/plain
-packages/mysql/src/mysql4.pp svneol=native#text/plain
-packages/mysql/src/mysql40.pp svneol=native#text/plain
-packages/mysql/src/mysql40dyn.pp svneol=native#text/plain
-packages/mysql/src/mysql41.pp svneol=native#text/plain
-packages/mysql/src/mysql41dyn.pp svneol=native#text/plain
-packages/mysql/src/mysql4_com.pp svneol=native#text/plain
-packages/mysql/src/mysql4_comdyn.pp svneol=native#text/plain
-packages/mysql/src/mysql4_comtypes.inc svneol=native#text/plain
-packages/mysql/src/mysql4_version.pp svneol=native#text/plain
-packages/mysql/src/mysql4dyn.pp svneol=native#text/plain
-packages/mysql/src/mysql4impl.inc svneol=native#text/plain
-packages/mysql/src/mysql4types.inc svneol=native#text/plain
-packages/mysql/src/mysql50.pp svneol=native#text/plain
-packages/mysql/src/mysql50dyn.pp svneol=native#text/plain
-packages/mysql/src/mysql51.pp svneol=native#text/plain
-packages/mysql/src/mysql51dyn.pp svneol=native#text/plain
-packages/mysql/src/mysql51emb.pp svneol=native#text/plain
-packages/mysql/src/mysql55.pp svneol=native#text/plain
-packages/mysql/src/mysql55dyn.pp svneol=native#text/plain
-packages/mysql/src/mysql56dyn.pp svneol=native#text/plain
-packages/mysql/src/mysql57dyn.pp svneol=native#text/plain
-packages/mysql/src/mysql80dyn.pp svneol=native#text/plain
-packages/ncurses/Makefile svneol=native#text/plain
-packages/ncurses/Makefile.fpc svneol=native#text/plain
-packages/ncurses/Makefile.fpc.fpcmake svneol=native#text/plain
-packages/ncurses/examples/Makefile svneol=native#text/plain
-packages/ncurses/examples/Makefile.fpc svneol=native#text/plain
-packages/ncurses/examples/db_demo.pp svneol=native#text/plain
-packages/ncurses/examples/edit_demo.pp svneol=native#text/plain
-packages/ncurses/examples/firework.pp svneol=native#text/plain
-packages/ncurses/examples/menu_demo.pp svneol=native#text/plain
-packages/ncurses/examples/ocrt_demo.pp svneol=native#text/plain
-packages/ncurses/examples/ru/messages.mo -text
-packages/ncurses/examples/screen_demo.pp svneol=native#text/plain
-packages/ncurses/examples/t1form.pp svneol=native#text/plain
-packages/ncurses/examples/t1menu.pp svneol=native#text/plain
-packages/ncurses/examples/t1panel.pp svneol=native#text/plain
-packages/ncurses/examples/t2form.pp svneol=native#text/plain
-packages/ncurses/examples/t2menu.pp svneol=native#text/plain
-packages/ncurses/examples/t2panel.pp svneol=native#text/plain
-packages/ncurses/examples/t3form.pp svneol=native#text/plain
-packages/ncurses/examples/tbackground.pp svneol=native#text/plain
-packages/ncurses/examples/tclock.pp svneol=native#text/plain
-packages/ncurses/examples/testn.pp svneol=native#text/plain
-packages/ncurses/examples/tevent.pp svneol=native#text/plain
-packages/ncurses/examples/tmouse.pp svneol=native#text/plain
-packages/ncurses/examples/tnlshello.pp svneol=native#text/plain
-packages/ncurses/examples/tnlshello_ru_UTF8.pot svneol=native#text/plain
-packages/ncurses/examples/tpad.pp svneol=native#text/plain
-packages/ncurses/examples/twindow.pp svneol=native#text/plain
-packages/ncurses/fpmake.pp svneol=native#text/plain
-packages/ncurses/src/eti.inc svneol=native#text/plain
-packages/ncurses/src/form.pp svneol=native#text/plain
-packages/ncurses/src/menu.pp svneol=native#text/plain
-packages/ncurses/src/ncrt.inc svneol=native#text/plain
-packages/ncurses/src/ncrt.pp svneol=native#text/plain
-packages/ncurses/src/ncurses.pp svneol=native#text/plain
-packages/ncurses/src/ocrt.pp svneol=native#text/plain
-packages/ncurses/src/panel.pp svneol=native#text/plain
-packages/ncurses/src/pxpic.inc svneol=native#text/plain
-packages/ncurses/src/pxpic.txt svneol=native#text/plain
-packages/ncurses/tests/cotest.pp svneol=native#text/plain
-packages/ncurses/tests/t1form.pp svneol=native#text/plain
-packages/ncurses/tests/t1menu.pp svneol=native#text/plain
-packages/ncurses/tests/t2form.pp svneol=native#text/plain
-packages/ncurses/tests/t2menu.pp svneol=native#text/plain
-packages/ncurses/tests/t3form.pp svneol=native#text/plain
-packages/ncurses/tests/tbackground.pp svneol=native#text/plain
-packages/ncurses/tests/tclock.pp svneol=native#text/plain
-packages/ncurses/tests/tevent.pp svneol=native#text/plain
-packages/ncurses/tests/tmouse.pp svneol=native#text/plain
-packages/ncurses/tests/tnlshello.pp svneol=native#text/plain
-packages/newt/Makefile svneol=native#text/plain
-packages/newt/Makefile.fpc svneol=native#text/plain
-packages/newt/Makefile.fpc.fpcmake svneol=native#text/plain
-packages/newt/README.txt svneol=native#text/plain
-packages/newt/examples/Makefile svneol=native#text/plain
-packages/newt/examples/Makefile.fpc svneol=native#text/plain
-packages/newt/examples/newt1.pas svneol=native#text/plain
-packages/newt/examples/newt2.pas svneol=native#text/plain
-packages/newt/examples/newt3.pas svneol=native#text/plain
-packages/newt/fpmake.pp svneol=native#text/plain
-packages/newt/src/newt.pp svneol=native#text/plain
-packages/numlib/Makefile svneol=native#text/plain
-packages/numlib/Makefile.fpc svneol=native#text/plain
-packages/numlib/Makefile.fpc.fpcmake svneol=native#text/plain
-packages/numlib/doc/inv.tex svneol=native#text/plain
-packages/numlib/doc/iom.tex svneol=native#text/plain
-packages/numlib/examples/Makefile svneol=native#text/plain
-packages/numlib/examples/Makefile.fpc svneol=native#text/plain
-packages/numlib/examples/invgenex.dat svneol=native#text/plain
-packages/numlib/examples/invgenex.pas svneol=native#text/plain
-packages/numlib/examples/invgpdex.dat svneol=native#text/plain
-packages/numlib/examples/invgpdex.pas svneol=native#text/plain
-packages/numlib/examples/invgsyex.dat svneol=native#text/plain
-packages/numlib/examples/invgsyex.pas svneol=native#text/plain
-packages/numlib/examples/iomremex.dat svneol=native#text/plain
-packages/numlib/examples/iomremex.pas svneol=native#text/plain
-packages/numlib/examples/iomrevex.dat svneol=native#text/plain
-packages/numlib/examples/iomrevex.pas svneol=native#text/plain
-packages/numlib/examples/iomrewrsex.pas svneol=native#text/plain
-packages/numlib/examples/iomwrmex.dat svneol=native#text/plain
-packages/numlib/examples/iomwrmex.pas svneol=native#text/plain
-packages/numlib/examples/iomwrvex.pas svneol=native#text/plain
-packages/numlib/fpmake.pp svneol=native#text/plain
-packages/numlib/numlib.txt svneol=native#text/plain
-packages/numlib/src/det.pas svneol=native#text/plain
-packages/numlib/src/direct.inc svneol=native#text/plain
-packages/numlib/src/dsl.pas svneol=native#text/plain
-packages/numlib/src/eig.pas svneol=native#text/plain
-packages/numlib/src/eigh1.pas svneol=native#text/plain
-packages/numlib/src/eigh2.pas svneol=native#text/plain
-packages/numlib/src/int.pas svneol=native#text/plain
-packages/numlib/src/inv.pas svneol=native#text/plain
-packages/numlib/src/iom.pas svneol=native#text/plain
-packages/numlib/src/ipf.pas svneol=native#text/plain
-packages/numlib/src/mdt.pas svneol=native#text/plain
-packages/numlib/src/numlib.pas svneol=native#text/plain
-packages/numlib/src/ode.pas svneol=native#text/plain
-packages/numlib/src/omv.pas svneol=native#text/plain
-packages/numlib/src/roo.pas svneol=native#text/plain
-packages/numlib/src/sle.pas svneol=native#text/plain
-packages/numlib/src/spe.pas svneol=native#text/plain
-packages/numlib/src/spl.pas svneol=native#text/plain
-packages/numlib/src/timer.pas svneol=native#text/plain
-packages/numlib/src/tpnumlib.pas svneol=native#text/plain
-packages/numlib/src/typ.pas svneol=native#text/plain
-packages/numlib/tests/detgpbte.dat svneol=native#text/plain
-packages/numlib/tests/detgpbte.pas svneol=native#text/plain
-packages/numlib/tests/detgpdte.dat svneol=native#text/plain
-packages/numlib/tests/detgpdte.pas svneol=native#text/plain
-packages/numlib/tests/detgsyte.dat svneol=native#text/plain
-packages/numlib/tests/detgsyte.pas svneol=native#text/plain
-packages/numlib/tests/detgtrte.dat svneol=native#text/plain
-packages/numlib/tests/detgtrte.pas svneol=native#text/plain
-packages/numlib/tests/eigbs1te.dat svneol=native#text/plain
-packages/numlib/tests/eigbs1te.pas svneol=native#text/plain
-packages/numlib/tests/eigbs2te.dat svneol=native#text/plain
-packages/numlib/tests/eigbs2te.pas svneol=native#text/plain
-packages/numlib/tests/eigbs3te.dat svneol=native#text/plain
-packages/numlib/tests/eigbs3te.pas svneol=native#text/plain
-packages/numlib/tests/eigbs4te.dat svneol=native#text/plain
-packages/numlib/tests/eigbs4te.pas svneol=native#text/plain
-packages/numlib/tests/eigge1te.dat svneol=native#text/plain
-packages/numlib/tests/eigge1te.pas svneol=native#text/plain
-packages/numlib/tests/eigge3te.dat svneol=native#text/plain
-packages/numlib/tests/eigge3te.pas svneol=native#text/plain
-packages/numlib/tests/eiggg1te.dat svneol=native#text/plain
-packages/numlib/tests/eiggg1te.pas svneol=native#text/plain
-packages/numlib/tests/eiggg2te.dat svneol=native#text/plain
-packages/numlib/tests/eiggg2te.pas svneol=native#text/plain
-packages/numlib/tests/eiggg3te.dat svneol=native#text/plain
-packages/numlib/tests/eiggg3te.pas svneol=native#text/plain
-packages/numlib/tests/eiggg4te.dat svneol=native#text/plain
-packages/numlib/tests/eiggg4te.pas svneol=native#text/plain
-packages/numlib/tests/eiggs1te.dat svneol=native#text/plain
-packages/numlib/tests/eiggs1te.pas svneol=native#text/plain
-packages/numlib/tests/eiggs2te.dat svneol=native#text/plain
-packages/numlib/tests/eiggs2te.pas svneol=native#text/plain
-packages/numlib/tests/eiggs3te.dat svneol=native#text/plain
-packages/numlib/tests/eiggs3te.pas svneol=native#text/plain
-packages/numlib/tests/eiggs4te.dat svneol=native#text/plain
-packages/numlib/tests/eiggs4te.pas svneol=native#text/plain
-packages/numlib/tests/eigsv1te.dat svneol=native#text/plain
-packages/numlib/tests/eigsv1te.pas svneol=native#text/plain
-packages/numlib/tests/eigsv3te.dat svneol=native#text/plain
-packages/numlib/tests/eigsv3te.pas svneol=native#text/plain
-packages/numlib/tests/eigts1te.dat svneol=native#text/plain
-packages/numlib/tests/eigts1te.pas svneol=native#text/plain
-packages/numlib/tests/eigts2te.dat svneol=native#text/plain
-packages/numlib/tests/eigts2te.pas svneol=native#text/plain
-packages/numlib/tests/eigts3te.dat svneol=native#text/plain
-packages/numlib/tests/eigts3te.pas svneol=native#text/plain
-packages/numlib/tests/eigts4te.dat svneol=native#text/plain
-packages/numlib/tests/eigts4te.pas svneol=native#text/plain
-packages/numlib/tests/intge1te.pas svneol=native#text/plain
-packages/numlib/tests/intge2te.pas svneol=native#text/plain
-packages/numlib/tests/intge3te.pas svneol=native#text/plain
-packages/numlib/tests/invgente.dat svneol=native#text/plain
-packages/numlib/tests/invgente.pas svneol=native#text/plain
-packages/numlib/tests/invgpdte.dat svneol=native#text/plain
-packages/numlib/tests/invgpdte.pas svneol=native#text/plain
-packages/numlib/tests/invgsyte.dat svneol=native#text/plain
-packages/numlib/tests/invgsyte.pas svneol=native#text/plain
-packages/numlib/tests/iomwrmte.pas svneol=native#text/plain
-packages/numlib/tests/odeiv1te.dat svneol=native#text/plain
-packages/numlib/tests/odeiv1te.pas svneol=native#text/plain
-packages/numlib/tests/odeiv2te.dat svneol=native#text/plain
-packages/numlib/tests/odeiv2te.pas svneol=native#text/plain
-packages/numlib/tests/roof1rte.dat svneol=native#text/plain
-packages/numlib/tests/roof1rte.pas svneol=native#text/plain
-packages/numlib/tests/roofnrt1.pas svneol=native#text/plain
-packages/numlib/tests/roofnrte.dat svneol=native#text/plain
-packages/numlib/tests/roofnrte.pas svneol=native#text/plain
-packages/numlib/tests/roopolte.dat svneol=native#text/plain
-packages/numlib/tests/roopolte.pas svneol=native#text/plain
-packages/numlib/tests/sledtrte.dat svneol=native#text/plain
-packages/numlib/tests/sledtrte.pas svneol=native#text/plain
-packages/numlib/tests/slegbalt.dat svneol=native#text/plain
-packages/numlib/tests/slegbalt.pas svneol=native#text/plain
-packages/numlib/tests/slegbate.dat svneol=native#text/plain
-packages/numlib/tests/slegbate.pas svneol=native#text/plain
-packages/numlib/tests/slegenlt.dat svneol=native#text/plain
-packages/numlib/tests/slegenlt.pas svneol=native#text/plain
-packages/numlib/tests/slegente.dat svneol=native#text/plain
-packages/numlib/tests/slegente.pas svneol=native#text/plain
-packages/numlib/tests/sleglslt.dat svneol=native#text/plain
-packages/numlib/tests/sleglslt.pas svneol=native#text/plain
-packages/numlib/tests/sleglste.dat svneol=native#text/plain
-packages/numlib/tests/sleglste.pas svneol=native#text/plain
-packages/numlib/tests/slegpblt.dat svneol=native#text/plain
-packages/numlib/tests/slegpblt.pas svneol=native#text/plain
-packages/numlib/tests/slegpbte.dat svneol=native#text/plain
-packages/numlib/tests/slegpbte.pas svneol=native#text/plain
-packages/numlib/tests/slegpdlt.dat svneol=native#text/plain
-packages/numlib/tests/slegpdlt.pas svneol=native#text/plain
-packages/numlib/tests/slegpdte.dat svneol=native#text/plain
-packages/numlib/tests/slegpdte.pas svneol=native#text/plain
-packages/numlib/tests/slegsylt.dat svneol=native#text/plain
-packages/numlib/tests/slegsylt.pas svneol=native#text/plain
-packages/numlib/tests/slegsyte.dat svneol=native#text/plain
-packages/numlib/tests/slegsyte.pas svneol=native#text/plain
-packages/numlib/tests/slegtrte.dat svneol=native#text/plain
-packages/numlib/tests/slegtrte.pas svneol=native#text/plain
-packages/numlib/tests/speachte.dat svneol=native#text/plain
-packages/numlib/tests/spearcte.dat svneol=native#text/plain
-packages/numlib/tests/spearste.dat svneol=native#text/plain
-packages/numlib/tests/speashte.dat svneol=native#text/plain
-packages/numlib/tests/speathte.dat svneol=native#text/plain
-packages/numlib/tests/spebi0te.dat svneol=native#text/plain
-packages/numlib/tests/spebi1te.dat svneol=native#text/plain
-packages/numlib/tests/spebj0te.dat svneol=native#text/plain
-packages/numlib/tests/spebj1te.dat svneol=native#text/plain
-packages/numlib/tests/spebk0te.dat svneol=native#text/plain
-packages/numlib/tests/spebk1te.dat svneol=native#text/plain
-packages/numlib/tests/speby0te.dat svneol=native#text/plain
-packages/numlib/tests/speby1te.dat svneol=native#text/plain
-packages/numlib/tests/specohte.dat svneol=native#text/plain
-packages/numlib/tests/speefcte.dat svneol=native#text/plain
-packages/numlib/tests/speentte.dat svneol=native#text/plain
-packages/numlib/tests/speentte.pas svneol=native#text/plain
-packages/numlib/tests/speerfte.dat svneol=native#text/plain
-packages/numlib/tests/spegamte.dat svneol=native#text/plain
-packages/numlib/tests/spege1te.pas svneol=native#text/plain
-packages/numlib/tests/spemaxte.dat svneol=native#text/plain
-packages/numlib/tests/spemaxte.pas svneol=native#text/plain
-packages/numlib/tests/spepolte.dat svneol=native#text/plain
-packages/numlib/tests/spepolte.pas svneol=native#text/plain
-packages/numlib/tests/spepowte.dat svneol=native#text/plain
-packages/numlib/tests/spepowte.pas svneol=native#text/plain
-packages/numlib/tests/spesgnte.dat svneol=native#text/plain
-packages/numlib/tests/spesgnte.pas svneol=native#text/plain
-packages/numlib/tests/spesihte.dat svneol=native#text/plain
-packages/numlib/tests/spetahte.dat svneol=native#text/plain
-packages/numlib/tests/test.bat svneol=native#text/plain
-packages/numlib/tests/test.pas svneol=native#text/plain
-packages/numlib/tests/timer.pas svneol=native#text/plain
-packages/numlib/tests/turte.pas svneol=native#text/plain
-packages/nvapi/Makefile svneol=native#text/plain
-packages/nvapi/Makefile.fpc svneol=native#text/plain
-packages/nvapi/Makefile.fpc.fpcmake svneol=native#text/plain
-packages/nvapi/examples/nvapitest.pas svneol=native#text/pascal
-packages/nvapi/fpmake.pp svneol=native#text/pascal
-packages/nvapi/src/nvapi.pas svneol=native#text/pascal
-packages/objcrtl/Makefile svneol=native#text/plain
-packages/objcrtl/Makefile.fpc svneol=native#text/plain
-packages/objcrtl/Makefile.fpc.fpcmake svneol=native#text/plain
-packages/objcrtl/examples/objcrtltest.pas svneol=native#text/plain
-packages/objcrtl/fpmake.pp svneol=native#text/plain
-packages/objcrtl/src/objcrtl.pas svneol=native#text/plain
-packages/objcrtl/src/objcrtl10.pas svneol=native#text/plain
-packages/objcrtl/src/objcrtl20.pas svneol=native#text/plain
-packages/objcrtl/src/objcrtliphoneos.pas svneol=native#text/plain
-packages/objcrtl/src/objcrtlmacosx.pas svneol=native#text/plain
-packages/objcrtl/src/objcrtlutils.pas svneol=native#text/plain
-packages/odata/Makefile svneol=native#text/plain
-packages/odata/Makefile.fpc svneol=native#text/plain
-packages/odata/examples/README.txt svneol=native#text/plain
-packages/odata/examples/groups/demousersgroups.lpi svneol=native#text/plain
-packages/odata/examples/groups/demousersgroups.pp svneol=native#text/plain
-packages/odata/examples/groups/msgraph.ini svneol=native#text/plain
-packages/odata/examples/onedrive/demoonedrive.lpi svneol=native#text/plain
-packages/odata/examples/onedrive/demoonedrive.pp svneol=native#text/plain
-packages/odata/examples/onedrive/msgraph.ini svneol=native#text/plain
-packages/odata/examples/v4/testv4.lpi svneol=native#text/plain
-packages/odata/examples/v4/testv4.pp svneol=native#text/plain
-packages/odata/examples/v4/v4sample.pas svneol=native#text/plain
-packages/odata/examples/v4/v4sample.xml svneol=native#text/plain
-packages/odata/fpmake.pp svneol=native#text/plain
-packages/odata/regen.sh svneol=native#text/plain
-packages/odata/src/msgraph.pp svneol=native#text/plain
-packages/odata/src/odatabase.pp svneol=native#text/plain
-packages/odata/src/odataservice.pp svneol=native#text/plain
-packages/odata/src/office365client.pp svneol=native#text/plain
-packages/odata/src/sharepoint.pp svneol=native#text/plain
-packages/odata/utils/README.txt svneol=native#text/plain
-packages/odata/utils/cgs.pas svneol=native#text/plain
-packages/odata/utils/convertedmx.lpi svneol=native#text/plain
-packages/odata/utils/convertedmx.pp svneol=native#text/plain
-packages/odata/utils/csdl.pp svneol=native#text/plain
-packages/odata/utils/csdl2pas.pp svneol=native#text/plain
-packages/odata/utils/edm.pas svneol=native#text/plain
-packages/odata/utils/edmx2pas.pp svneol=native#text/plain
-packages/odata/utils/odatacodegen.pp svneol=native#text/plain
-packages/odata/utils/ras.pas svneol=native#text/plain
-packages/odata/xml/msgraph.xml svneol=native#text/plain
-packages/odata/xml/sharepoint.xml svneol=native#text/plain
-packages/odbc/Makefile svneol=native#text/plain
-packages/odbc/Makefile.fpc svneol=native#text/plain
-packages/odbc/Makefile.fpc.fpcmake svneol=native#text/plain
-packages/odbc/README.txt svneol=native#text/plain
-packages/odbc/examples/Makefile svneol=native#text/plain
-packages/odbc/examples/Makefile.fpc svneol=native#text/plain
-packages/odbc/examples/testodbc.mdb -text
-packages/odbc/examples/testodbc.pp svneol=native#text/plain
-packages/odbc/fpmake.pp svneol=native#text/plain
-packages/odbc/src/odbcsql.inc svneol=native#text/plain
-packages/odbc/src/odbcsql.pas svneol=native#text/plain
-packages/odbc/src/odbcsqldyn.pas svneol=native#text/plain
-packages/oggvorbis/Makefile svneol=native#text/plain
-packages/oggvorbis/Makefile.fpc svneol=native#text/plain
-packages/oggvorbis/Makefile.fpc.fpcmake svneol=native#text/plain
-packages/oggvorbis/fpmake.pp svneol=native#text/plain
-packages/oggvorbis/src/ogg.pas svneol=native#text/plain
-packages/oggvorbis/src/vorbis.pas svneol=native#text/plain
-packages/openal/Makefile svneol=native#text/plain
-packages/openal/Makefile.fpc svneol=native#text/plain
-packages/openal/Makefile.fpc.fpcmake svneol=native#text/plain
-packages/openal/examples/Makefile svneol=native#text/plain
-packages/openal/examples/Makefile.fpc svneol=native#text/plain
-packages/openal/examples/captureplaybackopenal.pas svneol=native#text/plain
-packages/openal/examples/madopenal.pas svneol=native#text/plain
-packages/openal/examples/wavopenal.pas svneol=native#text/plain
-packages/openal/fpmake.pp svneol=native#text/plain
-packages/openal/src/alch.inc svneol=native#text/plain
-packages/openal/src/alexth.inc svneol=native#text/plain
-packages/openal/src/alh.inc svneol=native#text/plain
-packages/openal/src/openal.pas svneol=native#text/plain
-packages/opencl/Makefile svneol=native#text/plain
-packages/opencl/Makefile.fpc svneol=native#text/plain
-packages/opencl/Makefile.fpc.fpcmake svneol=native#text/plain
-packages/opencl/examples/basicsample.pas svneol=native#text/pascal
-packages/opencl/examples/clinfo.pp svneol=native#text/pascal
-packages/opencl/fpmake.pp svneol=native#text/pascal
-packages/opencl/readme.txt svneol=native#text/plain
-packages/opencl/src/cl.pp svneol=native#text/pascal
-packages/opencl/src/cl_gl.pp svneol=native#text/pascal
-packages/opengl/Makefile svneol=native#text/plain
-packages/opengl/Makefile.fpc svneol=native#text/plain
-packages/opengl/Makefile.fpc.fpcmake svneol=native#text/plain
-packages/opengl/examples/Makefile svneol=native#text/plain
-packages/opengl/examples/Makefile.fpc svneol=native#text/plain
-packages/opengl/examples/bounce.pp svneol=native#text/plain
-packages/opengl/examples/freeglutdemo.pp svneol=native#text/plain
-packages/opengl/examples/glutdemo.pp svneol=native#text/plain
-packages/opengl/examples/glutdemova.pp svneol=native#text/plain
-packages/opengl/examples/glxtest.pp svneol=native#text/plain
-packages/opengl/examples/morph3d.pp svneol=native#text/plain
-packages/opengl/examples/radblur.pp svneol=native#text/plain
-packages/opengl/fpmake.pp svneol=native#text/plain
-packages/opengl/glunits.txt svneol=native#text/plain
-packages/opengl/readme svneol=native#text/plain
-packages/opengl/src/freeglut.pp svneol=native#text/plain
-packages/opengl/src/gl.pp svneol=native#text/plain
-packages/opengl/src/glext.pp svneol=native#text/plain
-packages/opengl/src/glu.pp svneol=native#text/plain
-packages/opengl/src/glut.pp svneol=native#text/plain
-packages/opengl/src/glx.pp svneol=native#text/plain
-packages/opengl/src/tinygl.inc svneol=native#text/plain
-packages/opengl/src/tinyglh.inc svneol=native#text/plain
-packages/opengles/Makefile svneol=native#text/plain
-packages/opengles/Makefile.fpc svneol=native#text/plain
-packages/opengles/Makefile.fpc.fpcmake svneol=native#text/plain
-packages/opengles/examples/Makefile svneol=native#text/plain
-packages/opengles/examples/Makefile.fpc svneol=native#text/plain
-packages/opengles/examples/es2example1.pas svneol=native#text/pascal
-packages/opengles/examples/glutdemoes.pp svneol=native#text/plain
-packages/opengles/fpmake.pp svneol=native#text/plain
-packages/opengles/src/gles11.pp svneol=native#text/plain
-packages/opengles/src/gles20.pas svneol=native#text/pascal
-packages/openssl/Makefile svneol=native#text/plain
-packages/openssl/Makefile.fpc svneol=native#text/plain
-packages/openssl/Makefile.fpc.fpcmake svneol=native#text/plain
-packages/openssl/examples/Makefile svneol=native#text/plain
-packages/openssl/examples/genkeypair.lpi svneol=native#text/plain
-packages/openssl/examples/genkeypair.lpr svneol=native#text/plain
-packages/openssl/examples/test1.pas svneol=native#text/plain
-packages/openssl/fpmake.pp svneol=native#text/plain
-packages/openssl/src/fpopenssl.pp svneol=native#text/plain
-packages/openssl/src/openssl.pas svneol=native#text/plain
-packages/openssl/src/opensslsockets.pp svneol=native#text/plain
-packages/oracle/Makefile svneol=native#text/plain
-packages/oracle/Makefile.fpc svneol=native#text/plain
-packages/oracle/Makefile.fpc.fpcmake svneol=native#text/plain
-packages/oracle/README.txt svneol=native#text/plain
-packages/oracle/examples/Makefile svneol=native#text/plain
-packages/oracle/examples/Makefile.fpc svneol=native#text/plain
-packages/oracle/examples/oraclew.pp svneol=native#text/plain
-packages/oracle/examples/test01.pp svneol=native#text/plain
-packages/oracle/fpmake.pp svneol=native#text/plain
-packages/oracle/src/nzerror.inc svneol=native#text/plain
-packages/oracle/src/nzt.inc svneol=native#text/plain
-packages/oracle/src/oci.inc svneol=native#text/plain
-packages/oracle/src/oci.pp svneol=native#text/plain
-packages/oracle/src/oci1.inc svneol=native#text/plain
-packages/oracle/src/ociap.inc svneol=native#text/plain
-packages/oracle/src/ocidfn.inc svneol=native#text/plain
-packages/oracle/src/ocidyn.pp svneol=native#text/plain
-packages/oracle/src/oraoci.pp svneol=native#text/plain
-packages/oracle/src/oratypes.pp svneol=native#text/plain
-packages/oracle/src/orl.inc svneol=native#text/plain
-packages/oracle/src/oro_implementation.inc svneol=native#text/plain
-packages/oracle/src/oro_interface.inc svneol=native#text/plain
-packages/oracle/src/ort.inc svneol=native#text/plain
-packages/os2units/Makefile svneol=native#text/plain
-packages/os2units/Makefile.fpc svneol=native#text/plain
-packages/os2units/Makefile.fpc.fpcmake svneol=native#text/plain
-packages/os2units/examples/Makefile svneol=native#text/plain
-packages/os2units/examples/Makefile.fpc svneol=native#text/plain
-packages/os2units/examples/clktest.pas svneol=native#text/plain
-packages/os2units/examples/ftptest.pas svneol=native#text/plain
-packages/os2units/examples/lvmtest.pas svneol=native#text/plain
-packages/os2units/examples/mciapi1.pas svneol=native#text/plain
-packages/os2units/examples/mciapi2.pas svneol=native#text/plain
-packages/os2units/fpmake.pp svneol=native#text/plain
-packages/os2units/readme.txt svneol=native#text/plain
-packages/os2units/src/buildall.pas svneol=native#text/plain
-packages/os2units/src/clkdll.pas svneol=native#text/plain
-packages/os2units/src/dive.pas svneol=native#text/plain
-packages/os2units/src/ftpapi.pas svneol=native#text/plain
-packages/os2units/src/hwvideo.pas svneol=native#text/plain
-packages/os2units/src/lvm.pas svneol=native#text/plain
-packages/os2units/src/mci.pas svneol=native#text/plain
-packages/os2units/src/mciapi.pas svneol=native#text/plain
-packages/os2units/src/mcidrv.pas svneol=native#text/plain
-packages/os2units/src/mmbase.pas svneol=native#text/plain
-packages/os2units/src/mmio.pas svneol=native#text/plain
-packages/os2units/src/som.pas svneol=native#text/plain
-packages/os2units/src/sw.pas svneol=native#text/plain
-packages/os2units/src/wpstk.pp svneol=native#text/plain
-packages/os4units/Makefile svneol=native#text/plain
-packages/os4units/Makefile.fpc svneol=native#text/plain
-packages/os4units/Makefile.fpc.fpcmake svneol=native#text/plain
-packages/os4units/fpmake.pp svneol=native#text/pascal
-packages/os4units/src/agraphics.pas svneol=native#text/pascal
-packages/os4units/src/amigados.pas svneol=native#text/pascal
-packages/os4units/src/asl.pas svneol=native#text/pascal
-packages/os4units/src/clipboard.pas svneol=native#text/pascal
-packages/os4units/src/console.pas svneol=native#text/plain
-packages/os4units/src/conunit.pas svneol=native#text/plain
-packages/os4units/src/cybergraphics.pas svneol=native#text/pascal
-packages/os4units/src/datatypes.pas svneol=native#text/pascal
-packages/os4units/src/diskfont.pas svneol=native#text/pascal
-packages/os4units/src/exec.pas svneol=native#text/pascal
-packages/os4units/src/icon.pas svneol=native#text/pascal
-packages/os4units/src/iffparse.pas svneol=native#text/pascal
-packages/os4units/src/inputevent.pas svneol=native#text/pascal
-packages/os4units/src/intuition.pas svneol=native#text/pascal
-packages/os4units/src/keymap.pas svneol=native#text/pascal
-packages/os4units/src/layers.pas svneol=native#text/pascal
-packages/os4units/src/locale.pas svneol=native#text/pascal
-packages/os4units/src/mui.pas svneol=native#text/pascal
-packages/os4units/src/picasso96api.pas svneol=native#text/pascal
-packages/os4units/src/serial.pas svneol=native#text/plain
-packages/os4units/src/timer.pas svneol=native#text/pascal
-packages/os4units/src/utility.pas svneol=native#text/pascal
-packages/os4units/src/workbench.pas svneol=native#text/pascal
-packages/palmunits/Makefile svneol=native#text/plain
-packages/palmunits/Makefile.fpc svneol=native#text/plain
-packages/palmunits/Makefile.fpc.fpcmake svneol=native#text/plain
-packages/palmunits/examples/hello.pas svneol=native#text/plain
-packages/palmunits/examples/palmcube.pas svneol=native#text/plain
-packages/palmunits/fpmake.pp svneol=native#text/plain
-packages/palmunits/src/aboutbox.pp svneol=native#text/plain
-packages/palmunits/src/alarmmgr.pp svneol=native#text/plain
-packages/palmunits/src/applaunchcmd.pp svneol=native#text/plain
-packages/palmunits/src/attentionmgr.pp svneol=native#text/plain
-packages/palmunits/src/bitmap.pp svneol=native#text/plain
-packages/palmunits/src/category.pp svneol=native#text/plain
-packages/palmunits/src/chars.pp svneol=native#text/plain
-packages/palmunits/src/clipboard.pp svneol=native#text/plain
-packages/palmunits/src/connectionmgr.pp svneol=native#text/plain
-packages/palmunits/src/consolemgr.pp svneol=native#text/plain
-packages/palmunits/src/control.pp svneol=native#text/plain
-packages/palmunits/src/coretraps.pp svneol=native#text/plain
-packages/palmunits/src/crc.pp svneol=native#text/plain
-packages/palmunits/src/datamgr.pp svneol=native#text/plain
-packages/palmunits/src/datetime.pp svneol=native#text/plain
-packages/palmunits/src/day.pp svneol=native#text/plain
-packages/palmunits/src/dlserver.pp svneol=native#text/plain
-packages/palmunits/src/encrypt.pp svneol=native#text/plain
-packages/palmunits/src/errorbase.pp svneol=native#text/plain
-packages/palmunits/src/event_.pp svneol=native#text/plain
-packages/palmunits/src/exglib.pp svneol=native#text/plain
-packages/palmunits/src/exgmgr.pp svneol=native#text/plain
-packages/palmunits/src/expansionmgr.pp svneol=native#text/plain
-packages/palmunits/src/fatalalert.pp svneol=native#text/plain
-packages/palmunits/src/featuremgr.pp svneol=native#text/plain
-packages/palmunits/src/field.pp svneol=native#text/plain
-packages/palmunits/src/filestream.pp svneol=native#text/plain
-packages/palmunits/src/find_.pp svneol=native#text/plain
-packages/palmunits/src/floatmgr.pp svneol=native#text/plain
-packages/palmunits/src/font.pp svneol=native#text/plain
-packages/palmunits/src/fontselect_.pp svneol=native#text/plain
-packages/palmunits/src/form.pp svneol=native#text/plain
-packages/palmunits/src/fslib.pp svneol=native#text/plain
-packages/palmunits/src/graffiti.pp svneol=native#text/plain
-packages/palmunits/src/graffitireference.pp svneol=native#text/plain
-packages/palmunits/src/graffitishift.pp svneol=native#text/plain
-packages/palmunits/src/hal.pp svneol=native#text/plain
-packages/palmunits/src/helper.pp svneol=native#text/plain
-packages/palmunits/src/helperserviceclass.pp svneol=native#text/plain
-packages/palmunits/src/hwrmiscflags.pp svneol=native#text/plain
-packages/palmunits/src/imcutils.pp svneol=native#text/plain
-packages/palmunits/src/inetmgr.pp svneol=native#text/plain
-packages/palmunits/src/inspoint.pp svneol=native#text/plain
-packages/palmunits/src/intlmgr.pp svneol=native#text/plain
-packages/palmunits/src/irlib.pp svneol=native#text/plain
-packages/palmunits/src/keyboard.pp svneol=native#text/plain
-packages/palmunits/src/keymgr.pp svneol=native#text/plain
-packages/palmunits/src/launcher.pp svneol=native#text/plain
-packages/palmunits/src/libtraps.pp svneol=native#text/plain
-packages/palmunits/src/list.pp svneol=native#text/plain
-packages/palmunits/src/localemgr.pp svneol=native#text/plain
-packages/palmunits/src/localize.pp svneol=native#text/plain
-packages/palmunits/src/lz77mgr.pp svneol=native#text/plain
-packages/palmunits/src/m68khwr.pp svneol=native#text/plain
-packages/palmunits/src/memorymgr.pp svneol=native#text/plain
-packages/palmunits/src/menu_.pp svneol=native#text/plain
-packages/palmunits/src/modemmgr.pp svneol=native#text/plain
-packages/palmunits/src/netbitutils.pp svneol=native#text/plain
-packages/palmunits/src/netmgr.pp svneol=native#text/plain
-packages/palmunits/src/notifymgr.pp svneol=native#text/plain
-packages/palmunits/src/overlaymgr.pp svneol=native#text/plain
-packages/palmunits/src/palmcompatibility.pp svneol=native#text/plain
-packages/palmunits/src/palmlocale.pp svneol=native#text/plain
-packages/palmunits/src/palmos.pp svneol=native#text/plain
-packages/palmunits/src/password.pp svneol=native#text/plain
-packages/palmunits/src/pdiconst.pp svneol=native#text/plain
-packages/palmunits/src/pdilib.pp svneol=native#text/plain
-packages/palmunits/src/penmgr.pp svneol=native#text/plain
-packages/palmunits/src/phonelookup.pp svneol=native#text/plain
-packages/palmunits/src/preferences.pp svneol=native#text/plain
-packages/palmunits/src/privaterecords.pp svneol=native#text/plain
-packages/palmunits/src/progress.pp svneol=native#text/plain
-packages/palmunits/src/rect.pp svneol=native#text/plain
-packages/palmunits/src/scrollbar.pp svneol=native#text/plain
-packages/palmunits/src/selday.pp svneol=native#text/plain
-packages/palmunits/src/seltime.pp svneol=native#text/plain
-packages/palmunits/src/seltimezone.pp svneol=native#text/plain
-packages/palmunits/src/seriallinkmgr.pp svneol=native#text/plain
-packages/palmunits/src/serialmgr.pp svneol=native#text/plain
-packages/palmunits/src/serialmgrold.pp svneol=native#text/plain
-packages/palmunits/src/slotdrvrlib.pp svneol=native#text/plain
-packages/palmunits/src/smslib.pp svneol=native#text/plain
-packages/palmunits/src/soundmgr.pp svneol=native#text/plain
-packages/palmunits/src/stringmgr.pp svneol=native#text/plain
-packages/palmunits/src/sysevent.pp svneol=native#text/plain
-packages/palmunits/src/sysevtmgr.pp svneol=native#text/plain
-packages/palmunits/src/systemmgr.pp svneol=native#text/plain
-packages/palmunits/src/systemresources.pp svneol=native#text/plain
-packages/palmunits/src/sysutil.pp svneol=native#text/plain
-packages/palmunits/src/table.pp svneol=native#text/plain
-packages/palmunits/src/telephonymgr.pp svneol=native#text/plain
-packages/palmunits/src/telephonymgrtypes.pp svneol=native#text/plain
-packages/palmunits/src/telephonymgrui.pp svneol=native#text/plain
-packages/palmunits/src/textmgr.pp svneol=native#text/plain
-packages/palmunits/src/textservicesmgr.pp svneol=native#text/plain
-packages/palmunits/src/timemgr.pp svneol=native#text/plain
-packages/palmunits/src/udamgr.pp svneol=native#text/plain
-packages/palmunits/src/uicolor.pp svneol=native#text/plain
-packages/palmunits/src/uicontrols.pp svneol=native#text/plain
-packages/palmunits/src/uiresources.pp svneol=native#text/plain
-packages/palmunits/src/vfsmgr.pp svneol=native#text/plain
-packages/palmunits/src/window.pp svneol=native#text/plain
-packages/pasjpeg/Makefile svneol=native#text/plain
-packages/pasjpeg/Makefile.fpc svneol=native#text/plain
-packages/pasjpeg/Makefile.fpc.fpcmake svneol=native#text/plain
-packages/pasjpeg/examples/cderror.pas svneol=native#text/plain
-packages/pasjpeg/examples/cdjpeg.pas svneol=native#text/plain
-packages/pasjpeg/examples/cjpeg.pas svneol=native#text/plain
-packages/pasjpeg/examples/cjpeg.res svneol=native#text/plain
-packages/pasjpeg/examples/demo.lpi svneol=native#text/plain
-packages/pasjpeg/examples/demo.pas svneol=native#text/plain
-packages/pasjpeg/examples/demo.res svneol=native#text/plain
-packages/pasjpeg/examples/djpeg.pas svneol=native#text/plain
-packages/pasjpeg/examples/djpeg.res svneol=native#text/plain
-packages/pasjpeg/examples/example.pas svneol=native#text/plain
-packages/pasjpeg/examples/fcache.pas svneol=native#text/plain
-packages/pasjpeg/examples/jpegtran.drc svneol=native#text/plain
-packages/pasjpeg/examples/jpegtran.pas svneol=native#text/plain
-packages/pasjpeg/examples/jpegtran.res svneol=native#text/plain
-packages/pasjpeg/examples/qtable1.ijg svneol=native#text/plain
-packages/pasjpeg/examples/rdbmp.pas svneol=native#text/plain
-packages/pasjpeg/examples/rdcolmap.pas svneol=native#text/plain
-packages/pasjpeg/examples/rdjpgcom.pas svneol=native#text/plain
-packages/pasjpeg/examples/rdppm.pas svneol=native#text/plain
-packages/pasjpeg/examples/rdswitch.pas svneol=native#text/plain
-packages/pasjpeg/examples/rdtarga.pas svneol=native#text/plain
-packages/pasjpeg/examples/script0.ijg svneol=native#text/plain
-packages/pasjpeg/examples/script1.ijg svneol=native#text/plain
-packages/pasjpeg/examples/script2.ijg svneol=native#text/plain
-packages/pasjpeg/examples/test.pas svneol=native#text/plain
-packages/pasjpeg/examples/test1.dfm svneol=native#text/plain
-packages/pasjpeg/examples/test1.pas svneol=native#text/plain
-packages/pasjpeg/examples/testproj.dpr svneol=native#text/plain
-packages/pasjpeg/examples/testproj.res svneol=native#text/plain
-packages/pasjpeg/examples/transupp.pas svneol=native#text/plain
-packages/pasjpeg/examples/wrbmp.pas svneol=native#text/plain
-packages/pasjpeg/examples/wrjpgcom.pas svneol=native#text/plain
-packages/pasjpeg/examples/wrppm.pas svneol=native#text/plain
-packages/pasjpeg/examples/wrtarga.pas svneol=native#text/plain
-packages/pasjpeg/fpmake.pp svneol=native#text/plain
-packages/pasjpeg/readme.txt svneol=native#text/plain
-packages/pasjpeg/src/buildpasjpeg.pp svneol=native#text/plain
-packages/pasjpeg/src/jcapimin.pas svneol=native#text/plain
-packages/pasjpeg/src/jcapistd.pas svneol=native#text/plain
-packages/pasjpeg/src/jccoefct.pas svneol=native#text/plain
-packages/pasjpeg/src/jccolor.pas svneol=native#text/plain
-packages/pasjpeg/src/jcdctmgr.pas svneol=native#text/plain
-packages/pasjpeg/src/jchuff.pas svneol=native#text/plain
-packages/pasjpeg/src/jcinit.pas svneol=native#text/plain
-packages/pasjpeg/src/jcmainct.pas svneol=native#text/plain
-packages/pasjpeg/src/jcmarker.pas svneol=native#text/plain
-packages/pasjpeg/src/jcmaster.pas svneol=native#text/plain
-packages/pasjpeg/src/jcomapi.pas svneol=native#text/plain
-packages/pasjpeg/src/jconfig.inc svneol=native#text/plain
-packages/pasjpeg/src/jconsts.pas svneol=native#text/plain
-packages/pasjpeg/src/jcparam.pas svneol=native#text/plain
-packages/pasjpeg/src/jcphuff.pas svneol=native#text/plain
-packages/pasjpeg/src/jcprepct.pas svneol=native#text/plain
-packages/pasjpeg/src/jcsample.pas svneol=native#text/plain
-packages/pasjpeg/src/jctrans.pas svneol=native#text/plain
-packages/pasjpeg/src/jdapimin.pas svneol=native#text/plain
-packages/pasjpeg/src/jdapistd.pas svneol=native#text/plain
-packages/pasjpeg/src/jdatadst.pas svneol=native#text/plain
-packages/pasjpeg/src/jdatasrc.pas svneol=native#text/plain
-packages/pasjpeg/src/jdcoefct.pas svneol=native#text/plain
-packages/pasjpeg/src/jdcolor.pas svneol=native#text/plain
-packages/pasjpeg/src/jdct.pas svneol=native#text/plain
-packages/pasjpeg/src/jddctmgr.pas svneol=native#text/plain
-packages/pasjpeg/src/jdeferr.pas svneol=native#text/plain
-packages/pasjpeg/src/jdhuff.pas svneol=native#text/plain
-packages/pasjpeg/src/jdinput.pas svneol=native#text/plain
-packages/pasjpeg/src/jdmainct.pas svneol=native#text/plain
-packages/pasjpeg/src/jdmarker.pas svneol=native#text/plain
-packages/pasjpeg/src/jdmaster.pas svneol=native#text/plain
-packages/pasjpeg/src/jdmerge.pas svneol=native#text/plain
-packages/pasjpeg/src/jdphuff.pas svneol=native#text/plain
-packages/pasjpeg/src/jdpostct.pas svneol=native#text/plain
-packages/pasjpeg/src/jdsample.pas svneol=native#text/plain
-packages/pasjpeg/src/jdtrans.pas svneol=native#text/plain
-packages/pasjpeg/src/jerror.pas svneol=native#text/plain
-packages/pasjpeg/src/jfdctflt.pas svneol=native#text/plain
-packages/pasjpeg/src/jfdctfst.pas svneol=native#text/plain
-packages/pasjpeg/src/jfdctint.pas svneol=native#text/plain
-packages/pasjpeg/src/jidct2d.pas svneol=native#text/plain
-packages/pasjpeg/src/jidctasm.pas svneol=native#text/plain
-packages/pasjpeg/src/jidctflt.pas svneol=native#text/plain
-packages/pasjpeg/src/jidctfst.pas svneol=native#text/plain
-packages/pasjpeg/src/jidctint.pas svneol=native#text/plain
-packages/pasjpeg/src/jidctred.pas svneol=native#text/plain
-packages/pasjpeg/src/jinclude.pas svneol=native#text/plain
-packages/pasjpeg/src/jmemdos.pas svneol=native#text/plain
-packages/pasjpeg/src/jmemdosa.pas svneol=native#text/plain
-packages/pasjpeg/src/jmemmgr.pas svneol=native#text/plain
-packages/pasjpeg/src/jmemnobs.pas svneol=native#text/plain
-packages/pasjpeg/src/jmemsys.pas svneol=native#text/plain
-packages/pasjpeg/src/jmorecfg.pas svneol=native#text/plain
-packages/pasjpeg/src/jpeglib.pas svneol=native#text/plain
-packages/pasjpeg/src/jquant1.pas svneol=native#text/plain
-packages/pasjpeg/src/jquant2.pas svneol=native#text/plain
-packages/pasjpeg/src/jutils.pas svneol=native#text/plain
-packages/pasjpeg/src/pasjpeg.pas svneol=native#text/plain
-packages/pastojs/Makefile svneol=native#text/plain
-packages/pastojs/Makefile.fpc svneol=native#text/plain
-packages/pastojs/fpmake.pp svneol=native#text/plain
-packages/pastojs/src/fppas2js.pp svneol=native#text/plain
-packages/pastojs/src/fppjssrcmap.pp svneol=native#text/plain
-packages/pastojs/src/pas2js_defines.inc svneol=native#text/plain
-packages/pastojs/src/pas2jscompiler.pp svneol=native#text/plain
-packages/pastojs/src/pas2jscompilercfg.pp svneol=native#text/plain
-packages/pastojs/src/pas2jscompilerpp.pp svneol=native#text/plain
-packages/pastojs/src/pas2jsfilecache.pp svneol=native#text/plain
-packages/pastojs/src/pas2jsfiler.pp svneol=native#text/plain
-packages/pastojs/src/pas2jsfileutils.pp svneol=native#text/plain
-packages/pastojs/src/pas2jsfileutilsnodejs.inc svneol=native#text/plain
-packages/pastojs/src/pas2jsfileutilsunix.inc svneol=native#text/plain
-packages/pastojs/src/pas2jsfileutilswin.inc svneol=native#text/plain
-packages/pastojs/src/pas2jsfs.pp svneol=native#text/plain
-packages/pastojs/src/pas2jsfscompiler.pp svneol=native#text/plain
-packages/pastojs/src/pas2jshtmlresources.pp svneol=native#text/plain
-packages/pastojs/src/pas2jsjsresources.pp svneol=native#text/plain
-packages/pastojs/src/pas2jslibcompiler.pp svneol=native#text/plain
-packages/pastojs/src/pas2jslogger.pp svneol=native#text/plain
-packages/pastojs/src/pas2jspcucompiler.pp svneol=native#text/plain
-packages/pastojs/src/pas2jspparser.pp svneol=native#text/plain
-packages/pastojs/src/pas2jsresources.pp svneol=native#text/plain
-packages/pastojs/src/pas2jsresstrfile.pp svneol=native#text/plain
-packages/pastojs/src/pas2jsuseanalyzer.pp svneol=native#text/plain
-packages/pastojs/src/pas2jsutils.pp svneol=native#text/plain
-packages/pastojs/src/pastojs.inc svneol=native#text/plain
-packages/pastojs/tests/tcconverter.pp svneol=native#text/plain
-packages/pastojs/tests/tcfiler.pas svneol=native#text/plain
-packages/pastojs/tests/tcgenerics.pas svneol=native#text/plain
-packages/pastojs/tests/tcmodules.pas svneol=native#text/plain
-packages/pastojs/tests/tcoptimizations.pas svneol=native#text/plain
-packages/pastojs/tests/tcprecompile.pas svneol=native#text/plain
-packages/pastojs/tests/tcsrcmap.pas svneol=native#text/plain
-packages/pastojs/tests/tcunitsearch.pas svneol=native#text/plain
-packages/pastojs/tests/testpas2js.lpi svneol=native#text/plain
-packages/pastojs/tests/testpas2js.pp svneol=native#text/plain
-packages/paszlib/Makefile svneol=native#text/plain
-packages/paszlib/Makefile.fpc svneol=native#text/plain
-packages/paszlib/Makefile.fpc.fpcmake svneol=native#text/plain
-packages/paszlib/examples/Makefile svneol=native#text/plain
-packages/paszlib/examples/Makefile.fpc svneol=native#text/plain
-packages/paszlib/examples/example.pas svneol=native#text/plain
-packages/paszlib/examples/example2.pas svneol=native#text/plain
-packages/paszlib/examples/extractodt.pas svneol=native#text/plain
-packages/paszlib/examples/fpunzipper.lpi svneol=native#text/plain
-packages/paszlib/examples/fpunzipper.lpr svneol=native#text/plain
-packages/paszlib/examples/fpzipper.lpi svneol=native#text/plain
-packages/paszlib/examples/fpzipper.lpr svneol=native#text/plain
-packages/paszlib/examples/minigzip.pas svneol=native#text/plain
-packages/paszlib/examples/miniunz.pas svneol=native#text/plain
-packages/paszlib/examples/minizip.pas svneol=native#text/plain
-packages/paszlib/fpmake.pp svneol=native#text/plain
-packages/paszlib/readme.txt svneol=native#text/plain
-packages/paszlib/src/adler.pas svneol=native#text/plain
-packages/paszlib/src/gzio.pas svneol=native#text/plain
-packages/paszlib/src/infblock.pas svneol=native#text/plain
-packages/paszlib/src/infcodes.pas svneol=native#text/plain
-packages/paszlib/src/inffast.pas svneol=native#text/plain
-packages/paszlib/src/inftrees.pas svneol=native#text/plain
-packages/paszlib/src/infutil.pas svneol=native#text/plain
-packages/paszlib/src/paszlib.pas svneol=native#text/plain
-packages/paszlib/src/trees.pas svneol=native#text/plain
-packages/paszlib/src/unzip.pas svneol=native#text/plain
-packages/paszlib/src/zbase.pas svneol=native#text/plain
-packages/paszlib/src/zcompres.pas svneol=native#text/plain
-packages/paszlib/src/zconf.inc svneol=native#text/plain
-packages/paszlib/src/zdeflate.pas svneol=native#text/plain
-packages/paszlib/src/zinflate.pas svneol=native#text/plain
-packages/paszlib/src/zip.pas svneol=native#text/plain
-packages/paszlib/src/zipper.pp svneol=native#text/plain
-packages/paszlib/src/ziputils.pas svneol=native#text/plain
-packages/paszlib/src/zstream.pp svneol=native#text/plain
-packages/paszlib/src/zuncompr.pas svneol=native#text/plain
-packages/paszlib/tests/tczipper.pp svneol=native#text/plain
-packages/paszlib/tests/tczstreamseek.pp svneol=native#text/plain
-packages/pcap/Makefile svneol=native#text/plain
-packages/pcap/Makefile.fpc svneol=native#text/plain
-packages/pcap/Makefile.fpc.fpcmake svneol=native#text/plain
-packages/pcap/fpmake.pp svneol=native#text/plain
-packages/pcap/src/pcap.pp svneol=native#text/plain
-packages/postgres/Makefile svneol=native#text/plain
-packages/postgres/Makefile.fpc svneol=native#text/plain
-packages/postgres/Makefile.fpc.fpcmake svneol=native#text/plain
-packages/postgres/README.txt svneol=native#text/plain
-packages/postgres/examples/Makefile svneol=native#text/plain
-packages/postgres/examples/Makefile.fpc svneol=native#text/plain
-packages/postgres/examples/testpg1.pp svneol=native#text/plain
-packages/postgres/examples/testpg2.pp svneol=native#text/plain
-packages/postgres/fpmake.pp svneol=native#text/plain
-packages/postgres/scripts/mkdb svneol=native#text/plain
-packages/postgres/scripts/rmdb svneol=native#text/plain
-packages/postgres/src/dllist.pp svneol=native#text/plain
-packages/postgres/src/dllistdyn.pp svneol=native#text/plain
-packages/postgres/src/dllisttypes.inc svneol=native#text/plain
-packages/postgres/src/postgres.pp svneol=native#text/plain
-packages/postgres/src/postgres3.pp svneol=native#text/plain
-packages/postgres/src/postgres3dyn.pp svneol=native#text/plain
-packages/postgres/src/postgres3types.inc svneol=native#text/plain
-packages/proj4/Makefile svneol=native#text/plain
-packages/proj4/Makefile.fpc svneol=native#text/plain
-packages/proj4/Makefile.fpc.fpcmake svneol=native#text/plain
-packages/proj4/fpmake.pp svneol=native#text/plain
-packages/proj4/src/proj.pas svneol=native#text/plain
-packages/ptc/Makefile svneol=native#text/plain
-packages/ptc/Makefile.fpc svneol=native#text/plain
-packages/ptc/Makefile.fpc.fpcmake svneol=native#text/plain
-packages/ptc/docs/AUTHORS.txt svneol=native#text/plain
-packages/ptc/docs/CHANGES.txt svneol=native#text/plain
-packages/ptc/docs/INSTALL.txt svneol=native#text/plain
-packages/ptc/docs/INTF-CHANGES-0.99.12.txt svneol=native#text/plain
-packages/ptc/docs/INTF-CHANGES-FAQ-0.99.12.txt svneol=native#text/plain
-packages/ptc/docs/INTRO.txt svneol=native#text/plain
-packages/ptc/docs/README.txt svneol=native#text/plain
-packages/ptc/docs/TODO.txt svneol=native#text/plain
-packages/ptc/docs/lgpl.txt svneol=native#text/plain
-packages/ptc/docs/modified_lgpl.txt svneol=native#text/plain
-packages/ptc/examples/Makefile svneol=native#text/plain
-packages/ptc/examples/Makefile.fpc svneol=native#text/plain
-packages/ptc/examples/area.pp svneol=native#text/plain
-packages/ptc/examples/buffer.pp svneol=native#text/plain
-packages/ptc/examples/clear.pp svneol=native#text/plain
-packages/ptc/examples/clip.pp svneol=native#text/plain
-packages/ptc/examples/con_info.pp svneol=native#text/plain
-packages/ptc/examples/console.pp svneol=native#text/plain
-packages/ptc/examples/fire.pp svneol=native#text/plain
-packages/ptc/examples/flower.pp svneol=native#text/plain
-packages/ptc/examples/hicolor.pp svneol=native#text/plain
-packages/ptc/examples/image.pp svneol=native#text/plain
-packages/ptc/examples/image.tga -text
-packages/ptc/examples/keyboard.pp svneol=native#text/plain
-packages/ptc/examples/keyboard2.pp svneol=native#text/plain
-packages/ptc/examples/keyboard3.pp svneol=native#text/plain
-packages/ptc/examples/land.pp svneol=native#text/plain
-packages/ptc/examples/lights.pp svneol=native#text/plain
-packages/ptc/examples/modes.pp svneol=native#text/plain
-packages/ptc/examples/mojo.pp svneol=native#text/plain
-packages/ptc/examples/mojo.raw -text svneol=unset#raw/binary
-packages/ptc/examples/mouse.pp svneol=native#text/plain
-packages/ptc/examples/palette.pp svneol=native#text/plain
-packages/ptc/examples/pixel.pp svneol=native#text/plain
-packages/ptc/examples/ptcgl.pp svneol=native#text/plain
-packages/ptc/examples/ptcgl2.pp svneol=native#text/plain
-packages/ptc/examples/random.pp svneol=native#text/plain
-packages/ptc/examples/save.pp svneol=native#text/plain
-packages/ptc/examples/stretch.pp svneol=native#text/plain
-packages/ptc/examples/stretch.tga -text
-packages/ptc/examples/texwarp.pp svneol=native#text/plain
-packages/ptc/examples/timer.pp svneol=native#text/plain
-packages/ptc/examples/tunnel.pp svneol=native#text/plain
-packages/ptc/examples/tunnel3d.pp svneol=native#text/plain
-packages/ptc/examples/tunnel3d.raw -text svneol=unset#raw/binary
-packages/ptc/fpmake.pp svneol=native#text/plain
-packages/ptc/src/c_api/capi_area.inc svneol=native#text/plain
-packages/ptc/src/c_api/capi_aread.inc svneol=native#text/plain
-packages/ptc/src/c_api/capi_clear.inc svneol=native#text/plain
-packages/ptc/src/c_api/capi_cleard.inc svneol=native#text/plain
-packages/ptc/src/c_api/capi_clipper.inc svneol=native#text/plain
-packages/ptc/src/c_api/capi_clipperd.inc svneol=native#text/plain
-packages/ptc/src/c_api/capi_color.inc svneol=native#text/plain
-packages/ptc/src/c_api/capi_colord.inc svneol=native#text/plain
-packages/ptc/src/c_api/capi_console.inc svneol=native#text/plain
-packages/ptc/src/c_api/capi_consoled.inc svneol=native#text/plain
-packages/ptc/src/c_api/capi_copy.inc svneol=native#text/plain
-packages/ptc/src/c_api/capi_copyd.inc svneol=native#text/plain
-packages/ptc/src/c_api/capi_error.inc svneol=native#text/plain
-packages/ptc/src/c_api/capi_errord.inc svneol=native#text/plain
-packages/ptc/src/c_api/capi_except.inc svneol=native#text/plain
-packages/ptc/src/c_api/capi_exceptd.inc svneol=native#text/plain
-packages/ptc/src/c_api/capi_format.inc svneol=native#text/plain
-packages/ptc/src/c_api/capi_formatd.inc svneol=native#text/plain
-packages/ptc/src/c_api/capi_index.inc svneol=native#text/plain
-packages/ptc/src/c_api/capi_key.inc svneol=native#text/plain
-packages/ptc/src/c_api/capi_keyd.inc svneol=native#text/plain
-packages/ptc/src/c_api/capi_mode.inc svneol=native#text/plain
-packages/ptc/src/c_api/capi_moded.inc svneol=native#text/plain
-packages/ptc/src/c_api/capi_palette.inc svneol=native#text/plain
-packages/ptc/src/c_api/capi_paletted.inc svneol=native#text/plain
-packages/ptc/src/c_api/capi_surface.inc svneol=native#text/plain
-packages/ptc/src/c_api/capi_surfaced.inc svneol=native#text/plain
-packages/ptc/src/c_api/capi_timer.inc svneol=native#text/plain
-packages/ptc/src/c_api/capi_timerd.inc svneol=native#text/plain
-packages/ptc/src/cocoa/cocoaconsoled.inc svneol=native#text/plain
-packages/ptc/src/cocoa/cocoaconsolei.inc svneol=native#text/plain
-packages/ptc/src/core/aread.inc svneol=native#text/plain
-packages/ptc/src/core/areai.inc svneol=native#text/plain
-packages/ptc/src/core/baseconsoled.inc svneol=native#text/plain
-packages/ptc/src/core/baseconsolei.inc svneol=native#text/plain
-packages/ptc/src/core/basesurfaced.inc svneol=native#text/plain
-packages/ptc/src/core/basesurfacei.inc svneol=native#text/plain
-packages/ptc/src/core/cleard.inc svneol=native#text/plain
-packages/ptc/src/core/cleari.inc svneol=native#text/plain
-packages/ptc/src/core/clipperd.inc svneol=native#text/plain
-packages/ptc/src/core/clipperi.inc svneol=native#text/plain
-packages/ptc/src/core/closeeventd.inc svneol=native#text/plain
-packages/ptc/src/core/closeeventi.inc svneol=native#text/plain
-packages/ptc/src/core/colord.inc svneol=native#text/plain
-packages/ptc/src/core/colori.inc svneol=native#text/plain
-packages/ptc/src/core/consoled.inc svneol=native#text/plain
-packages/ptc/src/core/consolei.inc svneol=native#text/plain
-packages/ptc/src/core/copyd.inc svneol=native#text/plain
-packages/ptc/src/core/copyi.inc svneol=native#text/plain
-packages/ptc/src/core/coreimplementation.inc svneol=native#text/plain
-packages/ptc/src/core/coreinterface.inc svneol=native#text/plain
-packages/ptc/src/core/errord.inc svneol=native#text/plain
-packages/ptc/src/core/errori.inc svneol=native#text/plain
-packages/ptc/src/core/eventd.inc svneol=native#text/plain
-packages/ptc/src/core/eventi.inc svneol=native#text/plain
-packages/ptc/src/core/formatd.inc svneol=native#text/plain
-packages/ptc/src/core/formati.inc svneol=native#text/plain
-packages/ptc/src/core/keyeventd.inc svneol=native#text/plain
-packages/ptc/src/core/keyeventi.inc svneol=native#text/plain
-packages/ptc/src/core/log.inc svneol=native#text/plain
-packages/ptc/src/core/moded.inc svneol=native#text/plain
-packages/ptc/src/core/modei.inc svneol=native#text/plain
-packages/ptc/src/core/mouseeventd.inc svneol=native#text/plain
-packages/ptc/src/core/mouseeventi.inc svneol=native#text/plain
-packages/ptc/src/core/openglattributesd.inc svneol=native#text/plain
-packages/ptc/src/core/openglattributesi.inc svneol=native#text/plain
-packages/ptc/src/core/paletted.inc svneol=native#text/plain
-packages/ptc/src/core/palettei.inc svneol=native#text/plain
-packages/ptc/src/core/resizeeventd.inc svneol=native#text/plain
-packages/ptc/src/core/resizeeventi.inc svneol=native#text/plain
-packages/ptc/src/core/surfaced.inc svneol=native#text/plain
-packages/ptc/src/core/surfacei.inc svneol=native#text/plain
-packages/ptc/src/core/timerd.inc svneol=native#text/plain
-packages/ptc/src/core/timeri.inc svneol=native#text/plain
-packages/ptc/src/dos/base/kbd.inc svneol=native#text/plain
-packages/ptc/src/dos/base/kbdd.inc svneol=native#text/plain
-packages/ptc/src/dos/base/mouse33h.pp svneol=native#text/plain
-packages/ptc/src/dos/base/moused.inc svneol=native#text/plain
-packages/ptc/src/dos/base/mousei.inc svneol=native#text/plain
-packages/ptc/src/dos/cga/cga.pp svneol=native#text/plain
-packages/ptc/src/dos/cga/cgaconsoled.inc svneol=native#text/plain
-packages/ptc/src/dos/cga/cgaconsolei.inc svneol=native#text/plain
-packages/ptc/src/dos/includes.inc svneol=native#text/plain
-packages/ptc/src/dos/textfx2/textfx2.pp svneol=native#text/plain
-packages/ptc/src/dos/textfx2/textfx2consoled.inc svneol=native#text/plain
-packages/ptc/src/dos/textfx2/textfx2consolei.inc svneol=native#text/plain
-packages/ptc/src/dos/timeunit/timeunit.pp svneol=native#text/plain
-packages/ptc/src/dos/vesa/vesa.pp svneol=native#text/plain
-packages/ptc/src/dos/vesa/vesaconsoled.inc svneol=native#text/plain
-packages/ptc/src/dos/vesa/vesaconsolei.inc svneol=native#text/plain
-packages/ptc/src/dos/vga/vga.pp svneol=native#text/plain
-packages/ptc/src/dos/vga/vgaconsoled.inc svneol=native#text/plain
-packages/ptc/src/dos/vga/vgaconsolei.inc svneol=native#text/plain
-packages/ptc/src/ptc.pp svneol=native#text/plain
-packages/ptc/src/ptclaz.lpi svneol=native#text/plain
-packages/ptc/src/ptclaz.lpr svneol=native#text/plain
-packages/ptc/src/ptcpas.cfg svneol=native#text/plain
-packages/ptc/src/ptcwrapper/ptceventqueue.pp svneol=native#text/plain
-packages/ptc/src/ptcwrapper/ptcwrapper.pp svneol=native#text/plain
-packages/ptc/src/tinyptc/tinyptc.pp svneol=native#text/plain
-packages/ptc/src/win32/base/ptcres.rc -text
-packages/ptc/src/win32/base/ptcres.res -text
-packages/ptc/src/win32/base/win32cursor.inc svneol=native#text/plain
-packages/ptc/src/win32/base/win32cursord.inc svneol=native#text/plain
-packages/ptc/src/win32/base/win32cursormoded.inc svneol=native#text/plain
-packages/ptc/src/win32/base/win32event.inc svneol=native#text/plain
-packages/ptc/src/win32/base/win32eventd.inc svneol=native#text/plain
-packages/ptc/src/win32/base/win32hook.inc svneol=native#text/plain
-packages/ptc/src/win32/base/win32hookd.inc svneol=native#text/plain
-packages/ptc/src/win32/base/win32kbd.inc svneol=native#text/plain
-packages/ptc/src/win32/base/win32kbdd.inc svneol=native#text/plain
-packages/ptc/src/win32/base/win32monitor.inc svneol=native#text/plain
-packages/ptc/src/win32/base/win32monitord.inc svneol=native#text/plain
-packages/ptc/src/win32/base/win32moused.inc svneol=native#text/plain
-packages/ptc/src/win32/base/win32mousei.inc svneol=native#text/plain
-packages/ptc/src/win32/base/win32resized.inc svneol=native#text/plain
-packages/ptc/src/win32/base/win32resizei.inc svneol=native#text/plain
-packages/ptc/src/win32/base/win32window.inc svneol=native#text/plain
-packages/ptc/src/win32/base/win32windowd.inc svneol=native#text/plain
-packages/ptc/src/win32/base/windows.ico -text
-packages/ptc/src/win32/directx/p_ddraw.pp svneol=native#text/plain
-packages/ptc/src/win32/directx/p_dinput.pp svneol=native#text/plain
-packages/ptc/src/win32/directx/t_ddraw.h2paschk svneol=native#text/plain
-packages/ptc/src/win32/directx/t_dinput.h2paschk svneol=native#text/plain
-packages/ptc/src/win32/directx/win32directxcheck.inc svneol=native#text/plain
-packages/ptc/src/win32/directx/win32directxconsoled.inc svneol=native#text/plain
-packages/ptc/src/win32/directx/win32directxconsolei.inc svneol=native#text/plain
-packages/ptc/src/win32/directx/win32directxdisplay.inc svneol=native#text/plain
-packages/ptc/src/win32/directx/win32directxdisplayd.inc svneol=native#text/plain
-packages/ptc/src/win32/directx/win32directxhook.inc svneol=native#text/plain
-packages/ptc/src/win32/directx/win32directxhookd.inc svneol=native#text/plain
-packages/ptc/src/win32/directx/win32directxlibrary.inc svneol=native#text/plain
-packages/ptc/src/win32/directx/win32directxlibraryd.inc svneol=native#text/plain
-packages/ptc/src/win32/directx/win32directxprimary.inc svneol=native#text/plain
-packages/ptc/src/win32/directx/win32directxprimaryd.inc svneol=native#text/plain
-packages/ptc/src/win32/directx/win32directxtranslate.inc svneol=native#text/plain
-packages/ptc/src/win32/gdi/win32dibd.inc svneol=native#text/plain
-packages/ptc/src/win32/gdi/win32dibi.inc svneol=native#text/plain
-packages/ptc/src/win32/gdi/win32gdiconsoled.inc svneol=native#text/plain
-packages/ptc/src/win32/gdi/win32gdiconsolei.inc svneol=native#text/plain
-packages/ptc/src/win32/gdi/win32gdihookd.inc svneol=native#text/plain
-packages/ptc/src/win32/gdi/win32gdihooki.inc svneol=native#text/plain
-packages/ptc/src/win32/gdi/win32modesetterd.inc svneol=native#text/plain
-packages/ptc/src/win32/gdi/win32modesetteri.inc svneol=native#text/plain
-packages/ptc/src/win32/gdi/win32openglwindowd.inc svneol=native#text/plain
-packages/ptc/src/win32/gdi/win32openglwindowi.inc svneol=native#text/plain
-packages/ptc/src/wince/base/wincekeyboardd.inc svneol=native#text/plain
-packages/ptc/src/wince/base/wincekeyboardi.inc svneol=native#text/plain
-packages/ptc/src/wince/base/wincemoused.inc svneol=native#text/plain
-packages/ptc/src/wince/base/wincemousei.inc svneol=native#text/plain
-packages/ptc/src/wince/base/wincewindowd.inc svneol=native#text/plain
-packages/ptc/src/wince/base/wincewindowi.inc svneol=native#text/plain
-packages/ptc/src/wince/directx/ddraw.pas svneol=native#text/plain
-packages/ptc/src/wince/gapi/p_gx.pp svneol=native#text/plain
-packages/ptc/src/wince/gapi/wincegapiconsoled.inc svneol=native#text/plain
-packages/ptc/src/wince/gapi/wincegapiconsolei.inc svneol=native#text/plain
-packages/ptc/src/wince/gdi/wincebitmapinfod.inc svneol=native#text/plain
-packages/ptc/src/wince/gdi/wincebitmapinfoi.inc svneol=native#text/plain
-packages/ptc/src/wince/gdi/wincegdiconsoled.inc svneol=native#text/plain
-packages/ptc/src/wince/gdi/wincegdiconsolei.inc svneol=native#text/plain
-packages/ptc/src/wince/includes.inc svneol=native#text/plain
-packages/ptc/src/x11/x11check.inc svneol=native#text/plain
-packages/ptc/src/x11/x11consoled.inc svneol=native#text/plain
-packages/ptc/src/x11/x11consolei.inc svneol=native#text/plain
-packages/ptc/src/x11/x11dga1displayd.inc svneol=native#text/plain
-packages/ptc/src/x11/x11dga1displayi.inc svneol=native#text/plain
-packages/ptc/src/x11/x11dga2displayd.inc svneol=native#text/plain
-packages/ptc/src/x11/x11dga2displayi.inc svneol=native#text/plain
-packages/ptc/src/x11/x11displayd.inc svneol=native#text/plain
-packages/ptc/src/x11/x11displayi.inc svneol=native#text/plain
-packages/ptc/src/x11/x11extensions.inc svneol=native#text/plain
-packages/ptc/src/x11/x11glxfbconfigd.inc svneol=native#text/plain
-packages/ptc/src/x11/x11glxfbconfigi.inc svneol=native#text/plain
-packages/ptc/src/x11/x11imaged.inc svneol=native#text/plain
-packages/ptc/src/x11/x11imagei.inc svneol=native#text/plain
-packages/ptc/src/x11/x11includes.inc svneol=native#text/plain
-packages/ptc/src/x11/x11modesd.inc svneol=native#text/plain
-packages/ptc/src/x11/x11modesi.inc svneol=native#text/plain
-packages/ptc/src/x11/x11unikey.inc svneol=native#text/plain
-packages/ptc/src/x11/x11windowdisplayd.inc svneol=native#text/plain
-packages/ptc/src/x11/x11windowdisplayi.inc svneol=native#text/plain
-packages/ptc/tests/convtest.pp svneol=native#text/plain
-packages/ptc/tests/crtkeys/crtkeys.pas svneol=native#text/plain
-packages/ptc/tests/crtkeys/crtkeys_fpwincrt.txt svneol=native#text/plain
-packages/ptc/tests/crtkeys/crtkeys_go32v2.txt svneol=native#text/plain
-packages/ptc/tests/crtkeys/crtkeys_tp7.txt svneol=native#text/plain
-packages/ptc/tests/crtkeys/ptccrtkeys.pas svneol=native#text/plain
-packages/ptc/tests/endian.inc svneol=native#text/plain
-packages/ptc/tests/event.pp svneol=native#text/plain
-packages/ptc/tests/view.pp svneol=native#text/plain
-packages/pthreads/Makefile svneol=native#text/plain
-packages/pthreads/Makefile.fpc svneol=native#text/plain
-packages/pthreads/Makefile.fpc.fpcmake svneol=native#text/plain
-packages/pthreads/fpmake.pp svneol=native#text/plain
-packages/pthreads/src/pthraix.inc svneol=native#text/plain
-packages/pthreads/src/pthrandroid.inc svneol=native#text/plain
-packages/pthreads/src/pthrbeos.inc svneol=native#text/plain
-packages/pthreads/src/pthrbsd.inc svneol=native#text/plain
-packages/pthreads/src/pthreads.pp svneol=native#text/plain
-packages/pthreads/src/pthrhaiku.inc svneol=native#text/plain
-packages/pthreads/src/pthrlinux.inc svneol=native#text/plain
-packages/pthreads/src/pthrsnos.inc svneol=native#text/plain
-packages/pxlib/Makefile svneol=native#text/plain
-packages/pxlib/Makefile.fpc svneol=native#text/plain
-packages/pxlib/Makefile.fpc.fpcmake svneol=native#text/plain
-packages/pxlib/examples/Makefile svneol=native#text/plain
-packages/pxlib/examples/Makefile.fpc svneol=native#text/plain
-packages/pxlib/examples/ppxview.pp svneol=native#text/plain
-packages/pxlib/fpmake.pp svneol=native#text/plain
-packages/pxlib/src/pxlib.pp svneol=native#text/plain
-packages/qlunits/Makefile svneol=native#text/plain
-packages/qlunits/Makefile.fpc svneol=native#text/plain
-packages/qlunits/README.txt svneol=native#text/plain
-packages/qlunits/examples/mtinf.pas svneol=native#text/plain
-packages/qlunits/examples/qlcube.pas svneol=native#text/plain
-packages/qlunits/examples/sms_info.pas svneol=native#text/plain
-packages/qlunits/fpmake.pp svneol=native#text/plain
-packages/qlunits/src/qdos.pas svneol=native#text/plain
-packages/qlunits/src/qdos_sysvars.inc svneol=native#text/plain
-packages/qlunits/src/qdosfuncs.inc svneol=native#text/plain
-packages/qlunits/src/qlfloat.pas svneol=native#text/plain
-packages/qlunits/src/qlutil.pas svneol=native#text/plain
-packages/qlunits/src/sms.pas svneol=native#text/plain
-packages/qlunits/src/sms_sysvars.inc svneol=native#text/plain
-packages/qlunits/src/smsfuncs.inc svneol=native#text/plain
-packages/qlunits/tests/trecsize.pas svneol=native#text/plain
-packages/qlunits/tests/tsysvars.pas svneol=native#text/plain
-packages/regexpr/Makefile svneol=native#text/plain
-packages/regexpr/Makefile.fpc svneol=native#text/plain
-packages/regexpr/Makefile.fpc.fpcmake svneol=native#text/plain
-packages/regexpr/examples/Makefile svneol=native#text/plain
-packages/regexpr/examples/Makefile.fpc svneol=native#text/plain
-packages/regexpr/examples/demowd.pp svneol=native#text/plain
-packages/regexpr/examples/splitwords.lpi svneol=native#text/plain
-packages/regexpr/examples/splitwords.pp svneol=native#text/plain
-packages/regexpr/examples/testreg1.pp svneol=native#text/plain
-packages/regexpr/examples/testure.pp svneol=native#text/plain
-packages/regexpr/fpmake.pp svneol=native#text/plain
-packages/regexpr/src/old/regexpr.pp svneol=native#text/plain
-packages/regexpr/src/oldregexpr.pp svneol=native#text/pascal
-packages/regexpr/src/regex.pp svneol=native#text/plain
-packages/regexpr/src/regexpr.pas svneol=native#text/pascal
-packages/regexpr/src/uregexpr.pp svneol=native#text/plain
-packages/regexpr/tests/tcregexp.pp svneol=native#text/plain
-packages/regexpr/tests/testregexpr.lpi svneol=native#text/plain
-packages/regexpr/tests/testregexpr.pp svneol=native#text/plain
-packages/rexx/Makefile svneol=native#text/plain
-packages/rexx/Makefile.fpc svneol=native#text/plain
-packages/rexx/Makefile.fpc.fpcmake svneol=native#text/plain
-packages/rexx/examples/Makefile svneol=native#text/plain
-packages/rexx/examples/Makefile.fpc svneol=native#text/plain
-packages/rexx/examples/backward.fnc svneol=native#text/plain
-packages/rexx/examples/callrexx.pas svneol=native#text/plain
-packages/rexx/fpmake.pp svneol=native#text/plain
-packages/rexx/readme.txt svneol=native#text/plain
-packages/rexx/src/rexxsaa.pp svneol=native#text/plain
-packages/rtl-console/Makefile svneol=native#text/plain
-packages/rtl-console/Makefile.fpc svneol=native#text/plain
-packages/rtl-console/Makefile.fpc.fpcmake svneol=native#text/plain
-packages/rtl-console/fpmake.pp svneol=native#text/plain
-packages/rtl-console/src/amicommon/crt.pp svneol=native#text/plain
-packages/rtl-console/src/amicommon/keyboard.pp svneol=native#text/plain
-packages/rtl-console/src/amicommon/mouse.pp svneol=native#text/plain
-packages/rtl-console/src/amicommon/vidcrt.pp svneol=native#text/pascal
-packages/rtl-console/src/amicommon/video.pp svneol=native#text/plain
-packages/rtl-console/src/amicommon/videodata.inc svneol=native#text/plain
-packages/rtl-console/src/emx/crt.pp svneol=native#text/plain
-packages/rtl-console/src/go32v2/crt.pp svneol=native#text/plain
-packages/rtl-console/src/go32v2/keyboard.pp svneol=native#text/plain
-packages/rtl-console/src/go32v2/mouse.pp svneol=native#text/plain
-packages/rtl-console/src/go32v2/vesamode.pp svneol=native#text/plain
-packages/rtl-console/src/go32v2/video.pp svneol=native#text/plain
-packages/rtl-console/src/inc/crt.inc svneol=native#text/plain
-packages/rtl-console/src/inc/crth.inc svneol=native#text/plain
-packages/rtl-console/src/inc/keyboard.inc svneol=native#text/plain
-packages/rtl-console/src/inc/keybrdh.inc svneol=native#text/plain
-packages/rtl-console/src/inc/keyscan.inc svneol=native#text/plain
-packages/rtl-console/src/inc/mouse.inc svneol=native#text/plain
-packages/rtl-console/src/inc/mouseh.inc svneol=native#text/plain
-packages/rtl-console/src/inc/video.inc svneol=native#text/plain
-packages/rtl-console/src/inc/videoh.inc svneol=native#text/plain
-packages/rtl-console/src/msdos/crt.pp svneol=native#text/plain
-packages/rtl-console/src/msdos/keyboard.pp svneol=native#text/plain
-packages/rtl-console/src/msdos/mouse.pp svneol=native#text/plain
-packages/rtl-console/src/msdos/vesamode.pp svneol=native#text/plain
-packages/rtl-console/src/msdos/video.pp svneol=native#text/plain
-packages/rtl-console/src/netware/crt.pp svneol=native#text/plain
-packages/rtl-console/src/netware/keyboard.pp svneol=native#text/plain
-packages/rtl-console/src/netware/mouse.pp svneol=native#text/plain
-packages/rtl-console/src/netware/nwsys.inc svneol=native#text/plain
-packages/rtl-console/src/netware/video.pp svneol=native#text/plain
-packages/rtl-console/src/netwlibc/crt.pp svneol=native#text/plain
-packages/rtl-console/src/netwlibc/keyboard.pp svneol=native#text/plain
-packages/rtl-console/src/netwlibc/mouse.pp svneol=native#text/plain
-packages/rtl-console/src/netwlibc/video.pp svneol=native#text/plain
-packages/rtl-console/src/os2/crt.pp svneol=native#text/plain
-packages/rtl-console/src/os2commn/keyboard.pp svneol=native#text/plain
-packages/rtl-console/src/os2commn/mouse.pp svneol=native#text/plain
-packages/rtl-console/src/os2commn/video.pp svneol=native#text/plain
-packages/rtl-console/src/unix/crt.pp svneol=native#text/plain
-packages/rtl-console/src/unix/keyboard.pp svneol=native#text/plain
-packages/rtl-console/src/unix/mouse.pp svneol=native#text/plain
-packages/rtl-console/src/unix/terminfo.pp svneol=native#text/plain
-packages/rtl-console/src/unix/unixkvmbase.pp svneol=native#text/plain
-packages/rtl-console/src/unix/video.pp svneol=native#text/plain
-packages/rtl-console/src/watcom/crt.pp svneol=native#text/plain
-packages/rtl-console/src/win/crt.pp svneol=native#text/plain
-packages/rtl-console/src/win/keyboard.pp svneol=native#text/plain
-packages/rtl-console/src/win/mouse.pp svneol=native#text/plain
-packages/rtl-console/src/win/video.pp svneol=native#text/plain
-packages/rtl-console/src/win/winevent.pp svneol=native#text/plain
-packages/rtl-console/src/win16/crt.pp svneol=native#text/plain
-packages/rtl-console/src/win16/keyboard.pp svneol=native#text/plain
-packages/rtl-console/src/win16/mouse.pp svneol=native#text/plain
-packages/rtl-console/src/win16/video.pp svneol=native#text/plain
-packages/rtl-console/tests/bios/kbd_us.ods -text svneol=unset#application/vnd.oasis.opendocument.spreadsheet
-packages/rtl-console/tests/bios/us101.bios.txt svneol=native#text/plain
-packages/rtl-console/tests/bios/us101_capslock.bios.txt svneol=native#text/plain
-packages/rtl-console/tests/bios/us101_capslock_lshift.bios.txt svneol=native#text/plain
-packages/rtl-console/tests/bios/us101_lalt.bios.txt svneol=native#text/plain
-packages/rtl-console/tests/bios/us101_lalt_lctrl.bios.txt svneol=native#text/plain
-packages/rtl-console/tests/bios/us101_lalt_lctrl_lshift.bios.txt svneol=native#text/plain
-packages/rtl-console/tests/bios/us101_lalt_lshift.bios.txt svneol=native#text/plain
-packages/rtl-console/tests/bios/us101_lctrl.bios.txt svneol=native#text/plain
-packages/rtl-console/tests/bios/us101_lctrl_lshift.bios.txt svneol=native#text/plain
-packages/rtl-console/tests/bios/us101_lshift.bios.txt svneol=native#text/plain
-packages/rtl-console/tests/bios/us101_numlock.bios.txt svneol=native#text/plain
-packages/rtl-console/tests/bios/us101_numlock_lshift.bios.txt svneol=native#text/plain
-packages/rtl-console/tests/bios/us101_ralt.bios.txt svneol=native#text/plain
-packages/rtl-console/tests/bios/us101_rctrl.bios.txt svneol=native#text/plain
-packages/rtl-console/tests/bios/us101_rshift.bios.txt svneol=native#text/plain
-packages/rtl-console/tests/fpc-3.0.4-win64/us101-bgph1-cp866.dmp svneol=native#text/plain
-packages/rtl-console/tests/fpc-3.0.4-win64/us101-us-lalt.dmp svneol=native#text/plain
-packages/rtl-console/tests/fpc-3.0.4-win64/us101-us-lctrl.dmp svneol=native#text/plain
-packages/rtl-console/tests/fpc-3.0.4-win64/us101-us-lshift.dmp svneol=native#text/plain
-packages/rtl-console/tests/fpc-3.0.4-win64/us101-us-numlock.dmp svneol=native#text/plain
-packages/rtl-console/tests/fpc-3.0.4-win64/us101-us-ralt.dmp svneol=native#text/plain
-packages/rtl-console/tests/fpc-3.0.4-win64/us101-us-rctrl.dmp svneol=native#text/plain
-packages/rtl-console/tests/fpc-3.0.4-win64/us101-us-rshift.dmp svneol=native#text/plain
-packages/rtl-console/tests/fpc-3.0.4-win64/us101-us.dmp svneol=native#text/plain
-packages/rtl-console/tests/kbd1.pp svneol=native#text/plain
-packages/rtl-console/tests/kbd2.pp svneol=native#text/plain
-packages/rtl-console/tests/kbdbdump.pp svneol=native#text/x-pascal
-packages/rtl-console/tests/kbddump.pp svneol=native#text/plain
-packages/rtl-console/tests/kbdtest.pp svneol=native#text/plain
-packages/rtl-console/tests/kbdutil.pp svneol=native#text/plain
-packages/rtl-console/tests/us101.txt svneol=native#text/plain
-packages/rtl-console/tests/video1.pp svneol=native#text/plain
-packages/rtl-console/tests/video1_unix.lpi svneol=native#text/plain
-packages/rtl-console/tests/video1_windows.lpi svneol=native#text/plain
-packages/rtl-console/tests/video2.pp svneol=native#text/plain
-packages/rtl-console/tests/video2_unix.lpi svneol=native#text/plain
-packages/rtl-console/tests/video2_windows.lpi svneol=native#text/plain
-packages/rtl-console/tests/vidutil.pp svneol=native#text/plain
-packages/rtl-extra/Makefile svneol=native#text/plain
-packages/rtl-extra/Makefile.fpc svneol=native#text/plain
-packages/rtl-extra/Makefile.fpc.fpcmake svneol=native#text/plain
-packages/rtl-extra/fpmake.pp svneol=native#text/plain
-packages/rtl-extra/src/aix/clocale.inc svneol=native#text/plain
-packages/rtl-extra/src/aix/osdefs.inc svneol=native#text/plain
-packages/rtl-extra/src/aix/unxsockh.inc svneol=native#text/plain
-packages/rtl-extra/src/amiga/printer.pp svneol=native#text/plain
-packages/rtl-extra/src/amiga/sockets.pp svneol=native#text/plain
-packages/rtl-extra/src/android/clocale.pp svneol=native#text/plain
-packages/rtl-extra/src/android/osdefs.inc svneol=native#text/plain
-packages/rtl-extra/src/android/unxsockh.inc svneol=native#text/plain
-packages/rtl-extra/src/aros/sockets.pp svneol=native#text/plain
-packages/rtl-extra/src/beos/osdefs.inc svneol=native#text/plain
-packages/rtl-extra/src/beos/unixsock.inc svneol=native#text/plain
-packages/rtl-extra/src/beos/unxsockh.inc svneol=native#text/plain
-packages/rtl-extra/src/bsd/clocale.inc svneol=native#text/plain
-packages/rtl-extra/src/bsd/ipcbsd.inc svneol=native#text/plain
-packages/rtl-extra/src/bsd/osdefs.inc svneol=native#text/plain
-packages/rtl-extra/src/darwin/unxsockh.inc svneol=native#text/plain
-packages/rtl-extra/src/dragonfly/unixsock.inc svneol=native#text/plain
-packages/rtl-extra/src/dragonfly/unxsockh.inc svneol=native#text/plain
-packages/rtl-extra/src/freebsd/unixsock.inc svneol=native#text/plain
-packages/rtl-extra/src/freebsd/unxsockh.inc svneol=native#text/plain
-packages/rtl-extra/src/go32v2/printer.pp svneol=native#text/plain
-packages/rtl-extra/src/haiku/osdefs.inc svneol=native#text/plain
-packages/rtl-extra/src/haiku/unixsock.inc svneol=native#text/plain
-packages/rtl-extra/src/haiku/unxsockh.inc svneol=native#text/plain
-packages/rtl-extra/src/inc/matrix.pp svneol=native#text/plain
-packages/rtl-extra/src/inc/mmatimp.inc svneol=native#text/plain
-packages/rtl-extra/src/inc/mvecimp.inc svneol=native#text/plain
-packages/rtl-extra/src/inc/objects.pp svneol=native#text/plain
-packages/rtl-extra/src/inc/printer.inc svneol=native#text/plain
-packages/rtl-extra/src/inc/printerh.inc svneol=native#text/plain
-packages/rtl-extra/src/inc/real48utils.pp svneol=native#text/plain
-packages/rtl-extra/src/inc/sockets.inc svneol=native#text/plain
-packages/rtl-extra/src/inc/socketsh.inc svneol=native#text/plain
-packages/rtl-extra/src/inc/sockovl.inc svneol=native#text/plain
-packages/rtl-extra/src/inc/sortalgs.pp svneol=native#text/plain
-packages/rtl-extra/src/inc/stdsock.inc svneol=native#text/plain
-packages/rtl-extra/src/inc/ucomplex.pp svneol=native#text/plain
-packages/rtl-extra/src/linux/ipccall.inc svneol=native#text/plain
-packages/rtl-extra/src/linux/ipcsys.inc svneol=native#text/plain
-packages/rtl-extra/src/linux/osdefs.inc svneol=native#text/plain
-packages/rtl-extra/src/linux/unixsock.inc svneol=native#text/plain
-packages/rtl-extra/src/linux/unixsockets.inc svneol=native#text/plain
-packages/rtl-extra/src/linux/unixsocketsh.inc svneol=native#text/plain
-packages/rtl-extra/src/linux/unxsockh.inc svneol=native#text/plain
-packages/rtl-extra/src/msdos/printer.pp svneol=native#text/plain
-packages/rtl-extra/src/netbsd/unixsock.inc svneol=native#text/plain
-packages/rtl-extra/src/netbsd/unxsockh.inc svneol=native#text/plain
-packages/rtl-extra/src/netware/netwsockh.inc svneol=native#text/plain
-packages/rtl-extra/src/netware/sockets.pp svneol=native#text/plain
-packages/rtl-extra/src/netwcomn/qos.inc svneol=native#text/plain
-packages/rtl-extra/src/netwcomn/winsock.pp svneol=native#text/plain
-packages/rtl-extra/src/netwlibc/netwsockh.inc svneol=native#text/plain
-packages/rtl-extra/src/netwlibc/sockets.pp svneol=native#text/plain
-packages/rtl-extra/src/openbsd/osdefs.inc svneol=native#text/plain
-packages/rtl-extra/src/openbsd/unixsock.inc svneol=native#text/plain
-packages/rtl-extra/src/openbsd/unxsockh.inc svneol=native#text/plain
-packages/rtl-extra/src/os2/printer.pp svneol=native#text/plain
-packages/rtl-extra/src/os2commn/sockets.pp svneol=native#text/plain
-packages/rtl-extra/src/os2commn/winsock.pp svneol=native#text/plain
-packages/rtl-extra/src/solaris/clocale.inc svneol=native#text/plain
-packages/rtl-extra/src/solaris/osdefs.inc svneol=native#text/plain
-packages/rtl-extra/src/solaris/unxsockh.inc svneol=native#text/plain
-packages/rtl-extra/src/unix/clocale.pp svneol=native#text/plain
-packages/rtl-extra/src/unix/gpm.pp svneol=native#text/plain
-packages/rtl-extra/src/unix/ipc.pp svneol=native#text/plain
-packages/rtl-extra/src/unix/ipccdecl.inc svneol=native#text/plain
-packages/rtl-extra/src/unix/printer.pp svneol=native#text/plain
-packages/rtl-extra/src/unix/serial.pp svneol=native#text/plain
-packages/rtl-extra/src/unix/sockets.pp svneol=native#text/plain
-packages/rtl-extra/src/unix/unixsockets.pp svneol=native#text/plain
-packages/rtl-extra/src/win/fpwinsockh.inc svneol=native#text/plain
-packages/rtl-extra/src/win/printer.pp svneol=native#text/plain
-packages/rtl-extra/src/win/serial.pp svneol=native#text/plain
-packages/rtl-extra/src/win/sockets.pp svneol=native#text/plain
-packages/rtl-extra/src/win/winsock.pp svneol=native#text/plain
-packages/rtl-extra/src/win/winsock2.pp svneol=native#text/plain
-packages/rtl-extra/src/wince/winsock.pp svneol=native#text/plain
-packages/rtl-extra/src/wince/winsock2.pp svneol=native#text/plain
-packages/rtl-generics/Makefile svneol=native#text/plain
-packages/rtl-generics/Makefile.fpc svneol=native#text/plain
-packages/rtl-generics/examples/tarraydouble/tarrayprojectdouble.lpi svneol=native#text/xml
-packages/rtl-generics/examples/tarraydouble/tarrayprojectdouble.lpr svneol=native#text/pascal
-packages/rtl-generics/examples/tarraysingle/tarrayprojectsingle.lpi svneol=native#text/xml
-packages/rtl-generics/examples/tarraysingle/tarrayprojectsingle.lpr svneol=native#text/pascal
-packages/rtl-generics/examples/tcomparer/tcomparerproject.lpi svneol=native#text/xml
-packages/rtl-generics/examples/tcomparer/tcomparerproject.lpr svneol=native#text/pascal
-packages/rtl-generics/examples/thashmap/thashmapproject.lpi svneol=native#text/xml
-packages/rtl-generics/examples/thashmap/thashmapproject.lpr svneol=native#text/pascal
-packages/rtl-generics/examples/thashmapcaseinsensitive/thashmapcaseinsensitive.lpi svneol=native#text/xml
-packages/rtl-generics/examples/thashmapcaseinsensitive/thashmapcaseinsensitive.lpr svneol=native#text/pascal
-packages/rtl-generics/examples/thashmapextendedequalitycomparer/thashmapextendedequalitycomparer.lpi svneol=native#text/xml
-packages/rtl-generics/examples/thashmapextendedequalitycomparer/thashmapextendedequalitycomparer.lpr svneol=native#text/pascal
-packages/rtl-generics/examples/thashset/thashset_exceptwith.lpi svneol=native#text/xml
-packages/rtl-generics/examples/thashset/thashset_exceptwith.lpr svneol=native#text/pascal
-packages/rtl-generics/examples/thashset/thashset_intersectwith.lpi svneol=native#text/xml
-packages/rtl-generics/examples/thashset/thashset_intersectwith.lpr svneol=native#text/pascal
-packages/rtl-generics/examples/thashset/thashset_symmetricexceptwith.lpi svneol=native#text/xml
-packages/rtl-generics/examples/thashset/thashset_symmetricexceptwith.lpr svneol=native#text/pascal
-packages/rtl-generics/examples/thashset/thashset_unionwith.lpi svneol=native#text/xml
-packages/rtl-generics/examples/thashset/thashset_unionwith.lpr svneol=native#text/pascal
-packages/rtl-generics/examples/tobjectlist/tobjectlistproject.lpi svneol=native#text/xml
-packages/rtl-generics/examples/tobjectlist/tobjectlistproject.lpr svneol=native#text/pascal
-packages/rtl-generics/examples/tqueue/tqueueproject.lpi svneol=native#text/xml
-packages/rtl-generics/examples/tqueue/tqueueproject.lpr svneol=native#text/pascal
-packages/rtl-generics/examples/tstack/tstackproject.lpi svneol=native#text/xml
-packages/rtl-generics/examples/tstack/tstackproject.lpr svneol=native#text/pascal
-packages/rtl-generics/fpmake.pp svneol=native#text/pascal
-packages/rtl-generics/readme.txt svneol=native#text/plain
-packages/rtl-generics/src/generics.collections.pas svneol=native#text/pascal
-packages/rtl-generics/src/generics.defaults.pas svneol=native#text/pascal
-packages/rtl-generics/src/generics.hashes.pas svneol=native#text/pascal
-packages/rtl-generics/src/generics.helpers.pas svneol=native#text/pascal
-packages/rtl-generics/src/generics.memoryexpanders.pas svneol=native#text/pascal
-packages/rtl-generics/src/generics.strings.pas svneol=native#text/pascal
-packages/rtl-generics/src/inc/generics.dictionaries.inc svneol=native#text/pascal
-packages/rtl-generics/src/inc/generics.dictionariesh.inc svneol=native#text/pascal
-packages/rtl-generics/tests/testrunner.rtlgenerics.lpi svneol=native#text/plain
-packages/rtl-generics/tests/testrunner.rtlgenerics.pp svneol=native#text/pascal
-packages/rtl-generics/tests/tests.generics.arrayhelper.pas svneol=native#text/pascal
-packages/rtl-generics/tests/tests.generics.bugs.pas svneol=native#text/pascal
-packages/rtl-generics/tests/tests.generics.dictionary.pas svneol=native#text/plain
-packages/rtl-generics/tests/tests.generics.hashmaps.pas svneol=native#text/pascal
-packages/rtl-generics/tests/tests.generics.queue.pas svneol=native#text/plain
-packages/rtl-generics/tests/tests.generics.sets.pas svneol=native#text/pascal
-packages/rtl-generics/tests/tests.generics.stack.pas svneol=native#text/plain
-packages/rtl-generics/tests/tests.generics.stdcollections.pas svneol=native#text/pascal
-packages/rtl-generics/tests/tests.generics.trees.pas svneol=native#text/pascal
-packages/rtl-generics/tests/tests.generics.utils.pas svneol=native#text/pascal
-packages/rtl-objpas/Makefile svneol=native#text/plain
-packages/rtl-objpas/Makefile.fpc svneol=native#text/plain
-packages/rtl-objpas/Makefile.fpc.fpcmake svneol=native#text/plain
-packages/rtl-objpas/fpmake.pp svneol=native#text/plain
-packages/rtl-objpas/src/common/varutils.pp svneol=native#text/plain
-packages/rtl-objpas/src/i386/invoke.inc svneol=native#text/pascal
-packages/rtl-objpas/src/inc/convutil.inc svneol=native#text/plain
-packages/rtl-objpas/src/inc/convutil.pp svneol=native#text/plain
-packages/rtl-objpas/src/inc/convutils.pp svneol=native#text/plain
-packages/rtl-objpas/src/inc/cvarutil.inc svneol=native#text/plain
-packages/rtl-objpas/src/inc/dateutil.inc svneol=native#text/plain
-packages/rtl-objpas/src/inc/dateutil.pp svneol=native#text/plain
-packages/rtl-objpas/src/inc/dateutils.pp svneol=native#text/plain
-packages/rtl-objpas/src/inc/fmtbcd.pp svneol=native#text/plain
-packages/rtl-objpas/src/inc/nullable.pp svneol=native#text/plain
-packages/rtl-objpas/src/inc/rtti.pp svneol=native#text/plain
-packages/rtl-objpas/src/inc/stdconvs.pp svneol=native#text/plain
-packages/rtl-objpas/src/inc/strutils.pp svneol=native#text/plain
-packages/rtl-objpas/src/inc/system.uitypes.pp svneol=native#text/plain
-packages/rtl-objpas/src/inc/varerror.inc svneol=native#text/plain
-packages/rtl-objpas/src/inc/variants.pp svneol=native#text/plain
-packages/rtl-objpas/src/inc/varutilh.inc svneol=native#text/plain
-packages/rtl-objpas/src/inc/varutils.inc svneol=native#text/plain
-packages/rtl-objpas/src/inc/widestrutils.pp svneol=native#text/plain
-packages/rtl-objpas/src/win/varutils.pp svneol=native#text/plain
-packages/rtl-objpas/src/x86_64/invoke.inc svneol=native#text/plain
-packages/rtl-objpas/tests/testrunner.rtlobjpas.pp svneol=native#text/pascal
-packages/rtl-objpas/tests/tests.rtti.impl.pas svneol=native#text/pascal
-packages/rtl-objpas/tests/tests.rtti.invoke.pas svneol=native#text/pascal
-packages/rtl-objpas/tests/tests.rtti.pas svneol=native#text/plain
-packages/rtl-objpas/tests/tests.rtti.util.pas svneol=native#text/pascal
-packages/rtl-unicode/Makefile svneol=native#text/plain
-packages/rtl-unicode/Makefile.fpc svneol=native#text/plain
-packages/rtl-unicode/fpmake.pp svneol=native#text/plain
-packages/rtl-unicode/src/collations/buildcollations.pas svneol=native#text/pascal
-packages/rtl-unicode/src/collations/collation_de.pas svneol=native#text/pascal
-packages/rtl-unicode/src/collations/collation_de_be.inc svneol=native#text/plain
-packages/rtl-unicode/src/collations/collation_de_le.inc svneol=native#text/plain
-packages/rtl-unicode/src/collations/collation_es.pas svneol=native#text/pascal
-packages/rtl-unicode/src/collations/collation_es_be.inc svneol=native#text/pascal
-packages/rtl-unicode/src/collations/collation_es_le.inc svneol=native#text/pascal
-packages/rtl-unicode/src/collations/collation_fr_ca.pas svneol=native#text/pascal
-packages/rtl-unicode/src/collations/collation_ja.pas svneol=native#text/pascal
-packages/rtl-unicode/src/collations/collation_ja_be.inc svneol=native#text/pascal
-packages/rtl-unicode/src/collations/collation_ja_le.inc svneol=native#text/pascal
-packages/rtl-unicode/src/collations/collation_ko.pas svneol=native#text/pascal
-packages/rtl-unicode/src/collations/collation_ko_be.inc svneol=native#text/pascal
-packages/rtl-unicode/src/collations/collation_ko_le.inc svneol=native#text/pascal
-packages/rtl-unicode/src/collations/collation_ru.pas svneol=native#text/pascal
-packages/rtl-unicode/src/collations/collation_ru_be.inc svneol=native#text/pascal
-packages/rtl-unicode/src/collations/collation_ru_le.inc svneol=native#text/pascal
-packages/rtl-unicode/src/collations/collation_sv.pas svneol=native#text/pascal
-packages/rtl-unicode/src/collations/collation_sv_be.inc svneol=native#text/pascal
-packages/rtl-unicode/src/collations/collation_sv_le.inc svneol=native#text/pascal
-packages/rtl-unicode/src/collations/collation_zh.pas svneol=native#text/pascal
-packages/rtl-unicode/src/collations/collation_zh_be.inc svneol=native#text/pascal
-packages/rtl-unicode/src/collations/collation_zh_le.inc svneol=native#text/pascal
-packages/rtl-unicode/src/inc/cp895.pas svneol=native#text/plain
-packages/rtl-unicode/src/inc/cp932.pas svneol=native#text/pascal
-packages/rtl-unicode/src/inc/cp936.pas svneol=native#text/pascal
-packages/rtl-unicode/src/inc/cp949.pas svneol=native#text/pascal
-packages/rtl-unicode/src/inc/cp950.pas svneol=native#text/pascal
-packages/rtl-unicode/src/inc/cpbuildu.pp svneol=native#text/plain
-packages/rtl-unicode/src/inc/eastasianwidth.pp svneol=native#text/plain
-packages/rtl-unicode/src/inc/eastasianwidth_code.inc svneol=native#text/plain
-packages/rtl-unicode/src/inc/freebidi.pp svneol=native#text/plain
-packages/rtl-unicode/src/inc/graphemebreakproperty.pp svneol=native#text/plain
-packages/rtl-unicode/src/inc/graphemebreakproperty_code.inc svneol=native#text/plain
-packages/rtl-unicode/src/inc/ucadata.inc svneol=native#text/pascal
-packages/rtl-unicode/src/inc/ucadata_be.inc svneol=native#text/pascal
-packages/rtl-unicode/src/inc/ucadata_le.inc svneol=native#text/pascal
-packages/rtl-unicode/src/inc/unicodeducet.pas svneol=native#text/pascal
-packages/rtl-unicode/src/inc/utf8bidi.pp svneol=native#text/plain
-packages/sdl/LGPL svneol=native#text/plain
-packages/sdl/LGPL.addon svneol=native#text/plain
-packages/sdl/MPL-1.1 svneol=native#text/plain
-packages/sdl/Makefile svneol=native#text/plain
-packages/sdl/Makefile.fpc svneol=native#text/plain
-packages/sdl/Makefile.fpc.fpcmake svneol=native#text/plain
-packages/sdl/README.txt svneol=native#text/plain
-packages/sdl/fpmake.pp svneol=native#text/plain
-packages/sdl/src/jedi-sdl.inc svneol=native#text/plain
-packages/sdl/src/libxmlparser.pas svneol=native#text/plain
-packages/sdl/src/logger.pas svneol=native#text/plain
-packages/sdl/src/powersdl.inc svneol=native#text/plain
-packages/sdl/src/powersdl_gfx.inc svneol=native#text/plain
-packages/sdl/src/powersdl_image.inc svneol=native#text/plain
-packages/sdl/src/powersdl_mixer.inc svneol=native#text/plain
-packages/sdl/src/powersdl_net.inc svneol=native#text/plain
-packages/sdl/src/powersdl_smpeg.inc svneol=native#text/plain
-packages/sdl/src/powersdl_ttf.inc svneol=native#text/plain
-packages/sdl/src/sdl.pas svneol=native#text/plain
-packages/sdl/src/sdl_gfx.pas svneol=native#text/plain
-packages/sdl/src/sdl_image.pas svneol=native#text/plain
-packages/sdl/src/sdl_mixer.pas svneol=native#text/plain
-packages/sdl/src/sdl_mixer_nosmpeg.pas svneol=native#text/plain
-packages/sdl/src/sdl_net.pas svneol=native#text/plain
-packages/sdl/src/sdl_ttf.pas svneol=native#text/plain
-packages/sdl/src/sdlutils.pas svneol=native#text/plain
-packages/sdl/src/smpeg.pas svneol=native#text/plain
-packages/sndfile/Makefile svneol=native#text/plain
-packages/sndfile/Makefile.fpc svneol=native#text/plain
-packages/sndfile/Makefile.fpc.fpcmake svneol=native#text/plain
-packages/sndfile/README.txt svneol=native#text/plain
-packages/sndfile/examples/sfplay.pp svneol=native#text/plain
-packages/sndfile/fpmake_disabled.pp svneol=native#text/plain
-packages/sndfile/scripts/testc.c svneol=native#text/plain
-packages/sndfile/src/sndfile.pp svneol=native#text/plain
-packages/sqlite/Makefile svneol=native#text/plain
-packages/sqlite/Makefile.fpc svneol=native#text/plain
-packages/sqlite/Makefile.fpc.fpcmake svneol=native#text/plain
-packages/sqlite/examples/myext.lpi svneol=native#text/plain
-packages/sqlite/examples/myext.pp svneol=native#text/plain
-packages/sqlite/fpmake.pp svneol=native#text/plain
-packages/sqlite/src/sqlite.pp svneol=native#text/plain
-packages/sqlite/src/sqlite3.inc svneol=native#text/plain
-packages/sqlite/src/sqlite3.pp svneol=native#text/plain
-packages/sqlite/src/sqlite3db.pas svneol=native#text/x-pascal
-packages/sqlite/src/sqlite3dyn.pp svneol=native#text/plain
-packages/sqlite/src/sqlite3ext.pp svneol=native#text/plain
-packages/sqlite/src/sqlitedb.pas svneol=native#text/plain
-packages/sqlite/tests/test.pas svneol=native#text/plain
-packages/sqlite/tests/testapiv3x.README svneol=native#text/plain
-packages/sqlite/tests/testapiv3x.pp svneol=native#text/plain
-packages/svgalib/Makefile svneol=native#text/plain
-packages/svgalib/Makefile.fpc svneol=native#text/plain
-packages/svgalib/Makefile.fpc.fpcmake svneol=native#text/plain
-packages/svgalib/README.txt svneol=native#text/plain
-packages/svgalib/examples/Makefile svneol=native#text/plain
-packages/svgalib/examples/Makefile.fpc svneol=native#text/plain
-packages/svgalib/examples/testvga.pp svneol=native#text/plain
-packages/svgalib/examples/vgatest.pp svneol=native#text/plain
-packages/svgalib/fpmake.pp svneol=native#text/plain
-packages/svgalib/src/svgalib.pp svneol=native#text/plain
-packages/svgalib/src/vgamouse.h svneol=native#text/plain
-packages/svgalib/src/vgamouse.pp svneol=native#text/plain
-packages/symbolic/Makefile svneol=native#text/plain
-packages/symbolic/Makefile.fpc svneol=native#text/plain
-packages/symbolic/Makefile.fpc.fpcmake svneol=native#text/plain
-packages/symbolic/doc/optimization.txt svneol=native#text/plain
-packages/symbolic/doc/symbolic.txt svneol=native#text/plain
-packages/symbolic/examples/Makefile svneol=native#text/plain
-packages/symbolic/examples/Makefile.fpc svneol=native#text/plain
-packages/symbolic/examples/easyevalexample.pp svneol=native#text/plain
-packages/symbolic/examples/evaltest.pas svneol=native#text/plain
-packages/symbolic/examples/rpnthing.pas svneol=native#text/plain
-packages/symbolic/fpmake.pp svneol=native#text/plain
-packages/symbolic/src/exprstrs.inc svneol=native#text/plain
-packages/symbolic/src/parsexpr.inc svneol=native#text/plain
-packages/symbolic/src/rearrang.inc svneol=native#text/plain
-packages/symbolic/src/symbexpr.inc svneol=native#text/plain
-packages/symbolic/src/symbolic.pas svneol=native#text/plain
-packages/symbolic/src/teval.inc svneol=native#text/plain
-packages/syslog/Makefile svneol=native#text/plain
-packages/syslog/Makefile.fpc svneol=native#text/plain
-packages/syslog/Makefile.fpc.fpcmake svneol=native#text/plain
-packages/syslog/examples/Makefile svneol=native#text/plain
-packages/syslog/examples/Makefile.fpc svneol=native#text/plain
-packages/syslog/examples/testlog.pp svneol=native#text/plain
-packages/syslog/fpmake.pp svneol=native#text/plain
-packages/syslog/src/systemlog.pp svneol=native#text/plain
-packages/tcl/Makefile svneol=native#text/plain
-packages/tcl/Makefile.fpc svneol=native#text/plain
-packages/tcl/Makefile.fpc.fpcmake svneol=native#text/plain
-packages/tcl/fpmake.pp svneol=native#text/plain
-packages/tcl/src/tcl80.pp svneol=native#text/plain
-packages/tcl/tests/tcl_demo.pp svneol=native#text/plain
-packages/tcl/tests/test.tcl svneol=native#text/plain
-packages/tosunits/Makefile svneol=native#text/plain
-packages/tosunits/Makefile.fpc svneol=native#text/plain
-packages/tosunits/README.txt svneol=native#text/plain
-packages/tosunits/examples/gemcube.pas svneol=native#text/plain
-packages/tosunits/examples/gemwin.pas svneol=native#text/plain
-packages/tosunits/examples/higem.pas svneol=native#text/plain
-packages/tosunits/examples/showpic.inc svneol=native#text/plain
-packages/tosunits/examples/showpic.pas svneol=native#text/plain
-packages/tosunits/fpmake.pp svneol=native#text/plain
-packages/tosunits/src/aes.pas svneol=native#text/plain
-packages/tosunits/src/gemdos.pas svneol=native#text/plain
-packages/tosunits/src/vdi.pas svneol=native#text/plain
-packages/tosunits/src/xbios.pas svneol=native#text/plain
-packages/tplylib/Makefile svneol=native#text/plain
-packages/tplylib/Makefile.fpc svneol=native#text/plain
-packages/tplylib/fpmake.pp svneol=native#text/pascal
-packages/tplylib/src/lexlib.pas svneol=native#text/pascal
-packages/tplylib/src/yacclib.pas svneol=native#text/pascal
-packages/univint/Makefile svneol=native#text/plain
-packages/univint/Makefile.fpc svneol=native#text/plain
-packages/univint/Makefile.fpc.fpcmake svneol=native#text/plain
-packages/univint/examples/Makefile svneol=native#text/plain
-packages/univint/examples/Makefile.fpc svneol=native#text/plain
-packages/univint/examples/controldemo.pas svneol=native#text/plain
-packages/univint/fpmake.pp svneol=native#text/plain
-packages/univint/src/ABActions.pas svneol=native#text/plain
-packages/univint/src/ABAddressBook.pas svneol=native#text/plain
-packages/univint/src/ABGlobals.pas svneol=native#text/plain
-packages/univint/src/ABPeoplePicker.pas svneol=native#text/plain
-packages/univint/src/ABTypedefs.pas svneol=native#text/plain
-packages/univint/src/AEDataModel.pas svneol=native#text/plain
-packages/univint/src/AEHelpers.pas svneol=native#text/plain
-packages/univint/src/AEInteraction.pas svneol=native#text/plain
-packages/univint/src/AEMach.pas svneol=native#text/plain
-packages/univint/src/AEObjects.pas svneol=native#text/plain
-packages/univint/src/AEPackObject.pas svneol=native#text/plain
-packages/univint/src/AERegistry.pas svneol=native#text/plain
-packages/univint/src/AEUserTermTypes.pas svneol=native#text/plain
-packages/univint/src/AIFF.pas svneol=native#text/plain
-packages/univint/src/ASDebugging.pas svneol=native#text/plain
-packages/univint/src/ASRegistry.pas svneol=native#text/plain
-packages/univint/src/ATSFont.pas svneol=native#text/plain
-packages/univint/src/ATSLayoutTypes.pas svneol=native#text/plain
-packages/univint/src/ATSTypes.pas svneol=native#text/plain
-packages/univint/src/ATSUnicodeDirectAccess.pas svneol=native#text/plain
-packages/univint/src/ATSUnicodeDrawing.pas svneol=native#text/plain
-packages/univint/src/ATSUnicodeFlattening.pas svneol=native#text/plain
-packages/univint/src/ATSUnicodeFonts.pas svneol=native#text/plain
-packages/univint/src/ATSUnicodeGlyphs.pas svneol=native#text/plain
-packages/univint/src/ATSUnicodeObjects.pas svneol=native#text/plain
-packages/univint/src/ATSUnicodeTypes.pas svneol=native#text/plain
-packages/univint/src/AUComponent.pas svneol=native#text/plain
-packages/univint/src/AVLTree.pas svneol=native#text/plain
-packages/univint/src/AXActionConstants.pas svneol=native#text/plain
-packages/univint/src/AXAttributeConstants.pas svneol=native#text/plain
-packages/univint/src/AXConstants.pas svneol=native#text/plain
-packages/univint/src/AXErrors.pas svneol=native#text/plain
-packages/univint/src/AXNotificationConstants.pas svneol=native#text/plain
-packages/univint/src/AXRoleConstants.pas svneol=native#text/plain
-packages/univint/src/AXTextAttributedString.pas svneol=native#text/plain
-packages/univint/src/AXUIElement.pas svneol=native#text/plain
-packages/univint/src/AXValue.pas svneol=native#text/plain
-packages/univint/src/AXValueConstants.pas svneol=native#text/plain
-packages/univint/src/Accessibility.pas svneol=native#text/plain
-packages/univint/src/Aliases.pas svneol=native#text/plain
-packages/univint/src/Appearance.pas svneol=native#text/plain
-packages/univint/src/AppleDiskPartitions.pas svneol=native#text/plain
-packages/univint/src/AppleEvents.pas svneol=native#text/plain
-packages/univint/src/AppleHelp.pas svneol=native#text/plain
-packages/univint/src/AppleScript.pas svneol=native#text/plain
-packages/univint/src/AudioCodecs.pas svneol=native#text/plain
-packages/univint/src/AudioComponents.pas svneol=native#text/plain
-packages/univint/src/AudioConverter.pas svneol=native#text/plain
-packages/univint/src/AudioFile.pas svneol=native#text/plain
-packages/univint/src/AudioFileComponents.pas svneol=native#text/plain
-packages/univint/src/AudioFileStream.pas svneol=native#text/plain
-packages/univint/src/AudioFormat.pas svneol=native#text/plain
-packages/univint/src/AudioHardware.pas svneol=native#text/plain
-packages/univint/src/AudioHardwareBase.pas svneol=native#text/plain
-packages/univint/src/AudioHardwareDeprecated.pas svneol=native#text/plain
-packages/univint/src/AudioHardwareService.pas svneol=native#text/plain
-packages/univint/src/AudioOutputUnit.pas svneol=native#text/plain
-packages/univint/src/AudioQueue.pas svneol=native#text/plain
-packages/univint/src/AudioServices.pas svneol=native#text/plain
-packages/univint/src/AudioUnitCarbonViews.pas svneol=native#text/plain
-packages/univint/src/AudioUnitParameters.pas svneol=native#text/plain
-packages/univint/src/AudioUnitProperties.pas svneol=native#text/plain
-packages/univint/src/AudioUnitUtilities.pas svneol=native#text/plain
-packages/univint/src/AuthSession.pas svneol=native#text/plain
-packages/univint/src/Authorization.pas svneol=native#text/plain
-packages/univint/src/AuthorizationDB.pas svneol=native#text/plain
-packages/univint/src/AuthorizationPlugin.pas svneol=native#text/plain
-packages/univint/src/AuthorizationTags.pas svneol=native#text/plain
-packages/univint/src/BackupCore.pas svneol=native#text/plain
-packages/univint/src/CFArray.pas svneol=native#text/plain
-packages/univint/src/CFAttributedString.pas svneol=native#text/plain
-packages/univint/src/CFBag.pas svneol=native#text/plain
-packages/univint/src/CFBase.pas svneol=native#text/plain
-packages/univint/src/CFBinaryHeap.pas svneol=native#text/plain
-packages/univint/src/CFBitVector.pas svneol=native#text/plain
-packages/univint/src/CFBundle.pas svneol=native#text/plain
-packages/univint/src/CFByteOrders.pas svneol=native#text/plain
-packages/univint/src/CFCalendar.pas svneol=native#text/plain
-packages/univint/src/CFCharacterSet.pas svneol=native#text/plain
-packages/univint/src/CFData.pas svneol=native#text/plain
-packages/univint/src/CFDate.pas svneol=native#text/plain
-packages/univint/src/CFDateFormatter.pas svneol=native#text/plain
-packages/univint/src/CFDictionary.pas svneol=native#text/plain
-packages/univint/src/CFError.pas svneol=native#text/plain
-packages/univint/src/CFFTPStream.pas svneol=native#text/plain
-packages/univint/src/CFFileDescriptor.pas svneol=native#text/plain
-packages/univint/src/CFFileSecurity.pas svneol=native#text/plain
-packages/univint/src/CFHTTPAuthentication.pas svneol=native#text/plain
-packages/univint/src/CFHTTPMessage.pas svneol=native#text/plain
-packages/univint/src/CFHTTPStream.pas svneol=native#text/plain
-packages/univint/src/CFHost.pas svneol=native#text/plain
-packages/univint/src/CFLocale.pas svneol=native#text/plain
-packages/univint/src/CFMachPort.pas svneol=native#text/plain
-packages/univint/src/CFMessagePort.pas svneol=native#text/plain
-packages/univint/src/CFNetDiagnostics.pas svneol=native#text/plain
-packages/univint/src/CFNetServices.pas svneol=native#text/plain
-packages/univint/src/CFNetworkErrorss.pas svneol=native#text/plain
-packages/univint/src/CFNotificationCenter.pas svneol=native#text/plain
-packages/univint/src/CFNumber.pas svneol=native#text/plain
-packages/univint/src/CFNumberFormatter.pas svneol=native#text/plain
-packages/univint/src/CFPlugIn.pas svneol=native#text/plain
-packages/univint/src/CFPlugInCOM.pas svneol=native#text/plain
-packages/univint/src/CFPreferences.pas svneol=native#text/plain
-packages/univint/src/CFPropertyList.pas svneol=native#text/plain
-packages/univint/src/CFProxySupport.pas svneol=native#text/plain
-packages/univint/src/CFRunLoop.pas svneol=native#text/plain
-packages/univint/src/CFSet.pas svneol=native#text/plain
-packages/univint/src/CFSocket.pas svneol=native#text/plain
-packages/univint/src/CFSocketStream.pas svneol=native#text/plain
-packages/univint/src/CFStream.pas svneol=native#text/plain
-packages/univint/src/CFString.pas svneol=native#text/plain
-packages/univint/src/CFStringEncodingExt.pas svneol=native#text/plain
-packages/univint/src/CFStringTokenizer.pas svneol=native#text/plain
-packages/univint/src/CFTimeZone.pas svneol=native#text/plain
-packages/univint/src/CFTree.pas svneol=native#text/plain
-packages/univint/src/CFURL.pas svneol=native#text/plain
-packages/univint/src/CFURLAccess.pas svneol=native#text/plain
-packages/univint/src/CFURLEnumerator.pas svneol=native#text/plain
-packages/univint/src/CFUUID.pas svneol=native#text/plain
-packages/univint/src/CFUserNotification.pas svneol=native#text/plain
-packages/univint/src/CFXMLNode.pas svneol=native#text/plain
-packages/univint/src/CFXMLParser.pas svneol=native#text/plain
-packages/univint/src/CGAffineTransforms.pas svneol=native#text/plain
-packages/univint/src/CGBase.pas svneol=native#text/plain
-packages/univint/src/CGBitmapContext.pas svneol=native#text/plain
-packages/univint/src/CGColor.pas svneol=native#text/plain
-packages/univint/src/CGColorSpace.pas svneol=native#text/plain
-packages/univint/src/CGContext.pas svneol=native#text/plain
-packages/univint/src/CGDataConsumer.pas svneol=native#text/plain
-packages/univint/src/CGDataProvider.pas svneol=native#text/plain
-packages/univint/src/CGDirectDisplay.pas svneol=native#text/plain
-packages/univint/src/CGDirectPalette.pas svneol=native#text/plain
-packages/univint/src/CGDisplayConfiguration.pas svneol=native#text/plain
-packages/univint/src/CGDisplayFades.pas svneol=native#text/plain
-packages/univint/src/CGErrors.pas svneol=native#text/plain
-packages/univint/src/CGEvent.pas svneol=native#text/plain
-packages/univint/src/CGEventSource.pas svneol=native#text/plain
-packages/univint/src/CGEventTypes.pas svneol=native#text/plain
-packages/univint/src/CGFont.pas svneol=native#text/plain
-packages/univint/src/CGFunction.pas svneol=native#text/plain
-packages/univint/src/CGGLContext.pas svneol=native#text/plain
-packages/univint/src/CGGeometry.pas svneol=native#text/plain
-packages/univint/src/CGGradient.pas svneol=native#text/plain
-packages/univint/src/CGImage.pas svneol=native#text/plain
-packages/univint/src/CGImageDestination.pas svneol=native#text/plain
-packages/univint/src/CGImageMetadata.pas svneol=native#text/plain
-packages/univint/src/CGImageProperties.pas svneol=native#text/plain
-packages/univint/src/CGImageSource.pas svneol=native#text/plain
-packages/univint/src/CGLCurrent.pas svneol=native#text/plain
-packages/univint/src/CGLDevice.pas svneol=native#text/plain
-packages/univint/src/CGLProfiler.pas svneol=native#text/plain
-packages/univint/src/CGLProfilerFunctionEnums.pas svneol=native#text/plain
-packages/univint/src/CGLRenderers.pas svneol=native#text/plain
-packages/univint/src/CGLTypes.pas svneol=native#text/plain
-packages/univint/src/CGLayer.pas svneol=native#text/plain
-packages/univint/src/CGPDFArray.pas svneol=native#text/plain
-packages/univint/src/CGPDFContentStream.pas svneol=native#text/plain
-packages/univint/src/CGPDFContext.pas svneol=native#text/plain
-packages/univint/src/CGPDFDictionary.pas svneol=native#text/plain
-packages/univint/src/CGPDFDocument.pas svneol=native#text/plain
-packages/univint/src/CGPDFObject.pas svneol=native#text/plain
-packages/univint/src/CGPDFOperatorTable.pas svneol=native#text/plain
-packages/univint/src/CGPDFPage.pas svneol=native#text/plain
-packages/univint/src/CGPDFScanner.pas svneol=native#text/plain
-packages/univint/src/CGPDFStream.pas svneol=native#text/plain
-packages/univint/src/CGPDFString.pas svneol=native#text/plain
-packages/univint/src/CGPSConverter.pas svneol=native#text/plain
-packages/univint/src/CGPath.pas svneol=native#text/plain
-packages/univint/src/CGPattern.pas svneol=native#text/plain
-packages/univint/src/CGRemoteOperation.pas svneol=native#text/plain
-packages/univint/src/CGSession.pas svneol=native#text/plain
-packages/univint/src/CGShading.pas svneol=native#text/plain
-packages/univint/src/CGWindow.pas svneol=native#text/plain
-packages/univint/src/CGWindowLevels.pas svneol=native#text/plain
-packages/univint/src/CMCalibrator.pas svneol=native#text/plain
-packages/univint/src/CSIdentity.pas svneol=native#text/plain
-packages/univint/src/CSIdentityAuthority.pas svneol=native#text/plain
-packages/univint/src/CSIdentityBase.pas svneol=native#text/plain
-packages/univint/src/CSIdentityQuery.pas svneol=native#text/plain
-packages/univint/src/CTFont.pas svneol=native#text/plain
-packages/univint/src/CTFontCollection.pas svneol=native#text/plain
-packages/univint/src/CTFontDescriptor.pas svneol=native#text/plain
-packages/univint/src/CTFontManager.pas svneol=native#text/plain
-packages/univint/src/CTFontManagerErrors.pas svneol=native#text/plain
-packages/univint/src/CTFontTraits.pas svneol=native#text/plain
-packages/univint/src/CTFrame.pas svneol=native#text/plain
-packages/univint/src/CTFramesetter.pas svneol=native#text/plain
-packages/univint/src/CTGlyphInfo.pas svneol=native#text/plain
-packages/univint/src/CTLine.pas svneol=native#text/plain
-packages/univint/src/CTParagraphStyle.pas svneol=native#text/plain
-packages/univint/src/CTRun.pas svneol=native#text/plain
-packages/univint/src/CTStringAttributes.pas svneol=native#text/plain
-packages/univint/src/CTTextTab.pas svneol=native#text/plain
-packages/univint/src/CTTypesetter.pas svneol=native#text/plain
-packages/univint/src/CVBase.pas svneol=native#text/plain
-packages/univint/src/CVBuffer.pas svneol=native#text/plain
-packages/univint/src/CVDisplayLink.pas svneol=native#text/plain
-packages/univint/src/CVHostTime.pas svneol=native#text/plain
-packages/univint/src/CVImageBuffer.pas svneol=native#text/plain
-packages/univint/src/CVOpenGLBuffer.pas svneol=native#text/plain
-packages/univint/src/CVOpenGLBufferPool.pas svneol=native#text/plain
-packages/univint/src/CVOpenGLTexture.pas svneol=native#text/plain
-packages/univint/src/CVOpenGLTextureCache.pas svneol=native#text/plain
-packages/univint/src/CVPixelBuffer.pas svneol=native#text/plain
-packages/univint/src/CVPixelBufferIOSurface.pas svneol=native#text/plain
-packages/univint/src/CVPixelBufferPool.pas svneol=native#text/plain
-packages/univint/src/CVPixelFormatDescription.pas svneol=native#text/plain
-packages/univint/src/CVReturns.pas svneol=native#text/plain
-packages/univint/src/CaptiveNetwork.pas svneol=native#text/plain
-packages/univint/src/CarbonEvents.pas svneol=native#text/plain
-packages/univint/src/CarbonEventsCore.pas svneol=native#text/plain
-packages/univint/src/CodeFragments.pas svneol=native#text/plain
-packages/univint/src/Collections.pas svneol=native#text/plain
-packages/univint/src/ColorPicker.pas svneol=native#text/plain
-packages/univint/src/ColorSyncCMM.pas svneol=native#text/plain
-packages/univint/src/ColorSyncDeprecated.pas svneol=native#text/plain
-packages/univint/src/ColorSyncDevice.pas svneol=native#text/plain
-packages/univint/src/ColorSyncProfile.pas svneol=native#text/plain
-packages/univint/src/ColorSyncTransform.pas svneol=native#text/plain
-packages/univint/src/Components.pas svneol=native#text/plain
-packages/univint/src/ConditionalMacros.pas svneol=native#text/plain
-packages/univint/src/ControlDefinitions.pas svneol=native#text/plain
-packages/univint/src/Controls.pas svneol=native#text/plain
-packages/univint/src/CoreAudioTypes.pas svneol=native#text/plain
-packages/univint/src/CoreFoundation.pas svneol=native#text/plain
-packages/univint/src/CoreGraphics.pas svneol=native#text/plain
-packages/univint/src/CoreText.pas svneol=native#text/plain
-packages/univint/src/DADisk.pas svneol=native#text/plain
-packages/univint/src/DASession.pas svneol=native#text/plain
-packages/univint/src/DHCPClientPreferences.pas svneol=native#text/plain
-packages/univint/src/DateTimeUtils.pas svneol=native#text/plain
-packages/univint/src/Debugging.pas svneol=native#text/plain
-packages/univint/src/Dialogs.pas svneol=native#text/plain
-packages/univint/src/Dictionary.pas svneol=native#text/plain
-packages/univint/src/DictionaryServices.pas svneol=native#text/plain
-packages/univint/src/DigitalHubRegistry.pas svneol=native#text/plain
-packages/univint/src/Displays.pas svneol=native#text/plain
-packages/univint/src/Drag.pas svneol=native#text/plain
-packages/univint/src/DrawSprocket.pas svneol=native#text/plain
-packages/univint/src/DriverServices.pas svneol=native#text/plain
-packages/univint/src/DriverSynchronization.pas svneol=native#text/plain
-packages/univint/src/Endian.pas svneol=native#text/plain
-packages/univint/src/Events.pas svneol=native#text/plain
-packages/univint/src/FSEvents.pas svneol=native#text/plain
-packages/univint/src/FileTypesAndCreators.pas svneol=native#text/plain
-packages/univint/src/Files.pas svneol=native#text/plain
-packages/univint/src/Finder.pas svneol=native#text/plain
-packages/univint/src/FinderRegistry.pas svneol=native#text/plain
-packages/univint/src/FixMath.pas svneol=native#text/plain
-packages/univint/src/Folders.pas svneol=native#text/plain
-packages/univint/src/FontPanel.pas svneol=native#text/plain
-packages/univint/src/FontSync.pas svneol=native#text/plain
-packages/univint/src/Fonts.pas svneol=native#text/plain
-packages/univint/src/GPCStrings.pas svneol=native#text/plain
-packages/univint/src/GestaltEqu.pas svneol=native#text/plain
-packages/univint/src/HFSVolumes.pas svneol=native#text/plain
-packages/univint/src/HIAccessibility.pas svneol=native#text/plain
-packages/univint/src/HIArchive.pas svneol=native#text/plain
-packages/univint/src/HIButtonViews.pas svneol=native#text/plain
-packages/univint/src/HIClockView.pas svneol=native#text/plain
-packages/univint/src/HIComboBox.pas svneol=native#text/plain
-packages/univint/src/HIContainerViews.pas svneol=native#text/plain
-packages/univint/src/HIDataBrowser.pas svneol=native#text/plain
-packages/univint/src/HIDisclosureViews.pas svneol=native#text/plain
-packages/univint/src/HIGeometry.pas svneol=native#text/plain
-packages/univint/src/HIImageViews.pas svneol=native#text/plain
-packages/univint/src/HILittleArrows.pas svneol=native#text/plain
-packages/univint/src/HIMenuView.pas svneol=native#text/plain
-packages/univint/src/HIMovieView.pas svneol=native#text/plain
-packages/univint/src/HIObject.pas svneol=native#text/plain
-packages/univint/src/HIPopupButton.pas svneol=native#text/plain
-packages/univint/src/HIProgressViews.pas svneol=native#text/plain
-packages/univint/src/HIRelevanceBar.pas svneol=native#text/plain
-packages/univint/src/HIScrollView.pas svneol=native#text/plain
-packages/univint/src/HISearchField.pas svneol=native#text/plain
-packages/univint/src/HISegmentedView.pas svneol=native#text/plain
-packages/univint/src/HISeparator.pas svneol=native#text/plain
-packages/univint/src/HIShape.pas svneol=native#text/plain
-packages/univint/src/HISlider.pas svneol=native#text/plain
-packages/univint/src/HITabbedView.pas svneol=native#text/plain
-packages/univint/src/HITextLengthFilter.pas svneol=native#text/plain
-packages/univint/src/HITextUtils.pas svneol=native#text/plain
-packages/univint/src/HITextViews.pas svneol=native#text/plain
-packages/univint/src/HITheme.pas svneol=native#text/plain
-packages/univint/src/HIToolbar.pas svneol=native#text/plain
-packages/univint/src/HIToolbox.pas svneol=native#text/plain
-packages/univint/src/HIToolboxDebugging.pas svneol=native#text/plain
-packages/univint/src/HIView.pas svneol=native#text/plain
-packages/univint/src/HIWindowViews.pas svneol=native#text/plain
-packages/univint/src/HTMLRendering.pas svneol=native#text/plain
-packages/univint/src/HostTime.pas svneol=native#text/plain
-packages/univint/src/IBCarbonRuntime.pas svneol=native#text/plain
-packages/univint/src/ICAApplication.pas svneol=native#text/plain
-packages/univint/src/ICACamera.pas svneol=native#text/plain
-packages/univint/src/ICADevice.pas svneol=native#text/plain
-packages/univint/src/IOKitReturn.pas svneol=native#text/plain
-packages/univint/src/IOSurfaceAPI.pas svneol=native#text/plain
-packages/univint/src/IconStorage.pas svneol=native#text/plain
-packages/univint/src/Icons.pas svneol=native#text/plain
-packages/univint/src/IconsCore.pas svneol=native#text/plain
-packages/univint/src/ImageCodec.pas svneol=native#text/plain
-packages/univint/src/ImageCompression.pas svneol=native#text/plain
-packages/univint/src/InternetConfig.pas svneol=native#text/plain
-packages/univint/src/IntlResources.pas svneol=native#text/plain
-packages/univint/src/KeyEvents.pas svneol=native#text/plain
-packages/univint/src/Keyboards.pas svneol=native#text/plain
-packages/univint/src/KeychainCore.pas svneol=native#text/plain
-packages/univint/src/KeychainHI.pas svneol=native#text/plain
-packages/univint/src/LSInfo.pas svneol=native#text/plain
-packages/univint/src/LSOpen.pas svneol=native#text/plain
-packages/univint/src/LSQuarantine.pas svneol=native#text/plain
-packages/univint/src/LSSharedFileList.pas svneol=native#text/plain
-packages/univint/src/LanguageAnalysis.pas svneol=native#text/plain
-packages/univint/src/Lists.pas svneol=native#text/plain
-packages/univint/src/LowMem.pas svneol=native#text/plain
-packages/univint/src/MDExternalDatastore.pas svneol=native#text/plain
-packages/univint/src/MDImporter.pas svneol=native#text/plain
-packages/univint/src/MDItem.pas svneol=native#text/plain
-packages/univint/src/MDLineage.pas svneol=native#text/plain
-packages/univint/src/MDQuery.pas svneol=native#text/plain
-packages/univint/src/MDSchema.pas svneol=native#text/plain
-packages/univint/src/MIDIDriver.pas svneol=native#text/plain
-packages/univint/src/MIDIServices.pas svneol=native#text/plain
-packages/univint/src/MIDISetup.pas svneol=native#text/plain
-packages/univint/src/MIDIThruConnection.pas svneol=native#text/plain
-packages/univint/src/MacApplication.pas svneol=native#text/plain
-packages/univint/src/MacErrors.pas svneol=native#text/plain
-packages/univint/src/MacHelp.pas svneol=native#text/plain
-packages/univint/src/MacLocales.pas svneol=native#text/plain
-packages/univint/src/MacMemory.pas svneol=native#text/plain
-packages/univint/src/MacOS.pas svneol=native#text/plain
-packages/univint/src/MacOSAll.pas svneol=native#text/plain
-packages/univint/src/MacOSXPosix.pas svneol=native#text/plain
-packages/univint/src/MacOpenGL.pas svneol=native#text/plain
-packages/univint/src/MacTextEditor.pas svneol=native#text/plain
-packages/univint/src/MacTypes.pas svneol=native#text/plain
-packages/univint/src/MacWindows.pas svneol=native#text/plain
-packages/univint/src/MachineExceptions.pas svneol=native#text/plain
-packages/univint/src/Math64.pas svneol=native#text/plain
-packages/univint/src/MediaHandlers.pas svneol=native#text/plain
-packages/univint/src/Menus.pas svneol=native#text/plain
-packages/univint/src/MixedMode.pas svneol=native#text/plain
-packages/univint/src/Movies.pas svneol=native#text/plain
-packages/univint/src/MoviesFormat.pas svneol=native#text/plain
-packages/univint/src/MultiProcessingInfo.pas svneol=native#text/plain
-packages/univint/src/Multiprocessing.pas svneol=native#text/plain
-packages/univint/src/MusicDevice.pas svneol=native#text/plain
-packages/univint/src/NSL.pas svneol=native#text/plain
-packages/univint/src/NSLCore.pas svneol=native#text/plain
-packages/univint/src/Navigation.pas svneol=native#text/plain
-packages/univint/src/Notification.pas svneol=native#text/plain
-packages/univint/src/NumberFormatting.pas svneol=native#text/plain
-packages/univint/src/OSA.pas svneol=native#text/plain
-packages/univint/src/OSAComp.pas svneol=native#text/plain
-packages/univint/src/OSAGeneric.pas svneol=native#text/plain
-packages/univint/src/OSUtils.pas svneol=native#text/plain
-packages/univint/src/ObjCRuntime.pas svneol=native#text/plain
-packages/univint/src/OpenTransport.pas svneol=native#text/plain
-packages/univint/src/OpenTransportProtocol.pas svneol=native#text/plain
-packages/univint/src/OpenTransportProviders.pas svneol=native#text/plain
-packages/univint/src/PEFBinaryFormat.pas svneol=native#text/plain
-packages/univint/src/PLStringFuncs.pas svneol=native#text/plain
-packages/univint/src/PMApplication.pas svneol=native#text/plain
-packages/univint/src/PMApplicationDeprecated.pas svneol=native#text/plain
-packages/univint/src/PMCore.pas svneol=native#text/plain
-packages/univint/src/PMCoreDeprecated.pas svneol=native#text/plain
-packages/univint/src/PMDefinitions.pas svneol=native#text/plain
-packages/univint/src/PMDefinitionsDeprecated.pas svneol=native#text/plain
-packages/univint/src/PMErrors.pas svneol=native#text/plain
-packages/univint/src/PMPrintAETypes.pas svneol=native#text/plain
-packages/univint/src/PMPrintSettingsKeys.pas svneol=native#text/plain
-packages/univint/src/PMPrintingDialogExtensions.pas svneol=native#text/plain
-packages/univint/src/Palettes.pas svneol=native#text/plain
-packages/univint/src/Pasteboard.pas svneol=native#text/plain
-packages/univint/src/PictUtils.pas svneol=native#text/plain
-packages/univint/src/Power.pas svneol=native#text/plain
-packages/univint/src/Processes.pas svneol=native#text/plain
-packages/univint/src/QDCMCommon.pas svneol=native#text/plain
-packages/univint/src/QDOffscreen.pas svneol=native#text/plain
-packages/univint/src/QDPictToCGContext.pas svneol=native#text/plain
-packages/univint/src/QLBase.pas svneol=native#text/plain
-packages/univint/src/QLGenerator.pas svneol=native#text/plain
-packages/univint/src/QLThumbnail.pas svneol=native#text/plain
-packages/univint/src/QLThumbnailImage.pas svneol=native#text/plain
-packages/univint/src/QTML.pas svneol=native#text/plain
-packages/univint/src/QTSMovie.pas svneol=native#text/plain
-packages/univint/src/QTStreamingComponents.pas svneol=native#text/plain
-packages/univint/src/QuickTimeComponents.pas svneol=native#text/plain
-packages/univint/src/QuickTimeErrors.pas svneol=native#text/plain
-packages/univint/src/QuickTimeMusic.pas svneol=native#text/plain
-packages/univint/src/QuickTimeStreaming.pas svneol=native#text/plain
-packages/univint/src/QuickTimeVR.pas svneol=native#text/plain
-packages/univint/src/QuickTimeVRFormat.pas svneol=native#text/plain
-packages/univint/src/Quickdraw.pas svneol=native#text/plain
-packages/univint/src/QuickdrawText.pas svneol=native#text/plain
-packages/univint/src/QuickdrawTypes.pas svneol=native#text/plain
-packages/univint/src/Resources.pas svneol=native#text/plain
-packages/univint/src/SCDynamicStore.pas svneol=native#text/plain
-packages/univint/src/SCDynamicStoreCopyDHCPInfos.pas svneol=native#text/plain
-packages/univint/src/SCDynamicStoreCopySpecific.pas svneol=native#text/plain
-packages/univint/src/SCDynamicStoreKey.pas svneol=native#text/plain
-packages/univint/src/SCNetwork.pas svneol=native#text/plain
-packages/univint/src/SCNetworkConfiguration.pas svneol=native#text/plain
-packages/univint/src/SCNetworkConnection.pas svneol=native#text/plain
-packages/univint/src/SCNetworkReachability.pas svneol=native#text/plain
-packages/univint/src/SCPreferences.pas svneol=native#text/plain
-packages/univint/src/SCPreferencesPath.pas svneol=native#text/plain
-packages/univint/src/SCPreferencesSetSpecific.pas svneol=native#text/plain
-packages/univint/src/SCSI.pas svneol=native#text/plain
-packages/univint/src/SCSchemaDefinitions.pas svneol=native#text/plain
-packages/univint/src/SFNTLayoutTypes.pas svneol=native#text/plain
-packages/univint/src/SFNTTypes.pas svneol=native#text/plain
-packages/univint/src/SKAnalysis.pas svneol=native#text/plain
-packages/univint/src/SKDocument.pas svneol=native#text/plain
-packages/univint/src/SKIndex.pas svneol=native#text/plain
-packages/univint/src/SKSearch.pas svneol=native#text/plain
-packages/univint/src/SKSummary.pas svneol=native#text/plain
-packages/univint/src/ScalerStreamTypes.pas svneol=native#text/plain
-packages/univint/src/Scrap.pas svneol=native#text/plain
-packages/univint/src/Script.pas svneol=native#text/plain
-packages/univint/src/SecBase.pas svneol=native#text/plain
-packages/univint/src/SecTrust.pas svneol=native#text/plain
-packages/univint/src/Sound.pas svneol=native#text/plain
-packages/univint/src/SpeechRecognition.pas svneol=native#text/plain
-packages/univint/src/SpeechSynthesis.pas svneol=native#text/plain
-packages/univint/src/StringCompare.pas svneol=native#text/plain
-packages/univint/src/SystemConfiguration.pas svneol=native#text/plain
-packages/univint/src/SystemSound.pas svneol=native#text/plain
-packages/univint/src/TSMTE.pas svneol=native#text/plain
-packages/univint/src/TextCommon.pas svneol=native#text/plain
-packages/univint/src/TextEdit.pas svneol=native#text/plain
-packages/univint/src/TextEncodingConverter.pas svneol=native#text/plain
-packages/univint/src/TextEncodingPlugin.pas svneol=native#text/plain
-packages/univint/src/TextInputSources.pas svneol=native#text/plain
-packages/univint/src/TextServices.pas svneol=native#text/plain
-packages/univint/src/TextUtils.pas svneol=native#text/plain
-packages/univint/src/Threads.pas svneol=native#text/plain
-packages/univint/src/Timer.pas svneol=native#text/plain
-packages/univint/src/ToolUtils.pas svneol=native#text/plain
-packages/univint/src/Translation.pas svneol=native#text/plain
-packages/univint/src/TranslationExtensions.pas svneol=native#text/plain
-packages/univint/src/TranslationServices.pas svneol=native#text/plain
-packages/univint/src/TypeSelect.pas svneol=native#text/plain
-packages/univint/src/URLAccess.pas svneol=native#text/plain
-packages/univint/src/UTCUtils.pas svneol=native#text/plain
-packages/univint/src/UTCoreTypes.pas svneol=native#text/plain
-packages/univint/src/UTType.pas svneol=native#text/plain
-packages/univint/src/UnicodeConverter.pas svneol=native#text/plain
-packages/univint/src/UnicodeUtilities.pas svneol=native#text/plain
-packages/univint/src/UniversalAccess.pas svneol=native#text/plain
-packages/univint/src/Video.pas svneol=native#text/plain
-packages/univint/src/WSMethodInvocation.pas svneol=native#text/plain
-packages/univint/src/WSProtocolHandler.pas svneol=native#text/plain
-packages/univint/src/WSTypes.pas svneol=native#text/plain
-packages/univint/src/acl.pas svneol=native#text/plain
-packages/univint/src/cblas.pas svneol=native#text/plain
-packages/univint/src/certextensions.pas svneol=native#text/plain
-packages/univint/src/cssmapple.pas svneol=native#text/plain
-packages/univint/src/cssmconfig.pas svneol=native#text/plain
-packages/univint/src/cssmerr.pas svneol=native#text/plain
-packages/univint/src/cssmkrapi.pas svneol=native#text/plain
-packages/univint/src/cssmtype.pas svneol=native#text/plain
-packages/univint/src/fenv.pas svneol=native#text/plain
-packages/univint/src/fp.pas svneol=native#text/plain
-packages/univint/src/gliContexts.pas svneol=native#text/plain
-packages/univint/src/gliDispatch.pas svneol=native#text/plain
-packages/univint/src/gluContext.pas svneol=native#text/plain
-packages/univint/src/kern_return.pas svneol=native#text/plain
-packages/univint/src/macgl.pas svneol=native#text/plain
-packages/univint/src/macglext.pas svneol=native#text/plain
-packages/univint/src/macglu.pas svneol=native#text/plain
-packages/univint/src/mach_error.pas svneol=native#text/plain
-packages/univint/src/vBLAS.pas svneol=native#text/plain
-packages/univint/src/vDSP.pas svneol=native#text/plain
-packages/univint/src/x509defs.pas svneol=native#text/plain
-packages/univint/src/xattr.pas svneol=native#text/plain
-packages/unixutil/Makefile svneol=native#text/plain
-packages/unixutil/Makefile.fpc svneol=native#text/plain
-packages/unixutil/Makefile.fpc.fpcmake svneol=native#text/plain
-packages/unixutil/fpmake.pp svneol=native#text/plain
-packages/unixutil/src/unixutils.pp svneol=native#text/plain
-packages/unzip/Makefile svneol=native#text/plain
-packages/unzip/Makefile.fpc svneol=native#text/plain
-packages/unzip/Makefile.fpc.fpcmake svneol=native#text/plain
-packages/unzip/fpmake.pp svneol=native#text/plain
-packages/unzip/src/unzip51g.pp svneol=native#text/plain
-packages/unzip/src/unzipdll.pp svneol=native#text/plain
-packages/unzip/src/ziptypes.pp svneol=native#text/plain
-packages/users/Makefile svneol=native#text/plain
-packages/users/Makefile.fpc svneol=native#text/plain
-packages/users/Makefile.fpc.fpcmake svneol=native#text/plain
-packages/users/examples/Makefile svneol=native#text/plain
-packages/users/examples/Makefile.fpc svneol=native#text/plain
-packages/users/examples/testpass.pp svneol=native#text/plain
-packages/users/examples/testpass2.pp svneol=native#text/plain
-packages/users/examples/testuser.pp svneol=native#text/plain
-packages/users/fpmake.pp svneol=native#text/plain
-packages/users/src/crypth.pp svneol=native#text/plain
-packages/users/src/grp.pp svneol=native#text/plain
-packages/users/src/pwd.pp svneol=native#text/plain
-packages/users/src/shadow.pp svneol=native#text/plain
-packages/users/src/users.pp svneol=native#text/plain
-packages/utmp/Makefile svneol=native#text/plain
-packages/utmp/Makefile.fpc svneol=native#text/plain
-packages/utmp/Makefile.fpc.fpcmake svneol=native#text/plain
-packages/utmp/examples/Makefile svneol=native#text/plain
-packages/utmp/examples/Makefile.fpc svneol=native#text/plain
-packages/utmp/examples/testutmp.pp svneol=native#text/plain
-packages/utmp/fpmake.pp svneol=native#text/plain
-packages/utmp/src/utmp.pp svneol=native#text/plain
-packages/uuid/Makefile svneol=native#text/plain
-packages/uuid/Makefile.fpc svneol=native#text/plain
-packages/uuid/Makefile.fpc.fpcmake svneol=native#text/plain
-packages/uuid/README.txt svneol=native#text/plain
-packages/uuid/examples/Makefile svneol=native#text/plain
-packages/uuid/examples/Makefile.fpc svneol=native#text/plain
-packages/uuid/examples/testlibuid.pp svneol=native#text/plain
-packages/uuid/examples/testuid.pp svneol=native#text/plain
-packages/uuid/fpmake.pp svneol=native#text/plain
-packages/uuid/src/libuuid.pp svneol=native#text/plain
-packages/uuid/src/macuuid.pp svneol=native#text/plain
-packages/vcl-compat/Makefile svneol=native#text/plain
-packages/vcl-compat/Makefile.fpc svneol=native#text/plain
-packages/vcl-compat/fpmake.pp svneol=native#text/plain
-packages/vcl-compat/src/system.netencoding.pp svneol=native#text/plain
-packages/vcl-compat/tests/tcnetencoding.pp svneol=native#text/plain
-packages/vcl-compat/tests/testcompat.lpi svneol=native#text/plain
-packages/vcl-compat/tests/testcompat.lpr svneol=native#text/plain
-packages/webidl/Makefile svneol=native#text/plain
-packages/webidl/Makefile.fpc svneol=native#text/plain
-packages/webidl/examples/parsewebidl.lpi svneol=native#text/plain
-packages/webidl/examples/parsewebidl.pas svneol=native#text/plain
-packages/webidl/fpmake.pp svneol=native#text/plain
-packages/webidl/src/webidldefs.pp svneol=native#text/plain
-packages/webidl/src/webidlparser.pp svneol=native#text/plain
-packages/webidl/src/webidlscanner.pp svneol=native#text/plain
-packages/webidl/src/webidltopas.pp svneol=native#text/plain
-packages/webidl/tests/tcidlparser.pp svneol=native#text/plain
-packages/webidl/tests/tcidlscanner.pp svneol=native#text/plain
-packages/webidl/tests/tcwebidldefs.pp svneol=native#text/plain
-packages/webidl/tests/testidl.lpi svneol=native#text/plain
-packages/webidl/tests/testidl.pas svneol=native#text/plain
-packages/winceunits/Makefile svneol=native#text/plain
-packages/winceunits/Makefile.fpc svneol=native#text/plain
-packages/winceunits/Makefile.fpc.fpcmake svneol=native#text/plain
-packages/winceunits/fpmake.pp svneol=native#text/plain
-packages/winceunits/src/aygshell.pp svneol=native#text/plain
-packages/winceunits/src/bt_api.pp svneol=native#text/plain
-packages/winceunits/src/bt_sdp.pp svneol=native#text/plain
-packages/winceunits/src/bthapi.pp svneol=native#text/plain
-packages/winceunits/src/bthutil.pp svneol=native#text/plain
-packages/winceunits/src/buildwinceunits.pp svneol=native#text/plain
-packages/winceunits/src/cesync.pp svneol=native#text/plain
-packages/winceunits/src/commctrl.pp svneol=native#text/plain
-packages/winceunits/src/commdlg.pp svneol=native#text/plain
-packages/winceunits/src/connmgr.pp svneol=native#text/plain
-packages/winceunits/src/cpl.pp svneol=native#text/plain
-packages/winceunits/src/devload.pp svneol=native#text/plain
-packages/winceunits/src/devmgmt.pp svneol=native#text/plain
-packages/winceunits/src/extapi.pp svneol=native#text/plain
-packages/winceunits/src/gpsapi.pp svneol=native#text/plain
-packages/winceunits/src/gx.pp svneol=native#text/plain
-packages/winceunits/src/htmlctrl.pp svneol=native#text/plain
-packages/winceunits/src/imm.pp svneol=native#text/plain
-packages/winceunits/src/iphlpapi.pp svneol=native#text/plain
-packages/winceunits/src/keybd.pp svneol=native#text/plain
-packages/winceunits/src/mmreg.pp svneol=native#text/plain
-packages/winceunits/src/mmsystem.pp svneol=native#text/plain
-packages/winceunits/src/msacm.pp svneol=native#text/plain
-packages/winceunits/src/msgqueue.pp svneol=native#text/plain
-packages/winceunits/src/nled.pp svneol=native#text/plain
-packages/winceunits/src/notify.pp svneol=native#text/plain
-packages/winceunits/src/oleauto.pp svneol=native#text/plain
-packages/winceunits/src/phone.pp svneol=native#text/plain
-packages/winceunits/src/pimstore.pp svneol=native#text/plain
-packages/winceunits/src/pm.pp svneol=native#text/plain
-packages/winceunits/src/pnp.pas svneol=native#text/plain
-packages/winceunits/src/power.pp svneol=native#text/plain
-packages/winceunits/src/projects.pp svneol=native#text/plain
-packages/winceunits/src/rapi.pp svneol=native#text/plain
-packages/winceunits/src/rapitypes.pp svneol=native#text/plain
-packages/winceunits/src/ras.pp svneol=native#text/plain
-packages/winceunits/src/raserror.pp svneol=native#text/plain
-packages/winceunits/src/ril.pp svneol=native#text/plain
-packages/winceunits/src/service.pp svneol=native#text/plain
-packages/winceunits/src/shellapi.pp svneol=native#text/plain
-packages/winceunits/src/simmgr.pp svneol=native#text/plain
-packages/winceunits/src/sip.pp svneol=native#text/plain
-packages/winceunits/src/sipapi.pp svneol=native#text/plain
-packages/winceunits/src/sms.pp svneol=native#text/plain
-packages/winceunits/src/storemgr.pas svneol=native#text/plain
-packages/winceunits/src/tapi.pp svneol=native#text/plain
-packages/winceunits/src/tlhelp32.pas svneol=native#text/pascal
-packages/winceunits/src/todaycmn.pp svneol=native#text/plain
-packages/winceunits/src/tsp.pp svneol=native#text/plain
-packages/winceunits/src/wap.pp svneol=native#text/plain
-packages/winceunits/src/windbase.pp svneol=native#text/plain
-packages/winceunits/src/windbase_edb.inc svneol=native#text/plain
-packages/winceunits/src/wininet.pp svneol=native#text/plain
-packages/winceunits/src/winioctl.pp svneol=native#text/plain
-packages/winceunits/src/ws2bth.pp svneol=native#text/plain
-packages/winunits-base/Makefile svneol=native#text/plain
-packages/winunits-base/Makefile.fpc svneol=native#text/plain
-packages/winunits-base/Makefile.fpc.fpcmake svneol=native#text/plain
-packages/winunits-base/fpmake.pp svneol=native#text/plain
-packages/winunits-base/src/activex.pp svneol=native#text/plain
-packages/winunits-base/src/buildwinutilsbase.pp svneol=native#text/plain
-packages/winunits-base/src/comconst.pp svneol=native#text/plain
-packages/winunits-base/src/commctrl.pp svneol=native#text/plain
-packages/winunits-base/src/commdlg.pp svneol=native#text/plain
-packages/winunits-base/src/comobj.pp svneol=native#text/plain
-packages/winunits-base/src/comserv.pp svneol=native#text/plain
-packages/winunits-base/src/dwmapi.pp svneol=native#text/plain
-packages/winunits-base/src/eventsink.pp svneol=native#text/plain
-packages/winunits-base/src/flatsb.pp svneol=native#text/plain
-packages/winunits-base/src/htmlhelp.pp svneol=native#text/plain
-packages/winunits-base/src/httpapi.pp svneol=native#text/pascal
-packages/winunits-base/src/imagehlp.pp svneol=native#text/plain
-packages/winunits-base/src/imm.pas svneol=native#text/plain
-packages/winunits-base/src/imm_dyn.pas svneol=native#text/plain
-packages/winunits-base/src/libkinect10.pp svneol=native#text/plain
-packages/winunits-base/src/mmsystem.pp svneol=native#text/plain
-packages/winunits-base/src/multimon.pp svneol=native#text/plain
-packages/winunits-base/src/nb30.pp svneol=native#text/plain
-packages/winunits-base/src/ole2.pp svneol=native#text/plain
-packages/winunits-base/src/oleserver.pp svneol=native#text/plain
-packages/winunits-base/src/richedit.pp svneol=native#text/plain
-packages/winunits-base/src/shellapi.pp svneol=native#text/plain
-packages/winunits-base/src/shfolder.pp svneol=native#text/plain
-packages/winunits-base/src/shlobj.pp svneol=native#text/plain
-packages/winunits-base/src/shlwapi.pp svneol=native#text/plain
-packages/winunits-base/src/stdole2.pas svneol=native#text/plain
-packages/winunits-base/src/tmschema.inc svneol=native#text/plain
-packages/winunits-base/src/typelib.pas svneol=native#text/plain
-packages/winunits-base/src/urlmon.pp svneol=native#text/plain
-packages/winunits-base/src/uxtheme.pp svneol=native#text/plain
-packages/winunits-base/src/winhttp.pp svneol=native#text/plain
-packages/winunits-base/src/wininet.pp svneol=native#text/plain
-packages/winunits-base/src/winspool.pp svneol=native#text/pascal
-packages/winunits-base/src/winutils.pp svneol=native#text/pascal
-packages/winunits-base/src/winver.pp svneol=native#text/plain
-packages/winunits-base/tests/OOHelper.pp svneol=native#text/plain
-packages/winunits-base/tests/OOTest.pp svneol=native#text/plain
-packages/winunits-base/tests/hhex.pp svneol=native#text/pascal
-packages/winunits-base/tests/hhex2.pp svneol=native#text/pascal
-packages/winunits-base/tests/inproccomtest/com_clnt.dpr svneol=native#text/plain
-packages/winunits-base/tests/inproccomtest/com_impl.pas svneol=native#text/plain
-packages/winunits-base/tests/inproccomtest/com_serv.dpr svneol=native#text/plain
-packages/winunits-base/tests/inproccomtest/com_serv.tlb -text
-packages/winunits-base/tests/inproccomtest/com_serv_TLB.pas svneol=native#text/plain
-packages/winunits-base/tests/testcom1.pp svneol=native#text/plain
-packages/winunits-base/tests/testcom2.pp svneol=native#text/plain
-packages/winunits-base/tests/testver.pp svneol=native#text/plain
-packages/winunits-jedi/Makefile svneol=native#text/plain
-packages/winunits-jedi/Makefile.fpc svneol=native#text/plain
-packages/winunits-jedi/Makefile.fpc.fpcmake svneol=native#text/plain
-packages/winunits-jedi/fpmake.pp svneol=native#text/plain
-packages/winunits-jedi/src/ModuleLoader.pas svneol=native#text/plain
-packages/winunits-jedi/src/buildjwa.pp svneol=native#text/plain
-packages/winunits-jedi/src/jedi.inc svneol=native#text/plain
-packages/winunits-jedi/src/jediapilib.inc svneol=native#text/plain
-packages/winunits-jedi/src/jwaaccctrl.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwaaclapi.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwaaclui.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwaactiveds.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwaactivex.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwaadsdb.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwaadserr.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwaadshlp.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwaadsnms.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwaadsprop.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwaadssts.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwaadstlb.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwaadtgen.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwaaf_irda.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwaatalkwsh.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwaauthif.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwaauthz.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwabatclass.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwabits.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwabits1_5.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwabitscfg.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwabitsmsg.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwablberr.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwabluetoothapis.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwabthdef.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwabthsdpdef.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwabugcodes.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwacarderr.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwacderr.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwacmnquery.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwacolordlg.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwacpl.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwacplext.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwacryptuiapi.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwadbt.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwadde.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwadhcpcsdk.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwadhcpsapi.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwadhcpssdk.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwadlgs.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwadsadmin.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwadsclient.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwadsgetdc.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwadskquota.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwadsquery.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwadsrole.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwadssec.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwaerrorrep.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwaexcpt.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwafaxdev.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwafaxext.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwafaxmmc.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwafaxroute.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwagpedit.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwahherror.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwahtmlguid.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwahtmlhelp.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwaiaccess.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwaiadmext.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwaicmpapi.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwaiiscnfg.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwaimagehlp.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwaimapi.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwaimapierror.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwaime.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwaioevent.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwaipexport.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwaiphlpapi.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwaipifcons.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwaipinfoid.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwaiprtrmib.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwaiptypes.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwaisguids.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwaissper16.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwalm.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwalmaccess.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwalmalert.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwalmapibuf.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwalmat.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwalmaudit.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwalmconfig.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwalmcons.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwalmdfs.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwalmerr.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwalmerrlog.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwalmjoin.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwalmmsg.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwalmremutl.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwalmrepl.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwalmserver.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwalmshare.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwalmsname.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwalmstats.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwalmsvc.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwalmuse.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwalmuseflg.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwalmwksta.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwaloadperf.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwalpmapi.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwamciavi.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwamprerror.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwamsi.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwamsidefs.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwamsiquery.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwamstask.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwamstcpip.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwamswsock.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwanative.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwanb30.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwanetsh.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwanspapi.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwantddpar.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwantdsapi.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwantdsbcli.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwantdsbmsg.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwantldap.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwantquery.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwantsecapi.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwantstatus.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwaobjsel.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwapatchapi.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwapatchwiz.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwapbt.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwapdh.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwapdhmsg.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwapowrprof.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwaprofinfo.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwaprotocol.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwaprsht.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwapsapi.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwaqos.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwaqosname.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwaqospol.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwaqossp.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwareason.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwaregstr.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwarpc.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwarpcasync.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwarpcdce.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwarpcnsi.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwarpcnterr.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwarpcssl.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwascesvc.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwaschedule.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwaschemadef.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwasddl.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwasecext.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwasecurity.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwasens.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwasensapi.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwasensevts.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwasfc.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwashlguid.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwasisbkup.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwasnmp.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwasporder.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwasrrestoreptapi.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwasspi.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwasubauth.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwasvcguid.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwatlhelp32.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwatmschema.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwatraffic.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwauserenv.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwauxtheme.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwavista.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwawbemcli.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwawinable.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwawinbase.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwawinber.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwawincon.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwawincpl.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwawincred.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwawincrypt.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwawindllnames.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwawindns.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwawindows.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwawinefs.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwawinerror.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwawinfax.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwawingdi.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwawinioctl.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwawinldap.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwawinnetwk.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwawinnls.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwawinnt.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwawinperf.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwawinreg.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwawinresrc.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwawinsafer.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwawinsock.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwawinsock2.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwawinsta.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwawinsvc.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwawinternl.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwawintype.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwawinuser.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwawinver.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwawinwlx.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwawmistr.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwawownt16.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwawownt32.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwawpapi.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwawpapimsg.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwawpcrsmsg.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwawpftpmsg.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwawppstmsg.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwawpspihlp.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwawptypes.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwawpwizmsg.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwaws2atm.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwaws2bth.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwaws2dnet.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwaws2spi.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwaws2tcpip.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwawshisotp.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwawsipx.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwawsnetbs.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwawsnwlink.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwawsrm.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwawsvns.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwawtsapi32.pas svneol=native#text/plain
-packages/winunits-jedi/src/jwazmouse.pas svneol=native#text/plain
-packages/winunits-jedi/tests/tjwapsapi1.pp svneol=native#text/pascal
-packages/x11/Makefile svneol=native#text/plain
-packages/x11/Makefile.fpc svneol=native#text/plain
-packages/x11/Makefile.fpc.fpcmake svneol=native#text/plain
-packages/x11/fpmake.pp svneol=native#text/plain
-packages/x11/src/cursorfont.pp svneol=native#text/plain
-packages/x11/src/deckeysym.pp svneol=native#text/plain
-packages/x11/src/fontconfig.pas svneol=native#text/pascal
-packages/x11/src/hpkeysym.pp svneol=native#text/plain
-packages/x11/src/keysym.pp svneol=native#text/plain
-packages/x11/src/randr.inc svneol=native#text/plain
-packages/x11/src/sunkeysym.pp svneol=native#text/plain
-packages/x11/src/x.pp svneol=native#text/plain
-packages/x11/src/xatom.pp svneol=native#text/plain
-packages/x11/src/xcms.pp svneol=native#text/plain
-packages/x11/src/xf86dga.pp svneol=native#text/plain
-packages/x11/src/xf86dga1.inc svneol=native#text/plain
-packages/x11/src/xf86keysym.pp svneol=native#text/plain
-packages/x11/src/xf86vmode.pp svneol=native#text/plain
-packages/x11/src/xfixes.pp svneol=native#text/plain
-packages/x11/src/xfixeswire.inc svneol=native#text/plain
-packages/x11/src/xft.pas svneol=native#text/pascal
-packages/x11/src/xge.pp svneol=native#text/plain
-packages/x11/src/xi.pp svneol=native#text/plain
-packages/x11/src/xi2.pp svneol=native#text/plain
-packages/x11/src/xinerama.pp svneol=native#text/plain
-packages/x11/src/xinput.pp svneol=native#text/plain
-packages/x11/src/xinput2.pp svneol=native#text/plain
-packages/x11/src/xkb.pp svneol=native#text/plain
-packages/x11/src/xkblib.pp svneol=native#text/plain
-packages/x11/src/xlib.pp svneol=native#text/plain
-packages/x11/src/xrandr.pp svneol=native#text/plain
-packages/x11/src/xrender.pp svneol=native#text/plain
-packages/x11/src/xresource.pp svneol=native#text/plain
-packages/x11/src/xshm.pp svneol=native#text/plain
-packages/x11/src/xutil.pp svneol=native#text/plain
-packages/x11/src/xv.pp svneol=native#text/plain
-packages/x11/src/xvlib.pp svneol=native#text/plain
-packages/x11/tests/xfixes_linktest.pp svneol=native#text/plain
-packages/x11/tests/xge_linktest.pp svneol=native#text/plain
-packages/x11/tests/xinput2_linktest.pp svneol=native#text/plain
-packages/x11/tests/xinput_linktest.pp svneol=native#text/plain
-packages/xforms/Makefile svneol=native#text/plain
-packages/xforms/Makefile.fpc svneol=native#text/plain
-packages/xforms/Makefile.fpc.fpcmake svneol=native#text/plain
-packages/xforms/README.txt svneol=native#text/plain
-packages/xforms/USAGE svneol=native#text/plain
-packages/xforms/examples/Makefile svneol=native#text/plain
-packages/xforms/examples/Makefile.fpc svneol=native#text/plain
-packages/xforms/examples/arrowbutton.pp svneol=native#text/plain
-packages/xforms/examples/bm1.xbm svneol=native#text/plain
-packages/xforms/examples/bm2.xbm svneol=native#text/plain
-packages/xforms/examples/borderwidth.pp svneol=native#text/plain
-packages/xforms/examples/boxtype.pp svneol=native#text/plain
-packages/xforms/examples/browserall.pp svneol=native#text/plain
-packages/xforms/examples/browserop.pp svneol=native#text/plain
-packages/xforms/examples/buttonall.pp svneol=native#text/plain
-packages/xforms/examples/butttypes.pp svneol=native#text/plain
-packages/xforms/examples/canvas.pp svneol=native#text/plain
-packages/xforms/examples/chartall.pp svneol=native#text/plain
-packages/xforms/examples/chartstrip.pp svneol=native#text/plain
-packages/xforms/examples/choice.pp svneol=native#text/plain
-packages/xforms/examples/colbrowser.pp svneol=native#text/plain
-packages/xforms/examples/colsel.pp svneol=native#text/plain
-packages/xforms/examples/colsel1.pp svneol=native#text/plain
-packages/xforms/examples/counter.pp svneol=native#text/plain
-packages/xforms/examples/crab.xpm svneol=native#text/plain
-packages/xforms/examples/crab45.xpm svneol=native#text/plain
-packages/xforms/examples/cursor.pp svneol=native#text/plain
-packages/xforms/examples/fbrowse.pp svneol=native#text/plain
-packages/xforms/examples/fbrowse1.pp svneol=native#text/plain
-packages/xforms/examples/fdial.pp svneol=native#text/plain
-packages/xforms/examples/flclock.pp svneol=native#text/plain
-packages/xforms/examples/fonts.pp svneol=native#text/plain
-packages/xforms/examples/free1.pp svneol=native#text/plain
-packages/xforms/examples/goodies.pp svneol=native#text/plain
-packages/xforms/examples/group.pp svneol=native#text/plain
-packages/xforms/examples/iconify.pp svneol=native#text/plain
-packages/xforms/examples/inputall.pp svneol=native#text/plain
-packages/xforms/examples/invslider.pp svneol=native#text/plain
-packages/xforms/examples/lalign.pp svneol=native#text/plain
-packages/xforms/examples/ldial.pp svneol=native#text/plain
-packages/xforms/examples/ll.pp svneol=native#text/plain
-packages/xforms/examples/longlabel.pp svneol=native#text/plain
-packages/xforms/examples/menu.pp svneol=native#text/plain
-packages/xforms/examples/minput.pp svneol=native#text/plain
-packages/xforms/examples/multilabel.pp svneol=native#text/plain
-packages/xforms/examples/ndial.pp svneol=native#text/plain
-packages/xforms/examples/newbutton.pp svneol=native#text/plain
-packages/xforms/examples/nomail.xbm svneol=native#text/plain
-packages/xforms/examples/objinactive.pp svneol=native#text/plain
-packages/xforms/examples/objpos.pp svneol=native#text/plain
-packages/xforms/examples/objreturn.pp svneol=native#text/plain
-packages/xforms/examples/porsche.xpm svneol=native#text/plain
-packages/xforms/examples/positioner.pp svneol=native#text/plain
-packages/xforms/examples/pup.pp svneol=native#text/plain
-packages/xforms/examples/pushbutton.pp svneol=native#text/plain
-packages/xforms/examples/pushme.pp svneol=native#text/plain
-packages/xforms/examples/secretinput.pp svneol=native#text/plain
-packages/xforms/examples/sliderall.pp svneol=native#text/plain
-packages/xforms/examples/srs.xbm svneol=native#text/plain
-packages/xforms/examples/touchbutton.pp svneol=native#text/plain
-packages/xforms/examples/xyplotover.pp svneol=native#text/plain
-packages/xforms/examples/yesno.pp svneol=native#text/plain
-packages/xforms/fpmake.pp svneol=native#text/plain
-packages/xforms/scripts/doc2p svneol=native#text/plain
-packages/xforms/src/cursorfont.inc svneol=native#text/plain
-packages/xforms/src/fd2pascal.pp svneol=native#text/plain
-packages/xforms/src/xforms.pp svneol=native#text/plain
-packages/zlib/Makefile svneol=native#text/plain
-packages/zlib/Makefile.fpc svneol=native#text/plain
-packages/zlib/Makefile.fpc.fpcmake svneol=native#text/plain
-packages/zlib/fpmake.pp svneol=native#text/plain
-packages/zlib/src/zlib.pp svneol=native#text/plain
-packages/zorba/Makefile svneol=native#text/plain
-packages/zorba/Makefile.fpc svneol=native#text/plain
-packages/zorba/Makefile.fpc.fpcmake svneol=native#text/plain
-packages/zorba/examples/simple/simple.lpi svneol=native#text/plain
-packages/zorba/examples/simple/simple.lpr svneol=native#text/plain
-packages/zorba/fpmake.pp svneol=native#text/plain
-packages/zorba/src/xqc.pas svneol=native#text/plain
-packages/zorba/src/xqc_error.inc svneol=native#text/plain
-packages/zorba/src/xqc_static_context_consts.inc svneol=native#text/plain
-packages/zorba/src/zorba.inc svneol=native#text/plain
-packages/zorba/src/zorba.pas svneol=native#text/plain
-packages/zorba/src/zorba_options.inc svneol=native#text/plain
-packages/zorba/src/zorbadyn.pas svneol=native#text/plain
-rtl/COPYING.FPC -text
-rtl/COPYING.txt svneol=native#text/plain
-rtl/Makefile svneol=native#text/plain
-rtl/Makefile.fpc svneol=native#text/plain
-rtl/README.txt svneol=native#text/plain
-rtl/aarch64/aarch64.inc svneol=native#text/plain
-rtl/aarch64/cpuh.inc svneol=native#text/plain
-rtl/aarch64/int64p.inc svneol=native#text/plain
-rtl/aarch64/makefile.cpu svneol=native#text/plain
-rtl/aarch64/math.inc svneol=native#text/plain
-rtl/aarch64/mathu.inc svneol=native#text/plain
-rtl/aarch64/set.inc svneol=native#text/plain
-rtl/aarch64/setjump.inc svneol=native#text/plain
-rtl/aarch64/setjumph.inc svneol=native#text/plain
-rtl/aarch64/strings.inc svneol=native#text/plain
-rtl/aarch64/stringss.inc svneol=native#text/plain
-rtl/aix/Makefile svneol=native#text/plain
-rtl/aix/Makefile.fpc svneol=native#text/plain
-rtl/aix/dlaix.inc svneol=native#text/plain
-rtl/aix/errno.inc svneol=native#text/plain
-rtl/aix/errnostr.inc svneol=native#text/plain
-rtl/aix/osdefs.inc svneol=native#text/plain
-rtl/aix/osmacro.inc svneol=native#text/plain
-rtl/aix/ostypes.inc svneol=native#text/plain
-rtl/aix/pthread.inc svneol=native#text/plain
-rtl/aix/ptypes.inc svneol=native#text/plain
-rtl/aix/rtldefs.inc svneol=native#text/plain
-rtl/aix/sighnd.inc svneol=native#text/plain
-rtl/aix/sighndh.inc svneol=native#text/plain
-rtl/aix/signal.inc svneol=native#text/plain
-rtl/aix/suuid.inc svneol=native#text/plain
-rtl/aix/sysos.inc svneol=native#text/plain
-rtl/aix/sysosh.inc svneol=native#text/plain
-rtl/aix/system.pp svneol=native#text/plain
-rtl/aix/termio.pp svneol=native#text/plain
-rtl/aix/termios.inc svneol=native#text/plain
-rtl/aix/termiosproc.inc svneol=native#text/plain
-rtl/aix/unxconst.inc svneol=native#text/plain
-rtl/aix/unxfunc.inc svneol=native#text/plain
-rtl/amicommon/README.TXT svneol=native#text/plain
-rtl/amicommon/athreads.pp svneol=native#text/plain
-rtl/amicommon/classes.pp svneol=native#text/plain
-rtl/amicommon/dos.pp svneol=native#text/plain
-rtl/amicommon/lineinfo.pp svneol=native#text/plain
-rtl/amicommon/osdebug.inc svneol=native#text/plain
-rtl/amicommon/osdebugh.inc svneol=native#text/plain
-rtl/amicommon/paramhandling.inc svneol=native#text/plain
-rtl/amicommon/rtldefs.inc svneol=native#text/plain
-rtl/amicommon/sysdir.inc svneol=native#text/plain
-rtl/amicommon/sysfile.inc svneol=native#text/plain
-rtl/amicommon/sysheap.inc svneol=native#text/plain
-rtl/amicommon/sysos.inc svneol=native#text/plain
-rtl/amicommon/sysosh.inc svneol=native#text/plain
-rtl/amicommon/sysutils.pp svneol=native#text/plain
-rtl/amicommon/tthread.inc svneol=native#text/plain
-rtl/amiga/Makefile svneol=native#text/plain
-rtl/amiga/Makefile.fpc svneol=native#text/plain
-rtl/amiga/buildrtl.pp svneol=native#text/plain
-rtl/amiga/doslibd.inc svneol=native#text/plain
-rtl/amiga/m68k/doslibf.inc svneol=native#text/plain
-rtl/amiga/m68k/execd.inc svneol=native#text/plain
-rtl/amiga/m68k/execf.inc svneol=native#text/plain
-rtl/amiga/m68k/legacydos.inc svneol=native#text/plain
-rtl/amiga/m68k/legacydosh.inc svneol=native#text/plain
-rtl/amiga/m68k/legacyexec.inc svneol=native#text/plain
-rtl/amiga/m68k/legacyexech.inc svneol=native#text/plain
-rtl/amiga/m68k/legacyutil.inc svneol=native#text/plain
-rtl/amiga/m68k/legacyutilh.inc svneol=native#text/plain
-rtl/amiga/m68k/m68kamiga.inc svneol=native#text/plain
-rtl/amiga/m68k/prt0.as svneol=native#text/plain
-rtl/amiga/m68k/si_prc.pp svneol=native#text/plain
-rtl/amiga/m68k/timerf.inc svneol=native#text/plain
-rtl/amiga/m68k/utild1.inc svneol=native#text/plain
-rtl/amiga/m68k/utild2.inc svneol=native#text/plain
-rtl/amiga/m68k/utilf.inc svneol=native#text/plain
-rtl/amiga/powerpc/doslibf.inc svneol=native#text/plain
-rtl/amiga/powerpc/execd.inc svneol=native#text/plain
-rtl/amiga/powerpc/execf.inc svneol=native#text/plain
-rtl/amiga/powerpc/prt0.as svneol=native#text/plain
-rtl/amiga/powerpc/si_prc.pp svneol=native#text/plain
-rtl/amiga/powerpc/timerf.inc svneol=native#text/plain
-rtl/amiga/powerpc/utild1.inc svneol=native#text/plain
-rtl/amiga/powerpc/utild2.inc svneol=native#text/plain
-rtl/amiga/powerpc/utilf.inc svneol=native#text/plain
-rtl/amiga/system.pp svneol=native#text/plain
-rtl/amiga/timerd.inc svneol=native#text/plain
-rtl/android/Makefile svneol=native#text/plain
-rtl/android/Makefile.fpc svneol=native#text/plain
-rtl/android/aarch64/sysnr.inc svneol=native#text/plain
-rtl/android/arm/sysnr.inc svneol=native#text/plain
-rtl/android/cwstring.pp svneol=native#text/plain
-rtl/android/dlandroid.inc svneol=native#text/plain
-rtl/android/dllprt0.as svneol=native#text/plain
-rtl/android/i386/sysnr.inc svneol=native#text/plain
-rtl/android/jvm/Makefile svneol=native#text/plain
-rtl/android/jvm/Makefile.fpc svneol=native#text/plain
-rtl/android/jvm/androidr14.inc svneol=native#text/plain
-rtl/android/jvm/androidr14.pas svneol=native#text/plain
-rtl/android/jvm/java_sys_android.inc svneol=native#text/plain
-rtl/android/jvm/java_sysh_android.inc svneol=native#text/plain
-rtl/android/jvm/rtl.cfg svneol=native#text/plain
-rtl/android/mips64/sysnr.inc svneol=native#text/plain
-rtl/android/mipsel/sysnr.inc svneol=native#text/plain
-rtl/android/prt0.as svneol=native#text/plain
-rtl/android/sysandroid.inc svneol=native#text/plain
-rtl/android/sysandroidh.inc svneol=native#text/plain
-rtl/android/unixandroid.inc svneol=native#text/plain
-rtl/android/x86_64/sysnr.inc svneol=native#text/plain
-rtl/arm/arm.inc svneol=native#text/plain
-rtl/arm/armdefines.inc svneol=native#text/plain
-rtl/arm/cpu.pp svneol=native#text/pascal
-rtl/arm/cpuh.inc svneol=native#text/plain
-rtl/arm/divide.inc svneol=native#text/plain
-rtl/arm/int64p.inc svneol=native#text/plain
-rtl/arm/makefile.cpu svneol=native#text/plain
-rtl/arm/math.inc svneol=native#text/plain
-rtl/arm/mathu.inc svneol=native#text/plain
-rtl/arm/set.inc svneol=native#text/plain
-rtl/arm/setjump.inc svneol=native#text/plain
-rtl/arm/setjumph.inc svneol=native#text/plain
-rtl/arm/strings.inc svneol=native#text/plain
-rtl/arm/stringss.inc svneol=native#text/plain
-rtl/arm/thumb.inc svneol=native#text/plain
-rtl/arm/thumb2.inc svneol=native#text/plain
-rtl/aros/Makefile svneol=native#text/plain
-rtl/aros/Makefile.fpc svneol=native#text/plain
-rtl/aros/arm/prt0.as svneol=native#text/plain
-rtl/aros/buildrtl.pp svneol=native#text/plain
-rtl/aros/doslibd.inc svneol=native#text/plain
-rtl/aros/i386/doslibf.inc svneol=native#text/plain
-rtl/aros/i386/execd.inc svneol=native#text/plain
-rtl/aros/i386/execf.inc svneol=native#text/plain
-rtl/aros/i386/prt0.as svneol=native#text/plain
-rtl/aros/i386/utild1.inc svneol=native#text/plain
-rtl/aros/i386/utild2.inc svneol=native#text/plain
-rtl/aros/i386/utilf.inc svneol=native#text/plain
-rtl/aros/si_prc.pp svneol=native#text/plain
-rtl/aros/system.pp svneol=native#text/plain
-rtl/aros/timerd.inc svneol=native#text/plain
-rtl/aros/timerf.inc svneol=native#text/plain
-rtl/aros/x86_64/prt0.as svneol=native#text/plain
-rtl/atari/Makefile svneol=native#text/plain
-rtl/atari/Makefile.fpc svneol=native#text/plain
-rtl/atari/buildrtl.pp svneol=native#text/plain
-rtl/atari/classes.pp svneol=native#text/plain
-rtl/atari/dos.pp svneol=native#text/plain
-rtl/atari/gemdos.inc svneol=native#text/plain
-rtl/atari/prt0.as svneol=native#text/plain
-rtl/atari/rtl.cfg svneol=native#text/plain
-rtl/atari/rtldefs.inc svneol=native#text/plain
-rtl/atari/si_prc.pp svneol=native#text/plain
-rtl/atari/sysdir.inc svneol=native#text/plain
-rtl/atari/sysfile.inc svneol=native#text/plain
-rtl/atari/sysheap.inc svneol=native#text/plain
-rtl/atari/sysos.inc svneol=native#text/plain
-rtl/atari/sysosh.inc svneol=native#text/plain
-rtl/atari/syspara.inc svneol=native#text/plain
-rtl/atari/system.pp svneol=native#text/plain
-rtl/atari/sysutils.pp svneol=native#text/plain
-rtl/atari/tthread.inc svneol=native#text/plain
-rtl/atari/xbios.inc svneol=native#text/plain
-rtl/avr/avr.inc svneol=native#text/plain
-rtl/avr/cpuh.inc svneol=native#text/plain
-rtl/avr/cpuinnr.inc svneol=native#text/plain
-rtl/avr/divide.inc svneol=native#text/plain
-rtl/avr/int64p.inc svneol=native#text/plain
-rtl/avr/intrinsics.pp svneol=native#text/pascal
-rtl/avr/makefile.cpu svneol=native#text/plain
-rtl/avr/math.inc svneol=native#text/plain
-rtl/avr/set.inc svneol=native#text/plain
-rtl/avr/setjump.inc svneol=native#text/plain
-rtl/avr/setjumph.inc svneol=native#text/plain
-rtl/avr/strings.inc svneol=native#text/plain
-rtl/avr/stringss.inc svneol=native#text/plain
-rtl/beos/Makefile svneol=native#text/plain
-rtl/beos/Makefile.fpc svneol=native#text/plain
-rtl/beos/baseunix.pp svneol=native#text/plain
-rtl/beos/bethreads.pp svneol=native#text/plain
-rtl/beos/classes.pp svneol=native#text/plain
-rtl/beos/errno.inc svneol=native#text/plain
-rtl/beos/errnostr.inc svneol=native#text/plain
-rtl/beos/i386/cprt0.as svneol=native#text/plain
-rtl/beos/i386/dllprt.as svneol=native#text/plain
-rtl/beos/i386/dllprt.cpp -text
-rtl/beos/i386/func.as svneol=native#text/plain
-rtl/beos/i386/prt0.as svneol=native#text/plain
-rtl/beos/i386/sighnd.inc svneol=native#text/plain
-rtl/beos/osdefs.inc svneol=native#text/plain
-rtl/beos/osmacro.inc svneol=native#text/plain
-rtl/beos/ossysc.inc svneol=native#text/plain
-rtl/beos/ostypes.inc svneol=native#text/plain
-rtl/beos/pthread.inc svneol=native#text/plain
-rtl/beos/ptypes.inc svneol=native#text/plain
-rtl/beos/rtldefs.inc svneol=native#text/plain
-rtl/beos/settimeo.inc svneol=native#text/plain
-rtl/beos/signal.inc svneol=native#text/plain
-rtl/beos/suuid.inc svneol=native#text/plain
-rtl/beos/syscall.inc svneol=native#text/plain
-rtl/beos/syscallh.inc svneol=native#text/plain
-rtl/beos/sysconst.inc svneol=native#text/plain
-rtl/beos/sysheap.inc svneol=native#text/plain
-rtl/beos/sysnr.inc svneol=native#text/plain
-rtl/beos/sysos.inc svneol=native#text/plain
-rtl/beos/sysosh.inc svneol=native#text/plain
-rtl/beos/system.pp svneol=native#text/plain
-rtl/beos/termio.pp svneol=native#text/plain
-rtl/beos/termios.inc svneol=native#text/plain
-rtl/beos/termiosproc.inc svneol=native#text/plain
-rtl/beos/tthread.inc svneol=native#text/plain
-rtl/beos/unxconst.inc svneol=native#text/plain
-rtl/beos/unxfunc.inc svneol=native#text/plain
-rtl/bsd/aarch64/syscall.inc svneol=native#text/plain
-rtl/bsd/aarch64/syscallh.inc svneol=native#text/plain
-rtl/bsd/bsd.pas -text svneol=unset#text/plain
-rtl/bsd/bunxfunch.inc svneol=native#text/plain
-rtl/bsd/bunxsysc.inc svneol=native#text/plain
-rtl/bsd/i386/syscall.inc svneol=native#text/plain
-rtl/bsd/i386/syscallh.inc svneol=native#text/plain
-rtl/bsd/m68k/syscall.inc svneol=native#text/plain
-rtl/bsd/m68k/syscallh.inc svneol=native#text/plain
-rtl/bsd/osdefs.inc svneol=native#text/plain
-rtl/bsd/osmacro.inc svneol=native#text/plain
-rtl/bsd/osmain.inc svneol=native#text/plain
-rtl/bsd/ossysc.inc svneol=native#text/plain
-rtl/bsd/ostypes.inc svneol=native#text/plain
-rtl/bsd/powerpc/syscall.inc svneol=native#text/plain
-rtl/bsd/powerpc/syscallh.inc svneol=native#text/plain
-rtl/bsd/readme.txt svneol=native#text/plain
-rtl/bsd/suuid.inc svneol=native#text/plain
-rtl/bsd/sysctl.pp svneol=native#text/plain
-rtl/bsd/sysos.inc svneol=native#text/plain
-rtl/bsd/sysosh.inc svneol=native#text/plain
-rtl/bsd/system.pp svneol=native#text/plain
-rtl/bsd/unxsysch.inc svneol=native#text/plain
-rtl/bsd/x86_64/syscall.inc svneol=native#text/plain
-rtl/bsd/x86_64/syscallh.inc svneol=native#text/plain
-rtl/charmaps/cp1250.pas svneol=native#text/pascal
-rtl/charmaps/cp1251.pas svneol=native#text/pascal
-rtl/charmaps/cp1252.pas svneol=native#text/pascal
-rtl/charmaps/cp1253.pas svneol=native#text/pascal
-rtl/charmaps/cp1254.pas svneol=native#text/pascal
-rtl/charmaps/cp1255.pas svneol=native#text/pascal
-rtl/charmaps/cp1256.pas svneol=native#text/pascal
-rtl/charmaps/cp1257.pas svneol=native#text/pascal
-rtl/charmaps/cp1258.pas svneol=native#text/pascal
-rtl/charmaps/cp3021.pas svneol=native#text/pascal
-rtl/charmaps/cp437.pas svneol=native#text/pascal
-rtl/charmaps/cp646.pas svneol=native#text/pascal
-rtl/charmaps/cp737.pas svneol=native#text/pascal
-rtl/charmaps/cp775.pas svneol=native#text/pascal
-rtl/charmaps/cp850.pas svneol=native#text/pascal
-rtl/charmaps/cp852.pas svneol=native#text/plain
-rtl/charmaps/cp855.pas svneol=native#text/pascal
-rtl/charmaps/cp856.pas svneol=native#text/pascal
-rtl/charmaps/cp857.pas svneol=native#text/pascal
-rtl/charmaps/cp860.pas svneol=native#text/pascal
-rtl/charmaps/cp861.pas svneol=native#text/pascal
-rtl/charmaps/cp862.pas svneol=native#text/pascal
-rtl/charmaps/cp863.pas svneol=native#text/pascal
-rtl/charmaps/cp864.pas svneol=native#text/pascal
-rtl/charmaps/cp865.pas svneol=native#text/pascal
-rtl/charmaps/cp866.pas svneol=native#text/pascal
-rtl/charmaps/cp869.pas svneol=native#text/pascal
-rtl/charmaps/cp874.pas svneol=native#text/pascal
-rtl/charmaps/cp8859_1.pas svneol=native#text/pascal
-rtl/charmaps/cp8859_10.pas svneol=native#text/pascal
-rtl/charmaps/cp8859_11.pas svneol=native#text/pascal
-rtl/charmaps/cp8859_13.pas svneol=native#text/pascal
-rtl/charmaps/cp8859_14.pas svneol=native#text/pascal
-rtl/charmaps/cp8859_15.pas svneol=native#text/pascal
-rtl/charmaps/cp8859_16.pas svneol=native#text/pascal
-rtl/charmaps/cp8859_2.pas svneol=native#text/plain
-rtl/charmaps/cp8859_3.pas svneol=native#text/pascal
-rtl/charmaps/cp8859_4.pas svneol=native#text/pascal
-rtl/charmaps/cp8859_5.pas svneol=native#text/pascal
-rtl/charmaps/cp8859_6.pas svneol=native#text/pascal
-rtl/charmaps/cp8859_7.pas svneol=native#text/pascal
-rtl/charmaps/cp8859_8.pas svneol=native#text/pascal
-rtl/charmaps/cp8859_9.pas svneol=native#text/pascal
-rtl/charmaps/cpall.pas svneol=native#text/pascal
-rtl/charmaps/cpkoi8_r.pas svneol=native#text/pascal
-rtl/charmaps/cpkoi8_u.pas svneol=native#text/pascal
-rtl/darwin/Makefile svneol=native#text/plain
-rtl/darwin/Makefile.fpc svneol=native#text/plain
-rtl/darwin/aarch64/sig_cpu.inc svneol=native#text/plain
-rtl/darwin/aarch64/sighnd.inc svneol=native#text/plain
-rtl/darwin/arm/sig_cpu.inc svneol=native#text/plain
-rtl/darwin/arm/sighnd.inc svneol=native#text/plain
-rtl/darwin/buildrtl.lpi svneol=native#text/plain
-rtl/darwin/buildrtl.pp svneol=native#text/pascal
-rtl/darwin/console.pp svneol=native#text/plain
-rtl/darwin/errno.inc svneol=native#text/plain
-rtl/darwin/errnostr.inc svneol=native#text/plain
-rtl/darwin/extres_multiarch.inc svneol=native#text/plain
-rtl/darwin/i386/sig_cpu.inc svneol=native#text/plain
-rtl/darwin/i386/sighnd.inc svneol=native#text/plain
-rtl/darwin/pmutext.inc svneol=native#text/plain
-rtl/darwin/powerpc/sig_cpu.inc svneol=native#text/plain
-rtl/darwin/powerpc/sighnd.inc svneol=native#text/plain
-rtl/darwin/powerpc64/sig_cpu.inc svneol=native#text/plain
-rtl/darwin/powerpc64/sighnd.inc svneol=native#text/plain
-rtl/darwin/ppcgen/ppchnd.inc svneol=native#text/plain
-rtl/darwin/ppcgen/sig_ppc.inc svneol=native#text/plain
-rtl/darwin/pthread.inc svneol=native#text/plain
-rtl/darwin/ptypes.inc svneol=native#text/plain
-rtl/darwin/rtldefs.inc svneol=native#text/plain
-rtl/darwin/signal.inc svneol=native#text/plain
-rtl/darwin/sysctlh.inc svneol=native#text/plain
-rtl/darwin/sysinit.pas svneol=native#text/pascal
-rtl/darwin/sysmach.inc svneol=native#text/plain
-rtl/darwin/termio.pp svneol=native#text/plain
-rtl/darwin/termios.inc svneol=native#text/plain
-rtl/darwin/termiosproc.inc svneol=native#text/plain
-rtl/darwin/unxconst.inc svneol=native#text/plain
-rtl/darwin/unxfunc.inc svneol=native#text/plain
-rtl/darwin/x86/sig_x86.inc svneol=native#text/plain
-rtl/darwin/x86/x86hnd.inc svneol=native#text/plain
-rtl/darwin/x86_64/sig_cpu.inc svneol=native#text/plain
-rtl/darwin/x86_64/sighnd.inc svneol=native#text/plain
-rtl/dragonfly/Makefile svneol=native#text/plain
-rtl/dragonfly/Makefile.fpc svneol=native#text/plain
-rtl/dragonfly/buildrtl.pp svneol=native#text/plain
-rtl/dragonfly/console.pp svneol=native#text/plain
-rtl/dragonfly/errno.inc svneol=native#text/plain
-rtl/dragonfly/errnostr.inc svneol=native#text/plain
-rtl/dragonfly/pmutext.inc svneol=native#text/plain
-rtl/dragonfly/pthread.inc svneol=native#text/plain
-rtl/dragonfly/ptypes.inc svneol=native#text/plain
-rtl/dragonfly/rtldefs.inc svneol=native#text/plain
-rtl/dragonfly/si_crt.pp svneol=native#text/plain
-rtl/dragonfly/si_intf.inc svneol=native#text/plain
-rtl/dragonfly/sysctlh.inc svneol=native#text/plain
-rtl/dragonfly/sysnr.inc svneol=native#text/plain
-rtl/dragonfly/termio.pp svneol=native#text/plain
-rtl/dragonfly/termios.inc svneol=native#text/plain
-rtl/dragonfly/termiosproc.inc svneol=native#text/plain
-rtl/dragonfly/unxconst.inc svneol=native#text/plain
-rtl/dragonfly/unxfunc.inc svneol=native#text/plain
-rtl/dragonfly/unxsysc.inc svneol=native#text/plain
-rtl/dragonfly/x86_64/bsyscall.inc svneol=native#text/plain
-rtl/dragonfly/x86_64/cprt0.as svneol=native#text/plain
-rtl/dragonfly/x86_64/dllprt0.as svneol=native#text/plain
-rtl/dragonfly/x86_64/gprt0.as svneol=native#text/plain
-rtl/dragonfly/x86_64/prt0.as svneol=native#text/plain
-rtl/dragonfly/x86_64/si_c.inc svneol=native#text/plain
-rtl/dragonfly/x86_64/sighnd.inc svneol=native#text/plain
-rtl/dragonfly/x86_64/signal.inc svneol=native#text/plain
-rtl/embedded/Makefile svneol=native#text/plain
-rtl/embedded/Makefile.fpc svneol=native#text/plain
-rtl/embedded/arm/allwinner_a20.pp svneol=native#text/plain
-rtl/embedded/arm/at91sam7x256.pp svneol=native#text/plain
-rtl/embedded/arm/cortexm0.pp svneol=native#text/pascal
-rtl/embedded/arm/cortexm0_start.inc svneol=native#text/plain
-rtl/embedded/arm/cortexm3.pp svneol=native#text/pascal
-rtl/embedded/arm/cortexm3_start.inc svneol=native#text/pascal
-rtl/embedded/arm/cortexm4.pp svneol=native#text/pascal
-rtl/embedded/arm/cortexm4f_start.inc svneol=native#text/pascal
-rtl/embedded/arm/cortexm7.pp svneol=native#text/plain
-rtl/embedded/arm/lm3fury.pp svneol=native#text/pascal
-rtl/embedded/arm/lm3tempest.pp svneol=native#text/pascal
-rtl/embedded/arm/lm4f120.pp svneol=native#text/pascal
-rtl/embedded/arm/lpc11xx.pp svneol=native#text/pascal
-rtl/embedded/arm/lpc122x.pp svneol=native#text/pascal
-rtl/embedded/arm/lpc13xx.pp svneol=native#text/pascal
-rtl/embedded/arm/lpc1768.pp svneol=native#text/pascal
-rtl/embedded/arm/lpc21x4.pp svneol=native#text/plain
-rtl/embedded/arm/lpc8xx.pp svneol=native#text/pascal
-rtl/embedded/arm/mk20d5.pp svneol=native#text/pascal
-rtl/embedded/arm/mk20d7.pp svneol=native#text/plain
-rtl/embedded/arm/mk22f51212.pp svneol=native#text/pascal
-rtl/embedded/arm/mk64f12.pp svneol=native#text/pascal
-rtl/embedded/arm/nrf51.pp svneol=native#text/pascal
-rtl/embedded/arm/nrf52.pp svneol=native#text/pascal
-rtl/embedded/arm/raspi2.pp svneol=native#text/pascal
-rtl/embedded/arm/sam3x8e.pp svneol=native#text/pascal
-rtl/embedded/arm/samd51p19a.pp svneol=native#text/pascal
-rtl/embedded/arm/sc32442b.pp svneol=native#text/pascal
-rtl/embedded/arm/stm32f0xx.pp svneol=native#text/plain
-rtl/embedded/arm/stm32f10x_cl.pp svneol=native#text/plain
-rtl/embedded/arm/stm32f10x_conn.pp svneol=native#text/pascal
-rtl/embedded/arm/stm32f10x_hd.pp svneol=native#text/pascal
-rtl/embedded/arm/stm32f10x_ld.pp svneol=native#text/pascal
-rtl/embedded/arm/stm32f10x_md.pp svneol=native#text/pascal
-rtl/embedded/arm/stm32f10x_xl.pp svneol=native#text/pascal
-rtl/embedded/arm/stm32f401xx.pp svneol=native#text/pascal
-rtl/embedded/arm/stm32f407xx.pp svneol=native#text/pascal
-rtl/embedded/arm/stm32f411xe.pp svneol=native#text/pascal
-rtl/embedded/arm/stm32f429.pp svneol=native#text/pascal
-rtl/embedded/arm/stm32f429xx.pp svneol=native#text/pascal
-rtl/embedded/arm/stm32f446xx.pp svneol=native#text/pascal
-rtl/embedded/arm/stm32f745.pp svneol=native#text/plain
-rtl/embedded/arm/stm32f746.pp svneol=native#text/plain
-rtl/embedded/arm/stm32f756.pp svneol=native#text/plain
-rtl/embedded/arm/xmc4500.pp svneol=native#text/pascal
-rtl/embedded/avr/at90can128.pp svneol=native#text/plain
-rtl/embedded/avr/at90can32.pp svneol=native#text/plain
-rtl/embedded/avr/at90can64.pp svneol=native#text/plain
-rtl/embedded/avr/at90pwm1.pp svneol=native#text/plain
-rtl/embedded/avr/at90pwm161.pp svneol=native#text/plain
-rtl/embedded/avr/at90pwm216.pp svneol=native#text/plain
-rtl/embedded/avr/at90pwm2b.pp svneol=native#text/plain
-rtl/embedded/avr/at90pwm316.pp svneol=native#text/plain
-rtl/embedded/avr/at90pwm3b.pp svneol=native#text/plain
-rtl/embedded/avr/at90pwm81.pp svneol=native#text/plain
-rtl/embedded/avr/at90usb1286.pp svneol=native#text/plain
-rtl/embedded/avr/at90usb1287.pp svneol=native#text/plain
-rtl/embedded/avr/at90usb162.pp svneol=native#text/plain
-rtl/embedded/avr/at90usb646.pp svneol=native#text/plain
-rtl/embedded/avr/at90usb647.pp svneol=native#text/plain
-rtl/embedded/avr/at90usb82.pp svneol=native#text/plain
-rtl/embedded/avr/ata6285.pp svneol=native#text/plain
-rtl/embedded/avr/ata6286.pp svneol=native#text/plain
-rtl/embedded/avr/atmega128.pp svneol=native#text/plain
-rtl/embedded/avr/atmega1280.pp svneol=native#text/plain
-rtl/embedded/avr/atmega1281.pp svneol=native#text/plain
-rtl/embedded/avr/atmega1284.pp svneol=native#text/plain
-rtl/embedded/avr/atmega1284p.pp svneol=native#text/plain
-rtl/embedded/avr/atmega1284rfr2.pp -text svneol=native#text/pascal
-rtl/embedded/avr/atmega128a.pp svneol=native#text/plain
-rtl/embedded/avr/atmega128rfa1.pp svneol=native#text/plain
-rtl/embedded/avr/atmega128rfr2.pp -text svneol=native#text/pascal
-rtl/embedded/avr/atmega16.pp svneol=native#text/plain
-rtl/embedded/avr/atmega1608.pp svneol=native#text/pascal
-rtl/embedded/avr/atmega1609.pp svneol=native#text/pascal
-rtl/embedded/avr/atmega162.pp svneol=native#text/plain
-rtl/embedded/avr/atmega164a.pp svneol=native#text/plain
-rtl/embedded/avr/atmega164p.pp svneol=native#text/plain
-rtl/embedded/avr/atmega164pa.pp svneol=native#text/plain
-rtl/embedded/avr/atmega165a.pp svneol=native#text/plain
-rtl/embedded/avr/atmega165p.pp svneol=native#text/plain
-rtl/embedded/avr/atmega165pa.pp svneol=native#text/plain
-rtl/embedded/avr/atmega168.pp svneol=native#text/plain
-rtl/embedded/avr/atmega168a.pp svneol=native#text/plain
-rtl/embedded/avr/atmega168p.pp svneol=native#text/plain
-rtl/embedded/avr/atmega168pa.pp svneol=native#text/plain
-rtl/embedded/avr/atmega168pb.pp -text svneol=native#text/pascal
-rtl/embedded/avr/atmega169a.pp svneol=native#text/plain
-rtl/embedded/avr/atmega169p.pp svneol=native#text/plain
-rtl/embedded/avr/atmega169pa.pp svneol=native#text/plain
-rtl/embedded/avr/atmega16a.pp svneol=native#text/plain
-rtl/embedded/avr/atmega16hva.pp -text svneol=native#text/pascal
-rtl/embedded/avr/atmega16hvb.pp svneol=native#text/plain
-rtl/embedded/avr/atmega16hvbrevb.pp -text svneol=native#text/pascal
-rtl/embedded/avr/atmega16m1.pp svneol=native#text/plain
-rtl/embedded/avr/atmega16u2.pp svneol=native#text/plain
-rtl/embedded/avr/atmega16u4.pp svneol=native#text/plain
-rtl/embedded/avr/atmega2560.pp svneol=native#text/plain
-rtl/embedded/avr/atmega2561.pp svneol=native#text/plain
-rtl/embedded/avr/atmega2564rfr2.pp -text svneol=native#text/pascal
-rtl/embedded/avr/atmega256rfr2.pp -text svneol=native#text/pascal
-rtl/embedded/avr/atmega32.pp svneol=native#text/plain
-rtl/embedded/avr/atmega3208.pp svneol=native#text/pascal
-rtl/embedded/avr/atmega3209.pp svneol=native#text/pascal
-rtl/embedded/avr/atmega324a.pp svneol=native#text/plain
-rtl/embedded/avr/atmega324p.pp svneol=native#text/plain
-rtl/embedded/avr/atmega324pa.pp svneol=native#text/plain
-rtl/embedded/avr/atmega324pb.pp -text svneol=native#text/pascal
-rtl/embedded/avr/atmega325.pp svneol=native#text/plain
-rtl/embedded/avr/atmega3250.pp svneol=native#text/plain
-rtl/embedded/avr/atmega3250a.pp svneol=native#text/plain
-rtl/embedded/avr/atmega3250p.pp svneol=native#text/plain
-rtl/embedded/avr/atmega3250pa.pp svneol=native#text/plain
-rtl/embedded/avr/atmega325a.pp svneol=native#text/plain
-rtl/embedded/avr/atmega325p.pp svneol=native#text/plain
-rtl/embedded/avr/atmega325pa.pp svneol=native#text/plain
-rtl/embedded/avr/atmega328.pp svneol=native#text/plain
-rtl/embedded/avr/atmega328p.pp svneol=native#text/plain
-rtl/embedded/avr/atmega328pb.pp -text svneol=native#text/pascal
-rtl/embedded/avr/atmega329.pp svneol=native#text/plain
-rtl/embedded/avr/atmega3290.pp svneol=native#text/plain
-rtl/embedded/avr/atmega3290a.pp svneol=native#text/plain
-rtl/embedded/avr/atmega3290p.pp svneol=native#text/plain
-rtl/embedded/avr/atmega3290pa.pp svneol=native#text/plain
-rtl/embedded/avr/atmega329a.pp svneol=native#text/plain
-rtl/embedded/avr/atmega329p.pp svneol=native#text/plain
-rtl/embedded/avr/atmega329pa.pp svneol=native#text/plain
-rtl/embedded/avr/atmega32a.pp svneol=native#text/plain
-rtl/embedded/avr/atmega32c1.pp svneol=native#text/plain
-rtl/embedded/avr/atmega32hvb.pp svneol=native#text/plain
-rtl/embedded/avr/atmega32hvbrevb.pp -text svneol=native#text/pascal
-rtl/embedded/avr/atmega32m1.pp svneol=native#text/plain
-rtl/embedded/avr/atmega32u2.pp svneol=native#text/plain
-rtl/embedded/avr/atmega32u4.pp svneol=native#text/plain
-rtl/embedded/avr/atmega406.pp -text svneol=native#text/pascal
-rtl/embedded/avr/atmega48.pp svneol=native#text/plain
-rtl/embedded/avr/atmega4808.pp svneol=native#text/pascal
-rtl/embedded/avr/atmega4809.pp svneol=native#text/pascal
-rtl/embedded/avr/atmega48a.pp svneol=native#text/plain
-rtl/embedded/avr/atmega48p.pp svneol=native#text/plain
-rtl/embedded/avr/atmega48pa.pp svneol=native#text/plain
-rtl/embedded/avr/atmega48pb.pp -text svneol=native#text/pascal
-rtl/embedded/avr/atmega64.pp svneol=native#text/plain
-rtl/embedded/avr/atmega640.pp svneol=native#text/plain
-rtl/embedded/avr/atmega644.pp svneol=native#text/plain
-rtl/embedded/avr/atmega644a.pp svneol=native#text/plain
-rtl/embedded/avr/atmega644p.pp svneol=native#text/plain
-rtl/embedded/avr/atmega644pa.pp svneol=native#text/plain
-rtl/embedded/avr/atmega644rfr2.pp -text svneol=native#text/pascal
-rtl/embedded/avr/atmega645.pp svneol=native#text/plain
-rtl/embedded/avr/atmega6450.pp svneol=native#text/plain
-rtl/embedded/avr/atmega6450a.pp svneol=native#text/plain
-rtl/embedded/avr/atmega6450p.pp svneol=native#text/plain
-rtl/embedded/avr/atmega645a.pp svneol=native#text/plain
-rtl/embedded/avr/atmega645p.pp svneol=native#text/plain
-rtl/embedded/avr/atmega649.pp svneol=native#text/plain
-rtl/embedded/avr/atmega6490.pp svneol=native#text/plain
-rtl/embedded/avr/atmega6490a.pp svneol=native#text/plain
-rtl/embedded/avr/atmega6490p.pp svneol=native#text/plain
-rtl/embedded/avr/atmega649a.pp svneol=native#text/plain
-rtl/embedded/avr/atmega649p.pp svneol=native#text/plain
-rtl/embedded/avr/atmega64a.pp svneol=native#text/plain
-rtl/embedded/avr/atmega64c1.pp svneol=native#text/plain
-rtl/embedded/avr/atmega64hve2.pp -text svneol=native#text/pascal
-rtl/embedded/avr/atmega64m1.pp svneol=native#text/plain
-rtl/embedded/avr/atmega64rfr2.pp -text svneol=native#text/pascal
-rtl/embedded/avr/atmega8.pp svneol=native#text/plain
-rtl/embedded/avr/atmega808.pp svneol=native#text/pascal
-rtl/embedded/avr/atmega809.pp svneol=native#text/pascal
-rtl/embedded/avr/atmega8515.pp svneol=native#text/plain
-rtl/embedded/avr/atmega8535.pp svneol=native#text/plain
-rtl/embedded/avr/atmega88.pp svneol=native#text/plain
-rtl/embedded/avr/atmega88a.pp svneol=native#text/plain
-rtl/embedded/avr/atmega88p.pp svneol=native#text/plain
-rtl/embedded/avr/atmega88pa.pp svneol=native#text/plain
-rtl/embedded/avr/atmega88pb.pp -text svneol=native#text/pascal
-rtl/embedded/avr/atmega8a.pp svneol=native#text/plain
-rtl/embedded/avr/atmega8hva.pp -text svneol=native#text/pascal
-rtl/embedded/avr/atmega8u2.pp svneol=native#text/plain
-rtl/embedded/avr/attiny10.pp svneol=native#text/plain
-rtl/embedded/avr/attiny102.pp svneol=native#text/pascal
-rtl/embedded/avr/attiny104.pp -text svneol=native#text/pascal
-rtl/embedded/avr/attiny11.pp svneol=native#text/pascal
-rtl/embedded/avr/attiny12.pp svneol=native#text/pascal
-rtl/embedded/avr/attiny13.pp svneol=native#text/plain
-rtl/embedded/avr/attiny13a.pp svneol=native#text/plain
-rtl/embedded/avr/attiny15.pp svneol=native#text/pascal
-rtl/embedded/avr/attiny1604.pp svneol=native#text/pascal
-rtl/embedded/avr/attiny1606.pp svneol=native#text/pascal
-rtl/embedded/avr/attiny1607.pp svneol=native#text/pascal
-rtl/embedded/avr/attiny1614.pp svneol=native#text/pascal
-rtl/embedded/avr/attiny1616.pp svneol=native#text/pascal
-rtl/embedded/avr/attiny1617.pp svneol=native#text/pascal
-rtl/embedded/avr/attiny1624.pp svneol=native#text/pascal
-rtl/embedded/avr/attiny1626.pp svneol=native#text/pascal
-rtl/embedded/avr/attiny1627.pp svneol=native#text/pascal
-rtl/embedded/avr/attiny1634.pp svneol=native#text/plain
-rtl/embedded/avr/attiny167.pp svneol=native#text/plain
-rtl/embedded/avr/attiny20.pp svneol=native#text/plain
-rtl/embedded/avr/attiny202.pp svneol=native#text/pascal
-rtl/embedded/avr/attiny204.pp svneol=native#text/pascal
-rtl/embedded/avr/attiny212.pp svneol=native#text/pascal
-rtl/embedded/avr/attiny214.pp svneol=native#text/pascal
-rtl/embedded/avr/attiny2313.pp svneol=native#text/plain
-rtl/embedded/avr/attiny2313a.pp svneol=native#text/plain
-rtl/embedded/avr/attiny24.pp svneol=native#text/plain
-rtl/embedded/avr/attiny24a.pp svneol=native#text/plain
-rtl/embedded/avr/attiny25.pp svneol=native#text/plain
-rtl/embedded/avr/attiny26.pp svneol=native#text/plain
-rtl/embedded/avr/attiny261.pp svneol=native#text/plain
-rtl/embedded/avr/attiny261a.pp svneol=native#text/plain
-rtl/embedded/avr/attiny28.pp svneol=native#text/plain
-rtl/embedded/avr/attiny3214.pp svneol=native#text/pascal
-rtl/embedded/avr/attiny3216.pp svneol=native#text/pascal
-rtl/embedded/avr/attiny3217.pp svneol=native#text/pascal
-rtl/embedded/avr/attiny4.pp svneol=native#text/plain
-rtl/embedded/avr/attiny40.pp svneol=native#text/plain
-rtl/embedded/avr/attiny402.pp svneol=native#text/pascal
-rtl/embedded/avr/attiny404.pp svneol=native#text/pascal
-rtl/embedded/avr/attiny406.pp svneol=native#text/pascal
-rtl/embedded/avr/attiny412.pp svneol=native#text/pascal
-rtl/embedded/avr/attiny414.pp svneol=native#text/pascal
-rtl/embedded/avr/attiny416.pp svneol=native#text/pascal
-rtl/embedded/avr/attiny416auto.pp svneol=native#text/pascal
-rtl/embedded/avr/attiny417.pp svneol=native#text/pascal
-rtl/embedded/avr/attiny4313.pp svneol=native#text/plain
-rtl/embedded/avr/attiny43u.pp svneol=native#text/plain
-rtl/embedded/avr/attiny44.pp svneol=native#text/plain
-rtl/embedded/avr/attiny441.pp svneol=native#text/pascal
-rtl/embedded/avr/attiny44a.pp svneol=native#text/plain
-rtl/embedded/avr/attiny45.pp svneol=native#text/plain
-rtl/embedded/avr/attiny461.pp svneol=native#text/plain
-rtl/embedded/avr/attiny461a.pp svneol=native#text/plain
-rtl/embedded/avr/attiny48.pp svneol=native#text/plain
-rtl/embedded/avr/attiny5.pp svneol=native#text/plain
-rtl/embedded/avr/attiny804.pp svneol=native#text/pascal
-rtl/embedded/avr/attiny806.pp svneol=native#text/pascal
-rtl/embedded/avr/attiny807.pp svneol=native#text/pascal
-rtl/embedded/avr/attiny814.pp svneol=native#text/pascal
-rtl/embedded/avr/attiny816.pp svneol=native#text/pascal
-rtl/embedded/avr/attiny817.pp svneol=native#text/pascal
-rtl/embedded/avr/attiny828.pp svneol=native#text/plain
-rtl/embedded/avr/attiny84.pp svneol=native#text/plain
-rtl/embedded/avr/attiny841.pp svneol=native#text/pascal
-rtl/embedded/avr/attiny84a.pp svneol=native#text/plain
-rtl/embedded/avr/attiny85.pp svneol=native#text/plain
-rtl/embedded/avr/attiny861.pp svneol=native#text/plain
-rtl/embedded/avr/attiny861a.pp svneol=native#text/plain
-rtl/embedded/avr/attiny87.pp svneol=native#text/plain
-rtl/embedded/avr/attiny88.pp svneol=native#text/plain
-rtl/embedded/avr/attiny9.pp svneol=native#text/plain
-rtl/embedded/avr/avrcommon.inc svneol=native#text/plain
-rtl/embedded/avr/avrsim.pp svneol=native#text/plain
-rtl/embedded/avr/start.inc svneol=native#text/plain
-rtl/embedded/avr/start_noram.inc svneol=native#text/pascal
-rtl/embedded/buildrtl.lpi svneol=native#text/plain
-rtl/embedded/buildrtl.pp svneol=native#text/plain
-rtl/embedded/check.inc svneol=native#text/plain
-rtl/embedded/classes.pp svneol=native#text/plain
-rtl/embedded/consoleio.pp svneol=native#text/pascal
-rtl/embedded/dos.pp svneol=native#text/plain
-rtl/embedded/empty.cfg svneol=native#text/plain
-rtl/embedded/heapmgr.pp svneol=native#text/pascal
-rtl/embedded/i386/multiboot.pp svneol=native#text/plain
-rtl/embedded/riscv32/fe310g000.pp svneol=native#text/pascal
-rtl/embedded/riscv32/fe310g002.pp svneol=native#text/pascal
-rtl/embedded/riscv32/gd32vf103xx.pp svneol=native#text/pascal
-rtl/embedded/riscv32/riscv32_start.inc svneol=native#text/pascal
-rtl/embedded/rtl.cfg svneol=native#text/plain
-rtl/embedded/rtldefs.inc svneol=native#text/plain
-rtl/embedded/sysdir.inc svneol=native#text/plain
-rtl/embedded/sysfile.inc svneol=native#text/plain
-rtl/embedded/sysheap.inc svneol=native#text/plain
-rtl/embedded/sysos.inc svneol=native#text/plain
-rtl/embedded/sysosh.inc svneol=native#text/plain
-rtl/embedded/system.cfg svneol=native#text/plain
-rtl/embedded/system.pp svneol=native#text/plain
-rtl/embedded/systhrd.inc svneol=native#text/plain
-rtl/embedded/sysutils.pp svneol=native#text/pascal
-rtl/embedded/tthread.inc svneol=native#text/plain
-rtl/embedded/xtensa/esp8266.pp svneol=native#text/pascal
-rtl/emx/Makefile svneol=native#text/plain
-rtl/emx/Makefile.fpc svneol=native#text/plain
-rtl/emx/dos.pas svneol=native#text/plain
-rtl/emx/emx.imp -text
-rtl/emx/emx.pas svneol=native#text/plain
-rtl/emx/emxwrap.imp -text
-rtl/emx/ports.pas svneol=native#text/plain
-rtl/emx/prt0.as svneol=native#text/plain
-rtl/emx/prt1.as svneol=native#text/plain
-rtl/emx/rtldefs.inc svneol=native#text/plain
-rtl/emx/sysdir.inc svneol=native#text/plain
-rtl/emx/sysemx.pas svneol=native#text/plain
-rtl/emx/sysfile.inc svneol=native#text/plain
-rtl/emx/sysheap.inc svneol=native#text/plain
-rtl/emx/sysos.inc svneol=native#text/plain
-rtl/emx/sysosh.inc svneol=native#text/plain
-rtl/emx/system.pas svneol=native#text/plain
-rtl/emx/systhrd.inc svneol=native#text/plain
-rtl/emx/sysutils.pp svneol=native#text/plain
-rtl/fpmake.inc svneol=native#text/plain
-rtl/fpmake.pp svneol=native#text/plain
-rtl/freebsd/Makefile svneol=native#text/plain
-rtl/freebsd/Makefile.fpc svneol=native#text/plain
-rtl/freebsd/aarch64/bsyscall.inc svneol=native#text/plain
-rtl/freebsd/aarch64/cprt0.as svneol=native#text/plain
-rtl/freebsd/aarch64/dllprt0.as svneol=native#text/plain
-rtl/freebsd/aarch64/gprt0.as svneol=native#text/plain
-rtl/freebsd/aarch64/prt0.as svneol=native#text/plain
-rtl/freebsd/aarch64/si_c.inc svneol=native#text/plain
-rtl/freebsd/aarch64/sighnd.inc svneol=native#text/plain
-rtl/freebsd/buildrtl.lpi svneol=native#text/plain
-rtl/freebsd/buildrtl.pp svneol=native#text/plain
-rtl/freebsd/console.pp svneol=native#text/plain
-rtl/freebsd/csucommon/ignore_init.inc svneol=native#text/plain
-rtl/freebsd/errno.inc svneol=native#text/plain
-rtl/freebsd/errnostr.inc svneol=native#text/plain
-rtl/freebsd/freebsd.pas -text svneol=unset#text/plain
-rtl/freebsd/i386/bsyscall.inc svneol=native#text/plain
-rtl/freebsd/i386/cprt0.as svneol=native#text/plain
-rtl/freebsd/i386/dllprt0.as svneol=native#text/plain
-rtl/freebsd/i386/gprt0.as svneol=native#text/plain
-rtl/freebsd/i386/identpatch.sh svneol=native#text/plain
-rtl/freebsd/i386/prt0.as svneol=native#text/plain
-rtl/freebsd/i386/si_crt.inc svneol=native#text/plain
-rtl/freebsd/i386/si_prc.inc svneol=native#text/plain
-rtl/freebsd/i386/sighnd.inc svneol=native#text/plain
-rtl/freebsd/i386/x86.inc svneol=native#text/plain
-rtl/freebsd/i386/x86h.inc svneol=native#text/plain
-rtl/freebsd/pmutext.inc svneol=native#text/plain
-rtl/freebsd/pthread.inc svneol=native#text/plain
-rtl/freebsd/ptypes.inc svneol=native#text/plain
-rtl/freebsd/rtldefs.inc svneol=native#text/plain
-rtl/freebsd/si_crt.pp svneol=native#text/plain
-rtl/freebsd/si_intf.inc svneol=native#text/plain
-rtl/freebsd/signal.inc svneol=native#text/plain
-rtl/freebsd/sysctlh.inc svneol=native#text/plain
-rtl/freebsd/sysnr.inc svneol=native#text/plain
-rtl/freebsd/termio.pp svneol=native#text/plain
-rtl/freebsd/termios.inc svneol=native#text/plain
-rtl/freebsd/termiosproc.inc svneol=native#text/plain
-rtl/freebsd/ucontexth.inc svneol=native#text/plain
-rtl/freebsd/unxconst.inc svneol=native#text/plain
-rtl/freebsd/unxfunc.inc svneol=native#text/plain
-rtl/freebsd/unxsysc.inc svneol=native#text/plain
-rtl/freebsd/x86_64/bsyscall.inc svneol=native#text/plain
-rtl/freebsd/x86_64/cprt0.as svneol=native#text/plain
-rtl/freebsd/x86_64/dllprt0.as svneol=native#text/plain
-rtl/freebsd/x86_64/gprt0.as svneol=native#text/plain
-rtl/freebsd/x86_64/prt0.as svneol=native#text/plain
-rtl/freebsd/x86_64/reloc.inc svneol=native#text/plain
-rtl/freebsd/x86_64/si_c.inc svneol=native#text/plain
-rtl/freebsd/x86_64/sighnd.inc svneol=native#text/plain
-rtl/freertos/Makefile svneol=native#text/plain
-rtl/freertos/Makefile.fpc svneol=native#text/plain
-rtl/freertos/arm/cortexm0.pp svneol=native#text/pascal
-rtl/freertos/arm/cortexm0_start.inc svneol=native#text/plain
-rtl/freertos/arm/cortexm3.pp svneol=native#text/pascal
-rtl/freertos/arm/cortexm3_start.inc svneol=native#text/plain
-rtl/freertos/arm/cortexm4.pp svneol=native#text/pascal
-rtl/freertos/arm/cortexm4f_start.inc svneol=native#text/plain
-rtl/freertos/arm/cortexm7.pp svneol=native#text/pascal
-rtl/freertos/arm/stm32f103xe.pp svneol=native#text/pascal
-rtl/freertos/arm/stm32f401xe.pp svneol=native#text/pascal
-rtl/freertos/arm/stm32g071xx.pp svneol=native#text/pascal
-rtl/freertos/check.inc svneol=native#text/plain
-rtl/freertos/classes.pp svneol=native#text/pascal
-rtl/freertos/consoleio.pp svneol=native#text/pascal
-rtl/freertos/dos.pp svneol=native#text/pascal
-rtl/freertos/heapmgr.pp svneol=native#text/pascal
-rtl/freertos/rtldefs.inc svneol=native#text/plain
-rtl/freertos/sysdir.inc svneol=native#text/plain
-rtl/freertos/sysfile.inc svneol=native#text/plain
-rtl/freertos/sysheap.inc svneol=native#text/plain
-rtl/freertos/sysos.inc svneol=native#text/plain
-rtl/freertos/sysosh.inc svneol=native#text/plain
-rtl/freertos/system.cfg svneol=native#text/plain
-rtl/freertos/system.pp svneol=native#text/pascal
-rtl/freertos/systhrd.inc svneol=native#text/plain
-rtl/freertos/sysutils.pp svneol=native#text/pascal
-rtl/freertos/tthread.inc svneol=native#text/plain
-rtl/freertos/xtensa/esp32.pp svneol=native#text/pascal
-rtl/freertos/xtensa/esp8266.pp svneol=native#text/pascal
-rtl/gba/Makefile svneol=native#text/plain
-rtl/gba/Makefile.fpc svneol=native#text/plain
-rtl/gba/classes.pp svneol=native#text/plain
-rtl/gba/cprt0.as svneol=native#text/plain
-rtl/gba/dos.pp svneol=native#text/plain
-rtl/gba/gbabios.inc svneol=native#text/plain
-rtl/gba/gbabiosh.inc svneol=native#text/plain
-rtl/gba/libc.inc svneol=native#text/plain
-rtl/gba/libch.inc svneol=native#text/plain
-rtl/gba/prt0.as svneol=native#text/plain
-rtl/gba/rtl.cfg svneol=native#text/plain
-rtl/gba/rtldefs.inc svneol=native#text/plain
-rtl/gba/sysdir.inc svneol=native#text/plain
-rtl/gba/sysfile.inc svneol=native#text/plain
-rtl/gba/sysheap.inc svneol=native#text/plain
-rtl/gba/sysos.inc svneol=native#text/plain
-rtl/gba/sysosh.inc svneol=native#text/plain
-rtl/gba/system.pp svneol=native#text/plain
-rtl/gba/systhrd.inc svneol=native#text/plain
-rtl/gba/sysutils.pp svneol=native#text/plain
-rtl/gba/tthread.inc svneol=native#text/plain
-rtl/go32v2/Makefile svneol=native#text/plain
-rtl/go32v2/Makefile.fpc svneol=native#text/plain
-rtl/go32v2/classes.pp svneol=native#text/plain
-rtl/go32v2/dos.pp svneol=native#text/plain
-rtl/go32v2/dpmi.inc svneol=native#text/plain
-rtl/go32v2/dpmiexcp.pp svneol=native#text/plain
-rtl/go32v2/dxeload.pp svneol=native#text/plain
-rtl/go32v2/dxetype.pp svneol=native#text/plain
-rtl/go32v2/emu387.pp svneol=native#text/plain
-rtl/go32v2/exceptn.as svneol=native#text/plain
-rtl/go32v2/exit16.ah -text
-rtl/go32v2/exit16.asm -text
-rtl/go32v2/fpu.as svneol=native#text/plain
-rtl/go32v2/go32.pp svneol=native#text/plain
-rtl/go32v2/initc.pp svneol=native#text/plain
-rtl/go32v2/msmouse.pp svneol=native#text/plain
-rtl/go32v2/ports.pp svneol=native#text/plain
-rtl/go32v2/profile.pp svneol=native#text/plain
-rtl/go32v2/rtldefs.inc svneol=native#text/plain
-rtl/go32v2/sbrk16.ah -text
-rtl/go32v2/sbrk16.asm -text
-rtl/go32v2/sysdir.inc svneol=native#text/plain
-rtl/go32v2/sysfile.inc svneol=native#text/plain
-rtl/go32v2/sysheap.inc svneol=native#text/plain
-rtl/go32v2/sysos.inc svneol=native#text/plain
-rtl/go32v2/sysosh.inc svneol=native#text/plain
-rtl/go32v2/system.pp svneol=native#text/plain
-rtl/go32v2/sysutils.pp svneol=native#text/plain
-rtl/go32v2/tthread.inc svneol=native#text/plain
-rtl/go32v2/v2prt0.as svneol=native#text/plain
-rtl/haiku/Makefile svneol=native#text/plain
-rtl/haiku/Makefile.fpc svneol=native#text/plain
-rtl/haiku/baseunix.pp svneol=native#text/plain
-rtl/haiku/classes.pp svneol=native#text/plain
-rtl/haiku/errno.inc svneol=native#text/plain
-rtl/haiku/errnostr.inc svneol=native#text/plain
-rtl/haiku/i386/cprt0.as svneol=native#text/plain
-rtl/haiku/i386/dllcprt0.as svneol=native#text/plain
-rtl/haiku/i386/sig_cpu.inc svneol=native#text/plain
-rtl/haiku/i386/sighnd.inc svneol=native#text/plain
-rtl/haiku/osdefs.inc svneol=native#text/plain
-rtl/haiku/osmacro.inc svneol=native#text/plain
-rtl/haiku/ostypes.inc svneol=native#text/plain
-rtl/haiku/pthread.inc svneol=native#text/plain
-rtl/haiku/ptypes.inc svneol=native#text/plain
-rtl/haiku/rtldefs.inc svneol=native#text/plain
-rtl/haiku/si_c.pp svneol=native#text/plain
-rtl/haiku/si_dllc.pp svneol=native#text/plain
-rtl/haiku/signal.inc svneol=native#text/plain
-rtl/haiku/suuid.inc svneol=native#text/plain
-rtl/haiku/sysconst.inc svneol=native#text/plain
-rtl/haiku/sysos.inc svneol=native#text/plain
-rtl/haiku/sysosh.inc svneol=native#text/plain
-rtl/haiku/system.pp svneol=native#text/plain
-rtl/haiku/termio.pp svneol=native#text/plain
-rtl/haiku/termios.inc svneol=native#text/plain
-rtl/haiku/termiosproc.inc svneol=native#text/plain
-rtl/haiku/unxconst.inc svneol=native#text/plain
-rtl/haiku/unxfunc.inc svneol=native#text/plain
-rtl/haiku/x86_64/sig_cpu.inc svneol=native#text/plain
-rtl/haiku/x86_64/sighnd.inc svneol=native#text/plain
-rtl/i386/cpu.pp svneol=native#text/plain
-rtl/i386/cpuh.inc svneol=native#text/plain
-rtl/i386/cpuinnr.inc svneol=native#text/plain
-rtl/i386/cpumminnr.inc svneol=native#text/plain
-rtl/i386/cpummprocs.inc svneol=native#text/plain
-rtl/i386/fastmove.inc svneol=native#text/plain
-rtl/i386/i386.inc svneol=native#text/plain
-rtl/i386/int64p.inc svneol=native#text/plain
-rtl/i386/makefile.cpu svneol=native#text/plain
-rtl/i386/math.inc svneol=native#text/plain
-rtl/i386/mathu.inc svneol=native#text/plain
-rtl/i386/mmx.pp svneol=native#text/plain
-rtl/i386/ports.inc svneol=native#text/plain
-rtl/i386/portsh.inc svneol=native#text/plain
-rtl/i386/readme -text
-rtl/i386/set.inc svneol=native#text/plain
-rtl/i386/setjump.inc svneol=native#text/plain
-rtl/i386/setjumph.inc svneol=native#text/plain
-rtl/i386/strings.inc svneol=native#text/plain
-rtl/i386/stringss.inc svneol=native#text/plain
-rtl/i8086/cpu.pp svneol=native#text/plain
-rtl/i8086/cpuh.inc svneol=native#text/plain
-rtl/i8086/cpuinnr.inc svneol=native#text/plain
-rtl/i8086/hugeptr.inc svneol=native#text/plain
-rtl/i8086/i8086.inc svneol=native#text/plain
-rtl/i8086/int32p.inc svneol=native#text/plain
-rtl/i8086/int64p.inc svneol=native#text/plain
-rtl/i8086/makefile.cpu svneol=native#text/plain
-rtl/i8086/math.inc svneol=native#text/plain
-rtl/i8086/mathu.inc svneol=native#text/plain
-rtl/i8086/ports.inc svneol=native#text/plain
-rtl/i8086/portsh.inc svneol=native#text/plain
-rtl/i8086/set.inc svneol=native#text/plain
-rtl/i8086/setjump.inc svneol=native#text/plain
-rtl/i8086/setjumph.inc svneol=native#text/plain
-rtl/i8086/strings.inc svneol=native#text/plain
-rtl/i8086/stringss.inc svneol=native#text/plain
-rtl/inc/aliases.inc svneol=native#text/plain
-rtl/inc/astrings.inc svneol=native#text/plain
-rtl/inc/blockrtl.pp svneol=native#text/plain
-rtl/inc/cgeneric.inc svneol=native#text/plain
-rtl/inc/cgenmath.inc svneol=native#text/plain
-rtl/inc/cgenstr.inc svneol=native#text/plain
-rtl/inc/charset.pp svneol=native#text/plain
-rtl/inc/cmem.pp svneol=native#text/plain
-rtl/inc/compproc.inc svneol=native#text/plain
-rtl/inc/ctypes.pp svneol=native#text/plain
-rtl/inc/currh.inc svneol=native#text/plain
-rtl/inc/dos.inc svneol=native#text/plain
-rtl/inc/dosh.inc svneol=native#text/plain
-rtl/inc/dynarr.inc svneol=native#text/plain
-rtl/inc/dynarrh.inc svneol=native#text/plain
-rtl/inc/dynlib.inc svneol=native#text/plain
-rtl/inc/dynlibh.inc svneol=native#text/plain
-rtl/inc/dynlibs.pas svneol=native#text/plain
-rtl/inc/except.inc svneol=native#text/plain
-rtl/inc/excepth.inc svneol=native#text/plain
-rtl/inc/exeinfo.pp svneol=native#text/plain
-rtl/inc/extpas.pp svneol=native#text/pascal
-rtl/inc/extres.inc svneol=native#text/plain
-rtl/inc/fexpand.inc svneol=native#text/plain
-rtl/inc/file.inc svneol=native#text/plain
-rtl/inc/filerec.inc svneol=native#text/plain
-rtl/inc/flt_conv.inc svneol=native#text/plain
-rtl/inc/flt_core.inc svneol=native#text/plain
-rtl/inc/flt_pack.inc svneol=native#text/plain
-rtl/inc/fpextres.pp svneol=native#text/plain
-rtl/inc/fpintres.pp svneol=native#text/plain
-rtl/inc/gencurr.inc svneol=native#text/plain
-rtl/inc/generic.inc svneol=native#text/plain
-rtl/inc/genmath.inc svneol=native#text/plain
-rtl/inc/genmathh.inc svneol=native#text/plain
-rtl/inc/genset.inc svneol=native#text/plain
-rtl/inc/genstr.inc svneol=native#text/plain
-rtl/inc/genstrs.inc svneol=native#text/plain
-rtl/inc/getopts.pp svneol=native#text/plain
-rtl/inc/heap.inc svneol=native#text/plain
-rtl/inc/heaph.inc svneol=native#text/plain
-rtl/inc/heaptrc.pp svneol=native#text/plain
-rtl/inc/innr.inc svneol=native#text/plain
-rtl/inc/int64.inc svneol=native#text/plain
-rtl/inc/intres.inc svneol=native#text/plain
-rtl/inc/iso7185.pp svneol=native#text/pascal
-rtl/inc/isotmp.inc svneol=native#text/plain
-rtl/inc/lineinfo.pp svneol=native#text/plain
-rtl/inc/llvmintr.inc svneol=native#text/plain
-rtl/inc/lnfodwrf.pp svneol=native#text/plain
-rtl/inc/lstrings.pp svneol=native#text/plain
-rtl/inc/macpas.pp svneol=native#text/plain
-rtl/inc/makefile.inc svneol=native#text/plain
-rtl/inc/mathh.inc svneol=native#text/plain
-rtl/inc/objc.pp svneol=native#text/plain
-rtl/inc/objc1.inc svneol=native#text/plain
-rtl/inc/objcbase.pp svneol=native#text/plain
-rtl/inc/objcnf.inc svneol=native#text/plain
-rtl/inc/objpas.inc svneol=native#text/plain
-rtl/inc/objpash.inc svneol=native#text/plain
-rtl/inc/osheap.inc svneol=native#text/plain
-rtl/inc/pagemem.pp svneol=native#text/plain
-rtl/inc/psabieh.inc svneol=native#text/plain
-rtl/inc/psabiehh.inc svneol=native#text/plain
-rtl/inc/readme -text
-rtl/inc/resh.inc svneol=native#text/plain
-rtl/inc/rtti.inc svneol=native#text/plain
-rtl/inc/rttidecl.inc svneol=native#text/plain
-rtl/inc/rttih.inc svneol=native#text/plain
-rtl/inc/sfpu128.pp svneol=native#text/pascal
-rtl/inc/sfpux80.pp svneol=native#text/pascal
-rtl/inc/softfpu.pp svneol=native#text/plain
-rtl/inc/sortbase.pp svneol=native#text/plain
-rtl/inc/sstrings.inc svneol=native#text/plain
-rtl/inc/strings.pp svneol=native#text/plain
-rtl/inc/stringsi.inc svneol=native#text/plain
-rtl/inc/sysres.inc svneol=native#text/plain
-rtl/inc/system.fpd svneol=native#text/plain
-rtl/inc/system.inc svneol=native#text/plain
-rtl/inc/systemh.inc svneol=native#text/plain
-rtl/inc/text.inc svneol=native#text/plain
-rtl/inc/textrec.inc svneol=native#text/plain
-rtl/inc/thread.inc svneol=native#text/plain
-rtl/inc/threadh.inc svneol=native#text/plain
-rtl/inc/threadvr.inc svneol=native#text/plain
-rtl/inc/tinyheap.inc svneol=native#text/plain
-rtl/inc/tnyheaph.inc svneol=native#text/plain
-rtl/inc/typefile.inc svneol=native#text/plain
-rtl/inc/typshrd.inc svneol=native#text/plain
-rtl/inc/typshrdh.inc svneol=native#text/plain
-rtl/inc/ufloat128.pp svneol=native#text/plain
-rtl/inc/ufloatx80.pp svneol=native#text/plain
-rtl/inc/ustringh.inc svneol=native#text/plain
-rtl/inc/ustrings.inc svneol=native#text/plain
-rtl/inc/uuchar.pp svneol=native#text/plain
-rtl/inc/varerror.inc svneol=native#text/plain
-rtl/inc/variant.inc svneol=native#text/plain
-rtl/inc/varianth.inc svneol=native#text/plain
-rtl/inc/wstringh.inc svneol=native#text/plain
-rtl/inc/wstrings.inc svneol=native#text/plain
-rtl/java/Makefile svneol=native#text/plain
-rtl/java/Makefile.fpc svneol=native#text/plain
-rtl/java/jastringh.inc svneol=native#text/plain
-rtl/java/jastrings.inc svneol=native#text/plain
-rtl/java/java_sys.inc svneol=native#text/plain
-rtl/java/java_sysh.inc svneol=native#text/plain
-rtl/java/jcompproc.inc svneol=native#text/plain
-rtl/java/jdk15.inc svneol=native#text/plain
-rtl/java/jdk15.pas svneol=native#text/plain
-rtl/java/jdynarr.inc svneol=native#text/plain
-rtl/java/jdynarrh.inc svneol=native#text/plain
-rtl/java/jpvar.inc svneol=native#text/plain
-rtl/java/jpvarh.inc svneol=native#text/plain
-rtl/java/jrec.inc svneol=native#text/plain
-rtl/java/jrech.inc svneol=native#text/plain
-rtl/java/jset.inc svneol=native#text/plain
-rtl/java/jseth.inc svneol=native#text/plain
-rtl/java/jsstringh.inc svneol=native#text/plain
-rtl/java/jsstrings.inc svneol=native#text/plain
-rtl/java/jsystem.inc svneol=native#text/plain
-rtl/java/jsystemh.inc svneol=native#text/plain
-rtl/java/jsystemh_types.inc svneol=native#text/plain
-rtl/java/jtcon.inc svneol=native#text/plain
-rtl/java/jtconh.inc svneol=native#text/plain
-rtl/java/jtvar.inc svneol=native#text/plain
-rtl/java/jtvarh.inc svneol=native#text/plain
-rtl/java/justringh.inc svneol=native#text/plain
-rtl/java/justrings.inc svneol=native#text/plain
-rtl/java/jwin2javacharset.inc svneol=native#text/plain
-rtl/java/objpas.inc svneol=native#text/plain
-rtl/java/objpas.pp svneol=native#text/plain
-rtl/java/objpash.inc svneol=native#text/plain
-rtl/java/rtl.cfg svneol=native#text/plain
-rtl/java/rtldefs.inc svneol=native#text/plain
-rtl/java/rtti.inc svneol=native#text/plain
-rtl/java/rttih.inc svneol=native#text/plain
-rtl/java/sysos.inc svneol=native#text/plain
-rtl/java/sysosh.inc svneol=native#text/plain
-rtl/java/sysres.inc svneol=native#text/plain
-rtl/java/system.pp svneol=native#text/plain
-rtl/jvm/cpuh.inc svneol=native#text/plain
-rtl/jvm/int64p.inc svneol=native#text/plain
-rtl/jvm/jvm.inc svneol=native#text/plain
-rtl/jvm/makefile.cpu svneol=native#text/plain
-rtl/jvm/math.inc svneol=native#text/plain
-rtl/jvm/setjump.inc svneol=native#text/plain
-rtl/jvm/setjumph.inc svneol=native#text/plain
-rtl/linux/Makefile svneol=native#text/plain
-rtl/linux/Makefile.fpc svneol=native#text/plain
-rtl/linux/aarch64/bsyscall.inc svneol=native#text/plain
-rtl/linux/aarch64/cprt0.as svneol=native#text/plain
-rtl/linux/aarch64/dllprt0.as svneol=native#text/plain
-rtl/linux/aarch64/gprt0.as svneol=native#text/plain
-rtl/linux/aarch64/prt0.as svneol=native#text/plain
-rtl/linux/aarch64/sighnd.inc svneol=native#text/plain
-rtl/linux/aarch64/sighndh.inc svneol=native#text/plain
-rtl/linux/aarch64/stat.inc svneol=native#text/plain
-rtl/linux/aarch64/syscall.inc svneol=native#text/plain
-rtl/linux/aarch64/syscallh.inc svneol=native#text/plain
-rtl/linux/aarch64/sysnr.inc svneol=native#text/plain
-rtl/linux/arm/abitag.inc svneol=native#text/plain
-rtl/linux/arm/bsyscall.inc svneol=native#text/plain
-rtl/linux/arm/cprt0.as svneol=native#text/plain
-rtl/linux/arm/dllprt0.as svneol=native#text/plain
-rtl/linux/arm/gprt0.as svneol=native#text/plain
-rtl/linux/arm/prt0.as svneol=native#text/plain
-rtl/linux/arm/sighnd.inc svneol=native#text/plain
-rtl/linux/arm/sighndh.inc svneol=native#text/plain
-rtl/linux/arm/stat.inc svneol=native#text/plain
-rtl/linux/arm/syscall.inc svneol=native#text/plain
-rtl/linux/arm/syscallh.inc svneol=native#text/plain
-rtl/linux/arm/sysnr.inc svneol=native#text/plain
-rtl/linux/arm/ucprt0.as svneol=native#text/plain
-rtl/linux/buildrtl.lpi svneol=native#text/plain
-rtl/linux/buildrtl.pp svneol=native#text/plain
-rtl/linux/bunxsysc.inc svneol=native#text/plain
-rtl/linux/errno-mips.inc svneol=native#text/plain
-rtl/linux/errno-sparc.inc svneol=native#text/plain
-rtl/linux/errno.inc svneol=native#text/plain
-rtl/linux/errnostr.inc svneol=native#text/plain
-rtl/linux/fpcylix.pp svneol=native#text/plain
-rtl/linux/fpmake.inc svneol=native#text/plain
-rtl/linux/i386/abitag.inc svneol=native#text/plain
-rtl/linux/i386/bsyscall.inc svneol=native#text/plain
-rtl/linux/i386/si_c.inc svneol=native#text/plain
-rtl/linux/i386/si_c21.inc svneol=native#text/plain
-rtl/linux/i386/si_dll.inc svneol=native#text/plain
-rtl/linux/i386/si_g.inc svneol=native#text/plain
-rtl/linux/i386/si_prc.inc svneol=native#text/plain
-rtl/linux/i386/si_uc.inc svneol=native#text/plain
-rtl/linux/i386/sighnd.inc svneol=native#text/plain
-rtl/linux/i386/sighndh.inc svneol=native#text/plain
-rtl/linux/i386/stat.inc svneol=native#text/plain
-rtl/linux/i386/syscall.inc svneol=native#text/plain
-rtl/linux/i386/syscallh.inc svneol=native#text/plain
-rtl/linux/i386/sysnr.inc svneol=native#text/plain
-rtl/linux/linux.pp svneol=native#text/plain
-rtl/linux/linuxvcs.pp svneol=native#text/plain
-rtl/linux/m68k/bsyscall.inc svneol=native#text/plain
-rtl/linux/m68k/cprt0.as svneol=native#text/plain
-rtl/linux/m68k/dllprt0.as svneol=native#text/plain
-rtl/linux/m68k/gprt0.as svneol=native#text/plain
-rtl/linux/m68k/gprt21.as svneol=native#text/plain
-rtl/linux/m68k/prt0.as svneol=native#text/plain
-rtl/linux/m68k/prt1.as svneol=native#text/plain
-rtl/linux/m68k/sighnd.inc svneol=native#text/plain
-rtl/linux/m68k/sighndh.inc svneol=native#text/plain
-rtl/linux/m68k/stat.inc svneol=native#text/plain
-rtl/linux/m68k/syscall.inc svneol=native#text/plain
-rtl/linux/m68k/syscallh.inc svneol=native#text/plain
-rtl/linux/m68k/sysnr.inc svneol=native#text/plain
-rtl/linux/mips/bsyscall.inc svneol=native#text/plain
-rtl/linux/mips/cprt0.as svneol=native#text/plain
-rtl/linux/mips/dllprt0.as svneol=native#text/plain
-rtl/linux/mips/gprt0.as svneol=native#text/plain
-rtl/linux/mips/prt0.as svneol=native#text/plain
-rtl/linux/mips/sighnd.inc svneol=native#text/plain
-rtl/linux/mips/sighndh.inc svneol=native#text/plain
-rtl/linux/mips/stat.inc svneol=native#text/plain
-rtl/linux/mips/syscall.inc svneol=native#text/plain
-rtl/linux/mips/syscallh.inc svneol=native#text/plain
-rtl/linux/mips/sysnr.inc svneol=native#text/plain
-rtl/linux/mipsel/bsyscall.inc svneol=native#text/plain
-rtl/linux/mipsel/cprt0.as svneol=native#text/plain
-rtl/linux/mipsel/dllprt0.as svneol=native#text/plain
-rtl/linux/mipsel/gprt0.as svneol=native#text/plain
-rtl/linux/mipsel/prt0.as svneol=native#text/plain
-rtl/linux/mipsel/sighnd.inc svneol=native#text/plain
-rtl/linux/mipsel/sighndh.inc svneol=native#text/plain
-rtl/linux/mipsel/stat.inc svneol=native#text/plain
-rtl/linux/mipsel/syscall.inc svneol=native#text/plain
-rtl/linux/mipsel/syscallh.inc svneol=native#text/plain
-rtl/linux/mipsel/sysnr.inc svneol=native#text/plain
-rtl/linux/osdefs.inc svneol=native#text/plain
-rtl/linux/osmacro.inc svneol=native#text/plain
-rtl/linux/ossysc.inc svneol=native#text/plain
-rtl/linux/ostypes.inc svneol=native#text/plain
-rtl/linux/pmutext.inc svneol=native#text/plain
-rtl/linux/powerpc/bsyscall.inc svneol=native#text/plain
-rtl/linux/powerpc/cprt0.as svneol=native#text/plain
-rtl/linux/powerpc/dllprt0.as svneol=native#text/plain
-rtl/linux/powerpc/gprt0.as svneol=native#text/plain
-rtl/linux/powerpc/prt0.as svneol=native#text/plain
-rtl/linux/powerpc/sighnd.inc svneol=native#text/plain
-rtl/linux/powerpc/sighndh.inc svneol=native#text/plain
-rtl/linux/powerpc/stat.inc svneol=native#text/plain
-rtl/linux/powerpc/syscall.inc svneol=native#text/plain
-rtl/linux/powerpc/syscallh.inc svneol=native#text/plain
-rtl/linux/powerpc/sysnr.inc svneol=native#text/plain
-rtl/linux/powerpc64/bsyscall.inc svneol=native#text/plain
-rtl/linux/powerpc64/cprt0.as svneol=native#text/plain
-rtl/linux/powerpc64/dllprt0.as svneol=native#text/plain
-rtl/linux/powerpc64/gprt0.as svneol=native#text/plain
-rtl/linux/powerpc64/prt0.as svneol=native#text/plain
-rtl/linux/powerpc64/si_c.inc svneol=native#text/plain
-rtl/linux/powerpc64/si_dll.inc svneol=native#text/plain
-rtl/linux/powerpc64/si_g.inc svneol=native#text/plain
-rtl/linux/powerpc64/si_prc.inc svneol=native#text/plain
-rtl/linux/powerpc64/sighnd.inc svneol=native#text/plain
-rtl/linux/powerpc64/sighndh.inc svneol=native#text/plain
-rtl/linux/powerpc64/stat.inc svneol=native#text/plain
-rtl/linux/powerpc64/syscall.inc svneol=native#text/plain
-rtl/linux/powerpc64/syscallh.inc svneol=native#text/plain
-rtl/linux/powerpc64/sysnr.inc svneol=native#text/plain
-rtl/linux/pthread.inc svneol=native#text/plain
-rtl/linux/ptypes.inc svneol=native#text/plain
-rtl/linux/riscv32/bsyscall.inc svneol=native#text/plain
-rtl/linux/riscv32/cprt0.as svneol=native#text/plain
-rtl/linux/riscv32/dllprt0.as svneol=native#text/plain
-rtl/linux/riscv32/gprt0.as svneol=native#text/plain
-rtl/linux/riscv32/prt0.as svneol=native#text/plain
-rtl/linux/riscv32/si_c.inc svneol=native#text/plain
-rtl/linux/riscv32/si_dll.inc svneol=native#text/plain
-rtl/linux/riscv32/si_prc.inc svneol=native#text/plain
-rtl/linux/riscv32/sighnd.inc svneol=native#text/plain
-rtl/linux/riscv32/sighndh.inc svneol=native#text/plain
-rtl/linux/riscv32/stat.inc svneol=native#text/plain
-rtl/linux/riscv32/syscall.inc svneol=native#text/plain
-rtl/linux/riscv32/syscallh.inc svneol=native#text/plain
-rtl/linux/riscv32/sysnr.inc svneol=native#text/plain
-rtl/linux/riscv64/bsyscall.inc svneol=native#text/plain
-rtl/linux/riscv64/si_c.inc svneol=native#text/plain
-rtl/linux/riscv64/si_dll.inc svneol=native#text/plain
-rtl/linux/riscv64/si_g.inc svneol=native#text/plain
-rtl/linux/riscv64/si_prc.inc svneol=native#text/plain
-rtl/linux/riscv64/sighnd.inc svneol=native#text/plain
-rtl/linux/riscv64/sighndh.inc svneol=native#text/plain
-rtl/linux/riscv64/stat.inc svneol=native#text/plain
-rtl/linux/riscv64/syscall.inc svneol=native#text/plain
-rtl/linux/riscv64/syscallh.inc svneol=native#text/plain
-rtl/linux/riscv64/sysnr.inc svneol=native#text/plain
-rtl/linux/rtldefs.inc svneol=native#text/plain
-rtl/linux/si_c.pp svneol=native#text/plain
-rtl/linux/si_c21.pp svneol=native#text/plain
-rtl/linux/si_c21g.pp svneol=native#text/plain
-rtl/linux/si_dll.pp svneol=native#text/plain
-rtl/linux/si_g.pp svneol=native#text/plain
-rtl/linux/si_impl.inc svneol=native#text/plain
-rtl/linux/si_intf.inc svneol=native#text/plain
-rtl/linux/si_prc.pp svneol=native#text/plain
-rtl/linux/si_uc.pp svneol=native#text/plain
-rtl/linux/signal.inc svneol=native#text/plain
-rtl/linux/sparc/bsyscall.inc svneol=native#text/plain
-rtl/linux/sparc/cprt0.as svneol=native#text/plain
-rtl/linux/sparc/dllprt0.as svneol=native#text/plain
-rtl/linux/sparc/gprt0.as svneol=native#text/plain
-rtl/linux/sparc/prt0.as svneol=native#text/plain
-rtl/linux/sparc/sighnd.inc svneol=native#text/plain
-rtl/linux/sparc/sighndh.inc svneol=native#text/plain
-rtl/linux/sparc/stat.inc svneol=native#text/plain
-rtl/linux/sparc/syscall.inc svneol=native#text/plain
-rtl/linux/sparc/syscallh.inc svneol=native#text/plain
-rtl/linux/sparc64/bsyscall.inc svneol=native#text/plain
-rtl/linux/sparc64/si_c.inc svneol=native#text/plain
-rtl/linux/sparc64/si_dll.inc svneol=native#text/plain
-rtl/linux/sparc64/si_g.inc svneol=native#text/plain
-rtl/linux/sparc64/si_prc.inc svneol=native#text/plain
-rtl/linux/sparc64/sighnd.inc svneol=native#text/plain
-rtl/linux/sparc64/sighndh.inc svneol=native#text/plain
-rtl/linux/sparc64/stat.inc svneol=native#text/plain
-rtl/linux/sparc64/syscall.inc svneol=native#text/plain
-rtl/linux/sparc64/syscallh.inc svneol=native#text/plain
-rtl/linux/sparcgen/sysnr.inc svneol=native#text/plain
-rtl/linux/suuid.inc svneol=native#text/plain
-rtl/linux/sysnr-gen.inc svneol=native#text/plain
-rtl/linux/sysos.inc svneol=native#text/plain
-rtl/linux/sysosh.inc svneol=native#text/plain
-rtl/linux/system.pp svneol=native#text/plain
-rtl/linux/t_linux.h2paschk svneol=native#text/plain
-rtl/linux/termio.pp svneol=native#text/plain
-rtl/linux/termios.inc svneol=native#text/plain
-rtl/linux/termiosproc.inc svneol=native#text/plain
-rtl/linux/unxconst.inc svneol=native#text/plain
-rtl/linux/unxfunc.inc svneol=native#text/plain
-rtl/linux/unxsysc.inc svneol=native#text/plain
-rtl/linux/unxsysch.inc svneol=native#text/plain
-rtl/linux/x86_64/abitag.as svneol=native#text/plain
-rtl/linux/x86_64/bsyscall.inc svneol=native#text/plain
-rtl/linux/x86_64/cprt0.as svneol=native#text/plain
-rtl/linux/x86_64/dllprt0.as svneol=native#text/plain
-rtl/linux/x86_64/gprt0.as svneol=native#text/plain
-rtl/linux/x86_64/prt0.as svneol=native#text/plain
-rtl/linux/x86_64/si_c.inc svneol=native#text/plain
-rtl/linux/x86_64/si_dll.inc svneol=native#text/plain
-rtl/linux/x86_64/si_g.inc svneol=native#text/plain
-rtl/linux/x86_64/si_prc.inc svneol=native#text/plain
-rtl/linux/x86_64/sighnd.inc svneol=native#text/plain
-rtl/linux/x86_64/sighndh.inc svneol=native#text/plain
-rtl/linux/x86_64/stat.inc svneol=native#text/plain
-rtl/linux/x86_64/syscall.inc svneol=native#text/plain
-rtl/linux/x86_64/syscallh.inc svneol=native#text/plain
-rtl/linux/x86_64/sysnr.inc svneol=native#text/plain
-rtl/linux/xtensa/bsyscall.inc svneol=native#text/plain
-rtl/linux/xtensa/si_c.inc svneol=native#text/plain
-rtl/linux/xtensa/si_dll.inc svneol=native#text/plain
-rtl/linux/xtensa/si_prc.inc svneol=native#text/plain
-rtl/linux/xtensa/sighnd.inc svneol=native#text/plain
-rtl/linux/xtensa/sighndh.inc svneol=native#text/plain
-rtl/linux/xtensa/stat.inc svneol=native#text/plain
-rtl/linux/xtensa/syscall.inc svneol=native#text/plain
-rtl/linux/xtensa/syscallh.inc svneol=native#text/plain
-rtl/linux/xtensa/sysnr.inc svneol=native#text/plain
-rtl/m68k/cpuh.inc svneol=native#text/plain
-rtl/m68k/int64p.inc svneol=native#text/plain
-rtl/m68k/lowmath.inc svneol=native#text/plain
-rtl/m68k/m68k.inc svneol=native#text/plain
-rtl/m68k/makefile.cpu svneol=native#text/plain
-rtl/m68k/math.inc svneol=native#text/plain
-rtl/m68k/mathu.inc svneol=native#text/plain
-rtl/m68k/readme -text
-rtl/m68k/set.inc svneol=native#text/plain
-rtl/m68k/setjump.inc svneol=native#text/plain
-rtl/m68k/setjumph.inc svneol=native#text/plain
-rtl/m68k/strings.inc svneol=native#text/plain
-rtl/m68k/stringss.inc svneol=native#text/plain
-rtl/macos/MPWmake -text
-rtl/macos/Makefile svneol=native#text/plain
-rtl/macos/Makefile.fpc svneol=native#text/plain
-rtl/macos/README.txt svneol=native#text/plain
-rtl/macos/classes.pp svneol=native#text/plain
-rtl/macos/dos.pp svneol=native#text/plain
-rtl/macos/macos.pp svneol=native#text/plain
-rtl/macos/macostp.inc svneol=native#text/plain
-rtl/macos/macostp.pp svneol=native#text/plain
-rtl/macos/macutils.inc svneol=native#text/plain
-rtl/macos/macutils.pp svneol=native#text/plain
-rtl/macos/rtldefs.inc svneol=native#text/plain
-rtl/macos/sysdir.inc svneol=native#text/plain
-rtl/macos/sysfile.inc svneol=native#text/plain
-rtl/macos/sysheap.inc svneol=native#text/plain
-rtl/macos/sysos.inc svneol=native#text/plain
-rtl/macos/sysosh.inc svneol=native#text/plain
-rtl/macos/system.pp svneol=native#text/plain
-rtl/macos/sysutils.pp svneol=native#text/plain
-rtl/macos/tthread.inc svneol=native#text/plain
-rtl/mips/cpuh.inc svneol=native#text/plain
-rtl/mips/int64p.inc svneol=native#text/plain
-rtl/mips/makefile.cpu svneol=native#text/plain
-rtl/mips/math.inc svneol=native#text/plain
-rtl/mips/mathu.inc svneol=native#text/plain
-rtl/mips/mips.inc svneol=native#text/plain
-rtl/mips/set.inc svneol=native#text/plain
-rtl/mips/setjump.inc svneol=native#text/plain
-rtl/mips/setjumph.inc svneol=native#text/plain
-rtl/mips/strings.inc svneol=native#text/plain
-rtl/mips/stringss.inc svneol=native#text/plain
-rtl/mipsel/cpuh.inc svneol=native#text/plain
-rtl/mipsel/int64p.inc svneol=native#text/plain
-rtl/mipsel/makefile.cpu svneol=native#text/plain
-rtl/mipsel/math.inc svneol=native#text/plain
-rtl/mipsel/mathu.inc svneol=native#text/plain
-rtl/mipsel/mips.inc svneol=native#text/plain
-rtl/mipsel/set.inc svneol=native#text/plain
-rtl/mipsel/setjump.inc svneol=native#text/plain
-rtl/mipsel/setjumph.inc svneol=native#text/plain
-rtl/mipsel/strings.inc svneol=native#text/plain
-rtl/mipsel/stringss.inc svneol=native#text/plain
-rtl/morphos/Makefile svneol=native#text/plain
-rtl/morphos/Makefile.fpc svneol=native#text/plain
-rtl/morphos/buildrtl.pp svneol=native#text/plain
-rtl/morphos/doslibd.inc svneol=native#text/plain
-rtl/morphos/doslibf.inc svneol=native#text/plain
-rtl/morphos/emuld.inc svneol=native#text/plain
-rtl/morphos/execd.inc svneol=native#text/plain
-rtl/morphos/execf.inc svneol=native#text/plain
-rtl/morphos/prt0.as svneol=native#text/plain
-rtl/morphos/si_prc.pp svneol=native#text/plain
-rtl/morphos/system.pp svneol=native#text/plain
-rtl/morphos/timerd.inc svneol=native#text/plain
-rtl/morphos/timerf.inc svneol=native#text/plain
-rtl/morphos/utild1.inc svneol=native#text/plain
-rtl/morphos/utild2.inc svneol=native#text/plain
-rtl/morphos/utilf.inc svneol=native#text/plain
-rtl/msdos/Makefile svneol=native#text/plain
-rtl/msdos/Makefile.fpc svneol=native#text/plain
-rtl/msdos/classes.pp svneol=native#text/plain
-rtl/msdos/dos.pp svneol=native#text/plain
-rtl/msdos/msmouse.pp svneol=native#text/plain
-rtl/msdos/ports.pp svneol=native#text/plain
-rtl/msdos/prt0c.asm svneol=native#text/plain
-rtl/msdos/prt0comn.asm svneol=native#text/plain
-rtl/msdos/prt0h.asm svneol=native#text/plain
-rtl/msdos/prt0l.asm svneol=native#text/plain
-rtl/msdos/prt0m.asm svneol=native#text/plain
-rtl/msdos/prt0s.asm svneol=native#text/plain
-rtl/msdos/prt0t.asm svneol=native#text/plain
-rtl/msdos/registers.inc svneol=native#text/plain
-rtl/msdos/rtldefs.inc svneol=native#text/plain
-rtl/msdos/sysdir.inc svneol=native#text/plain
-rtl/msdos/sysfile.inc svneol=native#text/plain
-rtl/msdos/sysheap.inc svneol=native#text/plain
-rtl/msdos/sysos.inc svneol=native#text/plain
-rtl/msdos/sysosh.inc svneol=native#text/plain
-rtl/msdos/system.pp svneol=native#text/plain
-rtl/msdos/sysutils.pp svneol=native#text/plain
-rtl/msdos/tthread.inc svneol=native#text/plain
-rtl/msxdos/Makefile svneol=native#text/plain
-rtl/msxdos/Makefile.fpc svneol=native#text/plain
-rtl/msxdos/registers.inc svneol=native#text/plain
-rtl/msxdos/rtldefs.inc svneol=native#text/plain
-rtl/msxdos/si_prc.pp svneol=native#text/pascal
-rtl/msxdos/sysdir.inc svneol=native#text/plain
-rtl/msxdos/sysfile.inc svneol=native#text/plain
-rtl/msxdos/sysheap.inc svneol=native#text/plain
-rtl/msxdos/sysos.inc svneol=native#text/plain
-rtl/msxdos/sysosh.inc svneol=native#text/plain
-rtl/msxdos/system.pp svneol=native#text/pascal
-rtl/nativent/Makefile svneol=native#text/plain
-rtl/nativent/Makefile.fpc svneol=native#text/plain
-rtl/nativent/buildrtl.lpi svneol=native#text/plain
-rtl/nativent/buildrtl.pp svneol=native#text/pascal
-rtl/nativent/classes.pp svneol=native#text/pascal
-rtl/nativent/ddk.pas svneol=native#text/pascal
-rtl/nativent/ddk/ddkex.inc svneol=native#text/plain
-rtl/nativent/ddk/ddktypes.inc svneol=native#text/plain
-rtl/nativent/dos.pp svneol=native#text/plain
-rtl/nativent/ndk.pas svneol=native#text/pascal
-rtl/nativent/ndk/iofuncs.inc svneol=native#text/plain
-rtl/nativent/ndk/iotypes.inc svneol=native#text/plain
-rtl/nativent/ndk/ketypes.inc svneol=native#text/plain
-rtl/nativent/ndk/ntdef.inc svneol=native#text/plain
-rtl/nativent/ndk/ntstatus.inc svneol=native#text/plain
-rtl/nativent/ndk/obfuncs.inc svneol=native#text/plain
-rtl/nativent/ndk/obtypes.inc svneol=native#text/plain
-rtl/nativent/ndk/peb_teb.inc svneol=native#text/plain
-rtl/nativent/ndk/pstypes.inc svneol=native#text/plain
-rtl/nativent/ndk/rtlfuncs.inc svneol=native#text/plain
-rtl/nativent/ndk/rtltypes.inc svneol=native#text/plain
-rtl/nativent/ndk/umtypes.inc svneol=native#text/plain
-rtl/nativent/ndk/winnt.inc svneol=native#text/plain
-rtl/nativent/ndkutils.pas svneol=native#text/pascal
-rtl/nativent/rtldefs.inc svneol=native#text/plain
-rtl/nativent/sysdir.inc svneol=native#text/plain
-rtl/nativent/sysfile.inc svneol=native#text/plain
-rtl/nativent/sysheap.inc svneol=native#text/plain
-rtl/nativent/sysos.inc svneol=native#text/plain
-rtl/nativent/sysosh.inc svneol=native#text/plain
-rtl/nativent/system.pp svneol=native#text/pascal
-rtl/nativent/systhrd.inc svneol=native#text/plain
-rtl/nativent/sysutils.pp svneol=native#text/pascal
-rtl/nativent/tthread.inc svneol=native#text/plain
-rtl/nds/Makefile svneol=native#text/plain
-rtl/nds/Makefile.fpc svneol=native#text/plain
-rtl/nds/classes.pp svneol=native#text/plain
-rtl/nds/cprt07.as svneol=native#text/plain
-rtl/nds/cprt09.as svneol=native#text/plain
-rtl/nds/dos.pp svneol=native#text/plain
-rtl/nds/libc.inc svneol=native#text/plain
-rtl/nds/libch.inc svneol=native#text/plain
-rtl/nds/nds.inc svneol=native#text/plain
-rtl/nds/ndsbios.inc svneol=native#text/plain
-rtl/nds/ndsbiosh.inc svneol=native#text/plain
-rtl/nds/ndsh.inc svneol=native#text/plain
-rtl/nds/prt07.as svneol=native#text/plain
-rtl/nds/prt09.as svneol=native#text/plain
-rtl/nds/rtl.cfg svneol=native#text/plain
-rtl/nds/rtldefs.inc svneol=native#text/plain
-rtl/nds/sysdir.inc svneol=native#text/plain
-rtl/nds/sysfile.inc svneol=native#text/plain
-rtl/nds/sysheap.inc svneol=native#text/plain
-rtl/nds/sysos.inc svneol=native#text/plain
-rtl/nds/sysosh.inc svneol=native#text/plain
-rtl/nds/system.pp svneol=native#text/plain
-rtl/nds/systhrd.inc svneol=native#text/plain
-rtl/nds/sysutils.pp svneol=native#text/plain
-rtl/nds/tthread.inc svneol=native#text/plain
-rtl/netbsd/Makefile svneol=native#text/plain
-rtl/netbsd/Makefile.fpc svneol=native#text/plain
-rtl/netbsd/arm/bsyscall.inc svneol=native#text/plainn
-rtl/netbsd/arm/cprt0.as svneol=native#text/plainn
-rtl/netbsd/arm/dllprt0.as svneol=native#text/plainn
-rtl/netbsd/arm/prt0.as svneol=native#text/plainn
-rtl/netbsd/arm/sighnd.inc svneol=native#text/plainn
-rtl/netbsd/errno.inc svneol=native#text/plain
-rtl/netbsd/errnostr.inc svneol=native#text/plain
-rtl/netbsd/i386/bsyscall.inc svneol=native#text/plain
-rtl/netbsd/i386/cprt0.as svneol=native#text/plain
-rtl/netbsd/i386/dllprt0.as svneol=native#text/plain
-rtl/netbsd/i386/prt0.as svneol=native#text/plain
-rtl/netbsd/i386/prt0_10.as svneol=native#text/plain
-rtl/netbsd/i386/sighnd.inc svneol=native#text/plain
-rtl/netbsd/m68k/bsyscall.inc svneol=native#text/plain
-rtl/netbsd/m68k/cprt0.as svneol=native#text/plain
-rtl/netbsd/m68k/dllprt0.as svneol=native#text/plain
-rtl/netbsd/m68k/prt0.as svneol=native#text/plain
-rtl/netbsd/m68k/sighnd.inc svneol=native#text/plain
-rtl/netbsd/pmutext.inc svneol=native#text/plain
-rtl/netbsd/powerpc/bsyscall.inc svneol=native#text/plain
-rtl/netbsd/powerpc/cprt0.as svneol=native#text/plain
-rtl/netbsd/powerpc/dllprt0.as svneol=native#text/plain
-rtl/netbsd/powerpc/prt0.as svneol=native#text/plain
-rtl/netbsd/powerpc/sighnd.inc svneol=native#text/plain
-rtl/netbsd/pthread.inc svneol=native#text/plain
-rtl/netbsd/ptypes.inc svneol=native#text/plain
-rtl/netbsd/rtldefs.inc svneol=native#text/plain
-rtl/netbsd/signal.inc svneol=native#text/plain
-rtl/netbsd/syscalls.inc svneol=native#text/plain
-rtl/netbsd/sysconst.inc svneol=native#text/plain
-rtl/netbsd/sysctlh.inc svneol=native#text/plain
-rtl/netbsd/sysnr.inc svneol=native#text/plain
-rtl/netbsd/sysofft.inc svneol=native#text/plain
-rtl/netbsd/systypes.inc svneol=native#text/plain
-rtl/netbsd/termio.pp svneol=native#text/plain
-rtl/netbsd/termios.inc svneol=native#text/plain
-rtl/netbsd/termiosproc.inc svneol=native#text/plain
-rtl/netbsd/unxconst.inc svneol=native#text/plain
-rtl/netbsd/unxfunc.inc svneol=native#text/plain
-rtl/netbsd/unxsysc.inc svneol=native#text/plain
-rtl/netbsd/x86_64/bsyscall.inc svneol=native#text/plain
-rtl/netbsd/x86_64/cprt0.as svneol=native#text/plain
-rtl/netbsd/x86_64/dllprt0.as svneol=native#text/plain
-rtl/netbsd/x86_64/gprt0.as svneol=native#text/plain
-rtl/netbsd/x86_64/prt0.as svneol=native#text/plain
-rtl/netbsd/x86_64/sighnd.inc svneol=native#text/plain
-rtl/netware/Makefile svneol=native#text/plain
-rtl/netware/Makefile.fpc svneol=native#text/plain
-rtl/netware/README.txt svneol=native#text/plain
-rtl/netware/aio.imp -text
-rtl/netware/aio.pp svneol=native#text/plain
-rtl/netware/audnlm32.imp -text
-rtl/netware/calnlm32.imp -text
-rtl/netware/ccs-os.imp -text
-rtl/netware/ccs.imp -text
-rtl/netware/classes.pp svneol=native#text/plain
-rtl/netware/clib.imp -text
-rtl/netware/clibaux.imp -text
-rtl/netware/clibctx.imp -text
-rtl/netware/clxnlm32.imp -text
-rtl/netware/convertimp -text
-rtl/netware/demos/Makefile svneol=native#text/plain
-rtl/netware/demos/check.pp svneol=native#text/plain
-rtl/netware/dos.pp svneol=native#text/plain
-rtl/netware/dplsv386.imp -text
-rtl/netware/dsapi.imp -text
-rtl/netware/dsevent.imp -text
-rtl/netware/dynlibs.inc svneol=native#text/plain
-rtl/netware/errno.inc svneol=native#text/plain
-rtl/netware/initc.pp svneol=native#text/plain
-rtl/netware/lib0.imp -text
-rtl/netware/locnlm32.imp -text
-rtl/netware/ndpsrpc.imp -text
-rtl/netware/netnlm32.imp -text
-rtl/netware/netware.pp svneol=native#text/plain
-rtl/netware/nit.imp -text
-rtl/netware/nlmlib.imp -text
-rtl/netware/npackoff.inc svneol=native#text/plain
-rtl/netware/npackon.inc svneol=native#text/plain
-rtl/netware/nwcalls.pp svneol=native#text/plain
-rtl/netware/nwnit.pp svneol=native#text/plain
-rtl/netware/nwpre.as svneol=native#text/plain
-rtl/netware/nwpre.imp svneol=native#text/plain
-rtl/netware/nwpre.pp svneol=native#text/plain
-rtl/netware/nwprot.pp svneol=native#text/plain
-rtl/netware/nwpsrv.imp -text
-rtl/netware/nwpsrv3x.imp -text
-rtl/netware/nwserv.pp svneol=native#text/plain
-rtl/netware/nwsnut.imp -text
-rtl/netware/nwsnut.pp svneol=native#text/plain
-rtl/netware/nwsock.inc svneol=native#text/plain
-rtl/netware/nwsys.inc svneol=native#text/plain
-rtl/netware/prelude.as svneol=native#text/plain
-rtl/netware/requestr.imp -text
-rtl/netware/rtldefs.inc svneol=native#text/plain
-rtl/netware/socklib.imp -text
-rtl/netware/streams.imp -text
-rtl/netware/sysdir.inc svneol=native#text/plain
-rtl/netware/sysdlh.inc svneol=native#text/plain
-rtl/netware/sysfile.inc svneol=native#text/plain
-rtl/netware/sysheap.inc svneol=native#text/plain
-rtl/netware/sysos.inc svneol=native#text/plain
-rtl/netware/sysosh.inc svneol=native#text/plain
-rtl/netware/system.pp svneol=native#text/plain
-rtl/netware/systhrd.inc svneol=native#text/plain
-rtl/netware/sysutils.pp svneol=native#text/plain
-rtl/netware/tests/Makefile svneol=native#text/plain
-rtl/netware/tests/test.pas svneol=native#text/plain
-rtl/netware/threads.imp -text
-rtl/netware/tli.imp -text
-rtl/netware/tthread.inc svneol=native#text/plain
-rtl/netware/unicode.imp -text
-rtl/netware/vollib.imp -text
-rtl/netware/ws2_32.imp -text
-rtl/netware/ws2nlm.imp -text
-rtl/netwlibc/Makefile svneol=native#text/plain
-rtl/netwlibc/Makefile.fpc svneol=native#text/plain
-rtl/netwlibc/classes.pp svneol=native#text/plain
-rtl/netwlibc/dos.pp svneol=native#text/plain
-rtl/netwlibc/dynlibs.inc svneol=native#text/plain
-rtl/netwlibc/errno.inc svneol=native#text/plain
-rtl/netwlibc/initc.pp svneol=native#text/plain
-rtl/netwlibc/libc.imp -text
-rtl/netwlibc/libc.pp svneol=native#text/plain
-rtl/netwlibc/libcclib.imp -text
-rtl/netwlibc/netware.imp -text
-rtl/netwlibc/nwl_dlle.as svneol=native#text/plain
-rtl/netwlibc/nwl_main.as svneol=native#text/plain
-rtl/netwlibc/nwsnut.imp -text
-rtl/netwlibc/nwsnut.pp svneol=native#text/plain
-rtl/netwlibc/rtldefs.inc svneol=native#text/plain
-rtl/netwlibc/sysdir.inc svneol=native#text/plain
-rtl/netwlibc/sysdlh.inc svneol=native#text/plain
-rtl/netwlibc/sysfile.inc svneol=native#text/plain
-rtl/netwlibc/sysheap.inc svneol=native#text/plain
-rtl/netwlibc/sysos.inc svneol=native#text/plain
-rtl/netwlibc/sysosh.inc svneol=native#text/plain
-rtl/netwlibc/system.pp svneol=native#text/plain
-rtl/netwlibc/systhrd.inc svneol=native#text/plain
-rtl/netwlibc/sysutils.pp svneol=native#text/plain
-rtl/netwlibc/tthread.inc svneol=native#text/plain
-rtl/netwlibc/ws2_32.imp -text
-rtl/netwlibc/ws2nlm.imp -text
-rtl/objpas/README.txt svneol=native#text/plain
-rtl/objpas/character.pas svneol=native#text/pascal
-rtl/objpas/classes/action.inc svneol=native#text/plain
-rtl/objpas/classes/bits.inc svneol=native#text/plain
-rtl/objpas/classes/classes.inc svneol=native#text/plain
-rtl/objpas/classes/classesh.inc svneol=native#text/plain
-rtl/objpas/classes/collect.inc svneol=native#text/plain
-rtl/objpas/classes/compon.inc svneol=native#text/plain
-rtl/objpas/classes/constsg.inc svneol=native#text/plain
-rtl/objpas/classes/constss.inc svneol=native#text/plain
-rtl/objpas/classes/cregist.inc svneol=native#text/plain
-rtl/objpas/classes/dm.inc svneol=native#text/plain
-rtl/objpas/classes/filer.inc svneol=native#text/plain
-rtl/objpas/classes/intf.inc svneol=native#text/plain
-rtl/objpas/classes/lists.inc svneol=native#text/plain
-rtl/objpas/classes/parser.inc svneol=native#text/plain
-rtl/objpas/classes/persist.inc svneol=native#text/plain
-rtl/objpas/classes/reader.inc svneol=native#text/plain
-rtl/objpas/classes/resref.inc svneol=native#text/plain
-rtl/objpas/classes/sllist.inc svneol=native#text/plain
-rtl/objpas/classes/streams.inc svneol=native#text/plain
-rtl/objpas/classes/stringl.inc svneol=native#text/plain
-rtl/objpas/classes/twriter.inc svneol=native#text/plain
-rtl/objpas/classes/util.inc svneol=native#text/plain
-rtl/objpas/classes/writer.inc svneol=native#text/plain
-rtl/objpas/fgl.pp svneol=native#text/plain
-rtl/objpas/fpwidestring.pp svneol=native#text/pascal
-rtl/objpas/math.pp svneol=native#text/plain
-rtl/objpas/objpas.pp svneol=native#text/plain
-rtl/objpas/rtlconst.inc svneol=native#text/plain
-rtl/objpas/rtlconst.pp svneol=native#text/plain
-rtl/objpas/rtlconsts.pp svneol=native#text/plain
-rtl/objpas/sysconst.pp svneol=native#text/plain
-rtl/objpas/sysutils/dati.inc svneol=native#text/plain
-rtl/objpas/sysutils/datih.inc svneol=native#text/plain
-rtl/objpas/sysutils/disk.inc svneol=native#text/plain
-rtl/objpas/sysutils/diskh.inc svneol=native#text/plain
-rtl/objpas/sysutils/filutil.inc svneol=native#text/plain
-rtl/objpas/sysutils/filutilh.inc svneol=native#text/plain
-rtl/objpas/sysutils/fina.inc svneol=native#text/plain
-rtl/objpas/sysutils/finah.inc svneol=native#text/plain
-rtl/objpas/sysutils/fmtflt.inc svneol=native#text/plain
-rtl/objpas/sysutils/intfh.inc svneol=native#text/plain
-rtl/objpas/sysutils/osutil.inc svneol=native#text/plain
-rtl/objpas/sysutils/osutilsh.inc svneol=native#text/plain
-rtl/objpas/sysutils/stre.inc svneol=native#text/plain
-rtl/objpas/sysutils/strg.inc svneol=native#text/plain
-rtl/objpas/sysutils/sysansi.inc svneol=native#text/plain
-rtl/objpas/sysutils/sysansih.inc svneol=native#text/plain
-rtl/objpas/sysutils/syscodepages.inc svneol=native#text/pascal
-rtl/objpas/sysutils/syscodepagesh.inc svneol=native#text/pascal
-rtl/objpas/sysutils/sysencoding.inc svneol=native#text/pascal
-rtl/objpas/sysutils/sysencodingh.inc svneol=native#text/pascal
-rtl/objpas/sysutils/sysformt.inc svneol=native#text/plain
-rtl/objpas/sysutils/syshelp.inc svneol=native#text/plain
-rtl/objpas/sysutils/syshelpb.inc svneol=native#text/plain
-rtl/objpas/sysutils/syshelpf.inc svneol=native#text/plain
-rtl/objpas/sysutils/syshelph.inc svneol=native#text/plain
-rtl/objpas/sysutils/syshelpo.inc svneol=native#text/plain
-rtl/objpas/sysutils/sysint.inc svneol=native#text/plain
-rtl/objpas/sysutils/sysinth.inc svneol=native#text/plain
-rtl/objpas/sysutils/syspch.inc svneol=native#text/plain
-rtl/objpas/sysutils/syspchh.inc svneol=native#text/plain
-rtl/objpas/sysutils/syssb.inc svneol=native#text/plain
-rtl/objpas/sysutils/syssbh.inc svneol=native#text/plain
-rtl/objpas/sysutils/syssr.inc svneol=native#text/plain
-rtl/objpas/sysutils/sysstr.inc svneol=native#text/plain
-rtl/objpas/sysutils/sysstrh.inc svneol=native#text/plain
-rtl/objpas/sysutils/systhrdh.inc svneol=native#text/plain
-rtl/objpas/sysutils/sysuintf.inc svneol=native#text/plain
-rtl/objpas/sysutils/sysuni.inc svneol=native#text/plain
-rtl/objpas/sysutils/sysunih.inc svneol=native#text/plain
-rtl/objpas/sysutils/sysuthrd.inc svneol=native#text/plain
-rtl/objpas/sysutils/sysutilh.inc svneol=native#text/plain
-rtl/objpas/sysutils/sysutils.inc svneol=native#text/plain
-rtl/objpas/sysutils/syswide.inc svneol=native#text/plain
-rtl/objpas/sysutils/syswideh.inc svneol=native#text/plain
-rtl/objpas/sysutils/tzenv.inc svneol=native#text/plain
-rtl/objpas/types.pp svneol=native#text/plain
-rtl/objpas/typinfo.pp svneol=native#text/plain
-rtl/objpas/unicodedata.inc svneol=native#text/pascal
-rtl/objpas/unicodedata.pas svneol=native#text/pascal
-rtl/objpas/unicodedata_be.inc svneol=native#text/pascal
-rtl/objpas/unicodedata_le.inc svneol=native#text/pascal
-rtl/objpas/unicodenumtable.pas svneol=native#text/pascal
-rtl/objpas/weight_derivation.inc svneol=native#text/pascal
-rtl/openbsd/Makefile svneol=native#text/plain
-rtl/openbsd/Makefile.fpc svneol=native#text/plain
-rtl/openbsd/errno.inc svneol=native#text/plain
-rtl/openbsd/errnostr.inc svneol=native#text/plain
-rtl/openbsd/i386/bsyscall.inc svneol=native#text/plain
-rtl/openbsd/i386/openbsd_ident.inc svneol=native#text/plain
-rtl/openbsd/i386/prt0.as svneol=native#text/plain
-rtl/openbsd/i386/si_c.inc svneol=native#text/plain
-rtl/openbsd/i386/si_dll.inc svneol=native#text/plain
-rtl/openbsd/i386/si_g.inc svneol=native#text/plain
-rtl/openbsd/i386/si_prc.inc svneol=native#text/plain
-rtl/openbsd/i386/sighnd.inc svneol=native#text/plain
-rtl/openbsd/osdefs.inc svneol=native#text/plain
-rtl/openbsd/pmutext.inc svneol=native#text/plain
-rtl/openbsd/pthread.inc svneol=native#text/plain
-rtl/openbsd/ptypes.inc svneol=native#text/plain
-rtl/openbsd/rtldefs.inc svneol=native#text/plain
-rtl/openbsd/setsysnr.inc svneol=native#text/plain
-rtl/openbsd/si_c.pp svneol=native#text/plain
-rtl/openbsd/si_dll.pp svneol=native#text/plain
-rtl/openbsd/si_g.pp svneol=native#text/plain
-rtl/openbsd/si_impl.inc svneol=native#text/plain
-rtl/openbsd/si_intf.inc svneol=native#text/plain
-rtl/openbsd/si_prc.pp svneol=native#text/plain
-rtl/openbsd/signal.inc svneol=native#text/plain
-rtl/openbsd/syscalls.inc svneol=native#text/plain
-rtl/openbsd/sysconst.inc svneol=native#text/plain
-rtl/openbsd/sysctlh.inc svneol=native#text/plain
-rtl/openbsd/sysnr.inc svneol=native#text/plain
-rtl/openbsd/sysofft.inc svneol=native#text/plain
-rtl/openbsd/systypes.inc svneol=native#text/plain
-rtl/openbsd/t_openbsd.h2paschk svneol=native#text/plain
-rtl/openbsd/termio.pp svneol=native#text/plain
-rtl/openbsd/termios.inc svneol=native#text/plain
-rtl/openbsd/termiosproc.inc svneol=native#text/plain
-rtl/openbsd/unixsysc.inc svneol=native#text/plain
-rtl/openbsd/unxconst.inc svneol=native#text/plain
-rtl/openbsd/unxfunc.inc svneol=native#text/plain
-rtl/openbsd/unxsysc.inc svneol=native#text/plain
-rtl/openbsd/x86_64/bsyscall.inc svneol=native#text/plain
-rtl/openbsd/x86_64/openbsd_ident.inc svneol=native#text/plain
-rtl/openbsd/x86_64/prt0.as svneol=native#text/plain
-rtl/openbsd/x86_64/si_c.inc svneol=native#text/plain
-rtl/openbsd/x86_64/si_dll.inc svneol=native#text/plain
-rtl/openbsd/x86_64/si_g.inc svneol=native#text/plain
-rtl/openbsd/x86_64/si_prc.inc svneol=native#text/plain
-rtl/openbsd/x86_64/sighnd.inc svneol=native#text/plain
-rtl/os2/Makefile svneol=native#text/plain
-rtl/os2/Makefile.fpc svneol=native#text/plain
-rtl/os2/classes.pp svneol=native#text/plain
-rtl/os2/dos.pas svneol=native#text/plain
-rtl/os2/doscall2.pas svneol=native#text/plain
-rtl/os2/doscalls.pas svneol=native#text/plain
-rtl/os2/dynlibs.inc svneol=native#text/plain
-rtl/os2/exe.pas svneol=native#text/plain
-rtl/os2/kbdcalls.pas svneol=native#text/plain
-rtl/os2/moncalls.pas svneol=native#text/plain
-rtl/os2/moucalls.pas svneol=native#text/plain
-rtl/os2/newexe.pas svneol=native#text/plain
-rtl/os2/os2def.pas svneol=native#text/plain
-rtl/os2/pmbidi.pas svneol=native#text/plain
-rtl/os2/pmbitmap.pas svneol=native#text/plain
-rtl/os2/pmdev.pas svneol=native#text/plain
-rtl/os2/pmgpi.pas svneol=native#text/plain
-rtl/os2/pmhelp.pas svneol=native#text/plain
-rtl/os2/pmshl.pas svneol=native#text/plain
-rtl/os2/pmspl.pas svneol=native#text/plain
-rtl/os2/pmstddlg.pas svneol=native#text/plain
-rtl/os2/pmwin.pas svneol=native#text/plain
-rtl/os2/pmwp.pas svneol=native#text/plain
-rtl/os2/pmwsock.pas svneol=native#text/plain
-rtl/os2/ports.pas svneol=native#text/plain
-rtl/os2/prt0.as svneol=native#text/plain
-rtl/os2/rtldefs.inc svneol=native#text/plain
-rtl/os2/so32dll.pas svneol=native#text/plain
-rtl/os2/sysdir.inc svneol=native#text/plain
-rtl/os2/sysdl.inc svneol=native#text/plain
-rtl/os2/sysdlh.inc svneol=native#text/plain
-rtl/os2/sysfile.inc svneol=native#text/plain
-rtl/os2/sysheap.inc svneol=native#text/plain
-rtl/os2/sysos.inc svneol=native#text/plain
-rtl/os2/sysos2.pas svneol=native#text/plain
-rtl/os2/sysosh.inc svneol=native#text/plain
-rtl/os2/system.pas svneol=native#text/plain
-rtl/os2/systhrd.inc svneol=native#text/plain
-rtl/os2/sysucode.inc svneol=native#text/plain
-rtl/os2/sysutils.pp svneol=native#text/plain
-rtl/os2/tests/atx.pas svneol=native#text/plain
-rtl/os2/tests/basicpm.pas svneol=native#text/plain
-rtl/os2/tests/calc_e.pas svneol=native#text/plain
-rtl/os2/tests/generic.pas svneol=native#text/plain
-rtl/os2/tests/getctry.pas svneol=native#text/plain
-rtl/os2/tests/heapsize.pas svneol=native#text/plain
-rtl/os2/tests/helloos2.pas svneol=native#text/plain
-rtl/os2/tests/modeinfo.pas svneol=native#text/plain
-rtl/os2/tests/o2rtlb1.pas svneol=native#text/plain
-rtl/os2/tests/pmdemo1.def -text
-rtl/os2/tests/pmdemo1.h -text
-rtl/os2/tests/pmdemo1.mak -text
-rtl/os2/tests/pmdemo1.pp svneol=native#text/plain
-rtl/os2/tests/pmdemo1.rc -text
-rtl/os2/tests/testkbd.pas svneol=native#text/plain
-rtl/os2/todo-os2.txt svneol=native#text/plain
-rtl/os2/tthread.inc svneol=native#text/plain
-rtl/os2/viocalls.imp -text
-rtl/os2/viocalls.pas svneol=native#text/plain
-rtl/palmos/Makefile svneol=native#text/plain
-rtl/palmos/Makefile.fpc svneol=native#text/plain
-rtl/palmos/api/common.inc svneol=native#text/plain
-rtl/palmos/api/common.pp svneol=native#text/plain
-rtl/palmos/api/font.imn -text
-rtl/palmos/api/font.inc svneol=native#text/plain
-rtl/palmos/api/fontsel.inc svneol=native#text/plain
-rtl/palmos/api/init.inc svneol=native#text/plain
-rtl/palmos/api/readme -text
-rtl/palmos/api/rect.inc svneol=native#text/plain
-rtl/palmos/api/sysall.pp svneol=native#text/plain
-rtl/palmos/api/systraps.inc svneol=native#text/plain
-rtl/palmos/api/systraps.pp svneol=native#text/plain
-rtl/palmos/api/ui.pp svneol=native#text/plain
-rtl/palmos/arm/prt0.as svneol=native#text/plain
-rtl/palmos/m68k/crt0.o -text
-rtl/palmos/m68k/gdbstub.o -text
-rtl/palmos/m68k/libcrt.a -text
-rtl/palmos/m68k/prt0.as svneol=native#text/plain
-rtl/palmos/palmos.inc svneol=native#text/plain
-rtl/palmos/pilot.pp svneol=native#text/plain
-rtl/palmos/readme -text
-rtl/palmos/rtl.cfg svneol=native#text/plain
-rtl/palmos/rtldefs.inc svneol=native#text/plain
-rtl/palmos/si_prc.pp svneol=native#text/plain
-rtl/palmos/sysdir.inc svneol=native#text/plain
-rtl/palmos/sysfile.inc svneol=native#text/plain
-rtl/palmos/sysheap.inc svneol=native#text/plain
-rtl/palmos/sysos.inc svneol=native#text/plain
-rtl/palmos/sysosh.inc svneol=native#text/plain
-rtl/palmos/syspara.inc svneol=native#text/plain
-rtl/palmos/system.pp svneol=native#text/plain
-rtl/palmos/systraps.pp svneol=native#text/plain
-rtl/powerpc/cpuh.inc svneol=native#text/plain
-rtl/powerpc/int64p.inc svneol=native#text/plain
-rtl/powerpc/makefile.cpu svneol=native#text/plain
-rtl/powerpc/math.inc svneol=native#text/plain
-rtl/powerpc/mathu.inc svneol=native#text/plain
-rtl/powerpc/powerpc.inc svneol=native#text/plain
-rtl/powerpc/set.inc svneol=native#text/plain
-rtl/powerpc/setjump.inc svneol=native#text/plain
-rtl/powerpc/setjumph.inc svneol=native#text/plain
-rtl/powerpc/strings.inc svneol=native#text/plain
-rtl/powerpc/stringss.inc svneol=native#text/plain
-rtl/powerpc/strlen.inc svneol=native#text/plain
-rtl/powerpc64/cpuh.inc svneol=native#text/plain
-rtl/powerpc64/int64p.inc svneol=native#text/plain
-rtl/powerpc64/makefile.cpu svneol=native#text/plain
-rtl/powerpc64/math.inc svneol=native#text/plain
-rtl/powerpc64/mathu.inc svneol=native#text/plain
-rtl/powerpc64/powerpc64.inc svneol=native#text/plain
-rtl/powerpc64/set.inc svneol=native#text/plain
-rtl/powerpc64/setjump.inc svneol=native#text/plain
-rtl/powerpc64/setjumph.inc svneol=native#text/plain
-rtl/powerpc64/strings.inc svneol=native#text/plain
-rtl/powerpc64/stringss.inc svneol=native#text/plain
-rtl/powerpc64/strlen.inc svneol=native#text/plain
-rtl/qnx/Makefile svneol=native#text/plain
-rtl/qnx/Makefile.fpc svneol=native#text/plain
-rtl/qnx/dos.inc svneol=native#text/plain
-rtl/qnx/errno.inc svneol=native#text/plain
-rtl/qnx/i386/cprt0.as svneol=native#text/plain
-rtl/qnx/i386/crti.s svneol=native#text/plain
-rtl/qnx/i386/crtn.s svneol=native#text/plain
-rtl/qnx/osposix.inc svneol=native#text/plain
-rtl/qnx/osposixh.inc svneol=native#text/plain
-rtl/qnx/posix.pp svneol=native#text/plain
-rtl/qnx/qnx.inc svneol=native#text/plain
-rtl/qnx/rtldefs.inc svneol=native#text/plain
-rtl/qnx/signal.inc svneol=native#text/plain
-rtl/qnx/system.pp svneol=native#text/plain
-rtl/riscv/riscv.inc svneol=native#text/plain
-rtl/riscv32/cpuh.inc svneol=native#text/plain
-rtl/riscv32/int64p.inc svneol=native#text/plain
-rtl/riscv32/makefile.cpu svneol=native#text/plain
-rtl/riscv32/math.inc svneol=native#text/plain
-rtl/riscv32/mathu.inc svneol=native#text/plain
-rtl/riscv32/riscv32.inc svneol=native#text/plain
-rtl/riscv32/set.inc svneol=native#text/plain
-rtl/riscv32/setjump.inc svneol=native#text/plain
-rtl/riscv32/setjumph.inc svneol=native#text/plain
-rtl/riscv32/strings.inc svneol=native#text/plain
-rtl/riscv32/stringss.inc svneol=native#text/plain
-rtl/riscv64/cpuh.inc svneol=native#text/plain
-rtl/riscv64/int64p.inc svneol=native#text/plain
-rtl/riscv64/makefile.cpu svneol=native#text/plain
-rtl/riscv64/math.inc svneol=native#text/plain
-rtl/riscv64/mathu.inc svneol=native#text/plain
-rtl/riscv64/riscv64.inc svneol=native#text/plain
-rtl/riscv64/set.inc svneol=native#text/plain
-rtl/riscv64/setjump.inc svneol=native#text/plain
-rtl/riscv64/setjumph.inc svneol=native#text/plain
-rtl/riscv64/strings.inc svneol=native#text/plain
-rtl/riscv64/stringss.inc svneol=native#text/plain
-rtl/sinclairql/Makefile svneol=native#text/plain
-rtl/sinclairql/Makefile.fpc svneol=native#text/plain
-rtl/sinclairql/buildrtl.pp svneol=native#text/plain
-rtl/sinclairql/classes.pp svneol=native#text/plain
-rtl/sinclairql/qdos.inc svneol=native#text/plain
-rtl/sinclairql/qdosfuncs.inc svneol=native#text/plain
-rtl/sinclairql/qdosh.inc svneol=native#text/plain
-rtl/sinclairql/rtl.cfg svneol=native#text/plain
-rtl/sinclairql/rtldefs.inc svneol=native#text/plain
-rtl/sinclairql/si_prc.pp svneol=native#text/plain
-rtl/sinclairql/sms.inc svneol=native#text/plan
-rtl/sinclairql/smsfuncs.inc svneol=native#text/plan
-rtl/sinclairql/sysdir.inc svneol=native#text/plain
-rtl/sinclairql/sysfile.inc svneol=native#text/plain
-rtl/sinclairql/sysheap.inc svneol=native#text/plain
-rtl/sinclairql/sysos.inc svneol=native#text/plain
-rtl/sinclairql/sysosh.inc svneol=native#text/plain
-rtl/sinclairql/system.pp svneol=native#text/plain
-rtl/sinclairql/sysutils.pp svneol=native#text/plain
-rtl/sinclairql/tthread.inc svneol=native#text/plain
-rtl/solaris/Makefile svneol=native#text/plain
-rtl/solaris/Makefile.fpc svneol=native#text/plain
-rtl/solaris/errno.inc svneol=native#text/plain
-rtl/solaris/errnostr.inc svneol=native#text/plain
-rtl/solaris/i386/sighnd.inc svneol=native#text/plain
-rtl/solaris/i386/sighndh.inc svneol=native#text/plain
-rtl/solaris/i386/start.inc svneol=native#text/plain
-rtl/solaris/osdefs.inc svneol=native#text/plain
-rtl/solaris/osmacro.inc svneol=native#text/plain
-rtl/solaris/ostypes.inc svneol=native#text/plain
-rtl/solaris/pthread.inc svneol=native#text/plain
-rtl/solaris/ptypes.inc svneol=native#text/plain
-rtl/solaris/rtldefs.inc svneol=native#text/plain
-rtl/solaris/signal.inc svneol=native#text/plain
-rtl/solaris/sparc/sighnd.inc svneol=native#text/plain
-rtl/solaris/sparc/sighndh.inc svneol=native#text/plain
-rtl/solaris/sparc/start.inc svneol=native#text/plain
-rtl/solaris/suuid.inc svneol=native#text/plain
-rtl/solaris/sysos.inc svneol=native#text/plain
-rtl/solaris/sysosh.inc svneol=native#text/plain
-rtl/solaris/system.pp svneol=native#text/plain
-rtl/solaris/termio.pp svneol=native#text/plain
-rtl/solaris/termios.inc svneol=native#text/plain
-rtl/solaris/termiosproc.inc svneol=native#text/plain
-rtl/solaris/unxconst.inc svneol=native#text/plain
-rtl/solaris/unxfunc.inc svneol=native#text/plain
-rtl/solaris/x86_64/sighnd.inc svneol=native#text/plain
-rtl/solaris/x86_64/sighndh.inc svneol=native#text/plain
-rtl/solaris/x86_64/start.inc svneol=native#text/plain
-rtl/sparc/cpuh.inc svneol=native#text/plain
-rtl/sparc/int64p.inc svneol=native#text/plain
-rtl/sparc/makefile.cpu svneol=native#text/plain
-rtl/sparc/math.inc svneol=native#text/plain
-rtl/sparc/mathu.inc svneol=native#text/plain
-rtl/sparc/set.inc svneol=native#text/plain
-rtl/sparc/setjump.inc svneol=native#text/plain
-rtl/sparc/setjumph.inc svneol=native#text/plain
-rtl/sparc/sparc.inc svneol=native#text/plain
-rtl/sparc/strings.inc svneol=native#text/plain
-rtl/sparc/stringss.inc svneol=native#text/plain
-rtl/sparc64/cpuh.inc svneol=native#text/plain
-rtl/sparc64/int64p.inc svneol=native#text/plain
-rtl/sparc64/makefile.cpu svneol=native#text/plain
-rtl/sparc64/math.inc svneol=native#text/plain
-rtl/sparc64/mathu.inc svneol=native#text/plain
-rtl/sparc64/set.inc svneol=native#text/plain
-rtl/sparc64/setjump.inc svneol=native#text/plain
-rtl/sparc64/setjumph.inc svneol=native#text/plain
-rtl/sparc64/sparc64.inc svneol=native#text/plain
-rtl/sparc64/strings.inc svneol=native#text/plain
-rtl/sparc64/stringss.inc svneol=native#text/plain
-rtl/symbian/Makefile svneol=native#text/plain
-rtl/symbian/Makefile.fpc svneol=native#text/plain
-rtl/symbian/bindings/pbeexe.cpp -text
-rtl/symbian/buildrtl.pp svneol=native#text/plain
-rtl/symbian/classes.pp svneol=native#text/plain
-rtl/symbian/dos.pp svneol=native#text/plain
-rtl/symbian/rtldefs.inc svneol=native#text/plain
-rtl/symbian/symbian.pas svneol=native#text/plain
-rtl/symbian/symbianinc/e32def.inc svneol=native#text/plain
-rtl/symbian/symbianinc/e32err.inc svneol=native#text/plain
-rtl/symbian/symbianinc/e32std.inc svneol=native#text/plain
-rtl/symbian/sysdir.inc svneol=native#text/plain
-rtl/symbian/sysfile.inc svneol=native#text/plain
-rtl/symbian/sysheap.inc svneol=native#text/plain
-rtl/symbian/sysos.inc svneol=native#text/plain
-rtl/symbian/sysosh.inc svneol=native#text/plain
-rtl/symbian/system.pp svneol=native#text/plain
-rtl/symbian/sysutils.pp svneol=native#text/plain
-rtl/symbian/tthread.inc svneol=native#text/plain
-rtl/symbian/uiq.pas svneol=native#text/plain
-rtl/symbian/uiqclasses.pas svneol=native#text/plain
-rtl/symbian/uiqinc/qikapplication.inc svneol=native#text/plain
-rtl/symbian/uiqinc/qikapplicationoo.inc svneol=native#text/plain
-rtl/ucmaps/8859-1.txt svneol=native#text/plain
-rtl/ucmaps/8859-10.txt svneol=native#text/plain
-rtl/ucmaps/8859-11.txt svneol=native#text/plain
-rtl/ucmaps/8859-13.txt svneol=native#text/plain
-rtl/ucmaps/8859-14.txt svneol=native#text/plain
-rtl/ucmaps/8859-15.txt svneol=native#text/plain
-rtl/ucmaps/8859-16.txt svneol=native#text/plain
-rtl/ucmaps/8859-2.txt svneol=native#text/plain
-rtl/ucmaps/8859-3.txt svneol=native#text/plain
-rtl/ucmaps/8859-4.txt svneol=native#text/plain
-rtl/ucmaps/8859-5.txt svneol=native#text/plain
-rtl/ucmaps/8859-6.txt svneol=native#text/plain
-rtl/ucmaps/8859-7.txt svneol=native#text/plain
-rtl/ucmaps/8859-8.txt svneol=native#text/plain
-rtl/ucmaps/8859-9.txt svneol=native#text/plain
-rtl/ucmaps/cp1250.txt svneol=native#text/plain
-rtl/ucmaps/cp1251.txt svneol=native#text/plain
-rtl/ucmaps/cp1252.txt svneol=native#text/plain
-rtl/ucmaps/cp1253.txt svneol=native#text/plain
-rtl/ucmaps/cp1254.txt svneol=native#text/plain
-rtl/ucmaps/cp1255.txt svneol=native#text/plain
-rtl/ucmaps/cp1256.txt svneol=native#text/plain
-rtl/ucmaps/cp1257.txt svneol=native#text/plain
-rtl/ucmaps/cp1258.txt svneol=native#text/plain
-rtl/ucmaps/cp3021.txt svneol=native#text/plain
-rtl/ucmaps/cp437.txt svneol=native#text/plain
-rtl/ucmaps/cp737.txt svneol=native#text/plain
-rtl/ucmaps/cp775.txt svneol=native#text/plain
-rtl/ucmaps/cp850.txt svneol=native#text/plain
-rtl/ucmaps/cp852.txt svneol=native#text/plain
-rtl/ucmaps/cp855.txt svneol=native#text/plain
-rtl/ucmaps/cp856.txt svneol=native#text/plain
-rtl/ucmaps/cp857.txt svneol=native#text/plain
-rtl/ucmaps/cp860.txt svneol=native#text/plain
-rtl/ucmaps/cp861.txt svneol=native#text/plain
-rtl/ucmaps/cp862.txt svneol=native#text/plain
-rtl/ucmaps/cp863.txt svneol=native#text/plain
-rtl/ucmaps/cp864.txt svneol=native#text/plain
-rtl/ucmaps/cp865.txt svneol=native#text/plain
-rtl/ucmaps/cp866.txt svneol=native#text/plain
-rtl/ucmaps/cp869.txt svneol=native#text/plain
-rtl/ucmaps/cp874.txt svneol=native#text/plain
-rtl/ucmaps/cp895.txt svneol=native#text/plain
-rtl/ucmaps/cp932.txt svneol=native#text/plain
-rtl/ucmaps/cp936.txt svneol=native#text/plain
-rtl/ucmaps/cp949.txt svneol=native#text/plain
-rtl/ucmaps/cp950.txt svneol=native#text/plain
-rtl/ucmaps/koi8-r.txt svneol=native#text/plain
-rtl/ucmaps/koi8-u.txt svneol=native#text/plain
-rtl/unix/aliasctp.inc svneol=native#text/plain
-rtl/unix/aliasptp.inc svneol=native#text/plain
-rtl/unix/baseunix.pp svneol=native#text/plain
-rtl/unix/bunxh.inc svneol=native#text/plain
-rtl/unix/bunxovl.inc svneol=native#text/plain
-rtl/unix/bunxovlh.inc svneol=native#text/plain
-rtl/unix/classes.pp svneol=native#text/plain
-rtl/unix/cthreads.pp svneol=native#text/plain
-rtl/unix/ctypes.inc svneol=native#text/plain
-rtl/unix/cwstraix.inc svneol=native#text/plain
-rtl/unix/cwstring.pp svneol=native#text/plain
-rtl/unix/dl.pp svneol=native#text/plain
-rtl/unix/dos.pp svneol=native#text/plain
-rtl/unix/dynlibs.inc svneol=native#text/plain
-rtl/unix/errors.pp svneol=native#text/plain
-rtl/unix/fpmake.inc svneol=native#text/plain
-rtl/unix/genfdset.inc svneol=native#text/plain
-rtl/unix/genfunch.inc svneol=native#text/plain
-rtl/unix/genfuncs.inc svneol=native#text/plain
-rtl/unix/gensigset.inc svneol=native#text/plain
-rtl/unix/initc.pp svneol=native#text/plain
-rtl/unix/lnfogdb.pp svneol=native#text/plain
-rtl/unix/oscdecl.inc svneol=native#text/plain
-rtl/unix/oscdeclh.inc svneol=native#text/plain
-rtl/unix/ports.pp svneol=native#text/plain
-rtl/unix/scripts/README svneol=native#text/plain
-rtl/unix/scripts/check_consts.sh svneol=native#text/plain
-rtl/unix/scripts/check_errno.sh svneol=native#text/plain
-rtl/unix/scripts/check_errnostr.sh svneol=native#text/plain
-rtl/unix/scripts/check_rtl_types.sh svneol=native#text/plain
-rtl/unix/scripts/check_sys.sh svneol=native#text/plain
-rtl/unix/settimeo.inc svneol=native#text/plain
-rtl/unix/syscall.pp svneol=native#text/plain
-rtl/unix/syscgen.inc svneol=native#text/plain
-rtl/unix/sysdir.inc svneol=native#text/plain
-rtl/unix/sysdlh.inc svneol=native#text/plain
-rtl/unix/sysfile.inc svneol=native#text/plain
-rtl/unix/sysheap.inc svneol=native#text/plain
-rtl/unix/sysunixh.inc svneol=native#text/plain
-rtl/unix/sysutils.pp svneol=native#text/plain
-rtl/unix/termiosh.inc svneol=native#text/plain
-rtl/unix/timezone.inc svneol=native#text/plain
-rtl/unix/tthread.inc svneol=native#text/plain
-rtl/unix/ttyname.inc svneol=native#text/plain
-rtl/unix/unix.pp svneol=native#text/plain
-rtl/unix/unixcp.pp svneol=native#text/plain
-rtl/unix/unixtype.pp svneol=native#text/plain
-rtl/unix/unixutil.pp svneol=native#text/plain
-rtl/unix/unxdeclh.inc svneol=native#text/plain
-rtl/unix/unxovl.inc svneol=native#text/plain
-rtl/unix/unxovlh.inc svneol=native#text/plain
-rtl/unix/x86.pp svneol=native#text/plain
-rtl/wasi/Makefile svneol=native#text/plain
-rtl/wasi/Makefile.fpc svneol=native#text/plain
-rtl/wasi/classes.pp svneol=native#text/plain
-rtl/wasi/dos.pp svneol=native#text/plain
-rtl/wasi/rtldefs.inc svneol=native#text/plain
-rtl/wasi/si_prc.pp svneol=native#text/plain
-rtl/wasi/sysdir.inc svneol=native#text/plain
-rtl/wasi/sysfile.inc svneol=native#text/plain
-rtl/wasi/sysheap.inc svneol=native#text/plain
-rtl/wasi/sysos.inc svneol=native#text/plain
-rtl/wasi/sysosh.inc svneol=native#text/plain
-rtl/wasi/system.pp svneol=native#text/plain
-rtl/wasi/sysutils.pp svneol=native#text/plain
-rtl/wasi/tthread.inc svneol=native#text/plain
-rtl/wasi/wasiapi.pp svneol=native#text/plain
-rtl/wasi/wasiinc/wasiprocs.inc svneol=native#text/plain
-rtl/wasi/wasiinc/wasitypes.inc svneol=native#text/plain
-rtl/wasm32/cpuh.inc svneol=native#text/plain
-rtl/wasm32/cpuinnr.inc svneol=native#text/plain
-rtl/wasm32/int64p.inc svneol=native#text/plain
-rtl/wasm32/makefile.cpu svneol=native#text/plain
-rtl/wasm32/math.inc svneol=native#text/plain
-rtl/wasm32/mathu.inc svneol=native#text/plain
-rtl/wasm32/set.inc svneol=native#text/plain
-rtl/wasm32/setjump.inc svneol=native#text/plain
-rtl/wasm32/setjumph.inc svneol=native#text/plain
-rtl/wasm32/strings.inc svneol=native#text/plain
-rtl/wasm32/stringss.inc svneol=native#text/plain
-rtl/wasm32/wasm32.inc svneol=native#text/plain
-rtl/watcom/Makefile svneol=native#text/plain
-rtl/watcom/Makefile.fpc svneol=native#text/plain
-rtl/watcom/classes.pp svneol=native#text/plain
-rtl/watcom/dos.pp svneol=native#text/plain
-rtl/watcom/prt0.as -text
-rtl/watcom/rtldefs.inc svneol=native#text/plain
-rtl/watcom/sysdir.inc svneol=native#text/plain
-rtl/watcom/sysfile.inc svneol=native#text/plain
-rtl/watcom/sysheap.inc svneol=native#text/plain
-rtl/watcom/sysos.inc svneol=native#text/plain
-rtl/watcom/sysosh.inc svneol=native#text/plain
-rtl/watcom/system.pp svneol=native#text/plain
-rtl/watcom/sysutils.pp svneol=native#text/plain
-rtl/watcom/tthread.inc svneol=native#text/plain
-rtl/watcom/watcom.pp svneol=native#text/plain
-rtl/wii/Makefile svneol=native#text/plain
-rtl/wii/Makefile.fpc svneol=native#text/plain
-rtl/wii/classes.pp svneol=native#text/plain
-rtl/wii/dos.pp svneol=native#text/plain
-rtl/wii/libc.inc svneol=native#text/plain
-rtl/wii/libch.inc svneol=native#text/plain
-rtl/wii/rtl.cfg svneol=native#text/plain
-rtl/wii/rtldefs.inc svneol=native#text/plain
-rtl/wii/sysdir.inc svneol=native#text/plain
-rtl/wii/sysfile.inc svneol=native#text/plain
-rtl/wii/sysheap.inc svneol=native#text/plain
-rtl/wii/sysos.inc svneol=native#text/plain
-rtl/wii/sysosh.inc svneol=native#text/plain
-rtl/wii/system.pp svneol=native#text/plain
-rtl/wii/systhrd.inc svneol=native#text/plain
-rtl/wii/sysutils.pp svneol=native#text/plain
-rtl/wii/tthread.inc svneol=native#text/plain
-rtl/wii/wii.inc svneol=native#text/plain
-rtl/wii/wiih.inc svneol=native#text/plain
-rtl/win/dos.pp svneol=native#text/plain
-rtl/win/dynlibs.inc svneol=native#text/plain
-rtl/win/fpcmemdll.pp svneol=native#text/plain
-rtl/win/messages.pp svneol=native#text/plain
-rtl/win/sharemem.pp svneol=native#text/plain
-rtl/win/sysdir.inc svneol=native#text/plain
-rtl/win/sysdl.inc svneol=native#text/plain
-rtl/win/sysdlh.inc svneol=native#text/plain
-rtl/win/sysfile.inc svneol=native#text/plain
-rtl/win/sysheap.inc svneol=native#text/plain
-rtl/win/sysos.inc svneol=native#text/plain
-rtl/win/sysosh.inc svneol=native#text/plain
-rtl/win/systhrd.inc svneol=native#text/plain
-rtl/win/systlsdir.inc svneol=native#text/plain
-rtl/win/sysutils.pp svneol=native#text/plain
-rtl/win/syswin.inc svneol=native#text/plain
-rtl/win/syswinh.inc svneol=native#text/plain
-rtl/win/tthread.inc svneol=native#text/plain
-rtl/win/windirs.pp svneol=native#text/plain
-rtl/win/wininc/Makefile svneol=native#text/plain
-rtl/win/wininc/ascdef.inc svneol=native#text/plain
-rtl/win/wininc/ascdef.sed -text
-rtl/win/wininc/ascfun.inc svneol=native#text/plain
-rtl/win/wininc/base.inc svneol=native#text/plain
-rtl/win/wininc/defines.inc svneol=native#text/plain
-rtl/win/wininc/errors.inc svneol=native#text/plain
-rtl/win/wininc/func.inc svneol=native#text/plain
-rtl/win/wininc/makefile.inc svneol=native#text/plain
-rtl/win/wininc/messages.inc svneol=native#text/plain
-rtl/win/wininc/redef.inc svneol=native#text/plain
-rtl/win/wininc/struct.inc svneol=native#text/plain
-rtl/win/wininc/unidef.inc svneol=native#text/plain
-rtl/win/wininc/unidef.sed -text
-rtl/win/wininc/unifun.inc svneol=native#text/plain
-rtl/win/winres.inc svneol=native#text/plain
-rtl/win16/Makefile svneol=native#text/plain
-rtl/win16/Makefile.fpc svneol=native#text/plain
-rtl/win16/classes.pp svneol=native#text/plain
-rtl/win16/dos.pp svneol=native#text/plain
-rtl/win16/dynlibs.inc svneol=native#text/plain
-rtl/win16/glbheap.inc svneol=native#text/plain
-rtl/win16/glbheaph.inc svneol=native#text/plain
-rtl/win16/locheap.inc svneol=native#text/plain
-rtl/win16/locheaph.inc svneol=native#text/plain
-rtl/win16/ports.pp svneol=native#text/plain
-rtl/win16/prt0c.asm svneol=native#text/plain
-rtl/win16/prt0comn.asm svneol=native#text/plain
-rtl/win16/prt0h.asm svneol=native#text/plain
-rtl/win16/prt0l.asm svneol=native#text/plain
-rtl/win16/prt0m.asm svneol=native#text/plain
-rtl/win16/prt0s.asm svneol=native#text/plain
-rtl/win16/registers.inc svneol=native#text/plain
-rtl/win16/rtldefs.inc svneol=native#text/plain
-rtl/win16/sysdir.inc svneol=native#text/plain
-rtl/win16/sysdl.inc svneol=native#text/plain
-rtl/win16/sysdlh.inc svneol=native#text/plain
-rtl/win16/sysfile.inc svneol=native#text/plain
-rtl/win16/sysheap.inc svneol=native#text/plain
-rtl/win16/sysos.inc svneol=native#text/plain
-rtl/win16/sysosh.inc svneol=native#text/plain
-rtl/win16/system.pp svneol=native#text/plain
-rtl/win16/sysutils.pp svneol=native#text/plain
-rtl/win16/tthread.inc svneol=native#text/plain
-rtl/win16/win31.pp svneol=native#text/plain
-rtl/win16/winprocs.inc svneol=native#text/plain
-rtl/win16/winprocs.pp svneol=native#text/plain
-rtl/win16/winprocsh.inc svneol=native#text/plain
-rtl/win16/wintypes.inc svneol=native#text/plain
-rtl/win16/wintypes.pp svneol=native#text/plain
-rtl/win32/Makefile svneol=native#text/plain
-rtl/win32/Makefile.fpc svneol=native#text/plain
-rtl/win32/buildrtl.lpi svneol=native#text/plain
-rtl/win32/buildrtl.pp svneol=native#text/plain
-rtl/win32/classes.pp svneol=native#text/plain
-rtl/win32/initc.pp svneol=native#text/plain
-rtl/win32/objinc.inc svneol=native#text/plain
-rtl/win32/rtldefs.inc svneol=native#text/plain
-rtl/win32/seh32.inc svneol=native#text/plain
-rtl/win32/signals.pp svneol=native#text/plain
-rtl/win32/sysinit.inc svneol=native#text/plain
-rtl/win32/sysinitcyg.pp svneol=native#text/plain
-rtl/win32/sysinitgprof.pp svneol=native#text/plain
-rtl/win32/sysinitpas.pp svneol=native#text/plain
-rtl/win32/system.pp svneol=native#text/plain
-rtl/win32/windows.pp svneol=native#text/plain
-rtl/win32/winsysut.pp svneol=native#text/plain
-rtl/win64/Makefile svneol=native#text/plain
-rtl/win64/Makefile.fpc svneol=native#text/plain
-rtl/win64/buildrtl.lpi svneol=native#text/plain
-rtl/win64/buildrtl.pp svneol=native#text/plain
-rtl/win64/classes.pp svneol=native#text/plain
-rtl/win64/rtldefs.inc svneol=native#text/plain
-rtl/win64/seh64.inc svneol=native#text/plain
-rtl/win64/signals.pp svneol=native#text/plain
-rtl/win64/sysinit.pp svneol=native#text/plain
-rtl/win64/system.pp svneol=native#text/plain
-rtl/win64/windows.pp svneol=native#text/plain
-rtl/wince/Makefile svneol=native#text/plain
-rtl/wince/Makefile.fpc svneol=native#text/plain
-rtl/wince/classes.pp svneol=native#text/plain
-rtl/wince/dos.pp svneol=native#text/plain
-rtl/wince/dynlibs.inc svneol=native#text/plain
-rtl/wince/messages.pp svneol=native#text/plain
-rtl/wince/readme.txt svneol=native#text/plain
-rtl/wince/rtldefs.inc svneol=native#text/plain
-rtl/wince/sysdl.inc svneol=native#text/plain
-rtl/wince/sysdlh.inc svneol=native#text/plain
-rtl/wince/system.pp svneol=native#text/plain
-rtl/wince/sysutils.pp svneol=native#text/plain
-rtl/wince/windows.pp svneol=native#text/plain
-rtl/wince/wininc/base.inc svneol=native#text/plain
-rtl/wince/wininc/cemiss.inc svneol=native#text/plain
-rtl/wince/wininc/coredll.inc svneol=native#text/plain
-rtl/wince/wininc/defines.inc svneol=native#text/plain
-rtl/wince/wininc/errors.inc svneol=native#text/plain
-rtl/wince/wininc/makefile.inc svneol=native#text/plain
-rtl/wince/wininc/messages.inc svneol=native#text/plain
-rtl/wince/wininc/redef.inc svneol=native#text/plain
-rtl/wince/wininc/struct.inc svneol=native#text/plain
-rtl/wince/winres.inc svneol=native#text/plain
-rtl/x86_64/cpu.pp svneol=native#text/pascal
-rtl/x86_64/cpuh.inc svneol=native#text/plain
-rtl/x86_64/cpuinnr.inc svneol=native#text/plain
-rtl/x86_64/cpumminnr.inc svneol=native#text/plain
-rtl/x86_64/cpummprocs.inc svneol=native#text/plain
-rtl/x86_64/int64p.inc svneol=native#text/plain
-rtl/x86_64/makefile.cpu svneol=native#text/plain
-rtl/x86_64/math.inc svneol=native#text/plain
-rtl/x86_64/mathu.inc svneol=native#text/plain
-rtl/x86_64/ports.inc svneol=native#text/plain
-rtl/x86_64/portsh.inc svneol=native#text/plain
-rtl/x86_64/set.inc svneol=native#text/plain
-rtl/x86_64/setjump.inc svneol=native#text/plain
-rtl/x86_64/setjumph.inc svneol=native#text/plain
-rtl/x86_64/strings.inc svneol=native#text/plain
-rtl/x86_64/stringss.inc svneol=native#text/plain
-rtl/x86_64/x86_64.inc svneol=native#text/plain
-rtl/xtensa/cpuh.inc svneol=native#text/plain
-rtl/xtensa/int64p.inc svneol=native#text/plain
-rtl/xtensa/makefile.cpu svneol=native#text/plain
-rtl/xtensa/math.inc svneol=native#text/plain
-rtl/xtensa/mathu.inc svneol=native#text/plain
-rtl/xtensa/set.inc svneol=native#text/plain
-rtl/xtensa/setjump.inc svneol=native#text/plain
-rtl/xtensa/setjumph.inc svneol=native#text/plain
-rtl/xtensa/strings.inc svneol=native#text/plain
-rtl/xtensa/stringss.inc svneol=native#text/plain
-rtl/xtensa/xtensa.inc svneol=native#text/plain
-rtl/z80/cpuh.inc svneol=native#text/plain
-rtl/z80/cpuinnr.inc svneol=native#text/plain
-rtl/z80/int64p.inc svneol=native#text/plain
-rtl/z80/makefile.cpu svneol=native#text/plain
-rtl/z80/math.inc svneol=native#text/plain
-rtl/z80/ports.inc svneol=native#text/plain
-rtl/z80/portsh.inc svneol=native#text/plain
-rtl/z80/set.inc svneol=native#text/plain
-rtl/z80/setjump.inc svneol=native#text/plain
-rtl/z80/setjumph.inc svneol=native#text/plain
-rtl/z80/strings.inc svneol=native#text/plain
-rtl/z80/stringss.inc svneol=native#text/plain
-rtl/z80/z80.inc svneol=native#text/plain
-rtl/zxspectrum/Makefile svneol=native#text/plain
-rtl/zxspectrum/Makefile.fpc svneol=native#text/plain
-rtl/zxspectrum/rtldefs.inc svneol=native#text/plain
-rtl/zxspectrum/si_prc.pp svneol=native#text/plain
-rtl/zxspectrum/sysdir.inc svneol=native#text/plain
-rtl/zxspectrum/sysfile.inc svneol=native#text/plain
-rtl/zxspectrum/sysheap.inc svneol=native#text/plain
-rtl/zxspectrum/sysos.inc svneol=native#text/plain
-rtl/zxspectrum/sysosh.inc svneol=native#text/plain
-rtl/zxspectrum/system.pp svneol=native#text/plain
-tests/MPWMake -text
-tests/Makefile svneol=native#text/plain
-tests/Makefile.fpc svneol=native#text/plain
-tests/bench/bansi1.inc svneol=native#text/plain
-tests/bench/bansi1.pp svneol=native#text/plain
-tests/bench/bansi1mt.pp svneol=native#text/plain
-tests/bench/bcase.pp svneol=native#text/pascal
-tests/bench/bdiv.pp svneol=native#text/pascal
-tests/bench/bdiv_s32.inc svneol=native#text/plain
-tests/bench/bdiv_s64.inc svneol=native#text/plain
-tests/bench/bdiv_u32.inc svneol=native#text/plain
-tests/bench/bdiv_u64.inc svneol=native#text/plain
-tests/bench/blists1.inc svneol=native#text/plain
-tests/bench/blists1.pp svneol=native#text/plain
-tests/bench/bmd5.pp svneol=native#text/plain
-tests/bench/dmisc.pas svneol=native#text/plain
-tests/bench/drystone.pas svneol=native#text/plain
-tests/bench/pi.c -text
-tests/bench/pi.pp svneol=native#text/plain
-tests/bench/shootout/README.txt svneol=native#text/plain
-tests/bench/shootout/fpascal2.diff svneol=native#text/plain
-tests/bench/shootout/io/binarytrees-output.txt svneol=native#text/plain
-tests/bench/shootout/io/knucleotide-output.txt svneol=native#text/plain
-tests/bench/shootout/io/mandelbrot-output.txt -text svneol=unset#image/x-portable-bitmap
-tests/bench/shootout/io/meteor-output.txt svneol=native#text/plain
-tests/bench/shootout/io/moments.in -text
-tests/bench/shootout/io/moments.out -text
-tests/bench/shootout/io/recursive-output.txt svneol=native#text/plain
-tests/bench/shootout/io/regexdna-input.txt -text svneol=unset#application/octet-stream
-tests/bench/shootout/io/rev.out -text
-tests/bench/shootout/io/revfile.in -text
-tests/bench/shootout/io/revfile.out -text
-tests/bench/shootout/io/spectralnorm-output.txt svneol=native#text/plain
-tests/bench/shootout/io/sumcol.in -text
-tests/bench/shootout/io/sumcol.out -text
-tests/bench/shootout/io/wc.in -text
-tests/bench/shootout/io/wc.out -text
-tests/bench/shootout/io/wordfreq.in -text
-tests/bench/shootout/io/wordfreq.out -text
-tests/bench/shootout/log/ackerm.log -text
-tests/bench/shootout/log/ary3.log -text
-tests/bench/shootout/log/fibo.log -text
-tests/bench/shootout/log/hash.log -text
-tests/bench/shootout/log/heapsort.log -text
-tests/bench/shootout/log/hello.log -text
-tests/bench/shootout/log/lists.log -text
-tests/bench/shootout/log/matrix.log -text
-tests/bench/shootout/log/methcall.log -text
-tests/bench/shootout/log/moments.log -text
-tests/bench/shootout/log/nestloop.log -text
-tests/bench/shootout/log/random.log -text
-tests/bench/shootout/log/revfile.log -text
-tests/bench/shootout/log/sieve.log -text
-tests/bench/shootout/log/strcat.log -text
-tests/bench/shootout/log/sumcol.log -text
-tests/bench/shootout/log/wc.log -text
-tests/bench/shootout/obsolete/ackermann.pp svneol=native#text/plain
-tests/bench/shootout/obsolete/array.pp svneol=native#text/plain
-tests/bench/shootout/obsolete/fibo.pp svneol=native#text/plain
-tests/bench/shootout/obsolete/hash.pp svneol=native#text/plain
-tests/bench/shootout/obsolete/heapsort.pp svneol=native#text/plain
-tests/bench/shootout/obsolete/lists.pp svneol=native#text/plain
-tests/bench/shootout/obsolete/matrix.pp svneol=native#text/plain
-tests/bench/shootout/obsolete/methcall.pp svneol=native#text/plain
-tests/bench/shootout/obsolete/moments.pp svneol=native#text/plain
-tests/bench/shootout/obsolete/nestloop.pp svneol=native#text/plain
-tests/bench/shootout/obsolete/random.pp svneol=native#text/plain
-tests/bench/shootout/obsolete/revfile.pp svneol=native#text/plain
-tests/bench/shootout/obsolete/strcat.pp svneol=native#text/plain
-tests/bench/shootout/obsolete/takfp.pp svneol=native#text/plain
-tests/bench/shootout/obsolete/wc.pp svneol=native#text/plain
-tests/bench/shootout/src/bench.c -text
-tests/bench/shootout/src/binarytrees.pp svneol=native#text/plain
-tests/bench/shootout/src/chameneos.pp svneol=native#text/plain
-tests/bench/shootout/src/fannkuch.pp svneol=native#text/plain
-tests/bench/shootout/src/fasta.pp svneol=native#text/plain
-tests/bench/shootout/src/hello.pp svneol=native#text/plain
-tests/bench/shootout/src/knucleotide.lpi svneol=native#text/plain
-tests/bench/shootout/src/knucleotide.pp svneol=native#text/plain
-tests/bench/shootout/src/mandelbrot.pp svneol=native#text/plain
-tests/bench/shootout/src/message.pp svneol=native#text/plain
-tests/bench/shootout/src/meteorshower.pp svneol=native#text/plain
-tests/bench/shootout/src/n_body.pp svneol=native#text/plain
-tests/bench/shootout/src/nsieve.pp svneol=native#text/plain
-tests/bench/shootout/src/partialsums.pp svneol=native#text/plain
-tests/bench/shootout/src/recursive.lpi svneol=native#text/plain
-tests/bench/shootout/src/recursive.pp svneol=native#text/plain
-tests/bench/shootout/src/regexdna.pp svneol=native#text/plain
-tests/bench/shootout/src/simple_hash.pp svneol=native#text/plain
-tests/bench/shootout/src/spectralnorm.pp svneol=native#text/plain
-tests/bench/shootout/src/sumcol.pp svneol=native#text/plain
-tests/bench/shootout/src/thread_ring.pp svneol=native#text/plain
-tests/bench/shortbench.pp svneol=native#text/plain
-tests/bench/stream.pp svneol=native#text/plain
-tests/bench/timer.pas svneol=native#text/plain
-tests/bench/whet.pas svneol=native#text/plain
-tests/config/fpcunit-console-defaults.ini svneol=native#text/plain
-tests/dbdigest.cfg.example -text
-tests/readme.txt svneol=native#text/plain
-tests/tbf/tb0001.pp svneol=native#text/plain
-tests/tbf/tb0002.pp svneol=native#text/plain
-tests/tbf/tb0004.pp svneol=native#text/plain
-tests/tbf/tb0005.pp svneol=native#text/plain
-tests/tbf/tb0006.pp svneol=native#text/plain
-tests/tbf/tb0007.pp svneol=native#text/plain
-tests/tbf/tb0008.pp svneol=native#text/plain
-tests/tbf/tb0009.pp svneol=native#text/plain
-tests/tbf/tb0010.pp svneol=native#text/plain
-tests/tbf/tb0011.pp svneol=native#text/plain
-tests/tbf/tb0012.pp svneol=native#text/plain
-tests/tbf/tb0013.pp svneol=native#text/plain
-tests/tbf/tb0014.pp svneol=native#text/plain
-tests/tbf/tb0015.pp svneol=native#text/plain
-tests/tbf/tb0016.pp svneol=native#text/plain
-tests/tbf/tb0017.pp svneol=native#text/plain
-tests/tbf/tb0018.pp svneol=native#text/plain
-tests/tbf/tb0019.pp svneol=native#text/plain
-tests/tbf/tb0020.pp svneol=native#text/plain
-tests/tbf/tb0021.pp svneol=native#text/plain
-tests/tbf/tb0022.pp svneol=native#text/plain
-tests/tbf/tb0023.pp svneol=native#text/plain
-tests/tbf/tb0024.pp svneol=native#text/plain
-tests/tbf/tb0025.pp svneol=native#text/plain
-tests/tbf/tb0026.pp svneol=native#text/plain
-tests/tbf/tb0027.pp svneol=native#text/plain
-tests/tbf/tb0028.pp svneol=native#text/plain
-tests/tbf/tb0029.pp svneol=native#text/plain
-tests/tbf/tb0030.pp svneol=native#text/plain
-tests/tbf/tb0031.pp svneol=native#text/plain
-tests/tbf/tb0032.pp svneol=native#text/plain
-tests/tbf/tb0033.pp svneol=native#text/plain
-tests/tbf/tb0034.pp svneol=native#text/plain
-tests/tbf/tb0035.pp svneol=native#text/plain
-tests/tbf/tb0036.pp svneol=native#text/plain
-tests/tbf/tb0037.pp svneol=native#text/plain
-tests/tbf/tb0038.pp svneol=native#text/plain
-tests/tbf/tb0039.pp svneol=native#text/plain
-tests/tbf/tb0040.pp svneol=native#text/plain
-tests/tbf/tb0041.pp svneol=native#text/plain
-tests/tbf/tb0042.pp svneol=native#text/plain
-tests/tbf/tb0043.pp svneol=native#text/plain
-tests/tbf/tb0044.pp svneol=native#text/plain
-tests/tbf/tb0045.pp svneol=native#text/plain
-tests/tbf/tb0046.pp svneol=native#text/plain
-tests/tbf/tb0047.pp svneol=native#text/plain
-tests/tbf/tb0048.pp svneol=native#text/plain
-tests/tbf/tb0049.pp svneol=native#text/plain
-tests/tbf/tb0050.pp svneol=native#text/plain
-tests/tbf/tb0051.pp svneol=native#text/plain
-tests/tbf/tb0052.pp svneol=native#text/plain
-tests/tbf/tb0053.pp svneol=native#text/plain
-tests/tbf/tb0054.pp svneol=native#text/plain
-tests/tbf/tb0055.pp svneol=native#text/plain
-tests/tbf/tb0056.pp svneol=native#text/plain
-tests/tbf/tb0057.pp svneol=native#text/plain
-tests/tbf/tb0058.pp svneol=native#text/plain
-tests/tbf/tb0059.pp svneol=native#text/plain
-tests/tbf/tb0060.pp svneol=native#text/plain
-tests/tbf/tb0061.pp svneol=native#text/plain
-tests/tbf/tb0062.pp svneol=native#text/plain
-tests/tbf/tb0063.pp svneol=native#text/plain
-tests/tbf/tb0064.pp svneol=native#text/plain
-tests/tbf/tb0065.pp svneol=native#text/plain
-tests/tbf/tb0066.pp svneol=native#text/plain
-tests/tbf/tb0067.pp svneol=native#text/plain
-tests/tbf/tb0068.pp svneol=native#text/plain
-tests/tbf/tb0069.pp svneol=native#text/plain
-tests/tbf/tb0071.pp svneol=native#text/plain
-tests/tbf/tb0072.pp svneol=native#text/plain
-tests/tbf/tb0073.pp svneol=native#text/plain
-tests/tbf/tb0074.pp svneol=native#text/plain
-tests/tbf/tb0075.pp svneol=native#text/plain
-tests/tbf/tb0076.pp svneol=native#text/plain
-tests/tbf/tb0077.pp svneol=native#text/plain
-tests/tbf/tb0078.pp svneol=native#text/plain
-tests/tbf/tb0079.pp svneol=native#text/plain
-tests/tbf/tb0080.pp svneol=native#text/plain
-tests/tbf/tb0081.pp svneol=native#text/plain
-tests/tbf/tb0082.pp svneol=native#text/plain
-tests/tbf/tb0083.pp svneol=native#text/plain
-tests/tbf/tb0084.pp svneol=native#text/plain
-tests/tbf/tb0085.pp svneol=native#text/plain
-tests/tbf/tb0086.pp svneol=native#text/plain
-tests/tbf/tb0087.pp svneol=native#text/plain
-tests/tbf/tb0088.pp svneol=native#text/plain
-tests/tbf/tb0089.pp svneol=native#text/plain
-tests/tbf/tb0090.pp svneol=native#text/plain
-tests/tbf/tb0091.pp svneol=native#text/plain
-tests/tbf/tb0092.pp svneol=native#text/plain
-tests/tbf/tb0093.pp svneol=native#text/plain
-tests/tbf/tb0094.pp svneol=native#text/plain
-tests/tbf/tb0095.pp svneol=native#text/plain
-tests/tbf/tb0096.pp svneol=native#text/plain
-tests/tbf/tb0097.pp svneol=native#text/plain
-tests/tbf/tb0098.pp svneol=native#text/plain
-tests/tbf/tb0099.pp svneol=native#text/plain
-tests/tbf/tb0100.pp svneol=native#text/plain
-tests/tbf/tb0101.pp svneol=native#text/plain
-tests/tbf/tb0102.pp svneol=native#text/plain
-tests/tbf/tb0103.pp svneol=native#text/plain
-tests/tbf/tb0104.pp svneol=native#text/plain
-tests/tbf/tb0105.pp svneol=native#text/plain
-tests/tbf/tb0106.pp svneol=native#text/plain
-tests/tbf/tb0107.pp svneol=native#text/plain
-tests/tbf/tb0107a.pp svneol=native#text/plain
-tests/tbf/tb0109.pp svneol=native#text/plain
-tests/tbf/tb0110.pp svneol=native#text/plain
-tests/tbf/tb0111.pp svneol=native#text/plain
-tests/tbf/tb0112.pp svneol=native#text/plain
-tests/tbf/tb0114.pp svneol=native#text/plain
-tests/tbf/tb0115.pp svneol=native#text/plain
-tests/tbf/tb0116.pp svneol=native#text/plain
-tests/tbf/tb0117.pp svneol=native#text/plain
-tests/tbf/tb0118.pp svneol=native#text/plain
-tests/tbf/tb0119.pp svneol=native#text/plain
-tests/tbf/tb0120.pp svneol=native#text/plain
-tests/tbf/tb0121.pp svneol=native#text/plain
-tests/tbf/tb0123.pp svneol=native#text/plain
-tests/tbf/tb0124.pp svneol=native#text/plain
-tests/tbf/tb0125.pp svneol=native#text/plain
-tests/tbf/tb0126.pp svneol=native#text/plain
-tests/tbf/tb0127.pp svneol=native#text/plain
-tests/tbf/tb0128.pp svneol=native#text/plain
-tests/tbf/tb0129.pp svneol=native#text/plain
-tests/tbf/tb0131.pp svneol=native#text/plain
-tests/tbf/tb0132.pp svneol=native#text/plain
-tests/tbf/tb0133.pp svneol=native#text/plain
-tests/tbf/tb0134.pp svneol=native#text/plain
-tests/tbf/tb0135.pp svneol=native#text/plain
-tests/tbf/tb0136.pp svneol=native#text/plain
-tests/tbf/tb0137.pp svneol=native#text/plain
-tests/tbf/tb0138.pp svneol=native#text/plain
-tests/tbf/tb0139.pp svneol=native#text/plain
-tests/tbf/tb0140.pp svneol=native#text/plain
-tests/tbf/tb0141.pp svneol=native#text/plain
-tests/tbf/tb0142.pp svneol=native#text/plain
-tests/tbf/tb0143.pp svneol=native#text/plain
-tests/tbf/tb0144.pp svneol=native#text/plain
-tests/tbf/tb0145.pp svneol=native#text/plain
-tests/tbf/tb0146.pp svneol=native#text/plain
-tests/tbf/tb0147.pp svneol=native#text/plain
-tests/tbf/tb0148.pp svneol=native#text/plain
-tests/tbf/tb0149.pp svneol=native#text/plain
-tests/tbf/tb0150.pp svneol=native#text/plain
-tests/tbf/tb0152.pp svneol=native#text/plain
-tests/tbf/tb0153.pp svneol=native#text/plain
-tests/tbf/tb0154.pp svneol=native#text/plain
-tests/tbf/tb0155.pp svneol=native#text/plain
-tests/tbf/tb0155a.pp svneol=native#text/plain
-tests/tbf/tb0155b.pp svneol=native#text/plain
-tests/tbf/tb0156.pp svneol=native#text/plain
-tests/tbf/tb0157.pp svneol=native#text/plain
-tests/tbf/tb0158.pp svneol=native#text/plain
-tests/tbf/tb0159.pp svneol=native#text/plain
-tests/tbf/tb0160.pp svneol=native#text/plain
-tests/tbf/tb0161.pp svneol=native#text/plain
-tests/tbf/tb0162.pp svneol=native#text/plain
-tests/tbf/tb0163.pp svneol=native#text/plain
-tests/tbf/tb0164.pp svneol=native#text/plain
-tests/tbf/tb0165.pp svneol=native#text/plain
-tests/tbf/tb0166.pp svneol=native#text/plain
-tests/tbf/tb0167.pp svneol=native#text/plain
-tests/tbf/tb0168.pp svneol=native#text/plain
-tests/tbf/tb0169.pp svneol=native#text/plain
-tests/tbf/tb0170.pp svneol=native#text/plain
-tests/tbf/tb0171.pp svneol=native#text/plain
-tests/tbf/tb0172.pp svneol=native#text/plain
-tests/tbf/tb0173.pp svneol=native#text/plain
-tests/tbf/tb0174a.pp svneol=native#text/plain
-tests/tbf/tb0174b.pp svneol=native#text/plain
-tests/tbf/tb0174c.pp svneol=native#text/plain
-tests/tbf/tb0174d.pp svneol=native#text/plain
-tests/tbf/tb0175.pp svneol=native#text/plain
-tests/tbf/tb0176.pp svneol=native#text/plain
-tests/tbf/tb0177.pp svneol=native#text/plain
-tests/tbf/tb0178.pp svneol=native#text/plain
-tests/tbf/tb0179.pp svneol=native#text/plain
-tests/tbf/tb0180.pp svneol=native#text/plain
-tests/tbf/tb0181.pp svneol=native#text/plain
-tests/tbf/tb0182.pp svneol=native#text/plain
-tests/tbf/tb0183.pp svneol=native#text/plain
-tests/tbf/tb0184.pp svneol=native#text/plain
-tests/tbf/tb0185.pp svneol=native#text/plain
-tests/tbf/tb0186.pp svneol=native#text/plain
-tests/tbf/tb0187.pp svneol=native#text/plain
-tests/tbf/tb0189.pp svneol=native#text/plain
-tests/tbf/tb0190.pp svneol=native#text/plain
-tests/tbf/tb0191.pp svneol=native#text/plain
-tests/tbf/tb0192.pp svneol=native#text/plain
-tests/tbf/tb0193.pp svneol=native#text/plain
-tests/tbf/tb0194.pp svneol=native#text/plain
-tests/tbf/tb0195.pp svneol=native#text/plain
-tests/tbf/tb0196.pp svneol=native#text/plain
-tests/tbf/tb0197.pp svneol=native#text/plain
-tests/tbf/tb0198.pp svneol=native#text/plain
-tests/tbf/tb0199.pp svneol=native#text/plain
-tests/tbf/tb0199a.pp svneol=native#text/plain
-tests/tbf/tb0200.pp svneol=native#text/plain
-tests/tbf/tb0201.pp svneol=native#text/plain
-tests/tbf/tb0202.pp svneol=native#text/plain
-tests/tbf/tb0203.pp svneol=native#text/plain
-tests/tbf/tb0204.pp svneol=native#text/plain
-tests/tbf/tb0204a.pp svneol=native#text/plain
-tests/tbf/tb0205.pp svneol=native#text/plain
-tests/tbf/tb0206.pp svneol=native#text/plain
-tests/tbf/tb0207.pp svneol=native#text/plain
-tests/tbf/tb0208.pp svneol=native#text/plain
-tests/tbf/tb0209.pp svneol=native#text/plain
-tests/tbf/tb0210.pp svneol=native#text/plain
-tests/tbf/tb0210a.pp svneol=native#text/plain
-tests/tbf/tb0211.pp svneol=native#text/plain
-tests/tbf/tb0211a.pp svneol=native#text/plain
-tests/tbf/tb0212.pp svneol=native#text/plain
-tests/tbf/tb0213.pp svneol=native#text/plain
-tests/tbf/tb0214.pp svneol=native#text/plain
-tests/tbf/tb0214a.pp svneol=native#text/plain
-tests/tbf/tb0215.pp svneol=native#text/plain
-tests/tbf/tb0215a.pp svneol=native#text/plain
-tests/tbf/tb0215b.pp svneol=native#text/plain
-tests/tbf/tb0215c.pp svneol=native#text/plain
-tests/tbf/tb0215d.pp svneol=native#text/plain
-tests/tbf/tb0215e.pp svneol=native#text/plain
-tests/tbf/tb0216.pp svneol=native#text/plain
-tests/tbf/tb0217.pp svneol=native#text/plain
-tests/tbf/tb0218.pp svneol=native#text/plain
-tests/tbf/tb0219.pp svneol=native#text/pascal
-tests/tbf/tb0220.pp svneol=native#text/plain
-tests/tbf/tb0221.pp svneol=native#text/plain
-tests/tbf/tb0222.pp svneol=native#text/plain
-tests/tbf/tb0223.pp svneol=native#text/pascal
-tests/tbf/tb0224.pp svneol=native#text/pascal
-tests/tbf/tb0225.pp svneol=native#text/pascal
-tests/tbf/tb0226.pp svneol=native#text/pascal
-tests/tbf/tb0227.pp svneol=native#text/pascal
-tests/tbf/tb0228.pp svneol=native#text/pascal
-tests/tbf/tb0229.pp svneol=native#text/pascal
-tests/tbf/tb0230.pp svneol=native#text/pascal
-tests/tbf/tb0231.pp svneol=native#text/pascal
-tests/tbf/tb0232.pp svneol=native#text/pascal
-tests/tbf/tb0233.pp svneol=native#text/pascal
-tests/tbf/tb0234.pp svneol=native#text/pascal
-tests/tbf/tb0235.pp svneol=native#text/pascal
-tests/tbf/tb0236.pp svneol=native#text/pascal
-tests/tbf/tb0237.pp svneol=native#text/pascal
-tests/tbf/tb0238.pp svneol=native#text/pascal
-tests/tbf/tb0239.pp svneol=native#text/pascal
-tests/tbf/tb0240.pp svneol=native#text/pascal
-tests/tbf/tb0241.pp svneol=native#text/pascal
-tests/tbf/tb0242.pp svneol=native#text/pascal
-tests/tbf/tb0243.pp svneol=native#text/pascal
-tests/tbf/tb0244.pp svneol=native#text/pascal
-tests/tbf/tb0245.pp svneol=native#text/pascal
-tests/tbf/tb0246.pp svneol=native#text/pascal
-tests/tbf/tb0247.pp svneol=native#text/pascal
-tests/tbf/tb0248.pp svneol=native#text/pascal
-tests/tbf/tb0249.pp svneol=native#text/pascal
-tests/tbf/tb0250.pp svneol=native#text/pascal
-tests/tbf/tb0251.pp svneol=native#text/pascal
-tests/tbf/tb0252a.pp svneol=native#text/plain
-tests/tbf/tb0252b.pp svneol=native#text/plain
-tests/tbf/tb0252c.pp svneol=native#text/plain
-tests/tbf/tb0253.pp svneol=native#text/pascal
-tests/tbf/tb0254a.pp svneol=native#text/pascal
-tests/tbf/tb0254b.pp svneol=native#text/pascal
-tests/tbf/tb0255a.pp svneol=native#text/pascal
-tests/tbf/tb0255b.pp svneol=native#text/pascal
-tests/tbf/tb0255c.pp svneol=native#text/pascal
-tests/tbf/tb0256.pp svneol=native#text/pascal
-tests/tbf/tb0257a.pp svneol=native#text/pascal
-tests/tbf/tb0257b.pp svneol=native#text/pascal
-tests/tbf/tb0258.pp svneol=native#text/pascal
-tests/tbf/tb0259.pp svneol=native#text/plain
-tests/tbf/tb0260.pp svneol=native#text/plain
-tests/tbf/tb0261.pp svneol=native#text/pascal
-tests/tbf/tb0262.pp svneol=native#text/pascal
-tests/tbf/tb0263.pp svneol=native#text/pascal
-tests/tbf/tb0264.pp svneol=native#text/pascal
-tests/tbf/tb0265.pp svneol=native#text/pascal
-tests/tbf/tb0266a.pp svneol=native#text/pascal
-tests/tbf/tb0266b.pp svneol=native#text/pascal
-tests/tbf/tb0267.pp svneol=native#text/plain
-tests/tbf/tb0268.pp svneol=native#text/pascal
-tests/tbf/tb0269.pp svneol=native#text/pascal
-tests/tbf/tb0270.pp svneol=native#text/pascal
-tests/tbf/tb0271.pp svneol=native#text/pascal
-tests/tbf/tb0272.pp svneol=native#text/plain
-tests/tbf/tb0273.pp svneol=native#text/pascal
-tests/tbf/tb0274.pp svneol=native#text/pascal
-tests/tbf/tb0588.pp svneol=native#text/pascal
-tests/tbf/ub0115.pp svneol=native#text/plain
-tests/tbf/ub0149.pp svneol=native#text/plain
-tests/tbf/ub0158a.pp svneol=native#text/plain
-tests/tbf/ub0158b.pp svneol=native#text/plain
-tests/tbf/ub0234.pp svneol=native#text/pascal
-tests/tbf/ub0234.ub0234.pp svneol=native#text/pascal
-tests/tbs/tb0001.pp svneol=native#text/plain
-tests/tbs/tb0002.pp svneol=native#text/plain
-tests/tbs/tb0003.pp svneol=native#text/plain
-tests/tbs/tb0004.pp svneol=native#text/plain
-tests/tbs/tb0005.pp svneol=native#text/plain
-tests/tbs/tb0006.pp svneol=native#text/plain
-tests/tbs/tb0007.pp svneol=native#text/plain
-tests/tbs/tb0008.pp svneol=native#text/plain
-tests/tbs/tb0009.pp svneol=native#text/plain
-tests/tbs/tb0010.pp svneol=native#text/plain
-tests/tbs/tb0011.pp svneol=native#text/plain
-tests/tbs/tb0012.pp svneol=native#text/plain
-tests/tbs/tb0013.pp svneol=native#text/plain
-tests/tbs/tb0014.pp svneol=native#text/plain
-tests/tbs/tb0015.pp svneol=native#text/plain
-tests/tbs/tb0016.pp svneol=native#text/plain
-tests/tbs/tb0017.pp svneol=native#text/plain
-tests/tbs/tb0018.pp svneol=native#text/plain
-tests/tbs/tb0019.pp svneol=native#text/plain
-tests/tbs/tb0020.pp svneol=native#text/plain
-tests/tbs/tb0021.pp svneol=native#text/plain
-tests/tbs/tb0022.pp svneol=native#text/plain
-tests/tbs/tb0023.pp svneol=native#text/plain
-tests/tbs/tb0024.pp svneol=native#text/plain
-tests/tbs/tb0025.pp svneol=native#text/plain
-tests/tbs/tb0026.pp svneol=native#text/plain
-tests/tbs/tb0027.pp svneol=native#text/plain
-tests/tbs/tb0028.pp svneol=native#text/plain
-tests/tbs/tb0029.pp svneol=native#text/plain
-tests/tbs/tb0030.pp svneol=native#text/plain
-tests/tbs/tb0031.pp svneol=native#text/plain
-tests/tbs/tb0032.pp svneol=native#text/plain
-tests/tbs/tb0033.pp svneol=native#text/plain
-tests/tbs/tb0034.pp svneol=native#text/plain
-tests/tbs/tb0035.pp svneol=native#text/plain
-tests/tbs/tb0036.pp svneol=native#text/plain
-tests/tbs/tb0037.pp svneol=native#text/plain
-tests/tbs/tb0038.pp svneol=native#text/plain
-tests/tbs/tb0039.pp svneol=native#text/plain
-tests/tbs/tb0040.pp svneol=native#text/plain
-tests/tbs/tb0041.pp svneol=native#text/plain
-tests/tbs/tb0042.pp svneol=native#text/plain
-tests/tbs/tb0043.pp svneol=native#text/plain
-tests/tbs/tb0044.pp svneol=native#text/plain
-tests/tbs/tb0045.pp svneol=native#text/plain
-tests/tbs/tb0046.pp svneol=native#text/plain
-tests/tbs/tb0047.pp svneol=native#text/plain
-tests/tbs/tb0048.pp svneol=native#text/plain
-tests/tbs/tb0049.pp svneol=native#text/plain
-tests/tbs/tb0050.pp svneol=native#text/plain
-tests/tbs/tb0051.pp svneol=native#text/plain
-tests/tbs/tb0052.pp svneol=native#text/plain
-tests/tbs/tb0053.pp svneol=native#text/plain
-tests/tbs/tb0054.pp svneol=native#text/plain
-tests/tbs/tb0055.pp svneol=native#text/plain
-tests/tbs/tb0056.pp svneol=native#text/plain
-tests/tbs/tb0057.pp svneol=native#text/plain
-tests/tbs/tb0058.pp svneol=native#text/plain
-tests/tbs/tb0059.pp svneol=native#text/plain
-tests/tbs/tb0060.pp svneol=native#text/plain
-tests/tbs/tb0062.pp svneol=native#text/plain
-tests/tbs/tb0063.pp svneol=native#text/plain
-tests/tbs/tb0064.pp svneol=native#text/plain
-tests/tbs/tb0065.pp svneol=native#text/plain
-tests/tbs/tb0066.pp svneol=native#text/plain
-tests/tbs/tb0067.pp svneol=native#text/plain
-tests/tbs/tb0068.pp svneol=native#text/plain
-tests/tbs/tb0069.pp svneol=native#text/plain
-tests/tbs/tb0070.pp svneol=native#text/plain
-tests/tbs/tb0071.pp svneol=native#text/plain
-tests/tbs/tb0072.pp svneol=native#text/plain
-tests/tbs/tb0073.pp svneol=native#text/plain
-tests/tbs/tb0074.pp svneol=native#text/plain
-tests/tbs/tb0075.pp svneol=native#text/plain
-tests/tbs/tb0076.pp svneol=native#text/plain
-tests/tbs/tb0077.pp svneol=native#text/plain
-tests/tbs/tb0078.pp svneol=native#text/plain
-tests/tbs/tb0079.pp svneol=native#text/plain
-tests/tbs/tb0080.pp svneol=native#text/plain
-tests/tbs/tb0081.pp svneol=native#text/plain
-tests/tbs/tb0082.pp svneol=native#text/plain
-tests/tbs/tb0083.pp svneol=native#text/plain
-tests/tbs/tb0084.pp svneol=native#text/plain
-tests/tbs/tb0085.pp svneol=native#text/plain
-tests/tbs/tb0086.pp svneol=native#text/plain
-tests/tbs/tb0087.pp svneol=native#text/plain
-tests/tbs/tb0088.pp svneol=native#text/plain
-tests/tbs/tb0089.pp svneol=native#text/plain
-tests/tbs/tb0090.pp svneol=native#text/plain
-tests/tbs/tb0091.pp svneol=native#text/plain
-tests/tbs/tb0092.pp svneol=native#text/plain
-tests/tbs/tb0093.pp svneol=native#text/plain
-tests/tbs/tb0094.pp svneol=native#text/plain
-tests/tbs/tb0095.pp svneol=native#text/plain
-tests/tbs/tb0096.pp svneol=native#text/plain
-tests/tbs/tb0097.pp svneol=native#text/plain
-tests/tbs/tb0098.pp svneol=native#text/plain
-tests/tbs/tb0099.pp svneol=native#text/plain
-tests/tbs/tb0100.pp svneol=native#text/plain
-tests/tbs/tb0101.pp svneol=native#text/plain
-tests/tbs/tb0102.pp svneol=native#text/plain
-tests/tbs/tb0103.pp svneol=native#text/plain
-tests/tbs/tb0104.pp svneol=native#text/plain
-tests/tbs/tb0105.pp svneol=native#text/plain
-tests/tbs/tb0106.pp svneol=native#text/plain
-tests/tbs/tb0107.pp svneol=native#text/plain
-tests/tbs/tb0108.pp svneol=native#text/plain
-tests/tbs/tb0109.pp svneol=native#text/plain
-tests/tbs/tb0110.pp svneol=native#text/plain
-tests/tbs/tb0111.pp svneol=native#text/plain
-tests/tbs/tb0112.pp svneol=native#text/plain
-tests/tbs/tb0113.pp svneol=native#text/plain
-tests/tbs/tb0115.pp svneol=native#text/plain
-tests/tbs/tb0116.pp svneol=native#text/plain
-tests/tbs/tb0117.pp svneol=native#text/plain
-tests/tbs/tb0118.pp svneol=native#text/plain
-tests/tbs/tb0119.pp svneol=native#text/plain
-tests/tbs/tb0120.pp svneol=native#text/plain
-tests/tbs/tb0122.pp svneol=native#text/plain
-tests/tbs/tb0123.pp svneol=native#text/plain
-tests/tbs/tb0124.pp svneol=native#text/plain
-tests/tbs/tb0125.pp svneol=native#text/plain
-tests/tbs/tb0126.pp svneol=native#text/plain
-tests/tbs/tb0127.pp svneol=native#text/plain
-tests/tbs/tb0128.pp svneol=native#text/plain
-tests/tbs/tb0129.pp svneol=native#text/plain
-tests/tbs/tb0130.pp svneol=native#text/plain
-tests/tbs/tb0131.pp svneol=native#text/plain
-tests/tbs/tb0132.pp svneol=native#text/plain
-tests/tbs/tb0133.pp svneol=native#text/plain
-tests/tbs/tb0134.pp svneol=native#text/plain
-tests/tbs/tb0135.pp svneol=native#text/plain
-tests/tbs/tb0136.pp svneol=native#text/plain
-tests/tbs/tb0137.pp svneol=native#text/plain
-tests/tbs/tb0138.pp svneol=native#text/plain
-tests/tbs/tb0139.pp svneol=native#text/plain
-tests/tbs/tb0140.pp svneol=native#text/plain
-tests/tbs/tb0141.pp svneol=native#text/plain
-tests/tbs/tb0142.pp svneol=native#text/plain
-tests/tbs/tb0143.pp svneol=native#text/plain
-tests/tbs/tb0144.pp svneol=native#text/plain
-tests/tbs/tb0145.pp svneol=native#text/plain
-tests/tbs/tb0146.pp svneol=native#text/plain
-tests/tbs/tb0147.pp svneol=native#text/plain
-tests/tbs/tb0148.pp svneol=native#text/plain
-tests/tbs/tb0149.pp svneol=native#text/plain
-tests/tbs/tb0150.pp svneol=native#text/plain
-tests/tbs/tb0151.pp svneol=native#text/plain
-tests/tbs/tb0152.pp svneol=native#text/plain
-tests/tbs/tb0153.pp svneol=native#text/plain
-tests/tbs/tb0154.pp svneol=native#text/plain
-tests/tbs/tb0155.pp svneol=native#text/plain
-tests/tbs/tb0156.pp svneol=native#text/plain
-tests/tbs/tb0157.pp svneol=native#text/plain
-tests/tbs/tb0158.pp svneol=native#text/plain
-tests/tbs/tb0159.pp svneol=native#text/plain
-tests/tbs/tb0160.pp svneol=native#text/plain
-tests/tbs/tb0161.pp svneol=native#text/plain
-tests/tbs/tb0162.pp svneol=native#text/plain
-tests/tbs/tb0163.pp svneol=native#text/plain
-tests/tbs/tb0164.pp svneol=native#text/plain
-tests/tbs/tb0165.pp svneol=native#text/plain
-tests/tbs/tb0166.pp svneol=native#text/plain
-tests/tbs/tb0167.pp svneol=native#text/plain
-tests/tbs/tb0168.pp svneol=native#text/plain
-tests/tbs/tb0169.pp svneol=native#text/plain
-tests/tbs/tb0170.pp svneol=native#text/plain
-tests/tbs/tb0172.pp svneol=native#text/plain
-tests/tbs/tb0172a.pp svneol=native#text/plain
-tests/tbs/tb0173.pp svneol=native#text/plain
-tests/tbs/tb0174.pp svneol=native#text/plain
-tests/tbs/tb0175.pp svneol=native#text/plain
-tests/tbs/tb0176.pp svneol=native#text/plain
-tests/tbs/tb0177.pp svneol=native#text/plain
-tests/tbs/tb0178.pp svneol=native#text/plain
-tests/tbs/tb0179.pp svneol=native#text/plain
-tests/tbs/tb0181.pp svneol=native#text/plain
-tests/tbs/tb0182.pp svneol=native#text/plain
-tests/tbs/tb0183.pp svneol=native#text/plain
-tests/tbs/tb0184.pp svneol=native#text/plain
-tests/tbs/tb0185.pp svneol=native#text/plain
-tests/tbs/tb0186.pp svneol=native#text/plain
-tests/tbs/tb0187.pp svneol=native#text/plain
-tests/tbs/tb0188.pp svneol=native#text/plain
-tests/tbs/tb0188a.pp svneol=native#text/plain
-tests/tbs/tb0189.pp svneol=native#text/plain
-tests/tbs/tb0190.pp svneol=native#text/plain
-tests/tbs/tb0191.pp svneol=native#text/plain
-tests/tbs/tb0192.pp svneol=native#text/plain
-tests/tbs/tb0193.pp svneol=native#text/plain
-tests/tbs/tb0194.pp svneol=native#text/plain
-tests/tbs/tb0195.pp svneol=native#text/plain
-tests/tbs/tb0196.pp svneol=native#text/plain
-tests/tbs/tb0197.pp svneol=native#text/plain
-tests/tbs/tb0198.pp svneol=native#text/plain
-tests/tbs/tb0199.pp svneol=native#text/plain
-tests/tbs/tb0200.pp svneol=native#text/plain
-tests/tbs/tb0201.pp svneol=native#text/plain
-tests/tbs/tb0202.pp svneol=native#text/plain
-tests/tbs/tb0203.pp svneol=native#text/plain
-tests/tbs/tb0204.pp svneol=native#text/plain
-tests/tbs/tb0205.pp svneol=native#text/plain
-tests/tbs/tb0207.pp svneol=native#text/plain
-tests/tbs/tb0208.pp svneol=native#text/plain
-tests/tbs/tb0209.pp svneol=native#text/plain
-tests/tbs/tb0210.pp svneol=native#text/plain
-tests/tbs/tb0211.pp svneol=native#text/plain
-tests/tbs/tb0212.pp svneol=native#text/plain
-tests/tbs/tb0213.pp svneol=native#text/plain
-tests/tbs/tb0214.pp svneol=native#text/plain
-tests/tbs/tb0215.pp svneol=native#text/plain
-tests/tbs/tb0216.pp svneol=native#text/plain
-tests/tbs/tb0217.pp svneol=native#text/plain
-tests/tbs/tb0218.pp svneol=native#text/plain
-tests/tbs/tb0219.pp svneol=native#text/plain
-tests/tbs/tb0219a.pp svneol=native#text/plain
-tests/tbs/tb0220.pp svneol=native#text/plain
-tests/tbs/tb0221.pp svneol=native#text/plain
-tests/tbs/tb0222.pp svneol=native#text/plain
-tests/tbs/tb0224.pp svneol=native#text/plain
-tests/tbs/tb0225.pp svneol=native#text/plain
-tests/tbs/tb0226.pp svneol=native#text/plain
-tests/tbs/tb0227.pp svneol=native#text/plain
-tests/tbs/tb0228.pp svneol=native#text/plain
-tests/tbs/tb0229.pp svneol=native#text/plain
-tests/tbs/tb0230.pp svneol=native#text/plain
-tests/tbs/tb0231.pp svneol=native#text/plain
-tests/tbs/tb0232.pp svneol=native#text/plain
-tests/tbs/tb0233.pp svneol=native#text/plain
-tests/tbs/tb0234.pp svneol=native#text/plain
-tests/tbs/tb0235.pp svneol=native#text/plain
-tests/tbs/tb0236.pp svneol=native#text/plain
-tests/tbs/tb0237.pp svneol=native#text/plain
-tests/tbs/tb0238.pp svneol=native#text/plain
-tests/tbs/tb0239.pp svneol=native#text/plain
-tests/tbs/tb0240.pp svneol=native#text/plain
-tests/tbs/tb0241.pp svneol=native#text/plain
-tests/tbs/tb0241b.pp svneol=native#text/plain
-tests/tbs/tb0242.pp svneol=native#text/plain
-tests/tbs/tb0243.pp svneol=native#text/plain
-tests/tbs/tb0244.pp svneol=native#text/plain
-tests/tbs/tb0245.pp svneol=native#text/plain
-tests/tbs/tb0246.pp svneol=native#text/plain
-tests/tbs/tb0247.pp svneol=native#text/plain
-tests/tbs/tb0248.pp svneol=native#text/plain
-tests/tbs/tb0249.pp svneol=native#text/plain
-tests/tbs/tb0250.pp svneol=native#text/plain
-tests/tbs/tb0251.pp svneol=native#text/plain
-tests/tbs/tb0252.pp svneol=native#text/plain
-tests/tbs/tb0254.pp svneol=native#text/plain
-tests/tbs/tb0255.pp svneol=native#text/plain
-tests/tbs/tb0256.pp svneol=native#text/plain
-tests/tbs/tb0257.pp svneol=native#text/plain
-tests/tbs/tb0258.pp svneol=native#text/plain
-tests/tbs/tb0259.pp svneol=native#text/plain
-tests/tbs/tb0260.pp svneol=native#text/plain
-tests/tbs/tb0261.pp svneol=native#text/plain
-tests/tbs/tb0262.pp svneol=native#text/plain
-tests/tbs/tb0263.pp svneol=native#text/plain
-tests/tbs/tb0264.pp svneol=native#text/plain
-tests/tbs/tb0265.pp svneol=native#text/plain
-tests/tbs/tb0267.pp svneol=native#text/plain
-tests/tbs/tb0268.pp svneol=native#text/plain
-tests/tbs/tb0269.pp svneol=native#text/plain
-tests/tbs/tb0270.pp svneol=native#text/plain
-tests/tbs/tb0271.pp svneol=native#text/plain
-tests/tbs/tb0272.pp svneol=native#text/plain
-tests/tbs/tb0273.pp svneol=native#text/plain
-tests/tbs/tb0274.pp svneol=native#text/plain
-tests/tbs/tb0275.pp svneol=native#text/plain
-tests/tbs/tb0276.pp svneol=native#text/plain
-tests/tbs/tb0277.pp svneol=native#text/plain
-tests/tbs/tb0278.pp svneol=native#text/plain
-tests/tbs/tb0279.pp svneol=native#text/plain
-tests/tbs/tb0280.pp svneol=native#text/plain
-tests/tbs/tb0281.pp svneol=native#text/plain
-tests/tbs/tb0282.pp svneol=native#text/plain
-tests/tbs/tb0283.pp svneol=native#text/plain
-tests/tbs/tb0284.pp svneol=native#text/plain
-tests/tbs/tb0285.pp svneol=native#text/plain
-tests/tbs/tb0286.pp svneol=native#text/plain
-tests/tbs/tb0287.pp svneol=native#text/plain
-tests/tbs/tb0288.pp svneol=native#text/plain
-tests/tbs/tb0289.pp svneol=native#text/plain
-tests/tbs/tb0290.pp svneol=native#text/plain
-tests/tbs/tb0292.pp svneol=native#text/plain
-tests/tbs/tb0293.pp svneol=native#text/plain
-tests/tbs/tb0294.pp svneol=native#text/plain
-tests/tbs/tb0295.pp svneol=native#text/plain
-tests/tbs/tb0296.pp svneol=native#text/plain
-tests/tbs/tb0298.pp svneol=native#text/plain
-tests/tbs/tb0299.pp svneol=native#text/plain
-tests/tbs/tb0300.pp svneol=native#text/plain
-tests/tbs/tb0301.pp svneol=native#text/plain
-tests/tbs/tb0302.pp svneol=native#text/plain
-tests/tbs/tb0303.pp svneol=native#text/plain
-tests/tbs/tb0304.pp svneol=native#text/plain
-tests/tbs/tb0305.pp svneol=native#text/plain
-tests/tbs/tb0306.pp svneol=native#text/plain
-tests/tbs/tb0308.pp svneol=native#text/plain
-tests/tbs/tb0309.pp svneol=native#text/plain
-tests/tbs/tb0310.pp svneol=native#text/plain
-tests/tbs/tb0311.pp svneol=native#text/plain
-tests/tbs/tb0312.pp svneol=native#text/plain
-tests/tbs/tb0313.pp svneol=native#text/plain
-tests/tbs/tb0314.pp svneol=native#text/plain
-tests/tbs/tb0315.pp svneol=native#text/plain
-tests/tbs/tb0316.pp svneol=native#text/plain
-tests/tbs/tb0317.pp svneol=native#text/plain
-tests/tbs/tb0318.pp svneol=native#text/plain
-tests/tbs/tb0319.pp svneol=native#text/plain
-tests/tbs/tb0320.pp svneol=native#text/plain
-tests/tbs/tb0321.pp svneol=native#text/plain
-tests/tbs/tb0322.pp svneol=native#text/plain
-tests/tbs/tb0323.pp svneol=native#text/plain
-tests/tbs/tb0324.pp svneol=native#text/plain
-tests/tbs/tb0325.pp svneol=native#text/plain
-tests/tbs/tb0326.pp svneol=native#text/plain
-tests/tbs/tb0327.pp svneol=native#text/plain
-tests/tbs/tb0328.pp svneol=native#text/plain
-tests/tbs/tb0329.pp svneol=native#text/plain
-tests/tbs/tb0331.pp svneol=native#text/plain
-tests/tbs/tb0332.pp svneol=native#text/plain
-tests/tbs/tb0333.pp svneol=native#text/plain
-tests/tbs/tb0334.pp svneol=native#text/plain
-tests/tbs/tb0335.pp svneol=native#text/plain
-tests/tbs/tb0336.pp svneol=native#text/plain
-tests/tbs/tb0337.pp svneol=native#text/plain
-tests/tbs/tb0338.pp svneol=native#text/plain
-tests/tbs/tb0339.pp svneol=native#text/plain
-tests/tbs/tb0340.pp svneol=native#text/plain
-tests/tbs/tb0341.pp svneol=native#text/plain
-tests/tbs/tb0342.pp svneol=native#text/plain
-tests/tbs/tb0343.pp svneol=native#text/plain
-tests/tbs/tb0344.pp svneol=native#text/plain
-tests/tbs/tb0345.pp svneol=native#text/plain
-tests/tbs/tb0346.pp svneol=native#text/plain
-tests/tbs/tb0347.pp svneol=native#text/plain
-tests/tbs/tb0348.pp svneol=native#text/plain
-tests/tbs/tb0349.pp svneol=native#text/plain
-tests/tbs/tb0350.pp svneol=native#text/plain
-tests/tbs/tb0351.pp svneol=native#text/plain
-tests/tbs/tb0352.pp svneol=native#text/plain
-tests/tbs/tb0353.pp svneol=native#text/plain
-tests/tbs/tb0354.pp svneol=native#text/plain
-tests/tbs/tb0355.pp svneol=native#text/plain
-tests/tbs/tb0356.pp svneol=native#text/plain
-tests/tbs/tb0357.pp svneol=native#text/plain
-tests/tbs/tb0358.pp svneol=native#text/plain
-tests/tbs/tb0359.pp svneol=native#text/plain
-tests/tbs/tb0360.pp svneol=native#text/plain
-tests/tbs/tb0361.pp svneol=native#text/plain
-tests/tbs/tb0362.pp svneol=native#text/plain
-tests/tbs/tb0363.pp svneol=native#text/plain
-tests/tbs/tb0364.pp svneol=native#text/plain
-tests/tbs/tb0365.pp svneol=native#text/plain
-tests/tbs/tb0366.pp svneol=native#text/plain
-tests/tbs/tb0367.pp svneol=native#text/plain
-tests/tbs/tb0368.pp svneol=native#text/plain
-tests/tbs/tb0369.pp svneol=native#text/plain
-tests/tbs/tb0370.pp svneol=native#text/plain
-tests/tbs/tb0371.pp svneol=native#text/plain
-tests/tbs/tb0372.pp svneol=native#text/plain
-tests/tbs/tb0373.pp svneol=native#text/plain
-tests/tbs/tb0374.pp svneol=native#text/plain
-tests/tbs/tb0375.pp svneol=native#text/plain
-tests/tbs/tb0376.pp svneol=native#text/plain
-tests/tbs/tb0377.pp svneol=native#text/plain
-tests/tbs/tb0378.pp svneol=native#text/plain
-tests/tbs/tb0380.pp svneol=native#text/plain
-tests/tbs/tb0381.pp svneol=native#text/plain
-tests/tbs/tb0382.pp svneol=native#text/plain
-tests/tbs/tb0383.pp svneol=native#text/plain
-tests/tbs/tb0384.pp svneol=native#text/plain
-tests/tbs/tb0385.pp svneol=native#text/plain
-tests/tbs/tb0386.pp svneol=native#text/plain
-tests/tbs/tb0387.pp svneol=native#text/plain
-tests/tbs/tb0388.pp svneol=native#text/plain
-tests/tbs/tb0389.pp svneol=native#text/plain
-tests/tbs/tb0390.pp svneol=native#text/plain
-tests/tbs/tb0391.pp svneol=native#text/plain
-tests/tbs/tb0392.pp svneol=native#text/plain
-tests/tbs/tb0393.pp svneol=native#text/plain
-tests/tbs/tb0394.pp svneol=native#text/plain
-tests/tbs/tb0396.pp svneol=native#text/plain
-tests/tbs/tb0397.pp svneol=native#text/plain
-tests/tbs/tb0398.pp svneol=native#text/plain
-tests/tbs/tb0399.pp svneol=native#text/plain
-tests/tbs/tb0400.pp svneol=native#text/plain
-tests/tbs/tb0401.pp svneol=native#text/plain
-tests/tbs/tb0402.pp svneol=native#text/plain
-tests/tbs/tb0403.pp svneol=native#text/plain
-tests/tbs/tb0404.pp svneol=native#text/plain
-tests/tbs/tb0405.pp svneol=native#text/plain
-tests/tbs/tb0406.pp svneol=native#text/plain
-tests/tbs/tb0407.pp svneol=native#text/plain
-tests/tbs/tb0408.pp svneol=native#text/plain
-tests/tbs/tb0409.pp svneol=native#text/plain
-tests/tbs/tb0410.pp svneol=native#text/plain
-tests/tbs/tb0411.pp svneol=native#text/plain
-tests/tbs/tb0412.pp svneol=native#text/plain
-tests/tbs/tb0413.pp svneol=native#text/plain
-tests/tbs/tb0414.pp svneol=native#text/plain
-tests/tbs/tb0415.pp svneol=native#text/plain
-tests/tbs/tb0416.pp svneol=native#text/plain
-tests/tbs/tb0417.pp svneol=native#text/plain
-tests/tbs/tb0418.pp svneol=native#text/plain
-tests/tbs/tb0419.pp svneol=native#text/plain
-tests/tbs/tb0420.pp svneol=native#text/plain
-tests/tbs/tb0421.pp svneol=native#text/plain
-tests/tbs/tb0422.pp svneol=native#text/plain
-tests/tbs/tb0423.pp svneol=native#text/plain
-tests/tbs/tb0424.pp svneol=native#text/plain
-tests/tbs/tb0425.pp svneol=native#text/plain
-tests/tbs/tb0426.pp svneol=native#text/plain
-tests/tbs/tb0427.pp svneol=native#text/plain
-tests/tbs/tb0428.pp svneol=native#text/plain
-tests/tbs/tb0429.pp svneol=native#text/plain
-tests/tbs/tb0430.pp svneol=native#text/plain
-tests/tbs/tb0431.pp svneol=native#text/plain
-tests/tbs/tb0432.pp svneol=native#text/plain
-tests/tbs/tb0433.pp svneol=native#text/plain
-tests/tbs/tb0433a.pp svneol=native#text/plain
-tests/tbs/tb0433b.pp svneol=native#text/plain
-tests/tbs/tb0434.pp svneol=native#text/plain
-tests/tbs/tb0435.pp svneol=native#text/plain
-tests/tbs/tb0436.pp svneol=native#text/plain
-tests/tbs/tb0437.pp svneol=native#text/plain
-tests/tbs/tb0438.pp svneol=native#text/plain
-tests/tbs/tb0439.pp svneol=native#text/plain
-tests/tbs/tb0440.pp svneol=native#text/plain
-tests/tbs/tb0441.pp svneol=native#text/plain
-tests/tbs/tb0442.pp svneol=native#text/plain
-tests/tbs/tb0443.pp svneol=native#text/plain
-tests/tbs/tb0444.pp svneol=native#text/plain
-tests/tbs/tb0445.pp svneol=native#text/plain
-tests/tbs/tb0446.pp svneol=native#text/plain
-tests/tbs/tb0447.pp svneol=native#text/plain
-tests/tbs/tb0447a.pp svneol=native#text/plain
-tests/tbs/tb0448.pp svneol=native#text/plain
-tests/tbs/tb0449.pp svneol=native#text/plain
-tests/tbs/tb0450.pp svneol=native#text/plain
-tests/tbs/tb0451.pp svneol=native#text/plain
-tests/tbs/tb0453.pp svneol=native#text/plain
-tests/tbs/tb0454.pp svneol=native#text/plain
-tests/tbs/tb0455.pp svneol=native#text/plain
-tests/tbs/tb0456.pp svneol=native#text/plain
-tests/tbs/tb0457.pp svneol=native#text/plain
-tests/tbs/tb0458.pp svneol=native#text/plain
-tests/tbs/tb0459.pp svneol=native#text/plain
-tests/tbs/tb0460.pp svneol=native#text/plain
-tests/tbs/tb0461.pp svneol=native#text/plain
-tests/tbs/tb0462.pp svneol=native#text/plain
-tests/tbs/tb0464.pp svneol=native#text/plain
-tests/tbs/tb0465.pp svneol=native#text/plain
-tests/tbs/tb0466.pp svneol=native#text/plain
-tests/tbs/tb0467.pp svneol=native#text/plain
-tests/tbs/tb0468.pp svneol=native#text/plain
-tests/tbs/tb0468a.pas svneol=native#text/plain
-tests/tbs/tb0468a.pp svneol=native#text/plain
-tests/tbs/tb0469.pp svneol=native#text/plain
-tests/tbs/tb0470.pp svneol=native#text/plain
-tests/tbs/tb0471.pp svneol=native#text/plain
-tests/tbs/tb0472.pp svneol=native#text/plain
-tests/tbs/tb0473.pp svneol=native#text/plain
-tests/tbs/tb0475.pp svneol=native#text/plain
-tests/tbs/tb0476.pp svneol=native#text/plain
-tests/tbs/tb0477.pp svneol=native#text/plain
-tests/tbs/tb0478.pp svneol=native#text/plain
-tests/tbs/tb0479.pp svneol=native#text/plain
-tests/tbs/tb0480.pp svneol=native#text/plain
-tests/tbs/tb0481.pp svneol=native#text/plain
-tests/tbs/tb0482.pp svneol=native#text/plain
-tests/tbs/tb0483.pp svneol=native#text/plain
-tests/tbs/tb0483u.pp svneol=native#text/plain
-tests/tbs/tb0484.pp svneol=native#text/plain
-tests/tbs/tb0485.pp svneol=native#text/plain
-tests/tbs/tb0486.pp svneol=native#text/plain
-tests/tbs/tb0487.pp svneol=native#text/plain
-tests/tbs/tb0488a.pp svneol=native#text/plain
-tests/tbs/tb0488b.pp svneol=native#text/plain
-tests/tbs/tb0489.pp svneol=native#text/plain
-tests/tbs/tb0490.pp svneol=native#text/plain
-tests/tbs/tb0491.pp svneol=native#text/plain
-tests/tbs/tb0492.pp svneol=native#text/plain
-tests/tbs/tb0493.pp svneol=native#text/plain
-tests/tbs/tb0494.pp svneol=native#text/plain
-tests/tbs/tb0495.pp svneol=native#text/plain
-tests/tbs/tb0496.pp svneol=native#text/plain
-tests/tbs/tb0497a.pp svneol=native#text/plain
-tests/tbs/tb0497b.pp svneol=native#text/plain
-tests/tbs/tb0497c.pp svneol=native#text/plain
-tests/tbs/tb0498.pp svneol=native#text/plain
-tests/tbs/tb0499.pp svneol=native#text/plain
-tests/tbs/tb0500.pp svneol=native#text/plain
-tests/tbs/tb0501.pp svneol=native#text/plain
-tests/tbs/tb0502.pp svneol=native#text/plain
-tests/tbs/tb0503.pp svneol=native#text/plain
-tests/tbs/tb0504.pp svneol=native#text/plain
-tests/tbs/tb0505.pp svneol=native#text/plain
-tests/tbs/tb0506.pp svneol=native#text/plain
-tests/tbs/tb0507.pp svneol=native#text/plain
-tests/tbs/tb0508.pp svneol=native#text/plain
-tests/tbs/tb0509.pp svneol=native#text/plain
-tests/tbs/tb0510.pp svneol=native#text/plain
-tests/tbs/tb0511.pp svneol=native#text/plain
-tests/tbs/tb0512.pp svneol=native#text/plain
-tests/tbs/tb0513.pp svneol=native#text/plain
-tests/tbs/tb0514.pp svneol=native#text/plain
-tests/tbs/tb0515.pp svneol=native#text/plain
-tests/tbs/tb0516.pp svneol=native#text/plain
-tests/tbs/tb0517.pp svneol=native#text/plain
-tests/tbs/tb0518.pp svneol=native#text/plain
-tests/tbs/tb0519.pp svneol=native#text/plain
-tests/tbs/tb0520.pp svneol=native#text/plain
-tests/tbs/tb0521.pp svneol=native#text/plain
-tests/tbs/tb0522.pp svneol=native#text/plain
-tests/tbs/tb0523.pp svneol=native#text/plain
-tests/tbs/tb0524.pp svneol=native#text/plain
-tests/tbs/tb0525.pp svneol=native#text/plain
-tests/tbs/tb0526.pp svneol=native#text/plain
-tests/tbs/tb0527.pp svneol=native#text/plain
-tests/tbs/tb0528.pp svneol=native#text/plain
-tests/tbs/tb0529.pp svneol=native#text/plain
-tests/tbs/tb0530.pp svneol=native#text/plain
-tests/tbs/tb0531.pp svneol=native#text/plain
-tests/tbs/tb0532.pp svneol=native#text/plain
-tests/tbs/tb0533.pp svneol=native#text/plain
-tests/tbs/tb0534.pp svneol=native#text/plain
-tests/tbs/tb0535.pp svneol=native#text/plain
-tests/tbs/tb0536.pp svneol=native#text/plain
-tests/tbs/tb0537.pp svneol=native#text/plain
-tests/tbs/tb0538.pp svneol=native#text/plain
-tests/tbs/tb0539.pp svneol=native#text/plain
-tests/tbs/tb0540.pp svneol=native#text/plain
-tests/tbs/tb0541.pp svneol=native#text/plain
-tests/tbs/tb0542.pp svneol=native#text/plain
-tests/tbs/tb0543.pp svneol=native#text/plain
-tests/tbs/tb0544.pp svneol=native#text/plain
-tests/tbs/tb0545.pp svneol=native#text/plain
-tests/tbs/tb0546.pp svneol=native#text/plain
-tests/tbs/tb0547.pp svneol=native#text/plain
-tests/tbs/tb0548.pp svneol=native#text/plain
-tests/tbs/tb0548a.pp svneol=native#text/plain
-tests/tbs/tb0549.pp svneol=native#text/plain
-tests/tbs/tb0550.pp svneol=native#text/plain
-tests/tbs/tb0550a.pp svneol=native#text/plain
-tests/tbs/tb0550b.pp svneol=native#text/plain
-tests/tbs/tb0551.pp svneol=native#text/plain
-tests/tbs/tb0552.pp svneol=native#text/plain
-tests/tbs/tb0553.pp svneol=native#text/plain
-tests/tbs/tb0554.pp svneol=native#text/plain
-tests/tbs/tb0555.pp svneol=native#text/plain
-tests/tbs/tb0556.pp svneol=native#text/plain
-tests/tbs/tb0557.pp svneol=native#text/plain
-tests/tbs/tb0558.pp svneol=native#text/plain
-tests/tbs/tb0559.pp svneol=native#text/plain
-tests/tbs/tb0560.pp svneol=native#text/plain
-tests/tbs/tb0561a.pp svneol=native#text/plain
-tests/tbs/tb0561b.pp svneol=native#text/plain
-tests/tbs/tb0564.pp svneol=native#text/plain
-tests/tbs/tb0565.pp svneol=native#text/plain
-tests/tbs/tb0566.pp svneol=native#text/plain
-tests/tbs/tb0567.pp svneol=native#text/plain
-tests/tbs/tb0568.pp svneol=native#text/plain
-tests/tbs/tb0569.pp svneol=native#text/pascal
-tests/tbs/tb0570.pp svneol=native#text/plain
-tests/tbs/tb0571.pas svneol=native#text/plain
-tests/tbs/tb0571.pp svneol=native#text/plain
-tests/tbs/tb0572.pp svneol=native#text/plain
-tests/tbs/tb0573.pp svneol=native#text/plain
-tests/tbs/tb0574.pp svneol=native#text/pascal
-tests/tbs/tb0575.pp svneol=native#text/plain
-tests/tbs/tb0576.pp svneol=native#text/plain
-tests/tbs/tb0577.pp svneol=native#text/plain
-tests/tbs/tb0577a.pp svneol=native#text/plain
-tests/tbs/tb0578.pp svneol=native#text/pascal
-tests/tbs/tb0579.pp svneol=native#text/pascal
-tests/tbs/tb0580.pp svneol=native#text/pascal
-tests/tbs/tb0581.pp svneol=native#text/plain
-tests/tbs/tb0582.pp svneol=native#text/pascal
-tests/tbs/tb0583.pp svneol=native#text/plain
-tests/tbs/tb0583a.pp svneol=native#text/plain
-tests/tbs/tb0584.pp svneol=native#text/pascal
-tests/tbs/tb0585.pp svneol=native#text/pascal
-tests/tbs/tb0586.pp svneol=native#text/pascal
-tests/tbs/tb0587.pp svneol=native#text/plain
-tests/tbs/tb0589.pp svneol=native#text/pascal
-tests/tbs/tb0590.pp svneol=native#text/pascal
-tests/tbs/tb0591.pp svneol=native#text/pascal
-tests/tbs/tb0592.pp svneol=native#text/plain
-tests/tbs/tb0593.pp svneol=native#text/pascal
-tests/tbs/tb0594.pp svneol=native#text/plain
-tests/tbs/tb0595.pp svneol=native#text/plain
-tests/tbs/tb0596.pp svneol=native#text/pascal
-tests/tbs/tb0597.pp svneol=native#text/plain
-tests/tbs/tb0598.pp svneol=native#text/plain
-tests/tbs/tb0599.pp svneol=native#text/plain
-tests/tbs/tb0600.pp svneol=native#text/plain
-tests/tbs/tb0601.pp svneol=native#text/pascal
-tests/tbs/tb0602.pp svneol=native#text/plain
-tests/tbs/tb0603.pp svneol=native#text/pascal
-tests/tbs/tb0604.pp svneol=native#text/pascal
-tests/tbs/tb0605.pp svneol=native#text/pascal
-tests/tbs/tb0606.pp svneol=native#text/pascal
-tests/tbs/tb0607.pp svneol=native#text/plain
-tests/tbs/tb0608.pp svneol=native#text/pascal
-tests/tbs/tb0609.pp svneol=native#text/plain
-tests/tbs/tb0610.pp svneol=native#text/pascal
-tests/tbs/tb0611.pp svneol=native#text/pascal
-tests/tbs/tb0612.pp svneol=native#text/pascal
-tests/tbs/tb0613.pp svneol=native#text/pascal
-tests/tbs/tb0614.pp svneol=native#text/pascal
-tests/tbs/tb0615.pp svneol=native#text/pascal
-tests/tbs/tb0616.pp svneol=native#text/pascal
-tests/tbs/tb0617.pp svneol=native#text/pascal
-tests/tbs/tb0618.pp svneol=native#text/plain
-tests/tbs/tb0619.pp svneol=native#text/pascal
-tests/tbs/tb0620.pp svneol=native#text/pascal
-tests/tbs/tb0621.pp svneol=native#text/plain
-tests/tbs/tb0622.pp svneol=native#text/plain
-tests/tbs/tb0623.pp svneol=native#text/pascal
-tests/tbs/tb0624.pp svneol=native#text/pascal
-tests/tbs/tb0625.pp svneol=native#text/pascal
-tests/tbs/tb0626.pp svneol=native#text/pascal
-tests/tbs/tb0627.pp svneol=native#text/pascal
-tests/tbs/tb0627a.pp svneol=native#text/pascal
-tests/tbs/tb0627b.pp svneol=native#text/pascal
-tests/tbs/tb0628.pp svneol=native#text/pascal
-tests/tbs/tb0629.pp svneol=native#text/pascal
-tests/tbs/tb0630.pp svneol=native#text/pascal
-tests/tbs/tb0631.pp svneol=native#text/pascal
-tests/tbs/tb0632.pp svneol=native#text/pascal
-tests/tbs/tb0633.pp svneol=native#text/pascal
-tests/tbs/tb0634.pp svneol=native#text/pascal
-tests/tbs/tb0635.pp svneol=native#text/pascal
-tests/tbs/tb0636.pp svneol=native#text/pascal
-tests/tbs/tb0637.pp svneol=native#text/pascal
-tests/tbs/tb0638.pp svneol=native#text/pascal
-tests/tbs/tb0639.pp svneol=native#text/pascal
-tests/tbs/tb0641.pp svneol=native#text/pascal
-tests/tbs/tb0642.pp svneol=native#text/pascal
-tests/tbs/tb0643.pp svneol=native#text/pascal
-tests/tbs/tb0644.pp svneol=native#text/pascal
-tests/tbs/tb0645a.pp svneol=native#text/pascal
-tests/tbs/tb0645b.pp svneol=native#text/pascal
-tests/tbs/tb0645c.pp svneol=native#text/pascal
-tests/tbs/tb0646a.pp svneol=native#text/pascal
-tests/tbs/tb0646b.pp svneol=native#text/pascal
-tests/tbs/tb0648.pp svneol=native#text/pascal
-tests/tbs/tb0649.pp -text svneol=native#text/pascal
-tests/tbs/tb0650.pp svneol=native#text/pascal
-tests/tbs/tb0651.pp svneol=native#text/pascal
-tests/tbs/tb0652.pp svneol=native#text/pascal
-tests/tbs/tb0653.pp svneol=native#text/plain
-tests/tbs/tb0654.pp svneol=native#text/plain
-tests/tbs/tb0655.pp svneol=native#text/pascal
-tests/tbs/tb0656.pp svneol=native#text/pascal
-tests/tbs/tb0657.pp svneol=native#text/pascal
-tests/tbs/tb0658.pp svneol=native#text/plain
-tests/tbs/tb0659a.pp svneol=native#text/pascal
-tests/tbs/tb0659b.pp svneol=native#text/pascal
-tests/tbs/tb0659c.pp svneol=native#text/pascal
-tests/tbs/tb0659d.pp svneol=native#text/pascal
-tests/tbs/tb0659e.pp svneol=native#text/pascal
-tests/tbs/tb0659f.pp svneol=native#text/pascal
-tests/tbs/tb0659g.pp svneol=native#text/pascal
-tests/tbs/tb0660.pp svneol=native#text/pascal
-tests/tbs/tb0661.pp svneol=native#text/plain
-tests/tbs/tb0662.pp svneol=native#text/pascal
-tests/tbs/tb0663.pp svneol=native#text/plain
-tests/tbs/tb0664.pp svneol=native#text/pascal
-tests/tbs/tb0665.pp svneol=native#text/pascal
-tests/tbs/tb0666a.pp svneol=native#text/pascal
-tests/tbs/tb0666b.pp svneol=native#text/pascal
-tests/tbs/tb0667.pp svneol=native#text/pascal
-tests/tbs/tb0668a.pp svneol=native#text/pascal
-tests/tbs/tb0668b.pp svneol=native#text/pascal
-tests/tbs/tb0669.pp svneol=native#text/pascal
-tests/tbs/tb0670.pp svneol=native#text/pascal
-tests/tbs/tb0671.pp svneol=native#text/pascal
-tests/tbs/tb0672.pp svneol=native#text/pascal
-tests/tbs/tb0673.pp svneol=native#text/pascal
-tests/tbs/tb0674.pp svneol=native#text/pascal
-tests/tbs/tb0675.pp svneol=native#text/pascal
-tests/tbs/tb0676.pp svneol=native#text/pascal
-tests/tbs/tb0676a.pp svneol=native#text/plain
-tests/tbs/tb0677.pp svneol=native#text/pascal
-tests/tbs/tb0678.pp svneol=native#text/pascal
-tests/tbs/tb0679.pp svneol=native#text/pascal
-tests/tbs/tb0680.pp svneol=native#text/pascal
-tests/tbs/tb0681.pp svneol=native#text/pascal
-tests/tbs/tb0682.pp svneol=native#text/pascal
-tests/tbs/tb0683.pp svneol=native#text/plain
-tests/tbs/ub0060.pp svneol=native#text/plain
-tests/tbs/ub0069.pp svneol=native#text/plain
-tests/tbs/ub0119.pp svneol=native#text/plain
-tests/tbs/ub0120.pp svneol=native#text/plain
-tests/tbs/ub0129.pp svneol=native#text/plain
-tests/tbs/ub0133.pp svneol=native#text/plain
-tests/tbs/ub0150.pp svneol=native#text/plain
-tests/tbs/ub0155.pp svneol=native#text/plain
-tests/tbs/ub0170.pp svneol=native#text/plain
-tests/tbs/ub0179.pp svneol=native#text/plain
-tests/tbs/ub0222.pp svneol=native#text/plain
-tests/tbs/ub0265.pp svneol=native#text/plain
-tests/tbs/ub0292.pp svneol=native#text/plain
-tests/tbs/ub0308.pp svneol=native#text/plain
-tests/tbs/ub0313.pp svneol=native#text/plain
-tests/tbs/ub0339.pp svneol=native#text/plain
-tests/tbs/ub0342a.pp svneol=native#text/plain
-tests/tbs/ub0342b.pp svneol=native#text/plain
-tests/tbs/ub0366.pp svneol=native#text/plain
-tests/tbs/ub0380.pp svneol=native#text/plain
-tests/tbs/ub0386.pp svneol=native#text/plain
-tests/tbs/ub0391.pp svneol=native#text/plain
-tests/tbs/ub0406.pp svneol=native#text/plain
-tests/tbs/ub0421a.pp svneol=native#text/plain
-tests/tbs/ub0421b.pp svneol=native#text/plain
-tests/tbs/ub0421c.pp svneol=native#text/plain
-tests/tbs/ub0426.pp svneol=native#text/plain
-tests/tbs/ub0437a.pp svneol=native#text/plain
-tests/tbs/ub0437b.pp svneol=native#text/plain
-tests/tbs/ub0437c.pp svneol=native#text/plain
-tests/tbs/ub0440.pp svneol=native#text/plain
-tests/tbs/ub0461.pp svneol=native#text/plain
-tests/tbs/ub0489.pp svneol=native#text/plain
-tests/tbs/ub0489b.pp svneol=native#text/plain
-tests/tbs/ub0506.pp svneol=native#text/plain
-tests/tbs/ub0569.pp svneol=native#text/pascal
-tests/tbs/ub0629.pp svneol=native#text/pascal
-tests/tbs/ub0635.pp svneol=native#text/pascal
-tests/tbs/ub0674.pp svneol=native#text/pascal
-tests/test/README.txt svneol=native#text/plain
-tests/test/alglib/t_testconvunit.pp svneol=native#text/plain
-tests/test/alglib/t_testcorrunit.pp svneol=native#text/plain
-tests/test/alglib/t_testfftunit.pp svneol=native#text/plain
-tests/test/alglib/t_testfhtunit.pp svneol=native#text/plain
-tests/test/alglib/u_ap.pp svneol=native#text/plain
-tests/test/alglib/u_conv.pp svneol=native#text/plain
-tests/test/alglib/u_corr.pp svneol=native#text/plain
-tests/test/alglib/u_fft.pp svneol=native#text/plain
-tests/test/alglib/u_fht.pp svneol=native#text/plain
-tests/test/alglib/u_ftbase.pp svneol=native#text/plain
-tests/test/alglib/u_testconvunit.pp svneol=native#text/plain
-tests/test/alglib/u_testcorrunit.pp svneol=native#text/plain
-tests/test/alglib/u_testfftunit.pp svneol=native#text/plain
-tests/test/alglib/u_testfhtunit.pp svneol=native#text/plain
-tests/test/cg/cdecl/taoc1.pp svneol=native#text/plain
-tests/test/cg/cdecl/taoc2.pp svneol=native#text/plain
-tests/test/cg/cdecl/taoc3.pp svneol=native#text/plain
-tests/test/cg/cdecl/taoc4.pp svneol=native#text/plain
-tests/test/cg/cdecl/taoc5.pp svneol=native#text/plain
-tests/test/cg/cdecl/taoc6.pp svneol=native#text/plain
-tests/test/cg/cpudefs.inc svneol=native#text/plain
-tests/test/cg/obj/aix/powerpc/cpptcl1.o -text
-tests/test/cg/obj/aix/powerpc/cpptcl2.o -text
-tests/test/cg/obj/aix/powerpc/ctest.o -text
-tests/test/cg/obj/aix/powerpc/tcext3.o -text
-tests/test/cg/obj/aix/powerpc/tcext4.o -text
-tests/test/cg/obj/aix/powerpc/tcext5.o -text
-tests/test/cg/obj/aix/powerpc/tcext6.o -text
-tests/test/cg/obj/aix/powerpc64/cpptcl1.o -text
-tests/test/cg/obj/aix/powerpc64/cpptcl2.o -text
-tests/test/cg/obj/aix/powerpc64/ctest.o -text
-tests/test/cg/obj/aix/powerpc64/tcext3.o -text
-tests/test/cg/obj/aix/powerpc64/tcext4.o -text
-tests/test/cg/obj/aix/powerpc64/tcext5.o -text
-tests/test/cg/obj/aix/powerpc64/tcext6.o -text
-tests/test/cg/obj/amiga/m68k/ctest.o -text
-tests/test/cg/obj/android/aarch64/cpptcl1.o -text
-tests/test/cg/obj/android/aarch64/cpptcl2.o -text
-tests/test/cg/obj/android/aarch64/ctest.o -text
-tests/test/cg/obj/android/aarch64/tcext3.o -text
-tests/test/cg/obj/android/aarch64/tcext4.o -text
-tests/test/cg/obj/android/aarch64/tcext5.o -text
-tests/test/cg/obj/android/aarch64/tcext6.o -text
-tests/test/cg/obj/android/arm-eabi/cpptcl1.o -text
-tests/test/cg/obj/android/arm-eabi/cpptcl2.o -text
-tests/test/cg/obj/android/arm-eabi/ctest.o -text
-tests/test/cg/obj/android/arm-eabi/tcext3.o -text
-tests/test/cg/obj/android/arm-eabi/tcext4.o -text
-tests/test/cg/obj/android/arm-eabi/tcext5.o -text
-tests/test/cg/obj/android/arm-eabi/tcext6.o -text
-tests/test/cg/obj/android/arm/cpptcl1.o -text
-tests/test/cg/obj/android/arm/cpptcl2.o -text
-tests/test/cg/obj/android/arm/ctest.o -text
-tests/test/cg/obj/android/arm/tcext3.o -text
-tests/test/cg/obj/android/arm/tcext4.o -text
-tests/test/cg/obj/android/arm/tcext5.o -text
-tests/test/cg/obj/android/arm/tcext6.o -text
-tests/test/cg/obj/android/i386/cpptcl1.o -text
-tests/test/cg/obj/android/i386/cpptcl2.o -text
-tests/test/cg/obj/android/i386/ctest.o -text
-tests/test/cg/obj/android/i386/tcext3.o -text
-tests/test/cg/obj/android/i386/tcext4.o -text
-tests/test/cg/obj/android/i386/tcext5.o -text
-tests/test/cg/obj/android/i386/tcext6.o -text
-tests/test/cg/obj/android/mipsel/cpptcl1.o -text
-tests/test/cg/obj/android/mipsel/cpptcl2.o -text
-tests/test/cg/obj/android/mipsel/ctest.o -text
-tests/test/cg/obj/android/mipsel/tcext3.o -text
-tests/test/cg/obj/android/mipsel/tcext4.o -text
-tests/test/cg/obj/android/mipsel/tcext5.o -text
-tests/test/cg/obj/android/mipsel/tcext6.o -text
-tests/test/cg/obj/android/x86_64/cpptcl1.o -text
-tests/test/cg/obj/android/x86_64/cpptcl2.o -text
-tests/test/cg/obj/android/x86_64/ctest.o -text
-tests/test/cg/obj/android/x86_64/tcext3.o -text
-tests/test/cg/obj/android/x86_64/tcext4.o -text
-tests/test/cg/obj/android/x86_64/tcext5.o -text
-tests/test/cg/obj/android/x86_64/tcext6.o -text
-tests/test/cg/obj/beos/i386/ctest.o -text
-tests/test/cg/obj/beos/i386/tcext3.o -text
-tests/test/cg/obj/beos/i386/tcext4.o -text
-tests/test/cg/obj/beos/i386/tcext5.o -text
-tests/test/cg/obj/cpptcl1.cpp svneol=native#text/plain
-tests/test/cg/obj/cpptcl2.cpp svneol=native#text/plain
-tests/test/cg/obj/darwin/aarch64/cpptcl1.o -text
-tests/test/cg/obj/darwin/aarch64/cpptcl2.o -text
-tests/test/cg/obj/darwin/aarch64/ctest.o -text
-tests/test/cg/obj/darwin/aarch64/tcext3.o -text
-tests/test/cg/obj/darwin/aarch64/tcext4.o -text
-tests/test/cg/obj/darwin/aarch64/tcext5.o -text
-tests/test/cg/obj/darwin/aarch64/tcext6.o -text
-tests/test/cg/obj/darwin/i386/cpptcl1.o -text
-tests/test/cg/obj/darwin/i386/cpptcl2.o -text
-tests/test/cg/obj/darwin/i386/ctest.o -text
-tests/test/cg/obj/darwin/i386/tcext3.o -text
-tests/test/cg/obj/darwin/i386/tcext4.o -text
-tests/test/cg/obj/darwin/i386/tcext5.o -text
-tests/test/cg/obj/darwin/i386/tcext6.o -text
-tests/test/cg/obj/darwin/powerpc/cpptcl1.o -text
-tests/test/cg/obj/darwin/powerpc/cpptcl2.o -text
-tests/test/cg/obj/darwin/powerpc/ctest.o -text
-tests/test/cg/obj/darwin/powerpc/tcext3.o -text
-tests/test/cg/obj/darwin/powerpc/tcext4.o -text
-tests/test/cg/obj/darwin/powerpc/tcext5.o -text
-tests/test/cg/obj/darwin/powerpc/tcext6.o -text
-tests/test/cg/obj/darwin/powerpc64/cpptcl1.o -text
-tests/test/cg/obj/darwin/powerpc64/cpptcl2.o -text
-tests/test/cg/obj/darwin/powerpc64/ctest.o -text
-tests/test/cg/obj/darwin/powerpc64/tcext3.o -text
-tests/test/cg/obj/darwin/powerpc64/tcext4.o -text
-tests/test/cg/obj/darwin/powerpc64/tcext5.o -text
-tests/test/cg/obj/darwin/powerpc64/tcext6.o -text
-tests/test/cg/obj/darwin/x86_64/cpptcl1.o -text
-tests/test/cg/obj/darwin/x86_64/cpptcl2.o -text
-tests/test/cg/obj/darwin/x86_64/ctest.o -text
-tests/test/cg/obj/darwin/x86_64/tcext3.o -text
-tests/test/cg/obj/darwin/x86_64/tcext4.o -text
-tests/test/cg/obj/darwin/x86_64/tcext5.o -text
-tests/test/cg/obj/darwin/x86_64/tcext6.o -text
-tests/test/cg/obj/freebsd/i386/cpptcl1.o -text svneol=unset#application/x-object
-tests/test/cg/obj/freebsd/i386/cpptcl2.o -text svneol=unset#application/x-object
-tests/test/cg/obj/freebsd/i386/ctest.o -text
-tests/test/cg/obj/freebsd/i386/tcext3.o -text
-tests/test/cg/obj/freebsd/i386/tcext4.o -text
-tests/test/cg/obj/freebsd/i386/tcext5.o -text
-tests/test/cg/obj/freebsd/i386/tcext6.o -text svneol=unset#application/x-object
-tests/test/cg/obj/freebsd/x86_64/cpptcl1.o -text
-tests/test/cg/obj/freebsd/x86_64/cpptcl2.o -text
-tests/test/cg/obj/freebsd/x86_64/ctest.o -text
-tests/test/cg/obj/freebsd/x86_64/tcext3.o -text
-tests/test/cg/obj/freebsd/x86_64/tcext4.o -text
-tests/test/cg/obj/freebsd/x86_64/tcext5.o -text
-tests/test/cg/obj/freebsd/x86_64/tcext6.o -text
-tests/test/cg/obj/freertos/xtensa-call0/cpptcl1.o -text
-tests/test/cg/obj/freertos/xtensa-call0/cpptcl2.o -text
-tests/test/cg/obj/freertos/xtensa-call0/ctest.o -text
-tests/test/cg/obj/freertos/xtensa-call0/tcext3.o -text
-tests/test/cg/obj/freertos/xtensa-call0/tcext4.o -text
-tests/test/cg/obj/freertos/xtensa-call0/tcext5.o -text
-tests/test/cg/obj/freertos/xtensa-call0/tcext6.o -text
-tests/test/cg/obj/freertos/xtensa-windowed/cpptcl1.o -text
-tests/test/cg/obj/freertos/xtensa-windowed/cpptcl2.o -text
-tests/test/cg/obj/freertos/xtensa-windowed/ctest.o -text
-tests/test/cg/obj/freertos/xtensa-windowed/tcext3.o -text
-tests/test/cg/obj/freertos/xtensa-windowed/tcext4.o -text
-tests/test/cg/obj/freertos/xtensa-windowed/tcext5.o -text
-tests/test/cg/obj/freertos/xtensa-windowed/tcext6.o -text
-tests/test/cg/obj/go32v2/i386/cpptcl1.o -text
-tests/test/cg/obj/go32v2/i386/cpptcl2.o -text
-tests/test/cg/obj/go32v2/i386/ctest.o -text
-tests/test/cg/obj/go32v2/i386/tcext3.o -text
-tests/test/cg/obj/go32v2/i386/tcext4.o -text
-tests/test/cg/obj/go32v2/i386/tcext5.o -text
-tests/test/cg/obj/go32v2/i386/tcext6.o -text
-tests/test/cg/obj/haiku/i386/cpptcl1.o -text
-tests/test/cg/obj/haiku/i386/cpptcl2.o -text
-tests/test/cg/obj/haiku/i386/ctest.o -text
-tests/test/cg/obj/haiku/i386/tcext3.o -text
-tests/test/cg/obj/haiku/i386/tcext4.o -text
-tests/test/cg/obj/haiku/i386/tcext5.o -text
-tests/test/cg/obj/haiku/i386/tcext6.o -text
-tests/test/cg/obj/haiku/x86_64/cpptcl1.o -text
-tests/test/cg/obj/haiku/x86_64/cpptcl2.o -text
-tests/test/cg/obj/haiku/x86_64/ctest.o -text
-tests/test/cg/obj/haiku/x86_64/tcext3.o -text
-tests/test/cg/obj/haiku/x86_64/tcext4.o -text
-tests/test/cg/obj/haiku/x86_64/tcext5.o -text
-tests/test/cg/obj/haiku/x86_64/tcext6.o -text
-tests/test/cg/obj/ios/aarch64/cpptcl1.o -text
-tests/test/cg/obj/ios/aarch64/cpptcl2.o -text
-tests/test/cg/obj/ios/aarch64/ctest.o -text
-tests/test/cg/obj/ios/aarch64/tcext3.o -text
-tests/test/cg/obj/ios/aarch64/tcext4.o -text
-tests/test/cg/obj/ios/aarch64/tcext5.o -text
-tests/test/cg/obj/ios/aarch64/tcext6.o -text
-tests/test/cg/obj/ios/arm/cpptcl1.o -text
-tests/test/cg/obj/ios/arm/cpptcl2.o -text
-tests/test/cg/obj/ios/arm/ctest.o -text
-tests/test/cg/obj/ios/arm/tcext3.o -text
-tests/test/cg/obj/ios/arm/tcext4.o -text
-tests/test/cg/obj/ios/arm/tcext5.o -text
-tests/test/cg/obj/ios/arm/tcext6.o -text
-tests/test/cg/obj/linux/aarch64/cpptcl1.o -text
-tests/test/cg/obj/linux/aarch64/cpptcl2.o -text
-tests/test/cg/obj/linux/aarch64/ctest.o -text
-tests/test/cg/obj/linux/aarch64/tcext3.o -text
-tests/test/cg/obj/linux/aarch64/tcext4.o -text
-tests/test/cg/obj/linux/aarch64/tcext5.o -text
-tests/test/cg/obj/linux/aarch64/tcext6.o -text
-tests/test/cg/obj/linux/arm-eabi/cpptcl1.o -text
-tests/test/cg/obj/linux/arm-eabi/cpptcl2.o -text
-tests/test/cg/obj/linux/arm-eabi/ctest.o -text
-tests/test/cg/obj/linux/arm-eabi/tcext3.o -text
-tests/test/cg/obj/linux/arm-eabi/tcext4.o -text
-tests/test/cg/obj/linux/arm-eabi/tcext5.o -text
-tests/test/cg/obj/linux/arm-eabi/tcext6.o -text
-tests/test/cg/obj/linux/arm-gnueabihf/cpptcl1.o -text
-tests/test/cg/obj/linux/arm-gnueabihf/cpptcl2.o -text
-tests/test/cg/obj/linux/arm-gnueabihf/ctest.o -text
-tests/test/cg/obj/linux/arm-gnueabihf/tcext3.o -text
-tests/test/cg/obj/linux/arm-gnueabihf/tcext4.o -text
-tests/test/cg/obj/linux/arm-gnueabihf/tcext5.o -text
-tests/test/cg/obj/linux/arm-gnueabihf/tcext6.o -text
-tests/test/cg/obj/linux/arm/ctest.o -text
-tests/test/cg/obj/linux/arm/tcext3.o -text
-tests/test/cg/obj/linux/arm/tcext4.o -text
-tests/test/cg/obj/linux/arm/tcext5.o -text
-tests/test/cg/obj/linux/i386/cpptcl1.o -text
-tests/test/cg/obj/linux/i386/cpptcl2.o -text
-tests/test/cg/obj/linux/i386/ctest.o -text
-tests/test/cg/obj/linux/i386/tcext3.o -text
-tests/test/cg/obj/linux/i386/tcext4.o -text
-tests/test/cg/obj/linux/i386/tcext5.o -text
-tests/test/cg/obj/linux/i386/tcext6.o -text
-tests/test/cg/obj/linux/m68k/cpptcl1.o -text
-tests/test/cg/obj/linux/m68k/cpptcl2.o -text
-tests/test/cg/obj/linux/m68k/ctest.o -text
-tests/test/cg/obj/linux/m68k/tcext3.o -text
-tests/test/cg/obj/linux/m68k/tcext4.o -text
-tests/test/cg/obj/linux/m68k/tcext5.o -text
-tests/test/cg/obj/linux/m68k/tcext6.o -text
-tests/test/cg/obj/linux/mips/cpptcl1.o -text
-tests/test/cg/obj/linux/mips/cpptcl2.o -text
-tests/test/cg/obj/linux/mips/ctest.o -text
-tests/test/cg/obj/linux/mips/tcext3.o -text
-tests/test/cg/obj/linux/mips/tcext4.o -text
-tests/test/cg/obj/linux/mips/tcext5.o -text
-tests/test/cg/obj/linux/mips/tcext6.o -text
-tests/test/cg/obj/linux/mipsel/cpptcl1.o -text
-tests/test/cg/obj/linux/mipsel/cpptcl2.o -text
-tests/test/cg/obj/linux/mipsel/ctest.o -text
-tests/test/cg/obj/linux/mipsel/tcext3.o -text
-tests/test/cg/obj/linux/mipsel/tcext4.o -text
-tests/test/cg/obj/linux/mipsel/tcext5.o -text
-tests/test/cg/obj/linux/mipsel/tcext6.o -text
-tests/test/cg/obj/linux/powerpc/cpptcl1.o -text
-tests/test/cg/obj/linux/powerpc/cpptcl2.o -text
-tests/test/cg/obj/linux/powerpc/ctest.o -text
-tests/test/cg/obj/linux/powerpc/tcext3.o -text
-tests/test/cg/obj/linux/powerpc/tcext4.o -text
-tests/test/cg/obj/linux/powerpc/tcext5.o -text
-tests/test/cg/obj/linux/powerpc/tcext6.o -text
-tests/test/cg/obj/linux/powerpc64-le/cpptcl1.o -text
-tests/test/cg/obj/linux/powerpc64-le/cpptcl2.o -text
-tests/test/cg/obj/linux/powerpc64-le/ctest.o -text
-tests/test/cg/obj/linux/powerpc64-le/tcext3.o -text
-tests/test/cg/obj/linux/powerpc64-le/tcext4.o -text
-tests/test/cg/obj/linux/powerpc64-le/tcext5.o -text
-tests/test/cg/obj/linux/powerpc64-le/tcext6.o -text
-tests/test/cg/obj/linux/powerpc64/cpptcl1.o -text
-tests/test/cg/obj/linux/powerpc64/cpptcl2.o -text
-tests/test/cg/obj/linux/powerpc64/ctest.o -text
-tests/test/cg/obj/linux/powerpc64/tcext3.o -text
-tests/test/cg/obj/linux/powerpc64/tcext4.o -text
-tests/test/cg/obj/linux/powerpc64/tcext5.o -text
-tests/test/cg/obj/linux/powerpc64/tcext6.o -text
-tests/test/cg/obj/linux/riscv32/cpptcl1.o -text
-tests/test/cg/obj/linux/riscv32/cpptcl2.o -text
-tests/test/cg/obj/linux/riscv32/ctest.o -text
-tests/test/cg/obj/linux/riscv32/tcext3.o -text
-tests/test/cg/obj/linux/riscv32/tcext4.o -text
-tests/test/cg/obj/linux/riscv32/tcext5.o -text
-tests/test/cg/obj/linux/riscv32/tcext6.o -text
-tests/test/cg/obj/linux/riscv64/cpptcl1.o -text
-tests/test/cg/obj/linux/riscv64/cpptcl2.o -text
-tests/test/cg/obj/linux/riscv64/ctest.o -text
-tests/test/cg/obj/linux/riscv64/tcext3.o -text
-tests/test/cg/obj/linux/riscv64/tcext4.o -text
-tests/test/cg/obj/linux/riscv64/tcext5.o -text
-tests/test/cg/obj/linux/riscv64/tcext6.o -text
-tests/test/cg/obj/linux/riscv64/ttasm1.obj -text svneol=unset#application/octet-stream
-tests/test/cg/obj/linux/sparc/cpptcl1.o -text
-tests/test/cg/obj/linux/sparc/cpptcl2.o -text
-tests/test/cg/obj/linux/sparc/ctest.o -text
-tests/test/cg/obj/linux/sparc/tcext3.o -text
-tests/test/cg/obj/linux/sparc/tcext4.o -text
-tests/test/cg/obj/linux/sparc/tcext5.o -text
-tests/test/cg/obj/linux/sparc/tcext6.o -text
-tests/test/cg/obj/linux/sparc64/cpptcl1.o -text
-tests/test/cg/obj/linux/sparc64/cpptcl2.o -text
-tests/test/cg/obj/linux/sparc64/ctest.o -text
-tests/test/cg/obj/linux/sparc64/tcext3.o -text
-tests/test/cg/obj/linux/sparc64/tcext4.o -text
-tests/test/cg/obj/linux/sparc64/tcext5.o -text
-tests/test/cg/obj/linux/sparc64/tcext6.o -text
-tests/test/cg/obj/linux/x86_64/cpptcl1.o -text
-tests/test/cg/obj/linux/x86_64/cpptcl2.o -text
-tests/test/cg/obj/linux/x86_64/ctest.o -text
-tests/test/cg/obj/linux/x86_64/tcext3.o -text
-tests/test/cg/obj/linux/x86_64/tcext4.o -text
-tests/test/cg/obj/linux/x86_64/tcext5.o -text
-tests/test/cg/obj/linux/x86_64/tcext6.o -text
-tests/test/cg/obj/macos/powerpc/ctest.o -text
-tests/test/cg/obj/msdos/i8086/ttasm1.obj -text
-tests/test/cg/obj/netbsd/i386/cpptcl1.o -text
-tests/test/cg/obj/netbsd/i386/cpptcl2.o -text
-tests/test/cg/obj/netbsd/i386/ctest.o -text
-tests/test/cg/obj/netbsd/i386/tcext3.o -text
-tests/test/cg/obj/netbsd/i386/tcext4.o -text
-tests/test/cg/obj/netbsd/i386/tcext5.o -text
-tests/test/cg/obj/netbsd/i386/tcext6.o -text
-tests/test/cg/obj/netbsd/m68k/ctest.o -text
-tests/test/cg/obj/netbsd/x86_64/cpptcl1.o -text
-tests/test/cg/obj/netbsd/x86_64/cpptcl2.o -text
-tests/test/cg/obj/netbsd/x86_64/ctest.o -text
-tests/test/cg/obj/netbsd/x86_64/tcext3.o -text
-tests/test/cg/obj/netbsd/x86_64/tcext4.o -text
-tests/test/cg/obj/netbsd/x86_64/tcext5.o -text
-tests/test/cg/obj/netbsd/x86_64/tcext6.o -text
-tests/test/cg/obj/openbsd/i386/cpptcl1.o -text
-tests/test/cg/obj/openbsd/i386/cpptcl2.o -text
-tests/test/cg/obj/openbsd/i386/ctest.o -text
-tests/test/cg/obj/openbsd/i386/tcext3.o -text
-tests/test/cg/obj/openbsd/i386/tcext4.o -text
-tests/test/cg/obj/openbsd/i386/tcext5.o -text
-tests/test/cg/obj/openbsd/i386/tcext6.o -text
-tests/test/cg/obj/openbsd/x86_64/cpptcl1.o -text
-tests/test/cg/obj/openbsd/x86_64/cpptcl2.o -text
-tests/test/cg/obj/openbsd/x86_64/ctest.o -text
-tests/test/cg/obj/openbsd/x86_64/tcext3.o -text
-tests/test/cg/obj/openbsd/x86_64/tcext4.o -text
-tests/test/cg/obj/openbsd/x86_64/tcext5.o -text
-tests/test/cg/obj/openbsd/x86_64/tcext6.o -text
-tests/test/cg/obj/os2/i386/cpptcl1.o -text
-tests/test/cg/obj/os2/i386/cpptcl2.o -text
-tests/test/cg/obj/os2/i386/ctest.o -text
-tests/test/cg/obj/os2/i386/tcext3.o -text
-tests/test/cg/obj/os2/i386/tcext4.o -text
-tests/test/cg/obj/os2/i386/tcext5.o -text
-tests/test/cg/obj/os2/i386/tcext6.o -text
-tests/test/cg/obj/readme.txt svneol=native#text/plain
-tests/test/cg/obj/solaris/i386/cpptcl1.o -text
-tests/test/cg/obj/solaris/i386/cpptcl2.o -text
-tests/test/cg/obj/solaris/i386/ctest.o -text
-tests/test/cg/obj/solaris/i386/tcext3.o -text
-tests/test/cg/obj/solaris/i386/tcext4.o -text
-tests/test/cg/obj/solaris/i386/tcext5.o -text
-tests/test/cg/obj/solaris/i386/tcext6.o -text
-tests/test/cg/obj/solaris/sparc/cpptcl1.o -text
-tests/test/cg/obj/solaris/sparc/cpptcl2.o -text
-tests/test/cg/obj/solaris/sparc/ctest.o -text
-tests/test/cg/obj/solaris/sparc/tcext3.o -text svneol=unset#unset
-tests/test/cg/obj/solaris/sparc/tcext4.o -text svneol=unset#unset
-tests/test/cg/obj/solaris/sparc/tcext5.o -text
-tests/test/cg/obj/solaris/sparc/tcext6.o -text
-tests/test/cg/obj/solaris/x86_64/cpptcl1.o -text
-tests/test/cg/obj/solaris/x86_64/cpptcl2.o -text
-tests/test/cg/obj/solaris/x86_64/ctest.o -text
-tests/test/cg/obj/solaris/x86_64/tcext3.o -text
-tests/test/cg/obj/solaris/x86_64/tcext4.o -text
-tests/test/cg/obj/solaris/x86_64/tcext5.o -text
-tests/test/cg/obj/solaris/x86_64/tcext6.o -text
-tests/test/cg/obj/stdint.h svneol=native#text/plain
-tests/test/cg/obj/tcext3.c -text
-tests/test/cg/obj/tcext4.c -text
-tests/test/cg/obj/tcext5.c -text
-tests/test/cg/obj/tcext6.c svneol=native#text/plain
-tests/test/cg/obj/ttasm1.asm svneol=native#text/plain
-tests/test/cg/obj/win32/i386/cpptcl1.o -text
-tests/test/cg/obj/win32/i386/cpptcl2.o -text
-tests/test/cg/obj/win32/i386/ctest.o -text
-tests/test/cg/obj/win32/i386/tcext3.o -text
-tests/test/cg/obj/win32/i386/tcext4.o -text
-tests/test/cg/obj/win32/i386/tcext5.o -text
-tests/test/cg/obj/win32/i386/tcext6.o -text
-tests/test/cg/obj/win64/x86_64/cpptcl1.o -text
-tests/test/cg/obj/win64/x86_64/cpptcl2.o -text
-tests/test/cg/obj/win64/x86_64/ctest.o -text svneol=unset#unset
-tests/test/cg/obj/win64/x86_64/tcext3.o -text svneol=unset#unset
-tests/test/cg/obj/win64/x86_64/tcext4.o -text svneol=unset#unset
-tests/test/cg/obj/win64/x86_64/tcext5.o -text svneol=unset#unset
-tests/test/cg/obj/win64/x86_64/tcext6.o -text
-tests/test/cg/obj/wince/arm/ctest.o -text
-tests/test/cg/obj/wince/arm/tcext3.o -text
-tests/test/cg/obj/wince/arm/tcext4.o -text
-tests/test/cg/obj/wince/arm/tcext5.o -text
-tests/test/cg/ptest.pp svneol=native#text/plain
-tests/test/cg/taddbool.pp svneol=native#text/plain
-tests/test/cg/taddbyte.pp svneol=native#text/pascal
-tests/test/cg/taddcard.pp svneol=native#text/plain
-tests/test/cg/taddcurr.pp svneol=native#text/plain
-tests/test/cg/taddint.pp svneol=native#text/plain
-tests/test/cg/taddlong.pp svneol=native#text/plain
-tests/test/cg/taddr1.pp svneol=native#text/plain
-tests/test/cg/taddr2.pp svneol=native#text/plain
-tests/test/cg/taddr3.pp svneol=native#text/plain
-tests/test/cg/taddreal1.pp svneol=native#text/plain
-tests/test/cg/taddreal2.pp svneol=native#text/plain
-tests/test/cg/taddreal3.pp svneol=native#text/plain
-tests/test/cg/taddset.pp svneol=native#text/plain
-tests/test/cg/taddset2.pp svneol=native#text/plain
-tests/test/cg/taddset3.pp svneol=native#text/plain
-tests/test/cg/taddset4.pp svneol=native#text/plain
-tests/test/cg/tadint64.pp svneol=native#text/plain
-tests/test/cg/tandorxorassign1.pp svneol=native#text/plain
-tests/test/cg/tassign1.pp svneol=native#text/plain
-tests/test/cg/tassign2.pp svneol=native#text/plain
-tests/test/cg/tautom.pp svneol=native#text/plain
-tests/test/cg/tcalcla1.pp svneol=native#text/plain
-tests/test/cg/tcalcon1.pp svneol=native#text/plain
-tests/test/cg/tcalcst1.pp svneol=native#text/plain
-tests/test/cg/tcalcst2.pp svneol=native#text/plain
-tests/test/cg/tcalcst3.pp svneol=native#text/plain
-tests/test/cg/tcalcst4.pp svneol=native#text/plain
-tests/test/cg/tcalcst5.pp svneol=native#text/plain
-tests/test/cg/tcalcst6.pp svneol=native#text/plain
-tests/test/cg/tcalcst7.pp svneol=native#text/plain
-tests/test/cg/tcalcst8.pp svneol=native#text/plain
-tests/test/cg/tcalext.pp svneol=native#text/plain
-tests/test/cg/tcalext3.pp svneol=native#text/plain
-tests/test/cg/tcalext4.pp svneol=native#text/plain
-tests/test/cg/tcalext5.pp svneol=native#text/plain
-tests/test/cg/tcalext6.pp svneol=native#text/plain
-tests/test/cg/tcalfun1.pp svneol=native#text/plain
-tests/test/cg/tcalfun2.pp svneol=native#text/plain
-tests/test/cg/tcalfun3.pp svneol=native#text/plain
-tests/test/cg/tcalfun4.pp svneol=native#text/plain
-tests/test/cg/tcalfun6.pp svneol=native#text/plain
-tests/test/cg/tcalfun7.pp svneol=native#text/plain
-tests/test/cg/tcalfun8.pp svneol=native#text/plain
-tests/test/cg/tcall1.pp svneol=native#text/plain
-tests/test/cg/tcalobj1.pp svneol=native#text/plain
-tests/test/cg/tcalobj2.pp svneol=native#text/plain
-tests/test/cg/tcalobj3.pp svneol=native#text/plain
-tests/test/cg/tcalobj4.pp svneol=native#text/plain
-tests/test/cg/tcalobj6.pp svneol=native#text/plain
-tests/test/cg/tcalobj7.pp svneol=native#text/plain
-tests/test/cg/tcalpext.pp svneol=native#text/plain
-tests/test/cg/tcalpvr1.pp svneol=native#text/plain
-tests/test/cg/tcalpvr2.pp svneol=native#text/plain
-tests/test/cg/tcalpvr3.pp svneol=native#text/plain
-tests/test/cg/tcalpvr4.pp svneol=native#text/plain
-tests/test/cg/tcalpvr6.pp svneol=native#text/plain
-tests/test/cg/tcalpvr7.pp svneol=native#text/plain
-tests/test/cg/tcalval1.pp svneol=native#text/plain
-tests/test/cg/tcalval10.pp svneol=native#text/plain
-tests/test/cg/tcalval2.pp svneol=native#text/plain
-tests/test/cg/tcalval3.pp svneol=native#text/plain
-tests/test/cg/tcalval4.pp svneol=native#text/plain
-tests/test/cg/tcalval5.pp svneol=native#text/plain
-tests/test/cg/tcalval7.pp svneol=native#text/plain
-tests/test/cg/tcalval8.pp svneol=native#text/plain
-tests/test/cg/tcalvar1.pp svneol=native#text/plain
-tests/test/cg/tcalvar2.pp svneol=native#text/plain
-tests/test/cg/tcalvar3.pp svneol=native#text/plain
-tests/test/cg/tcalvar4.pp svneol=native#text/plain
-tests/test/cg/tcalvar5.pp svneol=native#text/plain
-tests/test/cg/tcalvar6.pp svneol=native#text/plain
-tests/test/cg/tcalvar7.pp svneol=native#text/plain
-tests/test/cg/tcalvar8.pp svneol=native#text/plain
-tests/test/cg/tcase.pp svneol=native#text/plain
-tests/test/cg/tcase2.pp svneol=native#text/plain
-tests/test/cg/tcase3.pp svneol=native#text/pascal
-tests/test/cg/tclacla1.pp svneol=native#text/plain
-tests/test/cg/tclasize.pp svneol=native#text/plain
-tests/test/cg/tclatype.pp svneol=native#text/plain
-tests/test/cg/tcnvint1.pp svneol=native#text/plain
-tests/test/cg/tcnvint2.pp svneol=native#text/plain
-tests/test/cg/tcnvint3.pp svneol=native#text/plain
-tests/test/cg/tcnvint3a.pp svneol=native#text/pascal
-tests/test/cg/tcnvint3b.pp svneol=native#text/pascal
-tests/test/cg/tcnvint3c.pp svneol=native#text/pascal
-tests/test/cg/tcnvint4.pp svneol=native#text/plain
-tests/test/cg/tcnvint5.pp svneol=native#text/plain
-tests/test/cg/tcnvint6.pp svneol=native#text/plain
-tests/test/cg/tcnvint7.pp svneol=native#text/plain
-tests/test/cg/tcnvptr.pp svneol=native#text/plain
-tests/test/cg/tcnvset.pp svneol=native#text/plain
-tests/test/cg/tcnvstr1.pp svneol=native#text/plain
-tests/test/cg/tcnvstr2.pp svneol=native#text/plain
-tests/test/cg/tcnvstr3.pp svneol=native#text/plain
-tests/test/cg/tcppcl1.pp svneol=native#text/plain
-tests/test/cg/tcppcl2.pp svneol=native#text/plain
-tests/test/cg/tctr1.pp svneol=native#text/plain
-tests/test/cg/tctr1a.pp svneol=native#text/plain
-tests/test/cg/tderef.pp svneol=native#text/plain
-tests/test/cg/tdivz1.pp svneol=native#text/plain
-tests/test/cg/tdivz2.pp svneol=native#text/plain
-tests/test/cg/texit.pp svneol=native#text/plain
-tests/test/cg/texit2.pp svneol=native#text/plain
-tests/test/cg/tfor.pp svneol=native#text/plain
-tests/test/cg/tfor2.pp svneol=native#text/pascal
-tests/test/cg/tformfnc.pp svneol=native#text/plain
-tests/test/cg/tfuncret.pp svneol=native#text/plain
-tests/test/cg/tin.pp svneol=native#text/plain
-tests/test/cg/tincexc.pp svneol=native#text/plain
-tests/test/cg/tinitdon.pp svneol=native#text/plain
-tests/test/cg/tis.pp svneol=native#text/plain
-tests/test/cg/tldparam.pp svneol=native#text/plain
-tests/test/cg/tloadvmt.pp svneol=native#text/plain
-tests/test/cg/tlohi.pp svneol=native#text/plain
-tests/test/cg/tlohi2.pp svneol=native#text/pascal
-tests/test/cg/tm128.pp svneol=native#text/pascal
-tests/test/cg/tmanypar.pp svneol=native#text/plain
-tests/test/cg/tmmxshift.pp svneol=native#text/pascal
-tests/test/cg/tmoddiv.pp svneol=native#text/plain
-tests/test/cg/tmoddiv1.pp svneol=native#text/plain
-tests/test/cg/tmoddiv2.pp svneol=native#text/plain
-tests/test/cg/tmoddiv3.pp svneol=native#text/pascal
-tests/test/cg/tmoddiv4.pp svneol=native#text/pascal
-tests/test/cg/tmoddiv5.pp svneol=native#text/pascal
-tests/test/cg/tmoddiv6.pp svneol=native#text/pascal
-tests/test/cg/tmul3264.pp svneol=native#text/plain
-tests/test/cg/tneg.pp svneol=native#text/plain
-tests/test/cg/tnegnotassign1.pp svneol=native#text/plain
-tests/test/cg/tnot.pp svneol=native#text/plain
-tests/test/cg/tobjsiz2.pp svneol=native#text/plain
-tests/test/cg/tobjsize.pp svneol=native#text/plain
-tests/test/cg/tpara1.pp svneol=native#text/plain
-tests/test/cg/tpara2.pp svneol=native#text/plain
-tests/test/cg/tpara3.pp svneol=native#text/plain
-tests/test/cg/tpara4.pp svneol=native#text/pascal
-tests/test/cg/tprintf.pp svneol=native#text/plain
-tests/test/cg/tprintf2.pp svneol=native#text/plain
-tests/test/cg/tprintf3.pp svneol=native#text/plain
-tests/test/cg/traise1.pp svneol=native#text/plain
-tests/test/cg/traise2.pp svneol=native#text/plain
-tests/test/cg/traise3.pp svneol=native#text/plain
-tests/test/cg/traise4.pp svneol=native#text/plain
-tests/test/cg/traise5.pp svneol=native#text/plain
-tests/test/cg/traise6.pp svneol=native#text/plain
-tests/test/cg/treadwrt.pp svneol=native#text/plain
-tests/test/cg/tsar1.pp svneol=native#text/pascal
-tests/test/cg/tshlshr.pp svneol=native#text/plain
-tests/test/cg/tsmallrec.pp svneol=native#text/plain
-tests/test/cg/tstr.pp svneol=native#text/plain
-tests/test/cg/tsubst.pp svneol=native#text/plain
-tests/test/cg/ttincdec.pp svneol=native#text/plain
-tests/test/cg/ttryexc1.pp svneol=native#text/plain
-tests/test/cg/ttryfin1.pp svneol=native#text/plain
-tests/test/cg/ttryfin2.pp svneol=native#text/plain
-tests/test/cg/ttryfin3.pp svneol=native#text/plain
-tests/test/cg/ttryfin4.pp svneol=native#text/plain
-tests/test/cg/ttryfin5.pp svneol=native#text/plain
-tests/test/cg/tumin.pp svneol=native#text/plain
-tests/test/cg/tvec.pp svneol=native#text/plain
-tests/test/cg/tvectorcall1.pp svneol=native#text/pascal
-tests/test/cg/tvectorcall1a.pp svneol=native#text/pascal
-tests/test/cg/tvectorcall1b.pp svneol=native#text/pascal
-tests/test/cg/tvectorcall2.pp svneol=native#text/pascal
-tests/test/cg/tvectorcall3.pp svneol=native#text/pascal
-tests/test/cg/tvectorcall3a.pp svneol=native#text/pascal
-tests/test/cg/uandorxorassign.pp svneol=native#text/plain
-tests/test/cg/unegnotassign.pp svneol=native#text/plain
-tests/test/cg/uprintf3.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol10.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol100.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol101.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol102.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol104.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol105.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol106.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol107.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol108.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol109.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol11.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol110.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol111.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol112.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol113.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol115.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol116.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol118.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol119.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol120.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol121.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol122.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol123.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol125.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol126.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol127.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol128.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol129.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol130.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol131.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol132.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol134.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol135.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol136.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol137.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol138.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol139.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol140.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol141.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol142.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol143.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol144.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol145.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol146.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol147.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol148.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol149.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol15.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol150.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol151.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol152.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol153.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol155.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol156.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol158.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol160.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol161.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol162.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol164.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol165.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol166.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol167.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol169.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol17.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol170.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol171.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol18.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol19.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol2.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol21.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol22.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol23.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol24.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol25.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol26.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol27.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol28.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol29.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol32.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol34.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol35.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol36.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol37.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol38.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol39.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol40.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol41.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol42.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol43.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol44.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol45.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol46.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol47.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol49.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol50.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol52.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol53.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol54.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol55.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol56.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol57.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol58.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol59.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol60.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol63.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol65.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol66.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol68.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol69.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol70.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol71.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol72.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol73.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol74.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol75.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol76.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol77.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol79.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol80.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol81.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol83.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol85.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol86.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol87.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol88.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol89.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol90.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol92.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol93.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol95.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol97.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol98.pp svneol=native#text/plain
-tests/test/cg/variants/ivarol99.pp svneol=native#text/plain
-tests/test/cg/variants/tnofalvarol.pp svneol=native#text/plain
-tests/test/cg/variants/tvarol1.pp svneol=native#text/plain
-tests/test/cg/variants/tvarol103.pp svneol=native#text/plain
-tests/test/cg/variants/tvarol114.pp svneol=native#text/plain
-tests/test/cg/variants/tvarol117.pp svneol=native#text/plain
-tests/test/cg/variants/tvarol12.pp svneol=native#text/plain
-tests/test/cg/variants/tvarol124.pp svneol=native#text/plain
-tests/test/cg/variants/tvarol13.pp svneol=native#text/plain
-tests/test/cg/variants/tvarol133.pp svneol=native#text/plain
-tests/test/cg/variants/tvarol14.pp svneol=native#text/plain
-tests/test/cg/variants/tvarol154.pp svneol=native#text/plain
-tests/test/cg/variants/tvarol157.pp svneol=native#text/plain
-tests/test/cg/variants/tvarol159.pp svneol=native#text/plain
-tests/test/cg/variants/tvarol16.pp svneol=native#text/plain
-tests/test/cg/variants/tvarol163.pp svneol=native#text/plain
-tests/test/cg/variants/tvarol168.pp svneol=native#text/plain
-tests/test/cg/variants/tvarol20.pp svneol=native#text/plain
-tests/test/cg/variants/tvarol3.pp svneol=native#text/plain
-tests/test/cg/variants/tvarol30.pp svneol=native#text/plain
-tests/test/cg/variants/tvarol31.pp svneol=native#text/plain
-tests/test/cg/variants/tvarol33.pp svneol=native#text/plain
-tests/test/cg/variants/tvarol4.pp svneol=native#text/plain
-tests/test/cg/variants/tvarol48.pp svneol=native#text/plain
-tests/test/cg/variants/tvarol5.pp svneol=native#text/plain
-tests/test/cg/variants/tvarol51.pp svneol=native#text/plain
-tests/test/cg/variants/tvarol6.pp svneol=native#text/plain
-tests/test/cg/variants/tvarol61.pp svneol=native#text/plain
-tests/test/cg/variants/tvarol62.pp svneol=native#text/plain
-tests/test/cg/variants/tvarol64.pp svneol=native#text/plain
-tests/test/cg/variants/tvarol67.pp svneol=native#text/plain
-tests/test/cg/variants/tvarol7.pp svneol=native#text/plain
-tests/test/cg/variants/tvarol78.pp svneol=native#text/plain
-tests/test/cg/variants/tvarol8.pp svneol=native#text/plain
-tests/test/cg/variants/tvarol82.pp svneol=native#text/plain
-tests/test/cg/variants/tvarol84.pp svneol=native#text/plain
-tests/test/cg/variants/tvarol9.pp svneol=native#text/plain
-tests/test/cg/variants/tvarol91.pp svneol=native#text/plain
-tests/test/cg/variants/tvarol94.pp svneol=native#text/plain
-tests/test/cg/variants/tvarol96.pp svneol=native#text/plain
-tests/test/cpu16/i8086/tasm16_32_1.pp svneol=native#text/pascal
-tests/test/cpu16/i8086/tasm16_32_2.pp svneol=native#text/pascal
-tests/test/cpu16/i8086/tasm16_32_3.pp svneol=native#text/pascal
-tests/test/cpu16/i8086/tasm16_32_4.pp svneol=native#text/pascal
-tests/test/cpu16/i8086/tasmabs1.pp svneol=native#text/pascal
-tests/test/cpu16/i8086/tasmabs2.pp svneol=native#text/pascal
-tests/test/cpu16/i8086/tasmabs3.pp svneol=native#text/pascal
-tests/test/cpu16/i8086/tasmabs4.pp svneol=native#text/pascal
-tests/test/cpu16/i8086/tasmabs5.pp svneol=native#text/pascal
-tests/test/cpu16/i8086/tasmseg1.pp svneol=native#text/pascal
-tests/test/cpu16/i8086/tasmseg2.pp svneol=native#text/pascal
-tests/test/cpu16/i8086/tfaradr1.pp svneol=native#text/pascal
-tests/test/cpu16/i8086/tfarcal1.pp svneol=native#text/pascal
-tests/test/cpu16/i8086/tfarcal2.pp svneol=native#text/pascal
-tests/test/cpu16/i8086/tfarcal3.pp svneol=native#text/plain
-tests/test/cpu16/i8086/tfarcal4.pp svneol=native#text/plain
-tests/test/cpu16/i8086/tfarjmp2.pp svneol=native#text/pascal
-tests/test/cpu16/i8086/tfarptr1.pp svneol=native#text/pascal
-tests/test/cpu16/i8086/tfarptr2.pp svneol=native#text/pascal
-tests/test/cpu16/i8086/tfarptr3.pp svneol=native#text/pascal
-tests/test/cpu16/i8086/tfarptr4.pp svneol=native#text/pascal
-tests/test/cpu16/i8086/tfarptr5.pp svneol=native#text/pascal
-tests/test/cpu16/i8086/thugeptr1.pp svneol=native#text/pascal
-tests/test/cpu16/i8086/thugeptr1a.pp svneol=native#text/pascal
-tests/test/cpu16/i8086/thugeptr1b.pp svneol=native#text/pascal
-tests/test/cpu16/i8086/thugeptr2.pp svneol=native#text/pascal
-tests/test/cpu16/i8086/thugeptr2a.pp svneol=native#text/pascal
-tests/test/cpu16/i8086/thugeptr5.pp svneol=native#text/pascal
-tests/test/cpu16/i8086/thugeptr5a.pp svneol=native#text/pascal
-tests/test/cpu16/i8086/tintr1.pp svneol=native#text/pascal
-tests/test/cpu16/i8086/tintr2.pp svneol=native#text/pascal
-tests/test/cpu16/i8086/tlbldat1.pp svneol=native#text/plain
-tests/test/cpu16/i8086/tmmc.pp svneol=native#text/pascal
-tests/test/cpu16/i8086/tmml.pp svneol=native#text/pascal
-tests/test/cpu16/i8086/tmmm.pp svneol=native#text/pascal
-tests/test/cpu16/i8086/tmms.pp svneol=native#text/pascal
-tests/test/cpu16/i8086/tmmt.pp svneol=native#text/pascal
-tests/test/cpu16/i8086/tprcdat1.pp svneol=native#text/plain
-tests/test/cpu16/i8086/tprocaddr1.pp svneol=native#text/plain
-tests/test/cpu16/i8086/tptrcon.pp svneol=native#text/pascal
-tests/test/cpu16/i8086/tptrsize.pp svneol=native#text/pascal
-tests/test/cpu16/i8086/tra1.pp svneol=native#text/pascal
-tests/test/cpu16/i8086/tretf1.pp svneol=native#text/plain
-tests/test/cpu16/i8086/tretf2.pp svneol=native#text/plain
-tests/test/cpu16/i8086/tsegofs1.pp svneol=native#text/plain
-tests/test/cpu16/i8086/tsegofs1a.pp svneol=native#text/plain
-tests/test/cpu16/i8086/ttasm1.pp svneol=native#text/plain
-tests/test/cpu16/i8086/ttheap1.pp svneol=native#text/pascal
-tests/test/cpu16/taddint1.pp svneol=native#text/pascal
-tests/test/dots/unit6.pp svneol=native#text/pascal
-tests/test/dumpclass.pp svneol=native#text/plain
-tests/test/dumpmethods.pp svneol=native#text/plain
-tests/test/jvm/JavaClass.java svneol=native#text/plain
-tests/test/jvm/classlist.pp svneol=native#text/plain
-tests/test/jvm/classmeth.pp svneol=native#text/plain
-tests/test/jvm/forw.pp svneol=native#text/plain
-tests/test/jvm/getbit.pp svneol=native#text/plain
-tests/test/jvm/nested.pp svneol=native#text/plain
-tests/test/jvm/outpara.pp svneol=native#text/plain
-tests/test/jvm/sort.pp svneol=native#text/plain
-tests/test/jvm/tabs.pp svneol=native#text/plain
-tests/test/jvm/taddbool.pp svneol=native#text/plain
-tests/test/jvm/taddset.pp svneol=native#text/plain
-tests/test/jvm/taddsetint.pp svneol=native#text/plain
-tests/test/jvm/tarray2.pp svneol=native#text/plain
-tests/test/jvm/tarray3.pp svneol=native#text/plain
-tests/test/jvm/tassert.pp svneol=native#text/plain
-tests/test/jvm/tbyte.pp svneol=native#text/plain
-tests/test/jvm/tbytearrres.pp svneol=native#text/plain
-tests/test/jvm/tclassproptest.pp svneol=native#text/plain
-tests/test/jvm/tcnvstr1.pp svneol=native#text/plain
-tests/test/jvm/tcnvstr3.pp svneol=native#text/plain
-tests/test/jvm/tconst.pp svneol=native#text/plain
-tests/test/jvm/tdefpara.pp svneol=native#text/plain
-tests/test/jvm/tdynarrec.pp svneol=native#text/plain
-tests/test/jvm/tdynarrnil.pp svneol=native#text/plain
-tests/test/jvm/tenum.pp svneol=native#text/plain
-tests/test/jvm/tenum2.pp svneol=native#text/plain
-tests/test/jvm/test.pp svneol=native#text/plain
-tests/test/jvm/testall.bat svneol=native#text/plain
-tests/test/jvm/testall.sh svneol=native#text/plain
-tests/test/jvm/testansi.pp svneol=native#text/plain
-tests/test/jvm/testintf.pp svneol=native#text/plain
-tests/test/jvm/testshort.pp svneol=native#text/plain
-tests/test/jvm/tformalclass.pp svneol=native#text/plain
-tests/test/jvm/tformalpara.pp svneol=native#text/plain
-tests/test/jvm/tinitvar.pp svneol=native#text/plain
-tests/test/jvm/tint.pp svneol=native#text/plain
-tests/test/jvm/tintstr.pp svneol=native#text/plain
-tests/test/jvm/tjavalowercaseproc.java svneol=native#text/plain
-tests/test/jvm/tjsetter.java svneol=native#text/plain
-tests/test/jvm/tlowercaseproc.pp svneol=native#text/plain
-tests/test/jvm/tnestcallpass1.pp svneol=native#text/plain
-tests/test/jvm/tnestdynarr.pp svneol=native#text/plain
-tests/test/jvm/tnestedset.pp svneol=native#text/plain
-tests/test/jvm/tnestproc.pp svneol=native#text/plain
-tests/test/jvm/topovl.pp svneol=native#text/plain
-tests/test/jvm/toverload.pp svneol=native#text/plain
-tests/test/jvm/toverload2.pp svneol=native#text/plain
-tests/test/jvm/tprocvaranon.pp svneol=native#text/plain
-tests/test/jvm/tprop.pp svneol=native#text/plain
-tests/test/jvm/tprop2.pp svneol=native#text/plain
-tests/test/jvm/tprop3.pp svneol=native#text/plain
-tests/test/jvm/tprop4.pp svneol=native#text/plain
-tests/test/jvm/tprop5.pp svneol=native#text/plain
-tests/test/jvm/tprop5a.pp svneol=native#text/plain
-tests/test/jvm/tprop6.pp svneol=native#text/plain
-tests/test/jvm/tprop6a.pp svneol=native#text/plain
-tests/test/jvm/tptrdynarr.pp svneol=native#text/plain
-tests/test/jvm/tpvar.pp svneol=native#text/plain
-tests/test/jvm/tpvardelphi.pp svneol=native#text/plain
-tests/test/jvm/tpvarglobal.pp svneol=native#text/plain
-tests/test/jvm/tpvarglobaldelphi.pp svneol=native#text/plain
-tests/test/jvm/trange1.pp svneol=native#text/plain
-tests/test/jvm/trange2.pp svneol=native#text/plain
-tests/test/jvm/trange3.pp svneol=native#text/plain
-tests/test/jvm/tset1.pp svneol=native#text/plain
-tests/test/jvm/tset3.pp svneol=native#text/plain
-tests/test/jvm/tset7.pp svneol=native#text/plain
-tests/test/jvm/tsetansistr.pp svneol=native#text/plain
-tests/test/jvm/tsetstring.pp svneol=native#text/plain
-tests/test/jvm/tsmallintarr.pp svneol=native#text/plain
-tests/test/jvm/tstr.pp svneol=native#text/plain
-tests/test/jvm/tstring.pp svneol=native#text/plain
-tests/test/jvm/tstring1.pp svneol=native#text/plain
-tests/test/jvm/tstring9.pp svneol=native#text/plain
-tests/test/jvm/tstrreal1.pp svneol=native#text/plain
-tests/test/jvm/tstrreal2.pp svneol=native#text/plain
-tests/test/jvm/tthreadvar.pp svneol=native#text/plain
-tests/test/jvm/ttincdec.pp svneol=native#text/plain
-tests/test/jvm/ttrig.pp svneol=native#text/plain
-tests/test/jvm/ttrunc.pp svneol=native#text/plain
-tests/test/jvm/tval.inc svneol=native#text/plain
-tests/test/jvm/tval.pp svneol=native#text/plain
-tests/test/jvm/tval1.pp svneol=native#text/plain
-tests/test/jvm/tval2.pp svneol=native#text/plain
-tests/test/jvm/tval3.pp svneol=native#text/plain
-tests/test/jvm/tval4.pp svneol=native#text/plain
-tests/test/jvm/tval5.pp svneol=native#text/plain
-tests/test/jvm/tvalc.pp svneol=native#text/plain
-tests/test/jvm/tvarpara.pp svneol=native#text/plain
-tests/test/jvm/tvirtclmeth.pp svneol=native#text/plain
-tests/test/jvm/tw20212.pp svneol=native#text/plain
-tests/test/jvm/tw22807.pp svneol=native#text/plain
-tests/test/jvm/tw24089.pp svneol=native#text/plain
-tests/test/jvm/tw29585.pp svneol=native#text/plain
-tests/test/jvm/twith.pp svneol=native#text/plain
-tests/test/jvm/uenum.pp svneol=native#text/plain
-tests/test/jvm/ujsetter.pp svneol=native#text/plain
-tests/test/jvm/unsupported.pp svneol=native#text/plain
-tests/test/lcpref.inc svneol=native#text/plain
-tests/test/library/tlib1a.pp svneol=native#text/plain
-tests/test/library/tlib1b.pp svneol=native#text/plain
-tests/test/library/tlib1c.pp svneol=native#text/plain
-tests/test/library/tlib1d.pp svneol=native#text/plain
-tests/test/library/tlib3a.pp svneol=native#text/plain
-tests/test/library/tlib3b.pp svneol=native#text/plain
-tests/test/library/tlib3c.pp svneol=native#text/plain
-tests/test/library/tlib3d.pp svneol=native#text/plain
-tests/test/library/ttdllex1.pp svneol=native#text/plain
-tests/test/library/ttdllexe.pp svneol=native#text/plain
-tests/test/library/ttdlltes1.pp svneol=native#text/plain
-tests/test/library/ttdlltest.pp svneol=native#text/plain
-tests/test/library/ulib2a.pp svneol=native#text/plain
-tests/test/library/ulib2b.pp svneol=native#text/plain
-tests/test/opt/README.txt svneol=native#text/plain
-tests/test/opt/tarmls1.pp svneol=native#text/plain
-tests/test/opt/tarmsa1.pp svneol=native#text/plain
-tests/test/opt/tarmshift.pp svneol=native#text/plain
-tests/test/opt/tcaseopt1.pp svneol=native#text/plain
-tests/test/opt/tcmov.pp svneol=native#text/plain
-tests/test/opt/tconstprop1.pp svneol=native#text/pascal
-tests/test/opt/tcse1.pp svneol=native#text/plain
-tests/test/opt/tcse2.pp svneol=native#text/plain
-tests/test/opt/tcse3.pp svneol=native#text/plain
-tests/test/opt/tcse4.pp svneol=native#text/pascal
-tests/test/opt/tcse5.pp svneol=native#text/pascal
-tests/test/opt/tdeadstr1.pp svneol=native#text/pascal
-tests/test/opt/tdeadstr2.pp svneol=native#text/pascal
-tests/test/opt/tdeadstr3.pp svneol=native#text/pascal
-tests/test/opt/tdeadstr4.pp svneol=native#text/pascal
-tests/test/opt/tdfa1.pp svneol=native#text/pascal
-tests/test/opt/tdfa10.pp svneol=native#text/pascal
-tests/test/opt/tdfa11.pp svneol=native#text/pascal
-tests/test/opt/tdfa12.pp svneol=native#text/pascal
-tests/test/opt/tdfa13.pp svneol=native#text/pascal
-tests/test/opt/tdfa14.pp svneol=native#text/pascal
-tests/test/opt/tdfa15.pp svneol=native#text/pascal
-tests/test/opt/tdfa16.pp svneol=native#text/pascal
-tests/test/opt/tdfa17.pp svneol=native#text/pascal
-tests/test/opt/tdfa18.pp svneol=native#text/pascal
-tests/test/opt/tdfa19.pp svneol=native#text/plain
-tests/test/opt/tdfa2.pp svneol=native#text/pascal
-tests/test/opt/tdfa20.pp svneol=native#text/plain
-tests/test/opt/tdfa3.pp svneol=native#text/pascal
-tests/test/opt/tdfa4.pp svneol=native#text/pascal
-tests/test/opt/tdfa5.pp svneol=native#text/pascal
-tests/test/opt/tdfa6.pp svneol=native#text/pascal
-tests/test/opt/tdfa7.pp svneol=native#text/pascal
-tests/test/opt/tdfa8.pp svneol=native#text/pascal
-tests/test/opt/tdfa9.pp svneol=native#text/pascal
-tests/test/opt/tgotoreg.pp svneol=native#text/plain
-tests/test/opt/treg1.pp svneol=native#text/plain
-tests/test/opt/treg2.pp svneol=native#text/plain
-tests/test/opt/treg3.pp svneol=native#text/plain
-tests/test/opt/treg4.pp svneol=native#text/plain
-tests/test/opt/tretopt.pp svneol=native#text/plain
-tests/test/opt/tspace.pp svneol=native#text/plain
-tests/test/opt/twpo1.pp svneol=native#text/plain
-tests/test/opt/twpo2.pp svneol=native#text/plain
-tests/test/opt/twpo3.pp svneol=native#text/plain
-tests/test/opt/twpo4.pp svneol=native#text/plain
-tests/test/opt/twpo5.pp svneol=native#text/plain
-tests/test/opt/twpo6.pp svneol=native#text/plain
-tests/test/opt/twpo7.pp svneol=native#text/plain
-tests/test/opt/udeadstr4.pp svneol=native#text/pascal
-tests/test/opt/uwpo2.pp svneol=native#text/plain
-tests/test/packages/bzip2/tbzip2streamtest.pp svneol=native#text/plain
-tests/test/packages/bzip2/testbzip2.res -text
-tests/test/packages/cocoaint/tobjc33.pp svneol=native#text/plain
-tests/test/packages/cocoaint/tobjc33a.pp svneol=native#text/plain
-tests/test/packages/cocoaint/tobjcnh1.pp svneol=native#text/plain
-tests/test/packages/cocoaint/tvarpara.pp svneol=native#text/plain
-tests/test/packages/cocoaint/tw16329.pp svneol=native#text/plain
-tests/test/packages/cocoaint/tw20875.pp svneol=native#text/plain
-tests/test/packages/cocoaint/tw20876.pp svneol=native#text/plain
-tests/test/packages/cocoaint/uw20875a.pp svneol=native#text/plain
-tests/test/packages/cocoaint/uw20875b.pp svneol=native#text/plain
-tests/test/packages/fcl-base/tascii85.pp svneol=native#text/plain
-tests/test/packages/fcl-base/testuri.pp svneol=native#text/plain
-tests/test/packages/fcl-base/tgettext1.pp svneol=native#text/plain
-tests/test/packages/fcl-db/assertions.pas svneol=native#text/plain
-tests/test/packages/fcl-db/dbftoolsunit.pas svneol=native#text/plain
-tests/test/packages/fcl-db/tdb1.pp svneol=native#text/plain
-tests/test/packages/fcl-db/tdb2.pp svneol=native#text/plain
-tests/test/packages/fcl-db/tdb3.pp svneol=native#text/plain
-tests/test/packages/fcl-db/tdb4.pp svneol=native#text/plain
-tests/test/packages/fcl-db/tdb5.pp svneol=native#text/plain
-tests/test/packages/fcl-db/tdb6.pp svneol=native#text/plain
-tests/test/packages/fcl-db/toolsunit.pas svneol=native#text/plain
-tests/test/packages/fcl-registry/tregistry1.pp svneol=native#text/plain
-tests/test/packages/fcl-registry/tw35060a.pp svneol=native#text/plain
-tests/test/packages/fcl-registry/tw35060b.pp svneol=native#text/plain
-tests/test/packages/fcl-registry/tw35060c.pp svneol=native#text/plain
-tests/test/packages/fcl-xml/thtmlwriter.pp svneol=native#text/plain
-tests/test/packages/fcl-xml/tw22495.pp svneol=native#text/plain
-tests/test/packages/fcl-xml/uw22495.pp svneol=native#text/plain
-tests/test/packages/hash/sha1test.pp svneol=native#text/plain
-tests/test/packages/hash/tmdtest.pp svneol=native#text/plain
-tests/test/packages/univint/tcgrectmake.pp svneol=native#text/plain
-tests/test/packages/webtbs/tw10045.pp svneol=native#text/plain
-tests/test/packages/webtbs/tw11142.pp svneol=native#text/plain
-tests/test/packages/webtbs/tw11570.pp svneol=native#text/plain
-tests/test/packages/webtbs/tw12830.pp svneol=native#text/plain
-tests/test/packages/webtbs/tw14265.pp svneol=native#text/plain
-tests/test/packages/webtbs/tw1808.pp svneol=native#text/plain
-tests/test/packages/webtbs/tw3820.pp svneol=native#text/plain
-tests/test/packages/win-base/tdispvar1.pp svneol=native#text/plain
-tests/test/packages/win-base/tdispvar2.pp svneol=native#text/pascal
-tests/test/packages/zlib/tzlib1.pp svneol=native#text/plain
-tests/test/t4cc1.pp svneol=native#text/plain
-tests/test/t4cc2.pp svneol=native#text/plain
-tests/test/taarch64abi.pp svneol=native#text/plain
-tests/test/tabstract1.pp svneol=native#text/pascal
-tests/test/tabstrcl.pp svneol=native#text/plain
-tests/test/tabsvr1.pp svneol=native#text/plain
-tests/test/tabsvr2.pp svneol=native#text/plain
-tests/test/tabsvr3.pp svneol=native#text/plain
-tests/test/tabsvr4.pp svneol=native#text/plain
-tests/test/tabsvr5.pp svneol=native#text/plain
-tests/test/tabsvr6.pp svneol=native#text/pascal
-tests/test/tabsvr7.pp svneol=native#text/pascal
-tests/test/taddstr1.pp svneol=native#text/plain
-tests/test/taes1.pp svneol=native#text/plain
-tests/test/talign.pp svneol=native#text/plain
-tests/test/talign1.pp svneol=native#text/plain
-tests/test/talign2.pp svneol=native#text/plain
-tests/test/taligned1.pp svneol=native#text/pascal
-tests/test/tand1.pp svneol=native#text/plain
-tests/test/tandorandnot1.pp svneol=native#text/pascal
-tests/test/targ1a.pp svneol=native#text/plain
-tests/test/targ1b.pp svneol=native#text/plain
-tests/test/tarray1.pp svneol=native#text/plain
-tests/test/tarray10.pp svneol=native#text/plain
-tests/test/tarray11.pp svneol=native#text/pascal
-tests/test/tarray12.pp svneol=native#text/pascal
-tests/test/tarray13.pp svneol=native#text/pascal
-tests/test/tarray14.pp svneol=native#text/pascal
-tests/test/tarray15.pp svneol=native#text/pascal
-tests/test/tarray16.pp svneol=native#text/pascal
-tests/test/tarray17.pp svneol=native#text/pascal
-tests/test/tarray18.pp svneol=native#text/pascal
-tests/test/tarray19.pp svneol=native#text/pascal
-tests/test/tarray2.pp svneol=native#text/plain
-tests/test/tarray20.pp svneol=native#text/pascal
-tests/test/tarray21.pp svneol=native#text/pascal
-tests/test/tarray22.pp svneol=native#text/pascal
-tests/test/tarray3.pp svneol=native#text/plain
-tests/test/tarray4.pp svneol=native#text/plain
-tests/test/tarray5.pp svneol=native#text/plain
-tests/test/tarray6.pp svneol=native#text/plain
-tests/test/tarray7.pp svneol=native#text/plain
-tests/test/tarray8.pp svneol=native#text/plain
-tests/test/tarray9.pp svneol=native#text/plain
-tests/test/tarrconstr1.pp svneol=native#text/pascal
-tests/test/tarrconstr10.pp svneol=native#text/pascal
-tests/test/tarrconstr11.pp svneol=native#text/pascal
-tests/test/tarrconstr12.pp svneol=native#text/pascal
-tests/test/tarrconstr13.pp svneol=native#text/pascal
-tests/test/tarrconstr14.pp svneol=native#text/pascal
-tests/test/tarrconstr15.pp svneol=native#text/pascal
-tests/test/tarrconstr16.pp svneol=native#text/pascal
-tests/test/tarrconstr2.pp svneol=native#text/pascal
-tests/test/tarrconstr3.pp svneol=native#text/pascal
-tests/test/tarrconstr4.pp svneol=native#text/pascal
-tests/test/tarrconstr5.pp svneol=native#text/pascal
-tests/test/tarrconstr6.pp svneol=native#text/pascal
-tests/test/tarrconstr7.pp svneol=native#text/pascal
-tests/test/tarrconstr8.pp svneol=native#text/pascal
-tests/test/tarrconstr9.pp svneol=native#text/pascal
-tests/test/tasm1.pp svneol=native#text/plain
-tests/test/tasm10.pp svneol=native#text/plain
-tests/test/tasm10a.pp svneol=native#text/plain
-tests/test/tasm11a.pp svneol=native#text/plain
-tests/test/tasm11b.pp svneol=native#text/plain
-tests/test/tasm11c.pp svneol=native#text/plain
-tests/test/tasm12a.pp svneol=native#text/plain
-tests/test/tasm12b.pp svneol=native#text/plain
-tests/test/tasm12c.pp svneol=native#text/plain
-tests/test/tasm13a.pp svneol=native#text/plain
-tests/test/tasm13b.pp svneol=native#text/plain
-tests/test/tasm13c.pp svneol=native#text/plain
-tests/test/tasm13d.pp svneol=native#text/plain
-tests/test/tasm13e.pp svneol=native#text/plain
-tests/test/tasm13f.pp svneol=native#text/plain
-tests/test/tasm13g.pp svneol=native#text/plain
-tests/test/tasm13h.pp svneol=native#text/plain
-tests/test/tasm13i.pp svneol=native#text/plain
-tests/test/tasm13j.pp svneol=native#text/plain
-tests/test/tasm14a.pp svneol=native#text/plain
-tests/test/tasm14b.pp svneol=native#text/plain
-tests/test/tasm14c.pp svneol=native#text/plain
-tests/test/tasm14d.pp svneol=native#text/plain
-tests/test/tasm14e.pp svneol=native#text/plain
-tests/test/tasm14f.pp svneol=native#text/plain
-tests/test/tasm15.pp svneol=native#text/plain
-tests/test/tasm15a.pp svneol=native#text/plain
-tests/test/tasm16.pp svneol=native#text/plain
-tests/test/tasm17.pp svneol=native#text/plain
-tests/test/tasm18.pp svneol=native#text/plain
-tests/test/tasm18a.pp svneol=native#text/plain
-tests/test/tasm18b.pp svneol=native#text/plain
-tests/test/tasm18c.pp svneol=native#text/plain
-tests/test/tasm18d.pp svneol=native#text/plain
-tests/test/tasm18e.pp svneol=native#text/plain
-tests/test/tasm18f.pp svneol=native#text/plain
-tests/test/tasm18g.pp svneol=native#text/plain
-tests/test/tasm18h.pp svneol=native#text/plain
-tests/test/tasm19.pp svneol=native#text/plain
-tests/test/tasm2.inc svneol=native#text/plain
-tests/test/tasm2.pp svneol=native#text/plain
-tests/test/tasm20.pp svneol=native#text/plain
-tests/test/tasm21.pp svneol=native#text/plain
-tests/test/tasm21a.pp svneol=native#text/plain
-tests/test/tasm21b.pp svneol=native#text/plain
-tests/test/tasm22.pp svneol=native#text/plain
-tests/test/tasm23.pp svneol=native#text/plain
-tests/test/tasm23a.pp svneol=native#text/plain
-tests/test/tasm23b.pp svneol=native#text/plain
-tests/test/tasm24.pp svneol=native#text/plain
-tests/test/tasm25cs0.pp svneol=native#text/plain
-tests/test/tasm25cs1.pp svneol=native#text/plain
-tests/test/tasm25cs2.pp svneol=native#text/plain
-tests/test/tasm25cs3.pp svneol=native#text/plain
-tests/test/tasm25ds0.pp svneol=native#text/plain
-tests/test/tasm25ds1.pp svneol=native#text/plain
-tests/test/tasm25ds2.pp svneol=native#text/plain
-tests/test/tasm25ds3.pp svneol=native#text/plain
-tests/test/tasm25es0.pp svneol=native#text/plain
-tests/test/tasm25es1.pp svneol=native#text/plain
-tests/test/tasm25es2.pp svneol=native#text/plain
-tests/test/tasm25es3.pp svneol=native#text/plain
-tests/test/tasm25fs0.pp svneol=native#text/plain
-tests/test/tasm25fs1.pp svneol=native#text/plain
-tests/test/tasm25gs0.pp svneol=native#text/plain
-tests/test/tasm25gs1.pp svneol=native#text/plain
-tests/test/tasm25ss0.pp svneol=native#text/plain
-tests/test/tasm25ss1.pp svneol=native#text/plain
-tests/test/tasm25ss2.pp svneol=native#text/plain
-tests/test/tasm25ss3.pp svneol=native#text/plain
-tests/test/tasm26.pp svneol=native#text/plain
-tests/test/tasm27.pp svneol=native#text/plain
-tests/test/tasm27a.pp svneol=native#text/plain
-tests/test/tasm2a.pp svneol=native#text/plain
-tests/test/tasm3.pp svneol=native#text/plain
-tests/test/tasm4.pp svneol=native#text/plain
-tests/test/tasm5.pp svneol=native#text/plain
-tests/test/tasm6.pp svneol=native#text/plain
-tests/test/tasm7.pp svneol=native#text/pascal
-tests/test/tasm8.pp svneol=native#text/plain
-tests/test/tasm9.pp svneol=native#text/pascal
-tests/test/tasmpublic1.pp svneol=native#text/pascal
-tests/test/tasmpublic2.pp svneol=native#text/pascal
-tests/test/tasmpublic3.pp svneol=native#text/pascal
-tests/test/tasmread.pp svneol=native#text/plain
-tests/test/tasout.pp svneol=native#text/plain
-tests/test/tassignmentoperator1.pp svneol=native#text/pascal
-tests/test/tb0266.pp svneol=native#text/plain
-tests/test/tblock1.pp svneol=native#text/plain
-tests/test/tblock1a.pp svneol=native#text/plain
-tests/test/tblock1c.pp svneol=native#text/plain
-tests/test/tblock2.pp svneol=native#text/plain
-tests/test/tblock2a.pp svneol=native#text/plain
-tests/test/tblock3a.pp svneol=native#text/pascal
-tests/test/tblock3b.pp svneol=native#text/pascal
-tests/test/tbopr.pp svneol=native#text/plain
-tests/test/tbrtlevt.pp svneol=native#text/plain
-tests/test/tbsx1.pp svneol=native#text/plain
-tests/test/tbsx2.pp svneol=native#text/plain
-tests/test/tcas128.pp svneol=native#text/pascal
-tests/test/tcase0.pp svneol=native#text/pascal
-tests/test/tcase1.pp svneol=native#text/plain
-tests/test/tcase10.pp svneol=native#text/pascal
-tests/test/tcase11.pp svneol=native#text/pascal
-tests/test/tcase12.pp svneol=native#text/pascal
-tests/test/tcase13.pp svneol=native#text/pascal
-tests/test/tcase14.pp svneol=native#text/pascal
-tests/test/tcase15.pp svneol=native#text/pascal
-tests/test/tcase16.pp svneol=native#text/pascal
-tests/test/tcase17.pp svneol=native#text/pascal
-tests/test/tcase18.pp svneol=native#text/pascal
-tests/test/tcase19.pp svneol=native#text/pascal
-tests/test/tcase2.pp svneol=native#text/plain
-tests/test/tcase20.pp svneol=native#text/pascal
-tests/test/tcase21.pp svneol=native#text/pascal
-tests/test/tcase22.pp svneol=native#text/pascal
-tests/test/tcase23.pp svneol=native#text/pascal
-tests/test/tcase24.pp svneol=native#text/pascal
-tests/test/tcase25.pp svneol=native#text/pascal
-tests/test/tcase26.pp svneol=native#text/pascal
-tests/test/tcase27.pp svneol=native#text/pascal
-tests/test/tcase28.pp svneol=native#text/pascal
-tests/test/tcase29.pp svneol=native#text/pascal
-tests/test/tcase3.pp svneol=native#text/pascal
-tests/test/tcase30.pp svneol=native#text/pascal
-tests/test/tcase31.pp svneol=native#text/pascal
-tests/test/tcase32.pp svneol=native#text/pascal
-tests/test/tcase33.pp svneol=native#text/pascal
-tests/test/tcase34.pp svneol=native#text/pascal
-tests/test/tcase35.pp svneol=native#text/pascal
-tests/test/tcase36.pp svneol=native#text/pascal
-tests/test/tcase37.pp svneol=native#text/pascal
-tests/test/tcase38.pp svneol=native#text/pascal
-tests/test/tcase39.pp svneol=native#text/pascal
-tests/test/tcase4.pp svneol=native#text/pascal
-tests/test/tcase40.pp svneol=native#text/pascal
-tests/test/tcase41.pp svneol=native#text/pascal
-tests/test/tcase42.pp svneol=native#text/pascal
-tests/test/tcase43.pp svneol=native#text/pascal
-tests/test/tcase44.pp svneol=native#text/pascal
-tests/test/tcase45.pp svneol=native#text/pascal
-tests/test/tcase45_2.pp svneol=native#text/pascal
-tests/test/tcase46.pp svneol=native#text/pascal
-tests/test/tcase46_2.pp svneol=native#text/pascal
-tests/test/tcase47.pp svneol=native#text/pascal
-tests/test/tcase47_2.pp svneol=native#text/pascal
-tests/test/tcase48.pp svneol=native#text/pascal
-tests/test/tcase48_2.pp svneol=native#text/pascal
-tests/test/tcase49.pp svneol=native#text/pascal
-tests/test/tcase5.pp svneol=native#text/pascal
-tests/test/tcase50.pp svneol=native#text/pascal
-tests/test/tcase6.pp svneol=native#text/pascal
-tests/test/tcase7.pp svneol=native#text/pascal
-tests/test/tcase8.pp svneol=native#text/pascal
-tests/test/tcase9.pp svneol=native#text/pascal
-tests/test/tcasecov1.pp svneol=native#text/plain
-tests/test/tcasecov2.pp svneol=native#text/plain
-tests/test/tcasecov3.pp svneol=native#text/plain
-tests/test/tcasecov3a.pp svneol=native#text/plain
-tests/test/tcasecov3b.pp svneol=native#text/plain
-tests/test/tcasecov3c.pp svneol=native#text/plain
-tests/test/tcasecov3d.pp svneol=native#text/plain
-tests/test/tcasecov3e.pp svneol=native#text/plain
-tests/test/tcasecov4.pp svneol=native#text/plain
-tests/test/tcasecov5.pp svneol=native#text/plain
-tests/test/tcasecov6.pp svneol=native#text/plain
-tests/test/tcasecov7.pp svneol=native#text/plain
-tests/test/tcasecov8.pp svneol=native#text/plain
-tests/test/tcasecov9.pp svneol=native#text/plain
-tests/test/tcg1.pp svneol=native#text/plain
-tests/test/tchlp1.pp svneol=native#text/pascal
-tests/test/tchlp10.pp svneol=native#text/pascal
-tests/test/tchlp11.pp svneol=native#text/pascal
-tests/test/tchlp12.pp svneol=native#text/pascal
-tests/test/tchlp13.pp svneol=native#text/pascal
-tests/test/tchlp14.pp svneol=native#text/pascal
-tests/test/tchlp15.pp svneol=native#text/pascal
-tests/test/tchlp16.pp svneol=native#text/pascal
-tests/test/tchlp17.pp svneol=native#text/pascal
-tests/test/tchlp18.pp svneol=native#text/pascal
-tests/test/tchlp19.pp svneol=native#text/pascal
-tests/test/tchlp2.pp svneol=native#text/pascal
-tests/test/tchlp20.pp svneol=native#text/pascal
-tests/test/tchlp21.pp svneol=native#text/pascal
-tests/test/tchlp22.pp svneol=native#text/pascal
-tests/test/tchlp23.pp svneol=native#text/pascal
-tests/test/tchlp24.pp svneol=native#text/pascal
-tests/test/tchlp25.pp svneol=native#text/pascal
-tests/test/tchlp26.pp svneol=native#text/pascal
-tests/test/tchlp27.pp svneol=native#text/pascal
-tests/test/tchlp28.pp svneol=native#text/pascal
-tests/test/tchlp29.pp svneol=native#text/pascal
-tests/test/tchlp3.pp svneol=native#text/pascal
-tests/test/tchlp30.pp svneol=native#text/pascal
-tests/test/tchlp31.pp svneol=native#text/pascal
-tests/test/tchlp32.pp svneol=native#text/pascal
-tests/test/tchlp33.pp svneol=native#text/pascal
-tests/test/tchlp34.pp svneol=native#text/pascal
-tests/test/tchlp35.pp svneol=native#text/pascal
-tests/test/tchlp36.pp svneol=native#text/pascal
-tests/test/tchlp37.pp svneol=native#text/pascal
-tests/test/tchlp38.pp svneol=native#text/pascal
-tests/test/tchlp39.pp svneol=native#text/pascal
-tests/test/tchlp4.pp svneol=native#text/pascal
-tests/test/tchlp40.pp svneol=native#text/pascal
-tests/test/tchlp41.pp svneol=native#text/pascal
-tests/test/tchlp42.pp svneol=native#text/pascal
-tests/test/tchlp43.pp svneol=native#text/pascal
-tests/test/tchlp44.pp svneol=native#text/pascal
-tests/test/tchlp45.pp svneol=native#text/pascal
-tests/test/tchlp46.pp svneol=native#text/pascal
-tests/test/tchlp47.pp svneol=native#text/pascal
-tests/test/tchlp48.pp svneol=native#text/pascal
-tests/test/tchlp49.pp svneol=native#text/pascal
-tests/test/tchlp5.pp svneol=native#text/pascal
-tests/test/tchlp50.pp svneol=native#text/pascal
-tests/test/tchlp51.pp svneol=native#text/pascal
-tests/test/tchlp52.pp svneol=native#text/pascal
-tests/test/tchlp53.pp svneol=native#text/pascal
-tests/test/tchlp54.pp svneol=native#text/pascal
-tests/test/tchlp55.pp svneol=native#text/pascal
-tests/test/tchlp56.pp svneol=native#text/pascal
-tests/test/tchlp57.pp svneol=native#text/pascal
-tests/test/tchlp58.pp svneol=native#text/pascal
-tests/test/tchlp59.pp svneol=native#text/pascal
-tests/test/tchlp6.pp svneol=native#text/pascal
-tests/test/tchlp7.pp svneol=native#text/pascal
-tests/test/tchlp8.pp svneol=native#text/pascal
-tests/test/tchlp9.pp svneol=native#text/pascal
-tests/test/tcint64.pp svneol=native#text/plain
-tests/test/tclass1.pp svneol=native#text/plain
-tests/test/tclass10.pp svneol=native#text/pascal
-tests/test/tclass10a.pp svneol=native#text/pascal
-tests/test/tclass10b.pp svneol=native#text/pascal
-tests/test/tclass10c.pp svneol=native#text/pascal
-tests/test/tclass11a.pp svneol=native#text/pascal
-tests/test/tclass11b.pp svneol=native#text/pascal
-tests/test/tclass12a.pp svneol=native#text/pascal
-tests/test/tclass12b.pp svneol=native#text/pascal
-tests/test/tclass12c.pp svneol=native#text/pascal
-tests/test/tclass12d.pp svneol=native#text/plain
-tests/test/tclass13.pp svneol=native#text/pascal
-tests/test/tclass13a.pp svneol=native#text/plain
-tests/test/tclass13b.pp svneol=native#text/plain
-tests/test/tclass13c.pp svneol=native#text/pascal
-tests/test/tclass13d.pp svneol=native#text/pascal
-tests/test/tclass14a.pp svneol=native#text/pascal
-tests/test/tclass14b.pp svneol=native#text/pascal
-tests/test/tclass15.pp svneol=native#text/pascal
-tests/test/tclass16.pp svneol=native#text/pascal
-tests/test/tclass17.pp svneol=native#text/pascal
-tests/test/tclass2.pp svneol=native#text/plain
-tests/test/tclass3.pp svneol=native#text/plain
-tests/test/tclass4.pp svneol=native#text/plain
-tests/test/tclass5.pp svneol=native#text/plain
-tests/test/tclass6.pp svneol=native#text/plain
-tests/test/tclass7.pp svneol=native#text/plain
-tests/test/tclass8.pp svneol=native#text/plain
-tests/test/tclass9.pp svneol=native#text/pascal
-tests/test/tclassinfo1.pp svneol=native#text/pascal
-tests/test/tclrprop.pp svneol=native#text/plain
-tests/test/tcmov1.pp svneol=native#text/plain
-tests/test/tcmp.pp svneol=native#text/plain
-tests/test/tcmp0.pp svneol=native#text/plain
-tests/test/tconstref1.pp svneol=native#text/pascal
-tests/test/tconstref2.pp svneol=native#text/pascal
-tests/test/tconstref3.pp svneol=native#text/pascal
-tests/test/tconstref4.pp svneol=native#text/pascal
-tests/test/tcpstr1.pp svneol=native#text/plain
-tests/test/tcpstr10.pp svneol=native#text/pascal
-tests/test/tcpstr11.pp svneol=native#text/pascal
-tests/test/tcpstr12.pp svneol=native#text/pascal
-tests/test/tcpstr13.pp svneol=native#text/pascal
-tests/test/tcpstr14.pp svneol=native#text/pascal
-tests/test/tcpstr15.pp svneol=native#text/pascal
-tests/test/tcpstr16.pp svneol=native#text/pascal
-tests/test/tcpstr17.pp svneol=native#text/pascal
-tests/test/tcpstr18.pp svneol=native#text/pascal
-tests/test/tcpstr19.pp svneol=native#text/pascal
-tests/test/tcpstr2.pp svneol=native#text/plain
-tests/test/tcpstr20.pp svneol=native#text/pascal
-tests/test/tcpstr21.pp svneol=native#text/pascal
-tests/test/tcpstr21a.pp svneol=native#text/pascal
-tests/test/tcpstr22.pp svneol=native#text/pascal
-tests/test/tcpstr23.pp svneol=native#text/pascal
-tests/test/tcpstr24.pp svneol=native#text/plain
-tests/test/tcpstr25.pp svneol=native#text/plain
-tests/test/tcpstr26.pp svneol=native#text/plain
-tests/test/tcpstr26a.pp svneol=native#text/plain
-tests/test/tcpstr26b.pp svneol=native#text/plain
-tests/test/tcpstr26c.pp svneol=native#text/plain
-tests/test/tcpstr26d.pp svneol=native#text/plain
-tests/test/tcpstr27.pp svneol=native#text/plain
-tests/test/tcpstr28.pp svneol=native#text/pascal
-tests/test/tcpstr2a.pp svneol=native#text/plain
-tests/test/tcpstr3.pp svneol=native#text/plain
-tests/test/tcpstr4.pp svneol=native#text/plain
-tests/test/tcpstr5.pp svneol=native#text/plain
-tests/test/tcpstr6.pp svneol=native#text/plain
-tests/test/tcpstr7.pp svneol=native#text/plain
-tests/test/tcpstr8.pp svneol=native#text/pascal
-tests/test/tcpstr9.pp svneol=native#text/pascal
-tests/test/tcpstransistr2shortstring.pp svneol=native#text/plain
-tests/test/tcpstransistr2widechararray.pp svneol=native#text/plain
-tests/test/tcpstransistr2widechararray2.pp svneol=native#text/plain
-tests/test/tcpstransistrcompare.pp svneol=native#text/plain
-tests/test/tcpstransistrcompareequal.pp svneol=native#text/plain
-tests/test/tcpstransistrcopy.pp svneol=native#text/plain
-tests/test/tcpstrassignansistr.pp svneol=native#text/plain
-tests/test/tcpstrchar2ansistr.pp svneol=native#text/plain
-tests/test/tcpstrconcat.pp svneol=native#text/plain
-tests/test/tcpstrconcat2.pp svneol=native#text/plain
-tests/test/tcpstrconcat3.pp svneol=native#text/plain
-tests/test/tcpstrconcat4.pp svneol=native#text/plain
-tests/test/tcpstrconcatmulti.pp svneol=native#text/plain
-tests/test/tcpstrconcatmulti2.pp svneol=native#text/plain
-tests/test/tcpstrpchar2ansistr.pp svneol=native#text/plain
-tests/test/tcpstrsetlength.pp svneol=native#text/plain
-tests/test/tcpstrsetlength2.pp svneol=native#text/plain
-tests/test/tcpstrshortstr2ansistr.pp svneol=native#text/plain
-tests/test/tcptypedconst.pp svneol=native#text/plain
-tests/test/tcptypedconst2.pp svneol=native#text/plain
-tests/test/tcptypedconst3.pp svneol=native#text/plain
-tests/test/tcstring1.pp svneol=native#text/pascal
-tests/test/tcstring2.pp svneol=native#text/pascal
-tests/test/tcurrency1.pp svneol=native#text/pascal
-tests/test/tcustomattr1.pp svneol=native#text/pascal
-tests/test/tcustomattr10.pp svneol=native#text/pascal
-tests/test/tcustomattr11.pp svneol=native#text/pascal
-tests/test/tcustomattr12.pp svneol=native#text/pascal
-tests/test/tcustomattr13.pp svneol=native#text/pascal
-tests/test/tcustomattr14.pp svneol=native#text/pascal
-tests/test/tcustomattr15.pp svneol=native#text/pascal
-tests/test/tcustomattr16.pp svneol=native#text/pascal
-tests/test/tcustomattr17.pp svneol=native#text/pascal
-tests/test/tcustomattr18.pp svneol=native#text/pascal
-tests/test/tcustomattr19.pp svneol=native#text/pascal
-tests/test/tcustomattr2.pp svneol=native#text/pascal
-tests/test/tcustomattr20.pp svneol=native#text/pascal
-tests/test/tcustomattr21.pp svneol=native#text/pascal
-tests/test/tcustomattr22.pp svneol=native#text/pascal
-tests/test/tcustomattr3.pp svneol=native#text/pascal
-tests/test/tcustomattr4.pp svneol=native#text/pascal
-tests/test/tcustomattr5.pp svneol=native#text/pascal
-tests/test/tcustomattr6.pp svneol=native#text/pascal
-tests/test/tcustomattr7.pp svneol=native#text/pascal
-tests/test/tcustomattr8.pp svneol=native#text/pascal
-tests/test/tcustomattr9.pp svneol=native#text/pascal
-tests/test/tcustomvar1.pp svneol=native#text/pascal
-tests/test/tdefault1.pp svneol=native#text/pascal
-tests/test/tdefault10.pp svneol=native#text/pascal
-tests/test/tdefault11.pp svneol=native#text/pascal
-tests/test/tdefault12.pp svneol=native#text/pascal
-tests/test/tdefault13.pp svneol=native#text/pascal
-tests/test/tdefault14.pp svneol=native#text/pascal
-tests/test/tdefault15.pp svneol=native#text/pascal
-tests/test/tdefault2.pp svneol=native#text/pascal
-tests/test/tdefault3.pp svneol=native#text/pascal
-tests/test/tdefault4.pp svneol=native#text/pascal
-tests/test/tdefault5.pp svneol=native#text/pascal
-tests/test/tdefault6.pp svneol=native#text/pascal
-tests/test/tdefault7.pp svneol=native#text/pascal
-tests/test/tdefault8.pp svneol=native#text/pascal
-tests/test/tdefault9.pp svneol=native#text/pascal
-tests/test/tdel1.pp svneol=native#text/plain
-tests/test/tdel2.pp svneol=native#text/plain
-tests/test/tdes1.pp svneol=native#text/pascal
-tests/test/tdes2.pp svneol=native#text/pascal
-tests/test/tdispinterface1a.pp svneol=native#text/pascal
-tests/test/tdispinterface1b.pp svneol=native#text/pascal
-tests/test/tdispinterface2.pp svneol=native#text/plain
-tests/test/tdotunits1.pp svneol=native#text/pascal
-tests/test/tdotunits2.pp svneol=native#text/pascal
-tests/test/tdotunits3.pp svneol=native#text/pascal
-tests/test/tdotunits4.pp svneol=native#text/pascal
-tests/test/tendian1.pp svneol=native#text/plain
-tests/test/tenum1.pp svneol=native#text/plain
-tests/test/tenum2.pp svneol=native#text/plain
-tests/test/tenum3.pp svneol=native#text/plain
-tests/test/tenum4.pp svneol=native#text/plain
-tests/test/tenum5.pp svneol=native#text/plain
-tests/test/tenum6.pp svneol=native#text/pascal
-tests/test/tenumerators1.pp svneol=native#text/pascal
-tests/test/terecs1.pp svneol=native#text/pascal
-tests/test/terecs10.pp svneol=native#text/pascal
-tests/test/terecs11.pp svneol=native#text/pascal
-tests/test/terecs12.pp svneol=native#text/pascal
-tests/test/terecs12a.pp svneol=native#text/pascal
-tests/test/terecs12b.pp svneol=native#text/pascal
-tests/test/terecs12c.pp svneol=native#text/pascal
-tests/test/terecs12d.pp svneol=native#text/pascal
-tests/test/terecs13.pp svneol=native#text/pascal
-tests/test/terecs13a.pp svneol=native#text/pascal
-tests/test/terecs13b.pp svneol=native#text/pascal
-tests/test/terecs13c.pp svneol=native#text/pascal
-tests/test/terecs13d.pp svneol=native#text/pascal
-tests/test/terecs14.pp svneol=native#text/pascal
-tests/test/terecs15.pp svneol=native#text/pascal
-tests/test/terecs16.pp svneol=native#text/pascal
-tests/test/terecs17.pp svneol=native#text/pascal
-tests/test/terecs17a.pp svneol=native#text/pascal
-tests/test/terecs18.pp svneol=native#text/pascal
-tests/test/terecs18a.pp svneol=native#text/pascal
-tests/test/terecs19.pp svneol=native#text/pascal
-tests/test/terecs2.pp svneol=native#text/pascal
-tests/test/terecs20.pp svneol=native#text/pascal
-tests/test/terecs21.pp svneol=native#text/pascal
-tests/test/terecs3.pp svneol=native#text/pascal
-tests/test/terecs4.pp svneol=native#text/pascal
-tests/test/terecs5.pp svneol=native#text/pascal
-tests/test/terecs6.pp svneol=native#text/pascal
-tests/test/terecs7.pp svneol=native#text/pascal
-tests/test/terecs8.pp svneol=native#text/pascal
-tests/test/terecs9.pp svneol=native#text/pascal
-tests/test/terecs_u1.pp svneol=native#text/pascal
-tests/test/testcmem.pp svneol=native#text/plain
-tests/test/testda1.pp svneol=native#text/plain
-tests/test/testfpuc.pp svneol=native#text/plain
-tests/test/testlderror.pp svneol=native#text/pascal
-tests/test/testmovd.pp svneol=native#text/plain
-tests/test/tests.pp svneol=native#text/plain
-tests/test/testsse2.pp svneol=native#text/plain
-tests/test/testv1.pp svneol=native#text/plain
-tests/test/testv10.pp svneol=native#text/plain
-tests/test/testv2.pp svneol=native#text/plain
-tests/test/testv3.pp svneol=native#text/plain
-tests/test/testv4.pp svneol=native#text/plain
-tests/test/testv5.pp svneol=native#text/plain
-tests/test/testv6.pp svneol=native#text/plain
-tests/test/testv7.pp svneol=native#text/plain
-tests/test/testv8.pp svneol=native#text/plain
-tests/test/testv9.pp svneol=native#text/plain
-tests/test/texception1.pp svneol=native#text/plain
-tests/test/texception10.pp svneol=native#text/plain
-tests/test/texception11.pp svneol=native#text/pascal
-tests/test/texception2.pp svneol=native#text/plain
-tests/test/texception3.pp svneol=native#text/plain
-tests/test/texception4.pp svneol=native#text/plain
-tests/test/texception5.pp svneol=native#text/plain
-tests/test/texception6.pp svneol=native#text/plain
-tests/test/texception7.pp svneol=native#text/plain
-tests/test/texception8.pp svneol=native#text/plain
-tests/test/texception9.pp svneol=native#text/plain
-tests/test/textpas01.pp svneol=native#text/pascal
-tests/test/textthr.pp svneol=native#text/plain
-tests/test/tfillchr.pp svneol=native#text/plain
-tests/test/tfinal1.pp svneol=native#text/pascal
-tests/test/tfinal2.pp svneol=native#text/pascal
-tests/test/tfma1.inc svneol=native#text/plain
-tests/test/tfma1a64.pp svneol=native#text/pascal
-tests/test/tfma1arm.pp svneol=native#text/pascal
-tests/test/tfma1x86.pp svneol=native#text/pascal
-tests/test/tfma1xtensa.pp svneol=native#text/pascal
-tests/test/tforin1.pp svneol=native#text/pascal
-tests/test/tforin10.pp svneol=native#text/plain
-tests/test/tforin11.pp svneol=native#text/plain
-tests/test/tforin12.pp svneol=native#text/pascal
-tests/test/tforin13.pp svneol=native#text/pascal
-tests/test/tforin14.pp svneol=native#text/pascal
-tests/test/tforin15.pp svneol=native#text/pascal
-tests/test/tforin16.pp svneol=native#text/pascal
-tests/test/tforin17.pp svneol=native#text/pascal
-tests/test/tforin18.pp svneol=native#text/pascal
-tests/test/tforin19.pp svneol=native#text/pascal
-tests/test/tforin2.pp svneol=native#text/pascal
-tests/test/tforin20.pp svneol=native#text/pascal
-tests/test/tforin21.pp svneol=native#text/pascal
-tests/test/tforin22.pp svneol=native#text/pascal
-tests/test/tforin23.pp svneol=native#text/pascal
-tests/test/tforin24.pp svneol=native#text/pascal
-tests/test/tforin25.pp svneol=native#text/pascal
-tests/test/tforin26.pp svneol=native#text/pascal
-tests/test/tforin27.pp svneol=native#text/pascal
-tests/test/tforin28.pp svneol=native#text/pascal
-tests/test/tforin3.pp svneol=native#text/pascal
-tests/test/tforin4.pp svneol=native#text/pascal
-tests/test/tforin5.pp svneol=native#text/pascal
-tests/test/tforin6.pp svneol=native#text/pascal
-tests/test/tforin7.pp svneol=native#text/pascal
-tests/test/tforin8.pp svneol=native#text/pascal
-tests/test/tforin9.pp svneol=native#text/pascal
-tests/test/tfpu1.pp svneol=native#text/plain
-tests/test/tfpu2.pp svneol=native#text/plain
-tests/test/tfpu3.pp svneol=native#text/plain
-tests/test/tfpu4.pp svneol=native#text/plain
-tests/test/tfpu5.pp svneol=native#text/plain
-tests/test/tfpuover.pp svneol=native#text/plain
-tests/test/tfwork1.pp svneol=native#text/plain
-tests/test/tfwork2.pp svneol=native#text/plain
-tests/test/tgenconst1.pp svneol=native#text/pascal
-tests/test/tgenconst10.pp svneol=native#text/pascal
-tests/test/tgenconst11.pp svneol=native#text/pascal
-tests/test/tgenconst12.pp svneol=native#text/pascal
-tests/test/tgenconst13.pp svneol=native#text/pascal
-tests/test/tgenconst14.pp svneol=native#text/pascal
-tests/test/tgenconst15.pp svneol=native#text/pascal
-tests/test/tgenconst16.pp svneol=native#text/pascal
-tests/test/tgenconst17.pp svneol=native#text/pascal
-tests/test/tgenconst18.pp svneol=native#text/pascal
-tests/test/tgenconst19.pp svneol=native#text/pascal
-tests/test/tgenconst2.pp svneol=native#text/pascal
-tests/test/tgenconst20.pp svneol=native#text/pascal
-tests/test/tgenconst21.pp svneol=native#text/pascal
-tests/test/tgenconst22.pp svneol=native#text/pascal
-tests/test/tgenconst23.pp svneol=native#text/pascal
-tests/test/tgenconst24.pp svneol=native#text/pascal
-tests/test/tgenconst25.pp svneol=native#text/pascal
-tests/test/tgenconst26.pp svneol=native#text/pascal
-tests/test/tgenconst27.pp svneol=native#text/pascal
-tests/test/tgenconst28.pp svneol=native#text/pascal
-tests/test/tgenconst29.pp svneol=native#text/pascal
-tests/test/tgenconst3.pp svneol=native#text/pascal
-tests/test/tgenconst30.pp svneol=native#text/pascal
-tests/test/tgenconst4.pp svneol=native#text/pascal
-tests/test/tgenconst5.pp svneol=native#text/pascal
-tests/test/tgenconst6.pp svneol=native#text/pascal
-tests/test/tgenconst7.pp svneol=native#text/pascal
-tests/test/tgenconst8.pp svneol=native#text/pascal
-tests/test/tgenconst9.pp svneol=native#text/pascal
-tests/test/tgenconstraint1.pp svneol=native#text/pascal
-tests/test/tgenconstraint10.pp svneol=native#text/pascal
-tests/test/tgenconstraint11.pp svneol=native#text/pascal
-tests/test/tgenconstraint12.pp svneol=native#text/pascal
-tests/test/tgenconstraint13.pp svneol=native#text/pascal
-tests/test/tgenconstraint14.pp svneol=native#text/pascal
-tests/test/tgenconstraint15.pp svneol=native#text/pascal
-tests/test/tgenconstraint16.pp svneol=native#text/pascal
-tests/test/tgenconstraint17.pp svneol=native#text/pascal
-tests/test/tgenconstraint18.pp svneol=native#text/pascal
-tests/test/tgenconstraint19.pp svneol=native#text/pascal
-tests/test/tgenconstraint2.pp svneol=native#text/pascal
-tests/test/tgenconstraint20.pp svneol=native#text/pascal
-tests/test/tgenconstraint21.pp svneol=native#text/pascal
-tests/test/tgenconstraint22.pp svneol=native#text/pascal
-tests/test/tgenconstraint23.pp svneol=native#text/pascal
-tests/test/tgenconstraint24.pp svneol=native#text/pascal
-tests/test/tgenconstraint25.pp svneol=native#text/pascal
-tests/test/tgenconstraint26.pp svneol=native#text/pascal
-tests/test/tgenconstraint27.pp svneol=native#text/pascal
-tests/test/tgenconstraint28.pp svneol=native#text/pascal
-tests/test/tgenconstraint29.pp svneol=native#text/pascal
-tests/test/tgenconstraint3.pp svneol=native#text/pascal
-tests/test/tgenconstraint30.pp svneol=native#text/pascal
-tests/test/tgenconstraint31.pp svneol=native#text/pascal
-tests/test/tgenconstraint32.pp svneol=native#text/pascal
-tests/test/tgenconstraint33.pp svneol=native#text/pascal
-tests/test/tgenconstraint34.pp svneol=native#text/pascal
-tests/test/tgenconstraint35.pp svneol=native#text/pascal
-tests/test/tgenconstraint36.pp svneol=native#text/pascal
-tests/test/tgenconstraint37.pp svneol=native#text/pascal
-tests/test/tgenconstraint38.pp svneol=native#text/pascal
-tests/test/tgenconstraint39.pp svneol=native#text/pascal
-tests/test/tgenconstraint4.pp svneol=native#text/pascal
-tests/test/tgenconstraint40.pp svneol=native#text/pascal
-tests/test/tgenconstraint5.pp svneol=native#text/pascal
-tests/test/tgenconstraint6.pp svneol=native#text/pascal
-tests/test/tgenconstraint7.pp svneol=native#text/pascal
-tests/test/tgenconstraint8.pp svneol=native#text/pascal
-tests/test/tgenconstraint9.pp svneol=native#text/pascal
-tests/test/tgeneric1.pp svneol=native#text/plain
-tests/test/tgeneric10.pp svneol=native#text/plain
-tests/test/tgeneric100.pp svneol=native#text/pascal
-tests/test/tgeneric101.pp svneol=native#text/pascal
-tests/test/tgeneric102.pp svneol=native#text/pascal
-tests/test/tgeneric103.pp svneol=native#text/pascal
-tests/test/tgeneric104.pp -text svneol=native#text/pascal
-tests/test/tgeneric105.pp svneol=native#text/pascal
-tests/test/tgeneric106.pp svneol=native#text/pascal
-tests/test/tgeneric107.pp svneol=native#text/pascal
-tests/test/tgeneric11.pp svneol=native#text/plain
-tests/test/tgeneric12.pp svneol=native#text/plain
-tests/test/tgeneric13.pp svneol=native#text/plain
-tests/test/tgeneric14.pp svneol=native#text/plain
-tests/test/tgeneric15.pp svneol=native#text/plain
-tests/test/tgeneric16.pp svneol=native#text/plain
-tests/test/tgeneric17.pp svneol=native#text/plain
-tests/test/tgeneric18.pp svneol=native#text/pascal
-tests/test/tgeneric19.pp svneol=native#text/pascal
-tests/test/tgeneric2.pp svneol=native#text/plain
-tests/test/tgeneric20.pp svneol=native#text/pascal
-tests/test/tgeneric21.pp svneol=native#text/pascal
-tests/test/tgeneric22.pp svneol=native#text/pascal
-tests/test/tgeneric23.pp svneol=native#text/pascal
-tests/test/tgeneric24.pp svneol=native#text/pascal
-tests/test/tgeneric25.pp svneol=native#text/pascal
-tests/test/tgeneric26.pp svneol=native#text/pascal
-tests/test/tgeneric27.pp svneol=native#text/pascal
-tests/test/tgeneric28.pp svneol=native#text/pascal
-tests/test/tgeneric29.pp svneol=native#text/pascal
-tests/test/tgeneric3.pp svneol=native#text/plain
-tests/test/tgeneric30.pp svneol=native#text/pascal
-tests/test/tgeneric31.pp svneol=native#text/pascal
-tests/test/tgeneric32.pp svneol=native#text/pascal
-tests/test/tgeneric33.pp svneol=native#text/pascal
-tests/test/tgeneric34.pp svneol=native#text/pascal
-tests/test/tgeneric35.pp svneol=native#text/pascal
-tests/test/tgeneric36.pp svneol=native#text/pascal
-tests/test/tgeneric37.pp svneol=native#text/pascal
-tests/test/tgeneric38.pp svneol=native#text/pascal
-tests/test/tgeneric39.pp svneol=native#text/pascal
-tests/test/tgeneric4.pp svneol=native#text/plain
-tests/test/tgeneric40.pp svneol=native#text/pascal
-tests/test/tgeneric41.pp svneol=native#text/pascal
-tests/test/tgeneric42.pp svneol=native#text/pascal
-tests/test/tgeneric43.pp svneol=native#text/pascal
-tests/test/tgeneric44.pp svneol=native#text/pascal
-tests/test/tgeneric45.pp svneol=native#text/pascal
-tests/test/tgeneric46.pp svneol=native#text/pascal
-tests/test/tgeneric47.pp svneol=native#text/pascal
-tests/test/tgeneric48.pp svneol=native#text/pascal
-tests/test/tgeneric49.pp svneol=native#text/pascal
-tests/test/tgeneric5.pp svneol=native#text/plain
-tests/test/tgeneric50.pp svneol=native#text/pascal
-tests/test/tgeneric51.pp svneol=native#text/pascal
-tests/test/tgeneric52.pp svneol=native#text/pascal
-tests/test/tgeneric53.pp svneol=native#text/pascal
-tests/test/tgeneric54.pp svneol=native#text/pascal
-tests/test/tgeneric55.pp svneol=native#text/pascal
-tests/test/tgeneric56.pp svneol=native#text/pascal
-tests/test/tgeneric57.pp svneol=native#text/pascal
-tests/test/tgeneric58.pp svneol=native#text/pascal
-tests/test/tgeneric59.pp svneol=native#text/pascal
-tests/test/tgeneric6.pp svneol=native#text/plain
-tests/test/tgeneric60.pp svneol=native#text/pascal
-tests/test/tgeneric61.pp svneol=native#text/pascal
-tests/test/tgeneric62.pp svneol=native#text/pascal
-tests/test/tgeneric63.pp svneol=native#text/pascal
-tests/test/tgeneric64.pp svneol=native#text/pascal
-tests/test/tgeneric65.pp svneol=native#text/pascal
-tests/test/tgeneric66.pp svneol=native#text/pascal
-tests/test/tgeneric67.pp svneol=native#text/pascal
-tests/test/tgeneric68.pp svneol=native#text/pascal
-tests/test/tgeneric69.pp svneol=native#text/pascal
-tests/test/tgeneric7.pp svneol=native#text/plain
-tests/test/tgeneric70.pp svneol=native#text/pascal
-tests/test/tgeneric71.pp svneol=native#text/pascal
-tests/test/tgeneric72.pp svneol=native#text/pascal
-tests/test/tgeneric73.pp svneol=native#text/pascal
-tests/test/tgeneric74.pp svneol=native#text/pascal
-tests/test/tgeneric75.pp svneol=native#text/pascal
-tests/test/tgeneric76.pp svneol=native#text/pascal
-tests/test/tgeneric77.pp svneol=native#text/pascal
-tests/test/tgeneric78.pp svneol=native#text/pascal
-tests/test/tgeneric79.pp svneol=native#text/pascal
-tests/test/tgeneric8.pp svneol=native#text/plain
-tests/test/tgeneric80.pp svneol=native#text/pascal
-tests/test/tgeneric81.pp svneol=native#text/pascal
-tests/test/tgeneric82.pp svneol=native#text/pascal
-tests/test/tgeneric83.pp svneol=native#text/pascal
-tests/test/tgeneric84.pp svneol=native#text/pascal
-tests/test/tgeneric85.pp svneol=native#text/pascal
-tests/test/tgeneric86.pp svneol=native#text/pascal
-tests/test/tgeneric87.pp svneol=native#text/pascal
-tests/test/tgeneric88.pp svneol=native#text/pascal
-tests/test/tgeneric89.pp svneol=native#text/pascal
-tests/test/tgeneric9.pp svneol=native#text/plain
-tests/test/tgeneric90.pp svneol=native#text/pascal
-tests/test/tgeneric91.pp svneol=native#text/pascal
-tests/test/tgeneric92.pp svneol=native#text/pascal
-tests/test/tgeneric93.pp svneol=native#text/pascal
-tests/test/tgeneric94.pp svneol=native#text/pascal
-tests/test/tgeneric95.pp svneol=native#text/pascal
-tests/test/tgeneric96.pp svneol=native#text/pascal
-tests/test/tgeneric97.pp svneol=native#text/pascal
-tests/test/tgeneric98.pp svneol=native#text/pascal
-tests/test/tgeneric99.pp svneol=native#text/pascal
-tests/test/tgenfunc1.pp svneol=native#text/pascal
-tests/test/tgenfunc10.pp svneol=native#text/pascal
-tests/test/tgenfunc11.pp svneol=native#text/pascal
-tests/test/tgenfunc12.pp svneol=native#text/pascal
-tests/test/tgenfunc13.pp svneol=native#text/pascal
-tests/test/tgenfunc14.pp svneol=native#text/pascal
-tests/test/tgenfunc15.pp svneol=native#text/pascal
-tests/test/tgenfunc16.pp svneol=native#text/pascal
-tests/test/tgenfunc17.pp svneol=native#text/pascal
-tests/test/tgenfunc18.pp svneol=native#text/pascal
-tests/test/tgenfunc19.pp svneol=native#text/pascal
-tests/test/tgenfunc2.pp svneol=native#text/pascal
-tests/test/tgenfunc20.pp svneol=native#text/pascal
-tests/test/tgenfunc21.pp svneol=native#text/pascal
-tests/test/tgenfunc22.pp svneol=native#text/pascal
-tests/test/tgenfunc23.pp svneol=native#text/pascal
-tests/test/tgenfunc24.pp svneol=native#text/pascal
-tests/test/tgenfunc25.pp svneol=native#text/pascal
-tests/test/tgenfunc26.pp svneol=native#text/pascal
-tests/test/tgenfunc27.pp svneol=native#text/pascal
-tests/test/tgenfunc3.pp svneol=native#text/pascal
-tests/test/tgenfunc4.pp svneol=native#text/pascal
-tests/test/tgenfunc5.pp svneol=native#text/pascal
-tests/test/tgenfunc6.pp svneol=native#text/pascal
-tests/test/tgenfunc7.pp svneol=native#text/pascal
-tests/test/tgenfunc8.pp svneol=native#text/pascal
-tests/test/tgenfunc9.pp svneol=native#text/pascal
-tests/test/tgoto.pp svneol=native#text/plain
-tests/test/theap.pp svneol=native#text/plain
-tests/test/theap2.pp svneol=native#text/pascal
-tests/test/theap2gh.pp svneol=native#text/pascal
-tests/test/theapthread.pp svneol=native#text/plain
-tests/test/thintdir.pp svneol=native#text/plain
-tests/test/thintdir1.pp svneol=native#text/pascal
-tests/test/thintdir2a.pp svneol=native#text/pascal
-tests/test/thintdir2b.pp svneol=native#text/pascal
-tests/test/thlp1.pp svneol=native#text/pascal
-tests/test/thlp10.pp svneol=native#text/pascal
-tests/test/thlp11.pp svneol=native#text/pascal
-tests/test/thlp12.pp svneol=native#text/pascal
-tests/test/thlp13.pp svneol=native#text/pascal
-tests/test/thlp14.pp svneol=native#text/pascal
-tests/test/thlp15.pp svneol=native#text/pascal
-tests/test/thlp16.pp svneol=native#text/pascal
-tests/test/thlp17.pp svneol=native#text/pascal
-tests/test/thlp18.pp svneol=native#text/pascal
-tests/test/thlp19.pp svneol=native#text/pascal
-tests/test/thlp2.pp svneol=native#text/pascal
-tests/test/thlp20.pp svneol=native#text/pascal
-tests/test/thlp21.pp svneol=native#text/pascal
-tests/test/thlp22.pp svneol=native#text/pascal
-tests/test/thlp23.pp svneol=native#text/pascal
-tests/test/thlp24.pp svneol=native#text/pascal
-tests/test/thlp25.pp svneol=native#text/pascal
-tests/test/thlp26.pp svneol=native#text/pascal
-tests/test/thlp27.pp svneol=native#text/pascal
-tests/test/thlp28.pp svneol=native#text/pascal
-tests/test/thlp29.pp svneol=native#text/pascal
-tests/test/thlp3.pp svneol=native#text/pascal
-tests/test/thlp30.pp svneol=native#text/pascal
-tests/test/thlp31.pp svneol=native#text/pascal
-tests/test/thlp32.pp svneol=native#text/pascal
-tests/test/thlp33.pp svneol=native#text/pascal
-tests/test/thlp34.pp svneol=native#text/pascal
-tests/test/thlp35.pp svneol=native#text/pascal
-tests/test/thlp36.pp svneol=native#text/pascal
-tests/test/thlp37.pp svneol=native#text/pascal
-tests/test/thlp38.pp svneol=native#text/pascal
-tests/test/thlp39.pp svneol=native#text/pascal
-tests/test/thlp4.pp svneol=native#text/pascal
-tests/test/thlp40.pp svneol=native#text/pascal
-tests/test/thlp41.pp svneol=native#text/pascal
-tests/test/thlp42.pp svneol=native#text/pascal
-tests/test/thlp43.pp svneol=native#text/pascal
-tests/test/thlp44.pp svneol=native#text/pascal
-tests/test/thlp45.pp svneol=native#text/pascal
-tests/test/thlp46.pp svneol=native#text/pascal
-tests/test/thlp47.pp svneol=native#text/pascal
-tests/test/thlp48.pp svneol=native#text/plain
-tests/test/thlp5.pp svneol=native#text/pascal
-tests/test/thlp6.pp svneol=native#text/pascal
-tests/test/thlp7.pp svneol=native#text/pascal
-tests/test/thlp8.pp svneol=native#text/pascal
-tests/test/thlp9.pp svneol=native#text/pascal
-tests/test/timplements1.pp svneol=native#text/plain
-tests/test/timplements2.pp svneol=native#text/plain
-tests/test/timplements3.pp svneol=native#text/plain
-tests/test/timplements4.pp svneol=native#text/plain
-tests/test/timplements4a.pp svneol=native#text/plain
-tests/test/timplements4b.pp svneol=native#text/plain
-tests/test/timplements7.pp svneol=native#text/plain
-tests/test/timplprog.pp svneol=native#text/plain
-tests/test/tindex.pp svneol=native#text/plain
-tests/test/tinivar.pp svneol=native#text/plain
-tests/test/tinlin64.pp svneol=native#text/plain
-tests/test/tinline1.pp svneol=native#text/plain
-tests/test/tinline10.pp svneol=native#text/plain
-tests/test/tinline2.pp svneol=native#text/plain
-tests/test/tinline3.pp svneol=native#text/plain
-tests/test/tinline4.pp svneol=native#text/plain
-tests/test/tinline5.pp svneol=native#text/plain
-tests/test/tinline6.pp svneol=native#text/plain
-tests/test/tinline7.pp svneol=native#text/plain
-tests/test/tinline8.pp svneol=native#text/plain
-tests/test/tinline9.pp svneol=native#text/plain
-tests/test/tinlrange1.pp svneol=native#text/plain
-tests/test/tinlrange2.pp svneol=native#text/plain
-tests/test/tinlrange3.pp svneol=native#text/plain
-tests/test/tinlrange4.pp svneol=native#text/plain
-tests/test/tint2str1.pp svneol=native#text/plain
-tests/test/tint2str2.pp svneol=native#text/plain
-tests/test/tint641.pp svneol=native#text/plain
-tests/test/tint642.pp svneol=native#text/plain
-tests/test/tint643.pp svneol=native#text/plain
-tests/test/tint644.pp svneol=native#text/plain
-tests/test/tinterface1.pp svneol=native#text/plain
-tests/test/tinterface2.pp svneol=native#text/plain
-tests/test/tinterface3.pp svneol=native#text/plain
-tests/test/tinterface4.pp svneol=native#text/plain
-tests/test/tinterface5.pp svneol=native#text/plain
-tests/test/tinterface6.pp svneol=native#text/plain
-tests/test/tinterlocked64mt.pp svneol=native#text/plain
-tests/test/tinterlockedmt.pp svneol=native#text/plain
-tests/test/tinterrupt.pp svneol=native#text/plain
-tests/test/tintfcdecl1.pp svneol=native#text/plain
-tests/test/tintfcdecl2.pp svneol=native#text/plain
-tests/test/tintfdef.pp svneol=native#text/plain
-tests/test/tintuint.pp svneol=native#text/plain
-tests/test/tisconstvalue1.pp svneol=native#text/pascal
-tests/test/tisconstvalue2.pp svneol=native#text/pascal
-tests/test/tisconstvalue3.pp svneol=native#text/pascal
-tests/test/tisconstvalue4.pp svneol=native#text/pascal
-tests/test/tismngd1.pp svneol=native#text/pascal
-tests/test/tismngd2.pp svneol=native#text/pascal
-tests/test/tisobuf1.pp svneol=native#text/pascal
-tests/test/tisobuf2.pp svneol=native#text/pascal
-tests/test/tisoext1.pp svneol=native#text/pascal
-tests/test/tisoext2.pp svneol=native#text/pascal
-tests/test/tisoext3.pp svneol=native#text/pascal
-tests/test/tisoext4.pp svneol=native#text/pascal
-tests/test/tisoext5.pp svneol=native#text/pascal
-tests/test/tisoext6.pp svneol=native#text/pascal
-tests/test/tisogoto1.pp svneol=native#text/pascal
-tests/test/tisogoto2.pp svneol=native#text/pascal
-tests/test/tisogoto3.pp svneol=native#text/pascal
-tests/test/tisogoto4.pp svneol=native#text/pascal
-tests/test/tisogoto5.pp svneol=native#text/pascal
-tests/test/tisoread.pp svneol=native#text/pascal
-tests/test/tisorec1.pp svneol=native#text/pascal
-tests/test/tisorec2.pp svneol=native#text/pascal
-tests/test/tisorec3.pp svneol=native#text/pascal
-tests/test/tisorec4.pp svneol=native#text/pascal
-tests/test/tisorec5.pp svneol=native#text/pascal
-tests/test/tlea1.pp svneol=native#text/plain
-tests/test/tlea2.pp svneol=native#text/plain
-tests/test/tlib1a.pp svneol=native#text/plain
-tests/test/tlib1b.pp svneol=native#text/plain
-tests/test/tlib2a.pp svneol=native#text/plain
-tests/test/tlib2b.pp svneol=native#text/plain
-tests/test/tlibrary1.pp svneol=native#text/plain
-tests/test/tlibrary2.pp svneol=native#text/plain
-tests/test/tlibrary3.pp svneol=native#text/plain
-tests/test/tmacbool.pp svneol=native#text/plain
-tests/test/tmacfunret.pp svneol=native#text/plain
-tests/test/tmacfunret2.pp svneol=native#text/plain
-tests/test/tmaclocalprocparam1.pp svneol=native#text/plain
-tests/test/tmaclocalprocparam1a.pp svneol=native#text/plain
-tests/test/tmaclocalprocparam2.pp svneol=native#text/plain
-tests/test/tmaclocalprocparam2a.pp svneol=native#text/plain
-tests/test/tmaclocalprocparam2b.pp svneol=native#text/plain
-tests/test/tmaclocalprocparam2c.pp svneol=native#text/plain
-tests/test/tmaclocalprocparam2d.pp svneol=native#text/plain
-tests/test/tmaclocalprocparam2e.pp svneol=native#text/plain
-tests/test/tmaclocalprocparam2f.pp svneol=native#text/plain
-tests/test/tmaclocalprocparam3.pp svneol=native#text/plain
-tests/test/tmaclocalprocparam3a.pp svneol=native#text/plain
-tests/test/tmaclocalprocparam3b.pp svneol=native#text/plain
-tests/test/tmaclocalprocparam3c.pp svneol=native#text/plain
-tests/test/tmaclocalprocparam3d.pp svneol=native#text/plain
-tests/test/tmaclocalprocparam3e.pp svneol=native#text/plain
-tests/test/tmaclocalprocparam3f.pp svneol=native#text/plain
-tests/test/tmaclocalprocparam4.pp svneol=native#text/plain
-tests/test/tmaclocalprocparam4a.pp svneol=native#text/plain
-tests/test/tmaclocalprocparam4b.pp svneol=native#text/plain
-tests/test/tmaclocalprocparam4c.pp svneol=native#text/plain
-tests/test/tmaclocalprocparam4d.pp svneol=native#text/plain
-tests/test/tmaclocalprocparam4e.pp svneol=native#text/plain
-tests/test/tmaclocalprocparam4f.pp svneol=native#text/plain
-tests/test/tmaclocalprocparam4g.pp svneol=native#text/plain
-tests/test/tmaclocalprocparam4h.pp svneol=native#text/plain
-tests/test/tmacnonlocalexit1.pp svneol=native#text/plain
-tests/test/tmacnonlocalexit2.pp svneol=native#text/pascal
-tests/test/tmacnonlocalgoto.pp svneol=native#text/plain
-tests/test/tmacpas1.pp svneol=native#text/plain
-tests/test/tmacpas2.pp svneol=native#text/plain
-tests/test/tmacpas3.pp svneol=native#text/plain
-tests/test/tmacpas4.pp svneol=native#text/plain
-tests/test/tmacpas5.pp svneol=native#text/plain
-tests/test/tmacprocvar.pp svneol=native#text/plain
-tests/test/tmainnam.pp svneol=native#text/plain
-tests/test/tmath1.pp svneol=native#text/plain
-tests/test/tmcbool2.pp svneol=native#text/plain
-tests/test/tminmax.pp svneol=native#text/pascal
-tests/test/tmmx1.pp svneol=native#text/plain
-tests/test/tmoperator1.pp svneol=native#text/pascal
-tests/test/tmoperator10.pp svneol=native#text/pascal
-tests/test/tmoperator11.pp svneol=native#text/pascal
-tests/test/tmoperator2.pp svneol=native#text/pascal
-tests/test/tmoperator3.pp svneol=native#text/pascal
-tests/test/tmoperator4.pp svneol=native#text/pascal
-tests/test/tmoperator5.pp svneol=native#text/pascal
-tests/test/tmoperator6.pp svneol=native#text/pascal
-tests/test/tmoperator7.pp svneol=native#text/pascal
-tests/test/tmoperator8.pp svneol=native#text/pascal
-tests/test/tmoperator9.pp svneol=native#text/pascal
-tests/test/tmove.pp svneol=native#text/plain
-tests/test/tmsg1.pp svneol=native#text/plain
-tests/test/tmsg2.pp svneol=native#text/plain
-tests/test/tmsg3.pp svneol=native#text/plain
-tests/test/tmsg4.pp svneol=native#text/plain
-tests/test/tmshlp1.pp svneol=native#text/pascal
-tests/test/tmshlp10.pp svneol=native#text/pascal
-tests/test/tmshlp11.pp svneol=native#text/pascal
-tests/test/tmshlp12.pp svneol=native#text/pascal
-tests/test/tmshlp13.pp svneol=native#text/pascal
-tests/test/tmshlp14.pp svneol=native#text/pascal
-tests/test/tmshlp15.pp svneol=native#text/pascal
-tests/test/tmshlp16.pp svneol=native#text/pascal
-tests/test/tmshlp2.pp svneol=native#text/pascal
-tests/test/tmshlp3.pp svneol=native#text/pascal
-tests/test/tmshlp4.pp svneol=native#text/pascal
-tests/test/tmshlp5.pp svneol=native#text/pascal
-tests/test/tmshlp6.pp svneol=native#text/pascal
-tests/test/tmshlp7.pp svneol=native#text/pascal
-tests/test/tmshlp8.pp svneol=native#text/pascal
-tests/test/tmshlp9.pp svneol=native#text/pascal
-tests/test/tmt1.pp svneol=native#text/plain
-tests/test/tmul1.pp svneol=native#text/pascal
-tests/test/tnest1.pp svneol=native#text/plain
-tests/test/tnest2.pp svneol=native#text/plain
-tests/test/tnest3.pp svneol=native#text/plain
-tests/test/tnest4.pp svneol=native#text/plain
-tests/test/tnest5.pp svneol=native#text/plain
-tests/test/tnoext1.pp svneol=native#text/plain
-tests/test/tnoext2.pp svneol=native#text/plain
-tests/test/tnoext3.pp svneol=native#text/plain
-tests/test/tnoext4.pp svneol=native#text/plain
-tests/test/tnonlocalgoto1.pp svneol=native#text/pascal
-tests/test/tnonlocalgoto2.pp svneol=native#text/pascal
-tests/test/tnonlocalgoto3.pp svneol=native#text/pascal
-tests/test/tnoreturn1.pp svneol=native#text/pascal
-tests/test/tnostackframe.pp svneol=native#text/pascal
-tests/test/tnostackframe2.pp svneol=native#text/pascal
-tests/test/tnostackframe3.pp svneol=native#text/pascal
-tests/test/tobjc1.pp svneol=native#text/plain
-tests/test/tobjc10.pp svneol=native#text/plain
-tests/test/tobjc11.pp svneol=native#text/plain
-tests/test/tobjc12.pp svneol=native#text/plain
-tests/test/tobjc13.pp svneol=native#text/plain
-tests/test/tobjc13a.pp svneol=native#text/plain
-tests/test/tobjc13b.pp svneol=native#text/plain
-tests/test/tobjc14.pp svneol=native#text/plain
-tests/test/tobjc15.pp svneol=native#text/plain
-tests/test/tobjc16.pp svneol=native#text/plain
-tests/test/tobjc17.pp svneol=native#text/plain
-tests/test/tobjc18.pp svneol=native#text/plain
-tests/test/tobjc19.pp svneol=native#text/plain
-tests/test/tobjc2.pp svneol=native#text/plain
-tests/test/tobjc20.pp svneol=native#text/plain
-tests/test/tobjc21.pp svneol=native#text/plain
-tests/test/tobjc22.pp svneol=native#text/plain
-tests/test/tobjc22a.pp svneol=native#text/plain
-tests/test/tobjc22b.pp svneol=native#text/plain
-tests/test/tobjc23.pp svneol=native#text/plain
-tests/test/tobjc24.pp svneol=native#text/plain
-tests/test/tobjc25.pp svneol=native#text/plain
-tests/test/tobjc26.pp svneol=native#text/plain
-tests/test/tobjc26a.pp svneol=native#text/plain
-tests/test/tobjc27a.pp svneol=native#text/plain
-tests/test/tobjc27b.pp svneol=native#text/plain
-tests/test/tobjc28.pp svneol=native#text/plain
-tests/test/tobjc29.pp svneol=native#text/plain
-tests/test/tobjc29a.pp svneol=native#text/plain
-tests/test/tobjc29b.pp svneol=native#text/plain
-tests/test/tobjc3.pp svneol=native#text/plain
-tests/test/tobjc30.pp svneol=native#text/plain
-tests/test/tobjc30a.pp svneol=native#text/plain
-tests/test/tobjc30b.pp svneol=native#text/plain
-tests/test/tobjc30c.pp svneol=native#text/plain
-tests/test/tobjc31.pp svneol=native#text/plain
-tests/test/tobjc32.pp svneol=native#text/plain
-tests/test/tobjc32a.pp svneol=native#text/plain
-tests/test/tobjc32b.pp svneol=native#text/plain
-tests/test/tobjc34.pp svneol=native#text/plain
-tests/test/tobjc34a.pp svneol=native#text/plain
-tests/test/tobjc35a.pp svneol=native#text/plain
-tests/test/tobjc35b.pp svneol=native#text/plain
-tests/test/tobjc35c.pp svneol=native#text/plain
-tests/test/tobjc35d.pp svneol=native#text/plain
-tests/test/tobjc35f.pp svneol=native#text/plain
-tests/test/tobjc35g.pp svneol=native#text/plain
-tests/test/tobjc35h.pp svneol=native#text/plain
-tests/test/tobjc35i.pp svneol=native#text/plain
-tests/test/tobjc36.pp svneol=native#text/plain
-tests/test/tobjc36a.pp svneol=native#text/plain
-tests/test/tobjc37.pp svneol=native#text/plain
-tests/test/tobjc38.pp svneol=native#text/plain
-tests/test/tobjc39.pp svneol=native#text/plain
-tests/test/tobjc4.pp svneol=native#text/plain
-tests/test/tobjc40.pp svneol=native#text/plain
-tests/test/tobjc41.pp svneol=native#text/plain
-tests/test/tobjc42.pp svneol=native#text/plain
-tests/test/tobjc43.pp svneol=native#text/plain
-tests/test/tobjc4a.pp svneol=native#text/plain
-tests/test/tobjc5.pp svneol=native#text/plain
-tests/test/tobjc5a.pp svneol=native#text/plain
-tests/test/tobjc6.pp svneol=native#text/plain
-tests/test/tobjc7.pp svneol=native#text/plain
-tests/test/tobjc7a.pp svneol=native#text/plain
-tests/test/tobjc7b.pp svneol=native#text/plain
-tests/test/tobjc7c.pp svneol=native#text/plain
-tests/test/tobjc8.pp svneol=native#text/plain
-tests/test/tobjc8a.pp svneol=native#text/plain
-tests/test/tobjc9.pp svneol=native#text/plain
-tests/test/tobjc9a.pp svneol=native#text/plain
-tests/test/tobjc9b.pp svneol=native#text/plain
-tests/test/tobjcl1.pp svneol=native#text/plain
-tests/test/tobjcl2.pp svneol=native#text/plain
-tests/test/tobjcl3.pp svneol=native#text/plain
-tests/test/tobjcl4.pp svneol=native#text/plain
-tests/test/tobject1.pp svneol=native#text/plain
-tests/test/tobject10.pp svneol=native#text/plain
-tests/test/tobject2.pp svneol=native#text/plain
-tests/test/tobject3.pp svneol=native#text/plain
-tests/test/tobject4.pp svneol=native#text/plain
-tests/test/tobject5.pp svneol=native#text/pascal
-tests/test/tobject6.pp svneol=native#text/plain
-tests/test/tobject7.pp svneol=native#text/plain
-tests/test/tobject8.pp svneol=native#text/plain
-tests/test/tobject9.pp svneol=native#text/plain
-tests/test/toperator1.pp svneol=native#text/plain
-tests/test/toperator10.pp svneol=native#text/pascal
-tests/test/toperator11.pp svneol=native#text/pascal
-tests/test/toperator12.pp svneol=native#text/pascal
-tests/test/toperator13.pp svneol=native#text/pascal
-tests/test/toperator14.pp svneol=native#text/pascal
-tests/test/toperator15.pp svneol=native#text/pascal
-tests/test/toperator16.pp svneol=native#text/pascal
-tests/test/toperator17.pp svneol=native#text/pascal
-tests/test/toperator18.pp svneol=native#text/pascal
-tests/test/toperator19.pp svneol=native#text/pascal
-tests/test/toperator2.pp svneol=native#text/plain
-tests/test/toperator20.pp svneol=native#text/pascal
-tests/test/toperator21.pp svneol=native#text/pascal
-tests/test/toperator22.pp svneol=native#text/pascal
-tests/test/toperator23.pp svneol=native#text/pascal
-tests/test/toperator24.pp svneol=native#text/pascal
-tests/test/toperator25.pp svneol=native#text/pascal
-tests/test/toperator26.pp svneol=native#text/pascal
-tests/test/toperator27.pp svneol=native#text/pascal
-tests/test/toperator28.pp svneol=native#text/pascal
-tests/test/toperator29.pp svneol=native#text/pascal
-tests/test/toperator3.pp svneol=native#text/plain
-tests/test/toperator30.pp svneol=native#text/pascal
-tests/test/toperator31.pp svneol=native#text/pascal
-tests/test/toperator32.pp svneol=native#text/pascal
-tests/test/toperator33.pp svneol=native#text/pascal
-tests/test/toperator34.pp svneol=native#text/pascal
-tests/test/toperator35.pp svneol=native#text/pascal
-tests/test/toperator36.pp svneol=native#text/pascal
-tests/test/toperator37.pp svneol=native#text/pascal
-tests/test/toperator38.pp svneol=native#text/pascal
-tests/test/toperator39.pp svneol=native#text/pascal
-tests/test/toperator4.pp svneol=native#text/plain
-tests/test/toperator40.pp svneol=native#text/pascal
-tests/test/toperator41.pp svneol=native#text/pascal
-tests/test/toperator42.pp svneol=native#text/pascal
-tests/test/toperator43.pp svneol=native#text/pascal
-tests/test/toperator44.pp svneol=native#text/pascal
-tests/test/toperator45.pp svneol=native#text/pascal
-tests/test/toperator46.pp svneol=native#text/pascal
-tests/test/toperator47.pp svneol=native#text/pascal
-tests/test/toperator48.pp svneol=native#text/pascal
-tests/test/toperator49.pp svneol=native#text/pascal
-tests/test/toperator5.pp svneol=native#text/plain
-tests/test/toperator50.pp svneol=native#text/pascal
-tests/test/toperator51.pp svneol=native#text/pascal
-tests/test/toperator52.pp svneol=native#text/pascal
-tests/test/toperator53.pp svneol=native#text/pascal
-tests/test/toperator54.pp svneol=native#text/pascal
-tests/test/toperator55.pp svneol=native#text/pascal
-tests/test/toperator56.pp svneol=native#text/pascal
-tests/test/toperator57.pp svneol=native#text/pascal
-tests/test/toperator58.pp svneol=native#text/pascal
-tests/test/toperator59.pp svneol=native#text/pascal
-tests/test/toperator6.pp svneol=native#text/plain
-tests/test/toperator60.pp svneol=native#text/pascal
-tests/test/toperator61.pp svneol=native#text/pascal
-tests/test/toperator62.pp svneol=native#text/pascal
-tests/test/toperator63.pp svneol=native#text/pascal
-tests/test/toperator64.pp svneol=native#text/pascal
-tests/test/toperator65.pp svneol=native#text/pascal
-tests/test/toperator66.pp svneol=native#text/pascal
-tests/test/toperator67.pp svneol=native#text/pascal
-tests/test/toperator68.pp svneol=native#text/pascal
-tests/test/toperator69.pp svneol=native#text/pascal
-tests/test/toperator7.pp svneol=native#text/plain
-tests/test/toperator70.pp svneol=native#text/pascal
-tests/test/toperator71.pp svneol=native#text/pascal
-tests/test/toperator72.pp svneol=native#text/pascal
-tests/test/toperator73.pp svneol=native#text/pascal
-tests/test/toperator74.pp svneol=native#text/pascal
-tests/test/toperator75.pp svneol=native#text/pascal
-tests/test/toperator76.pp svneol=native#text/pascal
-tests/test/toperator77.pp svneol=native#text/pascal
-tests/test/toperator78.pp svneol=native#text/pascal
-tests/test/toperator79.pp svneol=native#text/pascal
-tests/test/toperator8.pp svneol=native#text/pascal
-tests/test/toperator80.pp svneol=native#text/pascal
-tests/test/toperator81.pp svneol=native#text/pascal
-tests/test/toperator82.pp svneol=native#text/pascal
-tests/test/toperator83.pp svneol=native#text/pascal
-tests/test/toperator84.pp svneol=native#text/pascal
-tests/test/toperator85.pp svneol=native#text/pascal
-tests/test/toperator86.pp svneol=native#text/pascal
-tests/test/toperator87.pp svneol=native#text/pascal
-tests/test/toperator88.pp svneol=native#text/pascal
-tests/test/toperator89.pp svneol=native#text/pascal
-tests/test/toperator9.pp svneol=native#text/pascal
-tests/test/toperator90.pp svneol=native#text/pascal
-tests/test/toperator91.pp svneol=native#text/pascal
-tests/test/toperator92.pp svneol=native#text/pascal
-tests/test/toperator93.pp svneol=native#text/pascal
-tests/test/toperator94.pp svneol=native#text/pascal
-tests/test/toperator95.pp svneol=native#text/pascal
-tests/test/toperatorerror.pp svneol=native#text/plain
-tests/test/tover1.pp svneol=native#text/plain
-tests/test/tover2.pp svneol=native#text/plain
-tests/test/tover3.pp svneol=native#text/plain
-tests/test/tover4.pas svneol=native#text/plain
-tests/test/tover4.pp svneol=native#text/plain
-tests/test/tover5.pp svneol=native#text/pascal
-tests/test/tover6.pp svneol=native#text/pascal
-tests/test/tover7.pp svneol=native#text/pascal
-tests/test/tover8.pp svneol=native#text/pascal
-tests/test/tover9.pp svneol=native#text/pascal
-tests/test/tpackrec.pp svneol=native#text/plain
-tests/test/tparray1.pp svneol=native#text/plain
-tests/test/tparray10.pp svneol=native#text/plain
-tests/test/tparray11.pp svneol=native#text/plain
-tests/test/tparray12.pp svneol=native#text/plain
-tests/test/tparray13.pp svneol=native#text/plain
-tests/test/tparray14.pp svneol=native#text/plain
-tests/test/tparray15.pp svneol=native#text/plain
-tests/test/tparray16.pp svneol=native#text/plain
-tests/test/tparray17.pp svneol=native#text/plain
-tests/test/tparray18.pp svneol=native#text/plain
-tests/test/tparray19.pp svneol=native#text/plain
-tests/test/tparray2.pp svneol=native#text/plain
-tests/test/tparray20.pp svneol=native#text/plain
-tests/test/tparray21.pp svneol=native#text/plain
-tests/test/tparray22.pp svneol=native#text/plain
-tests/test/tparray23.pp svneol=native#text/plain
-tests/test/tparray24.pp svneol=native#text/plain
-tests/test/tparray25.pp svneol=native#text/plain
-tests/test/tparray26.pp svneol=native#text/plain
-tests/test/tparray3.pp svneol=native#text/plain
-tests/test/tparray4.pp svneol=native#text/plain
-tests/test/tparray5.pp svneol=native#text/plain
-tests/test/tparray6.pp svneol=native#text/plain
-tests/test/tparray7.pp svneol=native#text/plain
-tests/test/tparray8.pp svneol=native#text/plain
-tests/test/tparray9.pp svneol=native#text/plain
-tests/test/tpftch1.pp svneol=native#text/plain
-tests/test/tpointermath1.pp svneol=native#text/pascal
-tests/test/tpointermath2.pp svneol=native#text/pascal
-tests/test/tpointermath3.pp svneol=native#text/pascal
-tests/test/tpoll.pp svneol=native#text/plain
-tests/test/tpopcnt1.pp svneol=native#text/pascal
-tests/test/tpopcnt2.pp svneol=native#text/pascal
-tests/test/tprec1.pp svneol=native#text/plain
-tests/test/tprec10.pp svneol=native#text/plain
-tests/test/tprec11.pp svneol=native#text/plain
-tests/test/tprec12.pp svneol=native#text/plain
-tests/test/tprec13.pp svneol=native#text/plain
-tests/test/tprec14.pp svneol=native#text/plain
-tests/test/tprec15.pp svneol=native#text/plain
-tests/test/tprec16.pp svneol=native#text/plain
-tests/test/tprec17.pp svneol=native#text/plain
-tests/test/tprec18.pp svneol=native#text/plain
-tests/test/tprec19.pp svneol=native#text/plain
-tests/test/tprec2.pp svneol=native#text/plain
-tests/test/tprec20.pp svneol=native#text/plain
-tests/test/tprec21.pp svneol=native#text/plain
-tests/test/tprec22.pp svneol=native#text/plain
-tests/test/tprec23.pp svneol=native#text/plain
-tests/test/tprec24.pp svneol=native#text/plain
-tests/test/tprec3.pp svneol=native#text/plain
-tests/test/tprec4.pp svneol=native#text/plain
-tests/test/tprec5.pp svneol=native#text/plain
-tests/test/tprec6.pp svneol=native#text/plain
-tests/test/tprec7.pp svneol=native#text/plain
-tests/test/tprec8.pp svneol=native#text/plain
-tests/test/tprec9.pp svneol=native#text/plain
-tests/test/tprocext.pp svneol=native#text/plain
-tests/test/tprocvar1.pp svneol=native#text/plain
-tests/test/tprocvar2.pp svneol=native#text/plain
-tests/test/tprocvar3.pp svneol=native#text/plain
-tests/test/tprop.pp svneol=native#text/plain
-tests/test/tprop1.pp svneol=native#text/plain
-tests/test/tprop2.pp svneol=native#text/plain
-tests/test/tpropdef.pp svneol=native#text/plain
-tests/test/tpushpop1.pp svneol=native#text/pascal
-tests/test/tpushpop2.pp svneol=native#text/pascal
-tests/test/tpushpop3.pp svneol=native#text/pascal
-tests/test/traa641.pp svneol=native#text/plain
-tests/test/trange1.pp svneol=native#text/plain
-tests/test/trange2.pp svneol=native#text/plain
-tests/test/trange3.pp svneol=native#text/plain
-tests/test/trange4.pp svneol=native#text/plain
-tests/test/trange5.pp svneol=native#text/plain
-tests/test/trangeob.pp svneol=native#text/plain
-tests/test/treadonlydata.pp svneol=native#text/pascal
-tests/test/treadonlydata2.pp svneol=native#text/pascal
-tests/test/trecreg.pp svneol=native#text/plain
-tests/test/trecreg2.pp svneol=native#text/plain
-tests/test/trecreg3.pp svneol=native#text/plain
-tests/test/trecreg4.pp svneol=native#text/plain
-tests/test/tresstr.pp svneol=native#text/plain
-tests/test/trhlp1.pp svneol=native#text/pascal
-tests/test/trhlp10.pp svneol=native#text/pascal
-tests/test/trhlp11.pp svneol=native#text/pascal
-tests/test/trhlp12.pp svneol=native#text/pascal
-tests/test/trhlp13.pp svneol=native#text/pascal
-tests/test/trhlp14.pp svneol=native#text/pascal
-tests/test/trhlp15.pp svneol=native#text/pascal
-tests/test/trhlp16.pp svneol=native#text/pascal
-tests/test/trhlp17.pp svneol=native#text/pascal
-tests/test/trhlp18.pp svneol=native#text/pascal
-tests/test/trhlp19.pp svneol=native#text/pascal
-tests/test/trhlp2.pp svneol=native#text/pascal
-tests/test/trhlp20.pp svneol=native#text/pascal
-tests/test/trhlp21.pp svneol=native#text/pascal
-tests/test/trhlp22.pp svneol=native#text/pascal
-tests/test/trhlp23.pp svneol=native#text/pascal
-tests/test/trhlp24.pp svneol=native#text/pascal
-tests/test/trhlp25.pp svneol=native#text/pascal
-tests/test/trhlp26.pp svneol=native#text/pascal
-tests/test/trhlp27.pp svneol=native#text/pascal
-tests/test/trhlp28.pp svneol=native#text/pascal
-tests/test/trhlp29.pp svneol=native#text/pascal
-tests/test/trhlp3.pp svneol=native#text/pascal
-tests/test/trhlp30.pp svneol=native#text/pascal
-tests/test/trhlp31.pp svneol=native#text/pascal
-tests/test/trhlp32.pp svneol=native#text/pascal
-tests/test/trhlp33.pp svneol=native#text/pascal
-tests/test/trhlp34.pp svneol=native#text/pascal
-tests/test/trhlp35.pp svneol=native#text/pascal
-tests/test/trhlp36.pp svneol=native#text/pascal
-tests/test/trhlp37.pp svneol=native#text/pascal
-tests/test/trhlp38.pp svneol=native#text/pascal
-tests/test/trhlp39.pp svneol=native#text/pascal
-tests/test/trhlp4.pp svneol=native#text/pascal
-tests/test/trhlp40.pp svneol=native#text/pascal
-tests/test/trhlp41.pp svneol=native#text/pascal
-tests/test/trhlp42.pp svneol=native#text/pascal
-tests/test/trhlp43.pp svneol=native#text/pascal
-tests/test/trhlp44.pp svneol=native#text/pascal
-tests/test/trhlp45.pp svneol=native#text/pascal
-tests/test/trhlp5.pp svneol=native#text/pascal
-tests/test/trhlp6.pp svneol=native#text/pascal
-tests/test/trhlp7.pp svneol=native#text/pascal
-tests/test/trhlp8.pp svneol=native#text/pascal
-tests/test/trhlp9.pp svneol=native#text/pascal
-tests/test/trox1.pp svneol=native#text/plain
-tests/test/trox2.pp svneol=native#text/plain
-tests/test/trox3.pp svneol=native#text/pascal
-tests/test/trox4.pp svneol=native#text/pascal
-tests/test/trox5.pp svneol=native#text/pascal
-tests/test/trstr1.pp svneol=native#text/plain
-tests/test/trstr2.pp svneol=native#text/plain
-tests/test/trstr3.pp svneol=native#text/plain
-tests/test/trstr4.pp svneol=native#text/plain
-tests/test/trstr5.pp svneol=native#text/plain
-tests/test/trstr6.pp svneol=native#text/plain
-tests/test/trstr7.pp svneol=native#text/plain
-tests/test/trstr8.pp svneol=native#text/plain
-tests/test/trtti1.pp svneol=native#text/plain
-tests/test/trtti10.pp svneol=native#text/pascal
-tests/test/trtti11.pp svneol=native#text/pascal
-tests/test/trtti12.pp svneol=native#text/pascal
-tests/test/trtti13.pp svneol=native#text/pascal
-tests/test/trtti14.pp svneol=native#text/pascal
-tests/test/trtti15.pp svneol=native#text/pascal
-tests/test/trtti16.pp svneol=native#text/pascal
-tests/test/trtti17.pp svneol=native#text/pascal
-tests/test/trtti18a.pp svneol=native#text/pascal
-tests/test/trtti18b.pp svneol=native#text/pascal
-tests/test/trtti19.pp svneol=native#text/pascal
-tests/test/trtti2.pp svneol=native#text/plain
-tests/test/trtti20.pp svneol=native#text/pascal
-tests/test/trtti21.pp svneol=native#text/pascal
-tests/test/trtti22.pp svneol=native#text/pascal
-tests/test/trtti23.pp svneol=native#text/pascal
-tests/test/trtti3.pp svneol=native#text/plain
-tests/test/trtti4.pp svneol=native#text/plain
-tests/test/trtti5.pp svneol=native#text/plain
-tests/test/trtti6.pp svneol=native#text/pascal
-tests/test/trtti7.pp svneol=native#text/pascal
-tests/test/trtti8.pp svneol=native#text/pascal
-tests/test/trtti9.pp svneol=native#text/pascal
-tests/test/tsafecall1.pp svneol=native#text/plain
-tests/test/tsafecall2.pp svneol=native#text/pascal
-tests/test/tsafecall3.pp svneol=native#text/pascal
-tests/test/tsafecall4.pp svneol=native#text/pascal
-tests/test/tsealed1.pp svneol=native#text/pascal
-tests/test/tsealed2.pp svneol=native#text/pascal
-tests/test/tsealed3.pp svneol=native#text/pascal
-tests/test/tsealed4.pp svneol=native#text/pascal
-tests/test/tsealed5.pp svneol=native#text/pascal
-tests/test/tsealed6.pp svneol=native#text/pascal
-tests/test/tsec1.pp svneol=native#text/plain
-tests/test/tsel1.pp svneol=native#text/plain
-tests/test/tsel2.pp svneol=native#text/plain
-tests/test/tset1.pp svneol=native#text/plain
-tests/test/tset2.pp svneol=native#text/plain
-tests/test/tset2a.pp svneol=native#text/plain
-tests/test/tset2b.pp svneol=native#text/plain
-tests/test/tset2c.pp svneol=native#text/plain
-tests/test/tset2d.pp svneol=native#text/plain
-tests/test/tset3.pp svneol=native#text/plain
-tests/test/tset4.pp svneol=native#text/plain
-tests/test/tset5.pp svneol=native#text/plain
-tests/test/tset5a.pp svneol=native#text/plain
-tests/test/tset6.pp svneol=native#text/plain
-tests/test/tset7.pp svneol=native#text/plain
-tests/test/tsetsize.pp svneol=native#text/plain
-tests/test/tshuffle1.pp svneol=native#text/pascal
-tests/test/tsprot.pp svneol=native#text/plain
-tests/test/tstack.pp svneol=native#text/plain
-tests/test/tstatic1.pp svneol=native#text/pascal
-tests/test/tstatic2.pp svneol=native#text/pascal
-tests/test/tstatic3.pp svneol=native#text/pascal
-tests/test/tstatic4.pp svneol=native#text/pascal
-tests/test/tstatic5.pp svneol=native#text/pascal
-tests/test/tstdhandle.pp svneol=native#text/plain
-tests/test/tstprocv.pp svneol=native#text/plain
-tests/test/tstring1.pp svneol=native#text/plain
-tests/test/tstring10.pp svneol=native#text/plain
-tests/test/tstring11.pp svneol=native#text/pascal
-tests/test/tstring2.pp svneol=native#text/plain
-tests/test/tstring3.pp svneol=native#text/plain
-tests/test/tstring4.pp svneol=native#text/plain
-tests/test/tstring5.pp svneol=native#text/plain
-tests/test/tstring6.pp svneol=native#text/plain
-tests/test/tstring7.pp svneol=native#text/plain
-tests/test/tstring8.pp svneol=native#text/plain
-tests/test/tstring9.pp svneol=native#text/plain
-tests/test/tstrreal1.pp svneol=native#text/plain
-tests/test/tstrreal2.pp svneol=native#text/plain
-tests/test/tstrreal3.pp svneol=native#text/plain
-tests/test/tstrreal4.pp svneol=native#text/plain
-tests/test/tstrreal5.pp svneol=native#text/plain
-tests/test/tstrutils1.pp svneol=native#text/plain
-tests/test/tstrutils2.pp svneol=native#text/plain
-tests/test/tsubdecl.pp svneol=native#text/plain
-tests/test/tsymlibrary1.pp svneol=native#text/pascal
-tests/test/tthlp1.pp svneol=native#text/pascal
-tests/test/tthlp10.pp svneol=native#text/pascal
-tests/test/tthlp11.pp svneol=native#text/pascal
-tests/test/tthlp12.pp svneol=native#text/pascal
-tests/test/tthlp13.pp svneol=native#text/pascal
-tests/test/tthlp14.pp svneol=native#text/pascal
-tests/test/tthlp15.pp svneol=native#text/pascal
-tests/test/tthlp16.pp svneol=native#text/pascal
-tests/test/tthlp17.pp svneol=native#text/pascal
-tests/test/tthlp18.pp svneol=native#text/pascal
-tests/test/tthlp19.pp svneol=native#text/pascal
-tests/test/tthlp2.pp svneol=native#text/pascal
-tests/test/tthlp20.pp svneol=native#text/pascal
-tests/test/tthlp21.pp svneol=native#text/pascal
-tests/test/tthlp22.pp svneol=native#text/pascal
-tests/test/tthlp23.pp svneol=native#text/pascal
-tests/test/tthlp24.pp svneol=native#text/pascal
-tests/test/tthlp25.pp svneol=native#text/pascal
-tests/test/tthlp26a.pp -text svneol=native#text/pascal
-tests/test/tthlp26b.pp -text svneol=native#text/pascal
-tests/test/tthlp26c.pp -text svneol=native#text/pascal
-tests/test/tthlp27.pp svneol=native#text/pascal
-tests/test/tthlp28.pp svneol=native#text/pascal
-tests/test/tthlp29.pp svneol=native#text/pascal
-tests/test/tthlp3.pp svneol=native#text/pascal
-tests/test/tthlp4.pp svneol=native#text/pascal
-tests/test/tthlp5.pp svneol=native#text/pascal
-tests/test/tthlp6.pp svneol=native#text/pascal
-tests/test/tthlp7.pp svneol=native#text/pascal
-tests/test/tthlp8.pp svneol=native#text/pascal
-tests/test/tthlp9.pp svneol=native#text/pascal
-tests/test/tthread1.pp svneol=native#text/pascal
-tests/test/ttpara1.pp svneol=native#text/plain
-tests/test/ttpara2.pp svneol=native#text/plain
-tests/test/ttypeconvtypes.pp svneol=native#text/pascal
-tests/test/ttypedarray1.pp svneol=native#text/pascal
-tests/test/ttypedrecord1.pp svneol=native#text/plain
-tests/test/ttypedrecord2.pp svneol=native#text/plain
-tests/test/ttypedrecord3.pp svneol=native#text/plain
-tests/test/ttypedrecord4.pp svneol=native#text/plain
-tests/test/tudots.dot.next.pp svneol=native#text/pascal
-tests/test/tudots.dot.pp svneol=native#text/pascal
-tests/test/tudots.dot.prog.pp svneol=native#text/pascal
-tests/test/tudots.pp svneol=native#text/pascal
-tests/test/tudots.prog.pp svneol=native#text/pascal
-tests/test/tudots.test.pp svneol=native#text/pascal
-tests/test/tudots2.pp svneol=native#text/pascal
-tests/test/tudots3.pp svneol=native#text/pascal
-tests/test/tudots4.pp svneol=native#text/pascal
-tests/test/tudots5.pp svneol=native#text/pascal
-tests/test/tudots6.pp svneol=native#text/pascal
-tests/test/tuglylabels1.pp svneol=native#text/plain
-tests/test/tunaligned1.pp svneol=native#text/plain
-tests/test/tunistr1.pp svneol=native#text/plain
-tests/test/tunistr2.pp svneol=native#text/plain
-tests/test/tunistr4.pp svneol=native#text/plain
-tests/test/tunistr5.pp svneol=native#text/plain
-tests/test/tunistr6.pp svneol=native#text/plain
-tests/test/tunistr7.pp svneol=native#text/plain
-tests/test/tunistrcopy.pp svneol=native#text/plain
-tests/test/tunit1.pp svneol=native#text/plain
-tests/test/tunit2.pp svneol=native#text/plain
-tests/test/tunit3.pp svneol=native#text/plain
-tests/test/tunroll1.pp svneol=native#text/plain
-tests/test/tunroll2.pp svneol=native#text/pascal
-tests/test/tutf81.pp svneol=native#text/plain
-tests/test/tutf82.pp svneol=native#text/plain
-tests/test/tutf8cpl.pp svneol=native#text/plain
-tests/test/tvarpropsetter1.pp svneol=native#text/plain
-tests/test/tvarpropsetter2.pp svneol=native#text/plain
-tests/test/tvarset1.pp svneol=native#text/plain
-tests/test/tw29833.pp svneol=native#text/plain
-tests/test/twarn1.pp svneol=native#text/pascal
-tests/test/tweaklib1.pp svneol=native#text/plain
-tests/test/tweaklib2.pp svneol=native#text/plain
-tests/test/tweaklib3.pp svneol=native#text/plain
-tests/test/tweaklib4.pp svneol=native#text/plain
-tests/test/twide1.pp svneol=native#text/plain
-tests/test/twide10.pp svneol=native#text/pascal
-tests/test/twide11.pp svneol=native#text/pascal
-tests/test/twide12.pp svneol=native#text/pascal
-tests/test/twide13.pp svneol=native#text/pascal
-tests/test/twide2.pp svneol=native#text/plain
-tests/test/twide3.pp svneol=native#text/plain
-tests/test/twide4.pp svneol=native#text/plain
-tests/test/twide5.pp svneol=native#text/plain
-tests/test/twide6.pp svneol=native#text/plain
-tests/test/twide7.pp svneol=native#text/plain
-tests/test/twide8.pp svneol=native#text/pascal
-tests/test/twide9.pp svneol=native#text/pascal
-tests/test/twrstr1.pp svneol=native#text/plain
-tests/test/twrstr2.pp svneol=native#text/plain
-tests/test/twrstr3.pp svneol=native#text/plain
-tests/test/twrstr4.pp svneol=native#text/plain
-tests/test/twrstr5.pp svneol=native#text/plain
-tests/test/twrstr6.pp svneol=native#text/plain
-tests/test/twrstr7.pp svneol=native#text/plain
-tests/test/twrstr8.pp svneol=native#text/plain
-tests/test/twrstr9.pp svneol=native#text/plain
-tests/test/tx64ccnv.pp svneol=native#text/plain
-tests/test/uabstrcl.pp svneol=native#text/plain
-tests/test/uchlp12.pp svneol=native#text/pascal
-tests/test/uchlp18.pp svneol=native#text/pascal
-tests/test/ucustomattr14a.pp svneol=native#text/pascal
-tests/test/ucustomattr14b.pp svneol=native#text/pascal
-tests/test/udots.moredots.unit7.pp svneol=native#text/pascal
-tests/test/udots.moredots.unit8.pp svneol=native#text/pascal
-tests/test/udots.udots.unit4.pp svneol=native#text/pascal
-tests/test/udots.udots.unit5.pp svneol=native#text/pascal
-tests/test/udots.unit1.pp svneol=native#text/pascal
-tests/test/udots.unit2.pp svneol=native#text/pascal
-tests/test/udots.unit3.pp svneol=native#text/pascal
-tests/test/udots.unit4.pp svneol=native#text/pascal
-tests/test/udots.unit6.pp svneol=native#text/pascal
-tests/test/udots.unit8.pp svneol=native#text/pascal
-tests/test/uenum2a.pp svneol=native#text/plain
-tests/test/uenum2b.pp svneol=native#text/plain
-tests/test/ugenconstraints.pas svneol=native#text/pascal
-tests/test/ugeneric.test75.pp svneol=native#text/pascal
-tests/test/ugeneric10.pp svneol=native#text/plain
-tests/test/ugeneric102.pp svneol=native#text/pascal
-tests/test/ugeneric104.pp -text svneol=native#text/pascal
-tests/test/ugeneric14.pp svneol=native#text/plain
-tests/test/ugeneric3.pp svneol=native#text/plain
-tests/test/ugeneric4.pp svneol=native#text/plain
-tests/test/ugeneric59a.pp svneol=native#text/pascal
-tests/test/ugeneric59b.pp svneol=native#text/pascal
-tests/test/ugeneric7.pp svneol=native#text/plain
-tests/test/ugeneric74a.pp svneol=native#text/pascal
-tests/test/ugeneric74b.pp svneol=native#text/pascal
-tests/test/ugeneric75.pp svneol=native#text/pascal
-tests/test/ugeneric91a.pp svneol=native#text/pascal
-tests/test/ugeneric91b.pp svneol=native#text/pascal
-tests/test/ugeneric93a.pp svneol=native#text/pascal
-tests/test/ugeneric93b.pp svneol=native#text/pascal
-tests/test/ugeneric96a.pp svneol=native#text/pascal
-tests/test/ugeneric96b.pp svneol=native#text/pascal
-tests/test/ugeneric96c.pp svneol=native#text/pascal
-tests/test/ugeneric96d.pp svneol=native#text/pascal
-tests/test/ugeneric99.pp svneol=native#text/pascal
-tests/test/ugenfunc19.pp svneol=native#text/pascal
-tests/test/ugenfunc7.pp svneol=native#text/pascal
-tests/test/uhintdir.pp svneol=native#text/plain
-tests/test/uhlp3.pp svneol=native#text/pascal
-tests/test/uhlp31.pp svneol=native#text/pascal
-tests/test/uhlp39.pp svneol=native#text/pascal
-tests/test/uhlp41a.pp svneol=native#text/pascal
-tests/test/uhlp41b.pp svneol=native#text/pascal
-tests/test/uhlp43.pp svneol=native#text/pascal
-tests/test/uimpluni1.pp svneol=native#text/plain
-tests/test/uimpluni2.pp svneol=native#text/plain
-tests/test/uinline4a.pp svneol=native#text/plain
-tests/test/uinline4b.pp svneol=native#text/plain
-tests/test/ulib2a.pp svneol=native#text/plain
-tests/test/umaclocalprocparam3f.pp svneol=native#text/plain
-tests/test/umacpas1.pp svneol=native#text/plain
-tests/test/umainnam.pp svneol=native#text/plain
-tests/test/umshlp1.pp svneol=native#text/pascal
-tests/test/umshlp15a.pp svneol=native#text/pascal
-tests/test/umshlp15b.pp svneol=native#text/pascal
-tests/test/unit3.pp svneol=native#text/pascal
-tests/test/units/character/tgetnumericvalue.pp svneol=native#text/pascal
-tests/test/units/character/tgetnumericvalue2.pp svneol=native#text/pascal
-tests/test/units/character/tgetnumericvalue3.pp svneol=native#text/pascal
-tests/test/units/character/tgetunicodecategoriesurro.pp svneol=native#text/pascal
-tests/test/units/character/tiscontrol.pp svneol=native#text/pascal
-tests/test/units/character/tiscontrol2.pp svneol=native#text/pascal
-tests/test/units/character/tiscontrol3.pp svneol=native#text/pascal
-tests/test/units/character/tisdigit.pp svneol=native#text/pascal
-tests/test/units/character/tisdigit2.pp svneol=native#text/pascal
-tests/test/units/character/tisdigit3.pp svneol=native#text/pascal
-tests/test/units/character/tishighsurrogate.pp svneol=native#text/pascal
-tests/test/units/character/tisletter.pp svneol=native#text/pascal
-tests/test/units/character/tisletter2.pp svneol=native#text/pascal
-tests/test/units/character/tisletterordigit.pp svneol=native#text/pascal
-tests/test/units/character/tisletterordigit2.pp svneol=native#text/pascal
-tests/test/units/character/tislower2.pp svneol=native#text/pascal
-tests/test/units/character/tislowsurrogate.pp svneol=native#text/pascal
-tests/test/units/character/tisnumber.pp svneol=native#text/pascal
-tests/test/units/character/tisnumber2.pp svneol=native#text/pascal
-tests/test/units/character/tispunctuation.pp svneol=native#text/pascal
-tests/test/units/character/tisseparator.pp svneol=native#text/pascal
-tests/test/units/character/tissurrogate.pp svneol=native#text/pascal
-tests/test/units/character/tissurrogatepair.pp svneol=native#text/pascal
-tests/test/units/character/tissurrogatepair2.pp svneol=native#text/pascal
-tests/test/units/character/tissymbol.pp svneol=native#text/pascal
-tests/test/units/character/tisupper.pp svneol=native#text/pascal
-tests/test/units/character/tiswhitespace.pp svneol=native#text/pascal
-tests/test/units/character/tlowercase.pp svneol=native#text/pascal
-tests/test/units/character/tlowercase2.pp svneol=native#text/pascal
-tests/test/units/character/ttolower.pp svneol=native#text/pascal
-tests/test/units/character/ttolower2.pp svneol=native#text/pascal
-tests/test/units/character/ttolower3.pp svneol=native#text/pascal
-tests/test/units/character/ttoupper.pp svneol=native#text/pascal
-tests/test/units/character/ttoupper2.pp svneol=native#text/pascal
-tests/test/units/character/ttoupper3.pp svneol=native#text/pascal
-tests/test/units/character/tutf32convert.pp svneol=native#text/pascal
-tests/test/units/classes/tbytesstreamtest.pp svneol=native#text/pascal
-tests/test/units/classes/tmakeobjinst.pp svneol=native#text/plain
-tests/test/units/classes/tsetstream.pp svneol=native#text/plain
-tests/test/units/classes/tstringlistexchange.pp svneol=native#text/pascal
-tests/test/units/classes/ttbits.pp svneol=native#text/pascal
-tests/test/units/classes/ttlist.pp svneol=native#text/plain
-tests/test/units/classes/tvclcomobject.pp svneol=native#text/plain
-tests/test/units/cocoaall/tw35994.pp svneol=native#text/plain
-tests/test/units/cocoaall/tw36362.pp svneol=native#text/plain
-tests/test/units/cpu/tcpu1.pp svneol=native#text/pascal
-tests/test/units/crt/tcrt.pp svneol=native#text/plain
-tests/test/units/crt/tctrlc.pp svneol=native#text/plain
-tests/test/units/dateutil/test_scandatetime_ampm.pas svneol=native#text/plain
-tests/test/units/dateutil/testscandatetime.pas svneol=native#text/plain
-tests/test/units/dateutil/tiso8601.pp svneol=native#text/plain
-tests/test/units/dateutil/tunitdt1.pp svneol=native#text/pascal
-tests/test/units/dos/hello.pp svneol=native#text/plain
-tests/test/units/dos/tbreak.pp svneol=native#text/plain
-tests/test/units/dos/tdisk.pp svneol=native#text/plain
-tests/test/units/dos/tdos.pp svneol=native#text/plain
-tests/test/units/dos/tdos2.pp svneol=native#text/plain
-tests/test/units/dos/tenv.pp svneol=native#text/plain
-tests/test/units/dos/tfattr.pp svneol=native#text/plain
-tests/test/units/dos/tfexpand.pp svneol=native#text/plain
-tests/test/units/dos/tfsearch.pp svneol=native#text/plain
-tests/test/units/dos/tfsrch2.pp svneol=native#text/plain
-tests/test/units/dos/tidos.pp svneol=native#text/plain
-tests/test/units/dos/tidos2.pp svneol=native#text/plain
-tests/test/units/dos/tverify.pp svneol=native#text/plain
-tests/test/units/dos/tversion.pp svneol=native#text/plain
-tests/test/units/fmtbcd/tfmtbcd.pp svneol=native#text/plain
-tests/test/units/fpcunit/fplists.pp svneol=native#text/plain
-tests/test/units/fpcunit/gencomptest.dpr svneol=native#text/plain
-tests/test/units/fpcunit/lists.pp svneol=native#text/plain
-tests/test/units/fpcunit/resref2.inc svneol=native#text/plain
-tests/test/units/fpcunit/searchbuf.inc svneol=native#text/plain
-tests/test/units/fpcunit/sllist2.inc svneol=native#text/plain
-tests/test/units/fpcunit/tbucketlist.lpi svneol=native#text/plain
-tests/test/units/fpcunit/tbucketlist.lpr svneol=native#text/plain
-tests/test/units/fpcunit/tcbucketlist.pp svneol=native#text/plain
-tests/test/units/fpcunit/tccollection.pp svneol=native#text/plain
-tests/test/units/fpcunit/tccomponent.pp svneol=native#text/plain
-tests/test/units/fpcunit/tccompstreaming.pp svneol=native#text/plain
-tests/test/units/fpcunit/tcfindnested.pp svneol=native#text/plain
-tests/test/units/fpcunit/tclinkedlist.pp svneol=native#text/plain
-tests/test/units/fpcunit/tclist.pp svneol=native#text/plain
-tests/test/units/fpcunit/tcpersistent.pp svneol=native#text/plain
-tests/test/units/fpcunit/tcresref.pp svneol=native#text/plain
-tests/test/units/fpcunit/tcstreaming.pp svneol=native#text/plain
-tests/test/units/fpcunit/tcstringlist.pp svneol=native#text/plain
-tests/test/units/fpcunit/tcstrutils.pp svneol=native#text/plain
-tests/test/units/fpcunit/tctparser.pp svneol=native#text/plain
-tests/test/units/fpcunit/testclasses.lpi svneol=native#text/plain
-tests/test/units/fpcunit/testclasses.lpr svneol=native#text/plain
-tests/test/units/fpcunit/testcomps.pp svneol=native#text/plain
-tests/test/units/fpcunit/tstrutils.lpi svneol=native#text/plain
-tests/test/units/fpcunit/tstrutils.lpr svneol=native#text/plain
-tests/test/units/fpwidestring/CollationTest_NON_IGNORABLE_SHORT.txt svneol=native#text/plain
-tests/test/units/fpwidestring/CollationTest_SHIFTED_SHORT.txt svneol=native#text/plain
-tests/test/units/fpwidestring/tcpstr13fpwidestring.pp svneol=native#text/pascal
-tests/test/units/fpwidestring/tcpstr17fpwidestring.pp svneol=native#text/pascal
-tests/test/units/fpwidestring/tcpstr18fpwidestring.pp svneol=native#text/pascal
-tests/test/units/fpwidestring/tcpstr1fpwidestring.pp svneol=native#text/pascal
-tests/test/units/fpwidestring/tcpstr9fpwidestring.pp svneol=native#text/pascal
-tests/test/units/fpwidestring/tcpstransistr2shortstringfpwidestring.pp svneol=native#text/pascal
-tests/test/units/fpwidestring/tcpstransistr2widechararrayfpwidestring.pp svneol=native#text/pascal
-tests/test/units/fpwidestring/tcpstransistrcompareequalfpws.pp svneol=native#text/pascal
-tests/test/units/fpwidestring/tcpstransistrcomparefpwidestring.pp svneol=native#text/pascal
-tests/test/units/fpwidestring/tcpstrpchar2ansistrfpws.pp svneol=native#text/pascal
-tests/test/units/fpwidestring/tcpstrshortstr2ansistrfpws.pp svneol=native#text/pascal
-tests/test/units/fpwidestring/tuca1.pp svneol=native#text/pascal
-tests/test/units/fpwidestring/tuca2.pp svneol=native#text/pascal
-tests/test/units/fpwidestring/tucawsm.pp svneol=native#text/pascal
-tests/test/units/fpwidestring/tunistr1fpwidestring.pp svneol=native#text/pascal
-tests/test/units/fpwidestring/tunistr2fpwidestring.pp svneol=native#text/pascal
-tests/test/units/fpwidestring/tunistr6fpwidestring.pp svneol=native#text/pascal
-tests/test/units/fpwidestring/tunistr7fpwidestring.pp svneol=native#text/pascal
-tests/test/units/fpwidestring/twide1fpwidestring.pp svneol=native#text/pascal
-tests/test/units/fpwidestring/twide2fpwidestring.pp svneol=native#text/pascal
-tests/test/units/fpwidestring/twide6fpwidestring.pp svneol=native#text/pascal
-tests/test/units/fpwidestring/twide7fpwidestring.pp svneol=native#text/pascal
-tests/test/units/lineinfo/tlininfo.pp svneol=native#text/plain
-tests/test/units/linux/tepoll1.pp svneol=native#text/pascal
-tests/test/units/linux/tfutimesen.pp svneol=native#text/pascal
-tests/test/units/linux/tstatx.pp svneol=native#text/pascal
-tests/test/units/linux/tutimensat.pp svneol=native#text/pascal
-tests/test/units/math/tcmpnan.pp svneol=native#text/plain
-tests/test/units/math/tdivmod.pp svneol=native#text/plain
-tests/test/units/math/tmask.inc svneol=native#text/plain
-tests/test/units/math/tmask.pp svneol=native#text/plain
-tests/test/units/math/tmask2.pp svneol=native#text/plain
-tests/test/units/math/tminmaxconst.pp svneol=native#text/pascal
-tests/test/units/math/tnaninf.pp svneol=native#text/plain
-tests/test/units/math/tpower.pp svneol=native#text/pascal
-tests/test/units/math/trndcurr.pp svneol=native#text/plain
-tests/test/units/math/troundm.pp svneol=native#text/plain
-tests/test/units/math/tsincos.pp svneol=native#text/pascal
-tests/test/units/math/ttrig1.pp svneol=native#text/plain
-tests/test/units/matrix/tinv1.pp svneol=native#text/pascal
-tests/test/units/nullable/tnull.pp svneol=native#text/plain
-tests/test/units/objects/testobj.pp svneol=native#text/plain
-tests/test/units/objects/testobj1.pp svneol=native#text/plain
-tests/test/units/objects/testobj2.pp svneol=native#text/plain
-tests/test/units/objects/testobj3.pp svneol=native#text/plain
-tests/test/units/rtl-generics/tw35877.pp svneol=native#text/plain
-tests/test/units/sharemem/libtest.pp svneol=native#text/plain
-tests/test/units/sharemem/test1.pp svneol=native#text/plain
-tests/test/units/softfpu/sfttst.pp svneol=native#text/plain
-tests/test/units/sortalgs/tsortalgs1.pp svneol=native#text/plain
-tests/test/units/sortbase/tsortbase.pp svneol=native#text/plain
-tests/test/units/strings/tstrcopy.pp svneol=native#text/plain
-tests/test/units/strings/tstrings1.pp svneol=native#text/plain
-tests/test/units/strutils/taddchar.pp svneol=native#text/plain
-tests/test/units/strutils/taddcharr.pp svneol=native#text/plain
-tests/test/units/strutils/tbin2hex.pp svneol=native#text/plain
-tests/test/units/strutils/tbintohex.pp svneol=native#text/plain
-tests/test/units/strutils/tboyer.pp svneol=native#text/pascal
-tests/test/units/strutils/tdec2numb.pp svneol=native#text/plain
-tests/test/units/strutils/thex2dec.pp svneol=native#text/plain
-tests/test/units/strutils/thextobin.pp svneol=native#text/plain
-tests/test/units/strutils/tinttobin.pp svneol=native#text/plain
-tests/test/units/strutils/tinttoroman.pp svneol=native#text/plain
-tests/test/units/strutils/tiswild.pp svneol=native#text/plain
-tests/test/units/strutils/tnumb2usa.pp svneol=native#text/plain
-tests/test/units/strutils/tpadcenter.pp svneol=native#text/plain
-tests/test/units/strutils/tpadleft.pp svneol=native#text/plain
-tests/test/units/strutils/tpadright.pp svneol=native#text/plain
-tests/test/units/strutils/tposextest.pp svneol=native#text/plain
-tests/test/units/strutils/tromantoint.pp svneol=native#text/plain
-tests/test/units/system/interlocked1.pp svneol=native#text/plain
-tests/test/units/system/tabs.pp svneol=native#text/plain
-tests/test/units/system/talign.pp svneol=native#text/plain
-tests/test/units/system/targs.pp svneol=native#text/plain
-tests/test/units/system/tassert1.pp svneol=native#text/plain
-tests/test/units/system/tassert2.pp svneol=native#text/plain
-tests/test/units/system/tassert3.pp svneol=native#text/plain
-tests/test/units/system/tassert4.pp svneol=native#text/plain
-tests/test/units/system/tassert5.pp svneol=native#text/plain
-tests/test/units/system/tassert6.pp svneol=native#text/plain
-tests/test/units/system/tassert7.pp svneol=native#text/plain
-tests/test/units/system/tassignd.pp svneol=native#text/plain
-tests/test/units/system/tdir.pp svneol=native#text/plain
-tests/test/units/system/tdir2.pp svneol=native#text/plain
-tests/test/units/system/testmac.txt svneol=native#text/plain
-tests/test/units/system/testpc.txt svneol=native#text/plain
-tests/test/units/system/teststk.pp svneol=native#text/plain
-tests/test/units/system/testux.txt svneol=native#text/plain
-tests/test/units/system/tfiledir.pp svneol=native#text/plain
-tests/test/units/system/tfloatrecs.pp svneol=native#text/pascal
-tests/test/units/system/tgenstr.pp svneol=native#text/pascal
-tests/test/units/system/tincdec.pp svneol=native#text/plain
-tests/test/units/system/tint.pp svneol=native#text/plain
-tests/test/units/system/tintstr.pp svneol=native#text/plain
-tests/test/units/system/tio.pp svneol=native#text/plain
-tests/test/units/system/tiorte.pp svneol=native#text/plain
-tests/test/units/system/tjmp.pp svneol=native#text/plain
-tests/test/units/system/tmem.pp svneol=native#text/plain
-tests/test/units/system/todd.pp svneol=native#text/plain
-tests/test/units/system/tparam.pp svneol=native#text/plain
-tests/test/units/system/tpchlen.pp svneol=native#text/plain
-tests/test/units/system/tpi.pp svneol=native#text/plain
-tests/test/units/system/tpredsucc1.pp svneol=native#text/pascal
-tests/test/units/system/tpredsucc2.pp svneol=native#text/pascal
-tests/test/units/system/trandom.pp svneol=native#text/plain
-tests/test/units/system/trdtxt01.pp svneol=native#text/plain
-tests/test/units/system/trdtxt02.pp svneol=native#text/plain
-tests/test/units/system/trdtxt03.pp svneol=native#text/plain
-tests/test/units/system/tres.pp svneol=native#text/plain
-tests/test/units/system/tres1.rc -text
-tests/test/units/system/tres1.res -text
-tests/test/units/system/tres1.txt -text
-tests/test/units/system/tres1_it.txt svneol=native#text/plain
-tests/test/units/system/tres2.pp svneol=native#text/plain
-tests/test/units/system/tres2.txt -text
-tests/test/units/system/tres2ext.pp svneol=native#text/plain
-tests/test/units/system/tres3.pp svneol=native#text/plain
-tests/test/units/system/tres3ext.pp svneol=native#text/plain
-tests/test/units/system/tres4.pp svneol=native#text/plain
-tests/test/units/system/tres4.res -text
-tests/test/units/system/tres5.pp svneol=native#text/plain
-tests/test/units/system/tres5.rc svneol=native#text/plain
-tests/test/units/system/tres6.lfm svneol=native#text/plain
-tests/test/units/system/tres6.pp svneol=native#text/pascal
-tests/test/units/system/tresb.rc svneol=native#text/plain
-tests/test/units/system/tresb.res -text
-tests/test/units/system/tresext.pp svneol=native#text/plain
-tests/test/units/system/trnd1.pp svneol=native#text/pascal
-tests/test/units/system/tround.pp svneol=native#text/plain
-tests/test/units/system/tseekeof.pp svneol=native#text/plain
-tests/test/units/system/tseg.pp svneol=native#text/plain
-tests/test/units/system/tsetstr.pp svneol=native#text/plain
-tests/test/units/system/tsetstr2.pp svneol=native#text/plain
-tests/test/units/system/tslice1.pp svneol=native#text/plain
-tests/test/units/system/tslice2.pp svneol=native#text/plain
-tests/test/units/system/tstr1.pp svneol=native#text/pascal
-tests/test/units/system/tstring.pp svneol=native#text/plain
-tests/test/units/system/ttrig.pas svneol=native#text/plain
-tests/test/units/system/ttrig.pp svneol=native#text/plain
-tests/test/units/system/ttrunc.pp svneol=native#text/plain
-tests/test/units/system/ttxtflsh.pp svneol=native#text/plain
-tests/test/units/system/tval.inc svneol=native#text/plain
-tests/test/units/system/tval.pp svneol=native#text/plain
-tests/test/units/system/tval1.pp svneol=native#text/plain
-tests/test/units/system/tval2.pp svneol=native#text/plain
-tests/test/units/system/tval3.pp svneol=native#text/plain
-tests/test/units/system/tval4.pp svneol=native#text/plain
-tests/test/units/system/tval5.pp svneol=native#text/plain
-tests/test/units/system/tvalc.pp svneol=native#text/plain
-tests/test/units/sysutils/strtotimetest.pp svneol=native#text/plain
-tests/test/units/sysutils/tastrcmp.pp svneol=native#text/plain
-tests/test/units/sysutils/tastrcmp1.pp svneol=native#text/plain
-tests/test/units/sysutils/tbytesof.pp svneol=native#text/pascal
-tests/test/units/sysutils/tdirex.pp svneol=native#text/plain
-tests/test/units/sysutils/tencodingerrors.pp svneol=native#text/pascal
-tests/test/units/sysutils/tencodingtest.pp svneol=native#text/pascal
-tests/test/units/sysutils/testspo.pp svneol=native#text/plain
-tests/test/units/sysutils/texec1.pp svneol=native#text/plain
-tests/test/units/sysutils/texec2.pp svneol=native#text/plain
-tests/test/units/sysutils/texpfncase.pp svneol=native#text/plain
-tests/test/units/sysutils/textractquote.pp svneol=native#text/plain
-tests/test/units/sysutils/tfexpand2.pp svneol=native#text/plain
-tests/test/units/sysutils/tffirst.pp svneol=native#text/plain
-tests/test/units/sysutils/tfile1.pp svneol=native#text/plain
-tests/test/units/sysutils/tfile2.pp svneol=native#text/plain
-tests/test/units/sysutils/tfileage.pp svneol=native#text/pascal
-tests/test/units/sysutils/tfilename.pp svneol=native#text/plain
-tests/test/units/sysutils/tfilenamecase1.pp svneol=native#text/pascal
-tests/test/units/sysutils/tfloattostr.pp svneol=native#text/plain
-tests/test/units/sysutils/tformat.pp svneol=native#text/plain
-tests/test/units/sysutils/tinttohex.pp svneol=native#text/pascal
-tests/test/units/sysutils/tlocale.pp svneol=native#text/plain
-tests/test/units/sysutils/trwsync.pp svneol=native#text/plain
-tests/test/units/sysutils/tsscanf.pp svneol=native#text/plain
-tests/test/units/sysutils/tstrcmp.pp svneol=native#text/plain
-tests/test/units/sysutils/tstrtobool.pp svneol=native#text/plain
-tests/test/units/sysutils/tunifile.pp svneol=native#text/plain
-tests/test/units/sysutils/tuplow.pp svneol=native#text/plain
-tests/test/units/sysutils/tw37374.pp svneol=native#text/plain
-tests/test/units/sysutils/twstralloc.pp svneol=native#text/plain
-tests/test/units/sysutils/twstrcmp.pp svneol=native#text/plain
-tests/test/units/types/ttbitconverter.pp svneol=native#text/pascal
-tests/test/units/ucomplex/tcsqr1.pp svneol=native#text/pascal
-tests/test/units/unix/tepoch1.pp svneol=native#text/pascal
-tests/test/units/unix/ttimezone1.pp svneol=native#text/pascal
-tests/test/units/variants/tcustomvariant.pp svneol=native#text/plain
-tests/test/units/variants/tvararrayofintf.pp svneol=native#text/plain
-tests/test/units/variants/tw26370.pp svneol=native#text/plain
-tests/test/units/variants/tw27044.pp svneol=native#text/plain
-tests/test/units/variants/tw30546.pp svneol=native#text/plain
-tests/test/units/windows/twinrawinput32.pp svneol=native#text/plain
-tests/test/units/windows/twinrawinput64.pp svneol=native#text/plain
-tests/test/uobjc24.pp svneol=native#text/plain
-tests/test/uobjc26.pp svneol=native#text/plain
-tests/test/uobjc27a.pp svneol=native#text/plain
-tests/test/uobjc27b.pp svneol=native#text/plain
-tests/test/uobjc30c.pp svneol=native#text/plain
-tests/test/uobjc35d.pp svneol=native#text/plain
-tests/test/uobjc35e.pp svneol=native#text/plain
-tests/test/uobjc35f.pp svneol=native#text/plain
-tests/test/uobjc35g.pp svneol=native#text/plain
-tests/test/uobjc39.pp svneol=native#text/plain
-tests/test/uobjc41.pp svneol=native#text/plain
-tests/test/uobjc42.pp svneol=native#text/plain
-tests/test/uobjc7.pp svneol=native#text/plain
-tests/test/uobjcl1.pp svneol=native#text/plain
-tests/test/uprec6.pp svneol=native#text/plain
-tests/test/uprec7.pp svneol=native#text/plain
-tests/test/uprocext1.pp svneol=native#text/plain
-tests/test/uprocext2.pp svneol=native#text/plain
-tests/test/urhlp14.pp svneol=native#text/pascal
-tests/test/urhlp17.pp svneol=native#text/pascal
-tests/test/usprot1.pp svneol=native#text/plain
-tests/test/usprot2.pp svneol=native#text/plain
-tests/test/utasout.pp svneol=native#text/plain
-tests/test/uthlp.pp svneol=native#text/pascal
-tests/test/uunit1.pp svneol=native#text/plain
-tests/test/uunit2a.pp svneol=native#text/plain
-tests/test/uunit2b.pp svneol=native#text/plain
-tests/test/uunit3a.pp svneol=native#text/plain
-tests/test/uunit3b.pp svneol=native#text/plain
-tests/test/uunit3c.pp svneol=native#text/plain
-tests/tstunits/MPWMake svneol=native#text/plain
-tests/tstunits/Makefile svneol=native#text/plain
-tests/tstunits/Makefile.fpc svneol=native#text/plain
-tests/tstunits/erroru.pp svneol=native#text/plain
-tests/tstunits/popuperr.pp svneol=native#text/plain
-tests/tstunits/win32err.pp svneol=native#text/plain
-tests/utils/Makefile svneol=native#text/plain
-tests/utils/Makefile.fpc svneol=native#text/plain
-tests/utils/avx/asmtestgenerator.pas svneol=native#text/plain
-tests/utils/avx/avxopcodes.pas svneol=native#text/plain
-tests/utils/avx/avxtestfilecmp.lpi svneol=native#text/plain
-tests/utils/avx/avxtestfilecmp.pp svneol=native#text/plain
-tests/utils/avx/avxtestgenerator.lpi svneol=native#text/plain
-tests/utils/avx/avxtestgenerator.pp svneol=native#text/plain
-tests/utils/avx/baselist.pas svneol=native#text/plain
-tests/utils/avx/cmpoptions.pas svneol=native#text/plain
-tests/utils/avx/filecomparer.pas svneol=native#text/plain
-tests/utils/avx/options.pas svneol=native#text/plain
-tests/utils/avx/readme.txt svneol=native#text/plain
-tests/utils/bench.pp svneol=native#text/plain
-tests/utils/concat.pp svneol=native#text/plain
-tests/utils/createlst.pp svneol=native#text/pascal
-tests/utils/dbconfig.pp svneol=native#text/plain
-tests/utils/dbdigest.pp svneol=native#text/plain
-tests/utils/dbtests.pp svneol=native#text/plain
-tests/utils/digest.pp svneol=native#text/plain
-tests/utils/dosbox/dosbox.conf svneol=native#text/plain
-tests/utils/dosbox/dosbox_wrapper.pas svneol=native#text/plain
-tests/utils/dosbox/exitcode.exe -text svneol=unset#application/x-dosexec
-tests/utils/dosbox/exitcode.pas svneol=native#text/plain
-tests/utils/dotest.pp svneol=native#text/plain
-tests/utils/fail.pp svneol=native#text/plain
-tests/utils/fptime.pp svneol=native#text/plain
-tests/utils/fpts2junit.pp svneol=native#text/plain
-tests/utils/gparmake.pp svneol=native#text/plain
-tests/utils/libtar.pas svneol=native#text/plain
-tests/utils/macos/LinkRunDir -text
-tests/utils/macos/LinkRunTests -text
-tests/utils/macos/readme.txt svneol=native#text/plain
-tests/utils/prepup.pp svneol=native#text/plain
-tests/utils/redir.pp svneol=native#text/plain
-tests/utils/testfail.pp svneol=native#text/plain
-tests/utils/tests.sql -text
-tests/utils/teststr.pp svneol=native#text/plain
-tests/utils/testsuite/Makefile svneol=native#text/plain
-tests/utils/testsuite/Makefile.fpc svneol=native#text/plain
-tests/utils/testsuite/defaults.sql svneol=native#text/plain
-tests/utils/testsuite/testsuite.lpi svneol=native#text/plain
-tests/utils/testsuite/testsuite.pp svneol=native#text/plain
-tests/utils/testsuite/testsuite.sql svneol=native#text/plain
-tests/utils/testsuite/utests.pp svneol=native#text/plain
-tests/utils/testu.pp svneol=native#text/plain
-tests/utils/tresults.pp svneol=native#text/plain
-tests/utils/variants/genvartests.pp svneol=native#text/plain
-tests/utils/variants/processtests.sh svneol=native#text/plain
-tests/webtbf/tw0744.pp svneol=native#text/plain
-tests/webtbf/tw0769b.pp svneol=native#text/plain
-tests/webtbf/tw0769c.pp svneol=native#text/plain
-tests/webtbf/tw0784.pp svneol=native#text/plain
-tests/webtbf/tw0807.pp svneol=native#text/plain
-tests/webtbf/tw0840.pp svneol=native#text/plain
-tests/webtbf/tw0855.pp svneol=native#text/plain
-tests/webtbf/tw0856.pp svneol=native#text/plain
-tests/webtbf/tw0890.pp svneol=native#text/plain
-tests/webtbf/tw0890a.pp svneol=native#text/plain
-tests/webtbf/tw0893.pp svneol=native#text/plain
-tests/webtbf/tw0896.pp svneol=native#text/plain
-tests/webtbf/tw0896a.pp svneol=native#text/plain
-tests/webtbf/tw10081.pp svneol=native#text/plain
-tests/webtbf/tw10425a.pp svneol=native#text/plain
-tests/webtbf/tw10425b.pp svneol=native#text/plain
-tests/webtbf/tw10425c.pp svneol=native#text/plain
-tests/webtbf/tw10425d.pp svneol=native#text/plain
-tests/webtbf/tw10425e.pp svneol=native#text/plain
-tests/webtbf/tw10457.pp svneol=native#text/plain
-tests/webtbf/tw10833a.pp svneol=native#text/plain
-tests/webtbf/tw10849.pp svneol=native#text/plain
-tests/webtbf/tw10890a.pp svneol=native#text/plain
-tests/webtbf/tw10998a.pp svneol=native#text/plain
-tests/webtbf/tw11254a.pp svneol=native#text/plain
-tests/webtbf/tw11295a.pp svneol=native#text/plain
-tests/webtbf/tw11295b.pp svneol=native#text/plain
-tests/webtbf/tw1157a.pp svneol=native#text/plain
-tests/webtbf/tw11619b.pp svneol=native#text/plain
-tests/webtbf/tw11632.pp svneol=native#text/plain
-tests/webtbf/tw11846.pp svneol=native#text/plain
-tests/webtbf/tw11846c.pp svneol=native#text/plain
-tests/webtbf/tw11848a.pp svneol=native#text/plain
-tests/webtbf/tw11862a.pp svneol=native#text/plain
-tests/webtbf/tw11970.pp svneol=native#text/plain
-tests/webtbf/tw12075.pp svneol=native#text/plain
-tests/webtbf/tw12109a.pp svneol=native#text/plain
-tests/webtbf/tw12303.pp svneol=native#text/plain
-tests/webtbf/tw12329.pp svneol=native#text/plain
-tests/webtbf/tw12365a.cfg svneol=native#text/plain
-tests/webtbf/tw12365a.pp svneol=native#text/plain
-tests/webtbf/tw12365b.cfg svneol=native#text/plain
-tests/webtbf/tw12365b.pp svneol=native#text/plain
-tests/webtbf/tw1238.pp svneol=native#text/plain
-tests/webtbf/tw1251a.pp svneol=native#text/plain
-tests/webtbf/tw1270.pp svneol=native#text/plain
-tests/webtbf/tw12933.pp svneol=native#text/plain
-tests/webtbf/tw1306.pp svneol=native#text/plain
-tests/webtbf/tw13135.pp svneol=native#text/plain
-tests/webtbf/tw1316.pp svneol=native#text/plain
-tests/webtbf/tw1328.pp svneol=native#text/plain
-tests/webtbf/tw13563a.pp svneol=native#text/plain
-tests/webtbf/tw1365.pp svneol=native#text/plain
-tests/webtbf/tw13815.pp svneol=native#text/plain
-tests/webtbf/tw1395.pp svneol=native#text/plain
-tests/webtbf/tw13956.pp svneol=native#text/plain
-tests/webtbf/tw13971a.pp svneol=native#text/plain
-tests/webtbf/tw13971b.pp svneol=native#text/plain
-tests/webtbf/tw13971c.pp svneol=native#text/plain
-tests/webtbf/tw13971d.pp svneol=native#text/plain
-tests/webtbf/tw13971e.pp svneol=native#text/plain
-tests/webtbf/tw13971f.pp svneol=native#text/plain
-tests/webtbf/tw13992.pp svneol=native#text/plain
-tests/webtbf/tw1407.pp svneol=native#text/plain
-tests/webtbf/tw14104a.pp svneol=native#text/plain
-tests/webtbf/tw14104b.pp svneol=native#text/plain
-tests/webtbf/tw14104c.pp svneol=native#text/plain
-tests/webtbf/tw14248.pp svneol=native#text/plain
-tests/webtbf/tw1432.pp svneol=native#text/plain
-tests/webtbf/tw14354.pp svneol=native#text/plain
-tests/webtbf/tw14650.pp svneol=native#text/plain
-tests/webtbf/tw14650a.pp svneol=native#text/plain
-tests/webtbf/tw1467.pp svneol=native#text/plain
-tests/webtbf/tw14713.pp svneol=native#text/plain
-tests/webtbf/tw14713a.pp svneol=native#text/plain
-tests/webtbf/tw14777.pp svneol=native#text/plain
-tests/webtbf/tw14777a.pp svneol=native#text/plain
-tests/webtbf/tw1483.pp svneol=native#text/plain
-tests/webtbf/tw14849.pp svneol=native#text/plain
-tests/webtbf/tw14862a.pp svneol=native#text/plain
-tests/webtbf/tw14862b.pp svneol=native#text/plain
-tests/webtbf/tw14862c.pp svneol=native#text/plain
-tests/webtbf/tw14862d.pp svneol=native#text/plain
-tests/webtbf/tw14862e.pp svneol=native#text/plain
-tests/webtbf/tw14862f.pp svneol=native#text/plain
-tests/webtbf/tw14862h.pp svneol=native#text/plain
-tests/webtbf/tw14862i.pp svneol=native#text/plain
-tests/webtbf/tw14929a.pp svneol=native#text/plain
-tests/webtbf/tw14929b.pp svneol=native#text/plain
-tests/webtbf/tw14946.pp svneol=native#text/plain
-tests/webtbf/tw15287.pp svneol=native#text/plain
-tests/webtbf/tw15288.pp svneol=native#text/plain
-tests/webtbf/tw15303.pp svneol=native#text/plain
-tests/webtbf/tw15391a.pp svneol=native#text/plain
-tests/webtbf/tw15447.pp svneol=native#text/plain
-tests/webtbf/tw15594a.pp svneol=native#text/plain
-tests/webtbf/tw15594b.pp svneol=native#text/plain
-tests/webtbf/tw15672.pp svneol=native#text/plain
-tests/webtbf/tw15727b.pp svneol=native#text/plain
-tests/webtbf/tw15777b.pp svneol=native#text/plain
-tests/webtbf/tw1599.pp svneol=native#text/plain
-tests/webtbf/tw1599b.pp svneol=native#text/plain
-tests/webtbf/tw16022.pp svneol=native#text/plain
-tests/webtbf/tw16203.pp svneol=native#text/plain
-tests/webtbf/tw16219.pp svneol=native#text/plain
-tests/webtbf/tw16219a.pp svneol=native#text/plain
-tests/webtbf/tw16234.pp svneol=native#text/plain
-tests/webtbf/tw1633.pp svneol=native#text/plain
-tests/webtbf/tw1642.pp svneol=native#text/plain
-tests/webtbf/tw1655.pp svneol=native#text/plain
-tests/webtbf/tw1681.pp svneol=native#text/plain
-tests/webtbf/tw17341.pp svneol=native#text/plain
-tests/webtbf/tw17455.pp svneol=native#text/plain
-tests/webtbf/tw1754.pp svneol=native#text/plain
-tests/webtbf/tw1754b.pp svneol=native#text/plain
-tests/webtbf/tw17646a.pp svneol=native#text/plain
-tests/webtbf/tw1782.pp svneol=native#text/plain
-tests/webtbf/tw18058a.pp svneol=native#text/plain
-tests/webtbf/tw18058b.pp svneol=native#text/plain
-tests/webtbf/tw18058c.pp svneol=native#text/plain
-tests/webtbf/tw18096.pp svneol=native#text/pascal
-tests/webtbf/tw18096c.pp svneol=native#text/pascal
-tests/webtbf/tw18225b.pp svneol=native#text/pascal
-tests/webtbf/tw18267.pp svneol=native#text/plain
-tests/webtbf/tw1827.pp svneol=native#text/plain
-tests/webtbf/tw1830.pp svneol=native#text/plain
-tests/webtbf/tw1842.pp svneol=native#text/plain
-tests/webtbf/tw1858.pp svneol=native#text/plain
-tests/webtbf/tw18620.pp svneol=native#text/pascal
-tests/webtbf/tw1905.pp svneol=native#text/plain
-tests/webtbf/tw19213.pp svneol=native#text/plain
-tests/webtbf/tw1927.pp svneol=native#text/plain
-tests/webtbf/tw1928.pp svneol=native#text/plain
-tests/webtbf/tw1939.pp svneol=native#text/plain
-tests/webtbf/tw19434.pp svneol=native#text/plain
-tests/webtbf/tw19463.pp svneol=native#text/pascal
-tests/webtbf/tw1949.pp svneol=native#text/plain
-tests/webtbf/tw19591.pp svneol=native#text/plain
-tests/webtbf/tw1969.pp svneol=native#text/plain
-tests/webtbf/tw1995.pp svneol=native#text/plain
-tests/webtbf/tw19975.pp svneol=native#text/pascal
-tests/webtbf/tw20095.pp svneol=native#text/plain
-tests/webtbf/tw2018.pp svneol=native#text/plain
-tests/webtbf/tw2037.pp svneol=native#text/plain
-tests/webtbf/tw2046.pp svneol=native#text/plain
-tests/webtbf/tw2053.pp svneol=native#text/plain
-tests/webtbf/tw2053b.pp svneol=native#text/plain
-tests/webtbf/tw20580.pp svneol=native#text/pascal
-tests/webtbf/tw20661.pp svneol=native#text/plain
-tests/webtbf/tw2070.pp svneol=native#text/plain
-tests/webtbf/tw20721a.pp svneol=native#text/pascal
-tests/webtbf/tw20721b.pp svneol=native#text/pascal
-tests/webtbf/tw20721c.pp svneol=native#text/pascal
-tests/webtbf/tw20907.pp svneol=native#text/plain
-tests/webtbf/tw20907a.pp svneol=native#text/plain
-tests/webtbf/tw21078.pp svneol=native#text/plain
-tests/webtbf/tw21087.pp svneol=native#text/plain
-tests/webtbf/tw21238.pp svneol=native#text/pascal
-tests/webtbf/tw2128.pp svneol=native#text/plain
-tests/webtbf/tw2129.pp svneol=native#text/plain
-tests/webtbf/tw21363.pp svneol=native#text/pascal
-tests/webtbf/tw21466.pas svneol=native#text/pascal
-tests/webtbf/tw21466.pp svneol=native#text/pascal
-tests/webtbf/tw2154.pp svneol=native#text/plain
-tests/webtbf/tw21566.pp svneol=native#text/pascal
-tests/webtbf/tw2174.pp svneol=native#text/plain
-tests/webtbf/tw21873.pp svneol=native#text/plain
-tests/webtbf/tw2209.pp svneol=native#text/plain
-tests/webtbf/tw22219.pp svneol=native#text/pascal
-tests/webtbf/tw22343a.pp svneol=native#text/plain
-tests/webtbf/tw22343b.pp svneol=native#text/plain
-tests/webtbf/tw22343c.pp svneol=native#text/plain
-tests/webtbf/tw22395.pp svneol=native#text/plain
-tests/webtbf/tw2242.pp svneol=native#text/plain
-tests/webtbf/tw22490a.pp svneol=native#text/plain
-tests/webtbf/tw22665a.pp svneol=native#text/plain
-tests/webtbf/tw22665b.pp svneol=native#text/plain
-tests/webtbf/tw2273.pp svneol=native#text/plain
-tests/webtbf/tw2281.pp svneol=native#text/plain
-tests/webtbf/tw2285.pp svneol=native#text/plain
-tests/webtbf/tw22941.pp svneol=native#text/plain
-tests/webtbf/tw23110.pp svneol=native#text/plain
-tests/webtbf/tw23169.pp svneol=native#text/pascal
-tests/webtbf/tw23546b.pp svneol=native#text/pascal
-tests/webtbf/tw23547a.pp svneol=native#text/pascal
-tests/webtbf/tw23547b.pp svneol=native#text/pascal
-tests/webtbf/tw23547c.pp svneol=native#text/pascal
-tests/webtbf/tw2357.pp svneol=native#text/plain
-tests/webtbf/tw23571a.pp svneol=native#text/pascal
-tests/webtbf/tw23571b.pp svneol=native#text/pascal
-tests/webtbf/tw23571c.pp svneol=native#text/pascal
-tests/webtbf/tw2359.pp svneol=native#text/plain
-tests/webtbf/tw2362.pp svneol=native#text/plain
-tests/webtbf/tw23702.pp svneol=native#text/pascal
-tests/webtbf/tw2383.pp svneol=native#text/plain
-tests/webtbf/tw2400.pp svneol=native#text/plain
-tests/webtbf/tw24013.pp svneol=native#text/plain
-tests/webtbf/tw24013a.pp svneol=native#text/plain
-tests/webtbf/tw24013b.pp svneol=native#text/plain
-tests/webtbf/tw2403.pp svneol=native#text/plain
-tests/webtbf/tw2414.pp svneol=native#text/plain
-tests/webtbf/tw24184.pp svneol=native#text/plain
-tests/webtbf/tw24428.pp svneol=native#text/plain
-tests/webtbf/tw24428a.pp svneol=native#text/plain
-tests/webtbf/tw24434.pp svneol=native#text/pascal
-tests/webtbf/tw24453.pp svneol=native#text/pascal
-tests/webtbf/tw24495.pp svneol=native#text/pascal
-tests/webtbf/tw24588.pp svneol=native#text/pascal
-tests/webtbf/tw2478.pp svneol=native#text/plain
-tests/webtbf/tw25029.pp svneol=native#text/pascal
-tests/webtbf/tw25215.pp svneol=native#text/pascal
-tests/webtbf/tw25283.pp svneol=native#text/plain
-tests/webtbf/tw25318.pp svneol=native#text/pascal
-tests/webtbf/tw25504.pp svneol=native#text/plain
-tests/webtbf/tw2562.pp svneol=native#text/plain
-tests/webtbf/tw25622.pp svneol=native#text/plain
-tests/webtbf/tw25622a.pp svneol=native#text/plain
-tests/webtbf/tw25769.pp svneol=native#text/pascal
-tests/webtbf/tw25788.pp svneol=native#text/pascal
-tests/webtbf/tw25861.pp svneol=native#text/plain
-tests/webtbf/tw25862.pp svneol=native#text/plain
-tests/webtbf/tw25915.pp svneol=native#text/pascal
-tests/webtbf/tw25951.pp svneol=native#text/pascal
-tests/webtbf/tw26016.pp svneol=native#text/pascal
-tests/webtbf/tw26176.pp svneol=native#text/pascal
-tests/webtbf/tw26193.pp svneol=native#text/pascal
-tests/webtbf/tw26363.pp svneol=native#text/plain
-tests/webtbf/tw26363a.pp svneol=native#text/plain
-tests/webtbf/tw26456.pp svneol=native#text/pascal
-tests/webtbf/tw2650.pp svneol=native#text/plain
-tests/webtbf/tw2657.pp svneol=native#text/plain
-tests/webtbf/tw2670.pp svneol=native#text/plain
-tests/webtbf/tw26704.pp svneol=native#text/plain
-tests/webtbf/tw2719.pp svneol=native#text/plain
-tests/webtbf/tw2721.pp svneol=native#text/plain
-tests/webtbf/tw2724.pp svneol=native#text/plain
-tests/webtbf/tw27378.pp svneol=native#text/pascal
-tests/webtbf/tw2739.pp svneol=native#text/plain
-tests/webtbf/tw2751.pp svneol=native#text/plain
-tests/webtbf/tw2752.pp svneol=native#text/plain
-tests/webtbf/tw27543.pp svneol=native#text/pascal
-tests/webtbf/tw2787.pp svneol=native#text/plain
-tests/webtbf/tw27880.pp svneol=native#text/pascal
-tests/webtbf/tw2795.pp svneol=native#text/plain
-tests/webtbf/tw28338.pp svneol=native#text/plain
-tests/webtbf/tw28355.pp svneol=native#text/plain
-tests/webtbf/tw2853.pp svneol=native#text/plain
-tests/webtbf/tw2853a.pp svneol=native#text/plain
-tests/webtbf/tw2853b.pp svneol=native#text/plain
-tests/webtbf/tw2853c.pp svneol=native#text/plain
-tests/webtbf/tw28753.pp svneol=native#text/pascal
-tests/webtbf/tw2878.pp svneol=native#text/plain
-tests/webtbf/tw2972.pp svneol=native#text/plain
-tests/webtbf/tw2972b.pp svneol=native#text/plain
-tests/webtbf/tw2983a.pp svneol=native#text/plain
-tests/webtbf/tw2996.pp svneol=native#text/plain
-tests/webtbf/tw3000.pp svneol=native#text/plain
-tests/webtbf/tw30022.pp svneol=native#text/plain
-tests/webtbf/tw3047.pp svneol=native#text/plain
-tests/webtbf/tw30494.pp svneol=native#text/pascal
-tests/webtbf/tw31016.pp svneol=native#text/pascal
-tests/webtbf/tw31107.pp svneol=native#text/pascal
-tests/webtbf/tw3114.pp svneol=native#text/plain
-tests/webtbf/tw3116.pp svneol=native#text/plain
-tests/webtbf/tw3126.pp svneol=native#text/plain
-tests/webtbf/tw31273.pp svneol=native#text/plain
-tests/webtbf/tw3145.pp svneol=native#text/plain
-tests/webtbf/tw31465.pp svneol=native#text/pascal
-tests/webtbf/tw31717.pp svneol=native#text/pascal
-tests/webtbf/tw3183.pp svneol=native#text/plain
-tests/webtbf/tw3186.pp svneol=native#text/plain
-tests/webtbf/tw31936.pp svneol=native#text/pascal
-tests/webtbf/tw31973.pp svneol=native#text/pascal
-tests/webtbf/tw32043b.pp svneol=native#text/pascal
-tests/webtbf/tw32043c.pp svneol=native#text/pascal
-tests/webtbf/tw32075.pp svneol=native#text/pascal
-tests/webtbf/tw3218.pp svneol=native#text/plain
-tests/webtbf/tw32261.pp svneol=native#text/pascal
-tests/webtbf/tw3241.pp svneol=native#text/plain
-tests/webtbf/tw32412a.pp svneol=native#text/pascal
-tests/webtbf/tw32412b.pp svneol=native#text/pascal
-tests/webtbf/tw32412c.pp svneol=native#text/pascal
-tests/webtbf/tw3253.pp svneol=native#text/plain
-tests/webtbf/tw32605.pp svneol=native#text/plain
-tests/webtbf/tw3267.pp svneol=native#text/plain
-tests/webtbf/tw3275.pp svneol=native#text/plain
-tests/webtbf/tw32906.pp svneol=native#text/plain
-tests/webtbf/tw32915.pp svneol=native#text/pascal
-tests/webtbf/tw3294.pp svneol=native#text/plain
-tests/webtbf/tw32949.pp svneol=native#text/pascal
-tests/webtbf/tw3331.pp svneol=native#text/plain
-tests/webtbf/tw3337.pp svneol=native#text/plain
-tests/webtbf/tw3342.pp svneol=native#text/plain
-tests/webtbf/tw3343.pp svneol=native#text/plain
-tests/webtbf/tw3375.pp svneol=native#text/plain
-tests/webtbf/tw3393.pp svneol=native#text/plain
-tests/webtbf/tw3395.pp svneol=native#text/plain
-tests/webtbf/tw3395a.pp svneol=native#text/plain
-tests/webtbf/tw34355.pp svneol=native#text/pascal
-tests/webtbf/tw3450.pp svneol=native#text/plain
-tests/webtbf/tw34633.pp svneol=native#text/pascal
-tests/webtbf/tw34691.pp svneol=native#text/pascal
-tests/webtbf/tw3473.pp svneol=native#text/plain
-tests/webtbf/tw3480.pp svneol=native#text/plain
-tests/webtbf/tw3480a.pp svneol=native#text/plain
-tests/webtbf/tw34821.pp svneol=native#text/plain
-tests/webtbf/tw3488.pp svneol=native#text/plain
-tests/webtbf/tw3495.pp svneol=native#text/plain
-tests/webtbf/tw3502.pp svneol=native#text/plain
-tests/webtbf/tw35149a.pp svneol=native#text/plain
-tests/webtbf/tw35348.pp svneol=native#text/pascal
-tests/webtbf/tw3553.pp svneol=native#text/plain
-tests/webtbf/tw35581.pp svneol=native#text/pascal
-tests/webtbf/tw3562.pp svneol=native#text/plain
-tests/webtbf/tw35671.pp svneol=native#text/plain
-tests/webtbf/tw35753.pp svneol=native#text/plain
-tests/webtbf/tw3583.pp svneol=native#text/plain
-tests/webtbf/tw35866.pp svneol=native#text/pascal
-tests/webtbf/tw35909.pp svneol=native#text/pascal
-tests/webtbf/tw35981.pp svneol=native#text/pascal
-tests/webtbf/tw36014.pp svneol=native#text/pascal
-tests/webtbf/tw36114.pp svneol=native#text/pascal
-tests/webtbf/tw36223.pp svneol=native#text/pascal
-tests/webtbf/tw3626.pp svneol=native#text/plain
-tests/webtbf/tw3631.pp svneol=native#text/plain
-tests/webtbf/tw36377.pp svneol=native#text/pascal
-tests/webtbf/tw36397.pp -text svneol=native#text/pascal
-tests/webtbf/tw3643.pp svneol=native#text/plain
-tests/webtbf/tw3644.pp svneol=native#text/plain
-tests/webtbf/tw36554.pp svneol=native#text/pascal
-tests/webtbf/tw36584.pp svneol=native#text/pascal
-tests/webtbf/tw3662.pp svneol=native#text/plain
-tests/webtbf/tw36631a.pp svneol=native#text/pascal
-tests/webtbf/tw36631b.pp svneol=native#text/pascal
-tests/webtbf/tw36652.pp svneol=native#text/pascal
-tests/webtbf/tw36720.pp svneol=native#text/pascal
-tests/webtbf/tw3680.pp svneol=native#text/plain
-tests/webtbf/tw36975.pp svneol=native#text/pascal
-tests/webtbf/tw3716.pp svneol=native#text/plain
-tests/webtbf/tw37217.pp svneol=native#text/pascal
-tests/webtbf/tw37272b.pp svneol=native#text/pascal
-tests/webtbf/tw37303.pp -text svneol=native#text/pascal
-tests/webtbf/tw3738.pp svneol=native#text/plain
-tests/webtbf/tw3740.pp svneol=native#text/plain
-tests/webtbf/tw37426.pp svneol=native#text/pascal
-tests/webtbf/tw37459.pp svneol=native#text/pascal
-tests/webtbf/tw37460.pp svneol=native#text/pascal
-tests/webtbf/tw37462.pp svneol=native#text/pascal
-tests/webtbf/tw37475.pp svneol=native#text/pascal
-tests/webtbf/tw37476.pp svneol=native#text/pascal
-tests/webtbf/tw37763.pp svneol=native#text/pascal
-tests/webtbf/tw3790.pp svneol=native#text/plain
-tests/webtbf/tw3812.pp svneol=native#text/plain
-tests/webtbf/tw38287.pp svneol=native#text/pascal
-tests/webtbf/tw38289a.pp svneol=native#text/pascal
-tests/webtbf/tw38289b.pp svneol=native#text/pascal
-tests/webtbf/tw38439.pp svneol=native#text/pascal
-tests/webtbf/tw38504.pp svneol=native#text/pascal
-tests/webtbf/tw38504b.pp svneol=native#text/pascal
-tests/webtbf/tw38771.pp svneol=native#text/pascal
-tests/webtbf/tw3930a.pp svneol=native#text/plain
-tests/webtbf/tw3931b.pp svneol=native#text/plain
-tests/webtbf/tw3969.pp svneol=native#text/plain
-tests/webtbf/tw4103.pp svneol=native#text/plain
-tests/webtbf/tw4111.pp svneol=native#text/plain
-tests/webtbf/tw4139.pp svneol=native#text/plain
-tests/webtbf/tw4144.pp svneol=native#text/plain
-tests/webtbf/tw4153.pp svneol=native#text/plain
-tests/webtbf/tw4227.pp svneol=native#text/plain
-tests/webtbf/tw4244.pp svneol=native#text/plain
-tests/webtbf/tw4256.pp svneol=native#text/plain
-tests/webtbf/tw4359.pp svneol=native#text/plain
-tests/webtbf/tw4445.pp svneol=native#text/plain
-tests/webtbf/tw4529.pp svneol=native#text/plain
-tests/webtbf/tw4541.pp svneol=native#text/pascal
-tests/webtbf/tw4554a.pp svneol=native#text/plain
-tests/webtbf/tw4554b.pp svneol=native#text/plain
-tests/webtbf/tw4554c.pp svneol=native#text/plain
-tests/webtbf/tw4554d.pp svneol=native#text/plain
-tests/webtbf/tw4569a.pp svneol=native#text/plain
-tests/webtbf/tw4569b.pp svneol=native#text/plain
-tests/webtbf/tw4619a.pp svneol=native#text/plain
-tests/webtbf/tw4619b.pp svneol=native#text/plain
-tests/webtbf/tw4647.pp svneol=native#text/plain
-tests/webtbf/tw4651.pp svneol=native#text/plain
-tests/webtbf/tw4695.pp svneol=native#text/plain
-tests/webtbf/tw4724.pp svneol=native#text/plain
-tests/webtbf/tw4737.pp svneol=native#text/plain
-tests/webtbf/tw4757.pp svneol=native#text/plain
-tests/webtbf/tw4764.pp svneol=native#text/plain
-tests/webtbf/tw4777.pp svneol=native#text/plain
-tests/webtbf/tw4781a.pp svneol=native#text/plain
-tests/webtbf/tw4781b.pp svneol=native#text/plain
-tests/webtbf/tw4893d.pp svneol=native#text/plain
-tests/webtbf/tw4893e.pp svneol=native#text/plain
-tests/webtbf/tw4911.pp svneol=native#text/plain
-tests/webtbf/tw4913.pp svneol=native#text/plain
-tests/webtbf/tw5896a.pp svneol=native#text/plain
-tests/webtbf/tw6036b.pp svneol=native#text/plain
-tests/webtbf/tw6420.pp svneol=native#text/plain
-tests/webtbf/tw6631.pp svneol=native#text/plain
-tests/webtbf/tw6686.pp svneol=native#text/plain
-tests/webtbf/tw6796.pp svneol=native#text/plain
-tests/webtbf/tw6797a.pp svneol=native#text/plain
-tests/webtbf/tw6797b.pp svneol=native#text/plain
-tests/webtbf/tw6922.pp svneol=native#text/plain
-tests/webtbf/tw6957.pp svneol=native#text/plain
-tests/webtbf/tw6970.pp svneol=native#text/plain
-tests/webtbf/tw7070.pp svneol=native#text/plain
-tests/webtbf/tw7322.pp svneol=native#text/plain
-tests/webtbf/tw7438.pp svneol=native#text/plain
-tests/webtbf/tw7438a.pp svneol=native#text/plain
-tests/webtbf/tw7752.pp svneol=native#text/plain
-tests/webtbf/tw7989.pp svneol=native#text/plain
-tests/webtbf/tw8019.pp svneol=native#text/plain
-tests/webtbf/tw8031.pp svneol=native#text/plain
-tests/webtbf/tw8079.pp svneol=native#text/plain
-tests/webtbf/tw8140a.pp svneol=native#text/plain
-tests/webtbf/tw8140c.pp svneol=native#text/plain
-tests/webtbf/tw8140d.pp svneol=native#text/plain
-tests/webtbf/tw8140e.pp svneol=native#text/plain
-tests/webtbf/tw8150.pp svneol=native#text/plain
-tests/webtbf/tw8150b.pp svneol=native#text/plain
-tests/webtbf/tw8150c.pp svneol=native#text/plain
-tests/webtbf/tw8150e.pp svneol=native#text/plain
-tests/webtbf/tw8150f.pp svneol=native#text/plain
-tests/webtbf/tw8150g.pp svneol=native#text/plain
-tests/webtbf/tw8151b.pp svneol=native#text/plain
-tests/webtbf/tw8151c.pp svneol=native#text/plain
-tests/webtbf/tw8264a.pp svneol=native#text/plain
-tests/webtbf/tw8398.pp svneol=native#text/plain
-tests/webtbf/tw8451.pp svneol=native#text/plain
-tests/webtbf/tw8465a.pp svneol=native#text/plain
-tests/webtbf/tw8528.pp svneol=native#text/plain
-tests/webtbf/tw8583.pp svneol=native#text/plain
-tests/webtbf/tw8588.pp svneol=native#text/plain
-tests/webtbf/tw8591.pp svneol=native#text/plain
-tests/webtbf/tw8717.pp svneol=native#text/plain
-tests/webtbf/tw8738.pas svneol=native#text/plain
-tests/webtbf/tw8738.pp svneol=native#text/plain
-tests/webtbf/tw8777a.pp svneol=native#text/plain
-tests/webtbf/tw8777b.pp svneol=native#text/plain
-tests/webtbf/tw8777c.pp svneol=native#text/plain
-tests/webtbf/tw8777d.pp svneol=native#text/plain
-tests/webtbf/tw8777e.pp svneol=native#text/plain
-tests/webtbf/tw8777h.pp svneol=native#text/plain
-tests/webtbf/tw8777j.pp svneol=native#text/plain
-tests/webtbf/tw8777k.pp svneol=native#text/plain
-tests/webtbf/tw8780a.pp svneol=native#text/plain
-tests/webtbf/tw8780b.pp svneol=native#text/plain
-tests/webtbf/tw8780c.pp svneol=native#text/plain
-tests/webtbf/tw8781.pp svneol=native#text/plain
-tests/webtbf/tw9015.pp svneol=native#text/plain
-tests/webtbf/tw9039a.pp svneol=native#text/plain
-tests/webtbf/tw9039b.pp svneol=native#text/plain
-tests/webtbf/tw9039c.pp svneol=native#text/plain
-tests/webtbf/tw9039d.pp svneol=native#text/plain
-tests/webtbf/tw9053.pp svneol=native#text/plain
-tests/webtbf/tw9072a.pp svneol=native#text/plain
-tests/webtbf/tw9072b.pp svneol=native#text/plain
-tests/webtbf/tw9176a.pp svneol=native#text/plain
-tests/webtbf/tw9225.pp svneol=native#text/plain
-tests/webtbf/tw9306c.pp svneol=native#text/plain
-tests/webtbf/tw9499.pp svneol=native#text/plain
-tests/webtbf/tw9499a.pp svneol=native#text/plain
-tests/webtbf/tw9509.pp svneol=native#text/plain
-tests/webtbf/tw9522.pp svneol=native#text/plain
-tests/webtbf/tw9522a.pp svneol=native#text/plain
-tests/webtbf/tw9522b.pp svneol=native#text/plain
-tests/webtbf/tw9522c.pp svneol=native#text/plain
-tests/webtbf/tw9522d.pp svneol=native#text/plain
-tests/webtbf/tw9522e.pp svneol=native#text/plain
-tests/webtbf/tw9551.pp svneol=native#text/plain
-tests/webtbf/tw9551b.pp svneol=native#text/plain
-tests/webtbf/tw9579a.pp svneol=native#text/plain
-tests/webtbf/tw9579b.pp svneol=native#text/plain
-tests/webtbf/tw9894b.pp svneol=native#text/plain
-tests/webtbf/tw9918a.pp svneol=native#text/plain
-tests/webtbf/tw9918b.pp svneol=native#text/plain
-tests/webtbf/tw9918c.pp svneol=native#text/plain
-tests/webtbf/tw9918d.pp svneol=native#text/plain
-tests/webtbf/uw0744.pp svneol=native#text/plain
-tests/webtbf/uw0840a.pp svneol=native#text/plain
-tests/webtbf/uw0840b.pp svneol=native#text/plain
-tests/webtbf/uw0856.pp svneol=native#text/plain
-tests/webtbf/uw2414.pp svneol=native#text/plain
-tests/webtbf/uw25283.pp svneol=native#text/plain
-tests/webtbf/uw27378a.pp svneol=native#text/pascal
-tests/webtbf/uw27378b.pp svneol=native#text/pascal
-tests/webtbf/uw3450.pp svneol=native#text/plain
-tests/webtbf/uw36652.pp svneol=native#text/pascal
-tests/webtbf/uw36720a.pp svneol=native#text/pascal
-tests/webtbf/uw36720b.pp svneol=native#text/pascal
-tests/webtbf/uw3969.pp svneol=native#text/plain
-tests/webtbf/uw4103.pp svneol=native#text/plain
-tests/webtbf/uw4541.pp svneol=native#text/pascal
-tests/webtbf/uw6922.pp svneol=native#text/plain
-tests/webtbf/uw8738a.pas svneol=native#text/plain
-tests/webtbf/uw8738b.pas svneol=native#text/plain
-tests/webtbs/DAT_TW37415 svneol=native#text/plain
-tests/webtbs/Integer.ns.pp svneol=native#text/pascal
-tests/webtbs/Integer.pp svneol=native#text/pascal
-tests/webtbs/tu2002.pp svneol=native#text/plain
-tests/webtbs/tw0035022.pp svneol=native#text/plain
-tests/webtbs/tw0555.pp svneol=native#text/plain
-tests/webtbs/tw0630.pp svneol=native#text/plain
-tests/webtbs/tw0701a.pp svneol=native#text/plain
-tests/webtbs/tw0701b.pp svneol=native#text/plain
-tests/webtbs/tw0711.pp svneol=native#text/plain
-tests/webtbs/tw0719.pp svneol=native#text/plain
-tests/webtbs/tw0735.pp svneol=native#text/plain
-tests/webtbs/tw0736.pp svneol=native#text/plain
-tests/webtbs/tw0738.pp svneol=native#text/plain
-tests/webtbs/tw0739.pp svneol=native#text/plain
-tests/webtbs/tw0748.pp svneol=native#text/plain
-tests/webtbs/tw0751.pp svneol=native#text/plain
-tests/webtbs/tw0753.pp svneol=native#text/plain
-tests/webtbs/tw0754.pp svneol=native#text/plain
-tests/webtbs/tw0755.pp svneol=native#text/plain
-tests/webtbs/tw07584.pp svneol=native#text/plain
-tests/webtbs/tw07584a.pp svneol=native#text/plain
-tests/webtbs/tw0760.pp svneol=native#text/plain
-tests/webtbs/tw0761.pp svneol=native#text/plain
-tests/webtbs/tw0769.pp svneol=native#text/plain
-tests/webtbs/tw0772.pp svneol=native#text/plain
-tests/webtbs/tw0776.pp svneol=native#text/plain
-tests/webtbs/tw0784.pp svneol=native#text/plain
-tests/webtbs/tw0788.pp svneol=native#text/plain
-tests/webtbs/tw0789.pp svneol=native#text/plain
-tests/webtbs/tw0793.pp svneol=native#text/plain
-tests/webtbs/tw0797a.pp svneol=native#text/plain
-tests/webtbs/tw0797b.pp svneol=native#text/plain
-tests/webtbs/tw0801.pp svneol=native#text/plain
-tests/webtbs/tw0802.pp svneol=native#text/plain
-tests/webtbs/tw0803.pp svneol=native#text/plain
-tests/webtbs/tw0809.pp svneol=native#text/plain
-tests/webtbs/tw0810.pp svneol=native#text/plain
-tests/webtbs/tw0812.pp svneol=native#text/plain
-tests/webtbs/tw0813.pp svneol=native#text/plain
-tests/webtbs/tw0814.pp svneol=native#text/plain
-tests/webtbs/tw0815.pp svneol=native#text/plain
-tests/webtbs/tw0816.pp svneol=native#text/plain
-tests/webtbs/tw0819.pp svneol=native#text/plain
-tests/webtbs/tw0825.pp svneol=native#text/plain
-tests/webtbs/tw0839.pp svneol=native#text/plain
-tests/webtbs/tw0848.pp svneol=native#text/plain
-tests/webtbs/tw0852.pp svneol=native#text/plain
-tests/webtbs/tw0859.pp svneol=native#text/plain
-tests/webtbs/tw0866.pp svneol=native#text/plain
-tests/webtbs/tw0868.pp svneol=native#text/plain
-tests/webtbs/tw0869.pp svneol=native#text/plain
-tests/webtbs/tw0870.pp svneol=native#text/plain
-tests/webtbs/tw0873a.pp svneol=native#text/plain
-tests/webtbs/tw0873b.pp svneol=native#text/plain
-tests/webtbs/tw0876.pp svneol=native#text/plain
-tests/webtbs/tw0877.pp svneol=native#text/plain
-tests/webtbs/tw0879.pp svneol=native#text/plain
-tests/webtbs/tw0881.pp svneol=native#text/plain
-tests/webtbs/tw0882.pp svneol=native#text/plain
-tests/webtbs/tw0890.pp svneol=native#text/plain
-tests/webtbs/tw0891.pp svneol=native#text/plain
-tests/webtbs/tw0892.pp svneol=native#text/plain
-tests/webtbs/tw0895.pp svneol=native#text/plain
-tests/webtbs/tw0896.pp svneol=native#text/plain
-tests/webtbs/tw0900.pp svneol=native#text/plain
-tests/webtbs/tw0902.pp svneol=native#text/plain
-tests/webtbs/tw0909.pp svneol=native#text/plain
-tests/webtbs/tw0911.pp svneol=native#text/plain
-tests/webtbs/tw0912.pp svneol=native#text/plain
-tests/webtbs/tw0918.pp svneol=native#text/plain
-tests/webtbs/tw0919.pp svneol=native#text/plain
-tests/webtbs/tw0922.pp svneol=native#text/plain
-tests/webtbs/tw0925.pp svneol=native#text/plain
-tests/webtbs/tw0932.pp svneol=native#text/plain
-tests/webtbs/tw0934.pp svneol=native#text/plain
-tests/webtbs/tw0935.pp svneol=native#text/plain
-tests/webtbs/tw0937.pp svneol=native#text/plain
-tests/webtbs/tw0938.pp svneol=native#text/plain
-tests/webtbs/tw0944.pp svneol=native#text/plain
-tests/webtbs/tw0947.pp svneol=native#text/plain
-tests/webtbs/tw0961.pp svneol=native#text/plain
-tests/webtbs/tw0965.pp svneol=native#text/plain
-tests/webtbs/tw0966.pp svneol=native#text/plain
-tests/webtbs/tw0976.pp svneol=native#text/plain
-tests/webtbs/tw10002.pp svneol=native#text/plain
-tests/webtbs/tw10009.pp svneol=native#text/plain
-tests/webtbs/tw10013.pp svneol=native#text/plain
-tests/webtbs/tw10033.pp svneol=native#text/plain
-tests/webtbs/tw10042.pp svneol=native#text/plain
-tests/webtbs/tw10072.pp svneol=native#text/plain
-tests/webtbs/tw10159.pp svneol=native#text/plain
-tests/webtbs/tw10203.pp svneol=native#text/plain
-tests/webtbs/tw1021.pp svneol=native#text/plain
-tests/webtbs/tw10210.pp svneol=native#text/plain
-tests/webtbs/tw10224.pp svneol=native#text/plain
-tests/webtbs/tw1023.pp svneol=native#text/plain
-tests/webtbs/tw10233.pp svneol=native#text/plain
-tests/webtbs/tw10247.pp svneol=native#text/plain
-tests/webtbs/tw10247b.pp svneol=native#text/plain
-tests/webtbs/tw10320.pp svneol=native#text/plain
-tests/webtbs/tw10350.pp svneol=native#text/plain
-tests/webtbs/tw10371.pp svneol=native#text/plain
-tests/webtbs/tw1041.pp svneol=native#text/plain
-tests/webtbs/tw10425.pp svneol=native#text/plain
-tests/webtbs/tw1044.pp svneol=native#text/plain
-tests/webtbs/tw10454.pp svneol=native#text/plain
-tests/webtbs/tw1046.pp svneol=native#text/plain
-tests/webtbs/tw10477.pp svneol=native#text/pascal
-tests/webtbs/tw10482.pp svneol=native#text/plain
-tests/webtbs/tw10489.pp svneol=native#text/plain
-tests/webtbs/tw10492.pp svneol=native#text/plain
-tests/webtbs/tw10493.pp svneol=native#text/plain
-tests/webtbs/tw10495.pp svneol=native#text/plain
-tests/webtbs/tw1050.pp svneol=native#text/plain
-tests/webtbs/tw10519.pp svneol=native#text/plain
-tests/webtbs/tw10540.pp svneol=native#text/plain
-tests/webtbs/tw1061.pp svneol=native#text/plain
-tests/webtbs/tw10623.pp svneol=native#text/plain
-tests/webtbs/tw10641.pp svneol=native#text/plain
-tests/webtbs/tw1066a.pp svneol=native#text/plain
-tests/webtbs/tw1066b.pp svneol=native#text/plain
-tests/webtbs/tw10670.pp svneol=native#text/pascal
-tests/webtbs/tw10671.pp svneol=native#text/pascal
-tests/webtbs/tw1068.pp svneol=native#text/plain
-tests/webtbs/tw10681.pp svneol=native#text/plain
-tests/webtbs/tw10684.pp svneol=native#text/plain
-tests/webtbs/tw1071.pp svneol=native#text/plain
-tests/webtbs/tw10717.pp svneol=native#text/plain
-tests/webtbs/tw10727.pp svneol=native#text/plain
-tests/webtbs/tw1073.pp svneol=native#text/plain
-tests/webtbs/tw10736.pp svneol=native#text/plain
-tests/webtbs/tw10753.pp svneol=native#text/plain
-tests/webtbs/tw10753a.pp svneol=native#text/plain
-tests/webtbs/tw10757.pp svneol=native#text/plain
-tests/webtbs/tw10768.pp svneol=native#text/plain
-tests/webtbs/tw10790.pp svneol=native#text/plain
-tests/webtbs/tw10791.pp svneol=native#text/plain
-tests/webtbs/tw10795.pp svneol=native#text/plain
-tests/webtbs/tw10800.pp svneol=native#text/plain
-tests/webtbs/tw10807.pp svneol=native#text/plain
-tests/webtbs/tw1081.pp svneol=native#text/plain
-tests/webtbs/tw10815.pp svneol=native#text/plain
-tests/webtbs/tw10825.pp svneol=native#text/plain
-tests/webtbs/tw10831.pp svneol=native#text/plain
-tests/webtbs/tw10833.pp svneol=native#text/plain
-tests/webtbs/tw10863.pp svneol=native#text/plain
-tests/webtbs/tw10890.pp svneol=native#text/plain
-tests/webtbs/tw10897.pp svneol=native#text/plain
-tests/webtbs/tw1090.pp svneol=native#text/plain
-tests/webtbs/tw1092.pp svneol=native#text/plain
-tests/webtbs/tw10920.pp svneol=native#text/plain
-tests/webtbs/tw10927.pp svneol=native#text/plain
-tests/webtbs/tw10931.pp svneol=native#text/plain
-tests/webtbs/tw10933.pp svneol=native#text/pascal
-tests/webtbs/tw1096.pp svneol=native#text/plain
-tests/webtbs/tw10966.pp svneol=native#text/plain
-tests/webtbs/tw1097.pp svneol=native#text/plain
-tests/webtbs/tw10979.pp svneol=native#text/plain
-tests/webtbs/tw10998.pp svneol=native#text/plain
-tests/webtbs/tw11006.pp svneol=native#text/plain
-tests/webtbs/tw11027.pp svneol=native#text/plain
-tests/webtbs/tw1103.pp svneol=native#text/plain
-tests/webtbs/tw11033.pp svneol=native#text/plain
-tests/webtbs/tw11039a.pp svneol=native#text/plain
-tests/webtbs/tw11039b.pp svneol=native#text/plain
-tests/webtbs/tw1104.pp svneol=native#text/plain
-tests/webtbs/tw11042.pp svneol=native#text/plain
-tests/webtbs/tw11053.pp svneol=native#text/plain
-tests/webtbs/tw1111.pp svneol=native#text/plain
-tests/webtbs/tw11139.pp svneol=native#text/plain
-tests/webtbs/tw11169.pp svneol=native#text/plain
-tests/webtbs/tw1117.pp svneol=native#text/plain
-tests/webtbs/tw11176.pp svneol=native#text/plain
-tests/webtbs/tw11182.pp svneol=native#text/plain
-tests/webtbs/tw11216.pp svneol=native#text/plain
-tests/webtbs/tw1122.pp svneol=native#text/plain
-tests/webtbs/tw1123.pp svneol=native#text/plain
-tests/webtbs/tw1124.pp svneol=native#text/plain
-tests/webtbs/tw11254.pp svneol=native#text/plain
-tests/webtbs/tw11255.pp svneol=native#text/plain
-tests/webtbs/tw11288.pp svneol=native#text/plain
-tests/webtbs/tw11290.pp svneol=native#text/plain
-tests/webtbs/tw11308.pp svneol=native#text/plain
-tests/webtbs/tw11309.pp svneol=native#text/plain
-tests/webtbs/tw11312.pp svneol=native#text/plain
-tests/webtbs/tw1132.pp svneol=native#text/plain
-tests/webtbs/tw1133.pp svneol=native#text/plain
-tests/webtbs/tw11349.pp svneol=native#text/plain
-tests/webtbs/tw11354.pp svneol=native#text/plain
-tests/webtbs/tw11369.pp svneol=native#text/plain
-tests/webtbs/tw11371.pp svneol=native#text/plain
-tests/webtbs/tw11372.pp svneol=native#text/plain
-tests/webtbs/tw11392.pp svneol=native#text/plain
-tests/webtbs/tw11431.pp svneol=native#text/plain
-tests/webtbs/tw11435b.pp svneol=native#text/plain
-tests/webtbs/tw11435c.pp svneol=native#text/plain
-tests/webtbs/tw11436.pp svneol=native#text/plain
-tests/webtbs/tw1152.pp svneol=native#text/plain
-tests/webtbs/tw11543.pp svneol=native#text/plain
-tests/webtbs/tw11563.pp svneol=native#text/plain
-tests/webtbs/tw11568.pp svneol=native#text/plain
-tests/webtbs/tw1157.pp svneol=native#text/plain
-tests/webtbs/tw1157b.pp svneol=native#text/plain
-tests/webtbs/tw11619.pp svneol=native#text/plain
-tests/webtbs/tw11619a.pp svneol=native#text/plain
-tests/webtbs/tw11638.pp svneol=native#text/plain
-tests/webtbs/tw11711.pp svneol=native#text/plain
-tests/webtbs/tw11762.pp svneol=native#text/plain
-tests/webtbs/tw11763.pp svneol=native#text/plain
-tests/webtbs/tw11771.pp svneol=native#text/plain
-tests/webtbs/tw11786.pp svneol=native#text/plain
-tests/webtbs/tw11791.pp svneol=native#text/plain
-tests/webtbs/tw1181.pp svneol=native#text/plain
-tests/webtbs/tw11825.pp svneol=native#text/plain
-tests/webtbs/tw11846a.pp svneol=native#text/plain
-tests/webtbs/tw11846b.pp svneol=native#text/plain
-tests/webtbs/tw11848.pp svneol=native#text/plain
-tests/webtbs/tw11849.pp svneol=native#text/plain
-tests/webtbs/tw11849a.pp svneol=native#text/pascal
-tests/webtbs/tw11852.pp svneol=native#text/plain
-tests/webtbs/tw11859.pp svneol=native#text/plain
-tests/webtbs/tw11861.pp svneol=native#text/plain
-tests/webtbs/tw11862.pp svneol=native#text/plain
-tests/webtbs/tw11896.pp svneol=native#text/plain
-tests/webtbs/tw11937.pp svneol=native#text/plain
-tests/webtbs/tw12000.pp svneol=native#text/plain
-tests/webtbs/tw1203.pp svneol=native#text/plain
-tests/webtbs/tw12038.pp svneol=native#text/plain
-tests/webtbs/tw1204.pp svneol=native#text/plain
-tests/webtbs/tw12048.pp svneol=native#text/plain
-tests/webtbs/tw12050a.pp svneol=native#text/plain
-tests/webtbs/tw12050b.pp svneol=native#text/plain
-tests/webtbs/tw12051.pp svneol=native#text/plain
-tests/webtbs/tw1207.pp svneol=native#text/plain
-tests/webtbs/tw12076.pp svneol=native#text/plain
-tests/webtbs/tw12109.pp svneol=native#text/plain
-tests/webtbs/tw12137.pp svneol=native#text/plain
-tests/webtbs/tw12151.pp svneol=native#text/plain
-tests/webtbs/tw12186.pp svneol=native#text/plain
-tests/webtbs/tw12202.pp svneol=native#text/plain
-tests/webtbs/tw12207.pp svneol=native#text/pascal
-tests/webtbs/tw12214.pp svneol=native#text/plain
-tests/webtbs/tw1222.pp svneol=native#text/plain
-tests/webtbs/tw12224.pp svneol=native#text/plain
-tests/webtbs/tw1223.pp svneol=native#text/plain
-tests/webtbs/tw12233.pp svneol=native#text/plain
-tests/webtbs/tw12237.pp svneol=native#text/plain
-tests/webtbs/tw12242.pp svneol=native#text/plain
-tests/webtbs/tw12242a.pp svneol=native#text/plain
-tests/webtbs/tw12249.pp svneol=native#text/plain
-tests/webtbs/tw12255.pp svneol=native#text/plain
-tests/webtbs/tw1228.pp svneol=native#text/plain
-tests/webtbs/tw1229.pp svneol=native#text/plain
-tests/webtbs/tw12318.pp svneol=native#text/plain
-tests/webtbs/tw12385.pp svneol=native#text/plain
-tests/webtbs/tw12404.pp svneol=native#text/plain
-tests/webtbs/tw1250.pp svneol=native#text/plain
-tests/webtbs/tw12508a.pp svneol=native#text/plain
-tests/webtbs/tw1251b.pp svneol=native#text/plain
-tests/webtbs/tw1255.pp svneol=native#text/plain
-tests/webtbs/tw12575.pp svneol=native#text/plain
-tests/webtbs/tw12597.pp svneol=native#text/plain
-tests/webtbs/tw12614.pp svneol=native#text/plain
-tests/webtbs/tw12685.pp svneol=native#text/plain
-tests/webtbs/tw1269.pp svneol=native#text/plain
-tests/webtbs/tw12704a.pp svneol=native#text/plain
-tests/webtbs/tw12704b.pp svneol=native#text/plain
-tests/webtbs/tw1275.pp svneol=native#text/plain
-tests/webtbs/tw12756.pp svneol=native#text/plain
-tests/webtbs/tw12788.pp svneol=native#text/plain
-tests/webtbs/tw1279.pp svneol=native#text/plain
-tests/webtbs/tw1283.pp svneol=native#text/plain
-tests/webtbs/tw1284.pp svneol=native#text/plain
-tests/webtbs/tw1286.pp svneol=native#text/plain
-tests/webtbs/tw12894.pp svneol=native#text/plain
-tests/webtbs/tw12942.pp svneol=native#text/plain
-tests/webtbs/tw1295.pp svneol=native#text/plain
-tests/webtbs/tw12985.pp svneol=native#text/plain
-tests/webtbs/tw12987a.pp svneol=native#text/plain
-tests/webtbs/tw12987b.pp svneol=native#text/plain
-tests/webtbs/tw1299.pp svneol=native#text/plain
-tests/webtbs/tw12993.pp svneol=native#text/plain
-tests/webtbs/tw13015.pp svneol=native#text/plain
-tests/webtbs/tw13019.pp svneol=native#text/plain
-tests/webtbs/tw13075.pp svneol=native#text/plain
-tests/webtbs/tw13076.pp svneol=native#text/plain
-tests/webtbs/tw1310.pp svneol=native#text/plain
-tests/webtbs/tw13110.pp svneol=native#text/plain
-tests/webtbs/tw13133.pp svneol=native#text/plain
-tests/webtbs/tw1318.pp svneol=native#text/plain
-tests/webtbs/tw13186.pp svneol=native#text/plain
-tests/webtbs/tw13187.pp svneol=native#text/plain
-tests/webtbs/tw13210.pp svneol=native#text/plain
-tests/webtbs/tw1323.pp svneol=native#text/plain
-tests/webtbs/tw1327.pp svneol=native#text/plain
-tests/webtbs/tw13281.pp svneol=native#text/plain
-tests/webtbs/tw13294.pp svneol=native#text/plain
-tests/webtbs/tw13307.pp svneol=native#text/plain
-tests/webtbs/tw1331.pp svneol=native#text/plain
-tests/webtbs/tw13313.pp svneol=native#text/plain
-tests/webtbs/tw13313a.pp svneol=native#text/plain
-tests/webtbs/tw13318.pp svneol=native#text/plain
-tests/webtbs/tw1333.pp svneol=native#text/plain
-tests/webtbs/tw13343.pp svneol=native#text/plain
-tests/webtbs/tw13345.pp svneol=native#text/plain
-tests/webtbs/tw13345x.pp svneol=native#text/plain
-tests/webtbs/tw13456.pp svneol=native#text/plain
-tests/webtbs/tw1348.pp svneol=native#text/plain
-tests/webtbs/tw1351.pp svneol=native#text/plain
-tests/webtbs/tw13512.pp svneol=native#text/plain
-tests/webtbs/tw13536.pp svneol=native#text/plain
-tests/webtbs/tw13552.pp svneol=native#text/plain
-tests/webtbs/tw13553.pp svneol=native#text/plain
-tests/webtbs/tw13563.pp svneol=native#text/plain
-tests/webtbs/tw13583.pp svneol=native#text/plain
-tests/webtbs/tw13596.pp svneol=native#text/plain
-tests/webtbs/tw13596a.pp svneol=native#text/plain
-tests/webtbs/tw13619.pp svneol=native#text/plain
-tests/webtbs/tw13622.pp svneol=native#text/plain
-tests/webtbs/tw13628a.pp svneol=native#text/plain
-tests/webtbs/tw13628b.pp svneol=native#text/plain
-tests/webtbs/tw13639.pp svneol=native#text/plain
-tests/webtbs/tw1364.pp svneol=native#text/plain
-tests/webtbs/tw1365.pp svneol=native#text/plain
-tests/webtbs/tw13696.inc svneol=native#text/plain
-tests/webtbs/tw13696.pp svneol=native#text/plain
-tests/webtbs/tw1374.pp svneol=native#text/plain
-tests/webtbs/tw1375.pp svneol=native#text/plain
-tests/webtbs/tw1376.pp svneol=native#text/plain
-tests/webtbs/tw13763.pp svneol=native#text/plain
-tests/webtbs/tw13813.pp svneol=native#text/plain
-tests/webtbs/tw13820.pp svneol=native#text/plain
-tests/webtbs/tw13840/doit.sh svneol=LF#text/plain eol=lf
-tests/webtbs/tw13840/tw13840a.pp svneol=native#text/plain
-tests/webtbs/tw13840/tw13840b.pp svneol=native#text/plain
-tests/webtbs/tw13840/tw13840c.pp svneol=native#text/plain
-tests/webtbs/tw13840/tw13840d.pp svneol=native#text/plain
-tests/webtbs/tw13872.pp svneol=native#text/plain
-tests/webtbs/tw13890.pp svneol=native#text/plain
-tests/webtbs/tw13948.pp svneol=native#text/plain
-tests/webtbs/tw13948a.pp svneol=native#text/plain
-tests/webtbs/tw13948b.pp svneol=native#text/plain
-tests/webtbs/tw1398.pp svneol=native#text/plain
-tests/webtbs/tw13984.pp svneol=native#text/plain
-tests/webtbs/tw13992a.pp svneol=native#text/plain
-tests/webtbs/tw1401.pp svneol=native#text/plain
-tests/webtbs/tw14019.pp svneol=native#text/plain
-tests/webtbs/tw14020.pp svneol=native#text/plain
-tests/webtbs/tw14020a.pp svneol=native#text/plain
-tests/webtbs/tw14040.pp svneol=native#text/plain
-tests/webtbs/tw14067.pp svneol=native#text/plain
-tests/webtbs/tw1407.pp svneol=native#text/plain
-tests/webtbs/tw1408.pp svneol=native#text/plain
-tests/webtbs/tw1409.pp svneol=native#text/plain
-tests/webtbs/tw14092.pp svneol=native#text/pascal
-tests/webtbs/tw14103.pp svneol=native#text/plain
-tests/webtbs/tw1412.pp svneol=native#text/plain
-tests/webtbs/tw14124.pp svneol=native#text/plain
-tests/webtbs/tw14134.pp svneol=native#text/plain
-tests/webtbs/tw1414.pp svneol=native#text/plain
-tests/webtbs/tw14143.pp svneol=native#text/plain
-tests/webtbs/tw14145.pp svneol=native#text/plain
-tests/webtbs/tw14149.pp svneol=native#text/plain
-tests/webtbs/tw14155.pp svneol=native#text/plain
-tests/webtbs/tw1416.pp svneol=native#text/plain
-tests/webtbs/tw14174.pp svneol=native#text/plain
-tests/webtbs/tw14230.pp svneol=native#text/plain
-tests/webtbs/tw14236.pp svneol=native#text/plain
-tests/webtbs/tw1430.pp svneol=native#text/plain
-tests/webtbs/tw14307.pp svneol=native#text/plain
-tests/webtbs/tw14315.pp svneol=native#text/plain
-tests/webtbs/tw14315b.pp svneol=native#text/pascal
-tests/webtbs/tw1433.pp svneol=native#text/plain
-tests/webtbs/tw14347.pp svneol=native#text/pascal
-tests/webtbs/tw14363.pp svneol=native#text/plain
-tests/webtbs/tw14388.pp svneol=native#text/pascal
-tests/webtbs/tw14403.pp svneol=native#text/plain
-tests/webtbs/tw14418.pp svneol=native#text/plain
-tests/webtbs/tw1445.pp svneol=native#text/plain
-tests/webtbs/tw1450.pp svneol=native#text/plain
-tests/webtbs/tw1451.pp svneol=native#text/plain
-tests/webtbs/tw14514.pp svneol=native#text/plain
-tests/webtbs/tw14536.pp svneol=native#text/plain
-tests/webtbs/tw14553.pp svneol=native#text/pascal
-tests/webtbs/tw14566.pp svneol=native#text/pascal
-tests/webtbs/tw14617.pp svneol=native#text/plain
-tests/webtbs/tw1470.pp svneol=native#text/plain
-tests/webtbs/tw1472.pp svneol=native#text/plain
-tests/webtbs/tw14729.pp svneol=native#text/plain
-tests/webtbs/tw14740.pp svneol=native#text/plain
-tests/webtbs/tw14743.pp svneol=native#text/pascal
-tests/webtbs/tw1477.pp svneol=native#text/plain
-tests/webtbs/tw1479.pp svneol=native#text/plain
-tests/webtbs/tw14798.pp svneol=native#text/plain
-tests/webtbs/tw14812.pp svneol=native#text/plain
-tests/webtbs/tw14841.pp svneol=native#text/plain
-tests/webtbs/tw1485.pp svneol=native#text/plain
-tests/webtbs/tw14862g.pp svneol=native#text/plain
-tests/webtbs/tw1489.pp svneol=native#text/plain
-tests/webtbs/tw14941.pp svneol=native#text/plain
-tests/webtbs/tw14941a.pp svneol=native#text/plain
-tests/webtbs/tw14958a.pp svneol=native#text/plain
-tests/webtbs/tw14958b.pp svneol=native#text/plain
-tests/webtbs/tw14992a.pp svneol=native#text/pascal
-tests/webtbs/tw14992b.pp svneol=native#text/pascal
-tests/webtbs/tw14992c.pp svneol=native#text/pascal
-tests/webtbs/tw1501.pp svneol=native#text/plain
-tests/webtbs/tw15015.pp svneol=native#text/plain
-tests/webtbs/tw15061.pp svneol=native#text/plain
-tests/webtbs/tw15061a.pp svneol=native#text/plain
-tests/webtbs/tw15088.pp svneol=native#text/plain
-tests/webtbs/tw15169.pp svneol=native#text/plain
-tests/webtbs/tw15203.pp svneol=native#text/pascal
-tests/webtbs/tw15207.pp svneol=native#text/plain
-tests/webtbs/tw15274.pp svneol=native#text/plain
-tests/webtbs/tw15293.pp svneol=native#text/plain
-tests/webtbs/tw15293a.pp svneol=native#text/plain
-tests/webtbs/tw15296.pp svneol=native#text/plain
-tests/webtbs/tw15304.pp svneol=native#text/plain
-tests/webtbs/tw15308.pp svneol=native#text/plain
-tests/webtbs/tw1532.pp svneol=native#text/plain
-tests/webtbs/tw15357.pp svneol=native#text/plain
-tests/webtbs/tw15363.pp svneol=native#text/plain
-tests/webtbs/tw15364.pp svneol=native#text/plain
-tests/webtbs/tw15370.pp svneol=native#text/plain
-tests/webtbs/tw15377.pp svneol=native#text/pascal
-tests/webtbs/tw1539.pp svneol=native#text/plain
-tests/webtbs/tw15391.pp svneol=native#text/plain
-tests/webtbs/tw15391a.pp svneol=native#text/plain
-tests/webtbs/tw15415.pp svneol=native#text/plain
-tests/webtbs/tw15438.pp svneol=native#text/pascal
-tests/webtbs/tw15446.pp svneol=native#text/plain
-tests/webtbs/tw15453a.pp svneol=native#text/plain
-tests/webtbs/tw15467.pp svneol=native#text/pascal
-tests/webtbs/tw15500.pp svneol=native#text/plain
-tests/webtbs/tw15504.pp svneol=native#text/plain
-tests/webtbs/tw15530.pp svneol=native#text/pascal
-tests/webtbs/tw15571.pp svneol=native#text/pascal
-tests/webtbs/tw15582.pp svneol=native#text/plain
-tests/webtbs/tw15591.pp svneol=native#text/pascal
-tests/webtbs/tw15592.pp svneol=native#text/plain
-tests/webtbs/tw15599.pp svneol=native#text/plain
-tests/webtbs/tw15607.pp svneol=native#text/plain
-tests/webtbs/tw15610.pp svneol=native#text/plain
-tests/webtbs/tw15619.pp svneol=native#text/plain
-tests/webtbs/tw15668.pp svneol=native#text/pascal
-tests/webtbs/tw1567.pp svneol=native#text/plain
-tests/webtbs/tw15683.pp svneol=native#text/pascal
-tests/webtbs/tw15690.pp svneol=native#text/plain
-tests/webtbs/tw15693.pp svneol=native#text/plain
-tests/webtbs/tw15694.pp svneol=native#text/plain
-tests/webtbs/tw15727a.pp svneol=native#text/plain
-tests/webtbs/tw15728.pp svneol=native#text/plain
-tests/webtbs/tw1573.pp svneol=native#text/plain
-tests/webtbs/tw15750.pp svneol=native#text/plain
-tests/webtbs/tw15777a.pp svneol=native#text/plain
-tests/webtbs/tw15777c.pp svneol=native#text/plain
-tests/webtbs/tw15777d.pp svneol=native#text/plain
-tests/webtbs/tw15777e.pp svneol=native#text/plain
-tests/webtbs/tw15777f.pp svneol=native#text/plain
-tests/webtbs/tw15812.pp svneol=native#text/plain
-tests/webtbs/tw15821.pp svneol=native#text/plain
-tests/webtbs/tw15843.pp svneol=native#text/plain
-tests/webtbs/tw15909.pp svneol=native#text/plain
-tests/webtbs/tw1592.pp svneol=native#text/plain
-tests/webtbs/tw15930.pp svneol=native#text/plain
-tests/webtbs/tw15966.pp svneol=native#text/plain
-tests/webtbs/tw16004.pp svneol=native#text/plain
-tests/webtbs/tw16018.pp svneol=native#text/plain
-tests/webtbs/tw16034.pp svneol=native#text/plain
-tests/webtbs/tw16040.pp svneol=native#text/plain
-tests/webtbs/tw16065.pp svneol=native#text/pascal
-tests/webtbs/tw16083.pp svneol=native#text/plain
-tests/webtbs/tw16090.pp svneol=native#text/pascal
-tests/webtbs/tw16100.pp svneol=native#text/pascal
-tests/webtbs/tw16108.pp svneol=native#text/plain
-tests/webtbs/tw16130.pp svneol=native#text/pascal
-tests/webtbs/tw16160.pp svneol=native#text/pascal
-tests/webtbs/tw16161.pp svneol=native#text/pascal
-tests/webtbs/tw16163.pp svneol=native#text/plain
-tests/webtbs/tw1617.pp svneol=native#text/plain
-tests/webtbs/tw16188.pp svneol=native#text/plain
-tests/webtbs/tw1622.pp svneol=native#text/plain
-tests/webtbs/tw16222.pp svneol=native#text/pascal
-tests/webtbs/tw1623.pp svneol=native#text/plain
-tests/webtbs/tw16263a.pp svneol=native#text/plain
-tests/webtbs/tw16263b.pp svneol=native#text/plain
-tests/webtbs/tw16311.pp svneol=native#text/plain
-tests/webtbs/tw16315a.pp svneol=native#text/pascal
-tests/webtbs/tw16315b.pp svneol=native#text/pascal
-tests/webtbs/tw16326.pp svneol=native#text/plain
-tests/webtbs/tw16328.pp svneol=native#text/plain
-tests/webtbs/tw1634.pp svneol=native#text/plain
-tests/webtbs/tw16365.pp svneol=native#text/plain
-tests/webtbs/tw16366.pp svneol=native#text/plain
-tests/webtbs/tw16377.pp svneol=native#text/plain
-tests/webtbs/tw16402.pp svneol=native#text/plain
-tests/webtbs/tw1658.pp svneol=native#text/plain
-tests/webtbs/tw16582.pp svneol=native#text/plain
-tests/webtbs/tw16592.pp svneol=native#text/plain
-tests/webtbs/tw16622.pp svneol=native#text/pascal
-tests/webtbs/tw16668.pp svneol=native#text/plain
-tests/webtbs/tw16700.pp svneol=native#text/plain
-tests/webtbs/tw16757.pp svneol=native#text/plain
-tests/webtbs/tw1677.pp svneol=native#text/plain
-tests/webtbs/tw16770.pp svneol=native#text/plain
-tests/webtbs/tw16772.pp svneol=native#text/plain
-tests/webtbs/tw16787.pp svneol=native#text/plain
-tests/webtbs/tw16803.pp svneol=native#text/plain
-tests/webtbs/tw1681.pp svneol=native#text/plain
-tests/webtbs/tw16820.pp svneol=native#text/plain
-tests/webtbs/tw16848.pp svneol=native#text/plain
-tests/webtbs/tw16861.pp svneol=native#text/plain
-tests/webtbs/tw16863.pp svneol=native#text/plain
-tests/webtbs/tw16874.pp svneol=native#text/plain
-tests/webtbs/tw16884.pp svneol=native#text/plain
-tests/webtbs/tw16901.pp svneol=native#text/plain
-tests/webtbs/tw16949a.pp svneol=native#text/plain
-tests/webtbs/tw16949b.pp svneol=native#text/plain
-tests/webtbs/tw16954.pp svneol=native#text/plain
-tests/webtbs/tw1696.pp svneol=native#text/plain
-tests/webtbs/tw16980.pp svneol=native#text/plain
-tests/webtbs/tw1699.pp svneol=native#text/plain
-tests/webtbs/tw1709.pp svneol=native#text/plain
-tests/webtbs/tw17118.pp svneol=native#text/plain
-tests/webtbs/tw17136.pp svneol=native#text/plain
-tests/webtbs/tw17164.pp svneol=native#text/plain
-tests/webtbs/tw17180.pp svneol=native#text/plain
-tests/webtbs/tw17181.pp svneol=native#text/plain
-tests/webtbs/tw17184.pp svneol=native#text/pascal
-tests/webtbs/tw17193.pp svneol=native#text/pascal
-tests/webtbs/tw1720.pp svneol=native#text/plain
-tests/webtbs/tw17213.pp svneol=native#text/pascal
-tests/webtbs/tw17220.pp svneol=native#text/plain
-tests/webtbs/tw17220a.pp svneol=native#text/plain
-tests/webtbs/tw17236.pp svneol=native#text/pascal
-tests/webtbs/tw17283.pp svneol=native#text/plain
-tests/webtbs/tw17337.pp svneol=native#text/plain
-tests/webtbs/tw17342.pp svneol=native#text/plain
-tests/webtbs/tw1735.pp svneol=native#text/plain
-tests/webtbs/tw1737.pp svneol=native#text/plain
-tests/webtbs/tw17379.pp svneol=native#text/plain
-tests/webtbs/tw17379a.pp svneol=native#text/plain
-tests/webtbs/tw17402.pp svneol=native#text/pascal
-tests/webtbs/tw17402a.pp svneol=native#text/pascal
-tests/webtbs/tw17413.pp svneol=native#text/plain
-tests/webtbs/tw17430.pp svneol=native#text/plain
-tests/webtbs/tw1744.pp svneol=native#text/plain
-tests/webtbs/tw17458.pp svneol=native#text/plain
-tests/webtbs/tw17493.pp svneol=native#text/plain
-tests/webtbs/tw17514.pp svneol=native#text/plain
-tests/webtbs/tw17521.pp svneol=native#text/plain
-tests/webtbs/tw17546.pp svneol=native#text/plain
-tests/webtbs/tw1754c.pp svneol=native#text/plain
-tests/webtbs/tw1755.pp svneol=native#text/plain
-tests/webtbs/tw17550.pp svneol=native#text/plain
-tests/webtbs/tw17560.pp svneol=native#text/plain
-tests/webtbs/tw1758.pp svneol=native#text/plain
-tests/webtbs/tw17591.pp svneol=native#text/plain
-tests/webtbs/tw17598.pp svneol=native#text/pascal
-tests/webtbs/tw17604.pp svneol=native#text/plain
-tests/webtbs/tw17646.pp svneol=native#text/plain
-tests/webtbs/tw1765.pp svneol=native#text/plain
-tests/webtbs/tw17675.pp svneol=native#text/plain
-tests/webtbs/tw17675a.pp svneol=native#text/plain
-tests/webtbs/tw17685.pp svneol=native#text/pascal
-tests/webtbs/tw17710.pp svneol=native#text/pascal
-tests/webtbs/tw17714.pp svneol=native#text/plain
-tests/webtbs/tw17715.pp svneol=native#text/plain
-tests/webtbs/tw1779.pp svneol=native#text/plain
-tests/webtbs/tw1780.pp svneol=native#text/plain
-tests/webtbs/tw17836.pp svneol=native#text/plain
-tests/webtbs/tw17838.pp svneol=native#text/pascal
-tests/webtbs/tw17846.pp svneol=native#text/plain
-tests/webtbs/tw17862.pp svneol=native#text/plain
-tests/webtbs/tw17904.pp svneol=native#text/plain
-tests/webtbs/tw17907/main/main.pas svneol=native#text/plain
-tests/webtbs/tw17907/test.bat svneol=native#text/plain
-tests/webtbs/tw17907/unit1/unit0001.pas svneol=native#text/plain
-tests/webtbs/tw17907/unit2/unit0002.pas svneol=native#text/plain
-tests/webtbs/tw1792.pp svneol=native#text/plain
-tests/webtbs/tw17928.pp svneol=native#text/plain
-tests/webtbs/tw1792a.pp svneol=native#text/plain
-tests/webtbs/tw17945.pp svneol=native#text/pascal
-tests/webtbs/tw17950.pp svneol=native#text/pascal
-tests/webtbs/tw17952a.pp svneol=native#text/pascal
-tests/webtbs/tw17952b.pp svneol=native#text/pascal
-tests/webtbs/tw17957.pp svneol=native#text/pascal
-tests/webtbs/tw1798.pp svneol=native#text/plain
-tests/webtbs/tw17986.pp svneol=native#text/pascal
-tests/webtbs/tw17998.pp svneol=native#text/plain
-tests/webtbs/tw18009.pp svneol=native#text/pascal
-tests/webtbs/tw18013.pp svneol=native#text/plain
-tests/webtbs/tw18019.pp svneol=native#text/plain
-tests/webtbs/tw18075.pp svneol=native#text/pascal
-tests/webtbs/tw18082.pp svneol=native#text/plain
-tests/webtbs/tw18085.pp svneol=native#text/pascal
-tests/webtbs/tw18086.pp svneol=native#text/pascal
-tests/webtbs/tw18103a.pp svneol=native#text/pascal
-tests/webtbs/tw18103b.pp svneol=native#text/pascal
-tests/webtbs/tw18103c.pp svneol=native#text/pascal
-tests/webtbs/tw18113.pp svneol=native#text/plain
-tests/webtbs/tw18121.pp svneol=native#text/plain
-tests/webtbs/tw18123.pp svneol=native#text/pascal
-tests/webtbs/tw18127.pp svneol=native#text/pascal
-tests/webtbs/tw18131.pp svneol=native#text/pascal
-tests/webtbs/tw1820.pp svneol=native#text/plain
-tests/webtbs/tw18222.pp svneol=native#text/pascal
-tests/webtbs/tw18225.pp svneol=native#text/pascal
-tests/webtbs/tw1825.pp svneol=native#text/plain
-tests/webtbs/tw18266.pp svneol=native#text/plain
-tests/webtbs/tw18334.pp svneol=native#text/plain
-tests/webtbs/tw18420.pp svneol=native#text/pascal
-tests/webtbs/tw18443.pp svneol=native#text/pascal
-tests/webtbs/tw1850.pp svneol=native#text/plain
-tests/webtbs/tw1851.pp svneol=native#text/plain
-tests/webtbs/tw18512.pp svneol=native#text/pascal
-tests/webtbs/tw1856.pp svneol=native#text/plain
-tests/webtbs/tw18567.pp svneol=native#text/pascal
-tests/webtbs/tw18610.pp svneol=native#text/pascal
-tests/webtbs/tw1862.pp svneol=native#text/plain
-tests/webtbs/tw18620.pp svneol=native#text/pascal
-tests/webtbs/tw1863.pp svneol=native#text/plain
-tests/webtbs/tw1867.pp svneol=native#text/plain
-tests/webtbs/tw18688.pp svneol=native#text/pascal
-tests/webtbs/tw18690.pp svneol=native#text/plain
-tests/webtbs/tw18702.pp svneol=native#text/pascal
-tests/webtbs/tw18704.pp svneol=native#text/pascal
-tests/webtbs/tw18706.pp svneol=native#text/plain
-tests/webtbs/tw1873.pp svneol=native#text/plain
-tests/webtbs/tw18767a.pp svneol=native#text/pascal
-tests/webtbs/tw18767b.pp svneol=native#text/pascal
-tests/webtbs/tw18768.pp svneol=native#text/pascal
-tests/webtbs/tw1883.pp svneol=native#text/plain
-tests/webtbs/tw18859.pp svneol=native#text/plain
-tests/webtbs/tw1888.pp svneol=native#text/plain
-tests/webtbs/tw1889.pp svneol=native#text/plain
-tests/webtbs/tw18909.pp svneol=native#text/pascal
-tests/webtbs/tw1896.pp svneol=native#text/plain
-tests/webtbs/tw1901.pp svneol=native#text/plain
-tests/webtbs/tw1902.pp svneol=native#text/plain
-tests/webtbs/tw1907.pp svneol=native#text/plain
-tests/webtbs/tw19077.pp svneol=native#text/pascal
-tests/webtbs/tw1908.pp svneol=native#text/plain
-tests/webtbs/tw1909.pp svneol=native#text/plain
-tests/webtbs/tw1910.pp svneol=native#text/plain
-tests/webtbs/tw1915.pp svneol=native#text/plain
-tests/webtbs/tw1917.pp svneol=native#text/plain
-tests/webtbs/tw19180.pp svneol=native#text/plain
-tests/webtbs/tw19182.pp svneol=native#text/plain
-tests/webtbs/tw1920.pp svneol=native#text/plain
-tests/webtbs/tw19201.pp svneol=native#text/pascal
-tests/webtbs/tw1923.pp svneol=native#text/plain
-tests/webtbs/tw19277.pp svneol=native#text/pascal
-tests/webtbs/tw1930.pp svneol=native#text/plain
-tests/webtbs/tw1931.pp svneol=native#text/plain
-tests/webtbs/tw1932.pp svneol=native#text/plain
-tests/webtbs/tw19325.pp svneol=native#text/pascal
-tests/webtbs/tw1935.pp svneol=native#text/plain
-tests/webtbs/tw19357.pp svneol=native#text/pascal
-tests/webtbs/tw1936.pp svneol=native#text/plain
-tests/webtbs/tw19368.pp svneol=native#text/pascal
-tests/webtbs/tw1938.pp svneol=native#text/plain
-tests/webtbs/tw19434a.pp svneol=native#text/plain
-tests/webtbs/tw19434b.pp svneol=native#text/plain
-tests/webtbs/tw19452.pp svneol=native#text/plain
-tests/webtbs/tw19452a.pp svneol=native#text/plain
-tests/webtbs/tw1948.pp svneol=native#text/plain
-tests/webtbs/tw19498.pp svneol=native#text/pascal
-tests/webtbs/tw19499.pp svneol=native#text/pascal
-tests/webtbs/tw1950.pp svneol=native#text/plain
-tests/webtbs/tw19500.pp svneol=native#text/pascal
-tests/webtbs/tw19511.pp svneol=native#text/pascal
-tests/webtbs/tw19548.pp svneol=native#text/pascal
-tests/webtbs/tw19555.pp svneol=native#text/pascal
-tests/webtbs/tw19581.pp svneol=native#text/plain
-tests/webtbs/tw19610.pp svneol=native#text/plain
-tests/webtbs/tw19622.pp svneol=native#text/plain
-tests/webtbs/tw1964.pp svneol=native#text/plain
-tests/webtbs/tw19651.pp svneol=native#text/plain
-tests/webtbs/tw19697.pp svneol=native#text/pascal
-tests/webtbs/tw19700.pp svneol=native#text/plain
-tests/webtbs/tw19701.pas svneol=native#text/plain
-tests/webtbs/tw19701.pp svneol=native#text/plain
-tests/webtbs/tw19851a.pp svneol=native#text/pascal
-tests/webtbs/tw19851b.pp svneol=native#text/pascal
-tests/webtbs/tw19864.pp svneol=native#text/pascal
-tests/webtbs/tw19874.pp svneol=native#text/pascal
-tests/webtbs/tw19910.pp svneol=native#text/pascal
-tests/webtbs/tw1996.pp svneol=native#text/plain
-tests/webtbs/tw19960.pp svneol=native#text/pascal
-tests/webtbs/tw19974.pp svneol=native#text/pascal
-tests/webtbs/tw19977.pp svneol=native#text/pascal
-tests/webtbs/tw20003.pp svneol=native#text/pascal
-tests/webtbs/tw20005.pp svneol=native#text/pascal
-tests/webtbs/tw2001.pp svneol=native#text/plain
-tests/webtbs/tw2002.pp svneol=native#text/plain
-tests/webtbs/tw20028.pp svneol=native#text/pascal
-tests/webtbs/tw20035a.pp svneol=native#text/pascal
-tests/webtbs/tw20035b.pp svneol=native#text/pascal
-tests/webtbs/tw20035c.pp svneol=native#text/pascal
-tests/webtbs/tw2004.pp svneol=native#text/plain
-tests/webtbs/tw20075.pp svneol=native#text/pascal
-tests/webtbs/tw20093.pp svneol=native#text/pascal
-tests/webtbs/tw20093a.pp svneol=native#text/pascal
-tests/webtbs/tw20119.pp -text svneol=native#test/pascal
-tests/webtbs/tw20192.pp svneol=native#text/pascal
-tests/webtbs/tw20257.pp svneol=native#text/plain
-tests/webtbs/tw2028.pp svneol=native#text/plain
-tests/webtbs/tw2030.pp svneol=native#text/plain
-tests/webtbs/tw2031.pp svneol=native#text/plain
-tests/webtbs/tw2037.pp svneol=native#text/plain
-tests/webtbs/tw20396.pp svneol=native#text/plain
-tests/webtbs/tw2040.pp svneol=native#text/plain
-tests/webtbs/tw20407.pp svneol=native#text/pascal
-tests/webtbs/tw2041.pp svneol=native#text/plain
-tests/webtbs/tw20421.pp svneol=native#text/pascal
-tests/webtbs/tw2045.pp svneol=native#text/plain
-tests/webtbs/tw20456.pp svneol=native#text/plain
-tests/webtbs/tw2046a.pp svneol=native#text/plain
-tests/webtbs/tw20527.pp svneol=native#text/plain
-tests/webtbs/tw20557.pp svneol=native#text/pascal
-tests/webtbs/tw20577a.pp svneol=native#text/pascal
-tests/webtbs/tw20577b.pp svneol=native#text/pascal
-tests/webtbs/tw2059.pp svneol=native#text/plain
-tests/webtbs/tw20594.pp svneol=native#text/pascal
-tests/webtbs/tw20627.pp svneol=native#text/pascal
-tests/webtbs/tw20629.pp svneol=native#text/pascal
-tests/webtbs/tw20638.pp svneol=native#text/pascal
-tests/webtbs/tw2065.pp svneol=native#text/plain
-tests/webtbs/tw2069.pp svneol=native#text/plain
-tests/webtbs/tw20690.pp svneol=native#text/pascal
-tests/webtbs/tw2072.pp svneol=native#text/plain
-tests/webtbs/tw20744.pp svneol=native#text/plain
-tests/webtbs/tw20796a.pp svneol=native#text/pascal
-tests/webtbs/tw20796b.pp svneol=native#text/pascal
-tests/webtbs/tw20796c.pp svneol=native#text/pascal
-tests/webtbs/tw20821.pp svneol=native#text/pascal
-tests/webtbs/tw20827.pp svneol=native#text/plain
-tests/webtbs/tw20836.pp svneol=native#text/pascal
-tests/webtbs/tw20851.pp svneol=native#text/pascal
-tests/webtbs/tw20871.pp svneol=native#text/pascal
-tests/webtbs/tw20872a.pp svneol=native#text/pascal
-tests/webtbs/tw20872b.pp svneol=native#text/pascal
-tests/webtbs/tw20872c.pp svneol=native#text/pascal
-tests/webtbs/tw20873.pp svneol=native#text/plain
-tests/webtbs/tw20874a.pp svneol=native#text/pascal
-tests/webtbs/tw20874b.pp svneol=native#text/pascal
-tests/webtbs/tw20880.pp svneol=native#text/plain
-tests/webtbs/tw20889.pp svneol=native#text/pascal
-tests/webtbs/tw20909.pp svneol=native#text/pascal
-tests/webtbs/tw20940.pp svneol=native#text/pascal
-tests/webtbs/tw20947.pp svneol=native#text/pascal
-tests/webtbs/tw20962.pp svneol=native#text/plain
-tests/webtbs/tw20995a.pp svneol=native#text/pascal
-tests/webtbs/tw20995b.pp svneol=native#text/pascal
-tests/webtbs/tw20996.pp svneol=native#text/pascal
-tests/webtbs/tw20998.pp svneol=native#text/pascal
-tests/webtbs/tw21015.pp svneol=native#text/pascal
-tests/webtbs/tw21029.pp svneol=native#text/plain
-tests/webtbs/tw21044.pp svneol=native#text/pascal
-tests/webtbs/tw21051.pp svneol=native#text/pascal
-tests/webtbs/tw21064a.pp svneol=native#text/pascal
-tests/webtbs/tw21064b.pp svneol=native#text/pascal
-tests/webtbs/tw21073.pp svneol=native#text/plain
-tests/webtbs/tw2109.pp svneol=native#text/plain
-tests/webtbs/tw21091.pp svneol=native#text/pascal
-tests/webtbs/tw2110.pp svneol=native#text/plain
-tests/webtbs/tw21146.pp svneol=native#text/pascal
-tests/webtbs/tw21151.pp svneol=native#text/plain
-tests/webtbs/tw21177.pp svneol=native#text/plain
-tests/webtbs/tw21179.pp svneol=native#text/pascal
-tests/webtbs/tw21255.pp svneol=native#text/plain
-tests/webtbs/tw21267.pp svneol=native#text/plain
-tests/webtbs/tw2128.pp svneol=native#text/plain
-tests/webtbs/tw2129.pp svneol=native#text/plain
-tests/webtbs/tw2129b.pp svneol=native#text/plain
-tests/webtbs/tw2131.pp svneol=native#text/plain
-tests/webtbs/tw21329.pp svneol=native#text/pascal
-tests/webtbs/tw21350a.pp svneol=native#text/pascal
-tests/webtbs/tw21350b.pp svneol=native#text/pascal
-tests/webtbs/tw21443.pp svneol=native#text/plain
-tests/webtbs/tw21443a.pp svneol=native#text/plain
-tests/webtbs/tw21449.pp svneol=native#text/plain
-tests/webtbs/tw2145.pp svneol=native#text/plain
-tests/webtbs/tw21457.pp svneol=native#text/pascal
-tests/webtbs/tw21472.pp svneol=native#text/pascal
-tests/webtbs/tw21505.pp svneol=native#text/plain
-tests/webtbs/tw21505a.pp svneol=native#text/plain
-tests/webtbs/tw21538.pp svneol=native#text/pascal
-tests/webtbs/tw21550.pp svneol=native#text/pascal
-tests/webtbs/tw21551.pp svneol=native#text/plain
-tests/webtbs/tw2158.pp svneol=native#text/plain
-tests/webtbs/tw2159.pp svneol=native#text/plain
-tests/webtbs/tw21592.pp svneol=native#text/pascal
-tests/webtbs/tw21592b.pp svneol=native#text/pascal
-tests/webtbs/tw21593.pp svneol=native#text/pascal
-tests/webtbs/tw21593a.pp svneol=native#text/pascal
-tests/webtbs/tw21593b.pp svneol=native#text/pascal
-tests/webtbs/tw21593c.pp svneol=native#text/pascal
-tests/webtbs/tw21622.pp svneol=native#text/pascal
-tests/webtbs/tw2163.pp svneol=native#text/plain
-tests/webtbs/tw21654.pp svneol=native#text/pascal
-tests/webtbs/tw21674.pp svneol=native#text/pascal
-tests/webtbs/tw21684.pp svneol=native#text/pascal
-tests/webtbs/tw2176.pp svneol=native#text/plain
-tests/webtbs/tw2177.pp svneol=native#text/plain
-tests/webtbs/tw2178.pp svneol=native#text/plain
-tests/webtbs/tw21808.pp svneol=native#text/plain
-tests/webtbs/tw21811.pp svneol=native#text/plain
-tests/webtbs/tw2185.pp svneol=native#text/plain
-tests/webtbs/tw2186.pp svneol=native#text/plain
-tests/webtbs/tw2187.pp svneol=native#text/plain
-tests/webtbs/tw21878.pp svneol=native#text/plain
-tests/webtbs/tw21914.pp svneol=native#text/pascal
-tests/webtbs/tw21921.pp svneol=native#text/pascal
-tests/webtbs/tw21941.pp svneol=native#text/pascal
-tests/webtbs/tw21951.pp svneol=native#text/plain
-tests/webtbs/tw2196.pp svneol=native#text/plain
-tests/webtbs/tw2197.pp svneol=native#text/plain
-tests/webtbs/tw2198.pp svneol=native#text/plain
-tests/webtbs/tw2210.pp svneol=native#text/plain
-tests/webtbs/tw22133.pp svneol=native#text/plain
-tests/webtbs/tw2214.pp svneol=native#text/plain
-tests/webtbs/tw22154.pp svneol=native#text/pascal
-tests/webtbs/tw22155.pp svneol=native#text/plain
-tests/webtbs/tw22160a1.pp svneol=native#text/pascal
-tests/webtbs/tw22160b1.pp svneol=native#text/pascal
-tests/webtbs/tw22192.pp svneol=native#text/pascal
-tests/webtbs/tw2220.pp svneol=native#text/plain
-tests/webtbs/tw22225.pp svneol=native#text/pascal
-tests/webtbs/tw2226.pp svneol=native#text/plain
-tests/webtbs/tw2229.pp svneol=native#text/plain
-tests/webtbs/tw22290.pp svneol=native#text/plain
-tests/webtbs/tw22320.pp svneol=native#text/plain
-tests/webtbs/tw22326.pp svneol=native#text/plain
-tests/webtbs/tw22329.pp svneol=native#text/pascal
-tests/webtbs/tw2233.pp svneol=native#text/plain
-tests/webtbs/tw22331.pp svneol=native#text/plain
-tests/webtbs/tw22344.pp svneol=native#text/plain
-tests/webtbs/tw22376.pp svneol=native#text/plain
-tests/webtbs/tw2242.pp svneol=native#text/plain
-tests/webtbs/tw22427.pp svneol=native#text/pascal
-tests/webtbs/tw22428.pp svneol=native#text/pascal
-tests/webtbs/tw22433.pp svneol=native#text/pascal
-tests/webtbs/tw22468.pp svneol=native#text/pascal
-tests/webtbs/tw22490.pp svneol=native#text/plain
-tests/webtbs/tw2250.pp svneol=native#text/plain
-tests/webtbs/tw22502.pp svneol=native#text/plain
-tests/webtbs/tw22540.pp svneol=native#text/pascal
-tests/webtbs/tw22561.pp svneol=native#text/plain
-tests/webtbs/tw22570.pp svneol=native#text/plain
-tests/webtbs/tw2259.pp svneol=native#text/plain
-tests/webtbs/tw22593.pp svneol=native#text/plain
-tests/webtbs/tw2260.pp svneol=native#text/plain
-tests/webtbs/tw22613.pp svneol=native#text/plain
-tests/webtbs/tw2266.pp svneol=native#text/plain
-tests/webtbs/tw22665.pp svneol=native#text/plain
-tests/webtbs/tw22669.pp svneol=native#text/plain
-tests/webtbs/tw2267.pp svneol=native#text/plain
-tests/webtbs/tw2268.pp svneol=native#text/plain
-tests/webtbs/tw2269.pp svneol=native#text/plain
-tests/webtbs/tw22705.pp svneol=native#text/plain
-tests/webtbs/tw2274.pp svneol=native#text/plain
-tests/webtbs/tw22741.pp svneol=native#text/plain
-tests/webtbs/tw22744.pp svneol=native#text/pascal
-tests/webtbs/tw22744b.pp svneol=native#text/plain
-tests/webtbs/tw2277.pp svneol=native#text/plain
-tests/webtbs/tw22790a.pp svneol=native#text/pascal
-tests/webtbs/tw22790b.pp svneol=native#text/pascal
-tests/webtbs/tw22790c.pp svneol=native#text/pascal
-tests/webtbs/tw22792.pp svneol=native#text/pascal
-tests/webtbs/tw22796.pp svneol=native#text/plain
-tests/webtbs/tw2280.pp svneol=native#text/plain
-tests/webtbs/tw22860.pp svneol=native#text/plain
-tests/webtbs/tw22864.pp svneol=native#text/pascal
-tests/webtbs/tw22869.pp svneol=native#text/plain
-tests/webtbs/tw22876.pp svneol=native#text/pascal
-tests/webtbs/tw22878.pp svneol=native#text/plain
-tests/webtbs/tw2289.pp svneol=native#text/plain
-tests/webtbs/tw2291.pp svneol=native#text/plain
-tests/webtbs/tw22936.pp svneol=native#text/pascal
-tests/webtbs/tw2294.pp svneol=native#text/plain
-tests/webtbs/tw2296.pp svneol=native#text/plain
-tests/webtbs/tw22964.pp svneol=native#text/pascal
-tests/webtbs/tw22979.pp svneol=native#text/plain
-tests/webtbs/tw22992.pp svneol=native#text/pascal
-tests/webtbs/tw2300.pp svneol=native#text/plain
-tests/webtbs/tw2305.pp svneol=native#text/plain
-tests/webtbs/tw2306.pp svneol=native#text/plain
-tests/webtbs/tw2307.pp svneol=native#text/plain
-tests/webtbs/tw23071.pp svneol=native#text/pascal
-tests/webtbs/tw23109.pp svneol=native#text/plain
-tests/webtbs/tw2311.pp svneol=native#text/plain
-tests/webtbs/tw23130.pp svneol=native#text/pascal
-tests/webtbs/tw23136.pp svneol=native#text/pascal
-tests/webtbs/tw2317.pp svneol=native#text/plain
-tests/webtbs/tw2318.pp svneol=native#text/plain
-tests/webtbs/tw23185.pp svneol=native#text/pascal
-tests/webtbs/tw2318b.pp svneol=native#text/plain
-tests/webtbs/tw23196.pp svneol=native#text/plain
-tests/webtbs/tw23204.pp svneol=native#text/plain
-tests/webtbs/tw23212.pp svneol=native#text/plain
-tests/webtbs/tw2323.pp svneol=native#text/plain
-tests/webtbs/tw23270.pp svneol=native#text/pascal
-tests/webtbs/tw23279.pp svneol=native#text/pascal
-tests/webtbs/tw2328.pp svneol=native#text/plain
-tests/webtbs/tw23299.pp svneol=native#text/pascal
-tests/webtbs/tw2332.pp svneol=native#text/plain
-tests/webtbs/tw23342.pp svneol=native#text/pascal
-tests/webtbs/tw23436.pp svneol=native#text/plain
-tests/webtbs/tw23447.pp svneol=native#text/pascal
-tests/webtbs/tw23486.pp svneol=native#text/pascal
-tests/webtbs/tw23503.pp svneol=native#text/pascal
-tests/webtbs/tw2351.pp svneol=native#text/plain
-tests/webtbs/tw23568.pp svneol=native#text/plain
-tests/webtbs/tw2363.pp svneol=native#text/plain
-tests/webtbs/tw23653.pp svneol=native#text/pascal
-tests/webtbs/tw23667.pp svneol=native#text/plain
-tests/webtbs/tw23725.pp svneol=native#text/pascal
-tests/webtbs/tw23744.pp svneol=native#text/plain
-tests/webtbs/tw2377.pp svneol=native#text/plain
-tests/webtbs/tw23776.pp svneol=native#text/pascal
-tests/webtbs/tw2378.pp svneol=native#text/plain
-tests/webtbs/tw23819.pp svneol=native#text/plain
-tests/webtbs/tw2382.pp svneol=native#text/plain
-tests/webtbs/tw23849.pp svneol=native#text/plain
-tests/webtbs/tw2388.pp svneol=native#text/plain
-tests/webtbs/tw23912.pp svneol=native#text/plain
-tests/webtbs/tw23962.pp svneol=native#text/plain
-tests/webtbs/tw23963.pp svneol=native#text/plain
-tests/webtbs/tw2397.pp svneol=native#text/plain
-tests/webtbs/tw23980.pp svneol=native#text/pascal
-tests/webtbs/tw24007.pp svneol=native#text/plain
-tests/webtbs/tw24071.pp svneol=native#text/pascal
-tests/webtbs/tw24072.pp svneol=native#text/pascal
-tests/webtbs/tw24073.pp svneol=native#text/pascal
-tests/webtbs/tw2409.pp svneol=native#text/plain
-tests/webtbs/tw24129.pp svneol=native#text/pascal
-tests/webtbs/tw24131.pp svneol=native#text/plain
-tests/webtbs/tw24189.pp svneol=native#text/plain
-tests/webtbs/tw24197.pp svneol=native#text/plain
-tests/webtbs/tw2421.pp svneol=native#text/plain
-tests/webtbs/tw2423.pp svneol=native#text/plain
-tests/webtbs/tw2425.pp svneol=native#text/plain
-tests/webtbs/tw24283.pp svneol=native#text/pascal
-tests/webtbs/tw24318.pp svneol=native#text/plain
-tests/webtbs/tw2432.pp svneol=native#text/plain
-tests/webtbs/tw2435.pp svneol=native#text/plain
-tests/webtbs/tw2438.pp svneol=native#text/plain
-tests/webtbs/tw24410.pp svneol=native#text/pascal
-tests/webtbs/tw2442.pp svneol=native#text/plain
-tests/webtbs/tw24453.pp svneol=native#text/pascal
-tests/webtbs/tw24458.pp svneol=native#text/pascal
-tests/webtbs/tw24486.pp svneol=native#text/pascal
-tests/webtbs/tw2452.pp svneol=native#text/plain
-tests/webtbs/tw24536.pp svneol=native#text/plain
-tests/webtbs/tw2454.pp svneol=native#text/plain
-tests/webtbs/tw24540.pp svneol=native#text/plain
-tests/webtbs/tw24651.pp svneol=native#text/pascal
-tests/webtbs/tw24690.pp svneol=native#text/pascal
-tests/webtbs/tw24705.pp svneol=native#text/pascal
-tests/webtbs/tw2473.pp svneol=native#text/plain
-tests/webtbs/tw24796.pp svneol=native#text/pascal
-tests/webtbs/tw2480.pp svneol=native#text/plain
-tests/webtbs/tw2481.pp svneol=native#text/plain
-tests/webtbs/tw2483.pp svneol=native#text/plain
-tests/webtbs/tw24844.pp svneol=native#text/plain
-tests/webtbs/tw24844a.pp svneol=native#text/plain
-tests/webtbs/tw24844b.pp svneol=native#text/plain
-tests/webtbs/tw24844c.pp svneol=native#text/plain
-tests/webtbs/tw24848.pp svneol=native#text/pascal
-tests/webtbs/tw24863.pp svneol=native#text/plain
-tests/webtbs/tw24865.pp svneol=native#text/pascal
-tests/webtbs/tw24867.pp svneol=native#text/pascal
-tests/webtbs/tw24871.pp svneol=native#text/pascal
-tests/webtbs/tw24872.pp svneol=native#text/pascal
-tests/webtbs/tw24915.pp svneol=native#text/pascal
-tests/webtbs/tw2492.pp svneol=native#text/plain
-tests/webtbs/tw2494.pp svneol=native#text/plain
-tests/webtbs/tw24953.pp svneol=native#text/pascal
-tests/webtbs/tw25004.pp svneol=native#text/pascal
-tests/webtbs/tw2503.pp svneol=native#text/plain
-tests/webtbs/tw25030.pp svneol=native#text/pascal
-tests/webtbs/tw2504.pp svneol=native#text/plain
-tests/webtbs/tw25043.pp svneol=native#text/pascal
-tests/webtbs/tw25044.pp svneol=native#text/pascal
-tests/webtbs/tw25054a.pp svneol=native#text/pascal
-tests/webtbs/tw25054b.pp svneol=native#text/pascal
-tests/webtbs/tw25059.pp svneol=native#text/pascal
-tests/webtbs/tw25077.pp svneol=native#text/pascal
-tests/webtbs/tw25081.pp svneol=native#text/pascal
-tests/webtbs/tw25101.pp svneol=native#text/pascal
-tests/webtbs/tw25121.pp svneol=native#text/plain
-tests/webtbs/tw25122.pp svneol=native#text/plain
-tests/webtbs/tw25132.pp svneol=native#text/pascal
-tests/webtbs/tw2514.pp svneol=native#text/plain
-tests/webtbs/tw25164.pp svneol=native#text/pascal
-tests/webtbs/tw25169.pp svneol=native#text/plain
-tests/webtbs/tw25170.pp svneol=native#text/plain
-tests/webtbs/tw25198.pp svneol=native#text/plain
-tests/webtbs/tw25210.pp svneol=native#text/pascal
-tests/webtbs/tw25236.pp svneol=native#text/pascal
-tests/webtbs/tw2525.pp svneol=native#text/plain
-tests/webtbs/tw25255.pp svneol=native#text/pascal
-tests/webtbs/tw25255b.pp svneol=native#text/pascal
-tests/webtbs/tw25269.pp svneol=native#text/pascal
-tests/webtbs/tw25289.pp svneol=native#text/plain
-tests/webtbs/tw25296.pp svneol=native#text/plain
-tests/webtbs/tw25318.pp svneol=native#text/pascal
-tests/webtbs/tw25332.pp svneol=native#text/plain
-tests/webtbs/tw25332a.pp svneol=native#text/plain
-tests/webtbs/tw25349.pp svneol=native#text/plain
-tests/webtbs/tw2536.pp svneol=native#text/plain
-tests/webtbs/tw25361.pp svneol=native#text/plain
-tests/webtbs/tw25398.pp svneol=native#text/plain
-tests/webtbs/tw2540.pp svneol=native#text/plain
-tests/webtbs/tw25551.pp svneol=native#text/plain
-tests/webtbs/tw25598.pp svneol=native#text/plain
-tests/webtbs/tw25600.pp svneol=native#text/pascal
-tests/webtbs/tw25602.pp svneol=native#text/pascal
-tests/webtbs/tw25603.pp svneol=native#text/pascal
-tests/webtbs/tw25604.pp svneol=native#text/pascal
-tests/webtbs/tw25605.pp svneol=native#text/pascal
-tests/webtbs/tw25606.pp svneol=native#text/pascal
-tests/webtbs/tw25607a.pp -text svneol=native#text/plain
-tests/webtbs/tw25607b.pp -text svneol=native#text/plain
-tests/webtbs/tw25607c.pp -text svneol=native#text/plain
-tests/webtbs/tw25607d.pp -text svneol=native#text/plain
-tests/webtbs/tw25607e.pp -text svneol=native#text/plain
-tests/webtbs/tw25607f.pp -text svneol=native#text/plain
-tests/webtbs/tw2561.pp svneol=native#text/plain
-tests/webtbs/tw25610.pp -text svneol=native#text/plain
-tests/webtbs/tw25685.pp svneol=native#text/pascal
-tests/webtbs/tw25703.pp svneol=native#text/plain
-tests/webtbs/tw25769a.pp svneol=native#text/pascal
-tests/webtbs/tw25781.pp svneol=native#text/plain
-tests/webtbs/tw25814.pp svneol=native#text/plain
-tests/webtbs/tw25869.pp svneol=native#text/plain
-tests/webtbs/tw2588.pp svneol=native#text/plain
-tests/webtbs/tw2589.pp svneol=native#text/plain
-tests/webtbs/tw25895.pp svneol=native#text/pascal
-tests/webtbs/tw25914.pp svneol=native#text/pascal
-tests/webtbs/tw25916a.pp svneol=native#text/pascal
-tests/webtbs/tw25916b.pp svneol=native#text/pascal
-tests/webtbs/tw25917.pp svneol=native#text/pascal
-tests/webtbs/tw25929.pp svneol=native#text/pascal
-tests/webtbs/tw25930.pp svneol=native#text/plain
-tests/webtbs/tw25931.pp -text svneol=native#text/plain
-tests/webtbs/tw25932.pp svneol=native#text/plain
-tests/webtbs/tw2594.pp svneol=native#text/plain
-tests/webtbs/tw2595.pp svneol=native#text/plain
-tests/webtbs/tw25956.pp svneol=native#text/pascal
-tests/webtbs/tw25959.pp svneol=native#text/pascal
-tests/webtbs/tw2602.pp svneol=native#text/plain
-tests/webtbs/tw26069.pp svneol=native#text/plain
-tests/webtbs/tw2607.pp svneol=native#text/plain
-tests/webtbs/tw26075.pp svneol=native#text/pascal
-tests/webtbs/tw26075b.pp svneol=native#text/pascal
-tests/webtbs/tw26123.pp svneol=native#text/pascal
-tests/webtbs/tw26162.pp svneol=native#text/pascal
-tests/webtbs/tw26177.pp svneol=native#text/pascal
-tests/webtbs/tw26180.pp svneol=native#text/pascal
-tests/webtbs/tw2620.pp svneol=native#text/plain
-tests/webtbs/tw26226.pp -text svneol=native#text/plain
-tests/webtbs/tw26230.pp svneol=native#text/plain
-tests/webtbs/tw2626.pp svneol=native#text/plain
-tests/webtbs/tw2627.pp svneol=native#text/plain
-tests/webtbs/tw26271.pp svneol=native#text/pascal
-tests/webtbs/tw26288.pp svneol=native#text/pascal
-tests/webtbs/tw2631.pp svneol=native#text/plain
-tests/webtbs/tw26326.pp svneol=native#text/pascal
-tests/webtbs/tw26402.pp svneol=native#text/plain
-tests/webtbs/tw26403.pp svneol=native#text/pascal
-tests/webtbs/tw26408.pp svneol=native#text/pascal
-tests/webtbs/tw2643.pp svneol=native#text/plain
-tests/webtbs/tw2645.pp svneol=native#text/plain
-tests/webtbs/tw26467.pp svneol=native#text/pascal
-tests/webtbs/tw2647.pp svneol=native#text/plain
-tests/webtbs/tw26472.pp svneol=native#text/pascal
-tests/webtbs/tw26481.pp svneol=native#text/pascal
-tests/webtbs/tw26482.pp svneol=native#text/pascal
-tests/webtbs/tw26483.pp svneol=native#text/pascal
-tests/webtbs/tw2649.pp svneol=native#text/plain
-tests/webtbs/tw2651.pp svneol=native#text/plain
-tests/webtbs/tw26534a.pp svneol=native#text/pascal
-tests/webtbs/tw26534b.pp svneol=native#text/pascal
-tests/webtbs/tw26536.pp svneol=native#text/plain
-tests/webtbs/tw2656.pp svneol=native#text/plain
-tests/webtbs/tw2659.pp svneol=native#text/plain
-tests/webtbs/tw26599.pp svneol=native#text/pascal
-tests/webtbs/tw26615.pp svneol=native#text/pascal
-tests/webtbs/tw26627.pp svneol=native#text/plain
-tests/webtbs/tw2666.pp svneol=native#text/plain
-tests/webtbs/tw26668.pp svneol=native#text/plain
-tests/webtbs/tw2668.pp svneol=native#text/plain
-tests/webtbs/tw2669.pp svneol=native#text/plain
-tests/webtbs/tw26749.pp svneol=native#text/pascal
-tests/webtbs/tw2676.pp svneol=native#text/plain
-tests/webtbs/tw26773.pp svneol=native#text/plain
-tests/webtbs/tw2678.pp svneol=native#text/plain
-tests/webtbs/tw26791.pp svneol=native#text/pascal
-tests/webtbs/tw2690.pp svneol=native#text/plain
-tests/webtbs/tw2691.pp svneol=native#text/plain
-tests/webtbs/tw26922.pp svneol=native#text/pascal
-tests/webtbs/tw2696.pp svneol=native#text/plain
-tests/webtbs/tw26976.pp svneol=native#text/plain
-tests/webtbs/tw26993.pp svneol=native#text/plain
-tests/webtbs/tw26993a.pp svneol=native#text/plain
-tests/webtbs/tw2702.pp svneol=native#text/plain
-tests/webtbs/tw27029.pp svneol=native#text/pascal
-tests/webtbs/tw2703.pp svneol=native#text/plain
-tests/webtbs/tw2704.pp svneol=native#text/plain
-tests/webtbs/tw2705.pp svneol=native#text/plain
-tests/webtbs/tw2706.pp svneol=native#text/plain
-tests/webtbs/tw2707.pp svneol=native#text/plain
-tests/webtbs/tw2708.pp svneol=native#text/plain
-tests/webtbs/tw2710.pp svneol=native#text/plain
-tests/webtbs/tw27120.pp svneol=native#text/pascal
-tests/webtbs/tw2713.pp svneol=native#text/plain
-tests/webtbs/tw27149.pp svneol=native#text/plain
-tests/webtbs/tw27153.pp svneol=native#text/pascal
-tests/webtbs/tw27173.pp svneol=native#text/pascal
-tests/webtbs/tw27185.pp svneol=native#text/pascal
-tests/webtbs/tw2721.pp svneol=native#text/plain
-tests/webtbs/tw27210.pp svneol=native#text/plain
-tests/webtbs/tw2723.pp svneol=native#text/plain
-tests/webtbs/tw2725.pp svneol=native#text/plain
-tests/webtbs/tw27256.pp svneol=native#text/pascal
-tests/webtbs/tw2727.pp svneol=native#text/plain
-tests/webtbs/tw2728.pp svneol=native#text/plain
-tests/webtbs/tw2729.pp svneol=native#text/plain
-tests/webtbs/tw27294.pp svneol=native#text/plain
-tests/webtbs/tw2730.pp svneol=native#text/plain
-tests/webtbs/tw27300a.pp svneol=native#text/pascal
-tests/webtbs/tw2731.pp svneol=native#text/plain
-tests/webtbs/tw27320.pp svneol=native#text/pascal
-tests/webtbs/tw27348.pp svneol=native#text/pascal
-tests/webtbs/tw27349.pp svneol=native#text/pascal
-tests/webtbs/tw2736.pp svneol=native#text/plain
-tests/webtbs/tw2737.pp svneol=native#text/plain
-tests/webtbs/tw2738.pp svneol=native#text/plain
-tests/webtbs/tw2739.pp svneol=native#text/plain
-tests/webtbs/tw27414.pp svneol=native#text/plain
-tests/webtbs/tw27424.pp svneol=native#text/pascal
-tests/webtbs/tw27515.pp svneol=native#text/pascal
-tests/webtbs/tw27517.pp svneol=native#text/pascal
-tests/webtbs/tw27522.pp svneol=native#text/plain
-tests/webtbs/tw27529.pp svneol=native#text/pascal
-tests/webtbs/tw2758.pp svneol=native#text/plain
-tests/webtbs/tw2763.pp svneol=native#text/plain
-tests/webtbs/tw27634.pp svneol=native#text/plain
-tests/webtbs/tw2765.pp svneol=native#text/plain
-tests/webtbs/tw27658.pp svneol=native#text/pascal
-tests/webtbs/tw27665.pp svneol=native#text/plain
-tests/webtbs/tw2767.pp svneol=native#text/plain
-tests/webtbs/tw27691.pp svneol=native#text/plain
-tests/webtbs/tw2771.pp svneol=native#text/plain
-tests/webtbs/tw2772.pp svneol=native#text/plain
-tests/webtbs/tw27744.pp svneol=native#text/pascal
-tests/webtbs/tw27750a.pp svneol=native#text/pascal
-tests/webtbs/tw27750b.pp svneol=native#text/pascal
-tests/webtbs/tw2776.pp svneol=native#text/plain
-tests/webtbs/tw2778.pp svneol=native#text/plain
-tests/webtbs/tw2779.pp svneol=native#text/plain
-tests/webtbs/tw2780.pp svneol=native#text/plain
-tests/webtbs/tw27811.pp svneol=native#text/plain
-tests/webtbs/tw27832.pp svneol=native#text/plain
-tests/webtbs/tw2788.pp svneol=native#text/plain
-tests/webtbs/tw2789.pp svneol=native#text/plain
-tests/webtbs/tw2794.pp svneol=native#text/plain
-tests/webtbs/tw27998.pp svneol=native#text/plain
-tests/webtbs/tw27998a.pp svneol=native#text/plain
-tests/webtbs/tw28007.pp svneol=native#text/pascal
-tests/webtbs/tw2803.pp svneol=native#text/plain
-tests/webtbs/tw28058.pp svneol=native#text/pascal
-tests/webtbs/tw2806.pp svneol=native#text/plain
-tests/webtbs/tw2807.pp svneol=native#text/plain
-tests/webtbs/tw28089.pp svneol=native#text/plain
-tests/webtbs/tw2809.pp svneol=native#text/plain
-tests/webtbs/tw2812.pp svneol=native#text/plain
-tests/webtbs/tw2815.pp svneol=native#text/plain
-tests/webtbs/tw2817.pp svneol=native#text/plain
-tests/webtbs/tw28271.pp svneol=native#text/pascal
-tests/webtbs/tw28279.pp svneol=native#text/plain
-tests/webtbs/tw2829.pp svneol=native#text/plain
-tests/webtbs/tw2830.pp svneol=native#text/plain
-tests/webtbs/tw28313.pp svneol=native#text/plain
-tests/webtbs/tw2832.pp svneol=native#text/plain
-tests/webtbs/tw2834.pp svneol=native#text/plain
-tests/webtbs/tw28372.pp svneol=native#text/plain
-tests/webtbs/tw2841.pp svneol=native#text/plain
-tests/webtbs/tw28442.pp svneol=native#text/pascal
-tests/webtbs/tw28454.pp svneol=native#text/plain
-tests/webtbs/tw28475.pp svneol=native#text/plain
-tests/webtbs/tw2853.pp svneol=native#text/plain
-tests/webtbs/tw28530.pp svneol=native#text/pascal
-tests/webtbs/tw2853a.pp svneol=native#text/plain
-tests/webtbs/tw2853b.pp svneol=native#text/plain
-tests/webtbs/tw2853c.pp svneol=native#text/plain
-tests/webtbs/tw2853d.pp svneol=native#text/plain
-tests/webtbs/tw2853e.pp svneol=native#text/plain
-tests/webtbs/tw2859.pp svneol=native#text/plain
-tests/webtbs/tw28593.pp svneol=native#text/plain
-tests/webtbs/tw28632.pp -text svneol=native#text/plain
-tests/webtbs/tw28640.pp svneol=native#text/pascal
-tests/webtbs/tw28640a.pp svneol=native#text/pascal
-tests/webtbs/tw28641.pp svneol=native#text/plain
-tests/webtbs/tw2865.pp svneol=native#text/plain
-tests/webtbs/tw28650.pp svneol=native#text/pascal
-tests/webtbs/tw28667.pp svneol=native#text/plain
-tests/webtbs/tw28668.pp svneol=native#text/plain
-tests/webtbs/tw28674.pp svneol=native#text/pascal
-tests/webtbs/tw28702.pp svneol=native#text/plain
-tests/webtbs/tw28713.pp svneol=native#text/pascal
-tests/webtbs/tw28713b.pp svneol=native#text/pascal
-tests/webtbs/tw28718a.pp svneol=native#text/plain
-tests/webtbs/tw28718b.pp svneol=native#text/plain
-tests/webtbs/tw28718c.pp svneol=native#text/plain
-tests/webtbs/tw28718d.pp svneol=native#text/plain
-tests/webtbs/tw28748.pp svneol=native#text/plain
-tests/webtbs/tw28749.pp svneol=native#text/plain
-tests/webtbs/tw2876.pp svneol=native#text/plain
-tests/webtbs/tw28766.pp svneol=native#text/pascal
-tests/webtbs/tw28801.pp svneol=native#text/plain
-tests/webtbs/tw2883.pp svneol=native#text/plain
-tests/webtbs/tw28832.pp svneol=native#text/pascal
-tests/webtbs/tw2885.pp svneol=native#text/plain
-tests/webtbs/tw28850.pp svneol=native#text/plain
-tests/webtbs/tw2886.pp svneol=native#text/plain
-tests/webtbs/tw2891.pp svneol=native#text/plain
-tests/webtbs/tw28916.pp svneol=native#text/pascal
-tests/webtbs/tw2892.pp svneol=native#text/plain
-tests/webtbs/tw28927.pp svneol=native#text/pascal
-tests/webtbs/tw28934.pp svneol=native#text/plain
-tests/webtbs/tw28948.pp svneol=native#text/plain
-tests/webtbs/tw28964.pp svneol=native#text/plain
-tests/webtbs/tw2897.pp svneol=native#text/plain
-tests/webtbs/tw2899.pp svneol=native#text/plain
-tests/webtbs/tw29010a.pp svneol=native#text/plain
-tests/webtbs/tw29010b.pp svneol=native#text/plain
-tests/webtbs/tw29010c.pp svneol=native#text/plain
-tests/webtbs/tw29030.pp svneol=native#text/plain
-tests/webtbs/tw2904.pp svneol=native#text/plain
-tests/webtbs/tw29040.pp svneol=native#text/plain
-tests/webtbs/tw29053.pp svneol=native#text/pascal
-tests/webtbs/tw29053b.pp svneol=native#text/pascal
-tests/webtbs/tw29064.pp svneol=native#text/plain
-tests/webtbs/tw2908.pp svneol=native#text/plain
-tests/webtbs/tw29080.pp svneol=native#text/pascal
-tests/webtbs/tw29086.pp -text svneol=native#text/plain
-tests/webtbs/tw29096.pp svneol=native#text/plain
-tests/webtbs/tw2911.pp svneol=native#text/plain
-tests/webtbs/tw2912.pp svneol=native#text/plain
-tests/webtbs/tw2913.pp svneol=native#text/plain
-tests/webtbs/tw29153.pp svneol=native#text/plain
-tests/webtbs/tw2916.pp svneol=native#text/plain
-tests/webtbs/tw2920.pp svneol=native#text/plain
-tests/webtbs/tw2923.pp svneol=native#text/plain
-tests/webtbs/tw29244.pp svneol=native#text/pascal
-tests/webtbs/tw29245.pp svneol=native#text/plain
-tests/webtbs/tw29250.pp svneol=native#text/pascal
-tests/webtbs/tw2926.pp svneol=native#text/plain
-tests/webtbs/tw2927.pp svneol=native#text/plain
-tests/webtbs/tw29321.pp svneol=native#text/pascal
-tests/webtbs/tw29353.pp -text svneol=native#text/plain
-tests/webtbs/tw29367.pp svneol=native#text/plain
-tests/webtbs/tw29372.pp svneol=native#text/pascal
-tests/webtbs/tw2942a.pp svneol=native#text/plain
-tests/webtbs/tw2942b.pp svneol=native#text/plain
-tests/webtbs/tw2943.pp svneol=native#text/plain
-tests/webtbs/tw2944.pp svneol=native#text/plain
-tests/webtbs/tw29444.pp svneol=native#text/pascal
-tests/webtbs/tw2946.pp svneol=native#text/plain
-tests/webtbs/tw29460.pp svneol=native#text/pascal
-tests/webtbs/tw29471.pp svneol=native#text/plain
-tests/webtbs/tw2949.pp svneol=native#text/plain
-tests/webtbs/tw29491.pp svneol=native#text/plain
-tests/webtbs/tw2953.pp svneol=native#text/plain
-tests/webtbs/tw29546.pp svneol=native#text/pascal
-tests/webtbs/tw29547.pp svneol=native#text/plain
-tests/webtbs/tw2956.pp svneol=native#text/plain
-tests/webtbs/tw2958.pp svneol=native#text/plain
-tests/webtbs/tw29585.pp svneol=native#text/plain
-tests/webtbs/tw29609.pp svneol=native#text/pascal
-tests/webtbs/tw29620.pp svneol=native#text/plain
-tests/webtbs/tw2966.pp svneol=native#text/plain
-tests/webtbs/tw29669.pp svneol=native#text/plain
-tests/webtbs/tw29669a.pp svneol=native#text/plain
-tests/webtbs/tw29745.pp svneol=native#text/pascal
-tests/webtbs/tw2975.pp svneol=native#text/plain
-tests/webtbs/tw29758.pp svneol=native#text/pascal
-tests/webtbs/tw2976.pp svneol=native#text/plain
-tests/webtbs/tw29792.pp svneol=native#text/pascal
-tests/webtbs/tw2983.pp svneol=native#text/plain
-tests/webtbs/tw2984.pp svneol=native#text/plain
-tests/webtbs/tw29891.pp svneol=native#text/plain
-tests/webtbs/tw29893.pp svneol=native#text/pascal
-tests/webtbs/tw29906.pp svneol=native#text/plain
-tests/webtbs/tw29912.pp svneol=native#text/plain
-tests/webtbs/tw29923.pp svneol=native#text/plain
-tests/webtbs/tw29930.pp svneol=native#text/plain
-tests/webtbs/tw29933.pp svneol=native#text/plain
-tests/webtbs/tw29954.pp svneol=native#text/pascal
-tests/webtbs/tw29957.pp svneol=native#text/pascal
-tests/webtbs/tw29958.pp svneol=native#text/pascal
-tests/webtbs/tw29964.pp svneol=native#text/plain
-tests/webtbs/tw2998.pp svneol=native#text/plain
-tests/webtbs/tw2999.pp svneol=native#text/plain
-tests/webtbs/tw29992.pp svneol=native#text/plain
-tests/webtbs/tw30007.pp svneol=native#text/plain
-tests/webtbs/tw30015.pp svneol=native#text/plain
-tests/webtbs/tw30030.pp svneol=native#text/pascal
-tests/webtbs/tw30035.pp svneol=native#text/plain
-tests/webtbs/tw30035a.pp svneol=native#text/plain
-tests/webtbs/tw3004.pp svneol=native#text/plain
-tests/webtbs/tw3005.pp svneol=native#text/plain
-tests/webtbs/tw30082.pp svneol=native#text/plain
-tests/webtbs/tw3010.pp svneol=native#text/plain
-tests/webtbs/tw30119a.pp svneol=native#text/pascal
-tests/webtbs/tw30119b.pp svneol=native#text/pascal
-tests/webtbs/tw3012.pp svneol=native#text/plain
-tests/webtbs/tw30166.pp svneol=native#text/plain
-tests/webtbs/tw30179.pp svneol=native#text/pascal
-tests/webtbs/tw30182.pp svneol=native#text/plain
-tests/webtbs/tw30202.pp svneol=native#text/pascal
-tests/webtbs/tw30203.pp svneol=native#text/pascal
-tests/webtbs/tw30205.pp svneol=native#text/pascal
-tests/webtbs/tw30207.pp svneol=native#text/plain
-tests/webtbs/tw30208.pp svneol=native#text/pascal
-tests/webtbs/tw3023.pp svneol=native#text/plain
-tests/webtbs/tw30240.pp svneol=native#text/plain
-tests/webtbs/tw30260.pp svneol=native#text/pascal
-tests/webtbs/tw3028.pp svneol=native#text/plain
-tests/webtbs/tw30299.pp svneol=native#text/plain
-tests/webtbs/tw30310.pp svneol=native#text/plain
-tests/webtbs/tw30329.pp -text svneol=native#text/plain
-tests/webtbs/tw30348.pp svneol=native#text/pascal
-tests/webtbs/tw30357.pp svneol=native#text/pascal
-tests/webtbs/tw3038.pp svneol=native#text/plain
-tests/webtbs/tw3041.pp svneol=native#text/plain
-tests/webtbs/tw30431.pp svneol=native#text/plain
-tests/webtbs/tw30443.pp svneol=native#text/plain
-tests/webtbs/tw3045.pp svneol=native#text/plain
-tests/webtbs/tw30463.pp svneol=native#text/pascal
-tests/webtbs/tw3048.pp svneol=native#text/plain
-tests/webtbs/tw30498.pp svneol=native#text/pascal
-tests/webtbs/tw30522.pp svneol=native#text/plain
-tests/webtbs/tw30524a.pp svneol=native#text/pascal
-tests/webtbs/tw30524b.pp svneol=native#text/pascal
-tests/webtbs/tw30530.pp svneol=native#text/pascal
-tests/webtbs/tw30534.pp svneol=native#text/pascal
-tests/webtbs/tw30534b.pp svneol=native#text/pascal
-tests/webtbs/tw30535.pp svneol=native#text/pascal
-tests/webtbs/tw30537.pp svneol=native#text/pascal
-tests/webtbs/tw30552.pp svneol=native#text/pascal
-tests/webtbs/tw30570.pp svneol=native#text/plain
-tests/webtbs/tw30572.pp svneol=native#text/plain
-tests/webtbs/tw30626.pp svneol=native#text/pascal
-tests/webtbs/tw30626b.pp svneol=native#text/pascal
-tests/webtbs/tw3063.pp svneol=native#text/plain
-tests/webtbs/tw30639.pp svneol=native#text/plain
-tests/webtbs/tw3064.pp svneol=native#text/plain
-tests/webtbs/tw30654.pp svneol=native#text/pascal
-tests/webtbs/tw30666.pp svneol=native#text/plain
-tests/webtbs/tw30706.pp svneol=native#text/plain
-tests/webtbs/tw3073.pp svneol=native#text/plain
-tests/webtbs/tw30761.pp svneol=native#text/pascal
-tests/webtbs/tw3082.pp svneol=native#text/plain
-tests/webtbs/tw3083.pp svneol=native#text/plain
-tests/webtbs/tw30830a.pp svneol=native#text/pascal
-tests/webtbs/tw30830b.pp svneol=native#text/pascal
-tests/webtbs/tw30831.pp svneol=native#text/pascal
-tests/webtbs/tw30832.pp svneol=native#text/pascal
-tests/webtbs/tw30889.pp svneol=native#text/pascal
-tests/webtbs/tw30923.pp svneol=native#text/pascal
-tests/webtbs/tw3093.pp svneol=native#text/plain
-tests/webtbs/tw30933.pp svneol=native#text/pascal
-tests/webtbs/tw30936.pp svneol=native#text/pascal
-tests/webtbs/tw30936a.pp svneol=native#text/pascal
-tests/webtbs/tw30936b.pp svneol=native#text/pascal
-tests/webtbs/tw30936c.pp svneol=native#text/pascal
-tests/webtbs/tw30939a.pp svneol=native#text/pascal
-tests/webtbs/tw30939b.pp svneol=native#text/pascal
-tests/webtbs/tw30948.pp svneol=native#text/plain
-tests/webtbs/tw30978.pp svneol=native#text/pascal
-tests/webtbs/tw30978a.pp svneol=native#text/pascal
-tests/webtbs/tw3101.pp svneol=native#text/plain
-tests/webtbs/tw31029.pp svneol=native#text/pascal
-tests/webtbs/tw31033.pp svneol=native#text/pascal
-tests/webtbs/tw31033b.pp svneol=native#text/pascal
-tests/webtbs/tw3104.pp svneol=native#text/plain
-tests/webtbs/tw31076.pp svneol=native#text/pascal
-tests/webtbs/tw3109.pp svneol=native#text/plain
-tests/webtbs/tw3111.pp svneol=native#text/plain
-tests/webtbs/tw31120.pp svneol=native#text/pascal
-tests/webtbs/tw3113.pp svneol=native#text/plain
-tests/webtbs/tw31165.pp svneol=native#text/pascal
-tests/webtbs/tw31201.pp svneol=native#text/pascal
-tests/webtbs/tw3124.pp svneol=native#text/plain
-tests/webtbs/tw31246.pp svneol=native#text/pascal
-tests/webtbs/tw31273a.pp svneol=native#text/plain
-tests/webtbs/tw31305.pp svneol=native#text/pascal
-tests/webtbs/tw3131.pp svneol=native#text/plain
-tests/webtbs/tw31332.pp svneol=native#text/pascal
-tests/webtbs/tw3137.pp svneol=native#text/plain
-tests/webtbs/tw31421a.pp svneol=native#text/plain
-tests/webtbs/tw3143.pp svneol=native#text/plain
-tests/webtbs/tw31431.pp svneol=native#text/pascal
-tests/webtbs/tw3144.pp svneol=native#text/plain
-tests/webtbs/tw31521.pp svneol=native#text/pascal
-tests/webtbs/tw3157.pp svneol=native#text/plain
-tests/webtbs/tw31589.pp svneol=native#text/pascal
-tests/webtbs/tw31596.pp svneol=native#text/pascal
-tests/webtbs/tw31605.pp svneol=native#text/plain
-tests/webtbs/tw3160a.pp svneol=native#text/plain
-tests/webtbs/tw3160b.pp svneol=native#text/plain
-tests/webtbs/tw3160c.pp svneol=native#text/plain
-tests/webtbs/tw3161.pp svneol=native#text/plain
-tests/webtbs/tw3165.pp svneol=native#text/plain
-tests/webtbs/tw31675.pp svneol=native#text/pascal
-tests/webtbs/tw3168.pp svneol=native#text/plain
-tests/webtbs/tw3170.pp svneol=native#text/plain
-tests/webtbs/tw31714.pp -text svneol=native#text/pascal
-tests/webtbs/tw3172.pp svneol=native#text/plain
-tests/webtbs/tw3173.pp svneol=native#text/plain
-tests/webtbs/tw3174.pp svneol=native#text/plain
-tests/webtbs/tw3176.pp svneol=native#text/plain
-tests/webtbs/tw3179.pp svneol=native#text/plain
-tests/webtbs/tw31795.pp svneol=native#text/pascal
-tests/webtbs/tw3182.pp svneol=native#text/plain
-tests/webtbs/tw3183.pp svneol=native#text/plain
-tests/webtbs/tw3183a.pp svneol=native#text/plain
-tests/webtbs/tw3184.pp svneol=native#text/plain
-tests/webtbs/tw3185.pp svneol=native#text/plain
-tests/webtbs/tw3190.pp svneol=native#text/plain
-tests/webtbs/tw31945.pp svneol=native#text/pascal
-tests/webtbs/tw3197.pp svneol=native#text/plain
-tests/webtbs/tw32001.pp svneol=native#text/pascal
-tests/webtbs/tw32019.pp svneol=native#text/plain
-tests/webtbs/tw32039.pp svneol=native#text/pascal
-tests/webtbs/tw32040.pp svneol=native#text/pascal
-tests/webtbs/tw32043.pp svneol=native#text/pascal
-tests/webtbs/tw32046.pp svneol=native#text/plain
-tests/webtbs/tw3207.pp svneol=native#text/plain
-tests/webtbs/tw3210.pp svneol=native#text/plain
-tests/webtbs/tw32108.pp svneol=native#text/pascal
-tests/webtbs/tw32109.pp svneol=native#text/pascal
-tests/webtbs/tw32111.pp svneol=native#text/pascal
-tests/webtbs/tw32115.pp svneol=native#text/pascal
-tests/webtbs/tw32118.pp svneol=native#text/pascal
-tests/webtbs/tw3212.pp svneol=native#text/plain
-tests/webtbs/tw32139.pp -text svneol=native#text/pascal
-tests/webtbs/tw3214.pp svneol=native#text/plain
-tests/webtbs/tw32150.pp svneol=native#text/pascal
-tests/webtbs/tw3216.pp svneol=native#text/plain
-tests/webtbs/tw32160.pp svneol=native#text/plain
-tests/webtbs/tw3217.pp svneol=native#text/plain
-tests/webtbs/tw32179.pp svneol=native#text/plain
-tests/webtbs/tw32219.pp svneol=native#text/plain
-tests/webtbs/tw3222.pp svneol=native#text/plain
-tests/webtbs/tw3226.pp svneol=native#text/plain
-tests/webtbs/tw3227.pp svneol=native#text/plain
-tests/webtbs/tw3227a.pp svneol=native#text/plain
-tests/webtbs/tw32318.pp svneol=native#text/plain
-tests/webtbs/tw3235.pp svneol=native#text/plain
-tests/webtbs/tw3235a.pp svneol=native#text/plain
-tests/webtbs/tw32398.pp svneol=native#text/pascal
-tests/webtbs/tw3241a.pp svneol=native#text/plain
-tests/webtbs/tw32474.pp svneol=native#text/pascal
-tests/webtbs/tw32510.pp svneol=native#text/plain
-tests/webtbs/tw3252.pp svneol=native#text/plain
-tests/webtbs/tw32539.pp svneol=native#text/pascal
-tests/webtbs/tw3255.pp svneol=native#text/plain
-tests/webtbs/tw3257.pp svneol=native#text/plain
-tests/webtbs/tw32576.pp svneol=native#text/pascal
-tests/webtbs/tw3259.pp svneol=native#text/plain
-tests/webtbs/tw3261.pp svneol=native#text/plain
-tests/webtbs/tw3263.pp svneol=native#text/plain
-tests/webtbs/tw32645.pp -text svneol=native#text/plain
-tests/webtbs/tw32645a.pp -text svneol=native#text/plain
-tests/webtbs/tw3265.pp svneol=native#text/plain
-tests/webtbs/tw32671.pp svneol=native#text/pascal
-tests/webtbs/tw3272.pp svneol=native#text/plain
-tests/webtbs/tw3272b.pp svneol=native#text/pascal
-tests/webtbs/tw3274.pp svneol=native#text/plain
-tests/webtbs/tw3280.pp svneol=native#text/plain
-tests/webtbs/tw3281.pp svneol=native#text/plain
-tests/webtbs/tw32811.pp svneol=native#text/pascal
-tests/webtbs/tw32821.pp svneol=native#text/pascal
-tests/webtbs/tw32822.pp svneol=native#text/pascal
-tests/webtbs/tw3286.pp svneol=native#text/plain
-tests/webtbs/tw3292.pp svneol=native#text/plain
-tests/webtbs/tw32938.pp svneol=native#text/pascal
-tests/webtbs/tw32946.pp svneol=native#text/pascal
-tests/webtbs/tw3294a.pp svneol=native#text/plain
-tests/webtbs/tw3298.pp svneol=native#text/plain
-tests/webtbs/tw33004.pp svneol=native#text/pascal
-tests/webtbs/tw3301.pp svneol=native#text/plain
-tests/webtbs/tw33069.pp svneol=native#text/pascal
-tests/webtbs/tw33086.pp svneol=native#text/pascal
-tests/webtbs/tw3309.pp svneol=native#text/plain
-tests/webtbs/tw33098.pp svneol=native#text/pascal
-tests/webtbs/tw33167.pp svneol=native#text/pascal
-tests/webtbs/tw3320.pp svneol=native#text/plain
-tests/webtbs/tw33202.pp svneol=native#text/pascal
-tests/webtbs/tw33205.pp -text svneol=native#text/plain
-tests/webtbs/tw33221.pp svneol=native#text/pascal
-tests/webtbs/tw33222.pp svneol=native#text/pascal
-tests/webtbs/tw33230.pp svneol=native#text/pascal
-tests/webtbs/tw3324.pp svneol=native#text/plain
-tests/webtbs/tw3327.pp svneol=native#text/plain
-tests/webtbs/tw3328.pp svneol=native#text/plain
-tests/webtbs/tw3328a.pp svneol=native#text/plain
-tests/webtbs/tw3328b.pp svneol=native#text/plain
-tests/webtbs/tw3334.pp svneol=native#text/plain
-tests/webtbs/tw3340.pp svneol=native#text/plain
-tests/webtbs/tw33414.pp svneol=native#text/pascal
-tests/webtbs/tw33417.pp svneol=native#text/pascal
-tests/webtbs/tw33439.pp svneol=native#text/pascal
-tests/webtbs/tw3348.pp svneol=native#text/plain
-tests/webtbs/tw3349.pp svneol=native#text/plain
-tests/webtbs/tw3351.pp svneol=native#text/plain
-tests/webtbs/tw33515.pp svneol=native#text/pascal
-tests/webtbs/tw3353.pp svneol=native#text/plain
-tests/webtbs/tw33542.pp svneol=native#text/pascal
-tests/webtbs/tw33548.pp svneol=native#text/plain
-tests/webtbs/tw3356.pp svneol=native#text/plain
-tests/webtbs/tw33563.pp svneol=native#text/pascal
-tests/webtbs/tw33564.pp svneol=native#text/pascal
-tests/webtbs/tw33565.pp -text svneol=native#text/pascal
-tests/webtbs/tw3360.pp svneol=native#text/plain
-tests/webtbs/tw33607.pp svneol=native#text/plain
-tests/webtbs/tw33635.pp svneol=native#text/pascal
-tests/webtbs/tw3364.pp svneol=native#text/plain
-tests/webtbs/tw3366.pp svneol=native#text/plain
-tests/webtbs/tw33666.pp svneol=native#text/plain
-tests/webtbs/tw33696.pp svneol=native#text/pascal
-tests/webtbs/tw33700.pp svneol=native#text/pascal
-tests/webtbs/tw33706.pp svneol=native#text/plain
-tests/webtbs/tw33818.pp svneol=native#text/pascal
-tests/webtbs/tw33839a.pp -text svneol=native#text/pascal
-tests/webtbs/tw33839b.pp -text svneol=native#text/pascal
-tests/webtbs/tw33840.pp -text svneol=native#text/pascal
-tests/webtbs/tw33875.pp svneol=native#text/plain
-tests/webtbs/tw33898.pp -text svneol=native#text/pascal
-tests/webtbs/tw33963.pp svneol=native#text/pascal
-tests/webtbs/tw3402.pp svneol=native#text/plain
-tests/webtbs/tw34021.pp -text svneol=native#text/pascal
-tests/webtbs/tw34027.pp svneol=native#text/pascal
-tests/webtbs/tw34037.pp svneol=native#text/pascal
-tests/webtbs/tw34055.pp svneol=native#text/plain
-tests/webtbs/tw3411.pp svneol=native#text/plain
-tests/webtbs/tw34124.pp svneol=native#text/pascal
-tests/webtbs/tw3418.pp svneol=native#text/plain
-tests/webtbs/tw3423.pp svneol=native#text/plain
-tests/webtbs/tw34232.pp svneol=native#text/pascal
-tests/webtbs/tw34239.pp svneol=native#text/pascal
-tests/webtbs/tw34287.pp svneol=native#text/pascal
-tests/webtbs/tw3429.pp svneol=native#text/plain
-tests/webtbs/tw3433.pp svneol=native#text/plain
-tests/webtbs/tw34332.pp svneol=native#text/pascal
-tests/webtbs/tw3435.pp svneol=native#text/plain
-tests/webtbs/tw34380.pp svneol=native#text/plain
-tests/webtbs/tw34385.pp svneol=native#text/plain
-tests/webtbs/tw34385a.pp svneol=native#text/plain
-tests/webtbs/tw34409.pp svneol=native#text/pascal
-tests/webtbs/tw3441.pp svneol=native#text/plain
-tests/webtbs/tw3443.pp svneol=native#text/plain
-tests/webtbs/tw34438.pp svneol=native#text/pascal
-tests/webtbs/tw3444.pp svneol=native#text/plain
-tests/webtbs/tw34442.pp svneol=native#text/plain
-tests/webtbs/tw34496.pp svneol=native#text/pascal
-tests/webtbs/tw34509.pp svneol=native#text/pascal
-tests/webtbs/tw34543.pp svneol=native#text/plain
-tests/webtbs/tw3456.pp svneol=native#text/plain
-tests/webtbs/tw3457.pp svneol=native#text/plain
-tests/webtbs/tw3460.pp svneol=native#text/plain
-tests/webtbs/tw34605.pp svneol=native#text/plain
-tests/webtbs/tw34633a.pp svneol=native#text/pascal
-tests/webtbs/tw34653.pp svneol=native#text/pascal
-tests/webtbs/tw3467.pp svneol=native#text/plain
-tests/webtbs/tw3470.pp svneol=native#text/plain
-tests/webtbs/tw3474.pp svneol=native#text/plain
-tests/webtbs/tw3477.pp svneol=native#text/plain
-tests/webtbs/tw34772.pp svneol=native#text/pascal
-tests/webtbs/tw3478.pp svneol=native#text/plain
-tests/webtbs/tw3479.pp svneol=native#text/plain
-tests/webtbs/tw34818.pp svneol=native#text/pascal
-tests/webtbs/tw34848.pp svneol=native#text/pascal
-tests/webtbs/tw34858.pp svneol=native#text/plain
-tests/webtbs/tw3489.pp svneol=native#text/plain
-tests/webtbs/tw34893.pp -text svneol=native#text/pascal
-tests/webtbs/tw3490.pp svneol=native#text/plain
-tests/webtbs/tw3491.pp svneol=native#text/plain
-tests/webtbs/tw3492.pp svneol=native#text/plain
-tests/webtbs/tw3494.pp svneol=native#text/plain
-tests/webtbs/tw34971.pp svneol=native#text/plain
-tests/webtbs/tw3499.pp svneol=native#text/plain
-tests/webtbs/tw35027.pp svneol=native#text/pascal
-tests/webtbs/tw35028.pp svneol=native#text/pascal
-tests/webtbs/tw3504.pp svneol=native#text/plain
-tests/webtbs/tw3506.pp svneol=native#text/plain
-tests/webtbs/tw35136.pp svneol=native#text/pascal
-tests/webtbs/tw35139.pp svneol=native#text/plain
-tests/webtbs/tw35139a.pp svneol=native#text/plain
-tests/webtbs/tw35149.pp svneol=native#text/plain
-tests/webtbs/tw35187.pp svneol=native#text/pascal
-tests/webtbs/tw35224.pp svneol=native#text/plain
-tests/webtbs/tw3523.pp svneol=native#text/plain
-tests/webtbs/tw35233.pp svneol=native#text/plain
-tests/webtbs/tw35272.pp svneol=native#text/plain
-tests/webtbs/tw3529.pp svneol=native#text/plain
-tests/webtbs/tw35298.pp svneol=native#text/pascal
-tests/webtbs/tw3531.pp svneol=native#text/plain
-tests/webtbs/tw3533.pp svneol=native#text/plain
-tests/webtbs/tw3534.pp svneol=native#text/plain
-tests/webtbs/tw3540.pp svneol=native#text/plain
-tests/webtbs/tw3546.pp svneol=native#text/plain
-tests/webtbs/tw35533.pp svneol=native#text/pascal
-tests/webtbs/tw3554.pp svneol=native#text/plain
-tests/webtbs/tw35590.pp svneol=native#text/pascal
-tests/webtbs/tw35626.pp -text svneol=native#text/pascal
-tests/webtbs/tw3564.pp svneol=native#text/plain
-tests/webtbs/tw3567.pp svneol=native#text/plain
-tests/webtbs/tw35670a.pp svneol=native#text/pascal
-tests/webtbs/tw35670b.pp svneol=native#text/pascal
-tests/webtbs/tw3572.pp svneol=native#text/plain
-tests/webtbs/tw3573.pp svneol=native#text/plain
-tests/webtbs/tw35735.pp svneol=native#text/pascal
-tests/webtbs/tw3576.pp svneol=native#text/plain
-tests/webtbs/tw3577.pp svneol=native#text/plain
-tests/webtbs/tw3578.pp svneol=native#text/plain
-tests/webtbs/tw3579.pp svneol=native#text/plain
-tests/webtbs/tw35820.pp svneol=native#text/pascal
-tests/webtbs/tw3583.pp svneol=native#text/plain
-tests/webtbs/tw35841.pp svneol=native#text/pascal
-tests/webtbs/tw35862.pp svneol=native#text/pascal
-tests/webtbs/tw35878.pp svneol=native#text/plain
-tests/webtbs/tw35878a.pp svneol=native#text/plain
-tests/webtbs/tw35886.pp svneol=native#text/plain
-tests/webtbs/tw3589.pp svneol=native#text/plain
-tests/webtbs/tw35897.pp svneol=native#text/plain
-tests/webtbs/tw35918.pp svneol=native#text/pascal
-tests/webtbs/tw35937.pp svneol=native#text/plain
-tests/webtbs/tw3594.pp svneol=native#text/plain
-tests/webtbs/tw3595.pp svneol=native#text/plain
-tests/webtbs/tw35953.pp svneol=native#text/pascal
-tests/webtbs/tw35955.pp svneol=native#text/pascal
-tests/webtbs/tw35965.pp svneol=native#text/pascal
-tests/webtbs/tw35982.pp svneol=native#text/pascal
-tests/webtbs/tw36013.pp svneol=native#text/pascal
-tests/webtbs/tw36079.pp svneol=native#text/pascal
-tests/webtbs/tw3612.pp svneol=native#text/plain
-tests/webtbs/tw36156.pp svneol=native#text/plain
-tests/webtbs/tw36157.pp svneol=native#text/plain
-tests/webtbs/tw3617.pp svneol=native#text/plain
-tests/webtbs/tw3619.pp svneol=native#text/plain
-tests/webtbs/tw36196.pp svneol=native#text/pascal
-tests/webtbs/tw3621.pp svneol=native#text/plain
-tests/webtbs/tw36212.pp svneol=native#text/pascal
-tests/webtbs/tw36215.pp svneol=native#text/pascal
-tests/webtbs/tw36250.pp svneol=native#text/plain
-tests/webtbs/tw3628.pp svneol=native#text/plain
-tests/webtbs/tw3634.pp svneol=native#text/plain
-tests/webtbs/tw36381.pp svneol=native#text/plain
-tests/webtbs/tw36388.pp svneol=native#text/pascal
-tests/webtbs/tw36389.pp svneol=native#text/pascal
-tests/webtbs/tw36496a.pp svneol=native#text/pascal
-tests/webtbs/tw36496b.pp svneol=native#text/pascal
-tests/webtbs/tw3650.pp svneol=native#text/plain
-tests/webtbs/tw3653.pp svneol=native#text/plain
-tests/webtbs/tw36544a.pp svneol=native#text/pascal
-tests/webtbs/tw36544b.pp svneol=native#text/pascal
-tests/webtbs/tw36587.pp svneol=native#text/plain
-tests/webtbs/tw36589.pp svneol=native#text/pascal
-tests/webtbs/tw3661.pp svneol=native#text/plain
-tests/webtbs/tw3666.pp svneol=native#text/plain
-tests/webtbs/tw3669.pp svneol=native#text/plain
-tests/webtbs/tw36698.pp -text svneol=native#text/pascal
-tests/webtbs/tw36738.pp svneol=native#text/pascal
-tests/webtbs/tw3676.pp svneol=native#text/plain
-tests/webtbs/tw36775.pp svneol=native#text/pascal
-tests/webtbs/tw36775a.pp svneol=native#text/pascal
-tests/webtbs/tw36775b.pp -text svneol=native#text/pascal
-tests/webtbs/tw36775c.pp -text svneol=native#text/pascal
-tests/webtbs/tw3681.pp svneol=native#text/plain
-tests/webtbs/tw3683.pp svneol=native#text/plain
-tests/webtbs/tw36863.pp svneol=native#text/pascal
-tests/webtbs/tw3687.pp svneol=native#text/plain
-tests/webtbs/tw3691.pp svneol=native#text/plain
-tests/webtbs/tw36934.pp svneol=native#text/plain
-tests/webtbs/tw36934a.pp svneol=native#text/plain
-tests/webtbs/tw36934b.pp svneol=native#text/plain
-tests/webtbs/tw3694.pp svneol=native#text/plain
-tests/webtbs/tw3695.pp svneol=native#text/plain
-tests/webtbs/tw3697.pp svneol=native#text/plain
-tests/webtbs/tw3700.pp svneol=native#text/plain
-tests/webtbs/tw37013.pp svneol=native#text/plain
-tests/webtbs/tw37034.pp svneol=native#text/pascal
-tests/webtbs/tw37060.pp svneol=native#text/plain
-tests/webtbs/tw37062.pp svneol=native#text/pascal
-tests/webtbs/tw3708.pp svneol=native#text/plain
-tests/webtbs/tw37085.pp svneol=native#text/pascal
-tests/webtbs/tw37095.pp svneol=native#text/plain
-tests/webtbs/tw37095d/uw37095.pp svneol=native#text/plain
-tests/webtbs/tw37099.pp svneol=native#text/pascal
-tests/webtbs/tw37107.pp svneol=native#text/pascal
-tests/webtbs/tw37130.pp svneol=native#text/pascal
-tests/webtbs/tw37136.pp svneol=native#text/pascal
-tests/webtbs/tw37154.pp svneol=native#text/pascal
-tests/webtbs/tw37187.pp svneol=native#text/pascal
-tests/webtbs/tw3719.pp svneol=native#text/plain
-tests/webtbs/tw3721.pp svneol=native#text/plain
-tests/webtbs/tw37218.pp svneol=native#text/pascal
-tests/webtbs/tw37228.pp svneol=native#text/plain
-tests/webtbs/tw37254.pp svneol=native#text/pascal
-tests/webtbs/tw37261.pp svneol=native#text/pascal
-tests/webtbs/tw37272a.pp svneol=native#text/pascal
-tests/webtbs/tw37286.pp svneol=native#text/pascal
-tests/webtbs/tw37301.pp svneol=native#text/pascal
-tests/webtbs/tw37305a.pp svneol=native#text/pascal
-tests/webtbs/tw37305b.pp svneol=native#text/pascal
-tests/webtbs/tw37322.pp svneol=native#text/pascal
-tests/webtbs/tw37323.pp svneol=native#text/pascal
-tests/webtbs/tw37339.pp svneol=native#text/pascal
-tests/webtbs/tw37355.pp svneol=native#text/pascal
-tests/webtbs/tw37382.pp svneol=native#text/pascal
-tests/webtbs/tw37393.pp svneol=native#text/pascal
-tests/webtbs/tw37397.pp svneol=native#text/plain
-tests/webtbs/tw37398.pp svneol=native#text/pascal
-tests/webtbs/tw37400.pp svneol=native#text/pascal
-tests/webtbs/tw37415.pp svneol=native#text/plain
-tests/webtbs/tw3742.pp svneol=native#text/plain
-tests/webtbs/tw37423.pp svneol=native#text/plain
-tests/webtbs/tw37427.pp svneol=native#text/pascal
-tests/webtbs/tw37428.pp svneol=native#text/pascal
-tests/webtbs/tw37449.pp svneol=native#text/pascal
-tests/webtbs/tw37465.pp svneol=native#text/plain
-tests/webtbs/tw37468.pp svneol=native#text/pascal
-tests/webtbs/tw37468b.pp svneol=native#text/pascal
-tests/webtbs/tw37477.pp svneol=native#text/pascal
-tests/webtbs/tw37493.pp svneol=native#text/pascal
-tests/webtbs/tw37508.pp svneol=native#text/pascal
-tests/webtbs/tw3751.pp svneol=native#text/plain
-tests/webtbs/tw37554.pp svneol=native#text/pascal
-tests/webtbs/tw3758.pp svneol=native#text/plain
-tests/webtbs/tw37621.pp -text svneol=native#text/pascal
-tests/webtbs/tw3764.pp svneol=native#text/plain
-tests/webtbs/tw3765.pp svneol=native#text/plain
-tests/webtbs/tw37650.pp svneol=native#text/pascal
-tests/webtbs/tw3768.pp svneol=native#text/plain
-tests/webtbs/tw3774.pp svneol=native#text/plain
-tests/webtbs/tw3777.pp svneol=native#text/plain
-tests/webtbs/tw37779.pp svneol=native#text/pascal
-tests/webtbs/tw3778.pp svneol=native#text/plain
-tests/webtbs/tw37780.pp svneol=native#text/plain
-tests/webtbs/tw37796.pp svneol=native#text/pascal
-tests/webtbs/tw3780.pp svneol=native#text/plain
-tests/webtbs/tw37806.pp svneol=native#text/pascal
-tests/webtbs/tw3782.pp svneol=native#text/plain
-tests/webtbs/tw37823.pp svneol=native#text/pascal
-tests/webtbs/tw37844.pp svneol=native#text/pascal
-tests/webtbs/tw37878.pp svneol=native#text/plain
-tests/webtbs/tw37926.pp svneol=native#text/pascal
-tests/webtbs/tw37949.pp svneol=native#text/pascal
-tests/webtbs/tw3796.pp svneol=native#text/plain
-tests/webtbs/tw37969.pp svneol=native#text/pascal
-tests/webtbs/tw38012.pp svneol=native#text/pascal
-tests/webtbs/tw38022.pp svneol=native#text/pascal
-tests/webtbs/tw3805.pp svneol=native#text/plain
-tests/webtbs/tw38051.pp svneol=native#text/pascal
-tests/webtbs/tw38053.pp svneol=native#text/plain
-tests/webtbs/tw38054.pp svneol=native#text/plain
-tests/webtbs/tw38058.pp svneol=native#text/pascal
-tests/webtbs/tw38069.pp svneol=native#text/pascal
-tests/webtbs/tw38074.pp svneol=native#text/pascal
-tests/webtbs/tw38083.pp svneol=native#text/pascal
-tests/webtbs/tw38122.pp svneol=native#text/pascal
-tests/webtbs/tw38122b.pp svneol=native#text/pascal
-tests/webtbs/tw38129.pp svneol=native#text/pascal
-tests/webtbs/tw3814.pp svneol=native#text/plain
-tests/webtbs/tw38145a.pp svneol=native#text/pascal
-tests/webtbs/tw38145b.pp svneol=native#text/pascal
-tests/webtbs/tw38151.pp svneol=native#text/pascal
-tests/webtbs/tw38164.pp svneol=native#text/pascal
-tests/webtbs/tw38201.pp svneol=native#text/pascal
-tests/webtbs/tw38202.pp svneol=native#text/pascal
-tests/webtbs/tw38225.pp svneol=native#text/pascal
-tests/webtbs/tw38238.pp svneol=native#text/pascal
-tests/webtbs/tw38249.pp svneol=native#text/pascal
-tests/webtbs/tw38259.pp svneol=native#text/pascal
-tests/webtbs/tw38267a.pp svneol=native#text/pascal
-tests/webtbs/tw38267b.pp svneol=native#text/pascal
-tests/webtbs/tw3827.pp svneol=native#text/plain
-tests/webtbs/tw3829.pp svneol=native#text/plain
-tests/webtbs/tw38295.pp svneol=native#text/pascal
-tests/webtbs/tw38299.pp svneol=native#text/pascal
-tests/webtbs/tw38306.pp -text svneol=native#text/pascal
-tests/webtbs/tw38309.pp svneol=native#text/pascal
-tests/webtbs/tw38310a.pp svneol=native#text/pascal
-tests/webtbs/tw38310b.pp svneol=native#text/pascal
-tests/webtbs/tw38310c.pp svneol=native#text/pascal
-tests/webtbs/tw38316.pp svneol=native#text/plain
-tests/webtbs/tw3833.pp svneol=native#text/plain
-tests/webtbs/tw38337.pp svneol=native#text/plain
-tests/webtbs/tw38339.pp svneol=native#text/plain
-tests/webtbs/tw38351.pp -text svneol=native#text/pascal
-tests/webtbs/tw38353.pp svneol=native#text/pascal
-tests/webtbs/tw38385.pp svneol=native#text/pascal
-tests/webtbs/tw38390.pp svneol=native#text/pascal
-tests/webtbs/tw3840.pp svneol=native#text/plain
-tests/webtbs/tw3841.pp svneol=native#text/plain
-tests/webtbs/tw38412.pp svneol=native#text/pascal
-tests/webtbs/tw38413.pp svneol=native#text/pascal
-tests/webtbs/tw38429.pp svneol=native#text/pascal
-tests/webtbs/tw38492.pp svneol=native#text/plain
-tests/webtbs/tw38497.pp svneol=native#text/pascal
-tests/webtbs/tw38527.pp svneol=native#text/plain
-tests/webtbs/tw38549.pp svneol=native#text/plain
-tests/webtbs/tw38549a.pp svneol=native#text/plain
-tests/webtbs/tw38549b.pp svneol=native#text/plain
-tests/webtbs/tw38549c.pp svneol=native#text/plain
-tests/webtbs/tw38549d.pp svneol=native#text/plain
-tests/webtbs/tw38557.pp svneol=native#text/pascal
-tests/webtbs/tw3863.pp svneol=native#text/plain
-tests/webtbs/tw38631.pp svneol=native#text/pascal
-tests/webtbs/tw38636.pp svneol=native#text/plain
-tests/webtbs/tw3864.pp svneol=native#text/plain
-tests/webtbs/tw38642.pp svneol=native#text/pascal
-tests/webtbs/tw3865.pp svneol=native#text/plain
-tests/webtbs/tw38695.pp svneol=native#text/pascal
-tests/webtbs/tw3870.pp svneol=native#text/plain
-tests/webtbs/tw38703.pp svneol=native#text/pascal
-tests/webtbs/tw38718.pp svneol=native#text/pascal
-tests/webtbs/tw38733.pp svneol=native#text/pascal
-tests/webtbs/tw38766.pp svneol=native#text/plain
-tests/webtbs/tw38802.pp svneol=native#text/pascal
-tests/webtbs/tw38832.pp svneol=native#text/pascal
-tests/webtbs/tw38833.pp svneol=native#text/plain
-tests/webtbs/tw3893.pp svneol=native#text/plain
-tests/webtbs/tw38940.pp svneol=native#text/pascal
-tests/webtbs/tw3898.pp svneol=native#text/plain
-tests/webtbs/tw3899.pp svneol=native#text/plain
-tests/webtbs/tw3900.pp svneol=native#text/plain
-tests/webtbs/tw3913.pp svneol=native#text/plain
-tests/webtbs/tw3930.pp svneol=native#text/plain
-tests/webtbs/tw3931a.pp svneol=native#text/plain
-tests/webtbs/tw3939.pp svneol=native#text/plain
-tests/webtbs/tw3952.pp svneol=native#text/plain
-tests/webtbs/tw3953a.pp svneol=native#text/plain
-tests/webtbs/tw3953b.pp svneol=native#text/plain
-tests/webtbs/tw3964a.pp svneol=native#text/plain
-tests/webtbs/tw3964b.pp svneol=native#text/plain
-tests/webtbs/tw3967.pp svneol=native#text/plain
-tests/webtbs/tw3968.pp svneol=native#text/plain
-tests/webtbs/tw3970.pp svneol=native#text/plain
-tests/webtbs/tw3971.pp svneol=native#text/plain
-tests/webtbs/tw3973.pp svneol=native#text/plain
-tests/webtbs/tw3977.pp svneol=native#text/plain
-tests/webtbs/tw3977.txt svneol=native#text/plain
-tests/webtbs/tw3997.pp svneol=native#text/plain
-tests/webtbs/tw4006.pp svneol=native#text/plain
-tests/webtbs/tw4007.pp svneol=native#text/plain
-tests/webtbs/tw4009.pp svneol=native#text/plain
-tests/webtbs/tw4010.pp svneol=native#text/plain
-tests/webtbs/tw4013.pp svneol=native#text/plain
-tests/webtbs/tw4015.pp svneol=native#text/plain
-tests/webtbs/tw4038.pp svneol=native#text/plain
-tests/webtbs/tw4043.pp svneol=native#text/plain
-tests/webtbs/tw4055.pp svneol=native#text/plain
-tests/webtbs/tw4056.pp svneol=native#text/plain
-tests/webtbs/tw4058.pp svneol=native#text/plain
-tests/webtbs/tw4068.pp svneol=native#text/plain
-tests/webtbs/tw4078.pp svneol=native#text/plain
-tests/webtbs/tw4080.pp svneol=native#text/plain
-tests/webtbs/tw4086.pp svneol=native#text/plain
-tests/webtbs/tw4089.pp svneol=native#text/plain
-tests/webtbs/tw4093.pp svneol=native#text/plain
-tests/webtbs/tw4098.pp svneol=native#text/plain
-tests/webtbs/tw4100.pp svneol=native#text/plain
-tests/webtbs/tw4104.pp svneol=native#text/plain
-tests/webtbs/tw4115.pp svneol=native#text/plain
-tests/webtbs/tw4119.pp svneol=native#text/plain
-tests/webtbs/tw4136.pp svneol=native#text/plain
-tests/webtbs/tw4140.pp svneol=native#text/plain
-tests/webtbs/tw4150.pp svneol=native#text/plain
-tests/webtbs/tw4151.pp svneol=native#text/plain
-tests/webtbs/tw4152.pp svneol=native#text/plain
-tests/webtbs/tw4155.pp svneol=native#text/plain
-tests/webtbs/tw4162.pp svneol=native#text/plain
-tests/webtbs/tw4173.pp svneol=native#text/plain
-tests/webtbs/tw4188.pp svneol=native#text/plain
-tests/webtbs/tw4199.pp svneol=native#text/plain
-tests/webtbs/tw4201.pp svneol=native#text/plain
-tests/webtbs/tw4202.pp svneol=native#text/plain
-tests/webtbs/tw4209.pp svneol=native#text/plain
-tests/webtbs/tw4215.pp svneol=native#text/plain
-tests/webtbs/tw4219.pp svneol=native#text/plain
-tests/webtbs/tw4223.pp svneol=native#text/plain
-tests/webtbs/tw4229.pp svneol=native#text/plain
-tests/webtbs/tw4229a.pp svneol=native#text/plain
-tests/webtbs/tw4233.pp svneol=native#text/plain
-tests/webtbs/tw4234.pp svneol=native#text/plain
-tests/webtbs/tw4234a.pp svneol=native#text/plain
-tests/webtbs/tw4239.pp svneol=native#text/plain
-tests/webtbs/tw4240.pp svneol=native#text/plain
-tests/webtbs/tw4247.pp svneol=native#text/plain
-tests/webtbs/tw4253.pp svneol=native#text/plain
-tests/webtbs/tw4254.pp svneol=native#text/plain
-tests/webtbs/tw4260.pp svneol=native#text/plain
-tests/webtbs/tw4266.pp svneol=native#text/plain
-tests/webtbs/tw4272.pp svneol=native#text/plain
-tests/webtbs/tw4277.pp svneol=native#text/plain
-tests/webtbs/tw4278.pp svneol=native#text/plain
-tests/webtbs/tw4290.pp svneol=native#text/plain
-tests/webtbs/tw4294.pp svneol=native#text/plain
-tests/webtbs/tw4308.pp svneol=native#text/plain
-tests/webtbs/tw4330.pp svneol=native#text/plain
-tests/webtbs/tw4332.pp svneol=native#text/plain
-tests/webtbs/tw4336.pp svneol=native#text/plain
-tests/webtbs/tw4350.pp svneol=native#text/plain
-tests/webtbs/tw4352.pp svneol=native#text/plain
-tests/webtbs/tw4388.pp svneol=native#text/plain
-tests/webtbs/tw4390.pp svneol=native#text/plain
-tests/webtbs/tw4398.pp svneol=native#text/plain
-tests/webtbs/tw4427.pp svneol=native#text/plain
-tests/webtbs/tw4428.pp svneol=native#text/plain
-tests/webtbs/tw4450.pp svneol=native#text/plain
-tests/webtbs/tw4477.pp svneol=native#text/plain
-tests/webtbs/tw4487.pp svneol=native#text/plain
-tests/webtbs/tw4489.pp svneol=native#text/plain
-tests/webtbs/tw4496.pp svneol=native#text/plain
-tests/webtbs/tw4519.pp svneol=native#text/plain
-tests/webtbs/tw4520.pp svneol=native#text/plain
-tests/webtbs/tw4529.pp svneol=native#text/plain
-tests/webtbs/tw4533.pp svneol=native#text/plain
-tests/webtbs/tw4534.pp svneol=native#text/plain
-tests/webtbs/tw4537.pp svneol=native#text/plain
-tests/webtbs/tw4540.pp svneol=native#text/plain
-tests/webtbs/tw4557.pp svneol=native#text/plain
-tests/webtbs/tw4566.pp svneol=native#text/plain
-tests/webtbs/tw4574.pp svneol=native#text/plain
-tests/webtbs/tw4599.pp svneol=native#text/plain
-tests/webtbs/tw4606.pp svneol=native#text/plain
-tests/webtbs/tw4613.pp svneol=native#text/plain
-tests/webtbs/tw4616.pp svneol=native#text/plain
-tests/webtbs/tw4624.pp svneol=native#text/plain
-tests/webtbs/tw4632.pp svneol=native#text/plain
-tests/webtbs/tw4633.pp svneol=native#text/plain
-tests/webtbs/tw4634.pp svneol=native#text/plain
-tests/webtbs/tw4635.pp svneol=native#text/plain
-tests/webtbs/tw4640.pp svneol=native#text/plain
-tests/webtbs/tw4669.pp svneol=native#text/plain
-tests/webtbs/tw4675.pp svneol=native#text/plain
-tests/webtbs/tw4678.pp svneol=native#text/plain
-tests/webtbs/tw4700.pp svneol=native#text/plain
-tests/webtbs/tw4704.pp svneol=native#text/plain
-tests/webtbs/tw4705.pp svneol=native#text/plain
-tests/webtbs/tw4722.pp svneol=native#text/plain
-tests/webtbs/tw4763.pp svneol=native#text/plain
-tests/webtbs/tw4768.pp svneol=native#text/plain
-tests/webtbs/tw4789.pp svneol=native#text/plain
-tests/webtbs/tw4809.pp svneol=native#text/plain
-tests/webtbs/tw4826.pp svneol=native#text/plain
-tests/webtbs/tw4881.pp svneol=native#text/plain
-tests/webtbs/tw4893a.pp svneol=native#text/plain
-tests/webtbs/tw4893b.pp svneol=native#text/plain
-tests/webtbs/tw4893c.pp svneol=native#text/plain
-tests/webtbs/tw4898.pp svneol=native#text/plain
-tests/webtbs/tw4902.pp svneol=native#text/plain
-tests/webtbs/tw4922.pp svneol=native#text/plain
-tests/webtbs/tw4925.pp svneol=native#text/plain
-tests/webtbs/tw4950.pp svneol=native#text/plain
-tests/webtbs/tw4954.pp svneol=native#text/plain
-tests/webtbs/tw4999.pp svneol=native#text/plain
-tests/webtbs/tw5001.pp svneol=native#text/plain
-tests/webtbs/tw5015.pp svneol=native#text/plain
-tests/webtbs/tw5023.pp svneol=native#text/plain
-tests/webtbs/tw5036.pp svneol=native#text/plain
-tests/webtbs/tw5082.pp svneol=native#text/plain
-tests/webtbs/tw5086.pp svneol=native#text/plain
-tests/webtbs/tw5094.pp svneol=native#text/plain
-tests/webtbs/tw5100.pp svneol=native#text/plain
-tests/webtbs/tw5100a.pp svneol=native#text/plain
-tests/webtbs/tw5641.pp svneol=native#text/plain
-tests/webtbs/tw5800.pp svneol=native#text/plain
-tests/webtbs/tw5896.pp svneol=native#text/plain
-tests/webtbs/tw6036.pp svneol=native#text/plain
-tests/webtbs/tw6036a.pp svneol=native#text/plain
-tests/webtbs/tw6129.pp svneol=native#text/plain
-tests/webtbs/tw6184.pp svneol=native#text/plain
-tests/webtbs/tw6203.pp svneol=native#text/plain
-tests/webtbs/tw6435.pp svneol=native#text/plain
-tests/webtbs/tw6451.pp svneol=native#text/plain
-tests/webtbs/tw6451a.pp svneol=native#text/plain
-tests/webtbs/tw6451b.pp svneol=native#text/plain
-tests/webtbs/tw6491.pp svneol=native#text/plain
-tests/webtbs/tw6493.pp svneol=native#text/plain
-tests/webtbs/tw6525.pp svneol=native#text/plain
-tests/webtbs/tw6543.pp svneol=native#text/plain
-tests/webtbs/tw6586a.pp svneol=native#text/plain
-tests/webtbs/tw6586b.pp svneol=native#text/plain
-tests/webtbs/tw6624.pp svneol=native#text/plain
-tests/webtbs/tw6641.pp svneol=native#text/plain
-tests/webtbs/tw6684.pp svneol=native#text/plain
-tests/webtbs/tw6686.pp svneol=native#text/plain
-tests/webtbs/tw6687.pp svneol=native#text/plain
-tests/webtbs/tw6690.pp svneol=native#text/plain
-tests/webtbs/tw6700.pp svneol=native#text/plain
-tests/webtbs/tw6727.pp svneol=native#text/plain
-tests/webtbs/tw6735.pp svneol=native#text/plain
-tests/webtbs/tw6737.pp svneol=native#text/plain
-tests/webtbs/tw6742.pp svneol=native#text/plain
-tests/webtbs/tw6767.pp svneol=native#text/plain
-tests/webtbs/tw6769.pp svneol=native#text/plain
-tests/webtbs/tw6769b.pp svneol=native#text/pascal
-tests/webtbs/tw6822a.pp svneol=native#text/plain
-tests/webtbs/tw6822b.pp svneol=native#text/plain
-tests/webtbs/tw6822c.pp svneol=native#text/plain
-tests/webtbs/tw6851.pp svneol=native#text/plain
-tests/webtbs/tw6865.pp svneol=native#text/plain
-tests/webtbs/tw6868.pp svneol=native#text/plain
-tests/webtbs/tw6960.pp svneol=native#text/plain
-tests/webtbs/tw6977.pp svneol=native#text/plain
-tests/webtbs/tw6980.pp svneol=native#text/plain
-tests/webtbs/tw6989.pp svneol=native#text/plain
-tests/webtbs/tw7006.pp svneol=native#text/plain
-tests/webtbs/tw7070a.pp svneol=native#text/plain
-tests/webtbs/tw7070b.pp svneol=native#text/plain
-tests/webtbs/tw7071.pp svneol=native#text/plain
-tests/webtbs/tw7100.pp svneol=native#text/plain
-tests/webtbs/tw7104.pp svneol=native#text/plain
-tests/webtbs/tw7105.pp svneol=native#text/plain
-tests/webtbs/tw7143.pp svneol=native#text/plain
-tests/webtbs/tw7161.pp svneol=native#text/plain
-tests/webtbs/tw7173.pp svneol=native#text/plain
-tests/webtbs/tw7179.pp svneol=native#text/plain
-tests/webtbs/tw7195.pp svneol=native#text/plain
-tests/webtbs/tw7200.pp svneol=native#text/plain
-tests/webtbs/tw7210.pp svneol=native#text/plain
-tests/webtbs/tw7227.pp svneol=native#text/plain
-tests/webtbs/tw7242.pp svneol=native#text/plain
-tests/webtbs/tw7262.pp svneol=native#text/plain
-tests/webtbs/tw7276.pp svneol=native#text/plain
-tests/webtbs/tw7281.pp svneol=native#text/plain
-tests/webtbs/tw7285.pp svneol=native#text/plain
-tests/webtbs/tw7329.pp svneol=native#text/plain
-tests/webtbs/tw7372.pp svneol=native#text/plain
-tests/webtbs/tw7379.pp svneol=native#text/plain
-tests/webtbs/tw7381.pp svneol=native#text/plain
-tests/webtbs/tw7391.pp svneol=native#text/plain
-tests/webtbs/tw7425.pp svneol=native#text/plain
-tests/webtbs/tw7440.pp svneol=native#text/plain
-tests/webtbs/tw7446.pp svneol=native#text/plain
-tests/webtbs/tw7489.pp svneol=native#text/plain
-tests/webtbs/tw7527.pp svneol=native#text/plain
-tests/webtbs/tw7567.pp svneol=native#text/plain
-tests/webtbs/tw7568.pp svneol=native#text/plain
-tests/webtbs/tw7637.pp svneol=native#text/plain
-tests/webtbs/tw7643.pp svneol=native#text/plain
-tests/webtbs/tw7679.pp svneol=native#text/plain
-tests/webtbs/tw7719.pp svneol=native#text/plain
-tests/webtbs/tw7733.pp svneol=native#text/plain
-tests/webtbs/tw7756.pp svneol=native#text/plain
-tests/webtbs/tw7758.pp svneol=native#text/plain
-tests/webtbs/tw7758a.pp svneol=native#text/plain
-tests/webtbs/tw7803.pp svneol=native#text/plain
-tests/webtbs/tw7806.pp svneol=native#text/plain
-tests/webtbs/tw7808.pp svneol=native#text/plain
-tests/webtbs/tw7817a.pp svneol=native#text/plain
-tests/webtbs/tw7817b.pp svneol=native#text/plain
-tests/webtbs/tw7838a.pp svneol=native#text/plain
-tests/webtbs/tw7838b.pp svneol=native#text/plain
-tests/webtbs/tw7847.pp svneol=native#text/plain
-tests/webtbs/tw7851.pp svneol=native#text/plain
-tests/webtbs/tw7851a.pp svneol=native#text/plain
-tests/webtbs/tw7954.pp svneol=native#text/plain
-tests/webtbs/tw7963.pp svneol=native#text/plain
-tests/webtbs/tw7975.pp svneol=native#text/plain
-tests/webtbs/tw7975a.pp svneol=native#text/plain
-tests/webtbs/tw7998.pp svneol=native#text/plain
-tests/webtbs/tw8018.pp svneol=native#text/plain
-tests/webtbs/tw8028.pp svneol=native#text/plain
-tests/webtbs/tw8049.pp svneol=native#text/plain
-tests/webtbs/tw8055.pp svneol=native#text/plain
-tests/webtbs/tw8076.pp svneol=native#text/plain
-tests/webtbs/tw8090.pp svneol=native#text/plain
-tests/webtbs/tw8140.pp svneol=native#text/plain
-tests/webtbs/tw8140b.pp svneol=native#text/plain
-tests/webtbs/tw8140f.pp svneol=native#text/plain
-tests/webtbs/tw8140g.pp svneol=native#text/plain
-tests/webtbs/tw8140h.pp svneol=native#text/plain
-tests/webtbs/tw8141.pp svneol=native#text/plain
-tests/webtbs/tw8144.pp svneol=native#text/plain
-tests/webtbs/tw8145.pp svneol=native#text/plain
-tests/webtbs/tw8148.pp svneol=native#text/plain
-tests/webtbs/tw8150a.pp svneol=native#text/plain
-tests/webtbs/tw8150d.pp svneol=native#text/plain
-tests/webtbs/tw8151a.pp svneol=native#text/plain
-tests/webtbs/tw8153.pp svneol=native#text/plain
-tests/webtbs/tw8153a.pp svneol=native#text/plain
-tests/webtbs/tw8155.pp svneol=native#text/plain
-tests/webtbs/tw8156.pp svneol=native#text/plain
-tests/webtbs/tw8171.pp svneol=native#text/plain
-tests/webtbs/tw8172.pp svneol=native#text/plain
-tests/webtbs/tw8177.pp svneol=native#text/plain
-tests/webtbs/tw8177a.pp svneol=native#text/plain
-tests/webtbs/tw8180.pp svneol=native#text/plain
-tests/webtbs/tw8183.pp svneol=native#text/plain
-tests/webtbs/tw8187.pp svneol=native#text/plain
-tests/webtbs/tw8191.pp svneol=native#text/plain
-tests/webtbs/tw8195a.pp svneol=native#text/plain
-tests/webtbs/tw8195b.pp svneol=native#text/plain
-tests/webtbs/tw8199.pp svneol=native#text/plain
-tests/webtbs/tw8222.pp svneol=native#text/plain
-tests/webtbs/tw8222a.pp svneol=native#text/plain
-tests/webtbs/tw8222b.pp svneol=native#text/plain
-tests/webtbs/tw8225.pp svneol=native#text/plain
-tests/webtbs/tw8229.pp svneol=native#text/plain
-tests/webtbs/tw8232.pp svneol=native#text/plain
-tests/webtbs/tw8258.pp svneol=native#text/plain
-tests/webtbs/tw8258a.pp svneol=native#text/plain
-tests/webtbs/tw8258b.pp svneol=native#text/plain
-tests/webtbs/tw8264.pp svneol=native#text/plain
-tests/webtbs/tw8282.pp svneol=native#text/plain
-tests/webtbs/tw8283.pp svneol=native#text/plain
-tests/webtbs/tw8304.pp svneol=native#text/plain
-tests/webtbs/tw8312.pp svneol=native#text/plain
-tests/webtbs/tw8321.pp svneol=native#text/plain
-tests/webtbs/tw8371.pp svneol=native#text/plain
-tests/webtbs/tw8372.pp svneol=native#text/plain
-tests/webtbs/tw8391.pp svneol=native#text/plain
-tests/webtbs/tw8434.pp svneol=native#text/plain
-tests/webtbs/tw8462.pp svneol=native#text/plain
-tests/webtbs/tw8465.pp svneol=native#text/plain
-tests/webtbs/tw8513.pp svneol=native#text/plain
-tests/webtbs/tw8523.pp svneol=native#text/plain
-tests/webtbs/tw8525.pp svneol=native#text/plain
-tests/webtbs/tw8573.pp svneol=native#text/plain
-tests/webtbs/tw8580.pp svneol=native#text/plain
-tests/webtbs/tw8611.pp svneol=native#text/pascal
-tests/webtbs/tw8615.pp svneol=native#text/plain
-tests/webtbs/tw8633.pp svneol=native#text/plain
-tests/webtbs/tw8660.pp svneol=native#text/plain
-tests/webtbs/tw8664.pp svneol=native#text/plain
-tests/webtbs/tw8677.pp svneol=native#text/plain
-tests/webtbs/tw8678.pp svneol=native#text/plain
-tests/webtbs/tw8678a.pp svneol=native#text/plain
-tests/webtbs/tw8685.pp svneol=native#text/plain
-tests/webtbs/tw8730a.pp svneol=native#text/plain
-tests/webtbs/tw8730b.pp svneol=native#text/plain
-tests/webtbs/tw8730c.pp svneol=native#text/plain
-tests/webtbs/tw8730d.pp svneol=native#text/plain
-tests/webtbs/tw8757.pp svneol=native#text/plain
-tests/webtbs/tw8777f.pp svneol=native#text/plain
-tests/webtbs/tw8777g.pp svneol=native#text/plain
-tests/webtbs/tw8777i.pp svneol=native#text/plain
-tests/webtbs/tw8810.pp svneol=native#text/plain
-tests/webtbs/tw8838.pp svneol=native#text/plain
-tests/webtbs/tw8847.pp svneol=native#text/plain
-tests/webtbs/tw8861.pp svneol=native#text/plain
-tests/webtbs/tw8870.pp svneol=native#text/plain
-tests/webtbs/tw8883.pp svneol=native#text/plain
-tests/webtbs/tw8883b.pp svneol=native#text/pascal
-tests/webtbs/tw8919.pp svneol=native#text/plain
-tests/webtbs/tw8930.pp svneol=native#text/plain
-tests/webtbs/tw8935.pp svneol=native#text/plain
-tests/webtbs/tw8950.pp svneol=native#text/plain
-tests/webtbs/tw8975.pp svneol=native#text/plain
-tests/webtbs/tw8975a.pp svneol=native#text/plain
-tests/webtbs/tw8975b.pp svneol=native#text/plain
-tests/webtbs/tw8975c.pp svneol=native#text/plain
-tests/webtbs/tw8975d.pp svneol=native#text/plain
-tests/webtbs/tw8975e.pp svneol=native#text/plain
-tests/webtbs/tw8975f.pp svneol=native#text/plain
-tests/webtbs/tw8977.pp svneol=native#text/plain
-tests/webtbs/tw9025.pp svneol=native#text/plain
-tests/webtbs/tw9026.pp svneol=native#text/plain
-tests/webtbs/tw9054.pp svneol=native#text/plain
-tests/webtbs/tw9059.pp svneol=native#text/plain
-tests/webtbs/tw9072.pp svneol=native#text/plain
-tests/webtbs/tw9073.pp svneol=native#text/plain
-tests/webtbs/tw9076.pp svneol=native#text/plain
-tests/webtbs/tw9076a.pp svneol=native#text/plain
-tests/webtbs/tw9085.pp svneol=native#text/plain
-tests/webtbs/tw9089a.pp svneol=native#text/plain
-tests/webtbs/tw9089b.pp svneol=native#text/plain
-tests/webtbs/tw9089c.pp svneol=native#text/plain
-tests/webtbs/tw9089d.pp svneol=native#text/plain
-tests/webtbs/tw9095.pp svneol=native#text/plain
-tests/webtbs/tw9096.pp svneol=native#text/plain
-tests/webtbs/tw9098.pp svneol=native#text/plain
-tests/webtbs/tw9107.pp svneol=native#text/plain
-tests/webtbs/tw9108.pp svneol=native#text/plain
-tests/webtbs/tw9113.pp svneol=native#text/plain
-tests/webtbs/tw9126.pp svneol=native#text/plain
-tests/webtbs/tw9128.pp svneol=native#text/plain
-tests/webtbs/tw9139.pp svneol=native#text/plain
-tests/webtbs/tw9139a.pp svneol=native#text/plain
-tests/webtbs/tw9141.pp svneol=native#text/plain
-tests/webtbs/tw9144a.pp svneol=native#text/plain
-tests/webtbs/tw9144b.pp svneol=native#text/plain
-tests/webtbs/tw9145.pp svneol=native#text/plain
-tests/webtbs/tw9161.pp svneol=native#text/plain
-tests/webtbs/tw9162.pp svneol=native#text/plain
-tests/webtbs/tw9167.pp svneol=native#text/plain
-tests/webtbs/tw9174.pp svneol=native#text/plain
-tests/webtbs/tw9176.pp svneol=native#text/plain
-tests/webtbs/tw9179.pp svneol=native#text/plain
-tests/webtbs/tw9187.pp svneol=native#text/plain
-tests/webtbs/tw9190.pp svneol=native#text/plain
-tests/webtbs/tw9209.pp svneol=native#text/plain
-tests/webtbs/tw9221.pp svneol=native#text/plain
-tests/webtbs/tw9233.pp svneol=native#text/plain
-tests/webtbs/tw9261.pp svneol=native#text/plain
-tests/webtbs/tw9278.pp svneol=native#text/plain
-tests/webtbs/tw9299.pp svneol=native#text/plain
-tests/webtbs/tw9306a.pp svneol=native#text/plain
-tests/webtbs/tw9306b.pp svneol=native#text/plain
-tests/webtbs/tw9309.pp svneol=native#text/plain
-tests/webtbs/tw9327.pp svneol=native#text/plain
-tests/webtbs/tw9347.pp svneol=native#text/plain
-tests/webtbs/tw9347a.pp svneol=native#text/plain
-tests/webtbs/tw9347b.pp svneol=native#text/plain
-tests/webtbs/tw9384.pp svneol=native#text/plain
-tests/webtbs/tw9385.pp svneol=native#text/plain
-tests/webtbs/tw9419.pp svneol=native#text/plain
-tests/webtbs/tw9450.pp svneol=native#text/plain
-tests/webtbs/tw9450a.pp svneol=native#text/plain
-tests/webtbs/tw9461.pp svneol=native#text/plain
-tests/webtbs/tw9551a.pp svneol=native#text/plain
-tests/webtbs/tw9601.pp svneol=native#text/plain
-tests/webtbs/tw9667.pp svneol=native#text/plain
-tests/webtbs/tw9672.pp svneol=native#text/plain
-tests/webtbs/tw9673.pp svneol=native#text/plain
-tests/webtbs/tw9695.pp svneol=native#text/plain
-tests/webtbs/tw9704.pp svneol=native#text/plain
-tests/webtbs/tw9766.pp svneol=native#text/plain
-tests/webtbs/tw9827.pp svneol=native#text/plain
-tests/webtbs/tw9894.pp svneol=native#text/plain
-tests/webtbs/tw9894a.pp svneol=native#text/plain
-tests/webtbs/tw9897.pp svneol=native#text/plain
-tests/webtbs/tw9918.pp svneol=native#text/plain
-tests/webtbs/tw9919.pp svneol=native#text/plain
-tests/webtbs/tw9961.pp svneol=native#text/pascal
-tests/webtbs/tw9961/file1.inc svneol=native#text/plain
-tests/webtbs/tw9961a.pp svneol=native#text/pascal
-tests/webtbs/tw9961b.pp svneol=native#text/pascal
-tests/webtbs/tw9985.pp svneol=native#text/plain
-tests/webtbs/tw9985a.pp svneol=native#text/plain
-tests/webtbs/u_uvmta.pp svneol=native#text/pascal
-tests/webtbs/ub1873.pp svneol=native#text/plain
-tests/webtbs/ub1883.pp svneol=native#text/plain
-tests/webtbs/uvmt.pp svneol=native#text/pascal
-tests/webtbs/uvmt_a.pp svneol=native#text/pascal
-tests/webtbs/uvmta.pp svneol=native#text/pascal
-tests/webtbs/uvmta_a.pp svneol=native#text/pascal
-tests/webtbs/uw0555.pp svneol=native#text/plain
-tests/webtbs/uw0701c.pp svneol=native#text/plain
-tests/webtbs/uw0701d.pp svneol=native#text/plain
-tests/webtbs/uw0701e.pp svneol=native#text/plain
-tests/webtbs/uw0809.pp svneol=native#text/plain
-tests/webtbs/uw10477.pp svneol=native#text/pascal
-tests/webtbs/uw10492.pp svneol=native#text/plain
-tests/webtbs/uw11182.pp svneol=native#text/plain
-tests/webtbs/uw11762.pp svneol=native#text/plain
-tests/webtbs/uw1181.inc svneol=native#text/plain
-tests/webtbs/uw1279.pp svneol=native#text/plain
-tests/webtbs/uw13015.pp svneol=native#text/plain
-tests/webtbs/uw1331.pp svneol=native#text/plain
-tests/webtbs/uw13345b.pp svneol=native#text/plain
-tests/webtbs/uw13345c.pp svneol=native#text/plain
-tests/webtbs/uw13345y.pp svneol=native#text/plain
-tests/webtbs/uw13583.pp svneol=native#text/plain
-tests/webtbs/uw14124.pp svneol=native#text/plain
-tests/webtbs/uw14958.pp svneol=native#text/plain
-tests/webtbs/uw15582.pp svneol=native#text/plain
-tests/webtbs/uw15591.pp svneol=native#text/pascal
-tests/webtbs/uw15909.pp svneol=native#text/plain
-tests/webtbs/uw15966.pp svneol=native#text/plain
-tests/webtbs/uw17220.pp svneol=native#text/plain
-tests/webtbs/uw17220a.pp svneol=native#text/plain
-tests/webtbs/uw17493.pp svneol=native#text/plain
-tests/webtbs/uw17950.pas svneol=native#text/pascal
-tests/webtbs/uw18087a.pp svneol=native#text/pascal
-tests/webtbs/uw18087b.pp svneol=native#text/pascal
-tests/webtbs/uw18121.pp svneol=native#text/plain
-tests/webtbs/uw18909a.pp svneol=native#text/pascal
-tests/webtbs/uw18909b.pp svneol=native#text/pascal
-tests/webtbs/uw19159.pp svneol=native#text/pascal
-tests/webtbs/uw19697.pp svneol=native#text/pascal
-tests/webtbs/uw19701.pas svneol=native#text/plain
-tests/webtbs/uw19851.pp svneol=native#text/pascal
-tests/webtbs/uw2004.inc svneol=native#text/plain
-tests/webtbs/uw2040.pp svneol=native#text/plain
-tests/webtbs/uw20456.pp svneol=native#text/plain
-tests/webtbs/uw20909a.pas svneol=native#text/pascal
-tests/webtbs/uw20909b.pas svneol=native#text/pascal
-tests/webtbs/uw20940.pp svneol=native#text/pascal
-tests/webtbs/uw20996.pp svneol=native#text/pascal
-tests/webtbs/uw21015.pp svneol=native#text/pascal
-tests/webtbs/uw21538.pp svneol=native#text/pascal
-tests/webtbs/uw21808a.pp svneol=native#text/plain
-tests/webtbs/uw21808b.pp svneol=native#text/plain
-tests/webtbs/uw22160a2.pp svneol=native#text/pascal
-tests/webtbs/uw22160b2.pp svneol=native#text/pascal
-tests/webtbs/uw22160b3.pp svneol=native#text/pascal
-tests/webtbs/uw22427a.pp svneol=native#text/pascal
-tests/webtbs/uw22427b.pp svneol=native#text/pascal
-tests/webtbs/uw22428.pp svneol=native#text/pascal
-tests/webtbs/uw2266a.inc svneol=native#text/plain
-tests/webtbs/uw2266b.pas svneol=native#text/plain
-tests/webtbs/uw2269.inc svneol=native#text/plain
-tests/webtbs/uw22741a.pp svneol=native#text/plain
-tests/webtbs/uw22741b.pp svneol=native#text/plain
-tests/webtbs/uw23071.pp svneol=native#text/pascal
-tests/webtbs/uw23204.pp svneol=native#text/plain
-tests/webtbs/uw2364.pp svneol=native#text/plain
-tests/webtbs/uw25054a.pp svneol=native#text/pascal
-tests/webtbs/uw25054b.pp svneol=native#text/pascal
-tests/webtbs/uw25059.pp svneol=native#text/pascal
-tests/webtbs/uw25059.test.pp svneol=native#text/pascal
-tests/webtbs/uw25059.withdot.pp svneol=native#text/pascal
-tests/webtbs/uw25132.pp svneol=native#text/pascal
-tests/webtbs/uw25598.pp svneol=native#text/plain
-tests/webtbs/uw25610a.pp -text svneol=native#text/plain
-tests/webtbs/uw25610b.pp -text svneol=native#text/plain
-tests/webtbs/uw25814.pp svneol=native#text/plain
-tests/webtbs/uw26922a.pp svneol=native#text/pascal
-tests/webtbs/uw26922b.pp svneol=native#text/pascal
-tests/webtbs/uw2706a.pp svneol=native#text/plain
-tests/webtbs/uw2706b.pp svneol=native#text/plain
-tests/webtbs/uw27294.pp svneol=native#text/plain
-tests/webtbs/uw2731.pp svneol=native#text/plain
-tests/webtbs/uw27320.defaults.pp svneol=native#text/pascal
-tests/webtbs/uw2738.pp svneol=native#text/plain
-tests/webtbs/uw27522a.pp svneol=native#text/plain
-tests/webtbs/uw27522b.pp svneol=native#text/plain
-tests/webtbs/uw27522c.pp svneol=native#text/plain
-tests/webtbs/uw2834.pp svneol=native#text/plain
-tests/webtbs/uw28442.pp svneol=native#text/pascal
-tests/webtbs/uw28766.pp svneol=native#text/pascal
-tests/webtbs/uw28964.pp svneol=native#text/plain
-tests/webtbs/uw2920.pp svneol=native#text/plain
-tests/webtbs/uw29245.pp svneol=native#text/plain
-tests/webtbs/uw2956.pp svneol=native#text/plain
-tests/webtbs/uw2984.pp svneol=native#text/plain
-tests/webtbs/uw3103.pp svneol=native#text/plain
-tests/webtbs/uw31431.pp svneol=native#text/pascal
-tests/webtbs/uw31675.pp svneol=native#text/pascal
-tests/webtbs/uw3179a.pp svneol=native#text/plain
-tests/webtbs/uw3179b.pp svneol=native#text/plain
-tests/webtbs/uw3184a.pp svneol=native#text/plain
-tests/webtbs/uw3184b.pp svneol=native#text/plain
-tests/webtbs/uw32108.pp svneol=native#text/pascal
-tests/webtbs/uw3292a.pp svneol=native#text/plain
-tests/webtbs/uw3340.pp svneol=native#text/plain
-tests/webtbs/uw3353.pp svneol=native#text/plain
-tests/webtbs/uw3356.pp svneol=native#text/plain
-tests/webtbs/uw33839.pp -text svneol=native#text/pascal
-tests/webtbs/uw34287a.pp svneol=native#text/pascal
-tests/webtbs/uw34287b.pp svneol=native#text/pascal
-tests/webtbs/uw3429.pp svneol=native#text/plain
-tests/webtbs/uw3474a.pp svneol=native#text/plain
-tests/webtbs/uw3474b.pp svneol=native#text/plain
-tests/webtbs/uw35918a.pp svneol=native#text/pascal
-tests/webtbs/uw35918b.pp svneol=native#text/pascal
-tests/webtbs/uw35918c.pp svneol=native#text/pascal
-tests/webtbs/uw36544.pp svneol=native#text/pascal
-tests/webtbs/uw38069.pp svneol=native#text/pascal
-tests/webtbs/uw38385a.pp svneol=native#text/pascal
-tests/webtbs/uw38385b.pp svneol=native#text/pascal
-tests/webtbs/uw38385c.pp svneol=native#text/pascal
-tests/webtbs/uw38429.pp svneol=native#text/pascal
-tests/webtbs/uw3968.pp svneol=native#text/plain
-tests/webtbs/uw4056.pp svneol=native#text/plain
-tests/webtbs/uw4140.pp svneol=native#text/plain
-tests/webtbs/uw4352a.pp svneol=native#text/plain
-tests/webtbs/uw4352b.pp svneol=native#text/plain
-tests/webtbs/uw4352c.pp svneol=native#text/plain
-tests/webtbs/uw4352d.pp svneol=native#text/plain
-tests/webtbs/uw4352e.pp svneol=native#text/plain
-tests/webtbs/uw6203.pp svneol=native#text/plain
-tests/webtbs/uw6767.pp svneol=native#text/plain
-tests/webtbs/uw6822a.pp svneol=native#text/plain
-tests/webtbs/uw7381.pp svneol=native#text/plain
-tests/webtbs/uw7838a.pp svneol=native#text/plain
-tests/webtbs/uw8180.pp svneol=native#text/plain
-tests/webtbs/uw8372.pp svneol=native#text/plain
-tests/webtbs/uw8730a.pp svneol=native#text/plain
-tests/webtbs/uw8730b.pp svneol=native#text/plain
-tests/webtbs/uw9113a.pp svneol=native#text/plain
-tests/webtbs/uw9113b.pp svneol=native#text/plain
-utils/Makefile svneol=native#text/plain
-utils/Makefile.fpc svneol=native#text/plain
-utils/Makefile.fpc.fpcmake svneol=native#text/plain
-utils/README.txt svneol=native#text/plain
-utils/bin2obj.pp svneol=native#text/plain
-utils/creumap.pp svneol=native#text/plain
-utils/data2inc.exm svneol=native#text/plain
-utils/data2inc.pp svneol=native#text/plain
-utils/debugsvr/Makefile svneol=native#text/plain
-utils/debugsvr/Makefile.fpc svneol=native#text/plain
-utils/debugsvr/Makefile.fpc.fpcmake svneol=native#text/plain
-utils/debugsvr/README.txt svneol=native#text/plain
-utils/debugsvr/console/Makefile svneol=native#text/plain
-utils/debugsvr/console/Makefile.fpc svneol=native#text/plain
-utils/debugsvr/console/debugserver.pp svneol=native#text/plain
-utils/debugsvr/dbugintf.pp svneol=native#text/plain
-utils/debugsvr/debugserverintf.pp svneol=native#text/plain
-utils/debugsvr/gtk/Makefile svneol=native#text/plain
-utils/debugsvr/gtk/Makefile.fpc svneol=native#text/plain
-utils/debugsvr/gtk/bitmapdata.pp svneol=native#text/plain
-utils/debugsvr/gtk/bitmaps/clear.xpm -text
-utils/debugsvr/gtk/bitmaps/close.xpm -text
-utils/debugsvr/gtk/bitmaps/connect.xpm -text
-utils/debugsvr/gtk/bitmaps/disconnect.xpm -text
-utils/debugsvr/gtk/bitmaps/error.xpm -text
-utils/debugsvr/gtk/bitmaps/info.xpm -text
-utils/debugsvr/gtk/bitmaps/pause.xpm -text
-utils/debugsvr/gtk/bitmaps/run.xpm -text
-utils/debugsvr/gtk/bitmaps/save.xpm -text
-utils/debugsvr/gtk/bitmaps/warning.xpm -text
-utils/debugsvr/gtk/bitmaps/xpmtopp -text
-utils/debugsvr/gtk/debugserver.pp svneol=native#text/plain
-utils/debugsvr/gtk/frmabout.pp svneol=native#text/plain
-utils/debugsvr/gtk/frmmain.pp svneol=native#text/plain
-utils/debugsvr/msgintf.pp svneol=native#text/plain
-utils/debugsvr/speeddebug.pp svneol=native#text/plain
-utils/debugsvr/testdebug.pp svneol=native#text/plain
-utils/delp.lpi svneol=native#text/plain
-utils/delp.pp svneol=native#text/plain
-utils/dxegen/Makefile svneol=native#text/plain
-utils/dxegen/Makefile.fpc svneol=native#text/plain
-utils/dxegen/Makefile.fpc.fpcmake svneol=native#text/plain
-utils/dxegen/coff.pp svneol=native#text/plain
-utils/dxegen/dxegen.pp svneol=native#text/plain
-utils/dxegen/fpmake.pp svneol=native#text/plain
-utils/fpcm/Makefile svneol=native#text/plain
-utils/fpcm/Makefile.fpc svneol=native#text/plain
-utils/fpcm/Makefile.fpc.fpcmake svneol=native#text/plain
-utils/fpcm/Makefile.fpmake.bs.template svneol=native#text/plain
-utils/fpcm/Makefile.fpmake.template svneol=native#text/plain
-utils/fpcm/convert_all_fpmake.sh svneol=native#text/plain
-utils/fpcm/convert_fpmake.sh svneol=native#text/plain
-utils/fpcm/convert_fpmake.txt svneol=native#text/plain
-utils/fpcm/fpcmake.inc svneol=native#text/plain
-utils/fpcm/fpcmake.ini svneol=native#text/plain
-utils/fpcm/fpcmake.pp svneol=native#text/plain
-utils/fpcm/fpcmdic.pp svneol=native#text/plain
-utils/fpcm/fpcmmain.pp svneol=native#text/plain
-utils/fpcm/fpcmpkg.pp svneol=native#text/plain
-utils/fpcm/fpcmwr.pp svneol=native#text/plain
-utils/fpcm/fpmake.pp svneol=native#text/plain
-utils/fpcm/get_revision.sh svneol=native#text/plain
-utils/fpcm/getrev.pp svneol=native#text/pascal
-utils/fpcm/makefile.exm -text
-utils/fpcm/printmakefilefpcrequirements.sh svneol=native#text/plain
-utils/fpcm/readme.txt svneol=native#text/plain
-utils/fpcm/revision.inc svneol=native#text/plain
-utils/fpcmkcfg/Makefile svneol=native#text/plain
-utils/fpcmkcfg/Makefile.fpc svneol=native#text/plain
-utils/fpcmkcfg/Makefile.fpc.fpcmake svneol=native#text/plain
-utils/fpcmkcfg/default.cft svneol=native#text/plain
-utils/fpcmkcfg/default.inc svneol=native#text/plain
-utils/fpcmkcfg/fpc.cft svneol=native#text/plain
-utils/fpcmkcfg/fpccfg.inc svneol=native#text/plain
-utils/fpcmkcfg/fpcfg.inc svneol=native#text/plain
-utils/fpcmkcfg/fpcmkcfg.pp svneol=native#text/plain
-utils/fpcmkcfg/fpinc.cfg svneol=native#text/plain
-utils/fpcmkcfg/fpinc.ini svneol=native#text/plain
-utils/fpcmkcfg/fpini.inc svneol=native#text/plain
-utils/fpcmkcfg/fpmake.pp svneol=native#text/plain
-utils/fpcmkcfg/fppkg.cfg svneol=native#text/plain
-utils/fpcmkcfg/fppkg.inc svneol=native#text/plain
-utils/fpcres/Makefile svneol=native#text/plain
-utils/fpcres/Makefile.fpc svneol=native#text/plain
-utils/fpcres/Makefile.fpc.fpcmake svneol=native#text/plain
-utils/fpcres/closablefilestream.pas svneol=native#text/plain
-utils/fpcres/fpcjres.pas svneol=native#text/plain
-utils/fpcres/fpcres.pas svneol=native#text/plain
-utils/fpcres/fpmake.pp svneol=native#text/plain
-utils/fpcres/jarsourcehandler.pas svneol=native#text/plain
-utils/fpcres/msghandler.pas svneol=native#text/plain
-utils/fpcres/paramparser.pas svneol=native#text/plain
-utils/fpcres/sourcehandler.pas svneol=native#text/plain
-utils/fpcres/target.pas svneol=native#text/plain
-utils/fpcreslipo/Makefile svneol=native#text/plain
-utils/fpcreslipo/Makefile.fpc svneol=native#text/plain
-utils/fpcreslipo/Makefile.fpc.fpcmake svneol=native#text/plain
-utils/fpcreslipo/fpcreslipo.pp svneol=native#text/plain
-utils/fpcreslipo/fpmake.pp svneol=native#text/plain
-utils/fpcreslipo/msghandler.pp svneol=native#text/plain
-utils/fpcreslipo/paramparser.pp svneol=native#text/plain
-utils/fpcreslipo/sourcehandler.pp svneol=native#text/plain
-utils/fpcsubst.pp svneol=native#text/plain
-utils/fpdoc/COPYING.txt svneol=native#text/plain
-utils/fpdoc/Makefile svneol=native#text/plain
-utils/fpdoc/Makefile.fpc svneol=native#text/plain
-utils/fpdoc/Makefile.fpc.fpcmake svneol=native#text/plain
-utils/fpdoc/README.txt svneol=native#text/plain
-utils/fpdoc/css.inc svneol=native#text/plain
-utils/fpdoc/dglobals.pp svneol=native#text/plain
-utils/fpdoc/dw_basehtml.pp svneol=native#text/plain
-utils/fpdoc/dw_basemd.pp svneol=native#text/plain
-utils/fpdoc/dw_chm.pp svneol=native#text/plain
-utils/fpdoc/dw_dxml.pp svneol=native#text/plain
-utils/fpdoc/dw_html.pp svneol=native#text/plain
-utils/fpdoc/dw_ipflin.pas svneol=native#text/plain
-utils/fpdoc/dw_latex.pp svneol=native#text/plain
-utils/fpdoc/dw_linrtf.pp svneol=native#text/plain
-utils/fpdoc/dw_lintmpl.pp svneol=native#text/plain
-utils/fpdoc/dw_man.pp svneol=native#text/plain
-utils/fpdoc/dw_markdown.pp svneol=native#text/plain
-utils/fpdoc/dw_template.pp svneol=native#text/plain
-utils/fpdoc/dw_txt.pp svneol=native#text/plain
-utils/fpdoc/dw_xml.pp svneol=native#text/plain
-utils/fpdoc/dwlinear.pp svneol=native#text/plain
-utils/fpdoc/dwriter.pp svneol=native#text/plain
-utils/fpdoc/examples/basedir/readme.txt svneol=native#text/plain
-utils/fpdoc/examples/basedir/sample-project.xml svneol=native#text/plain
-utils/fpdoc/examples/gentest.sh svneol=native#text/plain
-utils/fpdoc/examples/project/readme.txt svneol=native#text/plain
-utils/fpdoc/examples/project/sample-project.xml svneol=native#text/plain
-utils/fpdoc/examples/simple/html.bat svneol=native#text/plain
-utils/fpdoc/examples/simple/html.sh svneol=native#text/plain
-utils/fpdoc/examples/simple/readme.txt svneol=native#text/plain
-utils/fpdoc/examples/simple/testunit.pp svneol=native#text/plain
-utils/fpdoc/examples/simple/testunit.xml svneol=native#text/plain
-utils/fpdoc/fpclasschart.lpi svneol=native#text/plain
-utils/fpdoc/fpclasschart.pp svneol=native#text/plain
-utils/fpdoc/fpde/Makefile svneol=native#text/plain
-utils/fpdoc/fpde/Makefile.fpc svneol=native#text/plain
-utils/fpdoc/fpde/bitmaps/bold.xpm -text
-utils/fpdoc/fpde/bitmaps/italic.xpm -text
-utils/fpdoc/fpde/bitmaps/link.xpm -text
-utils/fpdoc/fpde/bitmaps/new.xpm -text
-utils/fpdoc/fpde/bitmaps/newelement.xpm -text
-utils/fpdoc/fpde/bitmaps/newmodule.xpm -text
-utils/fpdoc/fpde/bitmaps/newpackage.xpm -text
-utils/fpdoc/fpde/bitmaps/newtopic.xpm -text
-utils/fpdoc/fpde/bitmaps/open.xpm -text
-utils/fpdoc/fpde/bitmaps/para.xpm -text
-utils/fpdoc/fpde/bitmaps/remark.xpm -text
-utils/fpdoc/fpde/bitmaps/save.xpm -text
-utils/fpdoc/fpde/bitmaps/saveas.xpm -text
-utils/fpdoc/fpde/bitmaps/table.xpm -text
-utils/fpdoc/fpde/bitmaps/underline.xpm -text
-utils/fpdoc/fpde/bitmaps/var.xpm -text
-utils/fpdoc/fpde/fpde.pp svneol=native#text/plain
-utils/fpdoc/fpde/fpdemsg.pp svneol=native#text/plain
-utils/fpdoc/fpde/fpdeopts.pp svneol=native#text/plain
-utils/fpdoc/fpde/frmabout.pp svneol=native#text/plain
-utils/fpdoc/fpde/frmlink.pp svneol=native#text/plain
-utils/fpdoc/fpde/frmmain.pp svneol=native#text/plain
-utils/fpdoc/fpde/frmmakeskel.pp svneol=native#text/plain
-utils/fpdoc/fpde/frmnewnode.pp svneol=native#text/plain
-utils/fpdoc/fpde/frmoptions.pp svneol=native#text/plain
-utils/fpdoc/fpde/frmtable.pp svneol=native#text/plain
-utils/fpdoc/fpde/pgeditor.pp svneol=native#text/plain
-utils/fpdoc/fpde/xpms.pp svneol=native#text/plain
-utils/fpdoc/fpdoc.css -text
-utils/fpdoc/fpdoc.lpi svneol=native#text/plain
-utils/fpdoc/fpdoc.pp svneol=native#text/plain
-utils/fpdoc/fpdocclasstree.pp svneol=native#text/plain
-utils/fpdoc/fpdocproj.pas svneol=native#text/plain
-utils/fpdoc/fpdocstripper.lpi svneol=native#text/plain
-utils/fpdoc/fpdocstripper.pp svneol=native#text/plain
-utils/fpdoc/fpdocstrs.pp svneol=native#text/plain
-utils/fpdoc/fpdocxmlopts.pas svneol=native#text/plain
-utils/fpdoc/fpmake.pp svneol=native#text/plain
-utils/fpdoc/images/minus.png -text svneol=unset#image/png
-utils/fpdoc/images/plus.png -text svneol=unset#image/png
-utils/fpdoc/intl/Makefile svneol=native#text/plain
-utils/fpdoc/intl/dglobals.de.po svneol=native#text/plain
-utils/fpdoc/intl/dglobals.sk.po svneol=native#text/plain
-utils/fpdoc/intl/dwriter.de.po svneol=native#text/plain
-utils/fpdoc/intl/fpdoc.de.po svneol=native#text/plain
-utils/fpdoc/intl/fpdocmk.de.po svneol=native#text/plain
-utils/fpdoc/intl/fpdocstr.de.po svneol=native#text/plain
-utils/fpdoc/intl/makeskel.de.po svneol=native#text/plain
-utils/fpdoc/makeskel.lpi svneol=native#text/plain
-utils/fpdoc/makeskel.pp svneol=native#text/plain
-utils/fpdoc/mgrfpdocproj.pp svneol=native#text/plain
-utils/fpdoc/minusimage.inc svneol=native#text/plain
-utils/fpdoc/mkfpdoc.pp svneol=native#text/plain
-utils/fpdoc/mkfpdocproj.lpi svneol=native#text/plain
-utils/fpdoc/mkfpdocproj.pp svneol=native#text/plain
-utils/fpdoc/plusimage.inc svneol=native#text/plain
-utils/fpdoc/sample-project.xml svneol=native#text/plain
-utils/fpdoc/sh_pas.pp svneol=native#text/plain
-utils/fpdoc/unitdiff.pp svneol=native#text/plain
-utils/fpgmake/fpgmake.pp svneol=native#text/plain
-utils/fpgmake/fpmake.cft svneol=native#text/plain
-utils/fpgmake/fpmake.inc svneol=native#text/plain
-utils/fpgmake/fpmakecreatefile.pas svneol=native#text/plain
-utils/fpgmake/fpmakeparsejson.pas svneol=native#text/plain
-utils/fpmake.pp svneol=native#text/plain
-utils/fpmake_add.inc svneol=native#text/plain
-utils/fpmake_proc.inc svneol=native#text/plain
-utils/fpmc/Makefile svneol=native#text/plain
-utils/fpmc/Makefile.fpc svneol=native#text/plain
-utils/fpmc/Makefile.fpc.fpcmake svneol=native#text/plain
-utils/fpmc/README.txt svneol=native#text/plain
-utils/fpmc/dumpfile.pp svneol=native#text/plain
-utils/fpmc/fpmake.pp svneol=native#text/plain
-utils/fpmc/fpmc.pp svneol=native#text/plain
-utils/fpmc/fpmcgtk.pp svneol=native#text/plain
-utils/fpmc/frmabout.pp svneol=native#text/plain
-utils/fpmc/frmmain.pp svneol=native#text/plain
-utils/fpmc/frmoptions.pp svneol=native#text/plain
-utils/fpmc/msgcomp.pp svneol=native#text/plain
-utils/fpmc/readmsg.pp svneol=native#text/plain
-utils/fpmc/test.mc -text
-utils/fppkg/Makefile svneol=native#text/plain
-utils/fppkg/Makefile.fpc svneol=native#text/plain
-utils/fppkg/Makefile.fpc.fpcmake svneol=native#text/plain
-utils/fppkg/README.txt svneol=native#text/plain
-utils/fppkg/examples/pkglibcurl.pp svneol=native#text/plain
-utils/fppkg/examples/pkgocurl.pp svneol=native#text/plain
-utils/fppkg/examples/pkgsynapse.pp svneol=native#text/plain
-utils/fppkg/examples/rep2xml.lpi svneol=native#text/plain
-utils/fppkg/examples/rep2xml.lpr svneol=native#text/plain
-utils/fppkg/examples/testdownload.pp svneol=native#text/plain
-utils/fppkg/examples/testrep.pp svneol=native#text/plain
-utils/fppkg/fpmake.pp svneol=native#text/plain
-utils/fppkg/fppkg.lpi svneol=native#text/plain
-utils/fppkg/fppkg.pp svneol=native#text/plain
-utils/fppkg/lnet/LICENSE -text
-utils/fppkg/lnet/LICENSE.ADDON -text
-utils/fppkg/lnet/fastcgi_base.pp svneol=native#text/plain
-utils/fppkg/lnet/lcommon.pp svneol=native#text/plain
-utils/fppkg/lnet/lcontainers.inc svneol=native#text/plain
-utils/fppkg/lnet/lcontainersh.inc svneol=native#text/plain
-utils/fppkg/lnet/lcontrolstack.pp svneol=native#text/plain
-utils/fppkg/lnet/levents.pp svneol=native#text/plain
-utils/fppkg/lnet/lfastcgi.pp svneol=native#text/plain
-utils/fppkg/lnet/lftp.pp svneol=native#text/plain
-utils/fppkg/lnet/lhttp.pp svneol=native#text/plain
-utils/fppkg/lnet/lhttputil.pp svneol=native#text/plain
-utils/fppkg/lnet/lmimestreams.pp svneol=native#text/plain
-utils/fppkg/lnet/lmimetypes.pp svneol=native#text/plain
-utils/fppkg/lnet/lmimewrapper.pp svneol=native#text/plain
-utils/fppkg/lnet/lnet.pp svneol=native#text/plain
-utils/fppkg/lnet/lprocess.pp svneol=native#text/plain
-utils/fppkg/lnet/lsmtp.pp svneol=native#text/plain
-utils/fppkg/lnet/lspawnfcgi.pp svneol=native#text/plain
-utils/fppkg/lnet/lstrbuffer.pp svneol=native#text/plain
-utils/fppkg/lnet/ltelnet.pp svneol=native#text/plain
-utils/fppkg/lnet/ltimer.pp svneol=native#text/plain
-utils/fppkg/lnet/lwebserver.pp svneol=native#text/plain
-utils/fppkg/lnet/lws2tcpip.pp svneol=native#text/pascal
-utils/fppkg/lnet/sys/lepolleventer.inc svneol=native#text/plain
-utils/fppkg/lnet/sys/lepolleventerh.inc svneol=native#text/plain
-utils/fppkg/lnet/sys/lkqueueeventer.inc svneol=native#text/plain
-utils/fppkg/lnet/sys/lkqueueeventerh.inc svneol=native#text/plain
-utils/fppkg/lnet/sys/lspawnfcgiunix.inc svneol=native#text/plain
-utils/fppkg/lnet/sys/lspawnfcgiwin.inc svneol=native#text/plain
-utils/fppkg/lnet/sys/osunits.inc svneol=native#text/plain
-utils/fppkg/pkglnet.pp svneol=native#text/plain
-utils/fprcp/Makefile svneol=native#text/plain
-utils/fprcp/Makefile.fpc svneol=native#text/plain
-utils/fprcp/Makefile.fpc.fpcmake svneol=native#text/plain
-utils/fprcp/Readme.txt svneol=native#text/plain
-utils/fprcp/comments.pp svneol=native#text/plain
-utils/fprcp/demo.h -text
-utils/fprcp/demo.pp svneol=native#text/plain
-utils/fprcp/demo.rc -text
-utils/fprcp/expr.pp svneol=native#text/plain
-utils/fprcp/fpmake.pp svneol=native#text/plain
-utils/fprcp/fprcp.pp svneol=native#text/plain
-utils/fprcp/pasprep.pp svneol=native#text/plain
-utils/fprcp/use_demo.bat -text
-utils/grab_vcsa.pp -text
-utils/h2pas/Makefile svneol=native#text/plain
-utils/h2pas/Makefile.fpc svneol=native#text/plain
-utils/h2pas/Makefile.fpc.fpcmake svneol=native#text/plain
-utils/h2pas/README.txt svneol=native#text/plain
-utils/h2pas/converu.pas svneol=native#text/plain
-utils/h2pas/fpmake.pp svneol=native#text/plain
-utils/h2pas/h2pas.pas svneol=native#text/plain
-utils/h2pas/h2pas.y svneol=native#text/plain
-utils/h2pas/h2paschk.pas svneol=native#text/plain
-utils/h2pas/h2paspp.pas svneol=native#text/plain
-utils/h2pas/h2plexlib.pas svneol=native#text/plain
-utils/h2pas/h2poptions.pas svneol=native#text/plain
-utils/h2pas/h2pyacclib.pas svneol=native#text/plain
-utils/h2pas/scan.l svneol=native#text/plain
-utils/h2pas/scan.pas svneol=native#text/plain
-utils/h2pas/testit.h -text
-utils/h2pas/yylex.cod svneol=native#text/plain
-utils/h2pas/yyparse.cod svneol=native#text/plain
-utils/ihxutil/Makefile svneol=native#text/plain
-utils/ihxutil/Makefile.fpc svneol=native#text/plain
-utils/ihxutil/fpmake.pp svneol=native#text/pascal
-utils/ihxutil/ihxreader.pas svneol=native#text/pascal
-utils/ihxutil/ihxutil.lpi svneol=native#text/plain
-utils/ihxutil/ihxutil.lpr svneol=native#text/pascal
-utils/ihxutil/tzxwriter.pas svneol=native#text/pascal
-utils/ihxutil/zxbasic.pas svneol=native#text/pascal
-utils/importtl/Makefile svneol=native#text/plain
-utils/importtl/Makefile.fpc svneol=native#text/plain
-utils/importtl/Makefile.fpc.fpcmake svneol=native#text/plain
-utils/importtl/fpmake.pp svneol=native#text/plain
-utils/importtl/importtl.lpi svneol=native#text/plain
-utils/importtl/importtl.pas svneol=native#text/plain
-utils/instantfpc/Makefile svneol=native#text/plain
-utils/instantfpc/Makefile.fpc svneol=native#text/plain
-utils/instantfpc/Makefile.fpc.fpcmake svneol=native#text/plain
-utils/instantfpc/README.txt svneol=native#text/plain
-utils/instantfpc/examples/envvars.pas svneol=native#text/plain
-utils/instantfpc/examples/exitcode.pas svneol=native#text/plain
-utils/instantfpc/examples/getworkingdirectory.pas svneol=native#text/plain
-utils/instantfpc/examples/helloworld.pas svneol=native#text/plain
-utils/instantfpc/examples/writeparameters.pas svneol=native#text/plain
-utils/instantfpc/fpmake.pp svneol=native#text/plain
-utils/instantfpc/instantfpc.lpi svneol=native#text/plain
-utils/instantfpc/instantfpc.pas svneol=native#text/plain
-utils/instantfpc/instantfptools.pas svneol=native#text/plain
-utils/javapp/src/fpc/tools/javapp/AttrData.java svneol=native#text/plain
-utils/javapp/src/fpc/tools/javapp/CPX.java svneol=native#text/plain
-utils/javapp/src/fpc/tools/javapp/CPX2.java svneol=native#text/plain
-utils/javapp/src/fpc/tools/javapp/ClassData.java svneol=native#text/plain
-utils/javapp/src/fpc/tools/javapp/ClassIdentifierInfo.java svneol=native#text/plain
-utils/javapp/src/fpc/tools/javapp/ClassListBuilder.java svneol=native#text/plain
-utils/javapp/src/fpc/tools/javapp/Constants.java svneol=native#text/plain
-utils/javapp/src/fpc/tools/javapp/FieldData.java svneol=native#text/plain
-utils/javapp/src/fpc/tools/javapp/InnerClassData.java svneol=native#text/plain
-utils/javapp/src/fpc/tools/javapp/JavapEnvironment.java svneol=native#text/plain
-utils/javapp/src/fpc/tools/javapp/JavapPrinter.java svneol=native#text/plain
-utils/javapp/src/fpc/tools/javapp/LineNumData.java svneol=native#text/plain
-utils/javapp/src/fpc/tools/javapp/LocVarData.java svneol=native#text/plain
-utils/javapp/src/fpc/tools/javapp/Main.java svneol=native#text/plain
-utils/javapp/src/fpc/tools/javapp/MethodData.java svneol=native#text/plain
-utils/javapp/src/fpc/tools/javapp/PascalClassData.java svneol=native#text/plain
-utils/javapp/src/fpc/tools/javapp/PascalFieldData.java svneol=native#text/plain
-utils/javapp/src/fpc/tools/javapp/PascalInnerClassData.java svneol=native#text/plain
-utils/javapp/src/fpc/tools/javapp/PascalKeywords.java svneol=native#text/plain
-utils/javapp/src/fpc/tools/javapp/PascalMethodData.java svneol=native#text/plain
-utils/javapp/src/fpc/tools/javapp/PascalTypeSignature.java svneol=native#text/plain
-utils/javapp/src/fpc/tools/javapp/PascalUnit.java svneol=native#text/plain
-utils/javapp/src/fpc/tools/javapp/RuntimeConstants.java svneol=native#text/plain
-utils/javapp/src/fpc/tools/javapp/StackMapData.java svneol=native#text/plain
-utils/javapp/src/fpc/tools/javapp/StackMapTableData.java svneol=native#text/plain
-utils/javapp/src/fpc/tools/javapp/Tables.java svneol=native#text/plain
-utils/javapp/src/fpc/tools/javapp/TrapData.java svneol=native#text/plain
-utils/javapp/src/fpc/tools/javapp/TypeSignature.java svneol=native#text/plain
-utils/json2pas/Makefile svneol=native#text/plain
-utils/json2pas/Makefile.fpc svneol=native#text/plain
-utils/json2pas/fpmake.pp svneol=native#text/plain
-utils/json2pas/json2pas.lpi svneol=native#text/plain
-utils/json2pas/json2pas.pp svneol=native#text/plain
-utils/mkinsadd.pp svneol=native#text/plain
-utils/mksymbian/Makefile svneol=native#text/plain
-utils/mksymbian/Makefile.fpc svneol=native#text/plain
-utils/mksymbian/Makefile.fpc.fpcmake svneol=native#text/plain
-utils/mksymbian/cfgfile.pas svneol=native#text/plain
-utils/mksymbian/cmdline.pas svneol=native#text/plain
-utils/mksymbian/compiler.pas svneol=native#text/plain
-utils/mksymbian/constants.pas svneol=native#text/plain
-utils/mksymbian/mksymbian.lpi svneol=native#text/plain
-utils/mksymbian/mksymbian.pas svneol=native#text/plain
-utils/mksymbian/projectparser.pas svneol=native#text/plain
-utils/mksymbian/sdkutil.pas svneol=native#text/plain
-utils/pas2fpm/Makefile svneol=native#text/plain
-utils/pas2fpm/Makefile.fpc svneol=native#text/plain
-utils/pas2fpm/Makefile.fpc.fpcmake svneol=native#text/plain
-utils/pas2fpm/fpmake.pp svneol=native#text/plain
-utils/pas2fpm/pas2fpm.lpi svneol=native#text/plain
-utils/pas2fpm/pas2fpm.pp svneol=native#text/plain
-utils/pas2jni/Makefile svneol=native#text/plain
-utils/pas2jni/Makefile.fpc svneol=native#text/plain
-utils/pas2jni/Makefile.fpc.fpcmake svneol=native#text/plain
-utils/pas2jni/def.pas svneol=native#text/plain
-utils/pas2jni/fpmake.pp svneol=native#text/plain
-utils/pas2jni/pas2jni.pas svneol=native#text/plain
-utils/pas2jni/ppuparser.pas svneol=native#text/plain
-utils/pas2jni/readme.txt svneol=native#text/plain
-utils/pas2jni/writer.pas svneol=native#text/plain
-utils/pas2js/Makefile svneol=native#text/plain
-utils/pas2js/Makefile.fpc svneol=native#text/plain
-utils/pas2js/compileserver.lpi svneol=native#text/plain
-utils/pas2js/compileserver.pp svneol=native#text/plain
-utils/pas2js/dirwatch.pp svneol=native#text/plain
-utils/pas2js/dist/rtl.js svneol=native#text/plain
-utils/pas2js/docs/translation.html svneol=native#text/html
-utils/pas2js/fpmake.lpi svneol=native#text/plain
-utils/pas2js/fpmake.pp svneol=native#text/plain
-utils/pas2js/httpcompiler.pp svneol=native#text/plain
-utils/pas2js/libstub.lpi svneol=native#text/plain
-utils/pas2js/libstub.pp svneol=native#text/plain
-utils/pas2js/makestub.lpi svneol=native#text/plain
-utils/pas2js/makestub.pp svneol=native#text/plain
-utils/pas2js/nodepas2js.lpi svneol=native#text/plain
-utils/pas2js/nodepas2js.pp svneol=native#text/plain
-utils/pas2js/pas2js.cfg svneol=native#text/plain
-utils/pas2js/pas2js.lpi svneol=native#text/plain
-utils/pas2js/pas2js.pp svneol=native#text/plain
-utils/pas2js/pas2jslib.lpi svneol=native#text/plain
-utils/pas2js/pas2jslib.pp svneol=native#text/plain
-utils/pas2js/pas2jswebcompiler.pp svneol=native#text/plain
-utils/pas2js/samples/arraydemo.pp svneol=native#text/plain
-utils/pas2js/samples/fordemo.pp svneol=native#text/plain
-utils/pas2js/samples/fordowndemo.pp svneol=native#text/plain
-utils/pas2js/samples/hello.pas svneol=native#text/plain
-utils/pas2js/samples/ifdemo.pp svneol=native#text/plain
-utils/pas2js/samples/repeatdemo.pp svneol=native#text/plain
-utils/pas2js/samples/whiledemo.pp svneol=native#text/plain
-utils/pas2js/stubcreator.pp svneol=native#text/plain
-utils/pas2js/webfilecache.pp svneol=native#text/plain
-utils/pas2js/webidl2pas.lpi svneol=native#text/plain
-utils/pas2js/webidl2pas.pp svneol=native#text/plain
-utils/pas2ut/Makefile svneol=native#text/plain
-utils/pas2ut/Makefile.fpc svneol=native#text/plain
-utils/pas2ut/Makefile.fpc.fpcmake svneol=native#text/plain
-utils/pas2ut/fpmake.pp svneol=native#text/plain
-utils/pas2ut/pas2ut.lpi svneol=native#text/plain
-utils/pas2ut/pas2ut.pp svneol=native#text/plain
-utils/postw32.pp svneol=native#text/plain
-utils/ppdep.pp svneol=native#text/plain
-utils/ptop.pp svneol=native#text/plain
-utils/ptopu.pp svneol=native#text/plain
-utils/rmcvsdir.pp svneol=native#text/plain
-utils/rmwait/Makefile svneol=native#text/plain
-utils/rmwait/Makefile.fpc svneol=native#text/plain
-utils/rmwait/Makefile.fpc.fpcmake svneol=native#text/plain
-utils/rmwait/fpmake.pp svneol=native#text/plain
-utils/rmwait/rmwait.pas svneol=native#text/plain
-utils/rstconv.pp svneol=native#text/plain
-utils/sim_pasc/Answers svneol=native#text/plain
-utils/sim_pasc/ChangeLog svneol=native#text/plain
-utils/sim_pasc/HOWTO-FPC.txt svneol=native#text/plain
-utils/sim_pasc/LICENSE.txt svneol=native#text/plain
-utils/sim_pasc/Makefile svneol=native#text/plain
-utils/sim_pasc/READ.ME svneol=native#text/plain
-utils/sim_pasc/README.1st svneol=native#text/plain
-utils/sim_pasc/READ_ME svneol=native#text/plain
-utils/sim_pasc/TechnReport svneol=native#text/plain
-utils/sim_pasc/add_run.c svneol=native#text/plain
-utils/sim_pasc/add_run.h svneol=native#text/plain
-utils/sim_pasc/aiso.bdy svneol=native#text/plain
-utils/sim_pasc/aiso.spc svneol=native#text/plain
-utils/sim_pasc/algollike.c svneol=native#text/plain
-utils/sim_pasc/algollike.h svneol=native#text/plain
-utils/sim_pasc/clang.l svneol=native#text/plain
-utils/sim_pasc/compare.c svneol=native#text/plain
-utils/sim_pasc/compare.h svneol=native#text/plain
-utils/sim_pasc/debug.par svneol=native#text/plain
-utils/sim_pasc/error.c svneol=native#text/plain
-utils/sim_pasc/error.h svneol=native#text/plain
-utils/sim_pasc/hash.c svneol=native#text/plain
-utils/sim_pasc/hash.h svneol=native#text/plain
-utils/sim_pasc/idf.c svneol=native#text/plain
-utils/sim_pasc/idf.h svneol=native#text/plain
-utils/sim_pasc/javalang.l svneol=native#text/plain
-utils/sim_pasc/lang.h svneol=native#text/plain
-utils/sim_pasc/language.h svneol=native#text/plain
-utils/sim_pasc/lex.c svneol=native#text/plain
-utils/sim_pasc/lex.h svneol=native#text/plain
-utils/sim_pasc/lisplang.l svneol=native#text/plain
-utils/sim_pasc/m2lang.l svneol=native#text/plain
-utils/sim_pasc/miralang.l svneol=native#text/plain
-utils/sim_pasc/options.c svneol=native#text/plain
-utils/sim_pasc/options.h svneol=native#text/plain
-utils/sim_pasc/pascallang.l svneol=native#text/plain
-utils/sim_pasc/pass1.c svneol=native#text/plain
-utils/sim_pasc/pass1.h svneol=native#text/plain
-utils/sim_pasc/pass2.c svneol=native#text/plain
-utils/sim_pasc/pass2.h svneol=native#text/plain
-utils/sim_pasc/pass3.c svneol=native#text/plain
-utils/sim_pasc/pass3.h svneol=native#text/plain
-utils/sim_pasc/percentages.c svneol=native#text/plain
-utils/sim_pasc/percentages.h svneol=native#text/plain
-utils/sim_pasc/runs.c svneol=native#text/plain
-utils/sim_pasc/runs.h svneol=native#text/plain
-utils/sim_pasc/settings.par svneol=native#text/plain
-utils/sim_pasc/sim.1 svneol=native#text/plain
-utils/sim_pasc/sim.c svneol=native#text/plain
-utils/sim_pasc/sim.h svneol=native#text/plain
-utils/sim_pasc/sim.html svneol=native#text/plain
-utils/sim_pasc/sim.txt svneol=native#text/plain
-utils/sim_pasc/sortlist.bdy svneol=native#text/plain
-utils/sim_pasc/sortlist.spc svneol=native#text/plain
-utils/sim_pasc/stream.c svneol=native#text/plain
-utils/sim_pasc/stream.h svneol=native#text/plain
-utils/sim_pasc/sysidf.mk svneol=native#text/plain
-utils/sim_pasc/sysidf.msdos svneol=native#text/plain
-utils/sim_pasc/sysidf.unix svneol=native#text/plain
-utils/sim_pasc/system.par svneol=native#text/plain
-utils/sim_pasc/text.c svneol=native#text/plain
-utils/sim_pasc/text.h svneol=native#text/plain
-utils/sim_pasc/textlang.l svneol=native#text/plain
-utils/sim_pasc/token.c svneol=native#text/plain
-utils/sim_pasc/token.h svneol=native#text/plain
-utils/sim_pasc/tokenarray.c svneol=native#text/plain
-utils/sim_pasc/tokenarray.h svneol=native#text/plain
-utils/svn2cl.pp svneol=native#text/plain
-utils/svn2cvs/svn2cvs.lpi svneol=native#text/plain
-utils/svn2cvs/svn2cvs.pp svneol=native#text/plain
-utils/svn2cvs/test.xml svneol=native#text/plain
-utils/svn2cvs/vers.pp svneol=native#text/plain
-utils/tply/COPYING.txt svneol=native#text/plain
-utils/tply/Makefile svneol=native#text/plain
-utils/tply/Makefile.fpc svneol=native#text/plain
-utils/tply/Makefile.fpc.fpcmake svneol=native#text/plain
-utils/tply/README.txt svneol=native#text/plain
-utils/tply/fpmake.pp svneol=native#text/plain
-utils/tply/lexbase.pas svneol=native#text/plain
-utils/tply/lexdfa.pas svneol=native#text/plain
-utils/tply/lexlist.pas svneol=native#text/plain
-utils/tply/lexmsgs.pas svneol=native#text/plain
-utils/tply/lexopt.pas svneol=native#text/plain
-utils/tply/lexpos.pas svneol=native#text/plain
-utils/tply/lexrules.pas svneol=native#text/plain
-utils/tply/lextable.pas svneol=native#text/plain
-utils/tply/plex.pas svneol=native#text/plain
-utils/tply/pyacc.pas svneol=native#text/plain
-utils/tply/pyacc.y -text
-utils/tply/tply.doc -text
-utils/tply/tply.tex -text
-utils/tply/yaccbase.pas svneol=native#text/plain
-utils/tply/yaccclos.pas svneol=native#text/plain
-utils/tply/yacclook.pas svneol=native#text/plain
-utils/tply/yacclr0.pas svneol=native#text/plain
-utils/tply/yaccmsgs.pas svneol=native#text/plain
-utils/tply/yaccpars.pas svneol=native#text/plain
-utils/tply/yaccsem.pas svneol=native#text/plain
-utils/tply/yacctabl.pas svneol=native#text/plain
-utils/tply/yylex.cod svneol=native#text/plain
-utils/tply/yyparse.cod svneol=native#text/plain
-utils/unicode/Makefile svneol=native#text/plain
-utils/unicode/Makefile.fpc svneol=native#text/plain
-utils/unicode/Makefile.fpc.fpcmake svneol=native#text/plain
-utils/unicode/cldrhelper.pas svneol=native#text/pascal
-utils/unicode/cldrparser.lpi svneol=native#text/plain
-utils/unicode/cldrparser.lpr svneol=native#text/pascal
-utils/unicode/cldrtest.pas svneol=native#text/pascal
-utils/unicode/cldrtxt.pas svneol=native#text/plain
-utils/unicode/cldrxml.pas svneol=native#text/pascal
-utils/unicode/data/readme.txt svneol=native#text/plain
-utils/unicode/eawparser.lpi svneol=native#text/plain
-utils/unicode/eawparser.lpr svneol=native#text/pascal
-utils/unicode/fpmake.pp svneol=native#text/plain
-utils/unicode/gbpparser.lpi svneol=native#text/plain
-utils/unicode/gbpparser.lpr svneol=native#text/pascal
-utils/unicode/grbtree.pas svneol=native#text/pascal
-utils/unicode/helper.pas svneol=native#text/pascal
-utils/unicode/parse-collations.bat svneol=native#text/plain
-utils/unicode/parse-collations.sh svneol=native#text/plain
-utils/unicode/trie.pas svneol=native#text/pascal
-utils/unicode/uca_test.pas svneol=native#text/pascal
-utils/unicode/unicodeset.pas svneol=native#text/pascal
-utils/unicode/unihelper.lpi svneol=native#text/plain
-utils/unicode/unihelper.lpr svneol=native#text/pascal
-utils/unicode/weight_derivation.inc svneol=native#text/pascal
-utils/usubst.pp svneol=native#text/plain
-utils/wasmbin/Makefile svneol=native#text/plain
-utils/wasmbin/Makefile.fpc svneol=native#text/plain
-utils/wasmbin/README.md svneol=native#text/plain
-utils/wasmbin/fpmake.pp svneol=native#text/plain
-utils/wasmbin/lebutils.pas svneol=native#text/plain
-utils/wasmbin/parseutils.pas svneol=native#text/plain
-utils/wasmbin/testscan/asmsym1.wat svneol=native#text/plain
-utils/wasmbin/testscan/asmsym2.wat svneol=native#text/plain
-utils/wasmbin/testscan/asmsym3.wat svneol=native#text/plain
-utils/wasmbin/testscan/call_indirect1.wat svneol=native#text/plain
-utils/wasmbin/testscan/call_indirect2.wat svneol=native#text/plain
-utils/wasmbin/testscan/call_indirect3.wat svneol=native#text/plain
-utils/wasmbin/testscan/call_indirect4.wat svneol=native#text/plain
-utils/wasmbin/testscan/elem1.wat svneol=native#text/plain
-utils/wasmbin/testscan/elem2.wat svneol=native#text/plain
-utils/wasmbin/testscan/import1.wat svneol=native#text/plain
-utils/wasmbin/testscan/inst_const_f32.wat svneol=native#text/plain
-utils/wasmbin/testscan/inst_const_f32_neg.wat svneol=native#text/plain
-utils/wasmbin/testscan/inst_const_f64.wat svneol=native#text/plain
-utils/wasmbin/testscan/inst_const_f64_neg.wat svneol=native#text/plain
-utils/wasmbin/testscan/inst_const_i32.wat svneol=native#text/plain
-utils/wasmbin/testscan/inst_const_i32_neg.wat svneol=native#text/plain
-utils/wasmbin/testscan/inst_const_i64.wat svneol=native#text/plain
-utils/wasmbin/testscan/inst_const_i64_neg.wat svneol=native#text/plain
-utils/wasmbin/testscan/inst_const_i64_neg_hex.wat svneol=native#text/plain
-utils/wasmbin/testscan/inst_const_i64_pos.wat svneol=native#text/plain
-utils/wasmbin/testscan/inst_if_value.wat svneol=native#text/plain
-utils/wasmbin/testscan/inst_unreachable.wat svneol=native#text/plain
-utils/wasmbin/wasa.lpi svneol=native#text/plain
-utils/wasmbin/wasa.pas svneol=native#text/plain
-utils/wasmbin/wasmbin.pas svneol=native#text/plain
-utils/wasmbin/wasmbincode.pas svneol=native#text/plain
-utils/wasmbin/wasmbindebug.pas svneol=native#text/plain
-utils/wasmbin/wasmbinwriter.pas svneol=native#text/plain
-utils/wasmbin/wasmld.lpi svneol=native#text/plain
-utils/wasmbin/wasmld.lpr svneol=native#text/plain
-utils/wasmbin/wasmlink.pas svneol=native#text/plain
-utils/wasmbin/wasmlinkchange.pas svneol=native#text/plain
-utils/wasmbin/wasmmodule.pas svneol=native#text/plain
-utils/wasmbin/wasmnormalize.pas svneol=native#text/plain
-utils/wasmbin/wasmtext.pas svneol=native#text/plain
-utils/wasmbin/wasmtool.lpi svneol=native#text/plain
-utils/wasmbin/wasmtool.lpr svneol=native#text/plain
-utils/wasmbin/wasmtoolutils.pas svneol=native#text/plain
-utils/wasmbin/watparser.pas svneol=native#text/plain
-utils/wasmbin/watscanner.pas svneol=native#text/plain
-utils/wasmbin/wattest.lpi svneol=native#text/plain
-utils/wasmbin/wattest.lpr svneol=native#text/plain

+ 63 - 7990
.gitignore

@@ -1,7990 +1,63 @@
-/*.bak
-/*.exe
-/*.o
-/*.ppu
-/*.s
-/bin
-/build-stamp.*
-compiler/*.bak
-compiler/*.exe
-compiler/*.o
-compiler/*.ppu
-compiler/*.s
-compiler/alpha/*.bak
-compiler/alpha/*.exe
-compiler/alpha/*.o
-compiler/alpha/*.ppu
-compiler/alpha/*.s
-compiler/alpha/fpcmade.*
-compiler/alpha/units
-compiler/arm/*.bak
-compiler/arm/*.exe
-compiler/arm/*.o
-compiler/arm/*.ppu
-compiler/arm/*.s
-compiler/arm/fpcmade.*
-compiler/arm/lazbuild/*.bak
-compiler/arm/lazbuild/*.exe
-compiler/arm/lazbuild/*.o
-compiler/arm/lazbuild/*.ppu
-compiler/arm/lazbuild/*.s
-compiler/arm/lazbuild/build-stamp.*
-compiler/arm/lazbuild/fpcmade.*
-compiler/arm/lazbuild/units
-compiler/arm/units
-compiler/avr/*.bak
-compiler/avr/*.exe
-compiler/avr/*.o
-compiler/avr/*.ppu
-compiler/avr/*.s
-compiler/avr/build-stamp.*
-compiler/avr/fpcmade.*
-compiler/avr/lazbuild/*.bak
-compiler/avr/lazbuild/*.exe
-compiler/avr/lazbuild/*.o
-compiler/avr/lazbuild/*.ppu
-compiler/avr/lazbuild/*.s
-compiler/avr/lazbuild/build-stamp.*
-compiler/avr/lazbuild/fpcmade.*
-compiler/avr/lazbuild/units
-compiler/avr/units
-compiler/fpcmade.*
-compiler/html/*.bak
-compiler/html/*.exe
-compiler/html/*.o
-compiler/html/*.ppu
-compiler/html/*.s
-compiler/html/fpcmade.*
-compiler/html/i386/*.bak
-compiler/html/i386/*.exe
-compiler/html/i386/*.o
-compiler/html/i386/*.ppu
-compiler/html/i386/*.s
-compiler/html/i386/fpcmade.*
-compiler/html/i386/units
-compiler/html/powerpc/*.bak
-compiler/html/powerpc/*.exe
-compiler/html/powerpc/*.o
-compiler/html/powerpc/*.ppu
-compiler/html/powerpc/*.s
-compiler/html/powerpc/fpcmade.*
-compiler/html/powerpc/units
-compiler/html/units
-compiler/i386/*.bak
-compiler/i386/*.exe
-compiler/i386/*.o
-compiler/i386/*.ppu
-compiler/i386/*.s
-compiler/i386/fpcmade.*
-compiler/i386/lazbuild/*.bak
-compiler/i386/lazbuild/*.exe
-compiler/i386/lazbuild/*.o
-compiler/i386/lazbuild/*.ppu
-compiler/i386/lazbuild/*.s
-compiler/i386/lazbuild/build-stamp.*
-compiler/i386/lazbuild/fpcmade.*
-compiler/i386/lazbuild/units
-compiler/i386/units
-compiler/ia64/*.bak
-compiler/ia64/*.exe
-compiler/ia64/*.o
-compiler/ia64/*.ppu
-compiler/ia64/*.s
-compiler/ia64/fpcmade.*
-compiler/ia64/units
-compiler/m68k/*.bak
-compiler/m68k/*.exe
-compiler/m68k/*.o
-compiler/m68k/*.ppu
-compiler/m68k/*.s
-compiler/m68k/fpcmade.*
-compiler/m68k/lazbuild/*.bak
-compiler/m68k/lazbuild/*.exe
-compiler/m68k/lazbuild/*.o
-compiler/m68k/lazbuild/*.ppu
-compiler/m68k/lazbuild/*.s
-compiler/m68k/lazbuild/build-stamp.*
-compiler/m68k/lazbuild/fpcmade.*
-compiler/m68k/lazbuild/units
-compiler/m68k/units
-compiler/mips/*.bak
-compiler/mips/*.exe
-compiler/mips/*.o
-compiler/mips/*.ppu
-compiler/mips/*.s
-compiler/mips/fpcmade.*
-compiler/mips/units
-compiler/msg/*.bak
-compiler/msg/*.exe
-compiler/msg/*.o
-compiler/msg/*.ppu
-compiler/msg/*.s
-compiler/msg/fpcmade.*
-compiler/msg/units
-compiler/powerpc/*.bak
-compiler/powerpc/*.exe
-compiler/powerpc/*.o
-compiler/powerpc/*.ppu
-compiler/powerpc/*.s
-compiler/powerpc/fpcmade.*
-compiler/powerpc/lazbuild/*.bak
-compiler/powerpc/lazbuild/*.exe
-compiler/powerpc/lazbuild/*.o
-compiler/powerpc/lazbuild/*.ppu
-compiler/powerpc/lazbuild/*.s
-compiler/powerpc/lazbuild/build-stamp.*
-compiler/powerpc/lazbuild/fpcmade.*
-compiler/powerpc/lazbuild/units
-compiler/powerpc/units
-compiler/powerpc64/units
-compiler/ppc1
-compiler/ppc1.exe
-compiler/ppc2
-compiler/ppc2.exe
-compiler/ppc3
-compiler/ppc3.exe
-compiler/ppc386
-compiler/ppc386.exe
-compiler/ppc68k
-compiler/ppc68k.exe
-compiler/ppcarm
-compiler/ppcarm.exe
-compiler/ppcgen/*.bak
-compiler/ppcgen/*.exe
-compiler/ppcgen/*.o
-compiler/ppcgen/*.ppu
-compiler/ppcgen/*.s
-compiler/ppcgen/build-stamp.*
-compiler/ppcgen/fpcmade.*
-compiler/ppcgen/units
-compiler/ppcppc
-compiler/ppcppc.exe
-compiler/ppcppc64
-compiler/ppcppc64.exe
-compiler/ppcrossx64
-compiler/ppcrossx64.exe
-compiler/ppcsparc
-compiler/ppcsparc.exe
-compiler/ppcx64
-compiler/ppcx64.exe
-compiler/sparc/*.bak
-compiler/sparc/*.exe
-compiler/sparc/*.o
-compiler/sparc/*.ppu
-compiler/sparc/*.s
-compiler/sparc/fpcmade.*
-compiler/sparc/lazbuild/*.bak
-compiler/sparc/lazbuild/*.exe
-compiler/sparc/lazbuild/*.o
-compiler/sparc/lazbuild/*.ppu
-compiler/sparc/lazbuild/*.s
-compiler/sparc/lazbuild/build-stamp.*
-compiler/sparc/lazbuild/fpcmade.*
-compiler/sparc/lazbuild/units
-compiler/sparc/units
-compiler/systems/*.bak
-compiler/systems/*.exe
-compiler/systems/*.o
-compiler/systems/*.ppu
-compiler/systems/*.s
-compiler/systems/fpcmade.*
-compiler/systems/i_nds.pas
-compiler/systems/t_nds.pas
-compiler/systems/units
-compiler/units
-compiler/utils/*.bak
-compiler/utils/*.exe
-compiler/utils/*.o
-compiler/utils/*.ppu
-compiler/utils/*.s
-compiler/utils/dummyas
-compiler/utils/fpc
-compiler/utils/fpcmade.*
-compiler/utils/fpcmkcfg
-compiler/utils/fpcsubst
-compiler/utils/fppkg
-compiler/utils/gia64reg
-compiler/utils/gppc386
-compiler/utils/mk68kins
-compiler/utils/mk68kreg
-compiler/utils/mka64ins
-compiler/utils/mka64reg
-compiler/utils/mkarmins
-compiler/utils/mkarmreg
-compiler/utils/mkavrreg
-compiler/utils/mkia64reg
-compiler/utils/mkjvmreg
-compiler/utils/mkmpsreg
-compiler/utils/mkppcreg
-compiler/utils/mkspreg
-compiler/utils/mkx86ins
-compiler/utils/mkx86reg
-compiler/utils/mkxtensareg
-compiler/utils/mkz80ins
-compiler/utils/mkz80reg
-compiler/utils/msg2inc
-compiler/utils/ppudump
-compiler/utils/ppufiles
-compiler/utils/ppumove
-compiler/utils/units
-compiler/vis/*.bak
-compiler/vis/*.exe
-compiler/vis/*.o
-compiler/vis/*.ppu
-compiler/vis/*.s
-compiler/vis/fpcmade.*
-compiler/vis/units
-compiler/x86/*.bak
-compiler/x86/*.exe
-compiler/x86/*.o
-compiler/x86/*.ppu
-compiler/x86/*.s
-compiler/x86/fpcmade.*
-compiler/x86/units
-compiler/x86_64/*.bak
-compiler/x86_64/*.exe
-compiler/x86_64/*.o
-compiler/x86_64/*.ppu
-compiler/x86_64/*.s
-compiler/x86_64/fpcmade.*
-compiler/x86_64/lazbuild/*.bak
-compiler/x86_64/lazbuild/*.exe
-compiler/x86_64/lazbuild/*.o
-compiler/x86_64/lazbuild/*.ppu
-compiler/x86_64/lazbuild/*.s
-compiler/x86_64/lazbuild/build-stamp.*
-compiler/x86_64/lazbuild/fpcmade.*
-compiler/x86_64/lazbuild/units
-compiler/x86_64/units
-/fpcmade.*
-installer/*.bak
-installer/*.exe
-installer/*.o
-installer/*.ppu
-installer/*.s
-installer/fpcmade.*
-installer/installer
-installer/installer.pas
-installer/units
-packages/*.bak
-packages/*.exe
-packages/*.o
-packages/*.ppu
-packages/*.s
-packages/Package.fpc
-packages/a52/*.bak
-packages/a52/*.exe
-packages/a52/*.o
-packages/a52/*.ppu
-packages/a52/*.s
-packages/a52/Package.fpc
-packages/a52/build-stamp.*
-packages/a52/examples/*.bak
-packages/a52/examples/*.exe
-packages/a52/examples/*.o
-packages/a52/examples/*.ppu
-packages/a52/examples/*.s
-packages/a52/examples/Package.fpc
-packages/a52/examples/build-stamp.*
-packages/a52/examples/fpcmade.*
-packages/a52/examples/units
-packages/a52/fpcmade.*
-packages/a52/src/*.bak
-packages/a52/src/*.exe
-packages/a52/src/*.o
-packages/a52/src/*.ppu
-packages/a52/src/*.s
-packages/a52/src/Package.fpc
-packages/a52/src/build-stamp.*
-packages/a52/src/fpcmade.*
-packages/a52/src/units
-packages/a52/tests/*.bak
-packages/a52/tests/*.exe
-packages/a52/tests/*.o
-packages/a52/tests/*.ppu
-packages/a52/tests/*.s
-packages/a52/tests/Package.fpc
-packages/a52/tests/build-stamp.*
-packages/a52/tests/fpcmade.*
-packages/a52/tests/units
-packages/a52/units
-packages/amunits/*.bak
-packages/amunits/*.exe
-packages/amunits/*.o
-packages/amunits/*.ppu
-packages/amunits/*.s
-packages/amunits/Package.fpc
-packages/amunits/build-stamp.*
-packages/amunits/examples/*.bak
-packages/amunits/examples/*.exe
-packages/amunits/examples/*.o
-packages/amunits/examples/*.ppu
-packages/amunits/examples/*.s
-packages/amunits/examples/Package.fpc
-packages/amunits/examples/build-stamp.*
-packages/amunits/examples/fpcmade.*
-packages/amunits/examples/otherlibs/*.bak
-packages/amunits/examples/otherlibs/*.exe
-packages/amunits/examples/otherlibs/*.o
-packages/amunits/examples/otherlibs/*.ppu
-packages/amunits/examples/otherlibs/*.s
-packages/amunits/examples/otherlibs/Package.fpc
-packages/amunits/examples/otherlibs/build-stamp.*
-packages/amunits/examples/otherlibs/fpcmade.*
-packages/amunits/examples/otherlibs/units
-packages/amunits/examples/units
-packages/amunits/fpcmade.*
-packages/amunits/scripts/*.bak
-packages/amunits/scripts/*.exe
-packages/amunits/scripts/*.o
-packages/amunits/scripts/*.ppu
-packages/amunits/scripts/*.s
-packages/amunits/scripts/Package.fpc
-packages/amunits/scripts/build-stamp.*
-packages/amunits/scripts/fpcmade.*
-packages/amunits/scripts/units
-packages/amunits/src/*.bak
-packages/amunits/src/*.exe
-packages/amunits/src/*.o
-packages/amunits/src/*.ppu
-packages/amunits/src/*.s
-packages/amunits/src/Package.fpc
-packages/amunits/src/build-stamp.*
-packages/amunits/src/coreunits/*.bak
-packages/amunits/src/coreunits/*.exe
-packages/amunits/src/coreunits/*.o
-packages/amunits/src/coreunits/*.ppu
-packages/amunits/src/coreunits/*.s
-packages/amunits/src/coreunits/Package.fpc
-packages/amunits/src/coreunits/build-stamp.*
-packages/amunits/src/coreunits/fpcmade.*
-packages/amunits/src/coreunits/units
-packages/amunits/src/fpcmade.*
-packages/amunits/src/otherlibs/*.bak
-packages/amunits/src/otherlibs/*.exe
-packages/amunits/src/otherlibs/*.o
-packages/amunits/src/otherlibs/*.ppu
-packages/amunits/src/otherlibs/*.s
-packages/amunits/src/otherlibs/Package.fpc
-packages/amunits/src/otherlibs/build-stamp.*
-packages/amunits/src/otherlibs/fpcmade.*
-packages/amunits/src/otherlibs/units
-packages/amunits/src/units
-packages/amunits/src/utilunits/*.bak
-packages/amunits/src/utilunits/*.exe
-packages/amunits/src/utilunits/*.o
-packages/amunits/src/utilunits/*.ppu
-packages/amunits/src/utilunits/*.s
-packages/amunits/src/utilunits/Package.fpc
-packages/amunits/src/utilunits/fpcmade.*
-packages/amunits/src/utilunits/units
-packages/amunits/tests/*.bak
-packages/amunits/tests/*.exe
-packages/amunits/tests/*.o
-packages/amunits/tests/*.ppu
-packages/amunits/tests/*.s
-packages/amunits/tests/Package.fpc
-packages/amunits/tests/build-stamp.*
-packages/amunits/tests/fpcmade.*
-packages/amunits/tests/units
-packages/amunits/units
-packages/aspell/*.bak
-packages/aspell/*.exe
-packages/aspell/*.o
-packages/aspell/*.ppu
-packages/aspell/*.s
-packages/aspell/Package.fpc
-packages/aspell/build-stamp.*
-packages/aspell/examples/*.bak
-packages/aspell/examples/*.exe
-packages/aspell/examples/*.o
-packages/aspell/examples/*.ppu
-packages/aspell/examples/*.s
-packages/aspell/examples/Package.fpc
-packages/aspell/examples/build-stamp.*
-packages/aspell/examples/fpcmade.*
-packages/aspell/examples/units
-packages/aspell/fpcmade.*
-packages/aspell/src/*.bak
-packages/aspell/src/*.exe
-packages/aspell/src/*.o
-packages/aspell/src/*.ppu
-packages/aspell/src/*.s
-packages/aspell/src/Package.fpc
-packages/aspell/src/build-stamp.*
-packages/aspell/src/fpcmade.*
-packages/aspell/src/units
-packages/aspell/tests/*.bak
-packages/aspell/tests/*.exe
-packages/aspell/tests/*.o
-packages/aspell/tests/*.ppu
-packages/aspell/tests/*.s
-packages/aspell/tests/Package.fpc
-packages/aspell/tests/build-stamp.*
-packages/aspell/tests/fpcmade.*
-packages/aspell/tests/units
-packages/aspell/units
-packages/bfd/*.bak
-packages/bfd/*.exe
-packages/bfd/*.o
-packages/bfd/*.ppu
-packages/bfd/*.s
-packages/bfd/Package.fpc
-packages/bfd/build-stamp.*
-packages/bfd/examples/*.bak
-packages/bfd/examples/*.exe
-packages/bfd/examples/*.o
-packages/bfd/examples/*.ppu
-packages/bfd/examples/*.s
-packages/bfd/examples/Package.fpc
-packages/bfd/examples/build-stamp.*
-packages/bfd/examples/fpcmade.*
-packages/bfd/examples/units
-packages/bfd/fpcmade.*
-packages/bfd/src/*.bak
-packages/bfd/src/*.exe
-packages/bfd/src/*.o
-packages/bfd/src/*.ppu
-packages/bfd/src/*.s
-packages/bfd/src/Package.fpc
-packages/bfd/src/build-stamp.*
-packages/bfd/src/fpcmade.*
-packages/bfd/src/units
-packages/bfd/tests/*.bak
-packages/bfd/tests/*.exe
-packages/bfd/tests/*.o
-packages/bfd/tests/*.ppu
-packages/bfd/tests/*.s
-packages/bfd/tests/Package.fpc
-packages/bfd/tests/build-stamp.*
-packages/bfd/tests/fpcmade.*
-packages/bfd/tests/units
-packages/bfd/units
-packages/bzip2/*.bak
-packages/bzip2/*.exe
-packages/bzip2/*.o
-packages/bzip2/*.ppu
-packages/bzip2/*.s
-packages/bzip2/Package.fpc
-packages/bzip2/build-stamp.*
-packages/bzip2/examples/*.bak
-packages/bzip2/examples/*.exe
-packages/bzip2/examples/*.o
-packages/bzip2/examples/*.ppu
-packages/bzip2/examples/*.s
-packages/bzip2/examples/Package.fpc
-packages/bzip2/examples/build-stamp.*
-packages/bzip2/examples/fpcmade.*
-packages/bzip2/examples/units
-packages/bzip2/fpcmade.*
-packages/bzip2/src/*.bak
-packages/bzip2/src/*.exe
-packages/bzip2/src/*.o
-packages/bzip2/src/*.ppu
-packages/bzip2/src/*.s
-packages/bzip2/src/Package.fpc
-packages/bzip2/src/build-stamp.*
-packages/bzip2/src/fpcmade.*
-packages/bzip2/src/units
-packages/bzip2/tests/*.bak
-packages/bzip2/tests/*.exe
-packages/bzip2/tests/*.o
-packages/bzip2/tests/*.ppu
-packages/bzip2/tests/*.s
-packages/bzip2/tests/Package.fpc
-packages/bzip2/tests/build-stamp.*
-packages/bzip2/tests/fpcmade.*
-packages/bzip2/tests/units
-packages/bzip2/units
-packages/cairo/*.bak
-packages/cairo/*.exe
-packages/cairo/*.o
-packages/cairo/*.ppu
-packages/cairo/*.s
-packages/cairo/Package.fpc
-packages/cairo/build-stamp.*
-packages/cairo/examples/*.bak
-packages/cairo/examples/*.exe
-packages/cairo/examples/*.o
-packages/cairo/examples/*.ppu
-packages/cairo/examples/*.s
-packages/cairo/examples/Package.fpc
-packages/cairo/examples/build-stamp.*
-packages/cairo/examples/fpcmade.*
-packages/cairo/examples/units
-packages/cairo/fpcmade.*
-packages/cairo/src/*.bak
-packages/cairo/src/*.exe
-packages/cairo/src/*.o
-packages/cairo/src/*.ppu
-packages/cairo/src/*.s
-packages/cairo/src/Package.fpc
-packages/cairo/src/build-stamp.*
-packages/cairo/src/fpcmade.*
-packages/cairo/src/units
-packages/cairo/tests/*.bak
-packages/cairo/tests/*.exe
-packages/cairo/tests/*.o
-packages/cairo/tests/*.ppu
-packages/cairo/tests/*.s
-packages/cairo/tests/Package.fpc
-packages/cairo/tests/build-stamp.*
-packages/cairo/tests/fpcmade.*
-packages/cairo/tests/units
-packages/cairo/units
-packages/cdrom/*.bak
-packages/cdrom/*.exe
-packages/cdrom/*.o
-packages/cdrom/*.ppu
-packages/cdrom/*.s
-packages/cdrom/Package.fpc
-packages/cdrom/build-stamp.*
-packages/cdrom/examples/*.bak
-packages/cdrom/examples/*.exe
-packages/cdrom/examples/*.o
-packages/cdrom/examples/*.ppu
-packages/cdrom/examples/*.s
-packages/cdrom/examples/Package.fpc
-packages/cdrom/examples/build-stamp.*
-packages/cdrom/examples/fpcmade.*
-packages/cdrom/examples/units
-packages/cdrom/fpcmade.*
-packages/cdrom/src/*.bak
-packages/cdrom/src/*.exe
-packages/cdrom/src/*.o
-packages/cdrom/src/*.ppu
-packages/cdrom/src/*.s
-packages/cdrom/src/Package.fpc
-packages/cdrom/src/build-stamp.*
-packages/cdrom/src/fpcmade.*
-packages/cdrom/src/units
-packages/cdrom/tests/*.bak
-packages/cdrom/tests/*.exe
-packages/cdrom/tests/*.o
-packages/cdrom/tests/*.ppu
-packages/cdrom/tests/*.s
-packages/cdrom/tests/Package.fpc
-packages/cdrom/tests/build-stamp.*
-packages/cdrom/tests/fpcmade.*
-packages/cdrom/tests/units
-packages/cdrom/units
-packages/chm/*.bak
-packages/chm/*.exe
-packages/chm/*.o
-packages/chm/*.ppu
-packages/chm/*.s
-packages/chm/Package.fpc
-packages/chm/bin
-packages/chm/build-stamp.*
-packages/chm/examples/*.bak
-packages/chm/examples/*.exe
-packages/chm/examples/*.o
-packages/chm/examples/*.ppu
-packages/chm/examples/*.s
-packages/chm/examples/Package.fpc
-packages/chm/examples/build-stamp.*
-packages/chm/examples/fpcmade.*
-packages/chm/examples/units
-packages/chm/fpcmade.*
-packages/chm/src/*.bak
-packages/chm/src/*.exe
-packages/chm/src/*.o
-packages/chm/src/*.ppu
-packages/chm/src/*.s
-packages/chm/src/Package.fpc
-packages/chm/src/build-stamp.*
-packages/chm/src/fpcmade.*
-packages/chm/src/units
-packages/chm/tests/*.bak
-packages/chm/tests/*.exe
-packages/chm/tests/*.o
-packages/chm/tests/*.ppu
-packages/chm/tests/*.s
-packages/chm/tests/Package.fpc
-packages/chm/tests/build-stamp.*
-packages/chm/tests/fpcmade.*
-packages/chm/tests/units
-packages/chm/units
-packages/cocoaint/*.bak
-packages/cocoaint/*.exe
-packages/cocoaint/*.o
-packages/cocoaint/*.ppu
-packages/cocoaint/*.s
-packages/cocoaint/Package.fpc
-packages/cocoaint/build-stamp.*
-packages/cocoaint/examples/*.bak
-packages/cocoaint/examples/*.exe
-packages/cocoaint/examples/*.o
-packages/cocoaint/examples/*.ppu
-packages/cocoaint/examples/*.s
-packages/cocoaint/examples/Package.fpc
-packages/cocoaint/examples/build-stamp.*
-packages/cocoaint/examples/fpcmade.*
-packages/cocoaint/examples/units
-packages/cocoaint/fpcmade.*
-packages/cocoaint/src/*.bak
-packages/cocoaint/src/*.exe
-packages/cocoaint/src/*.o
-packages/cocoaint/src/*.ppu
-packages/cocoaint/src/*.s
-packages/cocoaint/src/Package.fpc
-packages/cocoaint/src/appkit/*.bak
-packages/cocoaint/src/appkit/*.exe
-packages/cocoaint/src/appkit/*.o
-packages/cocoaint/src/appkit/*.ppu
-packages/cocoaint/src/appkit/*.s
-packages/cocoaint/src/appkit/Package.fpc
-packages/cocoaint/src/appkit/build-stamp.*
-packages/cocoaint/src/appkit/fpcmade.*
-packages/cocoaint/src/appkit/units
-packages/cocoaint/src/build-stamp.*
-packages/cocoaint/src/coredata/*.bak
-packages/cocoaint/src/coredata/*.exe
-packages/cocoaint/src/coredata/*.o
-packages/cocoaint/src/coredata/*.ppu
-packages/cocoaint/src/coredata/*.s
-packages/cocoaint/src/coredata/Package.fpc
-packages/cocoaint/src/coredata/build-stamp.*
-packages/cocoaint/src/coredata/fpcmade.*
-packages/cocoaint/src/coredata/units
-packages/cocoaint/src/foundation/*.bak
-packages/cocoaint/src/foundation/*.exe
-packages/cocoaint/src/foundation/*.o
-packages/cocoaint/src/foundation/*.ppu
-packages/cocoaint/src/foundation/*.s
-packages/cocoaint/src/foundation/Package.fpc
-packages/cocoaint/src/foundation/build-stamp.*
-packages/cocoaint/src/foundation/fpcmade.*
-packages/cocoaint/src/foundation/units
-packages/cocoaint/src/fpcmade.*
-packages/cocoaint/src/units
-packages/cocoaint/src/webkit/*.bak
-packages/cocoaint/src/webkit/*.exe
-packages/cocoaint/src/webkit/*.o
-packages/cocoaint/src/webkit/*.ppu
-packages/cocoaint/src/webkit/*.s
-packages/cocoaint/src/webkit/Package.fpc
-packages/cocoaint/src/webkit/build-stamp.*
-packages/cocoaint/src/webkit/fpcmade.*
-packages/cocoaint/src/webkit/units
-packages/cocoaint/units
-packages/cocoaint/utils/*.bak
-packages/cocoaint/utils/*.exe
-packages/cocoaint/utils/*.o
-packages/cocoaint/utils/*.ppu
-packages/cocoaint/utils/*.s
-packages/cocoaint/utils/Package.fpc
-packages/cocoaint/utils/build-stamp.*
-packages/cocoaint/utils/cocoa-skel/src/patches/*.bak
-packages/cocoaint/utils/cocoa-skel/src/patches/*.exe
-packages/cocoaint/utils/cocoa-skel/src/patches/*.o
-packages/cocoaint/utils/cocoa-skel/src/patches/*.ppu
-packages/cocoaint/utils/cocoa-skel/src/patches/*.s
-packages/cocoaint/utils/cocoa-skel/src/patches/Package.fpc
-packages/cocoaint/utils/cocoa-skel/src/patches/build-stamp.*
-packages/cocoaint/utils/cocoa-skel/src/patches/fpcmade.*
-packages/cocoaint/utils/cocoa-skel/src/patches/units
-packages/cocoaint/utils/fpcmade.*
-packages/cocoaint/utils/units
-packages/dbus/*.bak
-packages/dbus/*.exe
-packages/dbus/*.o
-packages/dbus/*.ppu
-packages/dbus/*.s
-packages/dbus/Package.fpc
-packages/dbus/build-stamp.*
-packages/dbus/examples/*.bak
-packages/dbus/examples/*.exe
-packages/dbus/examples/*.o
-packages/dbus/examples/*.ppu
-packages/dbus/examples/*.s
-packages/dbus/examples/Package.fpc
-packages/dbus/examples/build-stamp.*
-packages/dbus/examples/fpcmade.*
-packages/dbus/examples/units
-packages/dbus/fpcmade.*
-packages/dbus/src/*.bak
-packages/dbus/src/*.exe
-packages/dbus/src/*.o
-packages/dbus/src/*.ppu
-packages/dbus/src/*.s
-packages/dbus/src/Package.fpc
-packages/dbus/src/build-stamp.*
-packages/dbus/src/fpcmade.*
-packages/dbus/src/units
-packages/dbus/tests/*.bak
-packages/dbus/tests/*.exe
-packages/dbus/tests/*.o
-packages/dbus/tests/*.ppu
-packages/dbus/tests/*.s
-packages/dbus/tests/Package.fpc
-packages/dbus/tests/build-stamp.*
-packages/dbus/tests/fpcmade.*
-packages/dbus/tests/units
-packages/dbus/units
-packages/dts/*.bak
-packages/dts/*.exe
-packages/dts/*.o
-packages/dts/*.ppu
-packages/dts/*.s
-packages/dts/Package.fpc
-packages/dts/build-stamp.*
-packages/dts/examples/*.bak
-packages/dts/examples/*.exe
-packages/dts/examples/*.o
-packages/dts/examples/*.ppu
-packages/dts/examples/*.s
-packages/dts/examples/Package.fpc
-packages/dts/examples/build-stamp.*
-packages/dts/examples/fpcmade.*
-packages/dts/examples/units
-packages/dts/fpcmade.*
-packages/dts/src/*.bak
-packages/dts/src/*.exe
-packages/dts/src/*.o
-packages/dts/src/*.ppu
-packages/dts/src/*.s
-packages/dts/src/Package.fpc
-packages/dts/src/build-stamp.*
-packages/dts/src/fpcmade.*
-packages/dts/src/units
-packages/dts/tests/*.bak
-packages/dts/tests/*.exe
-packages/dts/tests/*.o
-packages/dts/tests/*.ppu
-packages/dts/tests/*.s
-packages/dts/tests/Package.fpc
-packages/dts/tests/build-stamp.*
-packages/dts/tests/fpcmade.*
-packages/dts/tests/units
-packages/dts/units
-packages/fastcgi/*.bak
-packages/fastcgi/*.exe
-packages/fastcgi/*.o
-packages/fastcgi/*.ppu
-packages/fastcgi/*.s
-packages/fastcgi/Package.fpc
-packages/fastcgi/build-stamp.*
-packages/fastcgi/fpcmade.*
-packages/fastcgi/src/*.bak
-packages/fastcgi/src/*.exe
-packages/fastcgi/src/*.o
-packages/fastcgi/src/*.ppu
-packages/fastcgi/src/*.s
-packages/fastcgi/src/Package.fpc
-packages/fastcgi/src/build-stamp.*
-packages/fastcgi/src/fpcmade.*
-packages/fastcgi/src/units
-packages/fastcgi/units
-packages/fcl-async/*.bak
-packages/fcl-async/*.exe
-packages/fcl-async/*.o
-packages/fcl-async/*.ppu
-packages/fcl-async/*.s
-packages/fcl-async/Package.fpc
-packages/fcl-async/build-stamp.*
-packages/fcl-async/fpcmade.*
-packages/fcl-async/src/*.bak
-packages/fcl-async/src/*.exe
-packages/fcl-async/src/*.o
-packages/fcl-async/src/*.ppu
-packages/fcl-async/src/*.s
-packages/fcl-async/src/Package.fpc
-packages/fcl-async/src/build-stamp.*
-packages/fcl-async/src/fpcmade.*
-packages/fcl-async/src/units
-packages/fcl-async/src/unix/*.bak
-packages/fcl-async/src/unix/*.exe
-packages/fcl-async/src/unix/*.o
-packages/fcl-async/src/unix/*.ppu
-packages/fcl-async/src/unix/*.s
-packages/fcl-async/src/unix/Package.fpc
-packages/fcl-async/src/unix/build-stamp.*
-packages/fcl-async/src/unix/fpcmade.*
-packages/fcl-async/src/unix/units
-packages/fcl-async/units
-packages/fcl-base/*.bak
-packages/fcl-base/*.exe
-packages/fcl-base/*.o
-packages/fcl-base/*.ppu
-packages/fcl-base/*.s
-packages/fcl-base/Package.fpc
-packages/fcl-base/build-stamp.*
-packages/fcl-base/examples/*.bak
-packages/fcl-base/examples/*.exe
-packages/fcl-base/examples/*.o
-packages/fcl-base/examples/*.ppu
-packages/fcl-base/examples/*.s
-packages/fcl-base/examples/Package.fpc
-packages/fcl-base/examples/fpcmade.*
-packages/fcl-base/examples/intl/*.bak
-packages/fcl-base/examples/intl/*.exe
-packages/fcl-base/examples/intl/*.o
-packages/fcl-base/examples/intl/*.ppu
-packages/fcl-base/examples/intl/*.s
-packages/fcl-base/examples/intl/Package.fpc
-packages/fcl-base/examples/intl/fpcmade.*
-packages/fcl-base/examples/intl/units
-packages/fcl-base/examples/units
-packages/fcl-base/fpcmade.*
-packages/fcl-base/src/*.bak
-packages/fcl-base/src/*.exe
-packages/fcl-base/src/*.o
-packages/fcl-base/src/*.ppu
-packages/fcl-base/src/*.s
-packages/fcl-base/src/Package.fpc
-packages/fcl-base/src/build-stamp.*
-packages/fcl-base/src/dummy/*.bak
-packages/fcl-base/src/dummy/*.exe
-packages/fcl-base/src/dummy/*.o
-packages/fcl-base/src/dummy/*.ppu
-packages/fcl-base/src/dummy/*.s
-packages/fcl-base/src/dummy/Package.fpc
-packages/fcl-base/src/dummy/build-stamp.*
-packages/fcl-base/src/dummy/fpcmade.*
-packages/fcl-base/src/dummy/units
-packages/fcl-base/src/fpcmade.*
-packages/fcl-base/src/go32v2/*.bak
-packages/fcl-base/src/go32v2/*.exe
-packages/fcl-base/src/go32v2/*.o
-packages/fcl-base/src/go32v2/*.ppu
-packages/fcl-base/src/go32v2/*.s
-packages/fcl-base/src/go32v2/Package.fpc
-packages/fcl-base/src/go32v2/fpcmade.*
-packages/fcl-base/src/go32v2/units
-packages/fcl-base/src/netware/*.bak
-packages/fcl-base/src/netware/*.exe
-packages/fcl-base/src/netware/*.o
-packages/fcl-base/src/netware/*.ppu
-packages/fcl-base/src/netware/*.s
-packages/fcl-base/src/netware/Package.fpc
-packages/fcl-base/src/netware/fpcmade.*
-packages/fcl-base/src/netware/units
-packages/fcl-base/src/netwlibc/*.bak
-packages/fcl-base/src/netwlibc/*.exe
-packages/fcl-base/src/netwlibc/*.o
-packages/fcl-base/src/netwlibc/*.ppu
-packages/fcl-base/src/netwlibc/*.s
-packages/fcl-base/src/netwlibc/Package.fpc
-packages/fcl-base/src/netwlibc/fpcmade.*
-packages/fcl-base/src/netwlibc/units
-packages/fcl-base/src/os2/*.bak
-packages/fcl-base/src/os2/*.exe
-packages/fcl-base/src/os2/*.o
-packages/fcl-base/src/os2/*.ppu
-packages/fcl-base/src/os2/*.s
-packages/fcl-base/src/os2/Package.fpc
-packages/fcl-base/src/os2/fpcmade.*
-packages/fcl-base/src/os2/units
-packages/fcl-base/src/units
-packages/fcl-base/src/unix/*.bak
-packages/fcl-base/src/unix/*.exe
-packages/fcl-base/src/unix/*.o
-packages/fcl-base/src/unix/*.ppu
-packages/fcl-base/src/unix/*.s
-packages/fcl-base/src/unix/Package.fpc
-packages/fcl-base/src/unix/fpcmade.*
-packages/fcl-base/src/unix/units
-packages/fcl-base/src/win/*.bak
-packages/fcl-base/src/win/*.exe
-packages/fcl-base/src/win/*.o
-packages/fcl-base/src/win/*.ppu
-packages/fcl-base/src/win/*.s
-packages/fcl-base/src/win/Package.fpc
-packages/fcl-base/src/win/build-stamp.*
-packages/fcl-base/src/win/fpcmade.*
-packages/fcl-base/src/win/units
-packages/fcl-base/src/wince/*.bak
-packages/fcl-base/src/wince/*.exe
-packages/fcl-base/src/wince/*.o
-packages/fcl-base/src/wince/*.ppu
-packages/fcl-base/src/wince/*.s
-packages/fcl-base/src/wince/Package.fpc
-packages/fcl-base/src/wince/build-stamp.*
-packages/fcl-base/src/wince/fpcmade.*
-packages/fcl-base/src/wince/units
-packages/fcl-base/units
-packages/fcl-db/*.bak
-packages/fcl-db/*.exe
-packages/fcl-db/*.o
-packages/fcl-db/*.ppu
-packages/fcl-db/*.s
-packages/fcl-db/Package.fpc
-packages/fcl-db/build-stamp.*
-packages/fcl-db/fpcmade.*
-packages/fcl-db/src/*.bak
-packages/fcl-db/src/*.exe
-packages/fcl-db/src/*.o
-packages/fcl-db/src/*.ppu
-packages/fcl-db/src/*.s
-packages/fcl-db/src/Package.fpc
-packages/fcl-db/src/base/*.bak
-packages/fcl-db/src/base/*.exe
-packages/fcl-db/src/base/*.o
-packages/fcl-db/src/base/*.ppu
-packages/fcl-db/src/base/*.s
-packages/fcl-db/src/base/Package.fpc
-packages/fcl-db/src/base/build-stamp.*
-packages/fcl-db/src/base/fpcmade.*
-packages/fcl-db/src/base/units
-packages/fcl-db/src/codegen/*.bak
-packages/fcl-db/src/codegen/*.exe
-packages/fcl-db/src/codegen/*.o
-packages/fcl-db/src/codegen/*.ppu
-packages/fcl-db/src/codegen/*.s
-packages/fcl-db/src/codegen/Package.fpc
-packages/fcl-db/src/codegen/build-stamp.*
-packages/fcl-db/src/codegen/fpcmade.*
-packages/fcl-db/src/codegen/units
-packages/fcl-db/src/datadict/*.bak
-packages/fcl-db/src/datadict/*.exe
-packages/fcl-db/src/datadict/*.o
-packages/fcl-db/src/datadict/*.ppu
-packages/fcl-db/src/datadict/*.s
-packages/fcl-db/src/datadict/Package.fpc
-packages/fcl-db/src/datadict/build-stamp.*
-packages/fcl-db/src/datadict/fpcmade.*
-packages/fcl-db/src/datadict/units
-packages/fcl-db/src/dbase/*.bak
-packages/fcl-db/src/dbase/*.exe
-packages/fcl-db/src/dbase/*.o
-packages/fcl-db/src/dbase/*.ppu
-packages/fcl-db/src/dbase/*.s
-packages/fcl-db/src/dbase/Package.fpc
-packages/fcl-db/src/dbase/fpcmade.*
-packages/fcl-db/src/dbase/units
-packages/fcl-db/src/export/*.bak
-packages/fcl-db/src/export/*.exe
-packages/fcl-db/src/export/*.o
-packages/fcl-db/src/export/*.ppu
-packages/fcl-db/src/export/*.s
-packages/fcl-db/src/export/Package.fpc
-packages/fcl-db/src/export/build-stamp.*
-packages/fcl-db/src/export/fpcmade.*
-packages/fcl-db/src/export/units
-packages/fcl-db/src/fpcmade.*
-packages/fcl-db/src/memds/*.bak
-packages/fcl-db/src/memds/*.exe
-packages/fcl-db/src/memds/*.o
-packages/fcl-db/src/memds/*.ppu
-packages/fcl-db/src/memds/*.s
-packages/fcl-db/src/memds/Package.fpc
-packages/fcl-db/src/memds/fpcmade.*
-packages/fcl-db/src/memds/units
-packages/fcl-db/src/paradox/*.bak
-packages/fcl-db/src/paradox/*.exe
-packages/fcl-db/src/paradox/*.o
-packages/fcl-db/src/paradox/*.ppu
-packages/fcl-db/src/paradox/*.s
-packages/fcl-db/src/paradox/Package.fpc
-packages/fcl-db/src/paradox/build-stamp.*
-packages/fcl-db/src/paradox/fpcmade.*
-packages/fcl-db/src/paradox/units
-packages/fcl-db/src/sdf/*.bak
-packages/fcl-db/src/sdf/*.exe
-packages/fcl-db/src/sdf/*.o
-packages/fcl-db/src/sdf/*.ppu
-packages/fcl-db/src/sdf/*.s
-packages/fcl-db/src/sdf/Package.fpc
-packages/fcl-db/src/sdf/fpcmade.*
-packages/fcl-db/src/sdf/units
-packages/fcl-db/src/sqldb/*.bak
-packages/fcl-db/src/sqldb/*.exe
-packages/fcl-db/src/sqldb/*.o
-packages/fcl-db/src/sqldb/*.ppu
-packages/fcl-db/src/sqldb/*.s
-packages/fcl-db/src/sqldb/Package.fpc
-packages/fcl-db/src/sqldb/examples/*.bak
-packages/fcl-db/src/sqldb/examples/*.exe
-packages/fcl-db/src/sqldb/examples/*.o
-packages/fcl-db/src/sqldb/examples/*.ppu
-packages/fcl-db/src/sqldb/examples/*.s
-packages/fcl-db/src/sqldb/examples/Package.fpc
-packages/fcl-db/src/sqldb/examples/build-stamp.*
-packages/fcl-db/src/sqldb/examples/fpcmade.*
-packages/fcl-db/src/sqldb/examples/units
-packages/fcl-db/src/sqldb/fpcmade.*
-packages/fcl-db/src/sqldb/interbase/*.bak
-packages/fcl-db/src/sqldb/interbase/*.exe
-packages/fcl-db/src/sqldb/interbase/*.o
-packages/fcl-db/src/sqldb/interbase/*.ppu
-packages/fcl-db/src/sqldb/interbase/*.s
-packages/fcl-db/src/sqldb/interbase/Package.fpc
-packages/fcl-db/src/sqldb/interbase/fpcmade.*
-packages/fcl-db/src/sqldb/interbase/units
-packages/fcl-db/src/sqldb/mysql/*.bak
-packages/fcl-db/src/sqldb/mysql/*.exe
-packages/fcl-db/src/sqldb/mysql/*.o
-packages/fcl-db/src/sqldb/mysql/*.ppu
-packages/fcl-db/src/sqldb/mysql/*.s
-packages/fcl-db/src/sqldb/mysql/Package.fpc
-packages/fcl-db/src/sqldb/mysql/fpcmade.*
-packages/fcl-db/src/sqldb/mysql/units
-packages/fcl-db/src/sqldb/odbc/*.bak
-packages/fcl-db/src/sqldb/odbc/*.exe
-packages/fcl-db/src/sqldb/odbc/*.o
-packages/fcl-db/src/sqldb/odbc/*.ppu
-packages/fcl-db/src/sqldb/odbc/*.s
-packages/fcl-db/src/sqldb/odbc/Package.fpc
-packages/fcl-db/src/sqldb/odbc/build-stamp.*
-packages/fcl-db/src/sqldb/odbc/fpcmade.*
-packages/fcl-db/src/sqldb/odbc/units
-packages/fcl-db/src/sqldb/oracle/*.bak
-packages/fcl-db/src/sqldb/oracle/*.exe
-packages/fcl-db/src/sqldb/oracle/*.o
-packages/fcl-db/src/sqldb/oracle/*.ppu
-packages/fcl-db/src/sqldb/oracle/*.s
-packages/fcl-db/src/sqldb/oracle/Package.fpc
-packages/fcl-db/src/sqldb/oracle/build-stamp.*
-packages/fcl-db/src/sqldb/oracle/fpcmade.*
-packages/fcl-db/src/sqldb/oracle/units
-packages/fcl-db/src/sqldb/postgres/*.bak
-packages/fcl-db/src/sqldb/postgres/*.exe
-packages/fcl-db/src/sqldb/postgres/*.o
-packages/fcl-db/src/sqldb/postgres/*.ppu
-packages/fcl-db/src/sqldb/postgres/*.s
-packages/fcl-db/src/sqldb/postgres/Package.fpc
-packages/fcl-db/src/sqldb/postgres/fpcmade.*
-packages/fcl-db/src/sqldb/postgres/units
-packages/fcl-db/src/sqldb/sqlite/*.bak
-packages/fcl-db/src/sqldb/sqlite/*.exe
-packages/fcl-db/src/sqldb/sqlite/*.o
-packages/fcl-db/src/sqldb/sqlite/*.ppu
-packages/fcl-db/src/sqldb/sqlite/*.s
-packages/fcl-db/src/sqldb/sqlite/Package.fpc
-packages/fcl-db/src/sqldb/sqlite/build-stamp.*
-packages/fcl-db/src/sqldb/sqlite/fpcmade.*
-packages/fcl-db/src/sqldb/sqlite/units
-packages/fcl-db/src/sqldb/units
-packages/fcl-db/src/sqlite/*.bak
-packages/fcl-db/src/sqlite/*.exe
-packages/fcl-db/src/sqlite/*.o
-packages/fcl-db/src/sqlite/*.ppu
-packages/fcl-db/src/sqlite/*.s
-packages/fcl-db/src/sqlite/Package.fpc
-packages/fcl-db/src/sqlite/fpcmade.*
-packages/fcl-db/src/sqlite/units
-packages/fcl-db/src/units
-packages/fcl-db/tests/*.bak
-packages/fcl-db/tests/*.exe
-packages/fcl-db/tests/*.o
-packages/fcl-db/tests/*.ppu
-packages/fcl-db/tests/*.s
-packages/fcl-db/tests/Package.fpc
-packages/fcl-db/tests/build-stamp.*
-packages/fcl-db/tests/fpcmade.*
-packages/fcl-db/tests/units
-packages/fcl-db/units
-packages/fcl-extra/*.bak
-packages/fcl-extra/*.exe
-packages/fcl-extra/*.o
-packages/fcl-extra/*.ppu
-packages/fcl-extra/*.s
-packages/fcl-extra/Package.fpc
-packages/fcl-extra/build-stamp.*
-packages/fcl-extra/examples/*.bak
-packages/fcl-extra/examples/*.exe
-packages/fcl-extra/examples/*.o
-packages/fcl-extra/examples/*.ppu
-packages/fcl-extra/examples/*.s
-packages/fcl-extra/examples/Package.fpc
-packages/fcl-extra/examples/build-stamp.*
-packages/fcl-extra/examples/fpcmade.*
-packages/fcl-extra/examples/units
-packages/fcl-extra/fpcmade.*
-packages/fcl-extra/src/*.bak
-packages/fcl-extra/src/*.exe
-packages/fcl-extra/src/*.o
-packages/fcl-extra/src/*.ppu
-packages/fcl-extra/src/*.s
-packages/fcl-extra/src/Package.fpc
-packages/fcl-extra/src/build-stamp.*
-packages/fcl-extra/src/dummy/*.bak
-packages/fcl-extra/src/dummy/*.exe
-packages/fcl-extra/src/dummy/*.o
-packages/fcl-extra/src/dummy/*.ppu
-packages/fcl-extra/src/dummy/*.s
-packages/fcl-extra/src/dummy/Package.fpc
-packages/fcl-extra/src/dummy/build-stamp.*
-packages/fcl-extra/src/dummy/fpcmade.*
-packages/fcl-extra/src/dummy/units
-packages/fcl-extra/src/fpcmade.*
-packages/fcl-extra/src/go32v2/*.bak
-packages/fcl-extra/src/go32v2/*.exe
-packages/fcl-extra/src/go32v2/*.o
-packages/fcl-extra/src/go32v2/*.ppu
-packages/fcl-extra/src/go32v2/*.s
-packages/fcl-extra/src/go32v2/Package.fpc
-packages/fcl-extra/src/go32v2/build-stamp.*
-packages/fcl-extra/src/go32v2/fpcmade.*
-packages/fcl-extra/src/go32v2/units
-packages/fcl-extra/src/netware/*.bak
-packages/fcl-extra/src/netware/*.exe
-packages/fcl-extra/src/netware/*.o
-packages/fcl-extra/src/netware/*.ppu
-packages/fcl-extra/src/netware/*.s
-packages/fcl-extra/src/netware/Package.fpc
-packages/fcl-extra/src/netware/build-stamp.*
-packages/fcl-extra/src/netware/fpcmade.*
-packages/fcl-extra/src/netware/units
-packages/fcl-extra/src/netwlibc/*.bak
-packages/fcl-extra/src/netwlibc/*.exe
-packages/fcl-extra/src/netwlibc/*.o
-packages/fcl-extra/src/netwlibc/*.ppu
-packages/fcl-extra/src/netwlibc/*.s
-packages/fcl-extra/src/netwlibc/Package.fpc
-packages/fcl-extra/src/netwlibc/build-stamp.*
-packages/fcl-extra/src/netwlibc/fpcmade.*
-packages/fcl-extra/src/netwlibc/units
-packages/fcl-extra/src/os2/*.bak
-packages/fcl-extra/src/os2/*.exe
-packages/fcl-extra/src/os2/*.o
-packages/fcl-extra/src/os2/*.ppu
-packages/fcl-extra/src/os2/*.s
-packages/fcl-extra/src/os2/Package.fpc
-packages/fcl-extra/src/os2/build-stamp.*
-packages/fcl-extra/src/os2/fpcmade.*
-packages/fcl-extra/src/os2/units
-packages/fcl-extra/src/units
-packages/fcl-extra/src/unix/*.bak
-packages/fcl-extra/src/unix/*.exe
-packages/fcl-extra/src/unix/*.o
-packages/fcl-extra/src/unix/*.ppu
-packages/fcl-extra/src/unix/*.s
-packages/fcl-extra/src/unix/Package.fpc
-packages/fcl-extra/src/unix/build-stamp.*
-packages/fcl-extra/src/unix/fpcmade.*
-packages/fcl-extra/src/unix/units
-packages/fcl-extra/src/win/*.bak
-packages/fcl-extra/src/win/*.exe
-packages/fcl-extra/src/win/*.o
-packages/fcl-extra/src/win/*.ppu
-packages/fcl-extra/src/win/*.s
-packages/fcl-extra/src/win/Package.fpc
-packages/fcl-extra/src/win/build-stamp.*
-packages/fcl-extra/src/win/fpcmade.*
-packages/fcl-extra/src/win/units
-packages/fcl-extra/src/wince/*.bak
-packages/fcl-extra/src/wince/*.exe
-packages/fcl-extra/src/wince/*.o
-packages/fcl-extra/src/wince/*.ppu
-packages/fcl-extra/src/wince/*.s
-packages/fcl-extra/src/wince/Package.fpc
-packages/fcl-extra/src/wince/build-stamp.*
-packages/fcl-extra/src/wince/fpcmade.*
-packages/fcl-extra/src/wince/units
-packages/fcl-extra/units
-packages/fcl-fpcunit/*.bak
-packages/fcl-fpcunit/*.exe
-packages/fcl-fpcunit/*.o
-packages/fcl-fpcunit/*.ppu
-packages/fcl-fpcunit/*.s
-packages/fcl-fpcunit/Package.fpc
-packages/fcl-fpcunit/build-stamp.*
-packages/fcl-fpcunit/fpcmade.*
-packages/fcl-fpcunit/src/*.bak
-packages/fcl-fpcunit/src/*.exe
-packages/fcl-fpcunit/src/*.o
-packages/fcl-fpcunit/src/*.ppu
-packages/fcl-fpcunit/src/*.s
-packages/fcl-fpcunit/src/Package.fpc
-packages/fcl-fpcunit/src/demo/*.bak
-packages/fcl-fpcunit/src/demo/*.exe
-packages/fcl-fpcunit/src/demo/*.o
-packages/fcl-fpcunit/src/demo/*.ppu
-packages/fcl-fpcunit/src/demo/*.s
-packages/fcl-fpcunit/src/demo/Package.fpc
-packages/fcl-fpcunit/src/demo/consolerunner/*.bak
-packages/fcl-fpcunit/src/demo/consolerunner/*.exe
-packages/fcl-fpcunit/src/demo/consolerunner/*.o
-packages/fcl-fpcunit/src/demo/consolerunner/*.ppu
-packages/fcl-fpcunit/src/demo/consolerunner/*.s
-packages/fcl-fpcunit/src/demo/consolerunner/Package.fpc
-packages/fcl-fpcunit/src/demo/consolerunner/fpcmade.*
-packages/fcl-fpcunit/src/demo/consolerunner/units
-packages/fcl-fpcunit/src/demo/fpcmade.*
-packages/fcl-fpcunit/src/demo/units
-packages/fcl-fpcunit/src/example_output/*.bak
-packages/fcl-fpcunit/src/example_output/*.exe
-packages/fcl-fpcunit/src/example_output/*.o
-packages/fcl-fpcunit/src/example_output/*.ppu
-packages/fcl-fpcunit/src/example_output/*.s
-packages/fcl-fpcunit/src/example_output/Package.fpc
-packages/fcl-fpcunit/src/example_output/build-stamp.*
-packages/fcl-fpcunit/src/example_output/fpcmade.*
-packages/fcl-fpcunit/src/example_output/units
-packages/fcl-fpcunit/src/example_xsl/*.bak
-packages/fcl-fpcunit/src/example_xsl/*.exe
-packages/fcl-fpcunit/src/example_xsl/*.o
-packages/fcl-fpcunit/src/example_xsl/*.ppu
-packages/fcl-fpcunit/src/example_xsl/*.s
-packages/fcl-fpcunit/src/example_xsl/Package.fpc
-packages/fcl-fpcunit/src/example_xsl/build-stamp.*
-packages/fcl-fpcunit/src/example_xsl/fpcmade.*
-packages/fcl-fpcunit/src/example_xsl/images/*.bak
-packages/fcl-fpcunit/src/example_xsl/images/*.exe
-packages/fcl-fpcunit/src/example_xsl/images/*.o
-packages/fcl-fpcunit/src/example_xsl/images/*.ppu
-packages/fcl-fpcunit/src/example_xsl/images/*.s
-packages/fcl-fpcunit/src/example_xsl/images/Package.fpc
-packages/fcl-fpcunit/src/example_xsl/images/build-stamp.*
-packages/fcl-fpcunit/src/example_xsl/images/fpcmade.*
-packages/fcl-fpcunit/src/example_xsl/images/units
-packages/fcl-fpcunit/src/example_xsl/scripts/*.bak
-packages/fcl-fpcunit/src/example_xsl/scripts/*.exe
-packages/fcl-fpcunit/src/example_xsl/scripts/*.o
-packages/fcl-fpcunit/src/example_xsl/scripts/*.ppu
-packages/fcl-fpcunit/src/example_xsl/scripts/*.s
-packages/fcl-fpcunit/src/example_xsl/scripts/Package.fpc
-packages/fcl-fpcunit/src/example_xsl/scripts/build-stamp.*
-packages/fcl-fpcunit/src/example_xsl/scripts/fpcmade.*
-packages/fcl-fpcunit/src/example_xsl/scripts/units
-packages/fcl-fpcunit/src/example_xsl/units
-packages/fcl-fpcunit/src/exampletests/*.bak
-packages/fcl-fpcunit/src/exampletests/*.exe
-packages/fcl-fpcunit/src/exampletests/*.o
-packages/fcl-fpcunit/src/exampletests/*.ppu
-packages/fcl-fpcunit/src/exampletests/*.s
-packages/fcl-fpcunit/src/exampletests/Package.fpc
-packages/fcl-fpcunit/src/exampletests/fpcmade.*
-packages/fcl-fpcunit/src/exampletests/units
-packages/fcl-fpcunit/src/fpcmade.*
-packages/fcl-fpcunit/src/tests/*.bak
-packages/fcl-fpcunit/src/tests/*.exe
-packages/fcl-fpcunit/src/tests/*.o
-packages/fcl-fpcunit/src/tests/*.ppu
-packages/fcl-fpcunit/src/tests/*.s
-packages/fcl-fpcunit/src/tests/Package.fpc
-packages/fcl-fpcunit/src/tests/fpcmade.*
-packages/fcl-fpcunit/src/tests/units
-packages/fcl-fpcunit/src/units
-packages/fcl-fpcunit/units
-packages/fcl-image/*.bak
-packages/fcl-image/*.exe
-packages/fcl-image/*.o
-packages/fcl-image/*.ppu
-packages/fcl-image/*.s
-packages/fcl-image/Package.fpc
-packages/fcl-image/build-stamp.*
-packages/fcl-image/examples/*.bak
-packages/fcl-image/examples/*.exe
-packages/fcl-image/examples/*.o
-packages/fcl-image/examples/*.ppu
-packages/fcl-image/examples/*.s
-packages/fcl-image/examples/Package.fpc
-packages/fcl-image/examples/build-stamp.*
-packages/fcl-image/examples/fpcmade.*
-packages/fcl-image/examples/units
-packages/fcl-image/fpcmade.*
-packages/fcl-image/src/*.bak
-packages/fcl-image/src/*.exe
-packages/fcl-image/src/*.o
-packages/fcl-image/src/*.ppu
-packages/fcl-image/src/*.s
-packages/fcl-image/src/Package.fpc
-packages/fcl-image/src/fpcmade.*
-packages/fcl-image/src/units
-packages/fcl-image/units
-packages/fcl-json/*.bak
-packages/fcl-json/*.exe
-packages/fcl-json/*.o
-packages/fcl-json/*.ppu
-packages/fcl-json/*.s
-packages/fcl-json/Package.fpc
-packages/fcl-json/build-stamp.*
-packages/fcl-json/examples/*.bak
-packages/fcl-json/examples/*.exe
-packages/fcl-json/examples/*.o
-packages/fcl-json/examples/*.ppu
-packages/fcl-json/examples/*.s
-packages/fcl-json/examples/Package.fpc
-packages/fcl-json/examples/build-stamp.*
-packages/fcl-json/examples/fpcmade.*
-packages/fcl-json/examples/units
-packages/fcl-json/fpcmade.*
-packages/fcl-json/src/*.bak
-packages/fcl-json/src/*.exe
-packages/fcl-json/src/*.o
-packages/fcl-json/src/*.ppu
-packages/fcl-json/src/*.s
-packages/fcl-json/src/Package.fpc
-packages/fcl-json/src/build-stamp.*
-packages/fcl-json/src/fpcmade.*
-packages/fcl-json/src/units
-packages/fcl-json/tests/*.bak
-packages/fcl-json/tests/*.exe
-packages/fcl-json/tests/*.o
-packages/fcl-json/tests/*.ppu
-packages/fcl-json/tests/*.s
-packages/fcl-json/tests/Package.fpc
-packages/fcl-json/tests/build-stamp.*
-packages/fcl-json/tests/fpcmade.*
-packages/fcl-json/tests/units
-packages/fcl-json/units
-packages/fcl-net/*.bak
-packages/fcl-net/*.exe
-packages/fcl-net/*.o
-packages/fcl-net/*.ppu
-packages/fcl-net/*.s
-packages/fcl-net/Package.fpc
-packages/fcl-net/build-stamp.*
-packages/fcl-net/examples/*.bak
-packages/fcl-net/examples/*.exe
-packages/fcl-net/examples/*.o
-packages/fcl-net/examples/*.ppu
-packages/fcl-net/examples/*.s
-packages/fcl-net/examples/Package.fpc
-packages/fcl-net/examples/fpcmade.*
-packages/fcl-net/examples/units
-packages/fcl-net/fpcmade.*
-packages/fcl-net/src/*.bak
-packages/fcl-net/src/*.exe
-packages/fcl-net/src/*.o
-packages/fcl-net/src/*.ppu
-packages/fcl-net/src/*.s
-packages/fcl-net/src/Package.fpc
-packages/fcl-net/src/amiga/*.bak
-packages/fcl-net/src/amiga/*.exe
-packages/fcl-net/src/amiga/*.o
-packages/fcl-net/src/amiga/*.ppu
-packages/fcl-net/src/amiga/*.s
-packages/fcl-net/src/amiga/Package.fpc
-packages/fcl-net/src/amiga/build-stamp.*
-packages/fcl-net/src/amiga/fpcmade.*
-packages/fcl-net/src/amiga/units
-packages/fcl-net/src/aros/*.bak
-packages/fcl-net/src/aros/*.exe
-packages/fcl-net/src/aros/*.o
-packages/fcl-net/src/aros/*.ppu
-packages/fcl-net/src/aros/*.s
-packages/fcl-net/src/aros/Package.fpc
-packages/fcl-net/src/aros/build-stamp.*
-packages/fcl-net/src/aros/fpcmade.*
-packages/fcl-net/src/aros/units
-packages/fcl-net/src/fpcmade.*
-packages/fcl-net/src/netware/*.bak
-packages/fcl-net/src/netware/*.exe
-packages/fcl-net/src/netware/*.o
-packages/fcl-net/src/netware/*.ppu
-packages/fcl-net/src/netware/*.s
-packages/fcl-net/src/netware/Package.fpc
-packages/fcl-net/src/netware/build-stamp.*
-packages/fcl-net/src/netware/fpcmade.*
-packages/fcl-net/src/netware/units
-packages/fcl-net/src/netwlibc/*.bak
-packages/fcl-net/src/netwlibc/*.exe
-packages/fcl-net/src/netwlibc/*.o
-packages/fcl-net/src/netwlibc/*.ppu
-packages/fcl-net/src/netwlibc/*.s
-packages/fcl-net/src/netwlibc/Package.fpc
-packages/fcl-net/src/netwlibc/build-stamp.*
-packages/fcl-net/src/netwlibc/fpcmade.*
-packages/fcl-net/src/netwlibc/units
-packages/fcl-net/src/os2/*.bak
-packages/fcl-net/src/os2/*.exe
-packages/fcl-net/src/os2/*.o
-packages/fcl-net/src/os2/*.ppu
-packages/fcl-net/src/os2/*.s
-packages/fcl-net/src/os2/Package.fpc
-packages/fcl-net/src/os2/build-stamp.*
-packages/fcl-net/src/os2/fpcmade.*
-packages/fcl-net/src/os2/units
-packages/fcl-net/src/units
-packages/fcl-net/src/unix/*.bak
-packages/fcl-net/src/unix/*.exe
-packages/fcl-net/src/unix/*.o
-packages/fcl-net/src/unix/*.ppu
-packages/fcl-net/src/unix/*.s
-packages/fcl-net/src/unix/Package.fpc
-packages/fcl-net/src/unix/build-stamp.*
-packages/fcl-net/src/unix/fpcmade.*
-packages/fcl-net/src/unix/units
-packages/fcl-net/src/win/*.bak
-packages/fcl-net/src/win/*.exe
-packages/fcl-net/src/win/*.o
-packages/fcl-net/src/win/*.ppu
-packages/fcl-net/src/win/*.s
-packages/fcl-net/src/win/Package.fpc
-packages/fcl-net/src/win/build-stamp.*
-packages/fcl-net/src/win/fpcmade.*
-packages/fcl-net/src/win/units
-packages/fcl-net/units
-packages/fcl-passrc/*.bak
-packages/fcl-passrc/*.exe
-packages/fcl-passrc/*.o
-packages/fcl-passrc/*.ppu
-packages/fcl-passrc/*.s
-packages/fcl-passrc/Package.fpc
-packages/fcl-passrc/build-stamp.*
-packages/fcl-passrc/fpcmade.*
-packages/fcl-passrc/src/*.bak
-packages/fcl-passrc/src/*.exe
-packages/fcl-passrc/src/*.o
-packages/fcl-passrc/src/*.ppu
-packages/fcl-passrc/src/*.s
-packages/fcl-passrc/src/Package.fpc
-packages/fcl-passrc/src/fpcmade.*
-packages/fcl-passrc/src/units
-packages/fcl-passrc/units
-packages/fcl-process/*.bak
-packages/fcl-process/*.exe
-packages/fcl-process/*.o
-packages/fcl-process/*.ppu
-packages/fcl-process/*.s
-packages/fcl-process/Package.fpc
-packages/fcl-process/build-stamp.*
-packages/fcl-process/fpcmade.*
-packages/fcl-process/src/*.bak
-packages/fcl-process/src/*.exe
-packages/fcl-process/src/*.o
-packages/fcl-process/src/*.ppu
-packages/fcl-process/src/*.s
-packages/fcl-process/src/Package.fpc
-packages/fcl-process/src/build-stamp.*
-packages/fcl-process/src/dummy/*.bak
-packages/fcl-process/src/dummy/*.exe
-packages/fcl-process/src/dummy/*.o
-packages/fcl-process/src/dummy/*.ppu
-packages/fcl-process/src/dummy/*.s
-packages/fcl-process/src/dummy/Package.fpc
-packages/fcl-process/src/dummy/build-stamp.*
-packages/fcl-process/src/dummy/fpcmade.*
-packages/fcl-process/src/dummy/units
-packages/fcl-process/src/fpcmade.*
-packages/fcl-process/src/os2/*.bak
-packages/fcl-process/src/os2/*.exe
-packages/fcl-process/src/os2/*.o
-packages/fcl-process/src/os2/*.ppu
-packages/fcl-process/src/os2/*.s
-packages/fcl-process/src/os2/Package.fpc
-packages/fcl-process/src/os2/build-stamp.*
-packages/fcl-process/src/os2/fpcmade.*
-packages/fcl-process/src/os2/units
-packages/fcl-process/src/units
-packages/fcl-process/src/unix/*.bak
-packages/fcl-process/src/unix/*.exe
-packages/fcl-process/src/unix/*.o
-packages/fcl-process/src/unix/*.ppu
-packages/fcl-process/src/unix/*.s
-packages/fcl-process/src/unix/Package.fpc
-packages/fcl-process/src/unix/build-stamp.*
-packages/fcl-process/src/unix/fpcmade.*
-packages/fcl-process/src/unix/units
-packages/fcl-process/src/win/*.bak
-packages/fcl-process/src/win/*.exe
-packages/fcl-process/src/win/*.o
-packages/fcl-process/src/win/*.ppu
-packages/fcl-process/src/win/*.s
-packages/fcl-process/src/win/Package.fpc
-packages/fcl-process/src/win/build-stamp.*
-packages/fcl-process/src/win/fpcmade.*
-packages/fcl-process/src/win/units
-packages/fcl-process/src/wince/*.bak
-packages/fcl-process/src/wince/*.exe
-packages/fcl-process/src/wince/*.o
-packages/fcl-process/src/wince/*.ppu
-packages/fcl-process/src/wince/*.s
-packages/fcl-process/src/wince/Package.fpc
-packages/fcl-process/src/wince/build-stamp.*
-packages/fcl-process/src/wince/fpcmade.*
-packages/fcl-process/src/wince/units
-packages/fcl-process/units
-packages/fcl-registry/*.bak
-packages/fcl-registry/*.exe
-packages/fcl-registry/*.o
-packages/fcl-registry/*.ppu
-packages/fcl-registry/*.s
-packages/fcl-registry/Package.fpc
-packages/fcl-registry/build-stamp.*
-packages/fcl-registry/fpcmade.*
-packages/fcl-registry/src/*.bak
-packages/fcl-registry/src/*.exe
-packages/fcl-registry/src/*.o
-packages/fcl-registry/src/*.ppu
-packages/fcl-registry/src/*.s
-packages/fcl-registry/src/Package.fpc
-packages/fcl-registry/src/build-stamp.*
-packages/fcl-registry/src/fpcmade.*
-packages/fcl-registry/src/units
-packages/fcl-registry/tests/*.bak
-packages/fcl-registry/tests/*.exe
-packages/fcl-registry/tests/*.o
-packages/fcl-registry/tests/*.ppu
-packages/fcl-registry/tests/*.s
-packages/fcl-registry/tests/Package.fpc
-packages/fcl-registry/tests/build-stamp.*
-packages/fcl-registry/tests/fpcmade.*
-packages/fcl-registry/tests/units
-packages/fcl-registry/tests/units/*.bak
-packages/fcl-registry/tests/units/*.exe
-packages/fcl-registry/tests/units/*.o
-packages/fcl-registry/tests/units/*.ppu
-packages/fcl-registry/tests/units/*.s
-packages/fcl-registry/tests/units/Package.fpc
-packages/fcl-registry/tests/units/build-stamp.*
-packages/fcl-registry/tests/units/fpcmade.*
-packages/fcl-registry/tests/units/units
-packages/fcl-registry/units
-packages/fcl-res/*.bak
-packages/fcl-res/*.exe
-packages/fcl-res/*.o
-packages/fcl-res/*.ppu
-packages/fcl-res/*.s
-packages/fcl-res/Package.fpc
-packages/fcl-res/build-stamp.*
-packages/fcl-res/fpcmade.*
-packages/fcl-res/src/*.bak
-packages/fcl-res/src/*.exe
-packages/fcl-res/src/*.o
-packages/fcl-res/src/*.ppu
-packages/fcl-res/src/*.s
-packages/fcl-res/src/Package.fpc
-packages/fcl-res/src/build-stamp.*
-packages/fcl-res/src/fpcmade.*
-packages/fcl-res/src/units
-packages/fcl-res/units
-packages/fcl-res/xml/*.bak
-packages/fcl-res/xml/*.exe
-packages/fcl-res/xml/*.o
-packages/fcl-res/xml/*.ppu
-packages/fcl-res/xml/*.s
-packages/fcl-res/xml/Package.fpc
-packages/fcl-res/xml/build-stamp.*
-packages/fcl-res/xml/fpcmade.*
-packages/fcl-res/xml/units
-packages/fcl-web/*.bak
-packages/fcl-web/*.exe
-packages/fcl-web/*.o
-packages/fcl-web/*.ppu
-packages/fcl-web/*.s
-packages/fcl-web/Package.fpc
-packages/fcl-web/build-stamp.*
-packages/fcl-web/fpcmade.*
-packages/fcl-web/src/*.bak
-packages/fcl-web/src/*.exe
-packages/fcl-web/src/*.o
-packages/fcl-web/src/*.ppu
-packages/fcl-web/src/*.s
-packages/fcl-web/src/Package.fpc
-packages/fcl-web/src/build-stamp.*
-packages/fcl-web/src/fpcmade.*
-packages/fcl-web/src/units
-packages/fcl-web/units
-packages/fcl-xml/*.bak
-packages/fcl-xml/*.exe
-packages/fcl-xml/*.o
-packages/fcl-xml/*.ppu
-packages/fcl-xml/*.s
-packages/fcl-xml/Package.fpc
-packages/fcl-xml/build-stamp.*
-packages/fcl-xml/fpcmade.*
-packages/fcl-xml/src/*.bak
-packages/fcl-xml/src/*.exe
-packages/fcl-xml/src/*.o
-packages/fcl-xml/src/*.ppu
-packages/fcl-xml/src/*.s
-packages/fcl-xml/src/Package.fpc
-packages/fcl-xml/src/fpcmade.*
-packages/fcl-xml/src/units
-packages/fcl-xml/tests/*.bak
-packages/fcl-xml/tests/*.exe
-packages/fcl-xml/tests/*.o
-packages/fcl-xml/tests/*.ppu
-packages/fcl-xml/tests/*.s
-packages/fcl-xml/tests/Package.fpc
-packages/fcl-xml/tests/build-stamp.*
-packages/fcl-xml/tests/fpcmade.*
-packages/fcl-xml/tests/units
-packages/fcl-xml/units
-packages/fftw/*.bak
-packages/fftw/*.exe
-packages/fftw/*.o
-packages/fftw/*.ppu
-packages/fftw/*.s
-packages/fftw/Package.fpc
-packages/fftw/build-stamp.*
-packages/fftw/examples/*.bak
-packages/fftw/examples/*.exe
-packages/fftw/examples/*.o
-packages/fftw/examples/*.ppu
-packages/fftw/examples/*.s
-packages/fftw/examples/Package.fpc
-packages/fftw/examples/build-stamp.*
-packages/fftw/examples/fpcmade.*
-packages/fftw/examples/units
-packages/fftw/fpcmade.*
-packages/fftw/src/*.bak
-packages/fftw/src/*.exe
-packages/fftw/src/*.o
-packages/fftw/src/*.ppu
-packages/fftw/src/*.s
-packages/fftw/src/Package.fpc
-packages/fftw/src/build-stamp.*
-packages/fftw/src/fpcmade.*
-packages/fftw/src/units
-packages/fftw/tests/*.bak
-packages/fftw/tests/*.exe
-packages/fftw/tests/*.o
-packages/fftw/tests/*.ppu
-packages/fftw/tests/*.s
-packages/fftw/tests/Package.fpc
-packages/fftw/tests/build-stamp.*
-packages/fftw/tests/fpcmade.*
-packages/fftw/tests/units
-packages/fftw/units
-packages/fpcmade.*
-packages/fpgtk/*.bak
-packages/fpgtk/*.exe
-packages/fpgtk/*.o
-packages/fpgtk/*.ppu
-packages/fpgtk/*.s
-packages/fpgtk/Package.fpc
-packages/fpgtk/build-stamp.*
-packages/fpgtk/examples/*.bak
-packages/fpgtk/examples/*.exe
-packages/fpgtk/examples/*.o
-packages/fpgtk/examples/*.ppu
-packages/fpgtk/examples/*.s
-packages/fpgtk/examples/Package.fpc
-packages/fpgtk/examples/build-stamp.*
-packages/fpgtk/examples/fpcmade.*
-packages/fpgtk/examples/units
-packages/fpgtk/fpcmade.*
-packages/fpgtk/src/*.bak
-packages/fpgtk/src/*.exe
-packages/fpgtk/src/*.o
-packages/fpgtk/src/*.ppu
-packages/fpgtk/src/*.s
-packages/fpgtk/src/Package.fpc
-packages/fpgtk/src/build-stamp.*
-packages/fpgtk/src/def/*.bak
-packages/fpgtk/src/def/*.exe
-packages/fpgtk/src/def/*.o
-packages/fpgtk/src/def/*.ppu
-packages/fpgtk/src/def/*.s
-packages/fpgtk/src/def/Package.fpc
-packages/fpgtk/src/def/fpcmade.*
-packages/fpgtk/src/def/units
-packages/fpgtk/src/editor/*.bak
-packages/fpgtk/src/editor/*.exe
-packages/fpgtk/src/editor/*.o
-packages/fpgtk/src/editor/*.ppu
-packages/fpgtk/src/editor/*.s
-packages/fpgtk/src/editor/Package.fpc
-packages/fpgtk/src/editor/fpcmade.*
-packages/fpgtk/src/editor/units
-packages/fpgtk/src/fpcmade.*
-packages/fpgtk/src/pgtk/*.bak
-packages/fpgtk/src/pgtk/*.exe
-packages/fpgtk/src/pgtk/*.o
-packages/fpgtk/src/pgtk/*.ppu
-packages/fpgtk/src/pgtk/*.s
-packages/fpgtk/src/pgtk/Package.fpc
-packages/fpgtk/src/pgtk/fpcmade.*
-packages/fpgtk/src/pgtk/units
-packages/fpgtk/src/units
-packages/fpgtk/tests/*.bak
-packages/fpgtk/tests/*.exe
-packages/fpgtk/tests/*.o
-packages/fpgtk/tests/*.ppu
-packages/fpgtk/tests/*.s
-packages/fpgtk/tests/Package.fpc
-packages/fpgtk/tests/build-stamp.*
-packages/fpgtk/tests/fpcmade.*
-packages/fpgtk/tests/units
-packages/fpgtk/units
-packages/fpmkunit/*.bak
-packages/fpmkunit/*.exe
-packages/fpmkunit/*.o
-packages/fpmkunit/*.ppu
-packages/fpmkunit/*.s
-packages/fpmkunit/Package.fpc
-packages/fpmkunit/build-stamp.*
-packages/fpmkunit/examples/*.bak
-packages/fpmkunit/examples/*.exe
-packages/fpmkunit/examples/*.o
-packages/fpmkunit/examples/*.ppu
-packages/fpmkunit/examples/*.s
-packages/fpmkunit/examples/Package.fpc
-packages/fpmkunit/examples/build-stamp.*
-packages/fpmkunit/examples/fpcmade.*
-packages/fpmkunit/examples/units
-packages/fpmkunit/fpcmade.*
-packages/fpmkunit/src/*.bak
-packages/fpmkunit/src/*.exe
-packages/fpmkunit/src/*.o
-packages/fpmkunit/src/*.ppu
-packages/fpmkunit/src/*.s
-packages/fpmkunit/src/Package.fpc
-packages/fpmkunit/src/build-stamp.*
-packages/fpmkunit/src/fpcmade.*
-packages/fpmkunit/src/units
-packages/fpmkunit/units
-packages/fuse/*.bak
-packages/fuse/*.exe
-packages/fuse/*.o
-packages/fuse/*.ppu
-packages/fuse/*.s
-packages/fuse/Package.fpc
-packages/fuse/build-stamp.*
-packages/fuse/examples/*.bak
-packages/fuse/examples/*.exe
-packages/fuse/examples/*.o
-packages/fuse/examples/*.ppu
-packages/fuse/examples/*.s
-packages/fuse/examples/Package.fpc
-packages/fuse/examples/build-stamp.*
-packages/fuse/examples/fpcmade.*
-packages/fuse/examples/units
-packages/fuse/fpcmade.*
-packages/fuse/scripts/*.bak
-packages/fuse/scripts/*.exe
-packages/fuse/scripts/*.o
-packages/fuse/scripts/*.ppu
-packages/fuse/scripts/*.s
-packages/fuse/scripts/Package.fpc
-packages/fuse/scripts/build-stamp.*
-packages/fuse/scripts/fpcmade.*
-packages/fuse/scripts/units
-packages/fuse/src/*.bak
-packages/fuse/src/*.exe
-packages/fuse/src/*.o
-packages/fuse/src/*.ppu
-packages/fuse/src/*.s
-packages/fuse/src/Package.fpc
-packages/fuse/src/build-stamp.*
-packages/fuse/src/fpcmade.*
-packages/fuse/src/units
-packages/fuse/tests/*.bak
-packages/fuse/tests/*.exe
-packages/fuse/tests/*.o
-packages/fuse/tests/*.ppu
-packages/fuse/tests/*.s
-packages/fuse/tests/Package.fpc
-packages/fuse/tests/build-stamp.*
-packages/fuse/tests/fpcmade.*
-packages/fuse/tests/units
-packages/fuse/units
-packages/fv/*.bak
-packages/fv/*.exe
-packages/fv/*.o
-packages/fv/*.ppu
-packages/fv/*.s
-packages/fv/Package.fpc
-packages/fv/build-stamp.*
-packages/fv/examples/*.bak
-packages/fv/examples/*.exe
-packages/fv/examples/*.o
-packages/fv/examples/*.ppu
-packages/fv/examples/*.s
-packages/fv/examples/Package.fpc
-packages/fv/examples/build-stamp.*
-packages/fv/examples/fpcmade.*
-packages/fv/examples/units
-packages/fv/fpcmade.*
-packages/fv/src/*.bak
-packages/fv/src/*.exe
-packages/fv/src/*.o
-packages/fv/src/*.ppu
-packages/fv/src/*.s
-packages/fv/src/Package.fpc
-packages/fv/src/build-stamp.*
-packages/fv/src/fpcmade.*
-packages/fv/src/units
-packages/fv/units
-packages/gdbint/*.bak
-packages/gdbint/*.exe
-packages/gdbint/*.o
-packages/gdbint/*.ppu
-packages/gdbint/*.s
-packages/gdbint/Package.fpc
-packages/gdbint/bin
-packages/gdbint/build-stamp.*
-packages/gdbint/examples/*.bak
-packages/gdbint/examples/*.exe
-packages/gdbint/examples/*.o
-packages/gdbint/examples/*.ppu
-packages/gdbint/examples/*.s
-packages/gdbint/examples/Package.fpc
-packages/gdbint/examples/build-stamp.*
-packages/gdbint/examples/fpcmade.*
-packages/gdbint/examples/units
-packages/gdbint/fpcmade.*
-packages/gdbint/src/*.bak
-packages/gdbint/src/*.exe
-packages/gdbint/src/*.o
-packages/gdbint/src/*.ppu
-packages/gdbint/src/*.s
-packages/gdbint/src/Package.fpc
-packages/gdbint/src/build-stamp.*
-packages/gdbint/src/fpcmade.*
-packages/gdbint/src/units
-packages/gdbint/units
-packages/gdbm/*.bak
-packages/gdbm/*.exe
-packages/gdbm/*.o
-packages/gdbm/*.ppu
-packages/gdbm/*.s
-packages/gdbm/Package.fpc
-packages/gdbm/build-stamp.*
-packages/gdbm/examples/*.bak
-packages/gdbm/examples/*.exe
-packages/gdbm/examples/*.o
-packages/gdbm/examples/*.ppu
-packages/gdbm/examples/*.s
-packages/gdbm/examples/Package.fpc
-packages/gdbm/examples/build-stamp.*
-packages/gdbm/examples/fpcmade.*
-packages/gdbm/examples/units
-packages/gdbm/fpcmade.*
-packages/gdbm/src/*.bak
-packages/gdbm/src/*.exe
-packages/gdbm/src/*.o
-packages/gdbm/src/*.ppu
-packages/gdbm/src/*.s
-packages/gdbm/src/Package.fpc
-packages/gdbm/src/build-stamp.*
-packages/gdbm/src/fpcmade.*
-packages/gdbm/src/units
-packages/gdbm/units
-packages/ggi/*.bak
-packages/ggi/*.exe
-packages/ggi/*.o
-packages/ggi/*.ppu
-packages/ggi/*.s
-packages/ggi/Package.fpc
-packages/ggi/build-stamp.*
-packages/ggi/examples/*.bak
-packages/ggi/examples/*.exe
-packages/ggi/examples/*.o
-packages/ggi/examples/*.ppu
-packages/ggi/examples/*.s
-packages/ggi/examples/Package.fpc
-packages/ggi/examples/build-stamp.*
-packages/ggi/examples/fpcmade.*
-packages/ggi/examples/units
-packages/ggi/fpcmade.*
-packages/ggi/src/*.bak
-packages/ggi/src/*.exe
-packages/ggi/src/*.o
-packages/ggi/src/*.ppu
-packages/ggi/src/*.s
-packages/ggi/src/Package.fpc
-packages/ggi/src/build-stamp.*
-packages/ggi/src/fpcmade.*
-packages/ggi/src/units
-packages/ggi/tests/*.bak
-packages/ggi/tests/*.exe
-packages/ggi/tests/*.o
-packages/ggi/tests/*.ppu
-packages/ggi/tests/*.s
-packages/ggi/tests/Package.fpc
-packages/ggi/tests/build-stamp.*
-packages/ggi/tests/fpcmade.*
-packages/ggi/tests/units
-packages/ggi/units
-packages/gmp/*.bak
-packages/gmp/*.exe
-packages/gmp/*.o
-packages/gmp/*.ppu
-packages/gmp/*.s
-packages/gmp/Package.fpc
-packages/gmp/build-stamp.*
-packages/gmp/examples/*.bak
-packages/gmp/examples/*.exe
-packages/gmp/examples/*.o
-packages/gmp/examples/*.ppu
-packages/gmp/examples/*.s
-packages/gmp/examples/Package.fpc
-packages/gmp/examples/build-stamp.*
-packages/gmp/examples/fpcmade.*
-packages/gmp/examples/units
-packages/gmp/fpcmade.*
-packages/gmp/src/*.bak
-packages/gmp/src/*.exe
-packages/gmp/src/*.o
-packages/gmp/src/*.ppu
-packages/gmp/src/*.s
-packages/gmp/src/Package.fpc
-packages/gmp/src/build-stamp.*
-packages/gmp/src/fpcmade.*
-packages/gmp/src/units
-packages/gmp/units
-packages/gnome1/*.bak
-packages/gnome1/*.exe
-packages/gnome1/*.o
-packages/gnome1/*.ppu
-packages/gnome1/*.s
-packages/gnome1/Package.fpc
-packages/gnome1/build-stamp.*
-packages/gnome1/examples/*.bak
-packages/gnome1/examples/*.exe
-packages/gnome1/examples/*.o
-packages/gnome1/examples/*.ppu
-packages/gnome1/examples/*.s
-packages/gnome1/examples/Package.fpc
-packages/gnome1/examples/build-stamp.*
-packages/gnome1/examples/fpcmade.*
-packages/gnome1/examples/units
-packages/gnome1/fpcmade.*
-packages/gnome1/src/*.bak
-packages/gnome1/src/*.exe
-packages/gnome1/src/*.o
-packages/gnome1/src/*.ppu
-packages/gnome1/src/*.s
-packages/gnome1/src/Package.fpc
-packages/gnome1/src/build-stamp.*
-packages/gnome1/src/fpcmade.*
-packages/gnome1/src/gconf/*.bak
-packages/gnome1/src/gconf/*.exe
-packages/gnome1/src/gconf/*.o
-packages/gnome1/src/gconf/*.ppu
-packages/gnome1/src/gconf/*.s
-packages/gnome1/src/gconf/Package.fpc
-packages/gnome1/src/gconf/fpcmade.*
-packages/gnome1/src/gconf/units
-packages/gnome1/src/gconfclient/*.bak
-packages/gnome1/src/gconfclient/*.exe
-packages/gnome1/src/gconfclient/*.o
-packages/gnome1/src/gconfclient/*.ppu
-packages/gnome1/src/gconfclient/*.s
-packages/gnome1/src/gconfclient/Package.fpc
-packages/gnome1/src/gconfclient/fpcmade.*
-packages/gnome1/src/gconfclient/units
-packages/gnome1/src/libgnome/*.bak
-packages/gnome1/src/libgnome/*.exe
-packages/gnome1/src/libgnome/*.o
-packages/gnome1/src/libgnome/*.ppu
-packages/gnome1/src/libgnome/*.s
-packages/gnome1/src/libgnome/Package.fpc
-packages/gnome1/src/libgnome/fpcmade.*
-packages/gnome1/src/libgnome/units
-packages/gnome1/src/libgnomeui/*.bak
-packages/gnome1/src/libgnomeui/*.exe
-packages/gnome1/src/libgnomeui/*.o
-packages/gnome1/src/libgnomeui/*.ppu
-packages/gnome1/src/libgnomeui/*.s
-packages/gnome1/src/libgnomeui/Package.fpc
-packages/gnome1/src/libgnomeui/fpcmade.*
-packages/gnome1/src/libgnomeui/units
-packages/gnome1/src/units
-packages/gnome1/src/zvt/*.bak
-packages/gnome1/src/zvt/*.exe
-packages/gnome1/src/zvt/*.o
-packages/gnome1/src/zvt/*.ppu
-packages/gnome1/src/zvt/*.s
-packages/gnome1/src/zvt/Package.fpc
-packages/gnome1/src/zvt/fpcmade.*
-packages/gnome1/src/zvt/units
-packages/gnome1/tests/*.bak
-packages/gnome1/tests/*.exe
-packages/gnome1/tests/*.o
-packages/gnome1/tests/*.ppu
-packages/gnome1/tests/*.s
-packages/gnome1/tests/Package.fpc
-packages/gnome1/tests/build-stamp.*
-packages/gnome1/tests/fpcmade.*
-packages/gnome1/tests/units
-packages/gnome1/units
-packages/graph/*.bak
-packages/graph/*.exe
-packages/graph/*.o
-packages/graph/*.ppu
-packages/graph/*.s
-packages/graph/Package.fpc
-packages/graph/build-stamp.*
-packages/graph/examples/*.bak
-packages/graph/examples/*.exe
-packages/graph/examples/*.o
-packages/graph/examples/*.ppu
-packages/graph/examples/*.s
-packages/graph/examples/Package.fpc
-packages/graph/examples/build-stamp.*
-packages/graph/examples/fpcmade.*
-packages/graph/examples/units
-packages/graph/fpcmade.*
-packages/graph/src/*.bak
-packages/graph/src/*.exe
-packages/graph/src/*.o
-packages/graph/src/*.ppu
-packages/graph/src/*.s
-packages/graph/src/Package.fpc
-packages/graph/src/amiga/*.bak
-packages/graph/src/amiga/*.exe
-packages/graph/src/amiga/*.o
-packages/graph/src/amiga/*.ppu
-packages/graph/src/amiga/*.s
-packages/graph/src/amiga/Package.fpc
-packages/graph/src/amiga/build-stamp.*
-packages/graph/src/amiga/fpcmade.*
-packages/graph/src/amiga/units
-packages/graph/src/build-stamp.*
-packages/graph/src/fpcmade.*
-packages/graph/src/go32v2/*.bak
-packages/graph/src/go32v2/*.exe
-packages/graph/src/go32v2/*.o
-packages/graph/src/go32v2/*.ppu
-packages/graph/src/go32v2/*.s
-packages/graph/src/go32v2/Package.fpc
-packages/graph/src/go32v2/build-stamp.*
-packages/graph/src/go32v2/fpcmade.*
-packages/graph/src/go32v2/units
-packages/graph/src/inc/*.bak
-packages/graph/src/inc/*.exe
-packages/graph/src/inc/*.o
-packages/graph/src/inc/*.ppu
-packages/graph/src/inc/*.s
-packages/graph/src/inc/Package.fpc
-packages/graph/src/inc/fpcmade.*
-packages/graph/src/inc/units
-packages/graph/src/macosx/*.bak
-packages/graph/src/macosx/*.exe
-packages/graph/src/macosx/*.o
-packages/graph/src/macosx/*.ppu
-packages/graph/src/macosx/*.s
-packages/graph/src/macosx/Package.fpc
-packages/graph/src/macosx/build-stamp.*
-packages/graph/src/macosx/fpcmade.*
-packages/graph/src/macosx/units
-packages/graph/src/sdlgraph/*.bak
-packages/graph/src/sdlgraph/*.exe
-packages/graph/src/sdlgraph/*.o
-packages/graph/src/sdlgraph/*.ppu
-packages/graph/src/sdlgraph/*.s
-packages/graph/src/sdlgraph/Package.fpc
-packages/graph/src/sdlgraph/build-stamp.*
-packages/graph/src/sdlgraph/fpcmade.*
-packages/graph/src/sdlgraph/units
-packages/graph/src/units
-packages/graph/src/unix/*.bak
-packages/graph/src/unix/*.exe
-packages/graph/src/unix/*.o
-packages/graph/src/unix/*.ppu
-packages/graph/src/unix/*.s
-packages/graph/src/unix/Package.fpc
-packages/graph/src/unix/build-stamp.*
-packages/graph/src/unix/fpcmade.*
-packages/graph/src/unix/units
-packages/graph/src/win32/*.bak
-packages/graph/src/win32/*.exe
-packages/graph/src/win32/*.o
-packages/graph/src/win32/*.ppu
-packages/graph/src/win32/*.s
-packages/graph/src/win32/Package.fpc
-packages/graph/src/win32/build-stamp.*
-packages/graph/src/win32/fpcmade.*
-packages/graph/src/win32/units
-packages/graph/tests/*.bak
-packages/graph/tests/*.exe
-packages/graph/tests/*.o
-packages/graph/tests/*.ppu
-packages/graph/tests/*.s
-packages/graph/tests/Package.fpc
-packages/graph/tests/build-stamp.*
-packages/graph/tests/fpcmade.*
-packages/graph/tests/units
-packages/graph/units
-packages/gtk1/*.bak
-packages/gtk1/*.exe
-packages/gtk1/*.o
-packages/gtk1/*.ppu
-packages/gtk1/*.s
-packages/gtk1/Package.fpc
-packages/gtk1/build-stamp.*
-packages/gtk1/examples/*.bak
-packages/gtk1/examples/*.exe
-packages/gtk1/examples/*.o
-packages/gtk1/examples/*.ppu
-packages/gtk1/examples/*.s
-packages/gtk1/examples/Package.fpc
-packages/gtk1/examples/fpcmade.*
-packages/gtk1/examples/tutorial/*.bak
-packages/gtk1/examples/tutorial/*.exe
-packages/gtk1/examples/tutorial/*.o
-packages/gtk1/examples/tutorial/*.ppu
-packages/gtk1/examples/tutorial/*.s
-packages/gtk1/examples/tutorial/Package.fpc
-packages/gtk1/examples/tutorial/fpcmade.*
-packages/gtk1/examples/tutorial/units
-packages/gtk1/examples/units
-packages/gtk1/fpcmade.*
-packages/gtk1/src/*.bak
-packages/gtk1/src/*.exe
-packages/gtk1/src/*.o
-packages/gtk1/src/*.ppu
-packages/gtk1/src/*.s
-packages/gtk1/src/Package.fpc
-packages/gtk1/src/build-stamp.*
-packages/gtk1/src/fpcmade.*
-packages/gtk1/src/gdk/*.bak
-packages/gtk1/src/gdk/*.exe
-packages/gtk1/src/gdk/*.o
-packages/gtk1/src/gdk/*.ppu
-packages/gtk1/src/gdk/*.s
-packages/gtk1/src/gdk/Package.fpc
-packages/gtk1/src/gdk/fpcmade.*
-packages/gtk1/src/gdk/units
-packages/gtk1/src/glib/*.bak
-packages/gtk1/src/glib/*.exe
-packages/gtk1/src/glib/*.o
-packages/gtk1/src/glib/*.ppu
-packages/gtk1/src/glib/*.s
-packages/gtk1/src/glib/Package.fpc
-packages/gtk1/src/glib/fpcmade.*
-packages/gtk1/src/glib/units
-packages/gtk1/src/gtk/*.bak
-packages/gtk1/src/gtk/*.exe
-packages/gtk1/src/gtk/*.o
-packages/gtk1/src/gtk/*.ppu
-packages/gtk1/src/gtk/*.s
-packages/gtk1/src/gtk/Package.fpc
-packages/gtk1/src/gtk/fpcmade.*
-packages/gtk1/src/gtk/units
-packages/gtk1/src/gtkgl/*.bak
-packages/gtk1/src/gtkgl/*.exe
-packages/gtk1/src/gtkgl/*.o
-packages/gtk1/src/gtkgl/*.ppu
-packages/gtk1/src/gtkgl/*.s
-packages/gtk1/src/gtkgl/Package.fpc
-packages/gtk1/src/gtkgl/fpcmade.*
-packages/gtk1/src/gtkgl/units
-packages/gtk1/src/units
-packages/gtk1/units
-packages/gtk2/*.bak
-packages/gtk2/*.exe
-packages/gtk2/*.o
-packages/gtk2/*.ppu
-packages/gtk2/*.s
-packages/gtk2/Package.fpc
-packages/gtk2/build-stamp.*
-packages/gtk2/examples/*.bak
-packages/gtk2/examples/*.exe
-packages/gtk2/examples/*.o
-packages/gtk2/examples/*.ppu
-packages/gtk2/examples/*.s
-packages/gtk2/examples/Package.fpc
-packages/gtk2/examples/build-stamp.*
-packages/gtk2/examples/filechooser/*.bak
-packages/gtk2/examples/filechooser/*.exe
-packages/gtk2/examples/filechooser/*.o
-packages/gtk2/examples/filechooser/*.ppu
-packages/gtk2/examples/filechooser/*.s
-packages/gtk2/examples/filechooser/Package.fpc
-packages/gtk2/examples/filechooser/fpcmade.*
-packages/gtk2/examples/filechooser/units
-packages/gtk2/examples/fpcmade.*
-packages/gtk2/examples/gettingstarted/*.bak
-packages/gtk2/examples/gettingstarted/*.exe
-packages/gtk2/examples/gettingstarted/*.o
-packages/gtk2/examples/gettingstarted/*.ppu
-packages/gtk2/examples/gettingstarted/*.s
-packages/gtk2/examples/gettingstarted/Package.fpc
-packages/gtk2/examples/gettingstarted/fpcmade.*
-packages/gtk2/examples/gettingstarted/units
-packages/gtk2/examples/gtk_demo/*.bak
-packages/gtk2/examples/gtk_demo/*.exe
-packages/gtk2/examples/gtk_demo/*.o
-packages/gtk2/examples/gtk_demo/*.ppu
-packages/gtk2/examples/gtk_demo/*.s
-packages/gtk2/examples/gtk_demo/Package.fpc
-packages/gtk2/examples/gtk_demo/data/*.bak
-packages/gtk2/examples/gtk_demo/data/*.exe
-packages/gtk2/examples/gtk_demo/data/*.o
-packages/gtk2/examples/gtk_demo/data/*.ppu
-packages/gtk2/examples/gtk_demo/data/*.s
-packages/gtk2/examples/gtk_demo/data/Package.fpc
-packages/gtk2/examples/gtk_demo/data/fpcmade.*
-packages/gtk2/examples/gtk_demo/data/units
-packages/gtk2/examples/gtk_demo/fpcmade.*
-packages/gtk2/examples/gtk_demo/units
-packages/gtk2/examples/gtkglext/*.bak
-packages/gtk2/examples/gtkglext/*.exe
-packages/gtk2/examples/gtkglext/*.o
-packages/gtk2/examples/gtkglext/*.ppu
-packages/gtk2/examples/gtkglext/*.s
-packages/gtk2/examples/gtkglext/Package.fpc
-packages/gtk2/examples/gtkglext/fpcmade.*
-packages/gtk2/examples/gtkglext/units
-packages/gtk2/examples/helloworld/*.bak
-packages/gtk2/examples/helloworld/*.exe
-packages/gtk2/examples/helloworld/*.o
-packages/gtk2/examples/helloworld/*.ppu
-packages/gtk2/examples/helloworld/*.s
-packages/gtk2/examples/helloworld/Package.fpc
-packages/gtk2/examples/helloworld/fpcmade.*
-packages/gtk2/examples/helloworld/units
-packages/gtk2/examples/helloworld2/*.bak
-packages/gtk2/examples/helloworld2/*.exe
-packages/gtk2/examples/helloworld2/*.o
-packages/gtk2/examples/helloworld2/*.ppu
-packages/gtk2/examples/helloworld2/*.s
-packages/gtk2/examples/helloworld2/Package.fpc
-packages/gtk2/examples/helloworld2/fpcmade.*
-packages/gtk2/examples/helloworld2/units
-packages/gtk2/examples/plugins/*.bak
-packages/gtk2/examples/plugins/*.exe
-packages/gtk2/examples/plugins/*.o
-packages/gtk2/examples/plugins/*.ppu
-packages/gtk2/examples/plugins/*.s
-packages/gtk2/examples/plugins/Package.fpc
-packages/gtk2/examples/plugins/fpcmade.*
-packages/gtk2/examples/plugins/units
-packages/gtk2/examples/scribble_simple/*.bak
-packages/gtk2/examples/scribble_simple/*.exe
-packages/gtk2/examples/scribble_simple/*.o
-packages/gtk2/examples/scribble_simple/*.ppu
-packages/gtk2/examples/scribble_simple/*.s
-packages/gtk2/examples/scribble_simple/Package.fpc
-packages/gtk2/examples/scribble_simple/fpcmade.*
-packages/gtk2/examples/scribble_simple/units
-packages/gtk2/examples/units
-packages/gtk2/fpcmade.*
-packages/gtk2/src/*.bak
-packages/gtk2/src/*.exe
-packages/gtk2/src/*.o
-packages/gtk2/src/*.ppu
-packages/gtk2/src/*.s
-packages/gtk2/src/Package.fpc
-packages/gtk2/src/atk/*.bak
-packages/gtk2/src/atk/*.exe
-packages/gtk2/src/atk/*.o
-packages/gtk2/src/atk/*.ppu
-packages/gtk2/src/atk/*.s
-packages/gtk2/src/atk/Package.fpc
-packages/gtk2/src/atk/fpcmade.*
-packages/gtk2/src/atk/units
-packages/gtk2/src/build-stamp.*
-packages/gtk2/src/fpcmade.*
-packages/gtk2/src/glib/*.bak
-packages/gtk2/src/glib/*.exe
-packages/gtk2/src/glib/*.o
-packages/gtk2/src/glib/*.ppu
-packages/gtk2/src/glib/*.s
-packages/gtk2/src/glib/Package.fpc
-packages/gtk2/src/glib/fpcmade.*
-packages/gtk2/src/glib/units
-packages/gtk2/src/gtk+/*.bak
-packages/gtk2/src/gtk+/*.exe
-packages/gtk2/src/gtk+/*.o
-packages/gtk2/src/gtk+/*.ppu
-packages/gtk2/src/gtk+/*.s
-packages/gtk2/src/gtk+/Package.fpc
-packages/gtk2/src/gtk+/fpcmade.*
-packages/gtk2/src/gtk+/gdk-pixbuf/*.bak
-packages/gtk2/src/gtk+/gdk-pixbuf/*.exe
-packages/gtk2/src/gtk+/gdk-pixbuf/*.o
-packages/gtk2/src/gtk+/gdk-pixbuf/*.ppu
-packages/gtk2/src/gtk+/gdk-pixbuf/*.s
-packages/gtk2/src/gtk+/gdk-pixbuf/Package.fpc
-packages/gtk2/src/gtk+/gdk-pixbuf/fpcmade.*
-packages/gtk2/src/gtk+/gdk-pixbuf/units
-packages/gtk2/src/gtk+/gdk/*.bak
-packages/gtk2/src/gtk+/gdk/*.exe
-packages/gtk2/src/gtk+/gdk/*.o
-packages/gtk2/src/gtk+/gdk/*.ppu
-packages/gtk2/src/gtk+/gdk/*.s
-packages/gtk2/src/gtk+/gdk/Package.fpc
-packages/gtk2/src/gtk+/gdk/fpcmade.*
-packages/gtk2/src/gtk+/gdk/units
-packages/gtk2/src/gtk+/gtk/*.bak
-packages/gtk2/src/gtk+/gtk/*.exe
-packages/gtk2/src/gtk+/gtk/*.o
-packages/gtk2/src/gtk+/gtk/*.ppu
-packages/gtk2/src/gtk+/gtk/*.s
-packages/gtk2/src/gtk+/gtk/Package.fpc
-packages/gtk2/src/gtk+/gtk/fpcmade.*
-packages/gtk2/src/gtk+/gtk/units
-packages/gtk2/src/gtk+/units
-packages/gtk2/src/gtk2x11/*.bak
-packages/gtk2/src/gtk2x11/*.exe
-packages/gtk2/src/gtk2x11/*.o
-packages/gtk2/src/gtk2x11/*.ppu
-packages/gtk2/src/gtk2x11/*.s
-packages/gtk2/src/gtk2x11/Package.fpc
-packages/gtk2/src/gtk2x11/build-stamp.*
-packages/gtk2/src/gtk2x11/fpcmade.*
-packages/gtk2/src/gtk2x11/include/*.bak
-packages/gtk2/src/gtk2x11/include/*.exe
-packages/gtk2/src/gtk2x11/include/*.o
-packages/gtk2/src/gtk2x11/include/*.ppu
-packages/gtk2/src/gtk2x11/include/*.s
-packages/gtk2/src/gtk2x11/include/Package.fpc
-packages/gtk2/src/gtk2x11/include/build-stamp.*
-packages/gtk2/src/gtk2x11/include/fpcmade.*
-packages/gtk2/src/gtk2x11/include/units
-packages/gtk2/src/gtk2x11/scripts/*.bak
-packages/gtk2/src/gtk2x11/scripts/*.exe
-packages/gtk2/src/gtk2x11/scripts/*.o
-packages/gtk2/src/gtk2x11/scripts/*.ppu
-packages/gtk2/src/gtk2x11/scripts/*.s
-packages/gtk2/src/gtk2x11/scripts/Package.fpc
-packages/gtk2/src/gtk2x11/scripts/build-stamp.*
-packages/gtk2/src/gtk2x11/scripts/fpcmade.*
-packages/gtk2/src/gtk2x11/scripts/units
-packages/gtk2/src/gtk2x11/units
-packages/gtk2/src/gtkext/*.bak
-packages/gtk2/src/gtkext/*.exe
-packages/gtk2/src/gtkext/*.o
-packages/gtk2/src/gtkext/*.ppu
-packages/gtk2/src/gtkext/*.s
-packages/gtk2/src/gtkext/Package.fpc
-packages/gtk2/src/gtkext/build-stamp.*
-packages/gtk2/src/gtkext/fpcmade.*
-packages/gtk2/src/gtkext/units
-packages/gtk2/src/gtkglext/*.bak
-packages/gtk2/src/gtkglext/*.exe
-packages/gtk2/src/gtkglext/*.o
-packages/gtk2/src/gtkglext/*.ppu
-packages/gtk2/src/gtkglext/*.s
-packages/gtk2/src/gtkglext/Package.fpc
-packages/gtk2/src/gtkglext/fpcmade.*
-packages/gtk2/src/gtkglext/units
-packages/gtk2/src/gtkhtml/*.bak
-packages/gtk2/src/gtkhtml/*.exe
-packages/gtk2/src/gtkhtml/*.o
-packages/gtk2/src/gtkhtml/*.ppu
-packages/gtk2/src/gtkhtml/*.s
-packages/gtk2/src/gtkhtml/Package.fpc
-packages/gtk2/src/gtkhtml/fpcmade.*
-packages/gtk2/src/gtkhtml/units
-packages/gtk2/src/libglade/*.bak
-packages/gtk2/src/libglade/*.exe
-packages/gtk2/src/libglade/*.o
-packages/gtk2/src/libglade/*.ppu
-packages/gtk2/src/libglade/*.s
-packages/gtk2/src/libglade/Package.fpc
-packages/gtk2/src/libglade/fpcmade.*
-packages/gtk2/src/libglade/units
-packages/gtk2/src/pango/*.bak
-packages/gtk2/src/pango/*.exe
-packages/gtk2/src/pango/*.o
-packages/gtk2/src/pango/*.ppu
-packages/gtk2/src/pango/*.s
-packages/gtk2/src/pango/Package.fpc
-packages/gtk2/src/pango/fpcmade.*
-packages/gtk2/src/pango/units
-packages/gtk2/src/pangocairo/*.bak
-packages/gtk2/src/pangocairo/*.exe
-packages/gtk2/src/pangocairo/*.o
-packages/gtk2/src/pangocairo/*.ppu
-packages/gtk2/src/pangocairo/*.s
-packages/gtk2/src/pangocairo/Package.fpc
-packages/gtk2/src/pangocairo/build-stamp.*
-packages/gtk2/src/pangocairo/fpcmade.*
-packages/gtk2/src/pangocairo/units
-packages/gtk2/src/units
-packages/gtk2/tests/*.bak
-packages/gtk2/tests/*.exe
-packages/gtk2/tests/*.o
-packages/gtk2/tests/*.ppu
-packages/gtk2/tests/*.s
-packages/gtk2/tests/Package.fpc
-packages/gtk2/tests/build-stamp.*
-packages/gtk2/tests/fpcmade.*
-packages/gtk2/tests/units
-packages/gtk2/units
-packages/hash/*.bak
-packages/hash/*.exe
-packages/hash/*.o
-packages/hash/*.ppu
-packages/hash/*.s
-packages/hash/Package.fpc
-packages/hash/build-stamp.*
-packages/hash/examples/*.bak
-packages/hash/examples/*.exe
-packages/hash/examples/*.o
-packages/hash/examples/*.ppu
-packages/hash/examples/*.s
-packages/hash/examples/Package.fpc
-packages/hash/examples/build-stamp.*
-packages/hash/examples/fpcmade.*
-packages/hash/examples/units
-packages/hash/fpcmade.*
-packages/hash/src/*.bak
-packages/hash/src/*.exe
-packages/hash/src/*.o
-packages/hash/src/*.ppu
-packages/hash/src/*.s
-packages/hash/src/Package.fpc
-packages/hash/src/build-stamp.*
-packages/hash/src/fpcmade.*
-packages/hash/src/units
-packages/hash/units
-packages/hermes/*.bak
-packages/hermes/*.exe
-packages/hermes/*.o
-packages/hermes/*.ppu
-packages/hermes/*.s
-packages/hermes/Package.fpc
-packages/hermes/build-stamp.*
-packages/hermes/examples/*.bak
-packages/hermes/examples/*.exe
-packages/hermes/examples/*.o
-packages/hermes/examples/*.ppu
-packages/hermes/examples/*.s
-packages/hermes/examples/Package.fpc
-packages/hermes/examples/build-stamp.*
-packages/hermes/examples/fpcmade.*
-packages/hermes/examples/units
-packages/hermes/fpcmade.*
-packages/hermes/src/*.bak
-packages/hermes/src/*.exe
-packages/hermes/src/*.o
-packages/hermes/src/*.ppu
-packages/hermes/src/*.s
-packages/hermes/src/Package.fpc
-packages/hermes/src/build-stamp.*
-packages/hermes/src/fpcmade.*
-packages/hermes/src/i386/*.bak
-packages/hermes/src/i386/*.exe
-packages/hermes/src/i386/*.o
-packages/hermes/src/i386/*.ppu
-packages/hermes/src/i386/*.s
-packages/hermes/src/i386/Package.fpc
-packages/hermes/src/i386/build-stamp.*
-packages/hermes/src/i386/fpcmade.*
-packages/hermes/src/i386/units
-packages/hermes/src/units
-packages/hermes/tests/*.bak
-packages/hermes/tests/*.exe
-packages/hermes/tests/*.o
-packages/hermes/tests/*.ppu
-packages/hermes/tests/*.s
-packages/hermes/tests/Package.fpc
-packages/hermes/tests/build-stamp.*
-packages/hermes/tests/fpcmade.*
-packages/hermes/tests/units
-packages/hermes/units
-packages/httpd13/*.bak
-packages/httpd13/*.exe
-packages/httpd13/*.o
-packages/httpd13/*.ppu
-packages/httpd13/*.s
-packages/httpd13/Package.fpc
-packages/httpd13/build-stamp.*
-packages/httpd13/examples/*.bak
-packages/httpd13/examples/*.exe
-packages/httpd13/examples/*.o
-packages/httpd13/examples/*.ppu
-packages/httpd13/examples/*.s
-packages/httpd13/examples/Package.fpc
-packages/httpd13/examples/build-stamp.*
-packages/httpd13/examples/fpcmade.*
-packages/httpd13/examples/units
-packages/httpd13/fpcmade.*
-packages/httpd13/src/*.bak
-packages/httpd13/src/*.exe
-packages/httpd13/src/*.o
-packages/httpd13/src/*.ppu
-packages/httpd13/src/*.s
-packages/httpd13/src/Package.fpc
-packages/httpd13/src/build-stamp.*
-packages/httpd13/src/fpcmade.*
-packages/httpd13/src/units
-packages/httpd13/tests/*.bak
-packages/httpd13/tests/*.exe
-packages/httpd13/tests/*.o
-packages/httpd13/tests/*.ppu
-packages/httpd13/tests/*.s
-packages/httpd13/tests/Package.fpc
-packages/httpd13/tests/build-stamp.*
-packages/httpd13/tests/fpcmade.*
-packages/httpd13/tests/units
-packages/httpd13/units
-packages/httpd20/*.bak
-packages/httpd20/*.exe
-packages/httpd20/*.o
-packages/httpd20/*.ppu
-packages/httpd20/*.s
-packages/httpd20/Package.fpc
-packages/httpd20/build-stamp.*
-packages/httpd20/examples/*.bak
-packages/httpd20/examples/*.exe
-packages/httpd20/examples/*.o
-packages/httpd20/examples/*.ppu
-packages/httpd20/examples/*.s
-packages/httpd20/examples/Package.fpc
-packages/httpd20/examples/build-stamp.*
-packages/httpd20/examples/fpcmade.*
-packages/httpd20/examples/units
-packages/httpd20/fpcmade.*
-packages/httpd20/src/*.bak
-packages/httpd20/src/*.exe
-packages/httpd20/src/*.o
-packages/httpd20/src/*.ppu
-packages/httpd20/src/*.s
-packages/httpd20/src/Package.fpc
-packages/httpd20/src/apr/*.bak
-packages/httpd20/src/apr/*.exe
-packages/httpd20/src/apr/*.o
-packages/httpd20/src/apr/*.ppu
-packages/httpd20/src/apr/*.s
-packages/httpd20/src/apr/Package.fpc
-packages/httpd20/src/apr/build-stamp.*
-packages/httpd20/src/apr/fpcmade.*
-packages/httpd20/src/apr/units
-packages/httpd20/src/apriconv/*.bak
-packages/httpd20/src/apriconv/*.exe
-packages/httpd20/src/apriconv/*.o
-packages/httpd20/src/apriconv/*.ppu
-packages/httpd20/src/apriconv/*.s
-packages/httpd20/src/apriconv/Package.fpc
-packages/httpd20/src/apriconv/build-stamp.*
-packages/httpd20/src/apriconv/fpcmade.*
-packages/httpd20/src/apriconv/units
-packages/httpd20/src/aprutil/*.bak
-packages/httpd20/src/aprutil/*.exe
-packages/httpd20/src/aprutil/*.o
-packages/httpd20/src/aprutil/*.ppu
-packages/httpd20/src/aprutil/*.s
-packages/httpd20/src/aprutil/Package.fpc
-packages/httpd20/src/aprutil/build-stamp.*
-packages/httpd20/src/aprutil/fpcmade.*
-packages/httpd20/src/aprutil/units
-packages/httpd20/src/build-stamp.*
-packages/httpd20/src/fpcmade.*
-packages/httpd20/src/units
-packages/httpd20/tests/*.bak
-packages/httpd20/tests/*.exe
-packages/httpd20/tests/*.o
-packages/httpd20/tests/*.ppu
-packages/httpd20/tests/*.s
-packages/httpd20/tests/Package.fpc
-packages/httpd20/tests/build-stamp.*
-packages/httpd20/tests/fpcmade.*
-packages/httpd20/tests/units
-packages/httpd20/units
-packages/httpd22/*.bak
-packages/httpd22/*.exe
-packages/httpd22/*.o
-packages/httpd22/*.ppu
-packages/httpd22/*.s
-packages/httpd22/Package.fpc
-packages/httpd22/build-stamp.*
-packages/httpd22/examples/*.bak
-packages/httpd22/examples/*.exe
-packages/httpd22/examples/*.o
-packages/httpd22/examples/*.ppu
-packages/httpd22/examples/*.s
-packages/httpd22/examples/Package.fpc
-packages/httpd22/examples/build-stamp.*
-packages/httpd22/examples/fpcmade.*
-packages/httpd22/examples/units
-packages/httpd22/fpcmade.*
-packages/httpd22/src/*.bak
-packages/httpd22/src/*.exe
-packages/httpd22/src/*.o
-packages/httpd22/src/*.ppu
-packages/httpd22/src/*.s
-packages/httpd22/src/Package.fpc
-packages/httpd22/src/apr/*.bak
-packages/httpd22/src/apr/*.exe
-packages/httpd22/src/apr/*.o
-packages/httpd22/src/apr/*.ppu
-packages/httpd22/src/apr/*.s
-packages/httpd22/src/apr/Package.fpc
-packages/httpd22/src/apr/build-stamp.*
-packages/httpd22/src/apr/fpcmade.*
-packages/httpd22/src/apr/units
-packages/httpd22/src/apriconv/*.bak
-packages/httpd22/src/apriconv/*.exe
-packages/httpd22/src/apriconv/*.o
-packages/httpd22/src/apriconv/*.ppu
-packages/httpd22/src/apriconv/*.s
-packages/httpd22/src/apriconv/Package.fpc
-packages/httpd22/src/apriconv/build-stamp.*
-packages/httpd22/src/apriconv/fpcmade.*
-packages/httpd22/src/apriconv/units
-packages/httpd22/src/aprutil/*.bak
-packages/httpd22/src/aprutil/*.exe
-packages/httpd22/src/aprutil/*.o
-packages/httpd22/src/aprutil/*.ppu
-packages/httpd22/src/aprutil/*.s
-packages/httpd22/src/aprutil/Package.fpc
-packages/httpd22/src/aprutil/build-stamp.*
-packages/httpd22/src/aprutil/fpcmade.*
-packages/httpd22/src/aprutil/units
-packages/httpd22/src/build-stamp.*
-packages/httpd22/src/fpcmade.*
-packages/httpd22/src/units
-packages/httpd22/tests/*.bak
-packages/httpd22/tests/*.exe
-packages/httpd22/tests/*.o
-packages/httpd22/tests/*.ppu
-packages/httpd22/tests/*.s
-packages/httpd22/tests/Package.fpc
-packages/httpd22/tests/build-stamp.*
-packages/httpd22/tests/fpcmade.*
-packages/httpd22/tests/units
-packages/httpd22/units
-packages/ibase/*.bak
-packages/ibase/*.exe
-packages/ibase/*.o
-packages/ibase/*.ppu
-packages/ibase/*.s
-packages/ibase/Package.fpc
-packages/ibase/build-stamp.*
-packages/ibase/examples/*.bak
-packages/ibase/examples/*.exe
-packages/ibase/examples/*.o
-packages/ibase/examples/*.ppu
-packages/ibase/examples/*.s
-packages/ibase/examples/Package.fpc
-packages/ibase/examples/build-stamp.*
-packages/ibase/examples/fpcmade.*
-packages/ibase/examples/units
-packages/ibase/fpcmade.*
-packages/ibase/scripts/*.bak
-packages/ibase/scripts/*.exe
-packages/ibase/scripts/*.o
-packages/ibase/scripts/*.ppu
-packages/ibase/scripts/*.s
-packages/ibase/scripts/Package.fpc
-packages/ibase/scripts/build-stamp.*
-packages/ibase/scripts/fpcmade.*
-packages/ibase/scripts/units
-packages/ibase/src/*.bak
-packages/ibase/src/*.exe
-packages/ibase/src/*.o
-packages/ibase/src/*.ppu
-packages/ibase/src/*.s
-packages/ibase/src/Package.fpc
-packages/ibase/src/build-stamp.*
-packages/ibase/src/fpcmade.*
-packages/ibase/src/units
-packages/ibase/tests/*.bak
-packages/ibase/tests/*.exe
-packages/ibase/tests/*.o
-packages/ibase/tests/*.ppu
-packages/ibase/tests/*.s
-packages/ibase/tests/Package.fpc
-packages/ibase/tests/build-stamp.*
-packages/ibase/tests/fpcmade.*
-packages/ibase/tests/units
-packages/ibase/units
-packages/iconvenc/*.bak
-packages/iconvenc/*.exe
-packages/iconvenc/*.o
-packages/iconvenc/*.ppu
-packages/iconvenc/*.s
-packages/iconvenc/Package.fpc
-packages/iconvenc/build-stamp.*
-packages/iconvenc/examples/*.bak
-packages/iconvenc/examples/*.exe
-packages/iconvenc/examples/*.o
-packages/iconvenc/examples/*.ppu
-packages/iconvenc/examples/*.s
-packages/iconvenc/examples/Package.fpc
-packages/iconvenc/examples/build-stamp.*
-packages/iconvenc/examples/fpcmade.*
-packages/iconvenc/examples/units
-packages/iconvenc/fpcmade.*
-packages/iconvenc/src/*.bak
-packages/iconvenc/src/*.exe
-packages/iconvenc/src/*.o
-packages/iconvenc/src/*.ppu
-packages/iconvenc/src/*.s
-packages/iconvenc/src/Package.fpc
-packages/iconvenc/src/build-stamp.*
-packages/iconvenc/src/fpcmade.*
-packages/iconvenc/src/units
-packages/iconvenc/units
-packages/ide/*.bak
-packages/ide/*.exe
-packages/ide/*.o
-packages/ide/*.ppu
-packages/ide/*.s
-packages/ide/bin
-packages/ide/compiler/*.bak
-packages/ide/compiler/*.exe
-packages/ide/compiler/*.o
-packages/ide/compiler/*.ppu
-packages/ide/compiler/*.s
-packages/ide/compiler/fpcmade.*
-packages/ide/compiler/units
-packages/ide/fakegdb/*.bak
-packages/ide/fakegdb/*.exe
-packages/ide/fakegdb/*.o
-packages/ide/fakegdb/*.ppu
-packages/ide/fakegdb/*.s
-packages/ide/fakegdb/fpcmade.*
-packages/ide/fakegdb/units
-packages/ide/fpcmade.*
-packages/ide/units
-packages/imagemagick/*.bak
-packages/imagemagick/*.exe
-packages/imagemagick/*.o
-packages/imagemagick/*.ppu
-packages/imagemagick/*.s
-packages/imagemagick/Package.fpc
-packages/imagemagick/build-stamp.*
-packages/imagemagick/examples/*.bak
-packages/imagemagick/examples/*.exe
-packages/imagemagick/examples/*.o
-packages/imagemagick/examples/*.ppu
-packages/imagemagick/examples/*.s
-packages/imagemagick/examples/Package.fpc
-packages/imagemagick/examples/build-stamp.*
-packages/imagemagick/examples/fpcmade.*
-packages/imagemagick/examples/units
-packages/imagemagick/fpcmade.*
-packages/imagemagick/src/*.bak
-packages/imagemagick/src/*.exe
-packages/imagemagick/src/*.o
-packages/imagemagick/src/*.ppu
-packages/imagemagick/src/*.s
-packages/imagemagick/src/Package.fpc
-packages/imagemagick/src/build-stamp.*
-packages/imagemagick/src/fpcmade.*
-packages/imagemagick/src/units
-packages/imagemagick/tests/*.bak
-packages/imagemagick/tests/*.exe
-packages/imagemagick/tests/*.o
-packages/imagemagick/tests/*.ppu
-packages/imagemagick/tests/*.s
-packages/imagemagick/tests/Package.fpc
-packages/imagemagick/tests/build-stamp.*
-packages/imagemagick/tests/fpcmade.*
-packages/imagemagick/tests/units
-packages/imagemagick/units
-packages/imlib/*.bak
-packages/imlib/*.exe
-packages/imlib/*.o
-packages/imlib/*.ppu
-packages/imlib/*.s
-packages/imlib/Package.fpc
-packages/imlib/build-stamp.*
-packages/imlib/fpcmade.*
-packages/imlib/src/*.bak
-packages/imlib/src/*.exe
-packages/imlib/src/*.o
-packages/imlib/src/*.ppu
-packages/imlib/src/*.s
-packages/imlib/src/Package.fpc
-packages/imlib/src/build-stamp.*
-packages/imlib/src/fpcmade.*
-packages/imlib/src/units
-packages/imlib/units
-packages/ldap/*.bak
-packages/ldap/*.exe
-packages/ldap/*.o
-packages/ldap/*.ppu
-packages/ldap/*.s
-packages/ldap/Package.fpc
-packages/ldap/build-stamp.*
-packages/ldap/examples/*.bak
-packages/ldap/examples/*.exe
-packages/ldap/examples/*.o
-packages/ldap/examples/*.ppu
-packages/ldap/examples/*.s
-packages/ldap/examples/Package.fpc
-packages/ldap/examples/build-stamp.*
-packages/ldap/examples/fpcmade.*
-packages/ldap/examples/units
-packages/ldap/fpcmade.*
-packages/ldap/src/*.bak
-packages/ldap/src/*.exe
-packages/ldap/src/*.o
-packages/ldap/src/*.ppu
-packages/ldap/src/*.s
-packages/ldap/src/Package.fpc
-packages/ldap/src/build-stamp.*
-packages/ldap/src/fpcmade.*
-packages/ldap/src/units
-packages/ldap/tests/*.bak
-packages/ldap/tests/*.exe
-packages/ldap/tests/*.o
-packages/ldap/tests/*.ppu
-packages/ldap/tests/*.s
-packages/ldap/tests/Package.fpc
-packages/ldap/tests/build-stamp.*
-packages/ldap/tests/fpcmade.*
-packages/ldap/tests/units
-packages/ldap/units
-packages/libc/*.bak
-packages/libc/*.exe
-packages/libc/*.o
-packages/libc/*.ppu
-packages/libc/*.s
-packages/libc/Package.fpc
-packages/libc/build-stamp.*
-packages/libc/examples/*.bak
-packages/libc/examples/*.exe
-packages/libc/examples/*.o
-packages/libc/examples/*.ppu
-packages/libc/examples/*.s
-packages/libc/examples/Package.fpc
-packages/libc/examples/build-stamp.*
-packages/libc/examples/fpcmade.*
-packages/libc/examples/units
-packages/libc/fpcmade.*
-packages/libc/scripts/*.bak
-packages/libc/scripts/*.exe
-packages/libc/scripts/*.o
-packages/libc/scripts/*.ppu
-packages/libc/scripts/*.s
-packages/libc/scripts/Package.fpc
-packages/libc/scripts/build-stamp.*
-packages/libc/scripts/fpcmade.*
-packages/libc/scripts/units
-packages/libc/src/*.bak
-packages/libc/src/*.exe
-packages/libc/src/*.o
-packages/libc/src/*.ppu
-packages/libc/src/*.s
-packages/libc/src/Package.fpc
-packages/libc/src/build-stamp.*
-packages/libc/src/fpcmade.*
-packages/libc/src/units
-packages/libc/tests/*.bak
-packages/libc/tests/*.exe
-packages/libc/tests/*.o
-packages/libc/tests/*.ppu
-packages/libc/tests/*.s
-packages/libc/tests/Package.fpc
-packages/libc/tests/build-stamp.*
-packages/libc/tests/fpcmade.*
-packages/libc/tests/units
-packages/libc/units
-packages/libcurl/*.bak
-packages/libcurl/*.exe
-packages/libcurl/*.o
-packages/libcurl/*.ppu
-packages/libcurl/*.s
-packages/libcurl/Package.fpc
-packages/libcurl/build-stamp.*
-packages/libcurl/examples/*.bak
-packages/libcurl/examples/*.exe
-packages/libcurl/examples/*.o
-packages/libcurl/examples/*.ppu
-packages/libcurl/examples/*.s
-packages/libcurl/examples/Package.fpc
-packages/libcurl/examples/build-stamp.*
-packages/libcurl/examples/fpcmade.*
-packages/libcurl/examples/units
-packages/libcurl/fpcmade.*
-packages/libcurl/src/*.bak
-packages/libcurl/src/*.exe
-packages/libcurl/src/*.o
-packages/libcurl/src/*.ppu
-packages/libcurl/src/*.s
-packages/libcurl/src/Package.fpc
-packages/libcurl/src/build-stamp.*
-packages/libcurl/src/fpcmade.*
-packages/libcurl/src/units
-packages/libcurl/tests/*.bak
-packages/libcurl/tests/*.exe
-packages/libcurl/tests/*.o
-packages/libcurl/tests/*.ppu
-packages/libcurl/tests/*.s
-packages/libcurl/tests/Package.fpc
-packages/libcurl/tests/build-stamp.*
-packages/libcurl/tests/fpcmade.*
-packages/libcurl/tests/units
-packages/libcurl/units
-packages/libgbafpc/*.bak
-packages/libgbafpc/*.exe
-packages/libgbafpc/*.o
-packages/libgbafpc/*.ppu
-packages/libgbafpc/*.s
-packages/libgbafpc/Package.fpc
-packages/libgbafpc/build-stamp.*
-packages/libgbafpc/examples/*.bak
-packages/libgbafpc/examples/*.exe
-packages/libgbafpc/examples/*.o
-packages/libgbafpc/examples/*.ppu
-packages/libgbafpc/examples/*.s
-packages/libgbafpc/examples/Package.fpc
-packages/libgbafpc/examples/audio/*.bak
-packages/libgbafpc/examples/audio/*.exe
-packages/libgbafpc/examples/audio/*.o
-packages/libgbafpc/examples/audio/*.ppu
-packages/libgbafpc/examples/audio/*.s
-packages/libgbafpc/examples/audio/Package.fpc
-packages/libgbafpc/examples/audio/PlayBoyScout/*.bak
-packages/libgbafpc/examples/audio/PlayBoyScout/*.exe
-packages/libgbafpc/examples/audio/PlayBoyScout/*.o
-packages/libgbafpc/examples/audio/PlayBoyScout/*.ppu
-packages/libgbafpc/examples/audio/PlayBoyScout/*.s
-packages/libgbafpc/examples/audio/PlayBoyScout/Package.fpc
-packages/libgbafpc/examples/audio/PlayBoyScout/build-stamp.*
-packages/libgbafpc/examples/audio/PlayBoyScout/data/*.bak
-packages/libgbafpc/examples/audio/PlayBoyScout/data/*.exe
-packages/libgbafpc/examples/audio/PlayBoyScout/data/*.o
-packages/libgbafpc/examples/audio/PlayBoyScout/data/*.ppu
-packages/libgbafpc/examples/audio/PlayBoyScout/data/*.s
-packages/libgbafpc/examples/audio/PlayBoyScout/data/Package.fpc
-packages/libgbafpc/examples/audio/PlayBoyScout/data/build-stamp.*
-packages/libgbafpc/examples/audio/PlayBoyScout/data/fpcmade.*
-packages/libgbafpc/examples/audio/PlayBoyScout/data/units
-packages/libgbafpc/examples/audio/PlayBoyScout/fpcmade.*
-packages/libgbafpc/examples/audio/PlayBoyScout/units
-packages/libgbafpc/examples/audio/build-stamp.*
-packages/libgbafpc/examples/audio/fpcmade.*
-packages/libgbafpc/examples/audio/units
-packages/libgbafpc/examples/build-stamp.*
-packages/libgbafpc/examples/fpcmade.*
-packages/libgbafpc/examples/graphics/*.bak
-packages/libgbafpc/examples/graphics/*.exe
-packages/libgbafpc/examples/graphics/*.o
-packages/libgbafpc/examples/graphics/*.ppu
-packages/libgbafpc/examples/graphics/*.s
-packages/libgbafpc/examples/graphics/PCXView/*.bak
-packages/libgbafpc/examples/graphics/PCXView/*.exe
-packages/libgbafpc/examples/graphics/PCXView/*.o
-packages/libgbafpc/examples/graphics/PCXView/*.ppu
-packages/libgbafpc/examples/graphics/PCXView/*.s
-packages/libgbafpc/examples/graphics/PCXView/Package.fpc
-packages/libgbafpc/examples/graphics/PCXView/build-stamp.*
-packages/libgbafpc/examples/graphics/PCXView/data/*.bak
-packages/libgbafpc/examples/graphics/PCXView/data/*.exe
-packages/libgbafpc/examples/graphics/PCXView/data/*.o
-packages/libgbafpc/examples/graphics/PCXView/data/*.ppu
-packages/libgbafpc/examples/graphics/PCXView/data/*.s
-packages/libgbafpc/examples/graphics/PCXView/data/Package.fpc
-packages/libgbafpc/examples/graphics/PCXView/data/build-stamp.*
-packages/libgbafpc/examples/graphics/PCXView/data/fpcmade.*
-packages/libgbafpc/examples/graphics/PCXView/data/units
-packages/libgbafpc/examples/graphics/PCXView/fpcmade.*
-packages/libgbafpc/examples/graphics/PCXView/units
-packages/libgbafpc/examples/graphics/Package.fpc
-packages/libgbafpc/examples/graphics/SimpleBGScroll/*.bak
-packages/libgbafpc/examples/graphics/SimpleBGScroll/*.exe
-packages/libgbafpc/examples/graphics/SimpleBGScroll/*.o
-packages/libgbafpc/examples/graphics/SimpleBGScroll/*.ppu
-packages/libgbafpc/examples/graphics/SimpleBGScroll/*.s
-packages/libgbafpc/examples/graphics/SimpleBGScroll/Package.fpc
-packages/libgbafpc/examples/graphics/SimpleBGScroll/build-stamp.*
-packages/libgbafpc/examples/graphics/SimpleBGScroll/data/*.bak
-packages/libgbafpc/examples/graphics/SimpleBGScroll/data/*.exe
-packages/libgbafpc/examples/graphics/SimpleBGScroll/data/*.o
-packages/libgbafpc/examples/graphics/SimpleBGScroll/data/*.ppu
-packages/libgbafpc/examples/graphics/SimpleBGScroll/data/*.s
-packages/libgbafpc/examples/graphics/SimpleBGScroll/data/Package.fpc
-packages/libgbafpc/examples/graphics/SimpleBGScroll/data/build-stamp.*
-packages/libgbafpc/examples/graphics/SimpleBGScroll/data/fpcmade.*
-packages/libgbafpc/examples/graphics/SimpleBGScroll/data/units
-packages/libgbafpc/examples/graphics/SimpleBGScroll/fpcmade.*
-packages/libgbafpc/examples/graphics/SimpleBGScroll/units
-packages/libgbafpc/examples/graphics/ansi_console/*.bak
-packages/libgbafpc/examples/graphics/ansi_console/*.exe
-packages/libgbafpc/examples/graphics/ansi_console/*.o
-packages/libgbafpc/examples/graphics/ansi_console/*.ppu
-packages/libgbafpc/examples/graphics/ansi_console/*.s
-packages/libgbafpc/examples/graphics/ansi_console/Package.fpc
-packages/libgbafpc/examples/graphics/ansi_console/build-stamp.*
-packages/libgbafpc/examples/graphics/ansi_console/fpcmade.*
-packages/libgbafpc/examples/graphics/ansi_console/units
-packages/libgbafpc/examples/graphics/build-stamp.*
-packages/libgbafpc/examples/graphics/fpcmade.*
-packages/libgbafpc/examples/graphics/units
-packages/libgbafpc/examples/template/*.bak
-packages/libgbafpc/examples/template/*.exe
-packages/libgbafpc/examples/template/*.o
-packages/libgbafpc/examples/template/*.ppu
-packages/libgbafpc/examples/template/*.s
-packages/libgbafpc/examples/template/Package.fpc
-packages/libgbafpc/examples/template/build-stamp.*
-packages/libgbafpc/examples/template/fpcmade.*
-packages/libgbafpc/examples/template/units
-packages/libgbafpc/examples/units
-packages/libgbafpc/fpcmade.*
-packages/libgbafpc/src/*.bak
-packages/libgbafpc/src/*.exe
-packages/libgbafpc/src/*.o
-packages/libgbafpc/src/*.ppu
-packages/libgbafpc/src/*.s
-packages/libgbafpc/src/Package.fpc
-packages/libgbafpc/src/build-stamp.*
-packages/libgbafpc/src/fpcmade.*
-packages/libgbafpc/src/gba/*.bak
-packages/libgbafpc/src/gba/*.exe
-packages/libgbafpc/src/gba/*.o
-packages/libgbafpc/src/gba/*.ppu
-packages/libgbafpc/src/gba/*.s
-packages/libgbafpc/src/gba/Package.fpc
-packages/libgbafpc/src/gba/build-stamp.*
-packages/libgbafpc/src/gba/fpcmade.*
-packages/libgbafpc/src/gba/units
-packages/libgbafpc/src/units
-packages/libgbafpc/test/*.bak
-packages/libgbafpc/test/*.exe
-packages/libgbafpc/test/*.o
-packages/libgbafpc/test/*.ppu
-packages/libgbafpc/test/*.s
-packages/libgbafpc/test/Package.fpc
-packages/libgbafpc/test/build-stamp.*
-packages/libgbafpc/test/fpcmade.*
-packages/libgbafpc/test/units
-packages/libgbafpc/units
-packages/libgd/*.bak
-packages/libgd/*.exe
-packages/libgd/*.o
-packages/libgd/*.ppu
-packages/libgd/*.s
-packages/libgd/Package.fpc
-packages/libgd/build-stamp.*
-packages/libgd/examples/*.bak
-packages/libgd/examples/*.exe
-packages/libgd/examples/*.o
-packages/libgd/examples/*.ppu
-packages/libgd/examples/*.s
-packages/libgd/examples/Package.fpc
-packages/libgd/examples/build-stamp.*
-packages/libgd/examples/fpcmade.*
-packages/libgd/examples/units
-packages/libgd/fpcmade.*
-packages/libgd/src/*.bak
-packages/libgd/src/*.exe
-packages/libgd/src/*.o
-packages/libgd/src/*.ppu
-packages/libgd/src/*.s
-packages/libgd/src/Package.fpc
-packages/libgd/src/build-stamp.*
-packages/libgd/src/fpcmade.*
-packages/libgd/src/units
-packages/libgd/tests/*.bak
-packages/libgd/tests/*.exe
-packages/libgd/tests/*.o
-packages/libgd/tests/*.ppu
-packages/libgd/tests/*.s
-packages/libgd/tests/Package.fpc
-packages/libgd/tests/build-stamp.*
-packages/libgd/tests/fpcmade.*
-packages/libgd/tests/units
-packages/libgd/units
-packages/libndsfpc/*.bak
-packages/libndsfpc/*.exe
-packages/libndsfpc/*.o
-packages/libndsfpc/*.ppu
-packages/libndsfpc/*.s
-packages/libndsfpc/Package.fpc
-packages/libndsfpc/build-stamp.*
-packages/libndsfpc/build_docs.bat
-packages/libndsfpc/examples/*.bak
-packages/libndsfpc/examples/*.exe
-packages/libndsfpc/examples/*.o
-packages/libndsfpc/examples/*.ppu
-packages/libndsfpc/examples/*.s
-packages/libndsfpc/examples/Package.fpc
-packages/libndsfpc/examples/audio/*.bak
-packages/libndsfpc/examples/audio/*.exe
-packages/libndsfpc/examples/audio/*.o
-packages/libndsfpc/examples/audio/*.ppu
-packages/libndsfpc/examples/audio/*.s
-packages/libndsfpc/examples/audio/Package.fpc
-packages/libndsfpc/examples/audio/build-stamp.*
-packages/libndsfpc/examples/audio/fpcmade.*
-packages/libndsfpc/examples/audio/maxmod/*.bak
-packages/libndsfpc/examples/audio/maxmod/*.exe
-packages/libndsfpc/examples/audio/maxmod/*.o
-packages/libndsfpc/examples/audio/maxmod/*.ppu
-packages/libndsfpc/examples/audio/maxmod/*.s
-packages/libndsfpc/examples/audio/maxmod/Package.fpc
-packages/libndsfpc/examples/audio/maxmod/audio_modes/*.bak
-packages/libndsfpc/examples/audio/maxmod/audio_modes/*.exe
-packages/libndsfpc/examples/audio/maxmod/audio_modes/*.o
-packages/libndsfpc/examples/audio/maxmod/audio_modes/*.ppu
-packages/libndsfpc/examples/audio/maxmod/audio_modes/*.s
-packages/libndsfpc/examples/audio/maxmod/audio_modes/Package.fpc
-packages/libndsfpc/examples/audio/maxmod/audio_modes/audio/*.bak
-packages/libndsfpc/examples/audio/maxmod/audio_modes/audio/*.exe
-packages/libndsfpc/examples/audio/maxmod/audio_modes/audio/*.o
-packages/libndsfpc/examples/audio/maxmod/audio_modes/audio/*.ppu
-packages/libndsfpc/examples/audio/maxmod/audio_modes/audio/*.s
-packages/libndsfpc/examples/audio/maxmod/audio_modes/audio/Package.fpc
-packages/libndsfpc/examples/audio/maxmod/audio_modes/audio/build-stamp.*
-packages/libndsfpc/examples/audio/maxmod/audio_modes/audio/fpcmade.*
-packages/libndsfpc/examples/audio/maxmod/audio_modes/audio/units
-packages/libndsfpc/examples/audio/maxmod/audio_modes/build-stamp.*
-packages/libndsfpc/examples/audio/maxmod/audio_modes/fpcmade.*
-packages/libndsfpc/examples/audio/maxmod/audio_modes/units
-packages/libndsfpc/examples/audio/maxmod/basic_sound/*.bak
-packages/libndsfpc/examples/audio/maxmod/basic_sound/*.exe
-packages/libndsfpc/examples/audio/maxmod/basic_sound/*.o
-packages/libndsfpc/examples/audio/maxmod/basic_sound/*.ppu
-packages/libndsfpc/examples/audio/maxmod/basic_sound/*.s
-packages/libndsfpc/examples/audio/maxmod/basic_sound/Package.fpc
-packages/libndsfpc/examples/audio/maxmod/basic_sound/audio/*.bak
-packages/libndsfpc/examples/audio/maxmod/basic_sound/audio/*.exe
-packages/libndsfpc/examples/audio/maxmod/basic_sound/audio/*.o
-packages/libndsfpc/examples/audio/maxmod/basic_sound/audio/*.ppu
-packages/libndsfpc/examples/audio/maxmod/basic_sound/audio/*.s
-packages/libndsfpc/examples/audio/maxmod/basic_sound/audio/Package.fpc
-packages/libndsfpc/examples/audio/maxmod/basic_sound/audio/build-stamp.*
-packages/libndsfpc/examples/audio/maxmod/basic_sound/audio/fpcmade.*
-packages/libndsfpc/examples/audio/maxmod/basic_sound/audio/units
-packages/libndsfpc/examples/audio/maxmod/basic_sound/build-stamp.*
-packages/libndsfpc/examples/audio/maxmod/basic_sound/fpcmade.*
-packages/libndsfpc/examples/audio/maxmod/basic_sound/units
-packages/libndsfpc/examples/audio/maxmod/build-stamp.*
-packages/libndsfpc/examples/audio/maxmod/fpcmade.*
-packages/libndsfpc/examples/audio/maxmod/reverb/*.bak
-packages/libndsfpc/examples/audio/maxmod/reverb/*.exe
-packages/libndsfpc/examples/audio/maxmod/reverb/*.o
-packages/libndsfpc/examples/audio/maxmod/reverb/*.ppu
-packages/libndsfpc/examples/audio/maxmod/reverb/*.s
-packages/libndsfpc/examples/audio/maxmod/reverb/Package.fpc
-packages/libndsfpc/examples/audio/maxmod/reverb/audio/*.bak
-packages/libndsfpc/examples/audio/maxmod/reverb/audio/*.exe
-packages/libndsfpc/examples/audio/maxmod/reverb/audio/*.o
-packages/libndsfpc/examples/audio/maxmod/reverb/audio/*.ppu
-packages/libndsfpc/examples/audio/maxmod/reverb/audio/*.s
-packages/libndsfpc/examples/audio/maxmod/reverb/audio/Package.fpc
-packages/libndsfpc/examples/audio/maxmod/reverb/audio/build-stamp.*
-packages/libndsfpc/examples/audio/maxmod/reverb/audio/fpcmade.*
-packages/libndsfpc/examples/audio/maxmod/reverb/audio/units
-packages/libndsfpc/examples/audio/maxmod/reverb/build-stamp.*
-packages/libndsfpc/examples/audio/maxmod/reverb/fpcmade.*
-packages/libndsfpc/examples/audio/maxmod/reverb/units
-packages/libndsfpc/examples/audio/maxmod/song_events_example/*.bak
-packages/libndsfpc/examples/audio/maxmod/song_events_example/*.exe
-packages/libndsfpc/examples/audio/maxmod/song_events_example/*.o
-packages/libndsfpc/examples/audio/maxmod/song_events_example/*.ppu
-packages/libndsfpc/examples/audio/maxmod/song_events_example/*.s
-packages/libndsfpc/examples/audio/maxmod/song_events_example/Package.fpc
-packages/libndsfpc/examples/audio/maxmod/song_events_example/build-stamp.*
-packages/libndsfpc/examples/audio/maxmod/song_events_example/fpcmade.*
-packages/libndsfpc/examples/audio/maxmod/song_events_example/gfx/*.bak
-packages/libndsfpc/examples/audio/maxmod/song_events_example/gfx/*.exe
-packages/libndsfpc/examples/audio/maxmod/song_events_example/gfx/*.o
-packages/libndsfpc/examples/audio/maxmod/song_events_example/gfx/*.ppu
-packages/libndsfpc/examples/audio/maxmod/song_events_example/gfx/*.s
-packages/libndsfpc/examples/audio/maxmod/song_events_example/gfx/Package.fpc
-packages/libndsfpc/examples/audio/maxmod/song_events_example/gfx/build-stamp.*
-packages/libndsfpc/examples/audio/maxmod/song_events_example/gfx/fpcmade.*
-packages/libndsfpc/examples/audio/maxmod/song_events_example/gfx/units
-packages/libndsfpc/examples/audio/maxmod/song_events_example/music/*.bak
-packages/libndsfpc/examples/audio/maxmod/song_events_example/music/*.exe
-packages/libndsfpc/examples/audio/maxmod/song_events_example/music/*.o
-packages/libndsfpc/examples/audio/maxmod/song_events_example/music/*.ppu
-packages/libndsfpc/examples/audio/maxmod/song_events_example/music/*.s
-packages/libndsfpc/examples/audio/maxmod/song_events_example/music/Package.fpc
-packages/libndsfpc/examples/audio/maxmod/song_events_example/music/build-stamp.*
-packages/libndsfpc/examples/audio/maxmod/song_events_example/music/fpcmade.*
-packages/libndsfpc/examples/audio/maxmod/song_events_example/music/units
-packages/libndsfpc/examples/audio/maxmod/song_events_example/units
-packages/libndsfpc/examples/audio/maxmod/song_events_example2/*.bak
-packages/libndsfpc/examples/audio/maxmod/song_events_example2/*.exe
-packages/libndsfpc/examples/audio/maxmod/song_events_example2/*.o
-packages/libndsfpc/examples/audio/maxmod/song_events_example2/*.ppu
-packages/libndsfpc/examples/audio/maxmod/song_events_example2/*.s
-packages/libndsfpc/examples/audio/maxmod/song_events_example2/Package.fpc
-packages/libndsfpc/examples/audio/maxmod/song_events_example2/audio/*.bak
-packages/libndsfpc/examples/audio/maxmod/song_events_example2/audio/*.exe
-packages/libndsfpc/examples/audio/maxmod/song_events_example2/audio/*.o
-packages/libndsfpc/examples/audio/maxmod/song_events_example2/audio/*.ppu
-packages/libndsfpc/examples/audio/maxmod/song_events_example2/audio/*.s
-packages/libndsfpc/examples/audio/maxmod/song_events_example2/audio/Package.fpc
-packages/libndsfpc/examples/audio/maxmod/song_events_example2/audio/build-stamp.*
-packages/libndsfpc/examples/audio/maxmod/song_events_example2/audio/fpcmade.*
-packages/libndsfpc/examples/audio/maxmod/song_events_example2/audio/units
-packages/libndsfpc/examples/audio/maxmod/song_events_example2/build-stamp.*
-packages/libndsfpc/examples/audio/maxmod/song_events_example2/fpcmade.*
-packages/libndsfpc/examples/audio/maxmod/song_events_example2/units
-packages/libndsfpc/examples/audio/maxmod/units
-packages/libndsfpc/examples/audio/micrecord/*.bak
-packages/libndsfpc/examples/audio/micrecord/*.exe
-packages/libndsfpc/examples/audio/micrecord/*.o
-packages/libndsfpc/examples/audio/micrecord/*.ppu
-packages/libndsfpc/examples/audio/micrecord/*.s
-packages/libndsfpc/examples/audio/micrecord/Package.fpc
-packages/libndsfpc/examples/audio/micrecord/build-stamp.*
-packages/libndsfpc/examples/audio/micrecord/fpcmade.*
-packages/libndsfpc/examples/audio/micrecord/units
-packages/libndsfpc/examples/audio/units
-packages/libndsfpc/examples/build-stamp.*
-packages/libndsfpc/examples/card/*.bak
-packages/libndsfpc/examples/card/*.exe
-packages/libndsfpc/examples/card/*.o
-packages/libndsfpc/examples/card/*.ppu
-packages/libndsfpc/examples/card/*.s
-packages/libndsfpc/examples/card/Package.fpc
-packages/libndsfpc/examples/card/build-stamp.*
-packages/libndsfpc/examples/card/eeprom/*.bak
-packages/libndsfpc/examples/card/eeprom/*.exe
-packages/libndsfpc/examples/card/eeprom/*.o
-packages/libndsfpc/examples/card/eeprom/*.ppu
-packages/libndsfpc/examples/card/eeprom/*.s
-packages/libndsfpc/examples/card/eeprom/Package.fpc
-packages/libndsfpc/examples/card/eeprom/build-stamp.*
-packages/libndsfpc/examples/card/eeprom/fpcmade.*
-packages/libndsfpc/examples/card/eeprom/units
-packages/libndsfpc/examples/card/fpcmade.*
-packages/libndsfpc/examples/card/units
-packages/libndsfpc/examples/debugging/*.bak
-packages/libndsfpc/examples/debugging/*.exe
-packages/libndsfpc/examples/debugging/*.o
-packages/libndsfpc/examples/debugging/*.ppu
-packages/libndsfpc/examples/debugging/*.s
-packages/libndsfpc/examples/debugging/Package.fpc
-packages/libndsfpc/examples/debugging/build-stamp.*
-packages/libndsfpc/examples/debugging/exceptionTest/*.bak
-packages/libndsfpc/examples/debugging/exceptionTest/*.exe
-packages/libndsfpc/examples/debugging/exceptionTest/*.o
-packages/libndsfpc/examples/debugging/exceptionTest/*.ppu
-packages/libndsfpc/examples/debugging/exceptionTest/*.s
-packages/libndsfpc/examples/debugging/exceptionTest/Package.fpc
-packages/libndsfpc/examples/debugging/exceptionTest/build-stamp.*
-packages/libndsfpc/examples/debugging/exceptionTest/fpcmade.*
-packages/libndsfpc/examples/debugging/exceptionTest/units
-packages/libndsfpc/examples/debugging/fpcmade.*
-packages/libndsfpc/examples/debugging/units
-packages/libndsfpc/examples/ds_motion/*.bak
-packages/libndsfpc/examples/ds_motion/*.exe
-packages/libndsfpc/examples/ds_motion/*.o
-packages/libndsfpc/examples/ds_motion/*.ppu
-packages/libndsfpc/examples/ds_motion/*.s
-packages/libndsfpc/examples/ds_motion/Package.fpc
-packages/libndsfpc/examples/ds_motion/build-stamp.*
-packages/libndsfpc/examples/ds_motion/fpcmade.*
-packages/libndsfpc/examples/ds_motion/units
-packages/libndsfpc/examples/dswifi/*.bak
-packages/libndsfpc/examples/dswifi/*.exe
-packages/libndsfpc/examples/dswifi/*.o
-packages/libndsfpc/examples/dswifi/*.ppu
-packages/libndsfpc/examples/dswifi/*.s
-packages/libndsfpc/examples/dswifi/Package.fpc
-packages/libndsfpc/examples/dswifi/ap_search/*.bak
-packages/libndsfpc/examples/dswifi/ap_search/*.exe
-packages/libndsfpc/examples/dswifi/ap_search/*.o
-packages/libndsfpc/examples/dswifi/ap_search/*.ppu
-packages/libndsfpc/examples/dswifi/ap_search/*.s
-packages/libndsfpc/examples/dswifi/ap_search/Package.fpc
-packages/libndsfpc/examples/dswifi/ap_search/build-stamp.*
-packages/libndsfpc/examples/dswifi/ap_search/fpcmade.*
-packages/libndsfpc/examples/dswifi/ap_search/units
-packages/libndsfpc/examples/dswifi/autoconnect/*.bak
-packages/libndsfpc/examples/dswifi/autoconnect/*.exe
-packages/libndsfpc/examples/dswifi/autoconnect/*.o
-packages/libndsfpc/examples/dswifi/autoconnect/*.ppu
-packages/libndsfpc/examples/dswifi/autoconnect/*.s
-packages/libndsfpc/examples/dswifi/autoconnect/Package.fpc
-packages/libndsfpc/examples/dswifi/autoconnect/build-stamp.*
-packages/libndsfpc/examples/dswifi/autoconnect/fpcmade.*
-packages/libndsfpc/examples/dswifi/autoconnect/units
-packages/libndsfpc/examples/dswifi/build-stamp.*
-packages/libndsfpc/examples/dswifi/fpcmade.*
-packages/libndsfpc/examples/dswifi/httpget/*.bak
-packages/libndsfpc/examples/dswifi/httpget/*.exe
-packages/libndsfpc/examples/dswifi/httpget/*.o
-packages/libndsfpc/examples/dswifi/httpget/*.ppu
-packages/libndsfpc/examples/dswifi/httpget/*.s
-packages/libndsfpc/examples/dswifi/httpget/Package.fpc
-packages/libndsfpc/examples/dswifi/httpget/build-stamp.*
-packages/libndsfpc/examples/dswifi/httpget/fpcmade.*
-packages/libndsfpc/examples/dswifi/httpget/units
-packages/libndsfpc/examples/dswifi/units
-packages/libndsfpc/examples/filesystem/*.bak
-packages/libndsfpc/examples/filesystem/*.exe
-packages/libndsfpc/examples/filesystem/*.o
-packages/libndsfpc/examples/filesystem/*.ppu
-packages/libndsfpc/examples/filesystem/*.s
-packages/libndsfpc/examples/filesystem/Package.fpc
-packages/libndsfpc/examples/filesystem/build-stamp.*
-packages/libndsfpc/examples/filesystem/embedded_gbfs/*.bak
-packages/libndsfpc/examples/filesystem/embedded_gbfs/*.exe
-packages/libndsfpc/examples/filesystem/embedded_gbfs/*.o
-packages/libndsfpc/examples/filesystem/embedded_gbfs/*.ppu
-packages/libndsfpc/examples/filesystem/embedded_gbfs/*.s
-packages/libndsfpc/examples/filesystem/embedded_gbfs/GBFS/*.bak
-packages/libndsfpc/examples/filesystem/embedded_gbfs/GBFS/*.exe
-packages/libndsfpc/examples/filesystem/embedded_gbfs/GBFS/*.o
-packages/libndsfpc/examples/filesystem/embedded_gbfs/GBFS/*.ppu
-packages/libndsfpc/examples/filesystem/embedded_gbfs/GBFS/*.s
-packages/libndsfpc/examples/filesystem/embedded_gbfs/GBFS/Package.fpc
-packages/libndsfpc/examples/filesystem/embedded_gbfs/GBFS/build-stamp.*
-packages/libndsfpc/examples/filesystem/embedded_gbfs/GBFS/fpcmade.*
-packages/libndsfpc/examples/filesystem/embedded_gbfs/GBFS/units
-packages/libndsfpc/examples/filesystem/embedded_gbfs/Package.fpc
-packages/libndsfpc/examples/filesystem/embedded_gbfs/build-stamp.*
-packages/libndsfpc/examples/filesystem/embedded_gbfs/fpcmade.*
-packages/libndsfpc/examples/filesystem/embedded_gbfs/units
-packages/libndsfpc/examples/filesystem/fpcmade.*
-packages/libndsfpc/examples/filesystem/libfat/*.bak
-packages/libndsfpc/examples/filesystem/libfat/*.exe
-packages/libndsfpc/examples/filesystem/libfat/*.o
-packages/libndsfpc/examples/filesystem/libfat/*.ppu
-packages/libndsfpc/examples/filesystem/libfat/*.s
-packages/libndsfpc/examples/filesystem/libfat/Package.fpc
-packages/libndsfpc/examples/filesystem/libfat/access_dir/*.bak
-packages/libndsfpc/examples/filesystem/libfat/access_dir/*.exe
-packages/libndsfpc/examples/filesystem/libfat/access_dir/*.o
-packages/libndsfpc/examples/filesystem/libfat/access_dir/*.ppu
-packages/libndsfpc/examples/filesystem/libfat/access_dir/*.s
-packages/libndsfpc/examples/filesystem/libfat/access_dir/Package.fpc
-packages/libndsfpc/examples/filesystem/libfat/access_dir/build-stamp.*
-packages/libndsfpc/examples/filesystem/libfat/access_dir/fpcmade.*
-packages/libndsfpc/examples/filesystem/libfat/access_dir/units
-packages/libndsfpc/examples/filesystem/libfat/access_file/*.bak
-packages/libndsfpc/examples/filesystem/libfat/access_file/*.exe
-packages/libndsfpc/examples/filesystem/libfat/access_file/*.o
-packages/libndsfpc/examples/filesystem/libfat/access_file/*.ppu
-packages/libndsfpc/examples/filesystem/libfat/access_file/*.s
-packages/libndsfpc/examples/filesystem/libfat/access_file/Package.fpc
-packages/libndsfpc/examples/filesystem/libfat/access_file/build-stamp.*
-packages/libndsfpc/examples/filesystem/libfat/access_file/fpcmade.*
-packages/libndsfpc/examples/filesystem/libfat/access_file/units
-packages/libndsfpc/examples/filesystem/libfat/build-stamp.*
-packages/libndsfpc/examples/filesystem/libfat/fpcmade.*
-packages/libndsfpc/examples/filesystem/libfat/libfatdir/*.bak
-packages/libndsfpc/examples/filesystem/libfat/libfatdir/*.exe
-packages/libndsfpc/examples/filesystem/libfat/libfatdir/*.o
-packages/libndsfpc/examples/filesystem/libfat/libfatdir/*.ppu
-packages/libndsfpc/examples/filesystem/libfat/libfatdir/*.s
-packages/libndsfpc/examples/filesystem/libfat/libfatdir/Package.fpc
-packages/libndsfpc/examples/filesystem/libfat/libfatdir/build-stamp.*
-packages/libndsfpc/examples/filesystem/libfat/libfatdir/fpcmade.*
-packages/libndsfpc/examples/filesystem/libfat/libfatdir/units
-packages/libndsfpc/examples/filesystem/libfat/units
-packages/libndsfpc/examples/filesystem/nitrofs/*.bak
-packages/libndsfpc/examples/filesystem/nitrofs/*.exe
-packages/libndsfpc/examples/filesystem/nitrofs/*.o
-packages/libndsfpc/examples/filesystem/nitrofs/*.ppu
-packages/libndsfpc/examples/filesystem/nitrofs/*.s
-packages/libndsfpc/examples/filesystem/nitrofs/Package.fpc
-packages/libndsfpc/examples/filesystem/nitrofs/build-stamp.*
-packages/libndsfpc/examples/filesystem/nitrofs/fpcmade.*
-packages/libndsfpc/examples/filesystem/nitrofs/nitrodir/*.bak
-packages/libndsfpc/examples/filesystem/nitrofs/nitrodir/*.exe
-packages/libndsfpc/examples/filesystem/nitrofs/nitrodir/*.o
-packages/libndsfpc/examples/filesystem/nitrofs/nitrodir/*.ppu
-packages/libndsfpc/examples/filesystem/nitrofs/nitrodir/*.s
-packages/libndsfpc/examples/filesystem/nitrofs/nitrodir/Package.fpc
-packages/libndsfpc/examples/filesystem/nitrofs/nitrodir/build-stamp.*
-packages/libndsfpc/examples/filesystem/nitrofs/nitrodir/fpcmade.*
-packages/libndsfpc/examples/filesystem/nitrofs/nitrodir/nitrofiles/*.bak
-packages/libndsfpc/examples/filesystem/nitrofs/nitrodir/nitrofiles/*.exe
-packages/libndsfpc/examples/filesystem/nitrofs/nitrodir/nitrofiles/*.o
-packages/libndsfpc/examples/filesystem/nitrofs/nitrodir/nitrofiles/*.ppu
-packages/libndsfpc/examples/filesystem/nitrofs/nitrodir/nitrofiles/*.s
-packages/libndsfpc/examples/filesystem/nitrofs/nitrodir/nitrofiles/Package.fpc
-packages/libndsfpc/examples/filesystem/nitrofs/nitrodir/nitrofiles/build-stamp.*
-packages/libndsfpc/examples/filesystem/nitrofs/nitrodir/nitrofiles/dir1/*.bak
-packages/libndsfpc/examples/filesystem/nitrofs/nitrodir/nitrofiles/dir1/*.exe
-packages/libndsfpc/examples/filesystem/nitrofs/nitrodir/nitrofiles/dir1/*.o
-packages/libndsfpc/examples/filesystem/nitrofs/nitrodir/nitrofiles/dir1/*.ppu
-packages/libndsfpc/examples/filesystem/nitrofs/nitrodir/nitrofiles/dir1/*.s
-packages/libndsfpc/examples/filesystem/nitrofs/nitrodir/nitrofiles/dir1/Package.fpc
-packages/libndsfpc/examples/filesystem/nitrofs/nitrodir/nitrofiles/dir1/build-stamp.*
-packages/libndsfpc/examples/filesystem/nitrofs/nitrodir/nitrofiles/dir1/fpcmade.*
-packages/libndsfpc/examples/filesystem/nitrofs/nitrodir/nitrofiles/dir1/units
-packages/libndsfpc/examples/filesystem/nitrofs/nitrodir/nitrofiles/dir2/*.bak
-packages/libndsfpc/examples/filesystem/nitrofs/nitrodir/nitrofiles/dir2/*.exe
-packages/libndsfpc/examples/filesystem/nitrofs/nitrodir/nitrofiles/dir2/*.o
-packages/libndsfpc/examples/filesystem/nitrofs/nitrodir/nitrofiles/dir2/*.ppu
-packages/libndsfpc/examples/filesystem/nitrofs/nitrodir/nitrofiles/dir2/*.s
-packages/libndsfpc/examples/filesystem/nitrofs/nitrodir/nitrofiles/dir2/Package.fpc
-packages/libndsfpc/examples/filesystem/nitrofs/nitrodir/nitrofiles/dir2/build-stamp.*
-packages/libndsfpc/examples/filesystem/nitrofs/nitrodir/nitrofiles/dir2/fpcmade.*
-packages/libndsfpc/examples/filesystem/nitrofs/nitrodir/nitrofiles/dir2/subdir1/*.bak
-packages/libndsfpc/examples/filesystem/nitrofs/nitrodir/nitrofiles/dir2/subdir1/*.exe
-packages/libndsfpc/examples/filesystem/nitrofs/nitrodir/nitrofiles/dir2/subdir1/*.o
-packages/libndsfpc/examples/filesystem/nitrofs/nitrodir/nitrofiles/dir2/subdir1/*.ppu
-packages/libndsfpc/examples/filesystem/nitrofs/nitrodir/nitrofiles/dir2/subdir1/*.s
-packages/libndsfpc/examples/filesystem/nitrofs/nitrodir/nitrofiles/dir2/subdir1/Package.fpc
-packages/libndsfpc/examples/filesystem/nitrofs/nitrodir/nitrofiles/dir2/subdir1/build-stamp.*
-packages/libndsfpc/examples/filesystem/nitrofs/nitrodir/nitrofiles/dir2/subdir1/fpcmade.*
-packages/libndsfpc/examples/filesystem/nitrofs/nitrodir/nitrofiles/dir2/subdir1/subsubdir1/*.bak
-packages/libndsfpc/examples/filesystem/nitrofs/nitrodir/nitrofiles/dir2/subdir1/subsubdir1/*.exe
-packages/libndsfpc/examples/filesystem/nitrofs/nitrodir/nitrofiles/dir2/subdir1/subsubdir1/*.o
-packages/libndsfpc/examples/filesystem/nitrofs/nitrodir/nitrofiles/dir2/subdir1/subsubdir1/*.ppu
-packages/libndsfpc/examples/filesystem/nitrofs/nitrodir/nitrofiles/dir2/subdir1/subsubdir1/*.s
-packages/libndsfpc/examples/filesystem/nitrofs/nitrodir/nitrofiles/dir2/subdir1/subsubdir1/Package.fpc
-packages/libndsfpc/examples/filesystem/nitrofs/nitrodir/nitrofiles/dir2/subdir1/subsubdir1/build-stamp.*
-packages/libndsfpc/examples/filesystem/nitrofs/nitrodir/nitrofiles/dir2/subdir1/subsubdir1/fpcmade.*
-packages/libndsfpc/examples/filesystem/nitrofs/nitrodir/nitrofiles/dir2/subdir1/subsubdir1/units
-packages/libndsfpc/examples/filesystem/nitrofs/nitrodir/nitrofiles/dir2/subdir1/units
-packages/libndsfpc/examples/filesystem/nitrofs/nitrodir/nitrofiles/dir2/units
-packages/libndsfpc/examples/filesystem/nitrofs/nitrodir/nitrofiles/dir3/*.bak
-packages/libndsfpc/examples/filesystem/nitrofs/nitrodir/nitrofiles/dir3/*.exe
-packages/libndsfpc/examples/filesystem/nitrofs/nitrodir/nitrofiles/dir3/*.o
-packages/libndsfpc/examples/filesystem/nitrofs/nitrodir/nitrofiles/dir3/*.ppu
-packages/libndsfpc/examples/filesystem/nitrofs/nitrodir/nitrofiles/dir3/*.s
-packages/libndsfpc/examples/filesystem/nitrofs/nitrodir/nitrofiles/dir3/Package.fpc
-packages/libndsfpc/examples/filesystem/nitrofs/nitrodir/nitrofiles/dir3/build-stamp.*
-packages/libndsfpc/examples/filesystem/nitrofs/nitrodir/nitrofiles/dir3/fpcmade.*
-packages/libndsfpc/examples/filesystem/nitrofs/nitrodir/nitrofiles/dir3/units
-packages/libndsfpc/examples/filesystem/nitrofs/nitrodir/nitrofiles/fpcmade.*
-packages/libndsfpc/examples/filesystem/nitrofs/nitrodir/nitrofiles/units
-packages/libndsfpc/examples/filesystem/nitrofs/nitrodir/units
-packages/libndsfpc/examples/filesystem/nitrofs/units
-packages/libndsfpc/examples/filesystem/units
-packages/libndsfpc/examples/fpcmade.*
-packages/libndsfpc/examples/graphics/3D/*.bak
-packages/libndsfpc/examples/graphics/3D/*.exe
-packages/libndsfpc/examples/graphics/3D/*.o
-packages/libndsfpc/examples/graphics/3D/*.ppu
-packages/libndsfpc/examples/graphics/3D/*.s
-packages/libndsfpc/examples/graphics/3D/3D_Both_Screens/*.bak
-packages/libndsfpc/examples/graphics/3D/3D_Both_Screens/*.exe
-packages/libndsfpc/examples/graphics/3D/3D_Both_Screens/*.o
-packages/libndsfpc/examples/graphics/3D/3D_Both_Screens/*.ppu
-packages/libndsfpc/examples/graphics/3D/3D_Both_Screens/*.s
-packages/libndsfpc/examples/graphics/3D/3D_Both_Screens/Package.fpc
-packages/libndsfpc/examples/graphics/3D/3D_Both_Screens/build-stamp.*
-packages/libndsfpc/examples/graphics/3D/3D_Both_Screens/fpcmade.*
-packages/libndsfpc/examples/graphics/3D/3D_Both_Screens/units
-packages/libndsfpc/examples/graphics/3D/BoxTest/*.bak
-packages/libndsfpc/examples/graphics/3D/BoxTest/*.exe
-packages/libndsfpc/examples/graphics/3D/BoxTest/*.o
-packages/libndsfpc/examples/graphics/3D/BoxTest/*.ppu
-packages/libndsfpc/examples/graphics/3D/BoxTest/*.s
-packages/libndsfpc/examples/graphics/3D/BoxTest/Package.fpc
-packages/libndsfpc/examples/graphics/3D/BoxTest/build-stamp.*
-packages/libndsfpc/examples/graphics/3D/BoxTest/fpcmade.*
-packages/libndsfpc/examples/graphics/3D/BoxTest/units
-packages/libndsfpc/examples/graphics/3D/Display_List/*.bak
-packages/libndsfpc/examples/graphics/3D/Display_List/*.exe
-packages/libndsfpc/examples/graphics/3D/Display_List/*.o
-packages/libndsfpc/examples/graphics/3D/Display_List/*.ppu
-packages/libndsfpc/examples/graphics/3D/Display_List/*.s
-packages/libndsfpc/examples/graphics/3D/Display_List/Package.fpc
-packages/libndsfpc/examples/graphics/3D/Display_List/build-stamp.*
-packages/libndsfpc/examples/graphics/3D/Display_List/fpcmade.*
-packages/libndsfpc/examples/graphics/3D/Display_List/units
-packages/libndsfpc/examples/graphics/3D/Display_List_2/*.bak
-packages/libndsfpc/examples/graphics/3D/Display_List_2/*.exe
-packages/libndsfpc/examples/graphics/3D/Display_List_2/*.o
-packages/libndsfpc/examples/graphics/3D/Display_List_2/*.ppu
-packages/libndsfpc/examples/graphics/3D/Display_List_2/*.s
-packages/libndsfpc/examples/graphics/3D/Display_List_2/Package.fpc
-packages/libndsfpc/examples/graphics/3D/Display_List_2/build-stamp.*
-packages/libndsfpc/examples/graphics/3D/Display_List_2/data/*.bak
-packages/libndsfpc/examples/graphics/3D/Display_List_2/data/*.exe
-packages/libndsfpc/examples/graphics/3D/Display_List_2/data/*.o
-packages/libndsfpc/examples/graphics/3D/Display_List_2/data/*.ppu
-packages/libndsfpc/examples/graphics/3D/Display_List_2/data/*.s
-packages/libndsfpc/examples/graphics/3D/Display_List_2/data/Package.fpc
-packages/libndsfpc/examples/graphics/3D/Display_List_2/data/build-stamp.*
-packages/libndsfpc/examples/graphics/3D/Display_List_2/data/fpcmade.*
-packages/libndsfpc/examples/graphics/3D/Display_List_2/data/units
-packages/libndsfpc/examples/graphics/3D/Display_List_2/fpcmade.*
-packages/libndsfpc/examples/graphics/3D/Display_List_2/units
-packages/libndsfpc/examples/graphics/3D/Env_Mapping/*.bak
-packages/libndsfpc/examples/graphics/3D/Env_Mapping/*.exe
-packages/libndsfpc/examples/graphics/3D/Env_Mapping/*.o
-packages/libndsfpc/examples/graphics/3D/Env_Mapping/*.ppu
-packages/libndsfpc/examples/graphics/3D/Env_Mapping/*.s
-packages/libndsfpc/examples/graphics/3D/Env_Mapping/Package.fpc
-packages/libndsfpc/examples/graphics/3D/Env_Mapping/build-stamp.*
-packages/libndsfpc/examples/graphics/3D/Env_Mapping/data/*.bak
-packages/libndsfpc/examples/graphics/3D/Env_Mapping/data/*.exe
-packages/libndsfpc/examples/graphics/3D/Env_Mapping/data/*.o
-packages/libndsfpc/examples/graphics/3D/Env_Mapping/data/*.ppu
-packages/libndsfpc/examples/graphics/3D/Env_Mapping/data/*.s
-packages/libndsfpc/examples/graphics/3D/Env_Mapping/data/Package.fpc
-packages/libndsfpc/examples/graphics/3D/Env_Mapping/data/build-stamp.*
-packages/libndsfpc/examples/graphics/3D/Env_Mapping/data/fpcmade.*
-packages/libndsfpc/examples/graphics/3D/Env_Mapping/data/units
-packages/libndsfpc/examples/graphics/3D/Env_Mapping/fpcmade.*
-packages/libndsfpc/examples/graphics/3D/Env_Mapping/units
-packages/libndsfpc/examples/graphics/3D/Mixed_Text_3D/*.bak
-packages/libndsfpc/examples/graphics/3D/Mixed_Text_3D/*.exe
-packages/libndsfpc/examples/graphics/3D/Mixed_Text_3D/*.o
-packages/libndsfpc/examples/graphics/3D/Mixed_Text_3D/*.ppu
-packages/libndsfpc/examples/graphics/3D/Mixed_Text_3D/*.s
-packages/libndsfpc/examples/graphics/3D/Mixed_Text_3D/Package.fpc
-packages/libndsfpc/examples/graphics/3D/Mixed_Text_3D/build-stamp.*
-packages/libndsfpc/examples/graphics/3D/Mixed_Text_3D/fpcmade.*
-packages/libndsfpc/examples/graphics/3D/Mixed_Text_3D/units
-packages/libndsfpc/examples/graphics/3D/Ortho/*.bak
-packages/libndsfpc/examples/graphics/3D/Ortho/*.exe
-packages/libndsfpc/examples/graphics/3D/Ortho/*.o
-packages/libndsfpc/examples/graphics/3D/Ortho/*.ppu
-packages/libndsfpc/examples/graphics/3D/Ortho/*.s
-packages/libndsfpc/examples/graphics/3D/Ortho/Package.fpc
-packages/libndsfpc/examples/graphics/3D/Ortho/build-stamp.*
-packages/libndsfpc/examples/graphics/3D/Ortho/data/*.bak
-packages/libndsfpc/examples/graphics/3D/Ortho/data/*.exe
-packages/libndsfpc/examples/graphics/3D/Ortho/data/*.o
-packages/libndsfpc/examples/graphics/3D/Ortho/data/*.ppu
-packages/libndsfpc/examples/graphics/3D/Ortho/data/*.s
-packages/libndsfpc/examples/graphics/3D/Ortho/data/Package.fpc
-packages/libndsfpc/examples/graphics/3D/Ortho/data/build-stamp.*
-packages/libndsfpc/examples/graphics/3D/Ortho/data/fpcmade.*
-packages/libndsfpc/examples/graphics/3D/Ortho/data/units
-packages/libndsfpc/examples/graphics/3D/Ortho/fpcmade.*
-packages/libndsfpc/examples/graphics/3D/Ortho/units
-packages/libndsfpc/examples/graphics/3D/Package.fpc
-packages/libndsfpc/examples/graphics/3D/Paletted_Cube/*.bak
-packages/libndsfpc/examples/graphics/3D/Paletted_Cube/*.exe
-packages/libndsfpc/examples/graphics/3D/Paletted_Cube/*.o
-packages/libndsfpc/examples/graphics/3D/Paletted_Cube/*.ppu
-packages/libndsfpc/examples/graphics/3D/Paletted_Cube/*.s
-packages/libndsfpc/examples/graphics/3D/Paletted_Cube/Package.fpc
-packages/libndsfpc/examples/graphics/3D/Paletted_Cube/build-stamp.*
-packages/libndsfpc/examples/graphics/3D/Paletted_Cube/data/*.bak
-packages/libndsfpc/examples/graphics/3D/Paletted_Cube/data/*.exe
-packages/libndsfpc/examples/graphics/3D/Paletted_Cube/data/*.o
-packages/libndsfpc/examples/graphics/3D/Paletted_Cube/data/*.ppu
-packages/libndsfpc/examples/graphics/3D/Paletted_Cube/data/*.s
-packages/libndsfpc/examples/graphics/3D/Paletted_Cube/data/Package.fpc
-packages/libndsfpc/examples/graphics/3D/Paletted_Cube/data/build-stamp.*
-packages/libndsfpc/examples/graphics/3D/Paletted_Cube/data/fpcmade.*
-packages/libndsfpc/examples/graphics/3D/Paletted_Cube/data/units
-packages/libndsfpc/examples/graphics/3D/Paletted_Cube/fpcmade.*
-packages/libndsfpc/examples/graphics/3D/Paletted_Cube/units
-packages/libndsfpc/examples/graphics/3D/Picking/*.bak
-packages/libndsfpc/examples/graphics/3D/Picking/*.exe
-packages/libndsfpc/examples/graphics/3D/Picking/*.o
-packages/libndsfpc/examples/graphics/3D/Picking/*.ppu
-packages/libndsfpc/examples/graphics/3D/Picking/*.s
-packages/libndsfpc/examples/graphics/3D/Picking/Package.fpc
-packages/libndsfpc/examples/graphics/3D/Picking/build-stamp.*
-packages/libndsfpc/examples/graphics/3D/Picking/data/*.bak
-packages/libndsfpc/examples/graphics/3D/Picking/data/*.exe
-packages/libndsfpc/examples/graphics/3D/Picking/data/*.o
-packages/libndsfpc/examples/graphics/3D/Picking/data/*.ppu
-packages/libndsfpc/examples/graphics/3D/Picking/data/*.s
-packages/libndsfpc/examples/graphics/3D/Picking/data/Package.fpc
-packages/libndsfpc/examples/graphics/3D/Picking/data/build-stamp.*
-packages/libndsfpc/examples/graphics/3D/Picking/data/fpcmade.*
-packages/libndsfpc/examples/graphics/3D/Picking/data/units
-packages/libndsfpc/examples/graphics/3D/Picking/fpcmade.*
-packages/libndsfpc/examples/graphics/3D/Picking/units
-packages/libndsfpc/examples/graphics/3D/Simple_Quad/*.bak
-packages/libndsfpc/examples/graphics/3D/Simple_Quad/*.exe
-packages/libndsfpc/examples/graphics/3D/Simple_Quad/*.o
-packages/libndsfpc/examples/graphics/3D/Simple_Quad/*.ppu
-packages/libndsfpc/examples/graphics/3D/Simple_Quad/*.s
-packages/libndsfpc/examples/graphics/3D/Simple_Quad/Package.fpc
-packages/libndsfpc/examples/graphics/3D/Simple_Quad/build-stamp.*
-packages/libndsfpc/examples/graphics/3D/Simple_Quad/fpcmade.*
-packages/libndsfpc/examples/graphics/3D/Simple_Quad/units
-packages/libndsfpc/examples/graphics/3D/Simple_Tri/*.bak
-packages/libndsfpc/examples/graphics/3D/Simple_Tri/*.exe
-packages/libndsfpc/examples/graphics/3D/Simple_Tri/*.o
-packages/libndsfpc/examples/graphics/3D/Simple_Tri/*.ppu
-packages/libndsfpc/examples/graphics/3D/Simple_Tri/*.s
-packages/libndsfpc/examples/graphics/3D/Simple_Tri/Package.fpc
-packages/libndsfpc/examples/graphics/3D/Simple_Tri/build-stamp.*
-packages/libndsfpc/examples/graphics/3D/Simple_Tri/fpcmade.*
-packages/libndsfpc/examples/graphics/3D/Simple_Tri/units
-packages/libndsfpc/examples/graphics/3D/Textured_Cube/*.bak
-packages/libndsfpc/examples/graphics/3D/Textured_Cube/*.exe
-packages/libndsfpc/examples/graphics/3D/Textured_Cube/*.o
-packages/libndsfpc/examples/graphics/3D/Textured_Cube/*.ppu
-packages/libndsfpc/examples/graphics/3D/Textured_Cube/*.s
-packages/libndsfpc/examples/graphics/3D/Textured_Cube/Package.fpc
-packages/libndsfpc/examples/graphics/3D/Textured_Cube/build-stamp.*
-packages/libndsfpc/examples/graphics/3D/Textured_Cube/data/*.bak
-packages/libndsfpc/examples/graphics/3D/Textured_Cube/data/*.exe
-packages/libndsfpc/examples/graphics/3D/Textured_Cube/data/*.o
-packages/libndsfpc/examples/graphics/3D/Textured_Cube/data/*.ppu
-packages/libndsfpc/examples/graphics/3D/Textured_Cube/data/*.s
-packages/libndsfpc/examples/graphics/3D/Textured_Cube/data/Package.fpc
-packages/libndsfpc/examples/graphics/3D/Textured_Cube/data/build-stamp.*
-packages/libndsfpc/examples/graphics/3D/Textured_Cube/data/fpcmade.*
-packages/libndsfpc/examples/graphics/3D/Textured_Cube/data/units
-packages/libndsfpc/examples/graphics/3D/Textured_Cube/fpcmade.*
-packages/libndsfpc/examples/graphics/3D/Textured_Cube/units
-packages/libndsfpc/examples/graphics/3D/Textured_Quad/*.bak
-packages/libndsfpc/examples/graphics/3D/Textured_Quad/*.exe
-packages/libndsfpc/examples/graphics/3D/Textured_Quad/*.o
-packages/libndsfpc/examples/graphics/3D/Textured_Quad/*.ppu
-packages/libndsfpc/examples/graphics/3D/Textured_Quad/*.s
-packages/libndsfpc/examples/graphics/3D/Textured_Quad/Package.fpc
-packages/libndsfpc/examples/graphics/3D/Textured_Quad/build-stamp.*
-packages/libndsfpc/examples/graphics/3D/Textured_Quad/data/*.bak
-packages/libndsfpc/examples/graphics/3D/Textured_Quad/data/*.exe
-packages/libndsfpc/examples/graphics/3D/Textured_Quad/data/*.o
-packages/libndsfpc/examples/graphics/3D/Textured_Quad/data/*.ppu
-packages/libndsfpc/examples/graphics/3D/Textured_Quad/data/*.s
-packages/libndsfpc/examples/graphics/3D/Textured_Quad/data/Package.fpc
-packages/libndsfpc/examples/graphics/3D/Textured_Quad/data/build-stamp.*
-packages/libndsfpc/examples/graphics/3D/Textured_Quad/data/fpcmade.*
-packages/libndsfpc/examples/graphics/3D/Textured_Quad/data/units
-packages/libndsfpc/examples/graphics/3D/Textured_Quad/fpcmade.*
-packages/libndsfpc/examples/graphics/3D/Textured_Quad/units
-packages/libndsfpc/examples/graphics/3D/Toon_Shading/*.bak
-packages/libndsfpc/examples/graphics/3D/Toon_Shading/*.exe
-packages/libndsfpc/examples/graphics/3D/Toon_Shading/*.o
-packages/libndsfpc/examples/graphics/3D/Toon_Shading/*.ppu
-packages/libndsfpc/examples/graphics/3D/Toon_Shading/*.s
-packages/libndsfpc/examples/graphics/3D/Toon_Shading/Package.fpc
-packages/libndsfpc/examples/graphics/3D/Toon_Shading/build-stamp.*
-packages/libndsfpc/examples/graphics/3D/Toon_Shading/data/*.bak
-packages/libndsfpc/examples/graphics/3D/Toon_Shading/data/*.exe
-packages/libndsfpc/examples/graphics/3D/Toon_Shading/data/*.o
-packages/libndsfpc/examples/graphics/3D/Toon_Shading/data/*.ppu
-packages/libndsfpc/examples/graphics/3D/Toon_Shading/data/*.s
-packages/libndsfpc/examples/graphics/3D/Toon_Shading/data/Package.fpc
-packages/libndsfpc/examples/graphics/3D/Toon_Shading/data/build-stamp.*
-packages/libndsfpc/examples/graphics/3D/Toon_Shading/data/fpcmade.*
-packages/libndsfpc/examples/graphics/3D/Toon_Shading/data/units
-packages/libndsfpc/examples/graphics/3D/Toon_Shading/fpcmade.*
-packages/libndsfpc/examples/graphics/3D/Toon_Shading/units
-packages/libndsfpc/examples/graphics/3D/build-stamp.*
-packages/libndsfpc/examples/graphics/3D/fpcmade.*
-packages/libndsfpc/examples/graphics/3D/nehe/*.bak
-packages/libndsfpc/examples/graphics/3D/nehe/*.exe
-packages/libndsfpc/examples/graphics/3D/nehe/*.o
-packages/libndsfpc/examples/graphics/3D/nehe/*.ppu
-packages/libndsfpc/examples/graphics/3D/nehe/*.s
-packages/libndsfpc/examples/graphics/3D/nehe/Package.fpc
-packages/libndsfpc/examples/graphics/3D/nehe/build-stamp.*
-packages/libndsfpc/examples/graphics/3D/nehe/fpcmade.*
-packages/libndsfpc/examples/graphics/3D/nehe/lesson01/*.bak
-packages/libndsfpc/examples/graphics/3D/nehe/lesson01/*.exe
-packages/libndsfpc/examples/graphics/3D/nehe/lesson01/*.o
-packages/libndsfpc/examples/graphics/3D/nehe/lesson01/*.ppu
-packages/libndsfpc/examples/graphics/3D/nehe/lesson01/*.s
-packages/libndsfpc/examples/graphics/3D/nehe/lesson01/Package.fpc
-packages/libndsfpc/examples/graphics/3D/nehe/lesson01/build-stamp.*
-packages/libndsfpc/examples/graphics/3D/nehe/lesson01/fpcmade.*
-packages/libndsfpc/examples/graphics/3D/nehe/lesson01/units
-packages/libndsfpc/examples/graphics/3D/nehe/lesson02/*.bak
-packages/libndsfpc/examples/graphics/3D/nehe/lesson02/*.exe
-packages/libndsfpc/examples/graphics/3D/nehe/lesson02/*.o
-packages/libndsfpc/examples/graphics/3D/nehe/lesson02/*.ppu
-packages/libndsfpc/examples/graphics/3D/nehe/lesson02/*.s
-packages/libndsfpc/examples/graphics/3D/nehe/lesson02/Package.fpc
-packages/libndsfpc/examples/graphics/3D/nehe/lesson02/build-stamp.*
-packages/libndsfpc/examples/graphics/3D/nehe/lesson02/fpcmade.*
-packages/libndsfpc/examples/graphics/3D/nehe/lesson02/units
-packages/libndsfpc/examples/graphics/3D/nehe/lesson03/*.bak
-packages/libndsfpc/examples/graphics/3D/nehe/lesson03/*.exe
-packages/libndsfpc/examples/graphics/3D/nehe/lesson03/*.o
-packages/libndsfpc/examples/graphics/3D/nehe/lesson03/*.ppu
-packages/libndsfpc/examples/graphics/3D/nehe/lesson03/*.s
-packages/libndsfpc/examples/graphics/3D/nehe/lesson03/Package.fpc
-packages/libndsfpc/examples/graphics/3D/nehe/lesson03/build-stamp.*
-packages/libndsfpc/examples/graphics/3D/nehe/lesson03/fpcmade.*
-packages/libndsfpc/examples/graphics/3D/nehe/lesson03/units
-packages/libndsfpc/examples/graphics/3D/nehe/lesson04/*.bak
-packages/libndsfpc/examples/graphics/3D/nehe/lesson04/*.exe
-packages/libndsfpc/examples/graphics/3D/nehe/lesson04/*.o
-packages/libndsfpc/examples/graphics/3D/nehe/lesson04/*.ppu
-packages/libndsfpc/examples/graphics/3D/nehe/lesson04/*.s
-packages/libndsfpc/examples/graphics/3D/nehe/lesson04/Package.fpc
-packages/libndsfpc/examples/graphics/3D/nehe/lesson04/build-stamp.*
-packages/libndsfpc/examples/graphics/3D/nehe/lesson04/fpcmade.*
-packages/libndsfpc/examples/graphics/3D/nehe/lesson04/units
-packages/libndsfpc/examples/graphics/3D/nehe/lesson05/*.bak
-packages/libndsfpc/examples/graphics/3D/nehe/lesson05/*.exe
-packages/libndsfpc/examples/graphics/3D/nehe/lesson05/*.o
-packages/libndsfpc/examples/graphics/3D/nehe/lesson05/*.ppu
-packages/libndsfpc/examples/graphics/3D/nehe/lesson05/*.s
-packages/libndsfpc/examples/graphics/3D/nehe/lesson05/Package.fpc
-packages/libndsfpc/examples/graphics/3D/nehe/lesson05/build-stamp.*
-packages/libndsfpc/examples/graphics/3D/nehe/lesson05/fpcmade.*
-packages/libndsfpc/examples/graphics/3D/nehe/lesson05/units
-packages/libndsfpc/examples/graphics/3D/nehe/lesson06/*.bak
-packages/libndsfpc/examples/graphics/3D/nehe/lesson06/*.exe
-packages/libndsfpc/examples/graphics/3D/nehe/lesson06/*.o
-packages/libndsfpc/examples/graphics/3D/nehe/lesson06/*.ppu
-packages/libndsfpc/examples/graphics/3D/nehe/lesson06/*.s
-packages/libndsfpc/examples/graphics/3D/nehe/lesson06/Package.fpc
-packages/libndsfpc/examples/graphics/3D/nehe/lesson06/build-stamp.*
-packages/libndsfpc/examples/graphics/3D/nehe/lesson06/data/*.bak
-packages/libndsfpc/examples/graphics/3D/nehe/lesson06/data/*.exe
-packages/libndsfpc/examples/graphics/3D/nehe/lesson06/data/*.o
-packages/libndsfpc/examples/graphics/3D/nehe/lesson06/data/*.ppu
-packages/libndsfpc/examples/graphics/3D/nehe/lesson06/data/*.s
-packages/libndsfpc/examples/graphics/3D/nehe/lesson06/data/Package.fpc
-packages/libndsfpc/examples/graphics/3D/nehe/lesson06/data/build-stamp.*
-packages/libndsfpc/examples/graphics/3D/nehe/lesson06/data/fpcmade.*
-packages/libndsfpc/examples/graphics/3D/nehe/lesson06/data/units
-packages/libndsfpc/examples/graphics/3D/nehe/lesson06/fpcmade.*
-packages/libndsfpc/examples/graphics/3D/nehe/lesson06/units
-packages/libndsfpc/examples/graphics/3D/nehe/lesson07/*.bak
-packages/libndsfpc/examples/graphics/3D/nehe/lesson07/*.exe
-packages/libndsfpc/examples/graphics/3D/nehe/lesson07/*.o
-packages/libndsfpc/examples/graphics/3D/nehe/lesson07/*.ppu
-packages/libndsfpc/examples/graphics/3D/nehe/lesson07/*.s
-packages/libndsfpc/examples/graphics/3D/nehe/lesson07/Package.fpc
-packages/libndsfpc/examples/graphics/3D/nehe/lesson07/build-stamp.*
-packages/libndsfpc/examples/graphics/3D/nehe/lesson07/data/*.bak
-packages/libndsfpc/examples/graphics/3D/nehe/lesson07/data/*.exe
-packages/libndsfpc/examples/graphics/3D/nehe/lesson07/data/*.o
-packages/libndsfpc/examples/graphics/3D/nehe/lesson07/data/*.ppu
-packages/libndsfpc/examples/graphics/3D/nehe/lesson07/data/*.s
-packages/libndsfpc/examples/graphics/3D/nehe/lesson07/data/Package.fpc
-packages/libndsfpc/examples/graphics/3D/nehe/lesson07/data/build-stamp.*
-packages/libndsfpc/examples/graphics/3D/nehe/lesson07/data/fpcmade.*
-packages/libndsfpc/examples/graphics/3D/nehe/lesson07/data/units
-packages/libndsfpc/examples/graphics/3D/nehe/lesson07/fpcmade.*
-packages/libndsfpc/examples/graphics/3D/nehe/lesson07/units
-packages/libndsfpc/examples/graphics/3D/nehe/lesson08/*.bak
-packages/libndsfpc/examples/graphics/3D/nehe/lesson08/*.exe
-packages/libndsfpc/examples/graphics/3D/nehe/lesson08/*.o
-packages/libndsfpc/examples/graphics/3D/nehe/lesson08/*.ppu
-packages/libndsfpc/examples/graphics/3D/nehe/lesson08/*.s
-packages/libndsfpc/examples/graphics/3D/nehe/lesson08/Package.fpc
-packages/libndsfpc/examples/graphics/3D/nehe/lesson08/build-stamp.*
-packages/libndsfpc/examples/graphics/3D/nehe/lesson08/data/*.bak
-packages/libndsfpc/examples/graphics/3D/nehe/lesson08/data/*.exe
-packages/libndsfpc/examples/graphics/3D/nehe/lesson08/data/*.o
-packages/libndsfpc/examples/graphics/3D/nehe/lesson08/data/*.ppu
-packages/libndsfpc/examples/graphics/3D/nehe/lesson08/data/*.s
-packages/libndsfpc/examples/graphics/3D/nehe/lesson08/data/Package.fpc
-packages/libndsfpc/examples/graphics/3D/nehe/lesson08/data/build-stamp.*
-packages/libndsfpc/examples/graphics/3D/nehe/lesson08/data/fpcmade.*
-packages/libndsfpc/examples/graphics/3D/nehe/lesson08/data/units
-packages/libndsfpc/examples/graphics/3D/nehe/lesson08/fpcmade.*
-packages/libndsfpc/examples/graphics/3D/nehe/lesson08/units
-packages/libndsfpc/examples/graphics/3D/nehe/lesson09/*.bak
-packages/libndsfpc/examples/graphics/3D/nehe/lesson09/*.exe
-packages/libndsfpc/examples/graphics/3D/nehe/lesson09/*.o
-packages/libndsfpc/examples/graphics/3D/nehe/lesson09/*.ppu
-packages/libndsfpc/examples/graphics/3D/nehe/lesson09/*.s
-packages/libndsfpc/examples/graphics/3D/nehe/lesson09/Package.fpc
-packages/libndsfpc/examples/graphics/3D/nehe/lesson09/build-stamp.*
-packages/libndsfpc/examples/graphics/3D/nehe/lesson09/data/*.bak
-packages/libndsfpc/examples/graphics/3D/nehe/lesson09/data/*.exe
-packages/libndsfpc/examples/graphics/3D/nehe/lesson09/data/*.o
-packages/libndsfpc/examples/graphics/3D/nehe/lesson09/data/*.ppu
-packages/libndsfpc/examples/graphics/3D/nehe/lesson09/data/*.s
-packages/libndsfpc/examples/graphics/3D/nehe/lesson09/data/Package.fpc
-packages/libndsfpc/examples/graphics/3D/nehe/lesson09/data/build-stamp.*
-packages/libndsfpc/examples/graphics/3D/nehe/lesson09/data/fpcmade.*
-packages/libndsfpc/examples/graphics/3D/nehe/lesson09/data/units
-packages/libndsfpc/examples/graphics/3D/nehe/lesson09/fpcmade.*
-packages/libndsfpc/examples/graphics/3D/nehe/lesson09/units
-packages/libndsfpc/examples/graphics/3D/nehe/lesson10/*.bak
-packages/libndsfpc/examples/graphics/3D/nehe/lesson10/*.exe
-packages/libndsfpc/examples/graphics/3D/nehe/lesson10/*.o
-packages/libndsfpc/examples/graphics/3D/nehe/lesson10/*.ppu
-packages/libndsfpc/examples/graphics/3D/nehe/lesson10/*.s
-packages/libndsfpc/examples/graphics/3D/nehe/lesson10/Package.fpc
-packages/libndsfpc/examples/graphics/3D/nehe/lesson10/build-stamp.*
-packages/libndsfpc/examples/graphics/3D/nehe/lesson10/data/*.bak
-packages/libndsfpc/examples/graphics/3D/nehe/lesson10/data/*.exe
-packages/libndsfpc/examples/graphics/3D/nehe/lesson10/data/*.o
-packages/libndsfpc/examples/graphics/3D/nehe/lesson10/data/*.ppu
-packages/libndsfpc/examples/graphics/3D/nehe/lesson10/data/*.s
-packages/libndsfpc/examples/graphics/3D/nehe/lesson10/data/Package.fpc
-packages/libndsfpc/examples/graphics/3D/nehe/lesson10/data/build-stamp.*
-packages/libndsfpc/examples/graphics/3D/nehe/lesson10/data/fpcmade.*
-packages/libndsfpc/examples/graphics/3D/nehe/lesson10/data/units
-packages/libndsfpc/examples/graphics/3D/nehe/lesson10/fpcmade.*
-packages/libndsfpc/examples/graphics/3D/nehe/lesson10/units
-packages/libndsfpc/examples/graphics/3D/nehe/lesson10b/*.bak
-packages/libndsfpc/examples/graphics/3D/nehe/lesson10b/*.exe
-packages/libndsfpc/examples/graphics/3D/nehe/lesson10b/*.o
-packages/libndsfpc/examples/graphics/3D/nehe/lesson10b/*.ppu
-packages/libndsfpc/examples/graphics/3D/nehe/lesson10b/*.s
-packages/libndsfpc/examples/graphics/3D/nehe/lesson10b/Package.fpc
-packages/libndsfpc/examples/graphics/3D/nehe/lesson10b/build-stamp.*
-packages/libndsfpc/examples/graphics/3D/nehe/lesson10b/data/*.bak
-packages/libndsfpc/examples/graphics/3D/nehe/lesson10b/data/*.exe
-packages/libndsfpc/examples/graphics/3D/nehe/lesson10b/data/*.o
-packages/libndsfpc/examples/graphics/3D/nehe/lesson10b/data/*.ppu
-packages/libndsfpc/examples/graphics/3D/nehe/lesson10b/data/*.s
-packages/libndsfpc/examples/graphics/3D/nehe/lesson10b/data/Package.fpc
-packages/libndsfpc/examples/graphics/3D/nehe/lesson10b/data/build-stamp.*
-packages/libndsfpc/examples/graphics/3D/nehe/lesson10b/data/fpcmade.*
-packages/libndsfpc/examples/graphics/3D/nehe/lesson10b/data/units
-packages/libndsfpc/examples/graphics/3D/nehe/lesson10b/fpcmade.*
-packages/libndsfpc/examples/graphics/3D/nehe/lesson10b/units
-packages/libndsfpc/examples/graphics/3D/nehe/lesson11/*.bak
-packages/libndsfpc/examples/graphics/3D/nehe/lesson11/*.exe
-packages/libndsfpc/examples/graphics/3D/nehe/lesson11/*.o
-packages/libndsfpc/examples/graphics/3D/nehe/lesson11/*.ppu
-packages/libndsfpc/examples/graphics/3D/nehe/lesson11/*.s
-packages/libndsfpc/examples/graphics/3D/nehe/lesson11/Package.fpc
-packages/libndsfpc/examples/graphics/3D/nehe/lesson11/build-stamp.*
-packages/libndsfpc/examples/graphics/3D/nehe/lesson11/data/*.bak
-packages/libndsfpc/examples/graphics/3D/nehe/lesson11/data/*.exe
-packages/libndsfpc/examples/graphics/3D/nehe/lesson11/data/*.o
-packages/libndsfpc/examples/graphics/3D/nehe/lesson11/data/*.ppu
-packages/libndsfpc/examples/graphics/3D/nehe/lesson11/data/*.s
-packages/libndsfpc/examples/graphics/3D/nehe/lesson11/data/Package.fpc
-packages/libndsfpc/examples/graphics/3D/nehe/lesson11/data/build-stamp.*
-packages/libndsfpc/examples/graphics/3D/nehe/lesson11/data/fpcmade.*
-packages/libndsfpc/examples/graphics/3D/nehe/lesson11/data/units
-packages/libndsfpc/examples/graphics/3D/nehe/lesson11/fpcmade.*
-packages/libndsfpc/examples/graphics/3D/nehe/lesson11/units
-packages/libndsfpc/examples/graphics/3D/nehe/units
-packages/libndsfpc/examples/graphics/3D/units
-packages/libndsfpc/examples/graphics/Backgrounds/*.bak
-packages/libndsfpc/examples/graphics/Backgrounds/*.exe
-packages/libndsfpc/examples/graphics/Backgrounds/*.o
-packages/libndsfpc/examples/graphics/Backgrounds/*.ppu
-packages/libndsfpc/examples/graphics/Backgrounds/*.s
-packages/libndsfpc/examples/graphics/Backgrounds/16bit_color_bmp/*.bak
-packages/libndsfpc/examples/graphics/Backgrounds/16bit_color_bmp/*.exe
-packages/libndsfpc/examples/graphics/Backgrounds/16bit_color_bmp/*.o
-packages/libndsfpc/examples/graphics/Backgrounds/16bit_color_bmp/*.ppu
-packages/libndsfpc/examples/graphics/Backgrounds/16bit_color_bmp/*.s
-packages/libndsfpc/examples/graphics/Backgrounds/16bit_color_bmp/Package.fpc
-packages/libndsfpc/examples/graphics/Backgrounds/16bit_color_bmp/build-stamp.*
-packages/libndsfpc/examples/graphics/Backgrounds/16bit_color_bmp/fpcmade.*
-packages/libndsfpc/examples/graphics/Backgrounds/16bit_color_bmp/gfx/*.bak
-packages/libndsfpc/examples/graphics/Backgrounds/16bit_color_bmp/gfx/*.exe
-packages/libndsfpc/examples/graphics/Backgrounds/16bit_color_bmp/gfx/*.o
-packages/libndsfpc/examples/graphics/Backgrounds/16bit_color_bmp/gfx/*.ppu
-packages/libndsfpc/examples/graphics/Backgrounds/16bit_color_bmp/gfx/*.s
-packages/libndsfpc/examples/graphics/Backgrounds/16bit_color_bmp/gfx/Package.fpc
-packages/libndsfpc/examples/graphics/Backgrounds/16bit_color_bmp/gfx/build-stamp.*
-packages/libndsfpc/examples/graphics/Backgrounds/16bit_color_bmp/gfx/fpcmade.*
-packages/libndsfpc/examples/graphics/Backgrounds/16bit_color_bmp/gfx/units
-packages/libndsfpc/examples/graphics/Backgrounds/16bit_color_bmp/units
-packages/libndsfpc/examples/graphics/Backgrounds/256_color_bmp/*.bak
-packages/libndsfpc/examples/graphics/Backgrounds/256_color_bmp/*.exe
-packages/libndsfpc/examples/graphics/Backgrounds/256_color_bmp/*.o
-packages/libndsfpc/examples/graphics/Backgrounds/256_color_bmp/*.ppu
-packages/libndsfpc/examples/graphics/Backgrounds/256_color_bmp/*.s
-packages/libndsfpc/examples/graphics/Backgrounds/256_color_bmp/Package.fpc
-packages/libndsfpc/examples/graphics/Backgrounds/256_color_bmp/build-stamp.*
-packages/libndsfpc/examples/graphics/Backgrounds/256_color_bmp/fpcmade.*
-packages/libndsfpc/examples/graphics/Backgrounds/256_color_bmp/gfx/*.bak
-packages/libndsfpc/examples/graphics/Backgrounds/256_color_bmp/gfx/*.exe
-packages/libndsfpc/examples/graphics/Backgrounds/256_color_bmp/gfx/*.o
-packages/libndsfpc/examples/graphics/Backgrounds/256_color_bmp/gfx/*.ppu
-packages/libndsfpc/examples/graphics/Backgrounds/256_color_bmp/gfx/*.s
-packages/libndsfpc/examples/graphics/Backgrounds/256_color_bmp/gfx/Package.fpc
-packages/libndsfpc/examples/graphics/Backgrounds/256_color_bmp/gfx/build-stamp.*
-packages/libndsfpc/examples/graphics/Backgrounds/256_color_bmp/gfx/fpcmade.*
-packages/libndsfpc/examples/graphics/Backgrounds/256_color_bmp/gfx/units
-packages/libndsfpc/examples/graphics/Backgrounds/256_color_bmp/units
-packages/libndsfpc/examples/graphics/Backgrounds/Double_Buffer/*.bak
-packages/libndsfpc/examples/graphics/Backgrounds/Double_Buffer/*.exe
-packages/libndsfpc/examples/graphics/Backgrounds/Double_Buffer/*.o
-packages/libndsfpc/examples/graphics/Backgrounds/Double_Buffer/*.ppu
-packages/libndsfpc/examples/graphics/Backgrounds/Double_Buffer/*.s
-packages/libndsfpc/examples/graphics/Backgrounds/Double_Buffer/Package.fpc
-packages/libndsfpc/examples/graphics/Backgrounds/Double_Buffer/build-stamp.*
-packages/libndsfpc/examples/graphics/Backgrounds/Double_Buffer/fpcmade.*
-packages/libndsfpc/examples/graphics/Backgrounds/Double_Buffer/units
-packages/libndsfpc/examples/graphics/Backgrounds/Package.fpc
-packages/libndsfpc/examples/graphics/Backgrounds/all_in_one/*.bak
-packages/libndsfpc/examples/graphics/Backgrounds/all_in_one/*.exe
-packages/libndsfpc/examples/graphics/Backgrounds/all_in_one/*.o
-packages/libndsfpc/examples/graphics/Backgrounds/all_in_one/*.ppu
-packages/libndsfpc/examples/graphics/Backgrounds/all_in_one/*.s
-packages/libndsfpc/examples/graphics/Backgrounds/all_in_one/Package.fpc
-packages/libndsfpc/examples/graphics/Backgrounds/all_in_one/asm/*.bak
-packages/libndsfpc/examples/graphics/Backgrounds/all_in_one/asm/*.exe
-packages/libndsfpc/examples/graphics/Backgrounds/all_in_one/asm/*.o
-packages/libndsfpc/examples/graphics/Backgrounds/all_in_one/asm/*.ppu
-packages/libndsfpc/examples/graphics/Backgrounds/all_in_one/asm/*.s
-packages/libndsfpc/examples/graphics/Backgrounds/all_in_one/asm/Package.fpc
-packages/libndsfpc/examples/graphics/Backgrounds/all_in_one/asm/build-stamp.*
-packages/libndsfpc/examples/graphics/Backgrounds/all_in_one/asm/fpcmade.*
-packages/libndsfpc/examples/graphics/Backgrounds/all_in_one/asm/units
-packages/libndsfpc/examples/graphics/Backgrounds/all_in_one/build-stamp.*
-packages/libndsfpc/examples/graphics/Backgrounds/all_in_one/fpcmade.*
-packages/libndsfpc/examples/graphics/Backgrounds/all_in_one/gfx/*.bak
-packages/libndsfpc/examples/graphics/Backgrounds/all_in_one/gfx/*.exe
-packages/libndsfpc/examples/graphics/Backgrounds/all_in_one/gfx/*.o
-packages/libndsfpc/examples/graphics/Backgrounds/all_in_one/gfx/*.ppu
-packages/libndsfpc/examples/graphics/Backgrounds/all_in_one/gfx/*.s
-packages/libndsfpc/examples/graphics/Backgrounds/all_in_one/gfx/Package.fpc
-packages/libndsfpc/examples/graphics/Backgrounds/all_in_one/gfx/build-stamp.*
-packages/libndsfpc/examples/graphics/Backgrounds/all_in_one/gfx/fpcmade.*
-packages/libndsfpc/examples/graphics/Backgrounds/all_in_one/gfx/units
-packages/libndsfpc/examples/graphics/Backgrounds/all_in_one/units
-packages/libndsfpc/examples/graphics/Backgrounds/build-stamp.*
-packages/libndsfpc/examples/graphics/Backgrounds/fpcmade.*
-packages/libndsfpc/examples/graphics/Backgrounds/rotation/*.bak
-packages/libndsfpc/examples/graphics/Backgrounds/rotation/*.exe
-packages/libndsfpc/examples/graphics/Backgrounds/rotation/*.o
-packages/libndsfpc/examples/graphics/Backgrounds/rotation/*.ppu
-packages/libndsfpc/examples/graphics/Backgrounds/rotation/*.s
-packages/libndsfpc/examples/graphics/Backgrounds/rotation/Package.fpc
-packages/libndsfpc/examples/graphics/Backgrounds/rotation/build-stamp.*
-packages/libndsfpc/examples/graphics/Backgrounds/rotation/data/*.bak
-packages/libndsfpc/examples/graphics/Backgrounds/rotation/data/*.exe
-packages/libndsfpc/examples/graphics/Backgrounds/rotation/data/*.o
-packages/libndsfpc/examples/graphics/Backgrounds/rotation/data/*.ppu
-packages/libndsfpc/examples/graphics/Backgrounds/rotation/data/*.s
-packages/libndsfpc/examples/graphics/Backgrounds/rotation/data/Package.fpc
-packages/libndsfpc/examples/graphics/Backgrounds/rotation/data/build-stamp.*
-packages/libndsfpc/examples/graphics/Backgrounds/rotation/data/fpcmade.*
-packages/libndsfpc/examples/graphics/Backgrounds/rotation/data/units
-packages/libndsfpc/examples/graphics/Backgrounds/rotation/fpcmade.*
-packages/libndsfpc/examples/graphics/Backgrounds/rotation/units
-packages/libndsfpc/examples/graphics/Backgrounds/units
-packages/libndsfpc/examples/graphics/Package.fpc
-packages/libndsfpc/examples/graphics/Printing/*.bak
-packages/libndsfpc/examples/graphics/Printing/*.exe
-packages/libndsfpc/examples/graphics/Printing/*.o
-packages/libndsfpc/examples/graphics/Printing/*.ppu
-packages/libndsfpc/examples/graphics/Printing/*.s
-packages/libndsfpc/examples/graphics/Printing/Package.fpc
-packages/libndsfpc/examples/graphics/Printing/ansi_console/*.bak
-packages/libndsfpc/examples/graphics/Printing/ansi_console/*.exe
-packages/libndsfpc/examples/graphics/Printing/ansi_console/*.o
-packages/libndsfpc/examples/graphics/Printing/ansi_console/*.ppu
-packages/libndsfpc/examples/graphics/Printing/ansi_console/*.s
-packages/libndsfpc/examples/graphics/Printing/ansi_console/Package.fpc
-packages/libndsfpc/examples/graphics/Printing/ansi_console/build-stamp.*
-packages/libndsfpc/examples/graphics/Printing/ansi_console/fpcmade.*
-packages/libndsfpc/examples/graphics/Printing/ansi_console/units
-packages/libndsfpc/examples/graphics/Printing/build-stamp.*
-packages/libndsfpc/examples/graphics/Printing/console_windows/*.bak
-packages/libndsfpc/examples/graphics/Printing/console_windows/*.exe
-packages/libndsfpc/examples/graphics/Printing/console_windows/*.o
-packages/libndsfpc/examples/graphics/Printing/console_windows/*.ppu
-packages/libndsfpc/examples/graphics/Printing/console_windows/*.s
-packages/libndsfpc/examples/graphics/Printing/console_windows/Package.fpc
-packages/libndsfpc/examples/graphics/Printing/console_windows/build-stamp.*
-packages/libndsfpc/examples/graphics/Printing/console_windows/fpcmade.*
-packages/libndsfpc/examples/graphics/Printing/console_windows/units
-packages/libndsfpc/examples/graphics/Printing/custom_font/*.bak
-packages/libndsfpc/examples/graphics/Printing/custom_font/*.exe
-packages/libndsfpc/examples/graphics/Printing/custom_font/*.o
-packages/libndsfpc/examples/graphics/Printing/custom_font/*.ppu
-packages/libndsfpc/examples/graphics/Printing/custom_font/*.s
-packages/libndsfpc/examples/graphics/Printing/custom_font/Package.fpc
-packages/libndsfpc/examples/graphics/Printing/custom_font/build-stamp.*
-packages/libndsfpc/examples/graphics/Printing/custom_font/fpcmade.*
-packages/libndsfpc/examples/graphics/Printing/custom_font/gfx/*.bak
-packages/libndsfpc/examples/graphics/Printing/custom_font/gfx/*.exe
-packages/libndsfpc/examples/graphics/Printing/custom_font/gfx/*.o
-packages/libndsfpc/examples/graphics/Printing/custom_font/gfx/*.ppu
-packages/libndsfpc/examples/graphics/Printing/custom_font/gfx/*.s
-packages/libndsfpc/examples/graphics/Printing/custom_font/gfx/Package.fpc
-packages/libndsfpc/examples/graphics/Printing/custom_font/gfx/build-stamp.*
-packages/libndsfpc/examples/graphics/Printing/custom_font/gfx/fpcmade.*
-packages/libndsfpc/examples/graphics/Printing/custom_font/gfx/units
-packages/libndsfpc/examples/graphics/Printing/custom_font/units
-packages/libndsfpc/examples/graphics/Printing/fpcmade.*
-packages/libndsfpc/examples/graphics/Printing/print_both_screens/*.bak
-packages/libndsfpc/examples/graphics/Printing/print_both_screens/*.exe
-packages/libndsfpc/examples/graphics/Printing/print_both_screens/*.o
-packages/libndsfpc/examples/graphics/Printing/print_both_screens/*.ppu
-packages/libndsfpc/examples/graphics/Printing/print_both_screens/*.s
-packages/libndsfpc/examples/graphics/Printing/print_both_screens/Package.fpc
-packages/libndsfpc/examples/graphics/Printing/print_both_screens/build-stamp.*
-packages/libndsfpc/examples/graphics/Printing/print_both_screens/fpcmade.*
-packages/libndsfpc/examples/graphics/Printing/print_both_screens/units
-packages/libndsfpc/examples/graphics/Printing/rotscale_text/*.bak
-packages/libndsfpc/examples/graphics/Printing/rotscale_text/*.exe
-packages/libndsfpc/examples/graphics/Printing/rotscale_text/*.o
-packages/libndsfpc/examples/graphics/Printing/rotscale_text/*.ppu
-packages/libndsfpc/examples/graphics/Printing/rotscale_text/*.s
-packages/libndsfpc/examples/graphics/Printing/rotscale_text/Package.fpc
-packages/libndsfpc/examples/graphics/Printing/rotscale_text/build-stamp.*
-packages/libndsfpc/examples/graphics/Printing/rotscale_text/fpcmade.*
-packages/libndsfpc/examples/graphics/Printing/rotscale_text/gfx/*.bak
-packages/libndsfpc/examples/graphics/Printing/rotscale_text/gfx/*.exe
-packages/libndsfpc/examples/graphics/Printing/rotscale_text/gfx/*.o
-packages/libndsfpc/examples/graphics/Printing/rotscale_text/gfx/*.ppu
-packages/libndsfpc/examples/graphics/Printing/rotscale_text/gfx/*.s
-packages/libndsfpc/examples/graphics/Printing/rotscale_text/gfx/Package.fpc
-packages/libndsfpc/examples/graphics/Printing/rotscale_text/gfx/build-stamp.*
-packages/libndsfpc/examples/graphics/Printing/rotscale_text/gfx/fpcmade.*
-packages/libndsfpc/examples/graphics/Printing/rotscale_text/gfx/units
-packages/libndsfpc/examples/graphics/Printing/rotscale_text/units
-packages/libndsfpc/examples/graphics/Printing/units
-packages/libndsfpc/examples/graphics/Sprites/*.bak
-packages/libndsfpc/examples/graphics/Sprites/*.exe
-packages/libndsfpc/examples/graphics/Sprites/*.o
-packages/libndsfpc/examples/graphics/Sprites/*.ppu
-packages/libndsfpc/examples/graphics/Sprites/*.s
-packages/libndsfpc/examples/graphics/Sprites/Package.fpc
-packages/libndsfpc/examples/graphics/Sprites/allocation_test/*.bak
-packages/libndsfpc/examples/graphics/Sprites/allocation_test/*.exe
-packages/libndsfpc/examples/graphics/Sprites/allocation_test/*.o
-packages/libndsfpc/examples/graphics/Sprites/allocation_test/*.ppu
-packages/libndsfpc/examples/graphics/Sprites/allocation_test/*.s
-packages/libndsfpc/examples/graphics/Sprites/allocation_test/Package.fpc
-packages/libndsfpc/examples/graphics/Sprites/allocation_test/build-stamp.*
-packages/libndsfpc/examples/graphics/Sprites/allocation_test/fpcmade.*
-packages/libndsfpc/examples/graphics/Sprites/allocation_test/units
-packages/libndsfpc/examples/graphics/Sprites/animate_simple/*.bak
-packages/libndsfpc/examples/graphics/Sprites/animate_simple/*.exe
-packages/libndsfpc/examples/graphics/Sprites/animate_simple/*.o
-packages/libndsfpc/examples/graphics/Sprites/animate_simple/*.ppu
-packages/libndsfpc/examples/graphics/Sprites/animate_simple/*.s
-packages/libndsfpc/examples/graphics/Sprites/animate_simple/Package.fpc
-packages/libndsfpc/examples/graphics/Sprites/animate_simple/build-stamp.*
-packages/libndsfpc/examples/graphics/Sprites/animate_simple/fpcmade.*
-packages/libndsfpc/examples/graphics/Sprites/animate_simple/sprites/*.bak
-packages/libndsfpc/examples/graphics/Sprites/animate_simple/sprites/*.exe
-packages/libndsfpc/examples/graphics/Sprites/animate_simple/sprites/*.o
-packages/libndsfpc/examples/graphics/Sprites/animate_simple/sprites/*.ppu
-packages/libndsfpc/examples/graphics/Sprites/animate_simple/sprites/*.s
-packages/libndsfpc/examples/graphics/Sprites/animate_simple/sprites/Package.fpc
-packages/libndsfpc/examples/graphics/Sprites/animate_simple/sprites/build-stamp.*
-packages/libndsfpc/examples/graphics/Sprites/animate_simple/sprites/fpcmade.*
-packages/libndsfpc/examples/graphics/Sprites/animate_simple/sprites/units
-packages/libndsfpc/examples/graphics/Sprites/animate_simple/units
-packages/libndsfpc/examples/graphics/Sprites/bitmap_sprites/*.bak
-packages/libndsfpc/examples/graphics/Sprites/bitmap_sprites/*.exe
-packages/libndsfpc/examples/graphics/Sprites/bitmap_sprites/*.o
-packages/libndsfpc/examples/graphics/Sprites/bitmap_sprites/*.ppu
-packages/libndsfpc/examples/graphics/Sprites/bitmap_sprites/*.s
-packages/libndsfpc/examples/graphics/Sprites/bitmap_sprites/Package.fpc
-packages/libndsfpc/examples/graphics/Sprites/bitmap_sprites/build-stamp.*
-packages/libndsfpc/examples/graphics/Sprites/bitmap_sprites/fpcmade.*
-packages/libndsfpc/examples/graphics/Sprites/bitmap_sprites/units
-packages/libndsfpc/examples/graphics/Sprites/build-stamp.*
-packages/libndsfpc/examples/graphics/Sprites/fire_and_sprites/*.bak
-packages/libndsfpc/examples/graphics/Sprites/fire_and_sprites/*.exe
-packages/libndsfpc/examples/graphics/Sprites/fire_and_sprites/*.o
-packages/libndsfpc/examples/graphics/Sprites/fire_and_sprites/*.ppu
-packages/libndsfpc/examples/graphics/Sprites/fire_and_sprites/*.s
-packages/libndsfpc/examples/graphics/Sprites/fire_and_sprites/Package.fpc
-packages/libndsfpc/examples/graphics/Sprites/fire_and_sprites/build-stamp.*
-packages/libndsfpc/examples/graphics/Sprites/fire_and_sprites/data/*.bak
-packages/libndsfpc/examples/graphics/Sprites/fire_and_sprites/data/*.exe
-packages/libndsfpc/examples/graphics/Sprites/fire_and_sprites/data/*.o
-packages/libndsfpc/examples/graphics/Sprites/fire_and_sprites/data/*.ppu
-packages/libndsfpc/examples/graphics/Sprites/fire_and_sprites/data/*.s
-packages/libndsfpc/examples/graphics/Sprites/fire_and_sprites/data/Package.fpc
-packages/libndsfpc/examples/graphics/Sprites/fire_and_sprites/data/build-stamp.*
-packages/libndsfpc/examples/graphics/Sprites/fire_and_sprites/data/fpcmade.*
-packages/libndsfpc/examples/graphics/Sprites/fire_and_sprites/data/units
-packages/libndsfpc/examples/graphics/Sprites/fire_and_sprites/fpcmade.*
-packages/libndsfpc/examples/graphics/Sprites/fire_and_sprites/units
-packages/libndsfpc/examples/graphics/Sprites/fpcmade.*
-packages/libndsfpc/examples/graphics/Sprites/simple/*.bak
-packages/libndsfpc/examples/graphics/Sprites/simple/*.exe
-packages/libndsfpc/examples/graphics/Sprites/simple/*.o
-packages/libndsfpc/examples/graphics/Sprites/simple/*.ppu
-packages/libndsfpc/examples/graphics/Sprites/simple/*.s
-packages/libndsfpc/examples/graphics/Sprites/simple/Package.fpc
-packages/libndsfpc/examples/graphics/Sprites/simple/build-stamp.*
-packages/libndsfpc/examples/graphics/Sprites/simple/fpcmade.*
-packages/libndsfpc/examples/graphics/Sprites/simple/units
-packages/libndsfpc/examples/graphics/Sprites/sprite_extended_palettes/*.bak
-packages/libndsfpc/examples/graphics/Sprites/sprite_extended_palettes/*.exe
-packages/libndsfpc/examples/graphics/Sprites/sprite_extended_palettes/*.o
-packages/libndsfpc/examples/graphics/Sprites/sprite_extended_palettes/*.ppu
-packages/libndsfpc/examples/graphics/Sprites/sprite_extended_palettes/*.s
-packages/libndsfpc/examples/graphics/Sprites/sprite_extended_palettes/Package.fpc
-packages/libndsfpc/examples/graphics/Sprites/sprite_extended_palettes/build-stamp.*
-packages/libndsfpc/examples/graphics/Sprites/sprite_extended_palettes/fpcmade.*
-packages/libndsfpc/examples/graphics/Sprites/sprite_extended_palettes/units
-packages/libndsfpc/examples/graphics/Sprites/sprite_rotate/*.bak
-packages/libndsfpc/examples/graphics/Sprites/sprite_rotate/*.exe
-packages/libndsfpc/examples/graphics/Sprites/sprite_rotate/*.o
-packages/libndsfpc/examples/graphics/Sprites/sprite_rotate/*.ppu
-packages/libndsfpc/examples/graphics/Sprites/sprite_rotate/*.s
-packages/libndsfpc/examples/graphics/Sprites/sprite_rotate/Package.fpc
-packages/libndsfpc/examples/graphics/Sprites/sprite_rotate/build-stamp.*
-packages/libndsfpc/examples/graphics/Sprites/sprite_rotate/fpcmade.*
-packages/libndsfpc/examples/graphics/Sprites/sprite_rotate/units
-packages/libndsfpc/examples/graphics/Sprites/units
-packages/libndsfpc/examples/graphics/capture
-packages/libndsfpc/examples/hello_world/*.bak
-packages/libndsfpc/examples/hello_world/*.exe
-packages/libndsfpc/examples/hello_world/*.o
-packages/libndsfpc/examples/hello_world/*.ppu
-packages/libndsfpc/examples/hello_world/*.s
-packages/libndsfpc/examples/hello_world/Package.fpc
-packages/libndsfpc/examples/hello_world/build-stamp.*
-packages/libndsfpc/examples/hello_world/fpcmade.*
-packages/libndsfpc/examples/hello_world/units
-packages/libndsfpc/examples/input/*.bak
-packages/libndsfpc/examples/input/*.exe
-packages/libndsfpc/examples/input/*.o
-packages/libndsfpc/examples/input/*.ppu
-packages/libndsfpc/examples/input/*.s
-packages/libndsfpc/examples/input/Package.fpc
-packages/libndsfpc/examples/input/Touch_Pad/*.bak
-packages/libndsfpc/examples/input/Touch_Pad/*.exe
-packages/libndsfpc/examples/input/Touch_Pad/*.o
-packages/libndsfpc/examples/input/Touch_Pad/*.ppu
-packages/libndsfpc/examples/input/Touch_Pad/*.s
-packages/libndsfpc/examples/input/Touch_Pad/Package.fpc
-packages/libndsfpc/examples/input/Touch_Pad/build-stamp.*
-packages/libndsfpc/examples/input/Touch_Pad/fpcmade.*
-packages/libndsfpc/examples/input/Touch_Pad/touch_area/*.bak
-packages/libndsfpc/examples/input/Touch_Pad/touch_area/*.exe
-packages/libndsfpc/examples/input/Touch_Pad/touch_area/*.o
-packages/libndsfpc/examples/input/Touch_Pad/touch_area/*.ppu
-packages/libndsfpc/examples/input/Touch_Pad/touch_area/*.s
-packages/libndsfpc/examples/input/Touch_Pad/touch_area/Package.fpc
-packages/libndsfpc/examples/input/Touch_Pad/touch_area/build-stamp.*
-packages/libndsfpc/examples/input/Touch_Pad/touch_area/fpcmade.*
-packages/libndsfpc/examples/input/Touch_Pad/touch_area/units
-packages/libndsfpc/examples/input/Touch_Pad/touch_look/*.bak
-packages/libndsfpc/examples/input/Touch_Pad/touch_look/*.exe
-packages/libndsfpc/examples/input/Touch_Pad/touch_look/*.o
-packages/libndsfpc/examples/input/Touch_Pad/touch_look/*.ppu
-packages/libndsfpc/examples/input/Touch_Pad/touch_look/*.s
-packages/libndsfpc/examples/input/Touch_Pad/touch_look/Package.fpc
-packages/libndsfpc/examples/input/Touch_Pad/touch_look/build-stamp.*
-packages/libndsfpc/examples/input/Touch_Pad/touch_look/data/*.bak
-packages/libndsfpc/examples/input/Touch_Pad/touch_look/data/*.exe
-packages/libndsfpc/examples/input/Touch_Pad/touch_look/data/*.o
-packages/libndsfpc/examples/input/Touch_Pad/touch_look/data/*.ppu
-packages/libndsfpc/examples/input/Touch_Pad/touch_look/data/*.s
-packages/libndsfpc/examples/input/Touch_Pad/touch_look/data/Package.fpc
-packages/libndsfpc/examples/input/Touch_Pad/touch_look/data/build-stamp.*
-packages/libndsfpc/examples/input/Touch_Pad/touch_look/data/fpcmade.*
-packages/libndsfpc/examples/input/Touch_Pad/touch_look/data/units
-packages/libndsfpc/examples/input/Touch_Pad/touch_look/fpcmade.*
-packages/libndsfpc/examples/input/Touch_Pad/touch_look/units
-packages/libndsfpc/examples/input/Touch_Pad/touch_test/*.bak
-packages/libndsfpc/examples/input/Touch_Pad/touch_test/*.exe
-packages/libndsfpc/examples/input/Touch_Pad/touch_test/*.o
-packages/libndsfpc/examples/input/Touch_Pad/touch_test/*.ppu
-packages/libndsfpc/examples/input/Touch_Pad/touch_test/*.s
-packages/libndsfpc/examples/input/Touch_Pad/touch_test/Package.fpc
-packages/libndsfpc/examples/input/Touch_Pad/touch_test/build-stamp.*
-packages/libndsfpc/examples/input/Touch_Pad/touch_test/data/*.bak
-packages/libndsfpc/examples/input/Touch_Pad/touch_test/data/*.exe
-packages/libndsfpc/examples/input/Touch_Pad/touch_test/data/*.o
-packages/libndsfpc/examples/input/Touch_Pad/touch_test/data/*.ppu
-packages/libndsfpc/examples/input/Touch_Pad/touch_test/data/*.s
-packages/libndsfpc/examples/input/Touch_Pad/touch_test/data/Package.fpc
-packages/libndsfpc/examples/input/Touch_Pad/touch_test/data/build-stamp.*
-packages/libndsfpc/examples/input/Touch_Pad/touch_test/data/fpcmade.*
-packages/libndsfpc/examples/input/Touch_Pad/touch_test/data/units
-packages/libndsfpc/examples/input/Touch_Pad/touch_test/fpcmade.*
-packages/libndsfpc/examples/input/Touch_Pad/touch_test/units
-packages/libndsfpc/examples/input/Touch_Pad/units
-packages/libndsfpc/examples/input/build-stamp.*
-packages/libndsfpc/examples/input/fpcmade.*
-packages/libndsfpc/examples/input/keyboard/*.bak
-packages/libndsfpc/examples/input/keyboard/*.exe
-packages/libndsfpc/examples/input/keyboard/*.o
-packages/libndsfpc/examples/input/keyboard/*.ppu
-packages/libndsfpc/examples/input/keyboard/*.s
-packages/libndsfpc/examples/input/keyboard/Package.fpc
-packages/libndsfpc/examples/input/keyboard/build-stamp.*
-packages/libndsfpc/examples/input/keyboard/fpcmade.*
-packages/libndsfpc/examples/input/keyboard/keyboard_async/*.bak
-packages/libndsfpc/examples/input/keyboard/keyboard_async/*.exe
-packages/libndsfpc/examples/input/keyboard/keyboard_async/*.o
-packages/libndsfpc/examples/input/keyboard/keyboard_async/*.ppu
-packages/libndsfpc/examples/input/keyboard/keyboard_async/*.s
-packages/libndsfpc/examples/input/keyboard/keyboard_async/Package.fpc
-packages/libndsfpc/examples/input/keyboard/keyboard_async/build-stamp.*
-packages/libndsfpc/examples/input/keyboard/keyboard_async/fpcmade.*
-packages/libndsfpc/examples/input/keyboard/keyboard_async/units
-packages/libndsfpc/examples/input/keyboard/keyboard_stdin/*.bak
-packages/libndsfpc/examples/input/keyboard/keyboard_stdin/*.exe
-packages/libndsfpc/examples/input/keyboard/keyboard_stdin/*.o
-packages/libndsfpc/examples/input/keyboard/keyboard_stdin/*.ppu
-packages/libndsfpc/examples/input/keyboard/keyboard_stdin/*.s
-packages/libndsfpc/examples/input/keyboard/keyboard_stdin/Package.fpc
-packages/libndsfpc/examples/input/keyboard/keyboard_stdin/build-stamp.*
-packages/libndsfpc/examples/input/keyboard/keyboard_stdin/fpcmade.*
-packages/libndsfpc/examples/input/keyboard/keyboard_stdin/units
-packages/libndsfpc/examples/input/keyboard/units
-packages/libndsfpc/examples/input/units
-packages/libndsfpc/examples/time/*.bak
-packages/libndsfpc/examples/time/*.exe
-packages/libndsfpc/examples/time/*.o
-packages/libndsfpc/examples/time/*.ppu
-packages/libndsfpc/examples/time/*.s
-packages/libndsfpc/examples/time/Package.fpc
-packages/libndsfpc/examples/time/RealTimeClock/*.bak
-packages/libndsfpc/examples/time/RealTimeClock/*.exe
-packages/libndsfpc/examples/time/RealTimeClock/*.o
-packages/libndsfpc/examples/time/RealTimeClock/*.ppu
-packages/libndsfpc/examples/time/RealTimeClock/*.s
-packages/libndsfpc/examples/time/RealTimeClock/Package.fpc
-packages/libndsfpc/examples/time/RealTimeClock/build-stamp.*
-packages/libndsfpc/examples/time/RealTimeClock/fpcmade.*
-packages/libndsfpc/examples/time/RealTimeClock/units
-packages/libndsfpc/examples/time/build-stamp.*
-packages/libndsfpc/examples/time/fpcmade.*
-packages/libndsfpc/examples/time/stopwatch/*.bak
-packages/libndsfpc/examples/time/stopwatch/*.exe
-packages/libndsfpc/examples/time/stopwatch/*.o
-packages/libndsfpc/examples/time/stopwatch/*.ppu
-packages/libndsfpc/examples/time/stopwatch/*.s
-packages/libndsfpc/examples/time/stopwatch/Package.fpc
-packages/libndsfpc/examples/time/stopwatch/build-stamp.*
-packages/libndsfpc/examples/time/stopwatch/fpcmade.*
-packages/libndsfpc/examples/time/stopwatch/units
-packages/libndsfpc/examples/time/timercallback/*.bak
-packages/libndsfpc/examples/time/timercallback/*.exe
-packages/libndsfpc/examples/time/timercallback/*.o
-packages/libndsfpc/examples/time/timercallback/*.ppu
-packages/libndsfpc/examples/time/timercallback/*.s
-packages/libndsfpc/examples/time/timercallback/Package.fpc
-packages/libndsfpc/examples/time/timercallback/build-stamp.*
-packages/libndsfpc/examples/time/timercallback/fpcmade.*
-packages/libndsfpc/examples/time/timercallback/units
-packages/libndsfpc/examples/time/units
-packages/libndsfpc/examples/units
-packages/libndsfpc/fpcmade.*
-packages/libndsfpc/fpdoc.css
-packages/libndsfpc/ndsDoc[!!-~]-[!!-~]Copia.xml
-packages/libndsfpc/ndsDoc.blg
-packages/libndsfpc/ndsDoc.chm
-packages/libndsfpc/ndsDoc.new.xml
-packages/libndsfpc/ndsDoc.xml
-packages/libndsfpc/ndsDoc.~xml
-packages/libndsfpc/src/*.bak
-packages/libndsfpc/src/*.exe
-packages/libndsfpc/src/*.o
-packages/libndsfpc/src/*.ppu
-packages/libndsfpc/src/*.s
-packages/libndsfpc/src/Package.fpc
-packages/libndsfpc/src/build-stamp.*
-packages/libndsfpc/src/dswifi/*.bak
-packages/libndsfpc/src/dswifi/*.exe
-packages/libndsfpc/src/dswifi/*.o
-packages/libndsfpc/src/dswifi/*.ppu
-packages/libndsfpc/src/dswifi/*.s
-packages/libndsfpc/src/dswifi/Package.fpc
-packages/libndsfpc/src/dswifi/build-stamp.*
-packages/libndsfpc/src/dswifi/fpcmade.*
-packages/libndsfpc/src/dswifi/inc/*.bak
-packages/libndsfpc/src/dswifi/inc/*.exe
-packages/libndsfpc/src/dswifi/inc/*.o
-packages/libndsfpc/src/dswifi/inc/*.ppu
-packages/libndsfpc/src/dswifi/inc/*.s
-packages/libndsfpc/src/dswifi/inc/Package.fpc
-packages/libndsfpc/src/dswifi/inc/build-stamp.*
-packages/libndsfpc/src/dswifi/inc/fpcmade.*
-packages/libndsfpc/src/dswifi/inc/netinet/*.bak
-packages/libndsfpc/src/dswifi/inc/netinet/*.exe
-packages/libndsfpc/src/dswifi/inc/netinet/*.o
-packages/libndsfpc/src/dswifi/inc/netinet/*.ppu
-packages/libndsfpc/src/dswifi/inc/netinet/*.s
-packages/libndsfpc/src/dswifi/inc/netinet/Package.fpc
-packages/libndsfpc/src/dswifi/inc/netinet/build-stamp.*
-packages/libndsfpc/src/dswifi/inc/netinet/fpcmade.*
-packages/libndsfpc/src/dswifi/inc/netinet/units
-packages/libndsfpc/src/dswifi/inc/sys/*.bak
-packages/libndsfpc/src/dswifi/inc/sys/*.exe
-packages/libndsfpc/src/dswifi/inc/sys/*.o
-packages/libndsfpc/src/dswifi/inc/sys/*.ppu
-packages/libndsfpc/src/dswifi/inc/sys/*.s
-packages/libndsfpc/src/dswifi/inc/sys/Package.fpc
-packages/libndsfpc/src/dswifi/inc/sys/build-stamp.*
-packages/libndsfpc/src/dswifi/inc/sys/fpcmade.*
-packages/libndsfpc/src/dswifi/inc/sys/units
-packages/libndsfpc/src/dswifi/inc/units
-packages/libndsfpc/src/dswifi/units
-packages/libndsfpc/src/fat/*.bak
-packages/libndsfpc/src/fat/*.exe
-packages/libndsfpc/src/fat/*.o
-packages/libndsfpc/src/fat/*.ppu
-packages/libndsfpc/src/fat/*.s
-packages/libndsfpc/src/fat/Package.fpc
-packages/libndsfpc/src/fat/build-stamp.*
-packages/libndsfpc/src/fat/fpcmade.*
-packages/libndsfpc/src/fat/units
-packages/libndsfpc/src/fpcmade.*
-packages/libndsfpc/src/maxmod/*.bak
-packages/libndsfpc/src/maxmod/*.exe
-packages/libndsfpc/src/maxmod/*.o
-packages/libndsfpc/src/maxmod/*.ppu
-packages/libndsfpc/src/maxmod/*.s
-packages/libndsfpc/src/maxmod/Package.fpc
-packages/libndsfpc/src/maxmod/build-stamp.*
-packages/libndsfpc/src/maxmod/fpcmade.*
-packages/libndsfpc/src/maxmod/inc/*.bak
-packages/libndsfpc/src/maxmod/inc/*.exe
-packages/libndsfpc/src/maxmod/inc/*.o
-packages/libndsfpc/src/maxmod/inc/*.ppu
-packages/libndsfpc/src/maxmod/inc/*.s
-packages/libndsfpc/src/maxmod/inc/Package.fpc
-packages/libndsfpc/src/maxmod/inc/build-stamp.*
-packages/libndsfpc/src/maxmod/inc/fpcmade.*
-packages/libndsfpc/src/maxmod/inc/units
-packages/libndsfpc/src/maxmod/units
-packages/libndsfpc/src/nds/*.bak
-packages/libndsfpc/src/nds/*.exe
-packages/libndsfpc/src/nds/*.o
-packages/libndsfpc/src/nds/*.ppu
-packages/libndsfpc/src/nds/*.s
-packages/libndsfpc/src/nds/Package.fpc
-packages/libndsfpc/src/nds/arm7/*.bak
-packages/libndsfpc/src/nds/arm7/*.exe
-packages/libndsfpc/src/nds/arm7/*.o
-packages/libndsfpc/src/nds/arm7/*.ppu
-packages/libndsfpc/src/nds/arm7/*.s
-packages/libndsfpc/src/nds/arm7/Package.fpc
-packages/libndsfpc/src/nds/arm7/build-stamp.*
-packages/libndsfpc/src/nds/arm7/fpcmade.*
-packages/libndsfpc/src/nds/arm7/units
-packages/libndsfpc/src/nds/arm9/*.bak
-packages/libndsfpc/src/nds/arm9/*.exe
-packages/libndsfpc/src/nds/arm9/*.o
-packages/libndsfpc/src/nds/arm9/*.ppu
-packages/libndsfpc/src/nds/arm9/*.s
-packages/libndsfpc/src/nds/arm9/Package.fpc
-packages/libndsfpc/src/nds/arm9/build-stamp.*
-packages/libndsfpc/src/nds/arm9/fpcmade.*
-packages/libndsfpc/src/nds/arm9/units
-packages/libndsfpc/src/nds/build-stamp.*
-packages/libndsfpc/src/nds/fpcmade.*
-packages/libndsfpc/src/nds/units
-packages/libndsfpc/src/units
-packages/libndsfpc/tests/*.bak
-packages/libndsfpc/tests/*.exe
-packages/libndsfpc/tests/*.o
-packages/libndsfpc/tests/*.ppu
-packages/libndsfpc/tests/*.s
-packages/libndsfpc/tests/Package.fpc
-packages/libndsfpc/tests/build-stamp.*
-packages/libndsfpc/tests/fpcmade.*
-packages/libndsfpc/tests/units
-packages/libndsfpc/units
-packages/libogcfpc/examples/devices/network/sockettest/data
-packages/libogcfpc/examples/devices/usbgecko/gdbstub/data
-packages/libogcfpc/examples/devices/usbkeyboard/basic_stdin/data
-packages/libpng/*.bak
-packages/libpng/*.exe
-packages/libpng/*.o
-packages/libpng/*.ppu
-packages/libpng/*.s
-packages/libpng/Package.fpc
-packages/libpng/build-stamp.*
-packages/libpng/examples/*.bak
-packages/libpng/examples/*.exe
-packages/libpng/examples/*.o
-packages/libpng/examples/*.ppu
-packages/libpng/examples/*.s
-packages/libpng/examples/Package.fpc
-packages/libpng/examples/build-stamp.*
-packages/libpng/examples/fpcmade.*
-packages/libpng/examples/units
-packages/libpng/fpcmade.*
-packages/libpng/src/*.bak
-packages/libpng/src/*.exe
-packages/libpng/src/*.o
-packages/libpng/src/*.ppu
-packages/libpng/src/*.s
-packages/libpng/src/Package.fpc
-packages/libpng/src/build-stamp.*
-packages/libpng/src/fpcmade.*
-packages/libpng/src/units
-packages/libpng/tests/*.bak
-packages/libpng/tests/*.exe
-packages/libpng/tests/*.o
-packages/libpng/tests/*.ppu
-packages/libpng/tests/*.s
-packages/libpng/tests/Package.fpc
-packages/libpng/tests/build-stamp.*
-packages/libpng/tests/fpcmade.*
-packages/libpng/tests/units
-packages/libpng/units
-packages/librsvg/*.bak
-packages/librsvg/*.exe
-packages/librsvg/*.o
-packages/librsvg/*.ppu
-packages/librsvg/*.s
-packages/librsvg/Package.fpc
-packages/librsvg/build-stamp.*
-packages/librsvg/fpcmade.*
-packages/librsvg/src/*.bak
-packages/librsvg/src/*.exe
-packages/librsvg/src/*.o
-packages/librsvg/src/*.ppu
-packages/librsvg/src/*.s
-packages/librsvg/src/Package.fpc
-packages/librsvg/src/build-stamp.*
-packages/librsvg/src/fpcmade.*
-packages/librsvg/src/units
-packages/librsvg/units
-packages/libxml/*.bak
-packages/libxml/*.exe
-packages/libxml/*.o
-packages/libxml/*.ppu
-packages/libxml/*.s
-packages/libxml/Package.fpc
-packages/libxml/build-stamp.*
-packages/libxml/examples/*.bak
-packages/libxml/examples/*.exe
-packages/libxml/examples/*.o
-packages/libxml/examples/*.ppu
-packages/libxml/examples/*.s
-packages/libxml/examples/Package.fpc
-packages/libxml/examples/build-stamp.*
-packages/libxml/examples/fpcmade.*
-packages/libxml/examples/units
-packages/libxml/fpcmade.*
-packages/libxml/src/*.bak
-packages/libxml/src/*.exe
-packages/libxml/src/*.o
-packages/libxml/src/*.ppu
-packages/libxml/src/*.s
-packages/libxml/src/Package.fpc
-packages/libxml/src/build-stamp.*
-packages/libxml/src/fpcmade.*
-packages/libxml/src/units
-packages/libxml/units
-packages/lua/*.bak
-packages/lua/*.exe
-packages/lua/*.o
-packages/lua/*.ppu
-packages/lua/*.s
-packages/lua/Package.fpc
-packages/lua/build-stamp.*
-packages/lua/examples/*.bak
-packages/lua/examples/*.exe
-packages/lua/examples/*.o
-packages/lua/examples/*.ppu
-packages/lua/examples/*.s
-packages/lua/examples/Package.fpc
-packages/lua/examples/build-stamp.*
-packages/lua/examples/fpcmade.*
-packages/lua/examples/units
-packages/lua/fpcmade.*
-packages/lua/src/*.bak
-packages/lua/src/*.exe
-packages/lua/src/*.o
-packages/lua/src/*.ppu
-packages/lua/src/*.s
-packages/lua/src/Package.fpc
-packages/lua/src/build-stamp.*
-packages/lua/src/fpcmade.*
-packages/lua/src/units
-packages/lua/tests/*.bak
-packages/lua/tests/*.exe
-packages/lua/tests/*.o
-packages/lua/tests/*.ppu
-packages/lua/tests/*.s
-packages/lua/tests/Package.fpc
-packages/lua/tests/build-stamp.*
-packages/lua/tests/fpcmade.*
-packages/lua/tests/units
-packages/lua/units
-packages/mad/*.bak
-packages/mad/*.exe
-packages/mad/*.o
-packages/mad/*.ppu
-packages/mad/*.s
-packages/mad/Package.fpc
-packages/mad/build-stamp.*
-packages/mad/examples/*.bak
-packages/mad/examples/*.exe
-packages/mad/examples/*.o
-packages/mad/examples/*.ppu
-packages/mad/examples/*.s
-packages/mad/examples/Package.fpc
-packages/mad/examples/build-stamp.*
-packages/mad/examples/fpcmade.*
-packages/mad/examples/units
-packages/mad/fpcmade.*
-packages/mad/src/*.bak
-packages/mad/src/*.exe
-packages/mad/src/*.o
-packages/mad/src/*.ppu
-packages/mad/src/*.s
-packages/mad/src/Package.fpc
-packages/mad/src/build-stamp.*
-packages/mad/src/fpcmade.*
-packages/mad/src/units
-packages/mad/tests/*.bak
-packages/mad/tests/*.exe
-packages/mad/tests/*.o
-packages/mad/tests/*.ppu
-packages/mad/tests/*.s
-packages/mad/tests/Package.fpc
-packages/mad/tests/build-stamp.*
-packages/mad/tests/fpcmade.*
-packages/mad/tests/units
-packages/mad/units
-packages/matroska/*.bak
-packages/matroska/*.exe
-packages/matroska/*.o
-packages/matroska/*.ppu
-packages/matroska/*.s
-packages/matroska/Package.fpc
-packages/matroska/build-stamp.*
-packages/matroska/examples/*.bak
-packages/matroska/examples/*.exe
-packages/matroska/examples/*.o
-packages/matroska/examples/*.ppu
-packages/matroska/examples/*.s
-packages/matroska/examples/Package.fpc
-packages/matroska/examples/build-stamp.*
-packages/matroska/examples/fpcmade.*
-packages/matroska/examples/units
-packages/matroska/fpcmade.*
-packages/matroska/src/*.bak
-packages/matroska/src/*.exe
-packages/matroska/src/*.o
-packages/matroska/src/*.ppu
-packages/matroska/src/*.s
-packages/matroska/src/Package.fpc
-packages/matroska/src/build-stamp.*
-packages/matroska/src/fpcmade.*
-packages/matroska/src/units
-packages/matroska/tests/*.bak
-packages/matroska/tests/*.exe
-packages/matroska/tests/*.o
-packages/matroska/tests/*.ppu
-packages/matroska/tests/*.s
-packages/matroska/tests/Package.fpc
-packages/matroska/tests/build-stamp.*
-packages/matroska/tests/fpcmade.*
-packages/matroska/tests/units
-packages/matroska/units
-packages/modplug/*.bak
-packages/modplug/*.exe
-packages/modplug/*.o
-packages/modplug/*.ppu
-packages/modplug/*.s
-packages/modplug/Package.fpc
-packages/modplug/build-stamp.*
-packages/modplug/examples/*.bak
-packages/modplug/examples/*.exe
-packages/modplug/examples/*.o
-packages/modplug/examples/*.ppu
-packages/modplug/examples/*.s
-packages/modplug/examples/Package.fpc
-packages/modplug/examples/build-stamp.*
-packages/modplug/examples/fpcmade.*
-packages/modplug/examples/units
-packages/modplug/fpcmade.*
-packages/modplug/src/*.bak
-packages/modplug/src/*.exe
-packages/modplug/src/*.o
-packages/modplug/src/*.ppu
-packages/modplug/src/*.s
-packages/modplug/src/Package.fpc
-packages/modplug/src/build-stamp.*
-packages/modplug/src/fpcmade.*
-packages/modplug/src/units
-packages/modplug/tests/*.bak
-packages/modplug/tests/*.exe
-packages/modplug/tests/*.o
-packages/modplug/tests/*.ppu
-packages/modplug/tests/*.s
-packages/modplug/tests/Package.fpc
-packages/modplug/tests/build-stamp.*
-packages/modplug/tests/fpcmade.*
-packages/modplug/tests/units
-packages/modplug/units
-packages/mysql/*.bak
-packages/mysql/*.exe
-packages/mysql/*.o
-packages/mysql/*.ppu
-packages/mysql/*.s
-packages/mysql/Package.fpc
-packages/mysql/build-stamp.*
-packages/mysql/examples/*.bak
-packages/mysql/examples/*.exe
-packages/mysql/examples/*.o
-packages/mysql/examples/*.ppu
-packages/mysql/examples/*.s
-packages/mysql/examples/Package.fpc
-packages/mysql/examples/build-stamp.*
-packages/mysql/examples/fpcmade.*
-packages/mysql/examples/units
-packages/mysql/fpcmade.*
-packages/mysql/scripts/*.bak
-packages/mysql/scripts/*.exe
-packages/mysql/scripts/*.o
-packages/mysql/scripts/*.ppu
-packages/mysql/scripts/*.s
-packages/mysql/scripts/Package.fpc
-packages/mysql/scripts/build-stamp.*
-packages/mysql/scripts/fpcmade.*
-packages/mysql/scripts/units
-packages/mysql/src/*.bak
-packages/mysql/src/*.exe
-packages/mysql/src/*.o
-packages/mysql/src/*.ppu
-packages/mysql/src/*.s
-packages/mysql/src/Package.fpc
-packages/mysql/src/build-stamp.*
-packages/mysql/src/fpcmade.*
-packages/mysql/src/units
-packages/mysql/tests/*.bak
-packages/mysql/tests/*.exe
-packages/mysql/tests/*.o
-packages/mysql/tests/*.ppu
-packages/mysql/tests/*.s
-packages/mysql/tests/Package.fpc
-packages/mysql/tests/build-stamp.*
-packages/mysql/tests/fpcmade.*
-packages/mysql/tests/units
-packages/mysql/units
-packages/ncurses/*.bak
-packages/ncurses/*.exe
-packages/ncurses/*.o
-packages/ncurses/*.ppu
-packages/ncurses/*.s
-packages/ncurses/Package.fpc
-packages/ncurses/build-stamp.*
-packages/ncurses/examples/*.bak
-packages/ncurses/examples/*.exe
-packages/ncurses/examples/*.o
-packages/ncurses/examples/*.ppu
-packages/ncurses/examples/*.s
-packages/ncurses/examples/Package.fpc
-packages/ncurses/examples/build-stamp.*
-packages/ncurses/examples/fpcmade.*
-packages/ncurses/examples/ru/*.bak
-packages/ncurses/examples/ru/*.exe
-packages/ncurses/examples/ru/*.o
-packages/ncurses/examples/ru/*.ppu
-packages/ncurses/examples/ru/*.s
-packages/ncurses/examples/ru/Package.fpc
-packages/ncurses/examples/ru/build-stamp.*
-packages/ncurses/examples/ru/fpcmade.*
-packages/ncurses/examples/ru/units
-packages/ncurses/examples/units
-packages/ncurses/fpcmade.*
-packages/ncurses/src/*.bak
-packages/ncurses/src/*.exe
-packages/ncurses/src/*.o
-packages/ncurses/src/*.ppu
-packages/ncurses/src/*.s
-packages/ncurses/src/Package.fpc
-packages/ncurses/src/build-stamp.*
-packages/ncurses/src/fpcmade.*
-packages/ncurses/src/units
-packages/ncurses/tests/*.bak
-packages/ncurses/tests/*.exe
-packages/ncurses/tests/*.o
-packages/ncurses/tests/*.ppu
-packages/ncurses/tests/*.s
-packages/ncurses/tests/Package.fpc
-packages/ncurses/tests/build-stamp.*
-packages/ncurses/tests/fpcmade.*
-packages/ncurses/tests/units
-packages/ncurses/units
-packages/newt/*.bak
-packages/newt/*.exe
-packages/newt/*.o
-packages/newt/*.ppu
-packages/newt/*.s
-packages/newt/Package.fpc
-packages/newt/build-stamp.*
-packages/newt/examples/*.bak
-packages/newt/examples/*.exe
-packages/newt/examples/*.o
-packages/newt/examples/*.ppu
-packages/newt/examples/*.s
-packages/newt/examples/Package.fpc
-packages/newt/examples/build-stamp.*
-packages/newt/examples/fpcmade.*
-packages/newt/examples/units
-packages/newt/fpcmade.*
-packages/newt/src/*.bak
-packages/newt/src/*.exe
-packages/newt/src/*.o
-packages/newt/src/*.ppu
-packages/newt/src/*.s
-packages/newt/src/Package.fpc
-packages/newt/src/build-stamp.*
-packages/newt/src/fpcmade.*
-packages/newt/src/units
-packages/newt/tests/*.bak
-packages/newt/tests/*.exe
-packages/newt/tests/*.o
-packages/newt/tests/*.ppu
-packages/newt/tests/*.s
-packages/newt/tests/Package.fpc
-packages/newt/tests/build-stamp.*
-packages/newt/tests/fpcmade.*
-packages/newt/tests/units
-packages/newt/units
-packages/numlib/*.bak
-packages/numlib/*.exe
-packages/numlib/*.o
-packages/numlib/*.ppu
-packages/numlib/*.s
-packages/numlib/Package.fpc
-packages/numlib/build-stamp.*
-packages/numlib/doc/*.bak
-packages/numlib/doc/*.exe
-packages/numlib/doc/*.o
-packages/numlib/doc/*.ppu
-packages/numlib/doc/*.s
-packages/numlib/doc/Package.fpc
-packages/numlib/doc/fpcmade.*
-packages/numlib/doc/units
-packages/numlib/examples/*.bak
-packages/numlib/examples/*.exe
-packages/numlib/examples/*.o
-packages/numlib/examples/*.ppu
-packages/numlib/examples/*.s
-packages/numlib/examples/Package.fpc
-packages/numlib/examples/fpcmade.*
-packages/numlib/examples/units
-packages/numlib/fpcmade.*
-packages/numlib/src/*.bak
-packages/numlib/src/*.exe
-packages/numlib/src/*.o
-packages/numlib/src/*.ppu
-packages/numlib/src/*.s
-packages/numlib/src/Package.fpc
-packages/numlib/src/build-stamp.*
-packages/numlib/src/fpcmade.*
-packages/numlib/src/units
-packages/numlib/tests/*.bak
-packages/numlib/tests/*.exe
-packages/numlib/tests/*.o
-packages/numlib/tests/*.ppu
-packages/numlib/tests/*.s
-packages/numlib/tests/Package.fpc
-packages/numlib/tests/build-stamp.*
-packages/numlib/tests/fpcmade.*
-packages/numlib/tests/units
-packages/numlib/units
-packages/objcrtl/*.bak
-packages/objcrtl/*.exe
-packages/objcrtl/*.o
-packages/objcrtl/*.ppu
-packages/objcrtl/*.s
-packages/objcrtl/Package.fpc
-packages/objcrtl/build-stamp.*
-packages/objcrtl/examples/*.bak
-packages/objcrtl/examples/*.exe
-packages/objcrtl/examples/*.o
-packages/objcrtl/examples/*.ppu
-packages/objcrtl/examples/*.s
-packages/objcrtl/examples/Package.fpc
-packages/objcrtl/examples/build-stamp.*
-packages/objcrtl/examples/fpcmade.*
-packages/objcrtl/examples/units
-packages/objcrtl/fpcmade.*
-packages/objcrtl/src/*.bak
-packages/objcrtl/src/*.exe
-packages/objcrtl/src/*.o
-packages/objcrtl/src/*.ppu
-packages/objcrtl/src/*.s
-packages/objcrtl/src/Package.fpc
-packages/objcrtl/src/build-stamp.*
-packages/objcrtl/src/fpcmade.*
-packages/objcrtl/src/units
-packages/objcrtl/units
-packages/odbc/*.bak
-packages/odbc/*.exe
-packages/odbc/*.o
-packages/odbc/*.ppu
-packages/odbc/*.s
-packages/odbc/Package.fpc
-packages/odbc/build-stamp.*
-packages/odbc/examples/*.bak
-packages/odbc/examples/*.exe
-packages/odbc/examples/*.o
-packages/odbc/examples/*.ppu
-packages/odbc/examples/*.s
-packages/odbc/examples/Package.fpc
-packages/odbc/examples/build-stamp.*
-packages/odbc/examples/fpcmade.*
-packages/odbc/examples/units
-packages/odbc/fpcmade.*
-packages/odbc/src/*.bak
-packages/odbc/src/*.exe
-packages/odbc/src/*.o
-packages/odbc/src/*.ppu
-packages/odbc/src/*.s
-packages/odbc/src/Package.fpc
-packages/odbc/src/build-stamp.*
-packages/odbc/src/fpcmade.*
-packages/odbc/src/units
-packages/odbc/tests/*.bak
-packages/odbc/tests/*.exe
-packages/odbc/tests/*.o
-packages/odbc/tests/*.ppu
-packages/odbc/tests/*.s
-packages/odbc/tests/Package.fpc
-packages/odbc/tests/build-stamp.*
-packages/odbc/tests/fpcmade.*
-packages/odbc/tests/units
-packages/odbc/units
-packages/oggvorbis/*.bak
-packages/oggvorbis/*.exe
-packages/oggvorbis/*.o
-packages/oggvorbis/*.ppu
-packages/oggvorbis/*.s
-packages/oggvorbis/Package.fpc
-packages/oggvorbis/build-stamp.*
-packages/oggvorbis/examples/*.bak
-packages/oggvorbis/examples/*.exe
-packages/oggvorbis/examples/*.o
-packages/oggvorbis/examples/*.ppu
-packages/oggvorbis/examples/*.s
-packages/oggvorbis/examples/Package.fpc
-packages/oggvorbis/examples/build-stamp.*
-packages/oggvorbis/examples/fpcmade.*
-packages/oggvorbis/examples/units
-packages/oggvorbis/fpcmade.*
-packages/oggvorbis/src/*.bak
-packages/oggvorbis/src/*.exe
-packages/oggvorbis/src/*.o
-packages/oggvorbis/src/*.ppu
-packages/oggvorbis/src/*.s
-packages/oggvorbis/src/Package.fpc
-packages/oggvorbis/src/build-stamp.*
-packages/oggvorbis/src/fpcmade.*
-packages/oggvorbis/src/units
-packages/oggvorbis/tests/*.bak
-packages/oggvorbis/tests/*.exe
-packages/oggvorbis/tests/*.o
-packages/oggvorbis/tests/*.ppu
-packages/oggvorbis/tests/*.s
-packages/oggvorbis/tests/Package.fpc
-packages/oggvorbis/tests/build-stamp.*
-packages/oggvorbis/tests/fpcmade.*
-packages/oggvorbis/tests/units
-packages/oggvorbis/units
-packages/openal/*.bak
-packages/openal/*.exe
-packages/openal/*.o
-packages/openal/*.ppu
-packages/openal/*.s
-packages/openal/Package.fpc
-packages/openal/build-stamp.*
-packages/openal/examples/*.bak
-packages/openal/examples/*.exe
-packages/openal/examples/*.o
-packages/openal/examples/*.ppu
-packages/openal/examples/*.s
-packages/openal/examples/Package.fpc
-packages/openal/examples/build-stamp.*
-packages/openal/examples/fpcmade.*
-packages/openal/examples/units
-packages/openal/fpcmade.*
-packages/openal/src/*.bak
-packages/openal/src/*.exe
-packages/openal/src/*.o
-packages/openal/src/*.ppu
-packages/openal/src/*.s
-packages/openal/src/Package.fpc
-packages/openal/src/build-stamp.*
-packages/openal/src/fpcmade.*
-packages/openal/src/units
-packages/openal/tests/*.bak
-packages/openal/tests/*.exe
-packages/openal/tests/*.o
-packages/openal/tests/*.ppu
-packages/openal/tests/*.s
-packages/openal/tests/Package.fpc
-packages/openal/tests/build-stamp.*
-packages/openal/tests/fpcmade.*
-packages/openal/tests/units
-packages/openal/units
-packages/opencl/*.bak
-packages/opencl/*.exe
-packages/opencl/*.o
-packages/opencl/*.ppu
-packages/opencl/*.s
-packages/opencl/Package.fpc
-packages/opencl/build-stamp.*
-packages/opencl/examples/*.bak
-packages/opencl/examples/*.exe
-packages/opencl/examples/*.o
-packages/opencl/examples/*.ppu
-packages/opencl/examples/*.s
-packages/opencl/examples/Package.fpc
-packages/opencl/examples/build-stamp.*
-packages/opencl/examples/fpcmade.*
-packages/opencl/examples/units
-packages/opencl/fpcmade.*
-packages/opencl/src/*.bak
-packages/opencl/src/*.exe
-packages/opencl/src/*.o
-packages/opencl/src/*.ppu
-packages/opencl/src/*.s
-packages/opencl/src/Package.fpc
-packages/opencl/src/build-stamp.*
-packages/opencl/src/fpcmade.*
-packages/opencl/src/units
-packages/opencl/units
-packages/opengl/*.bak
-packages/opengl/*.exe
-packages/opengl/*.o
-packages/opengl/*.ppu
-packages/opengl/*.s
-packages/opengl/Package.fpc
-packages/opengl/build-stamp.*
-packages/opengl/examples/*.bak
-packages/opengl/examples/*.exe
-packages/opengl/examples/*.o
-packages/opengl/examples/*.ppu
-packages/opengl/examples/*.s
-packages/opengl/examples/Package.fpc
-packages/opengl/examples/build-stamp.*
-packages/opengl/examples/fpcmade.*
-packages/opengl/examples/units
-packages/opengl/fpcmade.*
-packages/opengl/src/*.bak
-packages/opengl/src/*.exe
-packages/opengl/src/*.o
-packages/opengl/src/*.ppu
-packages/opengl/src/*.s
-packages/opengl/src/Package.fpc
-packages/opengl/src/build-stamp.*
-packages/opengl/src/fpcmade.*
-packages/opengl/src/units
-packages/opengl/tests/*.bak
-packages/opengl/tests/*.exe
-packages/opengl/tests/*.o
-packages/opengl/tests/*.ppu
-packages/opengl/tests/*.s
-packages/opengl/tests/Package.fpc
-packages/opengl/tests/build-stamp.*
-packages/opengl/tests/fpcmade.*
-packages/opengl/tests/units
-packages/opengl/units
-packages/opengles/*.bak
-packages/opengles/*.exe
-packages/opengles/*.o
-packages/opengles/*.ppu
-packages/opengles/*.s
-packages/opengles/Package.fpc
-packages/opengles/build-stamp.*
-packages/opengles/examples/*.bak
-packages/opengles/examples/*.exe
-packages/opengles/examples/*.o
-packages/opengles/examples/*.ppu
-packages/opengles/examples/*.s
-packages/opengles/examples/Package.fpc
-packages/opengles/examples/build-stamp.*
-packages/opengles/examples/fpcmade.*
-packages/opengles/examples/units
-packages/opengles/fpcmade.*
-packages/opengles/src/*.bak
-packages/opengles/src/*.exe
-packages/opengles/src/*.o
-packages/opengles/src/*.ppu
-packages/opengles/src/*.s
-packages/opengles/src/Package.fpc
-packages/opengles/src/build-stamp.*
-packages/opengles/src/fpcmade.*
-packages/opengles/src/units
-packages/opengles/units
-packages/openssl/*.bak
-packages/openssl/*.exe
-packages/openssl/*.o
-packages/openssl/*.ppu
-packages/openssl/*.s
-packages/openssl/Package.fpc
-packages/openssl/build-stamp.*
-packages/openssl/examples/*.bak
-packages/openssl/examples/*.exe
-packages/openssl/examples/*.o
-packages/openssl/examples/*.ppu
-packages/openssl/examples/*.s
-packages/openssl/examples/Package.fpc
-packages/openssl/examples/build-stamp.*
-packages/openssl/examples/fpcmade.*
-packages/openssl/examples/units
-packages/openssl/fpcmade.*
-packages/openssl/src/*.bak
-packages/openssl/src/*.exe
-packages/openssl/src/*.o
-packages/openssl/src/*.ppu
-packages/openssl/src/*.s
-packages/openssl/src/Package.fpc
-packages/openssl/src/build-stamp.*
-packages/openssl/src/fpcmade.*
-packages/openssl/src/units
-packages/openssl/tests/*.bak
-packages/openssl/tests/*.exe
-packages/openssl/tests/*.o
-packages/openssl/tests/*.ppu
-packages/openssl/tests/*.s
-packages/openssl/tests/Package.fpc
-packages/openssl/tests/build-stamp.*
-packages/openssl/tests/fpcmade.*
-packages/openssl/tests/units
-packages/openssl/units
-packages/oracle/*.bak
-packages/oracle/*.exe
-packages/oracle/*.o
-packages/oracle/*.ppu
-packages/oracle/*.s
-packages/oracle/Package.fpc
-packages/oracle/build-stamp.*
-packages/oracle/examples/*.bak
-packages/oracle/examples/*.exe
-packages/oracle/examples/*.o
-packages/oracle/examples/*.ppu
-packages/oracle/examples/*.s
-packages/oracle/examples/Package.fpc
-packages/oracle/examples/build-stamp.*
-packages/oracle/examples/fpcmade.*
-packages/oracle/examples/units
-packages/oracle/fpcmade.*
-packages/oracle/src/*.bak
-packages/oracle/src/*.exe
-packages/oracle/src/*.o
-packages/oracle/src/*.ppu
-packages/oracle/src/*.s
-packages/oracle/src/Package.fpc
-packages/oracle/src/build-stamp.*
-packages/oracle/src/fpcmade.*
-packages/oracle/src/units
-packages/oracle/tests/*.bak
-packages/oracle/tests/*.exe
-packages/oracle/tests/*.o
-packages/oracle/tests/*.ppu
-packages/oracle/tests/*.s
-packages/oracle/tests/Package.fpc
-packages/oracle/tests/build-stamp.*
-packages/oracle/tests/fpcmade.*
-packages/oracle/tests/units
-packages/oracle/units
-packages/os2units/*.bak
-packages/os2units/*.exe
-packages/os2units/*.o
-packages/os2units/*.ppu
-packages/os2units/*.s
-packages/os2units/Package.fpc
-packages/os2units/build-stamp.*
-packages/os2units/examples/*.bak
-packages/os2units/examples/*.exe
-packages/os2units/examples/*.o
-packages/os2units/examples/*.ppu
-packages/os2units/examples/*.s
-packages/os2units/examples/Package.fpc
-packages/os2units/examples/build-stamp.*
-packages/os2units/examples/fpcmade.*
-packages/os2units/examples/units
-packages/os2units/fpcmade.*
-packages/os2units/src/*.bak
-packages/os2units/src/*.exe
-packages/os2units/src/*.o
-packages/os2units/src/*.ppu
-packages/os2units/src/*.s
-packages/os2units/src/Package.fpc
-packages/os2units/src/build-stamp.*
-packages/os2units/src/fpcmade.*
-packages/os2units/src/units
-packages/os2units/tests/*.bak
-packages/os2units/tests/*.exe
-packages/os2units/tests/*.o
-packages/os2units/tests/*.ppu
-packages/os2units/tests/*.s
-packages/os2units/tests/Package.fpc
-packages/os2units/tests/build-stamp.*
-packages/os2units/tests/fpcmade.*
-packages/os2units/tests/units
-packages/os2units/units
-packages/palmunits/*.bak
-packages/palmunits/*.exe
-packages/palmunits/*.o
-packages/palmunits/*.ppu
-packages/palmunits/*.s
-packages/palmunits/Package.fpc
-packages/palmunits/build-stamp.*
-packages/palmunits/examples/*.bak
-packages/palmunits/examples/*.exe
-packages/palmunits/examples/*.o
-packages/palmunits/examples/*.ppu
-packages/palmunits/examples/*.s
-packages/palmunits/examples/Package.fpc
-packages/palmunits/examples/build-stamp.*
-packages/palmunits/examples/fpcmade.*
-packages/palmunits/examples/units
-packages/palmunits/fpcmade.*
-packages/palmunits/src/*.bak
-packages/palmunits/src/*.exe
-packages/palmunits/src/*.o
-packages/palmunits/src/*.ppu
-packages/palmunits/src/*.s
-packages/palmunits/src/Package.fpc
-packages/palmunits/src/build-stamp.*
-packages/palmunits/src/fpcmade.*
-packages/palmunits/src/units
-packages/palmunits/tests/*.bak
-packages/palmunits/tests/*.exe
-packages/palmunits/tests/*.o
-packages/palmunits/tests/*.ppu
-packages/palmunits/tests/*.s
-packages/palmunits/tests/Package.fpc
-packages/palmunits/tests/build-stamp.*
-packages/palmunits/tests/fpcmade.*
-packages/palmunits/tests/units
-packages/palmunits/units
-packages/pasjpeg/*.bak
-packages/pasjpeg/*.exe
-packages/pasjpeg/*.o
-packages/pasjpeg/*.ppu
-packages/pasjpeg/*.s
-packages/pasjpeg/Package.fpc
-packages/pasjpeg/build-stamp.*
-packages/pasjpeg/examples/*.bak
-packages/pasjpeg/examples/*.exe
-packages/pasjpeg/examples/*.o
-packages/pasjpeg/examples/*.ppu
-packages/pasjpeg/examples/*.s
-packages/pasjpeg/examples/Package.fpc
-packages/pasjpeg/examples/build-stamp.*
-packages/pasjpeg/examples/fpcmade.*
-packages/pasjpeg/examples/units
-packages/pasjpeg/fpcmade.*
-packages/pasjpeg/src/*.bak
-packages/pasjpeg/src/*.exe
-packages/pasjpeg/src/*.o
-packages/pasjpeg/src/*.ppu
-packages/pasjpeg/src/*.s
-packages/pasjpeg/src/Package.fpc
-packages/pasjpeg/src/build-stamp.*
-packages/pasjpeg/src/fpcmade.*
-packages/pasjpeg/src/units
-packages/pasjpeg/units
-packages/paszlib/*.bak
-packages/paszlib/*.exe
-packages/paszlib/*.o
-packages/paszlib/*.ppu
-packages/paszlib/*.s
-packages/paszlib/.gdbinit
-packages/paszlib/Package.fpc
-packages/paszlib/examples/*.bak
-packages/paszlib/examples/*.exe
-packages/paszlib/examples/*.o
-packages/paszlib/examples/*.ppu
-packages/paszlib/examples/*.s
-packages/paszlib/examples/Package.fpc
-packages/paszlib/examples/build-stamp.*
-packages/paszlib/examples/fpcmade.*
-packages/paszlib/examples/units
-packages/paszlib/fpcmade.*
-packages/paszlib/src/*.bak
-packages/paszlib/src/*.exe
-packages/paszlib/src/*.o
-packages/paszlib/src/*.ppu
-packages/paszlib/src/*.s
-packages/paszlib/src/Package.fpc
-packages/paszlib/src/build-stamp.*
-packages/paszlib/src/fpcmade.*
-packages/paszlib/src/units
-packages/paszlib/units
-packages/pcap/*.bak
-packages/pcap/*.exe
-packages/pcap/*.o
-packages/pcap/*.ppu
-packages/pcap/*.s
-packages/pcap/Package.fpc
-packages/pcap/build-stamp.*
-packages/pcap/examples/*.bak
-packages/pcap/examples/*.exe
-packages/pcap/examples/*.o
-packages/pcap/examples/*.ppu
-packages/pcap/examples/*.s
-packages/pcap/examples/Package.fpc
-packages/pcap/examples/build-stamp.*
-packages/pcap/examples/fpcmade.*
-packages/pcap/examples/units
-packages/pcap/fpcmade.*
-packages/pcap/src/*.bak
-packages/pcap/src/*.exe
-packages/pcap/src/*.o
-packages/pcap/src/*.ppu
-packages/pcap/src/*.s
-packages/pcap/src/Package.fpc
-packages/pcap/src/build-stamp.*
-packages/pcap/src/fpcmade.*
-packages/pcap/src/units
-packages/pcap/tests/*.bak
-packages/pcap/tests/*.exe
-packages/pcap/tests/*.o
-packages/pcap/tests/*.ppu
-packages/pcap/tests/*.s
-packages/pcap/tests/Package.fpc
-packages/pcap/tests/build-stamp.*
-packages/pcap/tests/fpcmade.*
-packages/pcap/tests/units
-packages/pcap/units
-packages/postgres/*.bak
-packages/postgres/*.exe
-packages/postgres/*.o
-packages/postgres/*.ppu
-packages/postgres/*.s
-packages/postgres/Package.fpc
-packages/postgres/build-stamp.*
-packages/postgres/examples/*.bak
-packages/postgres/examples/*.exe
-packages/postgres/examples/*.o
-packages/postgres/examples/*.ppu
-packages/postgres/examples/*.s
-packages/postgres/examples/Package.fpc
-packages/postgres/examples/build-stamp.*
-packages/postgres/examples/fpcmade.*
-packages/postgres/examples/units
-packages/postgres/fpcmade.*
-packages/postgres/scripts/*.bak
-packages/postgres/scripts/*.exe
-packages/postgres/scripts/*.o
-packages/postgres/scripts/*.ppu
-packages/postgres/scripts/*.s
-packages/postgres/scripts/Package.fpc
-packages/postgres/scripts/build-stamp.*
-packages/postgres/scripts/fpcmade.*
-packages/postgres/scripts/units
-packages/postgres/src/*.bak
-packages/postgres/src/*.exe
-packages/postgres/src/*.o
-packages/postgres/src/*.ppu
-packages/postgres/src/*.s
-packages/postgres/src/Package.fpc
-packages/postgres/src/build-stamp.*
-packages/postgres/src/fpcmade.*
-packages/postgres/src/units
-packages/postgres/tests/*.bak
-packages/postgres/tests/*.exe
-packages/postgres/tests/*.o
-packages/postgres/tests/*.ppu
-packages/postgres/tests/*.s
-packages/postgres/tests/Package.fpc
-packages/postgres/tests/build-stamp.*
-packages/postgres/tests/fpcmade.*
-packages/postgres/tests/units
-packages/postgres/units
-packages/proj4/*.bak
-packages/proj4/*.exe
-packages/proj4/*.o
-packages/proj4/*.ppu
-packages/proj4/*.s
-packages/proj4/Package.fpc
-packages/proj4/build-stamp.*
-packages/proj4/fpcmade.*
-packages/proj4/src/*.bak
-packages/proj4/src/*.exe
-packages/proj4/src/*.o
-packages/proj4/src/*.ppu
-packages/proj4/src/*.s
-packages/proj4/src/Package.fpc
-packages/proj4/src/build-stamp.*
-packages/proj4/src/fpcmade.*
-packages/proj4/src/units
-packages/proj4/units
-packages/ptc/*.bak
-packages/ptc/*.exe
-packages/ptc/*.o
-packages/ptc/*.ppu
-packages/ptc/*.s
-packages/ptc/Package.fpc
-packages/ptc/build-stamp.*
-packages/ptc/docs/*.bak
-packages/ptc/docs/*.exe
-packages/ptc/docs/*.o
-packages/ptc/docs/*.ppu
-packages/ptc/docs/*.s
-packages/ptc/docs/Package.fpc
-packages/ptc/docs/build-stamp.*
-packages/ptc/docs/fpcmade.*
-packages/ptc/docs/units
-packages/ptc/examples/*.bak
-packages/ptc/examples/*.exe
-packages/ptc/examples/*.o
-packages/ptc/examples/*.ppu
-packages/ptc/examples/*.s
-packages/ptc/examples/Package.fpc
-packages/ptc/examples/build-stamp.*
-packages/ptc/examples/fpcmade.*
-packages/ptc/examples/units
-packages/ptc/fpcmade.*
-packages/ptc/src/*.bak
-packages/ptc/src/*.exe
-packages/ptc/src/*.o
-packages/ptc/src/*.ppu
-packages/ptc/src/*.s
-packages/ptc/src/Package.fpc
-packages/ptc/src/build-stamp.*
-packages/ptc/src/c_api/*.bak
-packages/ptc/src/c_api/*.exe
-packages/ptc/src/c_api/*.o
-packages/ptc/src/c_api/*.ppu
-packages/ptc/src/c_api/*.s
-packages/ptc/src/c_api/Package.fpc
-packages/ptc/src/c_api/build-stamp.*
-packages/ptc/src/c_api/fpcmade.*
-packages/ptc/src/c_api/units
-packages/ptc/src/dos/*.bak
-packages/ptc/src/dos/*.exe
-packages/ptc/src/dos/*.o
-packages/ptc/src/dos/*.ppu
-packages/ptc/src/dos/*.s
-packages/ptc/src/dos/Package.fpc
-packages/ptc/src/dos/base/*.bak
-packages/ptc/src/dos/base/*.exe
-packages/ptc/src/dos/base/*.o
-packages/ptc/src/dos/base/*.ppu
-packages/ptc/src/dos/base/*.s
-packages/ptc/src/dos/base/Package.fpc
-packages/ptc/src/dos/base/build-stamp.*
-packages/ptc/src/dos/base/fpcmade.*
-packages/ptc/src/dos/base/units
-packages/ptc/src/dos/build-stamp.*
-packages/ptc/src/dos/cga/*.bak
-packages/ptc/src/dos/cga/*.exe
-packages/ptc/src/dos/cga/*.o
-packages/ptc/src/dos/cga/*.ppu
-packages/ptc/src/dos/cga/*.s
-packages/ptc/src/dos/cga/Package.fpc
-packages/ptc/src/dos/cga/build-stamp.*
-packages/ptc/src/dos/cga/fpcmade.*
-packages/ptc/src/dos/cga/units
-packages/ptc/src/dos/fpcmade.*
-packages/ptc/src/dos/textfx2/*.bak
-packages/ptc/src/dos/textfx2/*.exe
-packages/ptc/src/dos/textfx2/*.o
-packages/ptc/src/dos/textfx2/*.ppu
-packages/ptc/src/dos/textfx2/*.s
-packages/ptc/src/dos/textfx2/Package.fpc
-packages/ptc/src/dos/textfx2/build-stamp.*
-packages/ptc/src/dos/textfx2/fpcmade.*
-packages/ptc/src/dos/textfx2/units
-packages/ptc/src/dos/timeunit/*.bak
-packages/ptc/src/dos/timeunit/*.exe
-packages/ptc/src/dos/timeunit/*.o
-packages/ptc/src/dos/timeunit/*.ppu
-packages/ptc/src/dos/timeunit/*.s
-packages/ptc/src/dos/timeunit/Package.fpc
-packages/ptc/src/dos/timeunit/build-stamp.*
-packages/ptc/src/dos/timeunit/fpcmade.*
-packages/ptc/src/dos/timeunit/units
-packages/ptc/src/dos/units
-packages/ptc/src/dos/vesa/*.bak
-packages/ptc/src/dos/vesa/*.exe
-packages/ptc/src/dos/vesa/*.o
-packages/ptc/src/dos/vesa/*.ppu
-packages/ptc/src/dos/vesa/*.s
-packages/ptc/src/dos/vesa/Package.fpc
-packages/ptc/src/dos/vesa/build-stamp.*
-packages/ptc/src/dos/vesa/fpcmade.*
-packages/ptc/src/dos/vesa/units
-packages/ptc/src/dos/vga/*.bak
-packages/ptc/src/dos/vga/*.exe
-packages/ptc/src/dos/vga/*.o
-packages/ptc/src/dos/vga/*.ppu
-packages/ptc/src/dos/vga/*.s
-packages/ptc/src/dos/vga/Package.fpc
-packages/ptc/src/dos/vga/build-stamp.*
-packages/ptc/src/dos/vga/fpcmade.*
-packages/ptc/src/dos/vga/units
-packages/ptc/src/fpcmade.*
-packages/ptc/src/tinyptc/*.bak
-packages/ptc/src/tinyptc/*.exe
-packages/ptc/src/tinyptc/*.o
-packages/ptc/src/tinyptc/*.ppu
-packages/ptc/src/tinyptc/*.s
-packages/ptc/src/tinyptc/Package.fpc
-packages/ptc/src/tinyptc/build-stamp.*
-packages/ptc/src/tinyptc/fpcmade.*
-packages/ptc/src/tinyptc/units
-packages/ptc/src/units
-packages/ptc/src/win32/*.bak
-packages/ptc/src/win32/*.exe
-packages/ptc/src/win32/*.o
-packages/ptc/src/win32/*.ppu
-packages/ptc/src/win32/*.s
-packages/ptc/src/win32/Package.fpc
-packages/ptc/src/win32/base/*.bak
-packages/ptc/src/win32/base/*.exe
-packages/ptc/src/win32/base/*.o
-packages/ptc/src/win32/base/*.ppu
-packages/ptc/src/win32/base/*.s
-packages/ptc/src/win32/base/Package.fpc
-packages/ptc/src/win32/base/build-stamp.*
-packages/ptc/src/win32/base/fpcmade.*
-packages/ptc/src/win32/base/units
-packages/ptc/src/win32/build-stamp.*
-packages/ptc/src/win32/directx/*.bak
-packages/ptc/src/win32/directx/*.exe
-packages/ptc/src/win32/directx/*.o
-packages/ptc/src/win32/directx/*.ppu
-packages/ptc/src/win32/directx/*.s
-packages/ptc/src/win32/directx/Package.fpc
-packages/ptc/src/win32/directx/build-stamp.*
-packages/ptc/src/win32/directx/fpcmade.*
-packages/ptc/src/win32/directx/units
-packages/ptc/src/win32/fpcmade.*
-packages/ptc/src/win32/gdi/*.bak
-packages/ptc/src/win32/gdi/*.exe
-packages/ptc/src/win32/gdi/*.o
-packages/ptc/src/win32/gdi/*.ppu
-packages/ptc/src/win32/gdi/*.s
-packages/ptc/src/win32/gdi/Package.fpc
-packages/ptc/src/win32/gdi/build-stamp.*
-packages/ptc/src/win32/gdi/fpcmade.*
-packages/ptc/src/win32/gdi/units
-packages/ptc/src/win32/units
-packages/ptc/src/wince/*.bak
-packages/ptc/src/wince/*.exe
-packages/ptc/src/wince/*.o
-packages/ptc/src/wince/*.ppu
-packages/ptc/src/wince/*.s
-packages/ptc/src/wince/Package.fpc
-packages/ptc/src/wince/base/*.bak
-packages/ptc/src/wince/base/*.exe
-packages/ptc/src/wince/base/*.o
-packages/ptc/src/wince/base/*.ppu
-packages/ptc/src/wince/base/*.s
-packages/ptc/src/wince/base/Package.fpc
-packages/ptc/src/wince/base/build-stamp.*
-packages/ptc/src/wince/base/fpcmade.*
-packages/ptc/src/wince/base/units
-packages/ptc/src/wince/build-stamp.*
-packages/ptc/src/wince/directx/*.bak
-packages/ptc/src/wince/directx/*.exe
-packages/ptc/src/wince/directx/*.o
-packages/ptc/src/wince/directx/*.ppu
-packages/ptc/src/wince/directx/*.s
-packages/ptc/src/wince/directx/Package.fpc
-packages/ptc/src/wince/directx/build-stamp.*
-packages/ptc/src/wince/directx/fpcmade.*
-packages/ptc/src/wince/directx/units
-packages/ptc/src/wince/fpcmade.*
-packages/ptc/src/wince/gapi/*.bak
-packages/ptc/src/wince/gapi/*.exe
-packages/ptc/src/wince/gapi/*.o
-packages/ptc/src/wince/gapi/*.ppu
-packages/ptc/src/wince/gapi/*.s
-packages/ptc/src/wince/gapi/Package.fpc
-packages/ptc/src/wince/gapi/build-stamp.*
-packages/ptc/src/wince/gapi/fpcmade.*
-packages/ptc/src/wince/gapi/units
-packages/ptc/src/wince/gdi/*.bak
-packages/ptc/src/wince/gdi/*.exe
-packages/ptc/src/wince/gdi/*.o
-packages/ptc/src/wince/gdi/*.ppu
-packages/ptc/src/wince/gdi/*.s
-packages/ptc/src/wince/gdi/Package.fpc
-packages/ptc/src/wince/gdi/build-stamp.*
-packages/ptc/src/wince/gdi/fpcmade.*
-packages/ptc/src/wince/gdi/units
-packages/ptc/src/wince/units
-packages/ptc/src/x11/*.bak
-packages/ptc/src/x11/*.exe
-packages/ptc/src/x11/*.o
-packages/ptc/src/x11/*.ppu
-packages/ptc/src/x11/*.s
-packages/ptc/src/x11/Package.fpc
-packages/ptc/src/x11/build-stamp.*
-packages/ptc/src/x11/fpcmade.*
-packages/ptc/src/x11/units
-packages/ptc/tests/*.bak
-packages/ptc/tests/*.exe
-packages/ptc/tests/*.o
-packages/ptc/tests/*.ppu
-packages/ptc/tests/*.s
-packages/ptc/tests/Package.fpc
-packages/ptc/tests/build-stamp.*
-packages/ptc/tests/fpcmade.*
-packages/ptc/tests/units
-packages/ptc/units
-packages/pthreads/*.bak
-packages/pthreads/*.exe
-packages/pthreads/*.o
-packages/pthreads/*.ppu
-packages/pthreads/*.s
-packages/pthreads/Package.fpc
-packages/pthreads/build-stamp.*
-packages/pthreads/examples/*.bak
-packages/pthreads/examples/*.exe
-packages/pthreads/examples/*.o
-packages/pthreads/examples/*.ppu
-packages/pthreads/examples/*.s
-packages/pthreads/examples/Package.fpc
-packages/pthreads/examples/build-stamp.*
-packages/pthreads/examples/fpcmade.*
-packages/pthreads/examples/units
-packages/pthreads/fpcmade.*
-packages/pthreads/src/*.bak
-packages/pthreads/src/*.exe
-packages/pthreads/src/*.o
-packages/pthreads/src/*.ppu
-packages/pthreads/src/*.s
-packages/pthreads/src/Package.fpc
-packages/pthreads/src/build-stamp.*
-packages/pthreads/src/fpcmade.*
-packages/pthreads/src/units
-packages/pthreads/tests/*.bak
-packages/pthreads/tests/*.exe
-packages/pthreads/tests/*.o
-packages/pthreads/tests/*.ppu
-packages/pthreads/tests/*.s
-packages/pthreads/tests/Package.fpc
-packages/pthreads/tests/build-stamp.*
-packages/pthreads/tests/fpcmade.*
-packages/pthreads/tests/units
-packages/pthreads/units
-packages/pxlib/*.bak
-packages/pxlib/*.exe
-packages/pxlib/*.o
-packages/pxlib/*.ppu
-packages/pxlib/*.s
-packages/pxlib/Package.fpc
-packages/pxlib/build-stamp.*
-packages/pxlib/examples/*.bak
-packages/pxlib/examples/*.exe
-packages/pxlib/examples/*.o
-packages/pxlib/examples/*.ppu
-packages/pxlib/examples/*.s
-packages/pxlib/examples/Package.fpc
-packages/pxlib/examples/build-stamp.*
-packages/pxlib/examples/fpcmade.*
-packages/pxlib/examples/units
-packages/pxlib/fpcmade.*
-packages/pxlib/src/*.bak
-packages/pxlib/src/*.exe
-packages/pxlib/src/*.o
-packages/pxlib/src/*.ppu
-packages/pxlib/src/*.s
-packages/pxlib/src/Package.fpc
-packages/pxlib/src/build-stamp.*
-packages/pxlib/src/fpcmade.*
-packages/pxlib/src/units
-packages/pxlib/units
-packages/regexpr/*.bak
-packages/regexpr/*.exe
-packages/regexpr/*.o
-packages/regexpr/*.ppu
-packages/regexpr/*.s
-packages/regexpr/Package.fpc
-packages/regexpr/build-stamp.*
-packages/regexpr/examples/*.bak
-packages/regexpr/examples/*.exe
-packages/regexpr/examples/*.o
-packages/regexpr/examples/*.ppu
-packages/regexpr/examples/*.s
-packages/regexpr/examples/Package.fpc
-packages/regexpr/examples/build-stamp.*
-packages/regexpr/examples/fpcmade.*
-packages/regexpr/examples/units
-packages/regexpr/fpcmade.*
-packages/regexpr/src/*.bak
-packages/regexpr/src/*.exe
-packages/regexpr/src/*.o
-packages/regexpr/src/*.ppu
-packages/regexpr/src/*.s
-packages/regexpr/src/Package.fpc
-packages/regexpr/src/build-stamp.*
-packages/regexpr/src/fpcmade.*
-packages/regexpr/src/old/*.bak
-packages/regexpr/src/old/*.exe
-packages/regexpr/src/old/*.o
-packages/regexpr/src/old/*.ppu
-packages/regexpr/src/old/*.s
-packages/regexpr/src/old/Package.fpc
-packages/regexpr/src/old/build-stamp.*
-packages/regexpr/src/old/fpcmade.*
-packages/regexpr/src/old/units
-packages/regexpr/src/units
-packages/regexpr/tests/*.bak
-packages/regexpr/tests/*.exe
-packages/regexpr/tests/*.o
-packages/regexpr/tests/*.ppu
-packages/regexpr/tests/*.s
-packages/regexpr/tests/Package.fpc
-packages/regexpr/tests/build-stamp.*
-packages/regexpr/tests/fpcmade.*
-packages/regexpr/tests/units
-packages/regexpr/units
-packages/rexx/*.bak
-packages/rexx/*.exe
-packages/rexx/*.o
-packages/rexx/*.ppu
-packages/rexx/*.s
-packages/rexx/Package.fpc
-packages/rexx/build-stamp.*
-packages/rexx/examples/*.bak
-packages/rexx/examples/*.exe
-packages/rexx/examples/*.o
-packages/rexx/examples/*.ppu
-packages/rexx/examples/*.s
-packages/rexx/examples/Package.fpc
-packages/rexx/examples/build-stamp.*
-packages/rexx/examples/fpcmade.*
-packages/rexx/examples/units
-packages/rexx/fpcmade.*
-packages/rexx/src/*.bak
-packages/rexx/src/*.exe
-packages/rexx/src/*.o
-packages/rexx/src/*.ppu
-packages/rexx/src/*.s
-packages/rexx/src/Package.fpc
-packages/rexx/src/build-stamp.*
-packages/rexx/src/fpcmade.*
-packages/rexx/src/units
-packages/rexx/tests/*.bak
-packages/rexx/tests/*.exe
-packages/rexx/tests/*.o
-packages/rexx/tests/*.ppu
-packages/rexx/tests/*.s
-packages/rexx/tests/Package.fpc
-packages/rexx/tests/build-stamp.*
-packages/rexx/tests/fpcmade.*
-packages/rexx/tests/units
-packages/rexx/units
-packages/sdl/*.bak
-packages/sdl/*.exe
-packages/sdl/*.o
-packages/sdl/*.ppu
-packages/sdl/*.s
-packages/sdl/Package.fpc
-packages/sdl/build-stamp.*
-packages/sdl/examples/*.bak
-packages/sdl/examples/*.exe
-packages/sdl/examples/*.o
-packages/sdl/examples/*.ppu
-packages/sdl/examples/*.s
-packages/sdl/examples/Package.fpc
-packages/sdl/examples/build-stamp.*
-packages/sdl/examples/fpcmade.*
-packages/sdl/examples/units
-packages/sdl/fpcmade.*
-packages/sdl/src/*.bak
-packages/sdl/src/*.exe
-packages/sdl/src/*.o
-packages/sdl/src/*.ppu
-packages/sdl/src/*.s
-packages/sdl/src/Package.fpc
-packages/sdl/src/build-stamp.*
-packages/sdl/src/fpcmade.*
-packages/sdl/src/units
-packages/sdl/tests/*.bak
-packages/sdl/tests/*.exe
-packages/sdl/tests/*.o
-packages/sdl/tests/*.ppu
-packages/sdl/tests/*.s
-packages/sdl/tests/Package.fpc
-packages/sdl/tests/build-stamp.*
-packages/sdl/tests/fpcmade.*
-packages/sdl/tests/units
-packages/sdl/units
-packages/sndfile/*.bak
-packages/sndfile/*.exe
-packages/sndfile/*.o
-packages/sndfile/*.ppu
-packages/sndfile/*.s
-packages/sndfile/Package.fpc
-packages/sndfile/build-stamp.*
-packages/sndfile/examples/*.bak
-packages/sndfile/examples/*.exe
-packages/sndfile/examples/*.o
-packages/sndfile/examples/*.ppu
-packages/sndfile/examples/*.s
-packages/sndfile/examples/Package.fpc
-packages/sndfile/examples/build-stamp.*
-packages/sndfile/examples/fpcmade.*
-packages/sndfile/examples/units
-packages/sndfile/fpcmade.*
-packages/sndfile/scripts/*.bak
-packages/sndfile/scripts/*.exe
-packages/sndfile/scripts/*.o
-packages/sndfile/scripts/*.ppu
-packages/sndfile/scripts/*.s
-packages/sndfile/scripts/Package.fpc
-packages/sndfile/scripts/build-stamp.*
-packages/sndfile/scripts/fpcmade.*
-packages/sndfile/scripts/units
-packages/sndfile/src/*.bak
-packages/sndfile/src/*.exe
-packages/sndfile/src/*.o
-packages/sndfile/src/*.ppu
-packages/sndfile/src/*.s
-packages/sndfile/src/Package.fpc
-packages/sndfile/src/build-stamp.*
-packages/sndfile/src/fpcmade.*
-packages/sndfile/src/units
-packages/sndfile/tests/*.bak
-packages/sndfile/tests/*.exe
-packages/sndfile/tests/*.o
-packages/sndfile/tests/*.ppu
-packages/sndfile/tests/*.s
-packages/sndfile/tests/Package.fpc
-packages/sndfile/tests/build-stamp.*
-packages/sndfile/tests/fpcmade.*
-packages/sndfile/tests/units
-packages/sndfile/units
-packages/sqlite/*.bak
-packages/sqlite/*.exe
-packages/sqlite/*.o
-packages/sqlite/*.ppu
-packages/sqlite/*.s
-packages/sqlite/Package.fpc
-packages/sqlite/build-stamp.*
-packages/sqlite/examples/*.bak
-packages/sqlite/examples/*.exe
-packages/sqlite/examples/*.o
-packages/sqlite/examples/*.ppu
-packages/sqlite/examples/*.s
-packages/sqlite/examples/Package.fpc
-packages/sqlite/examples/build-stamp.*
-packages/sqlite/examples/fpcmade.*
-packages/sqlite/examples/units
-packages/sqlite/fpcmade.*
-packages/sqlite/src/*.bak
-packages/sqlite/src/*.exe
-packages/sqlite/src/*.o
-packages/sqlite/src/*.ppu
-packages/sqlite/src/*.s
-packages/sqlite/src/Package.fpc
-packages/sqlite/src/build-stamp.*
-packages/sqlite/src/fpcmade.*
-packages/sqlite/src/units
-packages/sqlite/tests/*.bak
-packages/sqlite/tests/*.exe
-packages/sqlite/tests/*.o
-packages/sqlite/tests/*.ppu
-packages/sqlite/tests/*.s
-packages/sqlite/tests/Package.fpc
-packages/sqlite/tests/build-stamp.*
-packages/sqlite/tests/fpcmade.*
-packages/sqlite/tests/units
-packages/sqlite/units
-packages/svgalib/*.bak
-packages/svgalib/*.exe
-packages/svgalib/*.o
-packages/svgalib/*.ppu
-packages/svgalib/*.s
-packages/svgalib/Package.fpc
-packages/svgalib/build-stamp.*
-packages/svgalib/examples/*.bak
-packages/svgalib/examples/*.exe
-packages/svgalib/examples/*.o
-packages/svgalib/examples/*.ppu
-packages/svgalib/examples/*.s
-packages/svgalib/examples/Package.fpc
-packages/svgalib/examples/build-stamp.*
-packages/svgalib/examples/fpcmade.*
-packages/svgalib/examples/units
-packages/svgalib/fpcmade.*
-packages/svgalib/src/*.bak
-packages/svgalib/src/*.exe
-packages/svgalib/src/*.o
-packages/svgalib/src/*.ppu
-packages/svgalib/src/*.s
-packages/svgalib/src/Package.fpc
-packages/svgalib/src/build-stamp.*
-packages/svgalib/src/fpcmade.*
-packages/svgalib/src/units
-packages/svgalib/tests/*.bak
-packages/svgalib/tests/*.exe
-packages/svgalib/tests/*.o
-packages/svgalib/tests/*.ppu
-packages/svgalib/tests/*.s
-packages/svgalib/tests/Package.fpc
-packages/svgalib/tests/build-stamp.*
-packages/svgalib/tests/fpcmade.*
-packages/svgalib/tests/units
-packages/svgalib/units
-packages/symbolic/*.bak
-packages/symbolic/*.exe
-packages/symbolic/*.o
-packages/symbolic/*.ppu
-packages/symbolic/*.s
-packages/symbolic/Package.fpc
-packages/symbolic/build-stamp.*
-packages/symbolic/doc/*.bak
-packages/symbolic/doc/*.exe
-packages/symbolic/doc/*.o
-packages/symbolic/doc/*.ppu
-packages/symbolic/doc/*.s
-packages/symbolic/doc/Package.fpc
-packages/symbolic/doc/build-stamp.*
-packages/symbolic/doc/fpcmade.*
-packages/symbolic/doc/units
-packages/symbolic/examples/*.bak
-packages/symbolic/examples/*.exe
-packages/symbolic/examples/*.o
-packages/symbolic/examples/*.ppu
-packages/symbolic/examples/*.s
-packages/symbolic/examples/Package.fpc
-packages/symbolic/examples/build-stamp.*
-packages/symbolic/examples/fpcmade.*
-packages/symbolic/examples/units
-packages/symbolic/fpcmade.*
-packages/symbolic/src/*.bak
-packages/symbolic/src/*.exe
-packages/symbolic/src/*.o
-packages/symbolic/src/*.ppu
-packages/symbolic/src/*.s
-packages/symbolic/src/Package.fpc
-packages/symbolic/src/build-stamp.*
-packages/symbolic/src/fpcmade.*
-packages/symbolic/src/units
-packages/symbolic/units
-packages/syslog/*.bak
-packages/syslog/*.exe
-packages/syslog/*.o
-packages/syslog/*.ppu
-packages/syslog/*.s
-packages/syslog/Package.fpc
-packages/syslog/build-stamp.*
-packages/syslog/examples/*.bak
-packages/syslog/examples/*.exe
-packages/syslog/examples/*.o
-packages/syslog/examples/*.ppu
-packages/syslog/examples/*.s
-packages/syslog/examples/Package.fpc
-packages/syslog/examples/build-stamp.*
-packages/syslog/examples/fpcmade.*
-packages/syslog/examples/units
-packages/syslog/fpcmade.*
-packages/syslog/src/*.bak
-packages/syslog/src/*.exe
-packages/syslog/src/*.o
-packages/syslog/src/*.ppu
-packages/syslog/src/*.s
-packages/syslog/src/Package.fpc
-packages/syslog/src/build-stamp.*
-packages/syslog/src/fpcmade.*
-packages/syslog/src/units
-packages/syslog/tests/*.bak
-packages/syslog/tests/*.exe
-packages/syslog/tests/*.o
-packages/syslog/tests/*.ppu
-packages/syslog/tests/*.s
-packages/syslog/tests/Package.fpc
-packages/syslog/tests/build-stamp.*
-packages/syslog/tests/fpcmade.*
-packages/syslog/tests/units
-packages/syslog/units
-packages/tcl/*.bak
-packages/tcl/*.exe
-packages/tcl/*.o
-packages/tcl/*.ppu
-packages/tcl/*.s
-packages/tcl/Package.fpc
-packages/tcl/build-stamp.*
-packages/tcl/examples/*.bak
-packages/tcl/examples/*.exe
-packages/tcl/examples/*.o
-packages/tcl/examples/*.ppu
-packages/tcl/examples/*.s
-packages/tcl/examples/Package.fpc
-packages/tcl/examples/build-stamp.*
-packages/tcl/examples/fpcmade.*
-packages/tcl/examples/units
-packages/tcl/fpcmade.*
-packages/tcl/src/*.bak
-packages/tcl/src/*.exe
-packages/tcl/src/*.o
-packages/tcl/src/*.ppu
-packages/tcl/src/*.s
-packages/tcl/src/Package.fpc
-packages/tcl/src/build-stamp.*
-packages/tcl/src/fpcmade.*
-packages/tcl/src/units
-packages/tcl/tests/*.bak
-packages/tcl/tests/*.exe
-packages/tcl/tests/*.o
-packages/tcl/tests/*.ppu
-packages/tcl/tests/*.s
-packages/tcl/tests/Package.fpc
-packages/tcl/tests/build-stamp.*
-packages/tcl/tests/fpcmade.*
-packages/tcl/tests/units
-packages/tcl/units
-packages/units
-packages/univint/*.bak
-packages/univint/*.exe
-packages/univint/*.o
-packages/univint/*.ppu
-packages/univint/*.s
-packages/univint/Package.fpc
-packages/univint/build-stamp.*
-packages/univint/examples/*.bak
-packages/univint/examples/*.exe
-packages/univint/examples/*.o
-packages/univint/examples/*.ppu
-packages/univint/examples/*.s
-packages/univint/examples/Package.fpc
-packages/univint/examples/build-stamp.*
-packages/univint/examples/fpcmade.*
-packages/univint/examples/units
-packages/univint/fpcmade.*
-packages/univint/src/*.bak
-packages/univint/src/*.exe
-packages/univint/src/*.o
-packages/univint/src/*.ppu
-packages/univint/src/*.s
-packages/univint/src/Package.fpc
-packages/univint/src/build-stamp.*
-packages/univint/src/fpcmade.*
-packages/univint/src/units
-packages/univint/tests/*.bak
-packages/univint/tests/*.exe
-packages/univint/tests/*.o
-packages/univint/tests/*.ppu
-packages/univint/tests/*.s
-packages/univint/tests/Package.fpc
-packages/univint/tests/build-stamp.*
-packages/univint/tests/fpcmade.*
-packages/univint/tests/units
-packages/univint/units
-packages/unixutil/*.bak
-packages/unixutil/*.exe
-packages/unixutil/*.o
-packages/unixutil/*.ppu
-packages/unixutil/*.s
-packages/unixutil/Package.fpc
-packages/unixutil/build-stamp.*
-packages/unixutil/examples/*.bak
-packages/unixutil/examples/*.exe
-packages/unixutil/examples/*.o
-packages/unixutil/examples/*.ppu
-packages/unixutil/examples/*.s
-packages/unixutil/examples/Package.fpc
-packages/unixutil/examples/build-stamp.*
-packages/unixutil/examples/fpcmade.*
-packages/unixutil/examples/units
-packages/unixutil/fpcmade.*
-packages/unixutil/src/*.bak
-packages/unixutil/src/*.exe
-packages/unixutil/src/*.o
-packages/unixutil/src/*.ppu
-packages/unixutil/src/*.s
-packages/unixutil/src/Package.fpc
-packages/unixutil/src/build-stamp.*
-packages/unixutil/src/fpcmade.*
-packages/unixutil/src/units
-packages/unixutil/tests/*.bak
-packages/unixutil/tests/*.exe
-packages/unixutil/tests/*.o
-packages/unixutil/tests/*.ppu
-packages/unixutil/tests/*.s
-packages/unixutil/tests/Package.fpc
-packages/unixutil/tests/build-stamp.*
-packages/unixutil/tests/fpcmade.*
-packages/unixutil/tests/units
-packages/unixutil/units
-packages/unzip/*.bak
-packages/unzip/*.exe
-packages/unzip/*.o
-packages/unzip/*.ppu
-packages/unzip/*.s
-packages/unzip/Package.fpc
-packages/unzip/build-stamp.*
-packages/unzip/examples/*.bak
-packages/unzip/examples/*.exe
-packages/unzip/examples/*.o
-packages/unzip/examples/*.ppu
-packages/unzip/examples/*.s
-packages/unzip/examples/Package.fpc
-packages/unzip/examples/build-stamp.*
-packages/unzip/examples/fpcmade.*
-packages/unzip/examples/units
-packages/unzip/fpcmade.*
-packages/unzip/src/*.bak
-packages/unzip/src/*.exe
-packages/unzip/src/*.o
-packages/unzip/src/*.ppu
-packages/unzip/src/*.s
-packages/unzip/src/Package.fpc
-packages/unzip/src/build-stamp.*
-packages/unzip/src/fpcmade.*
-packages/unzip/src/units
-packages/unzip/tests/*.bak
-packages/unzip/tests/*.exe
-packages/unzip/tests/*.o
-packages/unzip/tests/*.ppu
-packages/unzip/tests/*.s
-packages/unzip/tests/Package.fpc
-packages/unzip/tests/build-stamp.*
-packages/unzip/tests/fpcmade.*
-packages/unzip/tests/units
-packages/unzip/units
-packages/users/*.bak
-packages/users/*.exe
-packages/users/*.o
-packages/users/*.ppu
-packages/users/*.s
-packages/users/Package.fpc
-packages/users/build-stamp.*
-packages/users/examples/*.bak
-packages/users/examples/*.exe
-packages/users/examples/*.o
-packages/users/examples/*.ppu
-packages/users/examples/*.s
-packages/users/examples/Package.fpc
-packages/users/examples/build-stamp.*
-packages/users/examples/fpcmade.*
-packages/users/examples/units
-packages/users/fpcmade.*
-packages/users/src/*.bak
-packages/users/src/*.exe
-packages/users/src/*.o
-packages/users/src/*.ppu
-packages/users/src/*.s
-packages/users/src/Package.fpc
-packages/users/src/build-stamp.*
-packages/users/src/fpcmade.*
-packages/users/src/units
-packages/users/tests/*.bak
-packages/users/tests/*.exe
-packages/users/tests/*.o
-packages/users/tests/*.ppu
-packages/users/tests/*.s
-packages/users/tests/Package.fpc
-packages/users/tests/build-stamp.*
-packages/users/tests/fpcmade.*
-packages/users/tests/units
-packages/users/units
-packages/utmp/*.bak
-packages/utmp/*.exe
-packages/utmp/*.o
-packages/utmp/*.ppu
-packages/utmp/*.s
-packages/utmp/Package.fpc
-packages/utmp/build-stamp.*
-packages/utmp/examples/*.bak
-packages/utmp/examples/*.exe
-packages/utmp/examples/*.o
-packages/utmp/examples/*.ppu
-packages/utmp/examples/*.s
-packages/utmp/examples/Package.fpc
-packages/utmp/examples/build-stamp.*
-packages/utmp/examples/fpcmade.*
-packages/utmp/examples/units
-packages/utmp/fpcmade.*
-packages/utmp/src/*.bak
-packages/utmp/src/*.exe
-packages/utmp/src/*.o
-packages/utmp/src/*.ppu
-packages/utmp/src/*.s
-packages/utmp/src/Package.fpc
-packages/utmp/src/build-stamp.*
-packages/utmp/src/fpcmade.*
-packages/utmp/src/units
-packages/utmp/tests/*.bak
-packages/utmp/tests/*.exe
-packages/utmp/tests/*.o
-packages/utmp/tests/*.ppu
-packages/utmp/tests/*.s
-packages/utmp/tests/Package.fpc
-packages/utmp/tests/build-stamp.*
-packages/utmp/tests/fpcmade.*
-packages/utmp/tests/units
-packages/utmp/units
-packages/uuid/*.bak
-packages/uuid/*.exe
-packages/uuid/*.o
-packages/uuid/*.ppu
-packages/uuid/*.s
-packages/uuid/Package.fpc
-packages/uuid/build-stamp.*
-packages/uuid/examples/*.bak
-packages/uuid/examples/*.exe
-packages/uuid/examples/*.o
-packages/uuid/examples/*.ppu
-packages/uuid/examples/*.s
-packages/uuid/examples/Package.fpc
-packages/uuid/examples/build-stamp.*
-packages/uuid/examples/fpcmade.*
-packages/uuid/examples/units
-packages/uuid/fpcmade.*
-packages/uuid/src/*.bak
-packages/uuid/src/*.exe
-packages/uuid/src/*.o
-packages/uuid/src/*.ppu
-packages/uuid/src/*.s
-packages/uuid/src/Package.fpc
-packages/uuid/src/build-stamp.*
-packages/uuid/src/fpcmade.*
-packages/uuid/src/units
-packages/uuid/tests/*.bak
-packages/uuid/tests/*.exe
-packages/uuid/tests/*.o
-packages/uuid/tests/*.ppu
-packages/uuid/tests/*.s
-packages/uuid/tests/Package.fpc
-packages/uuid/tests/build-stamp.*
-packages/uuid/tests/fpcmade.*
-packages/uuid/tests/units
-packages/uuid/units
-packages/winceunits/*.bak
-packages/winceunits/*.exe
-packages/winceunits/*.o
-packages/winceunits/*.ppu
-packages/winceunits/*.s
-packages/winceunits/Package.fpc
-packages/winceunits/build-stamp.*
-packages/winceunits/fpcmade.*
-packages/winceunits/src/*.bak
-packages/winceunits/src/*.exe
-packages/winceunits/src/*.o
-packages/winceunits/src/*.ppu
-packages/winceunits/src/*.s
-packages/winceunits/src/Package.fpc
-packages/winceunits/src/build-stamp.*
-packages/winceunits/src/fpcmade.*
-packages/winceunits/src/units
-packages/winceunits/units
-packages/winunits-base/*.bak
-packages/winunits-base/*.exe
-packages/winunits-base/*.o
-packages/winunits-base/*.ppu
-packages/winunits-base/*.s
-packages/winunits-base/Package.fpc
-packages/winunits-base/build-stamp.*
-packages/winunits-base/fpcmade.*
-packages/winunits-base/src/*.bak
-packages/winunits-base/src/*.exe
-packages/winunits-base/src/*.o
-packages/winunits-base/src/*.ppu
-packages/winunits-base/src/*.s
-packages/winunits-base/src/Package.fpc
-packages/winunits-base/src/build-stamp.*
-packages/winunits-base/src/fpcmade.*
-packages/winunits-base/src/units
-packages/winunits-base/tests/*.bak
-packages/winunits-base/tests/*.exe
-packages/winunits-base/tests/*.o
-packages/winunits-base/tests/*.ppu
-packages/winunits-base/tests/*.s
-packages/winunits-base/tests/Package.fpc
-packages/winunits-base/tests/build-stamp.*
-packages/winunits-base/tests/fpcmade.*
-packages/winunits-base/tests/units
-packages/winunits-base/units
-packages/winunits-jedi/*.bak
-packages/winunits-jedi/*.exe
-packages/winunits-jedi/*.o
-packages/winunits-jedi/*.ppu
-packages/winunits-jedi/*.s
-packages/winunits-jedi/Package.fpc
-packages/winunits-jedi/build-stamp.*
-packages/winunits-jedi/fpcmade.*
-packages/winunits-jedi/src/*.bak
-packages/winunits-jedi/src/*.exe
-packages/winunits-jedi/src/*.o
-packages/winunits-jedi/src/*.ppu
-packages/winunits-jedi/src/*.s
-packages/winunits-jedi/src/Package.fpc
-packages/winunits-jedi/src/build-stamp.*
-packages/winunits-jedi/src/fpcmade.*
-packages/winunits-jedi/src/units
-packages/winunits-jedi/units
-packages/x11/*.bak
-packages/x11/*.exe
-packages/x11/*.o
-packages/x11/*.ppu
-packages/x11/*.s
-packages/x11/Package.fpc
-packages/x11/build-stamp.*
-packages/x11/examples/*.bak
-packages/x11/examples/*.exe
-packages/x11/examples/*.o
-packages/x11/examples/*.ppu
-packages/x11/examples/*.s
-packages/x11/examples/Package.fpc
-packages/x11/examples/build-stamp.*
-packages/x11/examples/fpcmade.*
-packages/x11/examples/units
-packages/x11/fpcmade.*
-packages/x11/src/*.bak
-packages/x11/src/*.exe
-packages/x11/src/*.o
-packages/x11/src/*.ppu
-packages/x11/src/*.s
-packages/x11/src/Package.fpc
-packages/x11/src/build-stamp.*
-packages/x11/src/fpcmade.*
-packages/x11/src/units
-packages/x11/tests/*.bak
-packages/x11/tests/*.exe
-packages/x11/tests/*.o
-packages/x11/tests/*.ppu
-packages/x11/tests/*.s
-packages/x11/tests/Package.fpc
-packages/x11/tests/build-stamp.*
-packages/x11/tests/fpcmade.*
-packages/x11/tests/units
-packages/x11/units
-packages/xforms/*.bak
-packages/xforms/*.exe
-packages/xforms/*.o
-packages/xforms/*.ppu
-packages/xforms/*.s
-packages/xforms/Package.fpc
-packages/xforms/bin
-packages/xforms/build-stamp.*
-packages/xforms/examples/*.bak
-packages/xforms/examples/*.exe
-packages/xforms/examples/*.o
-packages/xforms/examples/*.ppu
-packages/xforms/examples/*.s
-packages/xforms/examples/Package.fpc
-packages/xforms/examples/build-stamp.*
-packages/xforms/examples/fpcmade.*
-packages/xforms/examples/units
-packages/xforms/fpcmade.*
-packages/xforms/scripts/*.bak
-packages/xforms/scripts/*.exe
-packages/xforms/scripts/*.o
-packages/xforms/scripts/*.ppu
-packages/xforms/scripts/*.s
-packages/xforms/scripts/Package.fpc
-packages/xforms/scripts/build-stamp.*
-packages/xforms/scripts/fpcmade.*
-packages/xforms/scripts/units
-packages/xforms/src/*.bak
-packages/xforms/src/*.exe
-packages/xforms/src/*.o
-packages/xforms/src/*.ppu
-packages/xforms/src/*.s
-packages/xforms/src/Package.fpc
-packages/xforms/src/build-stamp.*
-packages/xforms/src/fpcmade.*
-packages/xforms/src/units
-packages/xforms/tests/*.bak
-packages/xforms/tests/*.exe
-packages/xforms/tests/*.o
-packages/xforms/tests/*.ppu
-packages/xforms/tests/*.s
-packages/xforms/tests/Package.fpc
-packages/xforms/tests/build-stamp.*
-packages/xforms/tests/fpcmade.*
-packages/xforms/tests/units
-packages/xforms/units
-packages/zlib/*.bak
-packages/zlib/*.exe
-packages/zlib/*.o
-packages/zlib/*.ppu
-packages/zlib/*.s
-packages/zlib/Package.fpc
-packages/zlib/build-stamp.*
-packages/zlib/examples/*.bak
-packages/zlib/examples/*.exe
-packages/zlib/examples/*.o
-packages/zlib/examples/*.ppu
-packages/zlib/examples/*.s
-packages/zlib/examples/Package.fpc
-packages/zlib/examples/build-stamp.*
-packages/zlib/examples/fpcmade.*
-packages/zlib/examples/units
-packages/zlib/fpcmade.*
-packages/zlib/src/*.bak
-packages/zlib/src/*.exe
-packages/zlib/src/*.o
-packages/zlib/src/*.ppu
-packages/zlib/src/*.s
-packages/zlib/src/Package.fpc
-packages/zlib/src/build-stamp.*
-packages/zlib/src/fpcmade.*
-packages/zlib/src/units
-packages/zlib/tests/*.bak
-packages/zlib/tests/*.exe
-packages/zlib/tests/*.o
-packages/zlib/tests/*.ppu
-packages/zlib/tests/*.s
-packages/zlib/tests/Package.fpc
-packages/zlib/tests/build-stamp.*
-packages/zlib/tests/fpcmade.*
-packages/zlib/tests/units
-packages/zlib/units
-packages/zorba/*.bak
-packages/zorba/*.exe
-packages/zorba/*.o
-packages/zorba/*.ppu
-packages/zorba/*.s
-packages/zorba/Package.fpc
-packages/zorba/build-stamp.*
-packages/zorba/examples/*.bak
-packages/zorba/examples/*.exe
-packages/zorba/examples/*.o
-packages/zorba/examples/*.ppu
-packages/zorba/examples/*.s
-packages/zorba/examples/Package.fpc
-packages/zorba/examples/build-stamp.*
-packages/zorba/examples/fpcmade.*
-packages/zorba/examples/simple/*.bak
-packages/zorba/examples/simple/*.exe
-packages/zorba/examples/simple/*.o
-packages/zorba/examples/simple/*.ppu
-packages/zorba/examples/simple/*.s
-packages/zorba/examples/simple/Package.fpc
-packages/zorba/examples/simple/build-stamp.*
-packages/zorba/examples/simple/fpcmade.*
-packages/zorba/examples/simple/units
-packages/zorba/examples/units
-packages/zorba/fpcmade.*
-packages/zorba/src/*.bak
-packages/zorba/src/*.exe
-packages/zorba/src/*.o
-packages/zorba/src/*.ppu
-packages/zorba/src/*.s
-packages/zorba/src/Package.fpc
-packages/zorba/src/build-stamp.*
-packages/zorba/src/fpcmade.*
-packages/zorba/src/units
-packages/zorba/tests/*.bak
-packages/zorba/tests/*.exe
-packages/zorba/tests/*.o
-packages/zorba/tests/*.ppu
-packages/zorba/tests/*.s
-packages/zorba/tests/Package.fpc
-packages/zorba/tests/build-stamp.*
-packages/zorba/tests/fpcmade.*
-packages/zorba/tests/units
-packages/zorba/units
-rtl/*.bak
-rtl/*.exe
-rtl/*.o
-rtl/*.ppu
-rtl/*.s
-rtl/amiga/*.bak
-rtl/amiga/*.exe
-rtl/amiga/*.o
-rtl/amiga/*.ppu
-rtl/amiga/*.s
-rtl/amiga/fpcmade.*
-rtl/amiga/m68k/*.bak
-rtl/amiga/m68k/*.exe
-rtl/amiga/m68k/*.o
-rtl/amiga/m68k/*.ppu
-rtl/amiga/m68k/*.s
-rtl/amiga/m68k/build-stamp.*
-rtl/amiga/m68k/fpcmade.*
-rtl/amiga/m68k/units
-rtl/amiga/powerpc/*.bak
-rtl/amiga/powerpc/*.exe
-rtl/amiga/powerpc/*.o
-rtl/amiga/powerpc/*.ppu
-rtl/amiga/powerpc/*.s
-rtl/amiga/powerpc/build-stamp.*
-rtl/amiga/powerpc/fpcmade.*
-rtl/amiga/powerpc/units
-rtl/amiga/units
-rtl/arm/*.bak
-rtl/arm/*.exe
-rtl/arm/*.o
-rtl/arm/*.ppu
-rtl/arm/*.s
-rtl/arm/fpcmade.*
-rtl/arm/units
-rtl/atari/*.bak
-rtl/atari/*.exe
-rtl/atari/*.o
-rtl/atari/*.ppu
-rtl/atari/*.s
-rtl/atari/fpcmade.*
-rtl/atari/units
-rtl/avr/*.bak
-rtl/avr/*.exe
-rtl/avr/*.o
-rtl/avr/*.ppu
-rtl/avr/*.s
-rtl/avr/build-stamp.*
-rtl/avr/fpcmade.*
-rtl/avr/units
-rtl/beos/*.bak
-rtl/beos/*.exe
-rtl/beos/*.o
-rtl/beos/*.ppu
-rtl/beos/*.s
-rtl/beos/fpcmade.*
-rtl/beos/i386/*.bak
-rtl/beos/i386/*.exe
-rtl/beos/i386/*.o
-rtl/beos/i386/*.ppu
-rtl/beos/i386/*.s
-rtl/beos/i386/fpcmade.*
-rtl/beos/i386/units
-rtl/beos/units
-rtl/bsd/*.bak
-rtl/bsd/*.exe
-rtl/bsd/*.o
-rtl/bsd/*.ppu
-rtl/bsd/*.s
-rtl/bsd/fpcmade.*
-rtl/bsd/i386/*.bak
-rtl/bsd/i386/*.exe
-rtl/bsd/i386/*.o
-rtl/bsd/i386/*.ppu
-rtl/bsd/i386/*.s
-rtl/bsd/i386/fpcmade.*
-rtl/bsd/i386/units
-rtl/bsd/powerpc/*.bak
-rtl/bsd/powerpc/*.exe
-rtl/bsd/powerpc/*.o
-rtl/bsd/powerpc/*.ppu
-rtl/bsd/powerpc/*.s
-rtl/bsd/powerpc/fpcmade.*
-rtl/bsd/powerpc/units
-rtl/bsd/units
-rtl/bsd/x86_64/*.bak
-rtl/bsd/x86_64/*.exe
-rtl/bsd/x86_64/*.o
-rtl/bsd/x86_64/*.ppu
-rtl/bsd/x86_64/*.s
-rtl/bsd/x86_64/fpcmade.*
-rtl/bsd/x86_64/units
-rtl/common/*.bak
-rtl/common/*.exe
-rtl/common/*.o
-rtl/common/*.ppu
-rtl/common/*.s
-rtl/common/fpcmade.*
-rtl/common/units
-rtl/darwin/*.bak
-rtl/darwin/*.exe
-rtl/darwin/*.o
-rtl/darwin/*.ppu
-rtl/darwin/*.s
-rtl/darwin/arm/*.bak
-rtl/darwin/arm/*.exe
-rtl/darwin/arm/*.o
-rtl/darwin/arm/*.ppu
-rtl/darwin/arm/*.s
-rtl/darwin/arm/build-stamp.*
-rtl/darwin/arm/fpcmade.*
-rtl/darwin/arm/units
-rtl/darwin/fpcmade.*
-rtl/darwin/i386/*.bak
-rtl/darwin/i386/*.exe
-rtl/darwin/i386/*.o
-rtl/darwin/i386/*.ppu
-rtl/darwin/i386/*.s
-rtl/darwin/i386/build-stamp.*
-rtl/darwin/i386/fpcmade.*
-rtl/darwin/i386/units
-rtl/darwin/powerpc/*.bak
-rtl/darwin/powerpc/*.exe
-rtl/darwin/powerpc/*.o
-rtl/darwin/powerpc/*.ppu
-rtl/darwin/powerpc/*.s
-rtl/darwin/powerpc/fpcmade.*
-rtl/darwin/powerpc/units
-rtl/darwin/powerpc64/*.bak
-rtl/darwin/powerpc64/*.exe
-rtl/darwin/powerpc64/*.o
-rtl/darwin/powerpc64/*.ppu
-rtl/darwin/powerpc64/*.s
-rtl/darwin/powerpc64/build-stamp.*
-rtl/darwin/powerpc64/fpcmade.*
-rtl/darwin/powerpc64/units
-rtl/darwin/ppcgen/*.bak
-rtl/darwin/ppcgen/*.exe
-rtl/darwin/ppcgen/*.o
-rtl/darwin/ppcgen/*.ppu
-rtl/darwin/ppcgen/*.s
-rtl/darwin/ppcgen/build-stamp.*
-rtl/darwin/ppcgen/fpcmade.*
-rtl/darwin/ppcgen/units
-rtl/darwin/units
-rtl/darwin/x86/*.bak
-rtl/darwin/x86/*.exe
-rtl/darwin/x86/*.o
-rtl/darwin/x86/*.ppu
-rtl/darwin/x86/*.s
-rtl/darwin/x86/build-stamp.*
-rtl/darwin/x86/fpcmade.*
-rtl/darwin/x86/units
-rtl/darwin/x86_64/*.bak
-rtl/darwin/x86_64/*.exe
-rtl/darwin/x86_64/*.o
-rtl/darwin/x86_64/*.ppu
-rtl/darwin/x86_64/*.s
-rtl/darwin/x86_64/build-stamp.*
-rtl/darwin/x86_64/fpcmade.*
-rtl/darwin/x86_64/units
-rtl/embedded/*.bak
-rtl/embedded/*.exe
-rtl/embedded/*.o
-rtl/embedded/*.ppu
-rtl/embedded/*.s
-rtl/embedded/arm/*.bak
-rtl/embedded/arm/*.exe
-rtl/embedded/arm/*.o
-rtl/embedded/arm/*.ppu
-rtl/embedded/arm/*.s
-rtl/embedded/arm/build-stamp.*
-rtl/embedded/arm/fpcmade.*
-rtl/embedded/arm/units
-rtl/embedded/build-stamp.*
-rtl/embedded/fpcmade.*
-rtl/embedded/units
-rtl/emx/*.bak
-rtl/emx/*.exe
-rtl/emx/*.o
-rtl/emx/*.ppu
-rtl/emx/*.s
-rtl/emx/fpcmade.*
-rtl/emx/units
-rtl/fpcmade.*
-rtl/freebsd/*.bak
-rtl/freebsd/*.exe
-rtl/freebsd/*.o
-rtl/freebsd/*.ppu
-rtl/freebsd/*.s
-rtl/freebsd/fpcmade.*
-rtl/freebsd/i386/*.bak
-rtl/freebsd/i386/*.exe
-rtl/freebsd/i386/*.o
-rtl/freebsd/i386/*.ppu
-rtl/freebsd/i386/*.s
-rtl/freebsd/i386/fpcmade.*
-rtl/freebsd/i386/units
-rtl/freebsd/units
-rtl/freebsd/x86_64/*.bak
-rtl/freebsd/x86_64/*.exe
-rtl/freebsd/x86_64/*.o
-rtl/freebsd/x86_64/*.ppu
-rtl/freebsd/x86_64/*.s
-rtl/freebsd/x86_64/fpcmade.*
-rtl/freebsd/x86_64/units
-rtl/gba/Copia[!!-~]di[!!-~]system.pp
-rtl/gba/backup
-rtl/gba/build_rtl.bat
-rtl/gba/build_rtl_EABI.bat
-rtl/go32v2/*.bak
-rtl/go32v2/*.exe
-rtl/go32v2/*.o
-rtl/go32v2/*.ppu
-rtl/go32v2/*.s
-rtl/go32v2/fpcmade.*
-rtl/go32v2/units
-rtl/haiku/*.bak
-rtl/haiku/*.exe
-rtl/haiku/*.o
-rtl/haiku/*.ppu
-rtl/haiku/*.s
-rtl/haiku/build-stamp.*
-rtl/haiku/fpcmade.*
-rtl/haiku/i386/*.bak
-rtl/haiku/i386/*.exe
-rtl/haiku/i386/*.o
-rtl/haiku/i386/*.ppu
-rtl/haiku/i386/*.s
-rtl/haiku/i386/build-stamp.*
-rtl/haiku/i386/fpcmade.*
-rtl/haiku/i386/units
-rtl/haiku/units
-rtl/i386/*.bak
-rtl/i386/*.exe
-rtl/i386/*.o
-rtl/i386/*.ppu
-rtl/i386/*.s
-rtl/i386/fpcmade.*
-rtl/i386/units
-rtl/inc/*.bak
-rtl/inc/*.exe
-rtl/inc/*.o
-rtl/inc/*.ppu
-rtl/inc/*.s
-rtl/inc/fpcmade.*
-rtl/inc/units
-rtl/linux/*.bak
-rtl/linux/*.exe
-rtl/linux/*.o
-rtl/linux/*.ppu
-rtl/linux/*.s
-rtl/linux/arm/*.bak
-rtl/linux/arm/*.exe
-rtl/linux/arm/*.o
-rtl/linux/arm/*.ppu
-rtl/linux/arm/*.s
-rtl/linux/arm/fpcmade.*
-rtl/linux/arm/units
-rtl/linux/fpcmade.*
-rtl/linux/i386/*.bak
-rtl/linux/i386/*.exe
-rtl/linux/i386/*.o
-rtl/linux/i386/*.ppu
-rtl/linux/i386/*.s
-rtl/linux/i386/fpcmade.*
-rtl/linux/i386/units
-rtl/linux/m68k/*.bak
-rtl/linux/m68k/*.exe
-rtl/linux/m68k/*.o
-rtl/linux/m68k/*.ppu
-rtl/linux/m68k/*.s
-rtl/linux/m68k/fpcmade.*
-rtl/linux/m68k/units
-rtl/linux/mips/*.bak
-rtl/linux/mips/*.exe
-rtl/linux/mips/*.o
-rtl/linux/mips/*.ppu
-rtl/linux/mips/*.s
-rtl/linux/mips/build-stamp.*
-rtl/linux/mips/fpcmade.*
-rtl/linux/mips/units
-rtl/linux/mipsel/*.bak
-rtl/linux/mipsel/*.exe
-rtl/linux/mipsel/*.o
-rtl/linux/mipsel/*.ppu
-rtl/linux/mipsel/*.s
-rtl/linux/mipsel/build-stamp.*
-rtl/linux/mipsel/fpcmade.*
-rtl/linux/mipsel/units
-rtl/linux/powerpc/*.bak
-rtl/linux/powerpc/*.exe
-rtl/linux/powerpc/*.o
-rtl/linux/powerpc/*.ppu
-rtl/linux/powerpc/*.s
-rtl/linux/powerpc/fpcmade.*
-rtl/linux/powerpc/units
-rtl/linux/powerpc64/*.bak
-rtl/linux/powerpc64/*.exe
-rtl/linux/powerpc64/*.o
-rtl/linux/powerpc64/*.ppu
-rtl/linux/powerpc64/*.s
-rtl/linux/powerpc64/build-stamp.*
-rtl/linux/powerpc64/fpcmade.*
-rtl/linux/powerpc64/units
-rtl/linux/sparc/*.bak
-rtl/linux/sparc/*.exe
-rtl/linux/sparc/*.o
-rtl/linux/sparc/*.ppu
-rtl/linux/sparc/*.s
-rtl/linux/sparc/fpcmade.*
-rtl/linux/sparc/units
-rtl/linux/units
-rtl/linux/x86_64/*.bak
-rtl/linux/x86_64/*.exe
-rtl/linux/x86_64/*.o
-rtl/linux/x86_64/*.ppu
-rtl/linux/x86_64/*.s
-rtl/linux/x86_64/fpcmade.*
-rtl/linux/x86_64/units
-rtl/m68k/*.bak
-rtl/m68k/*.exe
-rtl/m68k/*.o
-rtl/m68k/*.ppu
-rtl/m68k/*.s
-rtl/m68k/fpcmade.*
-rtl/m68k/units
-rtl/macos/*.bak
-rtl/macos/*.exe
-rtl/macos/*.o
-rtl/macos/*.ppu
-rtl/macos/*.s
-rtl/macos/fpcmade.*
-rtl/macos/units
-rtl/mips/*.bak
-rtl/mips/*.exe
-rtl/mips/*.o
-rtl/mips/*.ppu
-rtl/mips/*.s
-rtl/mips/build-stamp.*
-rtl/mips/fpcmade.*
-rtl/mips/units
-rtl/mipsel/*.bak
-rtl/mipsel/*.exe
-rtl/mipsel/*.o
-rtl/mipsel/*.ppu
-rtl/mipsel/*.s
-rtl/mipsel/build-stamp.*
-rtl/mipsel/fpcmade.*
-rtl/mipsel/units
-rtl/morphos/*.bak
-rtl/morphos/*.exe
-rtl/morphos/*.o
-rtl/morphos/*.ppu
-rtl/morphos/*.s
-rtl/morphos/fpcmade.*
-rtl/morphos/units
-rtl/nativent/*.bak
-rtl/nativent/*.exe
-rtl/nativent/*.o
-rtl/nativent/*.ppu
-rtl/nativent/*.s
-rtl/nativent/build-stamp.*
-rtl/nativent/ddk/*.bak
-rtl/nativent/ddk/*.exe
-rtl/nativent/ddk/*.o
-rtl/nativent/ddk/*.ppu
-rtl/nativent/ddk/*.s
-rtl/nativent/ddk/build-stamp.*
-rtl/nativent/ddk/fpcmade.*
-rtl/nativent/ddk/units
-rtl/nativent/fpcmade.*
-rtl/nativent/units
-rtl/nds/backup
-rtl/nds/parcheggio
-rtl/nds_new
-rtl/netbsd/*.bak
-rtl/netbsd/*.exe
-rtl/netbsd/*.o
-rtl/netbsd/*.ppu
-rtl/netbsd/*.s
-rtl/netbsd/fpcmade.*
-rtl/netbsd/i386/*.bak
-rtl/netbsd/i386/*.exe
-rtl/netbsd/i386/*.o
-rtl/netbsd/i386/*.ppu
-rtl/netbsd/i386/*.s
-rtl/netbsd/i386/fpcmade.*
-rtl/netbsd/i386/units
-rtl/netbsd/powerpc/*.bak
-rtl/netbsd/powerpc/*.exe
-rtl/netbsd/powerpc/*.o
-rtl/netbsd/powerpc/*.ppu
-rtl/netbsd/powerpc/*.s
-rtl/netbsd/powerpc/fpcmade.*
-rtl/netbsd/powerpc/units
-rtl/netbsd/units
-rtl/netware/*.bak
-rtl/netware/*.exe
-rtl/netware/*.o
-rtl/netware/*.ppu
-rtl/netware/*.s
-rtl/netware/demos/*.bak
-rtl/netware/demos/*.exe
-rtl/netware/demos/*.o
-rtl/netware/demos/*.ppu
-rtl/netware/demos/*.s
-rtl/netware/demos/fpcmade.*
-rtl/netware/demos/units
-rtl/netware/fpcmade.*
-rtl/netware/tests/*.bak
-rtl/netware/tests/*.exe
-rtl/netware/tests/*.o
-rtl/netware/tests/*.ppu
-rtl/netware/tests/*.s
-rtl/netware/tests/fpcmade.*
-rtl/netware/tests/units
-rtl/netware/units
-rtl/netwlibc/*.bak
-rtl/netwlibc/*.exe
-rtl/netwlibc/*.o
-rtl/netwlibc/*.ppu
-rtl/netwlibc/*.s
-rtl/netwlibc/fpcmade.*
-rtl/netwlibc/pre/*.bak
-rtl/netwlibc/pre/*.exe
-rtl/netwlibc/pre/*.o
-rtl/netwlibc/pre/*.ppu
-rtl/netwlibc/pre/*.s
-rtl/netwlibc/pre/fpcmade.*
-rtl/netwlibc/pre/units
-rtl/netwlibc/units
-rtl/objpas/*.bak
-rtl/objpas/*.exe
-rtl/objpas/*.o
-rtl/objpas/*.ppu
-rtl/objpas/*.s
-rtl/objpas/classes/*.bak
-rtl/objpas/classes/*.exe
-rtl/objpas/classes/*.o
-rtl/objpas/classes/*.ppu
-rtl/objpas/classes/*.s
-rtl/objpas/classes/fpcmade.*
-rtl/objpas/classes/units
-rtl/objpas/fpcmade.*
-rtl/objpas/sysutils/*.bak
-rtl/objpas/sysutils/*.exe
-rtl/objpas/sysutils/*.o
-rtl/objpas/sysutils/*.ppu
-rtl/objpas/sysutils/*.s
-rtl/objpas/sysutils/fpcmade.*
-rtl/objpas/sysutils/units
-rtl/objpas/units
-rtl/openbsd/*.bak
-rtl/openbsd/*.exe
-rtl/openbsd/*.o
-rtl/openbsd/*.ppu
-rtl/openbsd/*.s
-rtl/openbsd/fpcmade.*
-rtl/openbsd/i386/*.bak
-rtl/openbsd/i386/*.exe
-rtl/openbsd/i386/*.o
-rtl/openbsd/i386/*.ppu
-rtl/openbsd/i386/*.s
-rtl/openbsd/i386/fpcmade.*
-rtl/openbsd/i386/units
-rtl/openbsd/units
-rtl/os2/*.bak
-rtl/os2/*.exe
-rtl/os2/*.o
-rtl/os2/*.ppu
-rtl/os2/*.s
-rtl/os2/fpcmade.*
-rtl/os2/tests/*.bak
-rtl/os2/tests/*.exe
-rtl/os2/tests/*.o
-rtl/os2/tests/*.ppu
-rtl/os2/tests/*.s
-rtl/os2/tests/fpcmade.*
-rtl/os2/tests/units
-rtl/os2/units
-rtl/palmos/*.bak
-rtl/palmos/*.exe
-rtl/palmos/*.o
-rtl/palmos/*.ppu
-rtl/palmos/*.s
-rtl/palmos/api/*.bak
-rtl/palmos/api/*.exe
-rtl/palmos/api/*.o
-rtl/palmos/api/*.ppu
-rtl/palmos/api/*.s
-rtl/palmos/api/fpcmade.*
-rtl/palmos/api/units
-rtl/palmos/arm/*.bak
-rtl/palmos/arm/*.exe
-rtl/palmos/arm/*.o
-rtl/palmos/arm/*.ppu
-rtl/palmos/arm/*.s
-rtl/palmos/arm/build-stamp.*
-rtl/palmos/arm/fpcmade.*
-rtl/palmos/arm/units
-rtl/palmos/fpcmade.*
-rtl/palmos/m68k/*.bak
-rtl/palmos/m68k/*.exe
-rtl/palmos/m68k/*.o
-rtl/palmos/m68k/*.ppu
-rtl/palmos/m68k/*.s
-rtl/palmos/m68k/build-stamp.*
-rtl/palmos/m68k/fpcmade.*
-rtl/palmos/m68k/units
-rtl/palmos/units
-rtl/powerpc/*.bak
-rtl/powerpc/*.exe
-rtl/powerpc/*.o
-rtl/powerpc/*.ppu
-rtl/powerpc/*.s
-rtl/powerpc/fpcmade.*
-rtl/powerpc/units
-rtl/powerpc64/*.bak
-rtl/powerpc64/*.exe
-rtl/powerpc64/*.o
-rtl/powerpc64/*.ppu
-rtl/powerpc64/*.s
-rtl/powerpc64/build-stamp.*
-rtl/powerpc64/fpcmade.*
-rtl/powerpc64/units
-rtl/qnx/*.bak
-rtl/qnx/*.exe
-rtl/qnx/*.o
-rtl/qnx/*.ppu
-rtl/qnx/*.s
-rtl/qnx/build-stamp.*
-rtl/qnx/fpcmade.*
-rtl/qnx/i386/*.bak
-rtl/qnx/i386/*.exe
-rtl/qnx/i386/*.o
-rtl/qnx/i386/*.ppu
-rtl/qnx/i386/*.s
-rtl/qnx/i386/build-stamp.*
-rtl/qnx/i386/fpcmade.*
-rtl/qnx/i386/units
-rtl/qnx/units
-rtl/solaris/*.bak
-rtl/solaris/*.exe
-rtl/solaris/*.o
-rtl/solaris/*.ppu
-rtl/solaris/*.s
-rtl/solaris/fpcmade.*
-rtl/solaris/i386/*.bak
-rtl/solaris/i386/*.exe
-rtl/solaris/i386/*.o
-rtl/solaris/i386/*.ppu
-rtl/solaris/i386/*.s
-rtl/solaris/i386/fpcmade.*
-rtl/solaris/i386/units
-rtl/solaris/sparc/*.bak
-rtl/solaris/sparc/*.exe
-rtl/solaris/sparc/*.o
-rtl/solaris/sparc/*.ppu
-rtl/solaris/sparc/*.s
-rtl/solaris/sparc/fpcmade.*
-rtl/solaris/sparc/units
-rtl/solaris/units
-rtl/solaris/x86_64/*.bak
-rtl/solaris/x86_64/*.exe
-rtl/solaris/x86_64/*.o
-rtl/solaris/x86_64/*.ppu
-rtl/solaris/x86_64/*.s
-rtl/solaris/x86_64/build-stamp.*
-rtl/solaris/x86_64/fpcmade.*
-rtl/solaris/x86_64/units
-rtl/sparc/*.bak
-rtl/sparc/*.exe
-rtl/sparc/*.o
-rtl/sparc/*.ppu
-rtl/sparc/*.s
-rtl/sparc/fpcmade.*
-rtl/sparc/units
-rtl/symbian/*.bak
-rtl/symbian/*.exe
-rtl/symbian/*.o
-rtl/symbian/*.ppu
-rtl/symbian/*.s
-rtl/symbian/bindings/*.bak
-rtl/symbian/bindings/*.exe
-rtl/symbian/bindings/*.o
-rtl/symbian/bindings/*.ppu
-rtl/symbian/bindings/*.s
-rtl/symbian/bindings/build-stamp.*
-rtl/symbian/bindings/fpcmade.*
-rtl/symbian/bindings/units
-rtl/symbian/build-stamp.*
-rtl/symbian/fpcmade.*
-rtl/symbian/symbianinc/*.bak
-rtl/symbian/symbianinc/*.exe
-rtl/symbian/symbianinc/*.o
-rtl/symbian/symbianinc/*.ppu
-rtl/symbian/symbianinc/*.s
-rtl/symbian/symbianinc/build-stamp.*
-rtl/symbian/symbianinc/fpcmade.*
-rtl/symbian/symbianinc/units
-rtl/symbian/uiqinc/*.bak
-rtl/symbian/uiqinc/*.exe
-rtl/symbian/uiqinc/*.o
-rtl/symbian/uiqinc/*.ppu
-rtl/symbian/uiqinc/*.s
-rtl/symbian/uiqinc/build-stamp.*
-rtl/symbian/uiqinc/fpcmade.*
-rtl/symbian/uiqinc/units
-rtl/symbian/units
-rtl/ucmaps/*.bak
-rtl/ucmaps/*.exe
-rtl/ucmaps/*.o
-rtl/ucmaps/*.ppu
-rtl/ucmaps/*.s
-rtl/ucmaps/fpcmade.*
-rtl/ucmaps/units
-rtl/units
-rtl/unix/*.bak
-rtl/unix/*.exe
-rtl/unix/*.o
-rtl/unix/*.ppu
-rtl/unix/*.s
-rtl/unix/fpcmade.*
-rtl/unix/units
-rtl/watcom/*.bak
-rtl/watcom/*.exe
-rtl/watcom/*.o
-rtl/watcom/*.ppu
-rtl/watcom/*.s
-rtl/watcom/fpcmade.*
-rtl/watcom/units
-rtl/wii/*.bak
-rtl/wii/*.exe
-rtl/wii/*.o
-rtl/wii/*.ppu
-rtl/wii/*.s
-rtl/wii/fpcmade.*
-rtl/wii/units
-rtl/win/*.bak
-rtl/win/*.exe
-rtl/win/*.o
-rtl/win/*.ppu
-rtl/win/*.s
-rtl/win/fpcmade.*
-rtl/win/units
-rtl/win/wininc/*.bak
-rtl/win/wininc/*.exe
-rtl/win/wininc/*.o
-rtl/win/wininc/*.ppu
-rtl/win/wininc/*.s
-rtl/win/wininc/fpcmade.*
-rtl/win/wininc/units
-rtl/win32/*.bak
-rtl/win32/*.exe
-rtl/win32/*.o
-rtl/win32/*.ppu
-rtl/win32/*.s
-rtl/win32/fpcmade.*
-rtl/win32/units
-rtl/win64/*.bak
-rtl/win64/*.exe
-rtl/win64/*.o
-rtl/win64/*.ppu
-rtl/win64/*.s
-rtl/win64/fpcmade.*
-rtl/win64/units
-rtl/wince/*.bak
-rtl/wince/*.exe
-rtl/wince/*.o
-rtl/wince/*.ppu
-rtl/wince/*.s
-rtl/wince/build-stamp.*
-rtl/wince/fpcmade.*
-rtl/wince/units
-rtl/wince/wininc/*.bak
-rtl/wince/wininc/*.exe
-rtl/wince/wininc/*.o
-rtl/wince/wininc/*.ppu
-rtl/wince/wininc/*.s
-rtl/wince/wininc/build-stamp.*
-rtl/wince/wininc/fpcmade.*
-rtl/wince/wininc/units
-rtl/x86_64/*.bak
-rtl/x86_64/*.exe
-rtl/x86_64/*.o
-rtl/x86_64/*.ppu
-rtl/x86_64/*.s
-rtl/x86_64/fpcmade.*
-rtl/x86_64/units
-tests/*.bak
-tests/*.bat
-tests/*.cfg
-tests/*.dsk
-tests/*.exe
-tests/*.ini
-tests/*.o
-tests/*.ppu
-tests/*.s
-tests/bench/*.bak
-tests/bench/*.exe
-tests/bench/*.o
-tests/bench/*.ppu
-tests/bench/*.s
-tests/bench/fpcmade.*
-tests/bench/shootout/*.bak
-tests/bench/shootout/*.exe
-tests/bench/shootout/*.o
-tests/bench/shootout/*.ppu
-tests/bench/shootout/*.s
-tests/bench/shootout/fpcmade.*
-tests/bench/shootout/io/*.bak
-tests/bench/shootout/io/*.exe
-tests/bench/shootout/io/*.o
-tests/bench/shootout/io/*.ppu
-tests/bench/shootout/io/*.s
-tests/bench/shootout/io/fpcmade.*
-tests/bench/shootout/io/units
-tests/bench/shootout/log/*.bak
-tests/bench/shootout/log/*.exe
-tests/bench/shootout/log/*.o
-tests/bench/shootout/log/*.ppu
-tests/bench/shootout/log/*.s
-tests/bench/shootout/log/fpcmade.*
-tests/bench/shootout/log/units
-tests/bench/shootout/obsolete/*.bak
-tests/bench/shootout/obsolete/*.exe
-tests/bench/shootout/obsolete/*.o
-tests/bench/shootout/obsolete/*.ppu
-tests/bench/shootout/obsolete/*.s
-tests/bench/shootout/obsolete/build-stamp.*
-tests/bench/shootout/obsolete/fpcmade.*
-tests/bench/shootout/obsolete/units
-tests/bench/shootout/src/*.bak
-tests/bench/shootout/src/*.exe
-tests/bench/shootout/src/*.o
-tests/bench/shootout/src/*.ppu
-tests/bench/shootout/src/*.s
-tests/bench/shootout/src/fpcmade.*
-tests/bench/shootout/src/units
-tests/bench/shootout/units
-tests/bench/units
-tests/fpcmade.*
-tests/output
-tests/tbf/*.bak
-tests/tbf/*.exe
-tests/tbf/*.o
-tests/tbf/*.ppu
-tests/tbf/*.s
-tests/tbf/fpcmade.*
-tests/tbf/units
-tests/tbs/*.bak
-tests/tbs/*.exe
-tests/tbs/*.o
-tests/tbs/*.ppu
-tests/tbs/*.s
-tests/tbs/fpcmade.*
-tests/tbs/units
-tests/test/*.bak
-tests/test/*.exe
-tests/test/*.o
-tests/test/*.ppu
-tests/test/*.s
-tests/test/alglib/*.bak
-tests/test/alglib/*.exe
-tests/test/alglib/*.o
-tests/test/alglib/*.ppu
-tests/test/alglib/*.s
-tests/test/alglib/build-stamp.*
-tests/test/alglib/fpcmade.*
-tests/test/alglib/units
-tests/test/cg/*.bak
-tests/test/cg/*.exe
-tests/test/cg/*.o
-tests/test/cg/*.ppu
-tests/test/cg/*.s
-tests/test/cg/cdecl/*.bak
-tests/test/cg/cdecl/*.exe
-tests/test/cg/cdecl/*.o
-tests/test/cg/cdecl/*.ppu
-tests/test/cg/cdecl/*.s
-tests/test/cg/cdecl/fpcmade.*
-tests/test/cg/cdecl/units
-tests/test/cg/fpcmade.*
-tests/test/cg/obj/*.bak
-tests/test/cg/obj/*.exe
-tests/test/cg/obj/*.o
-tests/test/cg/obj/*.ppu
-tests/test/cg/obj/*.s
-tests/test/cg/obj/amiga/*.bak
-tests/test/cg/obj/amiga/*.exe
-tests/test/cg/obj/amiga/*.o
-tests/test/cg/obj/amiga/*.ppu
-tests/test/cg/obj/amiga/*.s
-tests/test/cg/obj/amiga/fpcmade.*
-tests/test/cg/obj/amiga/m68k/*.bak
-tests/test/cg/obj/amiga/m68k/*.exe
-tests/test/cg/obj/amiga/m68k/*.o
-tests/test/cg/obj/amiga/m68k/*.ppu
-tests/test/cg/obj/amiga/m68k/*.s
-tests/test/cg/obj/amiga/m68k/fpcmade.*
-tests/test/cg/obj/amiga/m68k/units
-tests/test/cg/obj/amiga/units
-tests/test/cg/obj/beos/*.bak
-tests/test/cg/obj/beos/*.exe
-tests/test/cg/obj/beos/*.o
-tests/test/cg/obj/beos/*.ppu
-tests/test/cg/obj/beos/*.s
-tests/test/cg/obj/beos/build-stamp.*
-tests/test/cg/obj/beos/fpcmade.*
-tests/test/cg/obj/beos/i386/*.bak
-tests/test/cg/obj/beos/i386/*.exe
-tests/test/cg/obj/beos/i386/*.o
-tests/test/cg/obj/beos/i386/*.ppu
-tests/test/cg/obj/beos/i386/*.s
-tests/test/cg/obj/beos/i386/build-stamp.*
-tests/test/cg/obj/beos/i386/fpcmade.*
-tests/test/cg/obj/beos/i386/units
-tests/test/cg/obj/beos/units
-tests/test/cg/obj/darwin/*.bak
-tests/test/cg/obj/darwin/*.exe
-tests/test/cg/obj/darwin/*.o
-tests/test/cg/obj/darwin/*.ppu
-tests/test/cg/obj/darwin/*.s
-tests/test/cg/obj/darwin/arm/*.bak
-tests/test/cg/obj/darwin/arm/*.exe
-tests/test/cg/obj/darwin/arm/*.o
-tests/test/cg/obj/darwin/arm/*.ppu
-tests/test/cg/obj/darwin/arm/*.s
-tests/test/cg/obj/darwin/arm/build-stamp.*
-tests/test/cg/obj/darwin/arm/fpcmade.*
-tests/test/cg/obj/darwin/arm/units
-tests/test/cg/obj/darwin/fpcmade.*
-tests/test/cg/obj/darwin/i386/*.bak
-tests/test/cg/obj/darwin/i386/*.exe
-tests/test/cg/obj/darwin/i386/*.o
-tests/test/cg/obj/darwin/i386/*.ppu
-tests/test/cg/obj/darwin/i386/*.s
-tests/test/cg/obj/darwin/i386/build-stamp.*
-tests/test/cg/obj/darwin/i386/fpcmade.*
-tests/test/cg/obj/darwin/i386/units
-tests/test/cg/obj/darwin/powerpc/*.bak
-tests/test/cg/obj/darwin/powerpc/*.exe
-tests/test/cg/obj/darwin/powerpc/*.o
-tests/test/cg/obj/darwin/powerpc/*.ppu
-tests/test/cg/obj/darwin/powerpc/*.s
-tests/test/cg/obj/darwin/powerpc/fpcmade.*
-tests/test/cg/obj/darwin/powerpc/units
-tests/test/cg/obj/darwin/powerpc64/*.bak
-tests/test/cg/obj/darwin/powerpc64/*.exe
-tests/test/cg/obj/darwin/powerpc64/*.o
-tests/test/cg/obj/darwin/powerpc64/*.ppu
-tests/test/cg/obj/darwin/powerpc64/*.s
-tests/test/cg/obj/darwin/powerpc64/build-stamp.*
-tests/test/cg/obj/darwin/powerpc64/fpcmade.*
-tests/test/cg/obj/darwin/powerpc64/units
-tests/test/cg/obj/darwin/units
-tests/test/cg/obj/darwin/x86_64/*.bak
-tests/test/cg/obj/darwin/x86_64/*.exe
-tests/test/cg/obj/darwin/x86_64/*.o
-tests/test/cg/obj/darwin/x86_64/*.ppu
-tests/test/cg/obj/darwin/x86_64/*.s
-tests/test/cg/obj/darwin/x86_64/build-stamp.*
-tests/test/cg/obj/darwin/x86_64/fpcmade.*
-tests/test/cg/obj/darwin/x86_64/units
-tests/test/cg/obj/fpcmade.*
-tests/test/cg/obj/freebsd/*.bak
-tests/test/cg/obj/freebsd/*.exe
-tests/test/cg/obj/freebsd/*.o
-tests/test/cg/obj/freebsd/*.ppu
-tests/test/cg/obj/freebsd/*.s
-tests/test/cg/obj/freebsd/fpcmade.*
-tests/test/cg/obj/freebsd/i386/*.bak
-tests/test/cg/obj/freebsd/i386/*.exe
-tests/test/cg/obj/freebsd/i386/*.o
-tests/test/cg/obj/freebsd/i386/*.ppu
-tests/test/cg/obj/freebsd/i386/*.s
-tests/test/cg/obj/freebsd/i386/fpcmade.*
-tests/test/cg/obj/freebsd/i386/units
-tests/test/cg/obj/freebsd/units
-tests/test/cg/obj/freebsd/x86_64/*.bak
-tests/test/cg/obj/freebsd/x86_64/*.exe
-tests/test/cg/obj/freebsd/x86_64/*.o
-tests/test/cg/obj/freebsd/x86_64/*.ppu
-tests/test/cg/obj/freebsd/x86_64/*.s
-tests/test/cg/obj/freebsd/x86_64/build-stamp.*
-tests/test/cg/obj/freebsd/x86_64/fpcmade.*
-tests/test/cg/obj/freebsd/x86_64/units
-tests/test/cg/obj/go32v2/*.bak
-tests/test/cg/obj/go32v2/*.exe
-tests/test/cg/obj/go32v2/*.o
-tests/test/cg/obj/go32v2/*.ppu
-tests/test/cg/obj/go32v2/*.s
-tests/test/cg/obj/go32v2/fpcmade.*
-tests/test/cg/obj/go32v2/i386/*.bak
-tests/test/cg/obj/go32v2/i386/*.exe
-tests/test/cg/obj/go32v2/i386/*.o
-tests/test/cg/obj/go32v2/i386/*.ppu
-tests/test/cg/obj/go32v2/i386/*.s
-tests/test/cg/obj/go32v2/i386/fpcmade.*
-tests/test/cg/obj/go32v2/i386/units
-tests/test/cg/obj/go32v2/units
-tests/test/cg/obj/haiku/*.bak
-tests/test/cg/obj/haiku/*.exe
-tests/test/cg/obj/haiku/*.o
-tests/test/cg/obj/haiku/*.ppu
-tests/test/cg/obj/haiku/*.s
-tests/test/cg/obj/haiku/build-stamp.*
-tests/test/cg/obj/haiku/fpcmade.*
-tests/test/cg/obj/haiku/i386/*.bak
-tests/test/cg/obj/haiku/i386/*.exe
-tests/test/cg/obj/haiku/i386/*.o
-tests/test/cg/obj/haiku/i386/*.ppu
-tests/test/cg/obj/haiku/i386/*.s
-tests/test/cg/obj/haiku/i386/build-stamp.*
-tests/test/cg/obj/haiku/i386/fpcmade.*
-tests/test/cg/obj/haiku/i386/units
-tests/test/cg/obj/haiku/units
-tests/test/cg/obj/linux/*.bak
-tests/test/cg/obj/linux/*.exe
-tests/test/cg/obj/linux/*.o
-tests/test/cg/obj/linux/*.ppu
-tests/test/cg/obj/linux/*.s
-tests/test/cg/obj/linux/arm-eabi/*.bak
-tests/test/cg/obj/linux/arm-eabi/*.exe
-tests/test/cg/obj/linux/arm-eabi/*.o
-tests/test/cg/obj/linux/arm-eabi/*.ppu
-tests/test/cg/obj/linux/arm-eabi/*.s
-tests/test/cg/obj/linux/arm-eabi/build-stamp.*
-tests/test/cg/obj/linux/arm-eabi/fpcmade.*
-tests/test/cg/obj/linux/arm-eabi/units
-tests/test/cg/obj/linux/arm/*.bak
-tests/test/cg/obj/linux/arm/*.exe
-tests/test/cg/obj/linux/arm/*.o
-tests/test/cg/obj/linux/arm/*.ppu
-tests/test/cg/obj/linux/arm/*.s
-tests/test/cg/obj/linux/arm/fpcmade.*
-tests/test/cg/obj/linux/arm/units
-tests/test/cg/obj/linux/fpcmade.*
-tests/test/cg/obj/linux/i386/*.bak
-tests/test/cg/obj/linux/i386/*.exe
-tests/test/cg/obj/linux/i386/*.o
-tests/test/cg/obj/linux/i386/*.ppu
-tests/test/cg/obj/linux/i386/*.s
-tests/test/cg/obj/linux/i386/fpcmade.*
-tests/test/cg/obj/linux/i386/units
-tests/test/cg/obj/linux/m68k/*.bak
-tests/test/cg/obj/linux/m68k/*.exe
-tests/test/cg/obj/linux/m68k/*.o
-tests/test/cg/obj/linux/m68k/*.ppu
-tests/test/cg/obj/linux/m68k/*.s
-tests/test/cg/obj/linux/m68k/fpcmade.*
-tests/test/cg/obj/linux/m68k/units
-tests/test/cg/obj/linux/powerpc/*.bak
-tests/test/cg/obj/linux/powerpc/*.exe
-tests/test/cg/obj/linux/powerpc/*.o
-tests/test/cg/obj/linux/powerpc/*.ppu
-tests/test/cg/obj/linux/powerpc/*.s
-tests/test/cg/obj/linux/powerpc/fpcmade.*
-tests/test/cg/obj/linux/powerpc/units
-tests/test/cg/obj/linux/powerpc64/*.bak
-tests/test/cg/obj/linux/powerpc64/*.exe
-tests/test/cg/obj/linux/powerpc64/*.o
-tests/test/cg/obj/linux/powerpc64/*.ppu
-tests/test/cg/obj/linux/powerpc64/*.s
-tests/test/cg/obj/linux/powerpc64/build-stamp.*
-tests/test/cg/obj/linux/powerpc64/fpcmade.*
-tests/test/cg/obj/linux/powerpc64/units
-tests/test/cg/obj/linux/sparc/*.bak
-tests/test/cg/obj/linux/sparc/*.exe
-tests/test/cg/obj/linux/sparc/*.o
-tests/test/cg/obj/linux/sparc/*.ppu
-tests/test/cg/obj/linux/sparc/*.s
-tests/test/cg/obj/linux/sparc/fpcmade.*
-tests/test/cg/obj/linux/sparc/units
-tests/test/cg/obj/linux/units
-tests/test/cg/obj/linux/x86_64/*.bak
-tests/test/cg/obj/linux/x86_64/*.exe
-tests/test/cg/obj/linux/x86_64/*.o
-tests/test/cg/obj/linux/x86_64/*.ppu
-tests/test/cg/obj/linux/x86_64/*.s
-tests/test/cg/obj/linux/x86_64/fpcmade.*
-tests/test/cg/obj/linux/x86_64/units
-tests/test/cg/obj/macos/*.bak
-tests/test/cg/obj/macos/*.exe
-tests/test/cg/obj/macos/*.o
-tests/test/cg/obj/macos/*.ppu
-tests/test/cg/obj/macos/*.s
-tests/test/cg/obj/macos/fpcmade.*
-tests/test/cg/obj/macos/powerpc/*.bak
-tests/test/cg/obj/macos/powerpc/*.exe
-tests/test/cg/obj/macos/powerpc/*.o
-tests/test/cg/obj/macos/powerpc/*.ppu
-tests/test/cg/obj/macos/powerpc/*.s
-tests/test/cg/obj/macos/powerpc/fpcmade.*
-tests/test/cg/obj/macos/powerpc/units
-tests/test/cg/obj/macos/units
-tests/test/cg/obj/netbsd/*.bak
-tests/test/cg/obj/netbsd/*.exe
-tests/test/cg/obj/netbsd/*.o
-tests/test/cg/obj/netbsd/*.ppu
-tests/test/cg/obj/netbsd/*.s
-tests/test/cg/obj/netbsd/fpcmade.*
-tests/test/cg/obj/netbsd/m68k/*.bak
-tests/test/cg/obj/netbsd/m68k/*.exe
-tests/test/cg/obj/netbsd/m68k/*.o
-tests/test/cg/obj/netbsd/m68k/*.ppu
-tests/test/cg/obj/netbsd/m68k/*.s
-tests/test/cg/obj/netbsd/m68k/fpcmade.*
-tests/test/cg/obj/netbsd/m68k/units
-tests/test/cg/obj/netbsd/units
-tests/test/cg/obj/os2/*.bak
-tests/test/cg/obj/os2/*.exe
-tests/test/cg/obj/os2/*.o
-tests/test/cg/obj/os2/*.ppu
-tests/test/cg/obj/os2/*.s
-tests/test/cg/obj/os2/fpcmade.*
-tests/test/cg/obj/os2/i386/*.bak
-tests/test/cg/obj/os2/i386/*.exe
-tests/test/cg/obj/os2/i386/*.o
-tests/test/cg/obj/os2/i386/*.ppu
-tests/test/cg/obj/os2/i386/*.s
-tests/test/cg/obj/os2/i386/fpcmade.*
-tests/test/cg/obj/os2/i386/units
-tests/test/cg/obj/os2/units
-tests/test/cg/obj/solaris/*.bak
-tests/test/cg/obj/solaris/*.exe
-tests/test/cg/obj/solaris/*.o
-tests/test/cg/obj/solaris/*.ppu
-tests/test/cg/obj/solaris/*.s
-tests/test/cg/obj/solaris/build-stamp.*
-tests/test/cg/obj/solaris/fpcmade.*
-tests/test/cg/obj/solaris/i386/*.bak
-tests/test/cg/obj/solaris/i386/*.exe
-tests/test/cg/obj/solaris/i386/*.o
-tests/test/cg/obj/solaris/i386/*.ppu
-tests/test/cg/obj/solaris/i386/*.s
-tests/test/cg/obj/solaris/i386/build-stamp.*
-tests/test/cg/obj/solaris/i386/fpcmade.*
-tests/test/cg/obj/solaris/i386/units
-tests/test/cg/obj/solaris/sparc/*.bak
-tests/test/cg/obj/solaris/sparc/*.exe
-tests/test/cg/obj/solaris/sparc/*.o
-tests/test/cg/obj/solaris/sparc/*.ppu
-tests/test/cg/obj/solaris/sparc/*.s
-tests/test/cg/obj/solaris/sparc/build-stamp.*
-tests/test/cg/obj/solaris/sparc/fpcmade.*
-tests/test/cg/obj/solaris/sparc/units
-tests/test/cg/obj/solaris/units
-tests/test/cg/obj/solaris/x86_64/*.bak
-tests/test/cg/obj/solaris/x86_64/*.exe
-tests/test/cg/obj/solaris/x86_64/*.o
-tests/test/cg/obj/solaris/x86_64/*.ppu
-tests/test/cg/obj/solaris/x86_64/*.s
-tests/test/cg/obj/solaris/x86_64/build-stamp.*
-tests/test/cg/obj/solaris/x86_64/fpcmade.*
-tests/test/cg/obj/solaris/x86_64/units
-tests/test/cg/obj/units
-tests/test/cg/obj/win32/*.bak
-tests/test/cg/obj/win32/*.exe
-tests/test/cg/obj/win32/*.o
-tests/test/cg/obj/win32/*.ppu
-tests/test/cg/obj/win32/*.s
-tests/test/cg/obj/win32/fpcmade.*
-tests/test/cg/obj/win32/i386/*.bak
-tests/test/cg/obj/win32/i386/*.exe
-tests/test/cg/obj/win32/i386/*.o
-tests/test/cg/obj/win32/i386/*.ppu
-tests/test/cg/obj/win32/i386/*.s
-tests/test/cg/obj/win32/i386/fpcmade.*
-tests/test/cg/obj/win32/i386/units
-tests/test/cg/obj/win32/units
-tests/test/cg/obj/win64/*.bak
-tests/test/cg/obj/win64/*.exe
-tests/test/cg/obj/win64/*.o
-tests/test/cg/obj/win64/*.ppu
-tests/test/cg/obj/win64/*.s
-tests/test/cg/obj/win64/build-stamp.*
-tests/test/cg/obj/win64/fpcmade.*
-tests/test/cg/obj/win64/units
-tests/test/cg/obj/win64/x86_64/*.bak
-tests/test/cg/obj/win64/x86_64/*.exe
-tests/test/cg/obj/win64/x86_64/*.o
-tests/test/cg/obj/win64/x86_64/*.ppu
-tests/test/cg/obj/win64/x86_64/*.s
-tests/test/cg/obj/win64/x86_64/build-stamp.*
-tests/test/cg/obj/win64/x86_64/fpcmade.*
-tests/test/cg/obj/win64/x86_64/units
-tests/test/cg/obj/wince/*.bak
-tests/test/cg/obj/wince/*.exe
-tests/test/cg/obj/wince/*.o
-tests/test/cg/obj/wince/*.ppu
-tests/test/cg/obj/wince/*.s
-tests/test/cg/obj/wince/arm/*.bak
-tests/test/cg/obj/wince/arm/*.exe
-tests/test/cg/obj/wince/arm/*.o
-tests/test/cg/obj/wince/arm/*.ppu
-tests/test/cg/obj/wince/arm/*.s
-tests/test/cg/obj/wince/arm/build-stamp.*
-tests/test/cg/obj/wince/arm/fpcmade.*
-tests/test/cg/obj/wince/arm/units
-tests/test/cg/obj/wince/build-stamp.*
-tests/test/cg/obj/wince/fpcmade.*
-tests/test/cg/obj/wince/units
-tests/test/cg/units
-tests/test/cg/variants/*.bak
-tests/test/cg/variants/*.exe
-tests/test/cg/variants/*.o
-tests/test/cg/variants/*.ppu
-tests/test/cg/variants/*.s
-tests/test/cg/variants/build-stamp.*
-tests/test/cg/variants/fpcmade.*
-tests/test/cg/variants/units
-tests/test/fpcmade.*
-tests/test/opt/*.bak
-tests/test/opt/*.exe
-tests/test/opt/*.o
-tests/test/opt/*.ppu
-tests/test/opt/*.s
-tests/test/opt/fpcmade.*
-tests/test/opt/units
-tests/test/packages/*.bak
-tests/test/packages/*.exe
-tests/test/packages/*.o
-tests/test/packages/*.ppu
-tests/test/packages/*.s
-tests/test/packages/build-stamp.*
-tests/test/packages/cocoaint/*.bak
-tests/test/packages/cocoaint/*.exe
-tests/test/packages/cocoaint/*.o
-tests/test/packages/cocoaint/*.ppu
-tests/test/packages/cocoaint/*.s
-tests/test/packages/cocoaint/build-stamp.*
-tests/test/packages/cocoaint/fpcmade.*
-tests/test/packages/cocoaint/units
-tests/test/packages/fcl-base/*.bak
-tests/test/packages/fcl-base/*.exe
-tests/test/packages/fcl-base/*.o
-tests/test/packages/fcl-base/*.ppu
-tests/test/packages/fcl-base/*.s
-tests/test/packages/fcl-base/build-stamp.*
-tests/test/packages/fcl-base/fpcmade.*
-tests/test/packages/fcl-base/units
-tests/test/packages/fcl-db/*.bak
-tests/test/packages/fcl-db/*.exe
-tests/test/packages/fcl-db/*.o
-tests/test/packages/fcl-db/*.ppu
-tests/test/packages/fcl-db/*.s
-tests/test/packages/fcl-db/build-stamp.*
-tests/test/packages/fcl-db/fpcmade.*
-tests/test/packages/fcl-db/units
-tests/test/packages/fcl-process/*.bak
-tests/test/packages/fcl-process/*.exe
-tests/test/packages/fcl-process/*.o
-tests/test/packages/fcl-process/*.ppu
-tests/test/packages/fcl-process/*.s
-tests/test/packages/fcl-process/build-stamp.*
-tests/test/packages/fcl-process/fpcmade.*
-tests/test/packages/fcl-process/units
-tests/test/packages/fcl-registry/*.bak
-tests/test/packages/fcl-registry/*.exe
-tests/test/packages/fcl-registry/*.o
-tests/test/packages/fcl-registry/*.ppu
-tests/test/packages/fcl-registry/*.s
-tests/test/packages/fcl-registry/build-stamp.*
-tests/test/packages/fcl-registry/fpcmade.*
-tests/test/packages/fcl-registry/units
-tests/test/packages/fcl-xml/*.bak
-tests/test/packages/fcl-xml/*.exe
-tests/test/packages/fcl-xml/*.o
-tests/test/packages/fcl-xml/*.ppu
-tests/test/packages/fcl-xml/*.s
-tests/test/packages/fcl-xml/build-stamp.*
-tests/test/packages/fcl-xml/fpcmade.*
-tests/test/packages/fcl-xml/units
-tests/test/packages/fpcmade.*
-tests/test/packages/hash/*.bak
-tests/test/packages/hash/*.exe
-tests/test/packages/hash/*.o
-tests/test/packages/hash/*.ppu
-tests/test/packages/hash/*.s
-tests/test/packages/hash/build-stamp.*
-tests/test/packages/hash/fpcmade.*
-tests/test/packages/hash/units
-tests/test/packages/units
-tests/test/packages/webtbs/*.bak
-tests/test/packages/webtbs/*.exe
-tests/test/packages/webtbs/*.o
-tests/test/packages/webtbs/*.ppu
-tests/test/packages/webtbs/*.s
-tests/test/packages/webtbs/build-stamp.*
-tests/test/packages/webtbs/fpcmade.*
-tests/test/packages/webtbs/units
-tests/test/packages/win-base/*.bak
-tests/test/packages/win-base/*.exe
-tests/test/packages/win-base/*.o
-tests/test/packages/win-base/*.ppu
-tests/test/packages/win-base/*.s
-tests/test/packages/win-base/build-stamp.*
-tests/test/packages/win-base/fpcmade.*
-tests/test/packages/win-base/units
-tests/test/packages/zlib/*.bak
-tests/test/packages/zlib/*.exe
-tests/test/packages/zlib/*.o
-tests/test/packages/zlib/*.ppu
-tests/test/packages/zlib/*.s
-tests/test/packages/zlib/build-stamp.*
-tests/test/packages/zlib/fpcmade.*
-tests/test/packages/zlib/units
-tests/test/units/*.bak
-tests/test/units/*.exe
-tests/test/units/*.o
-tests/test/units/*.ppu
-tests/test/units/*.s
-tests/test/units/classes/*.bak
-tests/test/units/classes/*.exe
-tests/test/units/classes/*.o
-tests/test/units/classes/*.ppu
-tests/test/units/classes/*.s
-tests/test/units/classes/build-stamp.*
-tests/test/units/classes/fpcmade.*
-tests/test/units/classes/units
-tests/test/units/crt/*.bak
-tests/test/units/crt/*.exe
-tests/test/units/crt/*.o
-tests/test/units/crt/*.ppu
-tests/test/units/crt/*.s
-tests/test/units/crt/fpcmade.*
-tests/test/units/crt/units
-tests/test/units/dos/*.bak
-tests/test/units/dos/*.exe
-tests/test/units/dos/*.o
-tests/test/units/dos/*.ppu
-tests/test/units/dos/*.s
-tests/test/units/dos/fpcmade.*
-tests/test/units/dos/units
-tests/test/units/fpcmade.*
-tests/test/units/fpcunit/*.bak
-tests/test/units/fpcunit/*.exe
-tests/test/units/fpcunit/*.o
-tests/test/units/fpcunit/*.ppu
-tests/test/units/fpcunit/*.s
-tests/test/units/fpcunit/build-stamp.*
-tests/test/units/fpcunit/fpcmade.*
-tests/test/units/fpcunit/units
-tests/test/units/math/*.bak
-tests/test/units/math/*.exe
-tests/test/units/math/*.o
-tests/test/units/math/*.ppu
-tests/test/units/math/*.s
-tests/test/units/math/fpcmade.*
-tests/test/units/math/units
-tests/test/units/objects/*.bak
-tests/test/units/objects/*.exe
-tests/test/units/objects/*.o
-tests/test/units/objects/*.ppu
-tests/test/units/objects/*.s
-tests/test/units/objects/fpcmade.*
-tests/test/units/objects/units
-tests/test/units/sharemem/*.bak
-tests/test/units/sharemem/*.exe
-tests/test/units/sharemem/*.o
-tests/test/units/sharemem/*.ppu
-tests/test/units/sharemem/*.s
-tests/test/units/sharemem/build-stamp.*
-tests/test/units/sharemem/fpcmade.*
-tests/test/units/sharemem/units
-tests/test/units/softfpu/*.bak
-tests/test/units/softfpu/*.exe
-tests/test/units/softfpu/*.o
-tests/test/units/softfpu/*.ppu
-tests/test/units/softfpu/*.s
-tests/test/units/softfpu/fpcmade.*
-tests/test/units/softfpu/units
-tests/test/units/strings/*.bak
-tests/test/units/strings/*.exe
-tests/test/units/strings/*.o
-tests/test/units/strings/*.ppu
-tests/test/units/strings/*.s
-tests/test/units/strings/fpcmade.*
-tests/test/units/strings/units
-tests/test/units/strutils/*.bak
-tests/test/units/strutils/*.exe
-tests/test/units/strutils/*.o
-tests/test/units/strutils/*.ppu
-tests/test/units/strutils/*.s
-tests/test/units/strutils/build-stamp.*
-tests/test/units/strutils/fpcmade.*
-tests/test/units/strutils/units
-tests/test/units/system/*.bak
-tests/test/units/system/*.exe
-tests/test/units/system/*.o
-tests/test/units/system/*.ppu
-tests/test/units/system/*.s
-tests/test/units/system/fpcmade.*
-tests/test/units/system/units
-tests/test/units/sysutils/*.bak
-tests/test/units/sysutils/*.exe
-tests/test/units/sysutils/*.o
-tests/test/units/sysutils/*.ppu
-tests/test/units/sysutils/*.s
-tests/test/units/sysutils/fpcmade.*
-tests/test/units/sysutils/units
-tests/test/units/units
-tests/test/units/variants/*.bak
-tests/test/units/variants/*.exe
-tests/test/units/variants/*.o
-tests/test/units/variants/*.ppu
-tests/test/units/variants/*.s
-tests/test/units/variants/fpcmade.*
-tests/test/units/variants/units
-tests/tstunits/*-stamp.*
-tests/tstunits/*.bak
-tests/tstunits/*.exe
-tests/tstunits/*.o
-tests/tstunits/*.ppu
-tests/tstunits/*.s
-tests/tstunits/fpcmade.*
-tests/tstunits/units
-tests/utils/*.bak
-tests/utils/*.exe
-tests/utils/*.o
-tests/utils/*.ppu
-tests/utils/*.s
-tests/utils/fpcmade.*
-tests/utils/macos/*.bak
-tests/utils/macos/*.exe
-tests/utils/macos/*.o
-tests/utils/macos/*.ppu
-tests/utils/macos/*.s
-tests/utils/macos/fpcmade.*
-tests/utils/macos/units
-tests/utils/testsuite/*.bak
-tests/utils/testsuite/*.exe
-tests/utils/testsuite/*.o
-tests/utils/testsuite/*.ppu
-tests/utils/testsuite/*.s
-tests/utils/testsuite/build-stamp.*
-tests/utils/testsuite/fpcmade.*
-tests/utils/testsuite/units
-tests/utils/units
-tests/utils/variants/*.bak
-tests/utils/variants/*.exe
-tests/utils/variants/*.o
-tests/utils/variants/*.ppu
-tests/utils/variants/*.s
-tests/utils/variants/build-stamp.*
-tests/utils/variants/fpcmade.*
-tests/utils/variants/units
-tests/webtbf/*.bak
-tests/webtbf/*.exe
-tests/webtbf/*.o
-tests/webtbf/*.ppu
-tests/webtbf/*.s
-tests/webtbf/fpcmade.*
-tests/webtbf/units
-tests/webtbs/*.bak
-tests/webtbs/*.exe
-tests/webtbs/*.o
-tests/webtbs/*.ppu
-tests/webtbs/*.s
-tests/webtbs/fpcmade.*
-tests/webtbs/tw13840/*.bak
-tests/webtbs/tw13840/*.exe
-tests/webtbs/tw13840/*.o
-tests/webtbs/tw13840/*.ppu
-tests/webtbs/tw13840/*.s
-tests/webtbs/tw13840/build-stamp.*
-tests/webtbs/tw13840/fpcmade.*
-tests/webtbs/tw13840/units
-tests/webtbs/units
-/units
-utils/*.bak
-utils/*.exe
-utils/*.o
-utils/*.ppu
-utils/*.s
-utils/Package.fpc
-utils/bin
-utils/bin2obj
-utils/bin2obj.exe
-utils/data2inc
-utils/data2inc.exe
-utils/debugsvr/*.bak
-utils/debugsvr/*.exe
-utils/debugsvr/*.o
-utils/debugsvr/*.ppu
-utils/debugsvr/*.s
-utils/debugsvr/Package.fpc
-utils/debugsvr/console/*.bak
-utils/debugsvr/console/*.exe
-utils/debugsvr/console/*.o
-utils/debugsvr/console/*.ppu
-utils/debugsvr/console/*.s
-utils/debugsvr/console/Package.fpc
-utils/debugsvr/console/fpcmade.*
-utils/debugsvr/console/units
-utils/debugsvr/fpcmade.*
-utils/debugsvr/gtk/*.bak
-utils/debugsvr/gtk/*.exe
-utils/debugsvr/gtk/*.o
-utils/debugsvr/gtk/*.ppu
-utils/debugsvr/gtk/*.s
-utils/debugsvr/gtk/Package.fpc
-utils/debugsvr/gtk/bitmaps/*.bak
-utils/debugsvr/gtk/bitmaps/*.exe
-utils/debugsvr/gtk/bitmaps/*.o
-utils/debugsvr/gtk/bitmaps/*.ppu
-utils/debugsvr/gtk/bitmaps/*.s
-utils/debugsvr/gtk/bitmaps/Package.fpc
-utils/debugsvr/gtk/bitmaps/fpcmade.*
-utils/debugsvr/gtk/bitmaps/units
-utils/debugsvr/gtk/fpcmade.*
-utils/debugsvr/gtk/units
-utils/debugsvr/units
-utils/delp
-utils/delp.exe
-utils/dxegen/*.bak
-utils/dxegen/*.exe
-utils/dxegen/*.o
-utils/dxegen/*.ppu
-utils/dxegen/*.s
-utils/dxegen/Package.fpc
-utils/dxegen/fpcmade.*
-utils/dxegen/units
-utils/fpcm/*.bak
-utils/fpcm/*.exe
-utils/fpcm/*.o
-utils/fpcm/*.ppu
-utils/fpcm/*.s
-utils/fpcm/Package.fpc
-utils/fpcm/bin
-utils/fpcm/fpcmade.*
-utils/fpcm/fpcmake
-utils/fpcm/units
-utils/fpcmade.*
-utils/fpcmkcfg/bin
-utils/fpcmkcfg/units
-utils/fpcres/*.bak
-utils/fpcres/*.exe
-utils/fpcres/*.o
-utils/fpcres/*.ppu
-utils/fpcres/*.s
-utils/fpcres/Package.fpc
-utils/fpcres/bin
-utils/fpcres/build-stamp.*
-utils/fpcres/fpcmade.*
-utils/fpcres/units
-utils/fpcreslipo/*.bak
-utils/fpcreslipo/*.exe
-utils/fpcreslipo/*.o
-utils/fpcreslipo/*.ppu
-utils/fpcreslipo/*.s
-utils/fpcreslipo/Package.fpc
-utils/fpcreslipo/bin
-utils/fpcreslipo/build-stamp.*
-utils/fpcreslipo/fpcmade.*
-utils/fpcreslipo/units
-utils/fpdoc/*.bak
-utils/fpdoc/*.exe
-utils/fpdoc/*.o
-utils/fpdoc/*.ppu
-utils/fpdoc/*.s
-utils/fpdoc/Package.fpc
-utils/fpdoc/bin
-utils/fpdoc/fpcmade.*
-utils/fpdoc/fpde/*.bak
-utils/fpdoc/fpde/*.exe
-utils/fpdoc/fpde/*.o
-utils/fpdoc/fpde/*.ppu
-utils/fpdoc/fpde/*.s
-utils/fpdoc/fpde/Package.fpc
-utils/fpdoc/fpde/bitmaps/*.bak
-utils/fpdoc/fpde/bitmaps/*.exe
-utils/fpdoc/fpde/bitmaps/*.o
-utils/fpdoc/fpde/bitmaps/*.ppu
-utils/fpdoc/fpde/bitmaps/*.s
-utils/fpdoc/fpde/bitmaps/Package.fpc
-utils/fpdoc/fpde/bitmaps/fpcmade.*
-utils/fpdoc/fpde/bitmaps/units
-utils/fpdoc/fpde/fpcmade.*
-utils/fpdoc/fpde/units
-utils/fpdoc/intl/*.bak
-utils/fpdoc/intl/*.exe
-utils/fpdoc/intl/*.o
-utils/fpdoc/intl/*.ppu
-utils/fpdoc/intl/*.s
-utils/fpdoc/intl/Package.fpc
-utils/fpdoc/intl/fpcmade.*
-utils/fpdoc/intl/units
-utils/fpdoc/units
-utils/fpmake
-utils/fpmake.exe
-utils/fpmc/*.bak
-utils/fpmc/*.exe
-utils/fpmc/*.o
-utils/fpmc/*.ppu
-utils/fpmc/*.s
-utils/fpmc/Package.fpc
-utils/fpmc/fpcmade.*
-utils/fpmc/units
-utils/fppkg/*.bak
-utils/fppkg/*.exe
-utils/fppkg/*.o
-utils/fppkg/*.ppu
-utils/fppkg/*.s
-utils/fppkg/Package.fpc
-utils/fppkg/bin
-utils/fppkg/build-stamp.*
-utils/fppkg/examples/*.bak
-utils/fppkg/examples/*.exe
-utils/fppkg/examples/*.o
-utils/fppkg/examples/*.ppu
-utils/fppkg/examples/*.s
-utils/fppkg/examples/Package.fpc
-utils/fppkg/examples/build-stamp.*
-utils/fppkg/examples/fpcmade.*
-utils/fppkg/examples/units
-utils/fppkg/fpcmade.*
-utils/fppkg/lnet/*.bak
-utils/fppkg/lnet/*.exe
-utils/fppkg/lnet/*.o
-utils/fppkg/lnet/*.ppu
-utils/fppkg/lnet/*.s
-utils/fppkg/lnet/Package.fpc
-utils/fppkg/lnet/build-stamp.*
-utils/fppkg/lnet/fpcmade.*
-utils/fppkg/lnet/sys/*.bak
-utils/fppkg/lnet/sys/*.exe
-utils/fppkg/lnet/sys/*.o
-utils/fppkg/lnet/sys/*.ppu
-utils/fppkg/lnet/sys/*.s
-utils/fppkg/lnet/sys/Package.fpc
-utils/fppkg/lnet/sys/build-stamp.*
-utils/fppkg/lnet/sys/fpcmade.*
-utils/fppkg/lnet/sys/units
-utils/fppkg/lnet/units
-utils/fppkg/units
-utils/fprcp/*.bak
-utils/fprcp/*.exe
-utils/fprcp/*.o
-utils/fprcp/*.ppu
-utils/fprcp/*.s
-utils/fprcp/Package.fpc
-utils/fprcp/bin
-utils/fprcp/fpcmade.*
-utils/fprcp/units
-utils/h2pas/*.bak
-utils/h2pas/*.exe
-utils/h2pas/*.o
-utils/h2pas/*.ppu
-utils/h2pas/*.s
-utils/h2pas/Package.fpc
-utils/h2pas/bin
-utils/h2pas/fpcmade.*
-utils/h2pas/units
-utils/ihx2tzx/*.bak
-utils/ihx2tzx/*.exe
-utils/ihx2tzx/*.o
-utils/ihx2tzx/*.ppu
-utils/ihx2tzx/*.s
-utils/ihx2tzx/Package.fpc
-utils/ihx2tzx/bin
-utils/ihx2tzx/fpcmade.*
-utils/ihx2tzx/units
-utils/ihxutil/*.bak
-utils/ihxutil/*.exe
-utils/ihxutil/*.o
-utils/ihxutil/*.ppu
-utils/ihxutil/*.s
-utils/ihxutil/Package.fpc
-utils/ihxutil/bin
-utils/ihxutil/fpcmade.*
-utils/ihxutil/units
-utils/instantfpc/*.bak
-utils/instantfpc/*.exe
-utils/instantfpc/*.o
-utils/instantfpc/*.ppu
-utils/instantfpc/*.s
-utils/instantfpc/Package.fpc
-utils/instantfpc/bin
-utils/instantfpc/fpcmade.*
-utils/instantfpc/units
-utils/json2pas/*.bak
-utils/json2pas/*.exe
-utils/json2pas/*.o
-utils/json2pas/*.ppu
-utils/json2pas/*.s
-utils/json2pas/Package.fpc
-utils/json2pas/bin
-utils/json2pas/fpcmade.*
-utils/json2pas/units
-utils/mksymbian/*.bak
-utils/mksymbian/*.exe
-utils/mksymbian/*.o
-utils/mksymbian/*.ppu
-utils/mksymbian/*.s
-utils/mksymbian/Package.fpc
-utils/mksymbian/build-stamp.*
-utils/mksymbian/fpcmade.*
-utils/mksymbian/units
-utils/pas2fpm/*.bak
-utils/pas2fpm/*.exe
-utils/pas2fpm/*.o
-utils/pas2fpm/*.ppu
-utils/pas2fpm/*.s
-utils/pas2fpm/Package.fpc
-utils/pas2fpm/bin
-utils/pas2fpm/fpcmade.*
-utils/pas2fpm/units
-utils/pas2jni/*.bak
-utils/pas2jni/*.exe
-utils/pas2jni/*.o
-utils/pas2jni/*.ppu
-utils/pas2jni/*.s
-utils/pas2jni/Package.fpc
-utils/pas2jni/bin
-utils/pas2jni/fpcmade.*
-utils/pas2jni/units
-utils/pas2js/*.bak
-utils/pas2js/*.exe
-utils/pas2js/*.o
-utils/pas2js/*.ppu
-utils/pas2js/*.s
-utils/pas2js/Package.fpc
-utils/pas2js/bin
-utils/pas2js/fpcmade.*
-utils/pas2js/units
-utils/pas2ut/*.bak
-utils/pas2ut/*.exe
-utils/pas2ut/*.o
-utils/pas2ut/*.ppu
-utils/pas2ut/*.s
-utils/pas2ut/Package.fpc
-utils/pas2ut/bin
-utils/pas2ut/fpcmade.*
-utils/pas2ut/units
-utils/postw32
-utils/postw32.exe
-utils/ppdep
-utils/ppdep.exe
-utils/ptop
-utils/ptop.exe
-utils/rmwait/*.bak
-utils/rmwait/*.exe
-utils/rmwait/*.o
-utils/rmwait/*.ppu
-utils/rmwait/*.s
-utils/rmwait/Package.fpc
-utils/rmwait/build-stamp.*
-utils/rmwait/fpcmade.*
-utils/rmwait/units
-utils/rstconv
-utils/rstconv.exe
-utils/sim_pasc/*.bak
-utils/sim_pasc/*.exe
-utils/sim_pasc/*.o
-utils/sim_pasc/*.ppu
-utils/sim_pasc/*.s
-utils/sim_pasc/Package.fpc
-utils/sim_pasc/build-stamp.*
-utils/sim_pasc/fpcmade.*
-utils/sim_pasc/units
-utils/svn2cvs/*.bak
-utils/svn2cvs/*.exe
-utils/svn2cvs/*.o
-utils/svn2cvs/*.ppu
-utils/svn2cvs/*.s
-utils/svn2cvs/Package.fpc
-utils/svn2cvs/build-stamp.*
-utils/svn2cvs/fpcmade.*
-utils/svn2cvs/units
-utils/tply/*.bak
-utils/tply/*.exe
-utils/tply/*.o
-utils/tply/*.ppu
-utils/tply/*.s
-utils/tply/Package.fpc
-utils/tply/bin
-utils/tply/fpcmade.*
-utils/tply/units
-utils/unicode/*.bak
-utils/unicode/*.exe
-utils/unicode/*.o
-utils/unicode/*.ppu
-utils/unicode/*.s
-utils/unicode/Package.fpc
-utils/unicode/bin
-utils/unicode/fpcmade.*
-utils/unicode/units
-utils/units
+*.bak
+*.exe
+*.ppu
+*.pcp
+*.o
+*.s
+*.fpm
+*.a
+*.hex
+*.elf
+*.bin
+*.so
+*.dll
+*.ppl
+.*.swp
+*~
+*.lps
+*.elg
+*.log
+*.obj
+*.asm
+*.rsj
+*.res
+*.orig
+*.rej
+*.patch
+*.diff
+*.lst
+*.app
+fpcmade.*
+*-stamp.*
+build-stamp.*
+log.*
+faillist.*
+longlog.*
+bin
+backup
+lazbuild
+*.wpo
+a.out
+/compiler/ppc*
+!/compiler/ppc*.lpi
+*.lpi
+!/compiler/ppc*.pas
+/compiler/*/pp
+/compiler/utils/fpc
+/compiler/utils/msg2inc
+/compiler/utils/mka64ins
+/compiler/utils/mkz80ins
+/compiler/utils/mkarmins
+/compiler/utils/mkx86ins
+/compiler/utils/ppudump
+/compiler/utils/ppufiles
+/compiler/utils/ppumove
+/compiler/utils/mkx86inl
+/packages/fpmake
+/packages/fpmkunit/units_bs
+/utils/fpmake
+units
+/tests/output
+!/tests/test/units
+bin/
+fpmake

+ 55 - 3
compiler/aarch64/cgcpu.pas

@@ -34,6 +34,9 @@ interface
        rgcpu;
        rgcpu;
 
 
     type
     type
+
+      { tcgaarch64 }
+
       tcgaarch64=class(tcg)
       tcgaarch64=class(tcg)
        protected
        protected
         { changes register size without adding register allocation info }
         { changes register size without adding register allocation info }
@@ -92,6 +95,7 @@ interface
         procedure g_flags2reg(list: TAsmList; size: tcgsize; const f:tresflags; reg: tregister);override;
         procedure g_flags2reg(list: TAsmList; size: tcgsize; const f:tresflags; reg: tregister);override;
         procedure g_overflowcheck(list: TAsmList; const loc: tlocation; def: tdef);override;
         procedure g_overflowcheck(list: TAsmList; const loc: tlocation; def: tdef);override;
         procedure g_overflowcheck_loc(list: TAsmList; const loc: tlocation; def: tdef; ovloc: tlocation);override;
         procedure g_overflowcheck_loc(list: TAsmList; const loc: tlocation; def: tdef; ovloc: tlocation);override;
+        procedure g_stackpointer_alloc(list: TAsmList; localsize: longint);override;
         procedure g_proc_entry(list: TAsmList; localsize: longint; nostackframe: boolean);override;
         procedure g_proc_entry(list: TAsmList; localsize: longint; nostackframe: boolean);override;
         procedure g_proc_exit(list: TAsmList; parasize: longint; nostackframe: boolean);override;
         procedure g_proc_exit(list: TAsmList; parasize: longint; nostackframe: boolean);override;
         procedure g_maybe_got_init(list: TAsmList); override;
         procedure g_maybe_got_init(list: TAsmList); override;
@@ -120,6 +124,7 @@ interface
         C_LT,C_GE,C_LE,C_NE,C_LS,C_CC,C_CS,C_HI
         C_LT,C_GE,C_LE,C_NE,C_LS,C_CC,C_CS,C_HI
       );
       );
 
 
+      winstackpagesize = 4096;
 
 
 implementation
 implementation
 
 
@@ -1809,6 +1814,55 @@ implementation
       end;
       end;
 
 
 
 
+    procedure tcgaarch64.g_stackpointer_alloc(list : TAsmList;localsize : longint);
+      var
+        href : treference;
+        i : integer;
+        again : tasmlabel;
+      begin
+        if localsize>0 then
+         begin
+           { windows guards only a few pages for stack growing,
+             so we have to access every page first              }
+           if (target_info.system=system_aarch64_win64) and
+              (localsize>=winstackpagesize) then
+             begin
+               if localsize div winstackpagesize<=4 then
+                 begin
+                   handle_reg_imm12_reg(list,A_SUB,OS_ADDR,NR_SP,localsize,NR_SP,NR_IP0,false,true);
+                   for i:=1 to localsize div winstackpagesize do
+                     begin
+                       reference_reset_base(href,NR_SP,localsize-i*winstackpagesize+4,ctempposinvalid,4,[]);
+                       list.concat(Taicpu.op_reg_ref(A_STR,NR_WZR,href));
+                     end;
+                   reference_reset_base(href,NR_SP,0,ctempposinvalid,4,[]);
+                   list.concat(Taicpu.op_reg_ref(A_STR,NR_WZR,href));
+                 end
+               else
+                 begin
+                    current_asmdata.getjumplabel(again);
+                    getcpuregister(list,NR_IP0);
+                    a_load_const_reg(list,OS_ADDR,localsize div winstackpagesize,NR_IP0);
+                    a_label(list,again);
+                    handle_reg_imm12_reg(list,A_SUB,OS_ADDR,NR_SP,winstackpagesize,NR_SP,NR_IP1,false,true);
+                    reference_reset_base(href,NR_SP,0,ctempposinvalid,4,[]);
+                    list.concat(Taicpu.op_reg_ref(A_STR,NR_WZR,href));
+                    list.concat(setoppostfix(Taicpu.op_reg_reg_const(A_SUB,NR_IP0,NR_IP0,1),PF_S));
+                    a_jmp_cond(list,OC_NE,again);
+                    handle_reg_imm12_reg(list,A_SUB,OS_ADDR,NR_SP,localsize mod winstackpagesize,NR_SP,NR_IP1,false,true);
+                    ungetcpuregister(list,NR_IP0);
+                 end
+             end
+           else
+             begin
+               handle_reg_imm12_reg(list,A_SUB,OS_ADDR,NR_SP,localsize,NR_SP,NR_IP0,false,true);
+               if target_info.system=system_aarch64_win64 then
+                 list.concat(cai_seh_directive.create_offset(ash_stackalloc,localsize));
+             end;
+         end;
+      end;
+
+
     procedure tcgaarch64.g_proc_entry(list: TAsmList; localsize: longint; nostackframe: boolean);
     procedure tcgaarch64.g_proc_entry(list: TAsmList; localsize: longint; nostackframe: boolean);
       var
       var
         hitem: tlinkedlistitem;
         hitem: tlinkedlistitem;
@@ -1870,9 +1924,7 @@ implementation
               begin
               begin
                 localsize:=align(localsize,16);
                 localsize:=align(localsize,16);
                 current_procinfo.final_localsize:=localsize;
                 current_procinfo.final_localsize:=localsize;
-                handle_reg_imm12_reg(list,A_SUB,OS_ADDR,NR_SP,localsize,NR_SP,NR_IP0,false,true);
-                if target_info.system=system_aarch64_win64 then
-                  list.concat(cai_seh_directive.create_offset(ash_stackalloc,localsize));
+                g_stackpointer_alloc(list,localsize);
               end;
               end;
             { By default, we use the frame pointer to access parameters passed via
             { By default, we use the frame pointer to access parameters passed via
               the stack and the stack pointer to address local variables and temps
               the stack and the stack pointer to address local variables and temps

+ 16 - 18
compiler/aoptobj.pas

@@ -2002,10 +2002,7 @@ Unit AoptObj;
 {$ifdef cpudelayslot}
 {$ifdef cpudelayslot}
                         RemoveDelaySlot(p);
                         RemoveDelaySlot(p);
 {$endif cpudelayslot}
 {$endif cpudelayslot}
-                        UpdateUsedRegs(tai(p.Next));
-                        AsmL.Remove(p);
-                        p.Free;
-                        p := hp1;
+                        RemoveCurrentP(p, hp1);
 
 
                         Result := True;
                         Result := True;
                         Exit;
                         Exit;
@@ -2043,8 +2040,7 @@ Unit AoptObj;
 {$ifdef cpudelayslot}
 {$ifdef cpudelayslot}
                             RemoveDelaySlot(hp1);
                             RemoveDelaySlot(hp1);
 {$endif cpudelayslot}
 {$endif cpudelayslot}
-                            asml.remove(hp1);
-                            hp1.free;
+                            RemoveInstruction(hp1);
 
 
                             stoploop := False;
                             stoploop := False;
 
 
@@ -2081,7 +2077,7 @@ Unit AoptObj;
                 else
                 else
                   begin
                   begin
                     { Do not try to optimize if the test generating the condition
                     { Do not try to optimize if the test generating the condition
-                      is the same instruction, like 'bne	$v0,$zero,.Lj3' for MIPS }
+                      is the same instruction, like 'bne $v0,$zero,.Lj3' for MIPS }
                     if (taicpu(p).ops>1) or (taicpu(hp1).ops>1) then
                     if (taicpu(p).ops>1) or (taicpu(hp1).ops>1) then
                       exit;
                       exit;
 
 
@@ -2089,7 +2085,8 @@ Unit AoptObj;
                         jmp<cond1>    @Lbl1
                         jmp<cond1>    @Lbl1
                         jmp<cond2>    @Lbl2
                         jmp<cond2>    @Lbl2
 
 
-                        Remove 2nd jump if conditions are equal or cond2 is fully covered by cond1
+                        Remove 2nd jump if conditions are equal or cond2 is a subset of cond1
+                        (as if the first jump didn't branch, then neither will the 2nd)
                     }
                     }
 
 
                     if condition_in(taicpu(hp1).condition, taicpu(p).condition) then
                     if condition_in(taicpu(hp1).condition, taicpu(p).condition) then
@@ -2098,9 +2095,10 @@ Unit AoptObj;
 
 
                         NCJLabel.decrefs;
                         NCJLabel.decrefs;
                         GetNextInstruction(hp1, hp2);
                         GetNextInstruction(hp1, hp2);
-
-                        AsmL.Remove(hp1);
-                        hp1.Free;
+{$ifdef cpudelayslot}
+                        RemoveDelaySlot(hp1);
+{$endif cpudelayslot}
+                        RemoveInstruction(hp1);
 
 
                         hp1 := hp2;
                         hp1 := hp2;
 
 
@@ -2114,9 +2112,9 @@ Unit AoptObj;
                         jmp<cond1>  @Lbl1
                         jmp<cond1>  @Lbl1
                         jmp<cond2>  @Lbl2
                         jmp<cond2>  @Lbl2
 
 
-                      And inv(cond2) is a subset of cond1 (e.g. je followed by jne, or jae followed by jbe) )
+                      And inv(cond1) is a subset of cond2 (e.g. je followed by jne, or jae followed by jbe) )
                     }
                     }
-                    if condition_in(inverse_cond(taicpu(hp1).condition), taicpu(p).condition) then
+                    if condition_in(inverse_cond(taicpu(p).condition), taicpu(hp1).condition) then
                       begin
                       begin
                         GetNextInstruction(hp1, hp2);
                         GetNextInstruction(hp1, hp2);
 
 
@@ -2124,16 +2122,16 @@ Unit AoptObj;
                           the first jump completely }
                           the first jump completely }
                         if FindLabel(CJLabel, hp2) then
                         if FindLabel(CJLabel, hp2) then
                           begin
                           begin
+                            { However, to be absolutely correct, cond2 must be changed to inv(cond1) }
+                            taicpu(hp1).condition := inverse_cond(taicpu(p).condition);
+
                             DebugMsg(SPeepholeOptimization+'jmp<cond> before jmp<inv_cond> - removed first jump',p);
                             DebugMsg(SPeepholeOptimization+'jmp<cond> before jmp<inv_cond> - removed first jump',p);
 
 
                             CJLabel.decrefs;
                             CJLabel.decrefs;
 {$ifdef cpudelayslot}
 {$ifdef cpudelayslot}
                             RemoveDelaySlot(p);
                             RemoveDelaySlot(p);
 {$endif cpudelayslot}
 {$endif cpudelayslot}
-                            UpdateUsedRegs(tai(p.Next));
-                            AsmL.Remove(p);
-                            p.Free;
-                            p := hp1;
+                            RemoveCurrentP(p, hp1);
 
 
                             Result := True;
                             Result := True;
                             Exit;
                             Exit;
@@ -2146,7 +2144,7 @@ Unit AoptObj;
                             improve this particular optimisation to work on AVR,
                             improve this particular optimisation to work on AVR,
                             please do. [Kit] }
                             please do. [Kit] }
                           begin
                           begin
-                            { Since cond1 is a subset of inv(cond2), jmp<cond2> will always branch if
+                            { Since inv(cond1) is a subset of cond2, jmp<cond2> will always branch if
                               jmp<cond1> does not, so change jmp<cond2> to an unconditional jump. }
                               jmp<cond1> does not, so change jmp<cond2> to an unconditional jump. }
 
 
                             DebugMsg(SPeepholeOptimization+'jmp<cond> before jmp<inv_cond> - made second jump unconditional',p);
                             DebugMsg(SPeepholeOptimization+'jmp<cond> before jmp<inv_cond> - made second jump unconditional',p);

+ 24 - 12
compiler/fppu.pas

@@ -538,7 +538,7 @@ var
 
 
        var
        var
          fnd : boolean;
          fnd : boolean;
-         hs  : TPathStr;
+         hs : TPathStr;
          nsitem : TCmdStrListItem;
          nsitem : TCmdStrListItem;
        begin
        begin
          if shortname then
          if shortname then
@@ -1129,20 +1129,32 @@ var
                else
                else
                 begin
                 begin
                   { check the date of the source files:
                   { check the date of the source files:
-                     1 path of ppu
-                     2 path of main source
-                     3 current dir
-                     4 include/unit path }
-                  Source_Time:=GetNamedFileTime(path+hs);
+                     1 path of sourcefn
+                     2 path of ppu
+                     3 path of main source
+                     4 current dir
+                     5 include/unit path }
                   found:=false;
                   found:=false;
-                  if Source_Time<>-1 then
-                    hs:=path+hs
-                  else
-                   if not(is_main) then
+                  if sourcefn<>'' then
+                  begin
+                    temp_dir:=ExtractFilePath(SetDirSeparators(sourcefn));
+                    Source_Time:=GetNamedFileTime(temp_dir+hs);
+                    if Source_Time<>-1 then
+                      hs:=temp_dir+hs;
+                  end else
+                    Source_Time:=-1;
+                  if Source_Time=-1 then
                     begin
                     begin
-                      Source_Time:=GetNamedFileTime(main_dir+hs);
+                      Source_Time:=GetNamedFileTime(path+hs);
                       if Source_Time<>-1 then
                       if Source_Time<>-1 then
-                        hs:=main_dir+hs;
+                        hs:=path+hs
+                      else
+                       if not(is_main) then
+                        begin
+                          Source_Time:=GetNamedFileTime(main_dir+hs);
+                          if Source_Time<>-1 then
+                            hs:=main_dir+hs;
+                        end;
                     end;
                     end;
                   if Source_Time=-1 then
                   if Source_Time=-1 then
                     Source_Time:=GetNamedFileTime(hs);
                     Source_Time:=GetNamedFileTime(hs);

+ 22 - 15
compiler/hlcgobj.pas

@@ -5414,29 +5414,36 @@ implementation
            (po_nostackframe in current_procinfo.procdef.procoptions)
            (po_nostackframe in current_procinfo.procdef.procoptions)
           )
           )
          ) then
          ) then
-        exit;
-
-      { constructors return self }
-      if current_procinfo.procdef.generate_safecall_wrapper then
         begin
         begin
-          if not current_procinfo.procdef.get_safecall_funcretsym_info(ressym,retdef) then
-            internalerror(2019112402);
-          gen_load_loc_function_result(list,retdef,tabstractnormalvarsym(ressym).localloc);
+          ressym:=current_procinfo.procdef.funcretsym;
+          if not assigned(ressym) then
+            exit;
         end
         end
       else
       else
         begin
         begin
-          if not current_procinfo.procdef.get_funcretsym_info(ressym,retdef) then
-            internalerror(2018122501);
-          if (ressym.refs>0) or
-             is_managed_type(retdef) then
+          { constructors return self }
+          if current_procinfo.procdef.generate_safecall_wrapper then
             begin
             begin
-              { was: don't do anything if funcretloc.loc in [LOC_INVALID,LOC_REFERENCE] }
-              if not paramanager.ret_in_param(current_procinfo.procdef.returndef,current_procinfo.procdef) then
-                gen_load_loc_function_result(list,retdef,tabstractnormalvarsym(ressym).localloc);
+              if not current_procinfo.procdef.get_safecall_funcretsym_info(ressym,retdef) then
+                internalerror(2019112402);
+              gen_load_loc_function_result(list,retdef,tabstractnormalvarsym(ressym).localloc);
             end
             end
           else
           else
-            gen_load_uninitialized_function_result(list,current_procinfo.procdef,retdef,current_procinfo.procdef.funcretloc[calleeside]);
+            begin
+              if not current_procinfo.procdef.get_funcretsym_info(ressym,retdef) then
+                internalerror(2018122501);
+              if (ressym.refs>0) or
+                 is_managed_type(retdef) then
+                begin
+                  { was: don't do anything if funcretloc.loc in [LOC_INVALID,LOC_REFERENCE] }
+                  if not paramanager.ret_in_param(current_procinfo.procdef.returndef,current_procinfo.procdef) then
+                    gen_load_loc_function_result(list,retdef,tabstractnormalvarsym(ressym).localloc);
+                end
+              else
+                gen_load_uninitialized_function_result(list,current_procinfo.procdef,retdef,current_procinfo.procdef.funcretloc[calleeside]);
+            end;
         end;
         end;
+
       if tabstractnormalvarsym(ressym).localloc.loc=LOC_REFERENCE then
       if tabstractnormalvarsym(ressym).localloc.loc=LOC_REFERENCE then
         tg.UnGetLocal(list,tabstractnormalvarsym(ressym).localloc.reference);
         tg.UnGetLocal(list,tabstractnormalvarsym(ressym).localloc.reference);
     end;
     end;

+ 5 - 0
compiler/i386/aoptcpu.pas

@@ -100,6 +100,8 @@ unit aoptcpu;
                     Result:=PrePeepholeOptIMUL(p);
                     Result:=PrePeepholeOptIMUL(p);
                   A_SAR,A_SHR:
                   A_SAR,A_SHR:
                     Result:=PrePeepholeOptSxx(p);
                     Result:=PrePeepholeOptSxx(p);
+                  A_AND:
+                    Result:=PrePeepholeOptAND(p);
                   A_XOR:
                   A_XOR:
                     begin
                     begin
                       if (taicpu(p).oper[0]^.typ = top_reg) and
                       if (taicpu(p).oper[0]^.typ = top_reg) and
@@ -223,6 +225,9 @@ unit aoptcpu;
                 A_MOVSD,
                 A_MOVSD,
                 A_MOVSS:
                 A_MOVSS:
                   Result:=OptPass1MOVXX(p);
                   Result:=OptPass1MOVXX(p);
+                A_SHRX,
+                A_SHLX:
+                  Result:=OptPass1SHXX(p);
                 else
                 else
                   ;
                   ;
               end;
               end;

+ 1 - 1
compiler/i386/i386prop.inc

@@ -389,7 +389,7 @@
 (Ch: [Ch_All]),
 (Ch: [Ch_All]),
 (Ch: [Ch_All]),
 (Ch: [Ch_All]),
 (Ch: [Ch_All]),
 (Ch: [Ch_All]),
-(Ch: [Ch_ROp1, Ch_RWOp2, Ch_RFLAGScc]),
+(Ch: [Ch_ROp1, Ch_WOp2, Ch_RFLAGScc]),
 (Ch: [Ch_RFLAGScc]),
 (Ch: [Ch_RFLAGScc]),
 (Ch: [Ch_RFLAGScc, Ch_WOp1]),
 (Ch: [Ch_RFLAGScc, Ch_WOp1]),
 (Ch: [Ch_RWESI, Ch_WMemEDI, Ch_RWEDI, Ch_RDirFlag]),
 (Ch: [Ch_RWESI, Ch_WMemEDI, Ch_RWEDI, Ch_RDirFlag]),

+ 1 - 1
compiler/i8086/i8086prop.inc

@@ -389,7 +389,7 @@
 (Ch: [Ch_All]),
 (Ch: [Ch_All]),
 (Ch: [Ch_All]),
 (Ch: [Ch_All]),
 (Ch: [Ch_All]),
 (Ch: [Ch_All]),
-(Ch: [Ch_ROp1, Ch_RWOp2, Ch_RFLAGScc]),
+(Ch: [Ch_ROp1, Ch_WOp2, Ch_RFLAGScc]),
 (Ch: [Ch_RFLAGScc]),
 (Ch: [Ch_RFLAGScc]),
 (Ch: [Ch_RFLAGScc, Ch_WOp1]),
 (Ch: [Ch_RFLAGScc, Ch_WOp1]),
 (Ch: [Ch_RWESI, Ch_WMemEDI, Ch_RWEDI, Ch_RDirFlag]),
 (Ch: [Ch_RWESI, Ch_WMemEDI, Ch_RWEDI, Ch_RDirFlag]),

+ 2 - 1
compiler/msg/errore.msg

@@ -2929,7 +2929,7 @@ asmr_e_unknown_field=07145_E_Unknown field identifier
 #
 #
 # Assembler/binary writers
 # Assembler/binary writers
 #
 #
-# 08035 is the last used one
+# 08036 is the last used one
 #
 #
 asmw_f_too_many_asm_files=08000_F_Too many assembler files
 asmw_f_too_many_asm_files=08000_F_Too many assembler files
 % With smartlinking enabled, there are too many assembler
 % With smartlinking enabled, there are too many assembler
@@ -2986,6 +2986,7 @@ asmw_e_instruction_not_supported_by_cpu=08032_E_Instruction not supported by the
 asmw_e_brxx_out_of_range=08033_E_Asm: conditional branch destination is out of range
 asmw_e_brxx_out_of_range=08033_E_Asm: conditional branch destination is out of range
 asmw_e_illegal_use_of_rip=08034_E_Asm: RIP cannot be used as index register or with another register in a reference
 asmw_e_illegal_use_of_rip=08034_E_Asm: RIP cannot be used as index register or with another register in a reference
 asmw_e_seh_invalid_data_size=08035_F_Illegal function size for SEH function
 asmw_e_seh_invalid_data_size=08035_F_Illegal function size for SEH function
+asmw_e_illegal_use_of_sp=08036_E_Asm: ESP/RSP cannot be used as index register
 #
 #
 # Executing linker/assembler
 # Executing linker/assembler
 #
 #

+ 3 - 2
compiler/msgidx.inc

@@ -895,6 +895,7 @@ const
   asmw_e_brxx_out_of_range=08033;
   asmw_e_brxx_out_of_range=08033;
   asmw_e_illegal_use_of_rip=08034;
   asmw_e_illegal_use_of_rip=08034;
   asmw_e_seh_invalid_data_size=08035;
   asmw_e_seh_invalid_data_size=08035;
+  asmw_e_illegal_use_of_sp=08036;
   exec_w_source_os_redefined=09000;
   exec_w_source_os_redefined=09000;
   exec_i_assembling_pipe=09001;
   exec_i_assembling_pipe=09001;
   exec_d_cant_create_asmfile=09002;
   exec_d_cant_create_asmfile=09002;
@@ -1139,9 +1140,9 @@ const
   option_info=11024;
   option_info=11024;
   option_help_pages=11025;
   option_help_pages=11025;
 
 
-  MsgTxtSize = 87808;
+  MsgTxtSize = 87862;
 
 
   MsgIdxMax : array[1..20] of longint=(
   MsgIdxMax : array[1..20] of longint=(
-    28,107,361,131,99,63,146,36,223,68,
+    28,107,361,131,99,63,146,37,223,68,
     64,20,30,1,1,1,1,1,1,1
     64,20,30,1,1,1,1,1,1,1
   );
   );

File diff suppressed because it is too large
+ 281 - 283
compiler/msgtxt.inc


+ 1 - 8
compiler/pexpr.pas

@@ -225,7 +225,6 @@ implementation
 
 
      function gen_c_style_operator(ntyp:tnodetype;p1,p2:tnode) : tnode;
      function gen_c_style_operator(ntyp:tnodetype;p1,p2:tnode) : tnode;
        var
        var
-         hp    : tnode;
          hdef  : tdef;
          hdef  : tdef;
          temp  : ttempcreatenode;
          temp  : ttempcreatenode;
          newstatement : tstatementnode;
          newstatement : tstatementnode;
@@ -240,13 +239,7 @@ implementation
                result can be wrong }
                result can be wrong }
            end;
            end;
 
 
-         hp:=p1;
-         while assigned(hp) and
-               (hp.nodetype in [derefn,subscriptn,vecn,typeconvn]) do
-           hp:=tunarynode(hp).left;
-         if not assigned(hp) then
-           internalerror(200410121);
-         if (hp.nodetype=calln) then
+         if might_have_sideeffects(p1,[]) then
            begin
            begin
              typecheckpass(p1);
              typecheckpass(p1);
              result:=internalstatements(newstatement);
              result:=internalstatements(newstatement);

+ 3 - 0
compiler/pgenutil.pas

@@ -116,6 +116,9 @@ uses
         { integer ords are compatible with float }
         { integer ords are compatible with float }
         else if (param1.typ=orddef) and is_integer(param1) and (param2.typ=floatdef) then
         else if (param1.typ=orddef) and is_integer(param1) and (param2.typ=floatdef) then
           result:=true
           result:=true
+        { chars are compatible with stringdef }
+        else if (param1.typ=orddef) and is_char(param1) and (param2.typ=stringdef) then
+          result:=true
         { undefined def is compatible with all types }
         { undefined def is compatible with all types }
         else if param2.typ=undefineddef then
         else if param2.typ=undefineddef then
           result:=true
           result:=true

+ 2 - 0
compiler/x86/aasmcpu.pas

@@ -2584,6 +2584,8 @@ implementation
            if ((br=NR_RIP) and (ir<>NR_NO)) or
            if ((br=NR_RIP) and (ir<>NR_NO)) or
              (ir=NR_RIP) then
              (ir=NR_RIP) then
              message(asmw_e_illegal_use_of_rip);
              message(asmw_e_illegal_use_of_rip);
+           if ir=NR_STACK_POINTER_REG then
+             Message(asmw_e_illegal_use_of_sp);
            { 16 bit? }
            { 16 bit? }
 
 
            if ((ir<>NR_NO) and (isub in [R_SUBMMX,R_SUBMMY,R_SUBMMZ]) and
            if ((ir<>NR_NO) and (isub in [R_SUBMMX,R_SUBMMY,R_SUBMMZ]) and

+ 571 - 103
compiler/x86/aoptx86.pas

@@ -127,6 +127,7 @@ unit aoptx86;
 
 
         function PrePeepholeOptSxx(var p : tai) : boolean;
         function PrePeepholeOptSxx(var p : tai) : boolean;
         function PrePeepholeOptIMUL(var p : tai) : boolean;
         function PrePeepholeOptIMUL(var p : tai) : boolean;
+        function PrePeepholeOptAND(var p : tai) : boolean;
 
 
         function OptPass1Test(var p: tai): boolean;
         function OptPass1Test(var p: tai): boolean;
         function OptPass1Add(var p: tai): boolean;
         function OptPass1Add(var p: tai): boolean;
@@ -147,6 +148,7 @@ unit aoptx86;
         function OptPass1VPXor(var p: tai): boolean;
         function OptPass1VPXor(var p: tai): boolean;
         function OptPass1Imul(var p : tai) : boolean;
         function OptPass1Imul(var p : tai) : boolean;
         function OptPass1Jcc(var p : tai) : boolean;
         function OptPass1Jcc(var p : tai) : boolean;
+        function OptPass1SHXX(var p: tai): boolean;
 
 
         function OptPass2Movx(var p : tai): Boolean;
         function OptPass2Movx(var p : tai): Boolean;
         function OptPass2MOV(var p : tai) : boolean;
         function OptPass2MOV(var p : tai) : boolean;
@@ -1214,17 +1216,31 @@ unit aoptx86;
       end;
       end;
 
 
 
 
+    function TX86AsmOptimizer.PrePeepholeOptAND(var p : tai) : boolean;
+      begin
+        Result := False;
+        if MatchOperand(taicpu(p).oper[0]^, 0) and
+          not RegInUsedRegs(NR_DEFAULTFLAGS, UsedRegs) then
+          begin
+            DebugMsg(SPeepholeOptimization + 'AND 0 -> MOV 0', p);
+            taicpu(p).opcode := A_MOV;
+            Result := True;
+          end;
+      end;
+
+
     function TX86AsmOptimizer.RegLoadedWithNewValue(reg: tregister; hp: tai): boolean;
     function TX86AsmOptimizer.RegLoadedWithNewValue(reg: tregister; hp: tai): boolean;
       var
       var
-        p: taicpu;
+        p: taicpu absolute hp;
+        i: Integer;
       begin
       begin
+        Result := False;
         if not assigned(hp) or
         if not assigned(hp) or
            (hp.typ <> ait_instruction) then
            (hp.typ <> ait_instruction) then
-         begin
-           Result := false;
-           exit;
-         end;
-        p := taicpu(hp);
+         Exit;
+
+//        p := taicpu(hp);
+        Prefetch(insprop[p.opcode]);
         if SuperRegistersEqual(reg,NR_DEFAULTFLAGS) then
         if SuperRegistersEqual(reg,NR_DEFAULTFLAGS) then
           with insprop[p.opcode] do
           with insprop[p.opcode] do
             begin
             begin
@@ -1261,87 +1277,322 @@ unit aoptx86;
               end;
               end;
               exit;
               exit;
             end;
             end;
-        Result :=
-          (((p.opcode = A_MOV) or
-            (p.opcode = A_MOVZX) or
-            (p.opcode = A_MOVSX) or
-            (p.opcode = A_LEA) or
-            (p.opcode = A_VMOVSS) or
-            (p.opcode = A_VMOVSD) or
-            (p.opcode = A_VMOVAPD) or
-            (p.opcode = A_VMOVAPS) or
-            (p.opcode = A_VMOVQ) or
-            (p.opcode = A_MOVSS) or
-            (p.opcode = A_MOVSD) or
-            (p.opcode = A_MOVQ) or
-            (p.opcode = A_MOVAPD) or
-            (p.opcode = A_MOVAPS) or
-{$ifndef x86_64}
-            (p.opcode = A_LDS) or
-            (p.opcode = A_LES) or
-{$endif not x86_64}
-            (p.opcode = A_LFS) or
-            (p.opcode = A_LGS) or
-            (p.opcode = A_LSS)) and
-           (p.ops=2) and  { A_MOVSD can have zero operands, so this check is needed }
-           (p.oper[1]^.typ = top_reg) and
-           (Reg1WriteOverwritesReg2Entirely(p.oper[1]^.reg,reg)) and
-           ((p.oper[0]^.typ = top_const) or
-            ((p.oper[0]^.typ = top_reg) and
-             not(Reg1ReadDependsOnReg2(p.oper[0]^.reg,reg))) or
-            ((p.oper[0]^.typ = top_ref) and
-             not RegInRef(reg,p.oper[0]^.ref^)))) or
-          ((p.opcode = A_POP) and
-           (Reg1WriteOverwritesReg2Entirely(p.oper[0]^.reg,reg))) or
-          ((p.opcode = A_IMUL) and
-           (p.ops=3) and
-           (Reg1WriteOverwritesReg2Entirely(p.oper[2]^.reg,reg)) and
-           (((p.oper[1]^.typ=top_reg) and not(Reg1ReadDependsOnReg2(p.oper[1]^.reg,reg))) or
-            ((p.oper[1]^.typ=top_ref) and not(RegInRef(reg,p.oper[1]^.ref^))))) or
-          ((((p.opcode = A_IMUL) or
-             (p.opcode = A_MUL)) and
-            (p.ops=1)) and
-           (((p.oper[0]^.typ=top_reg) and not(Reg1ReadDependsOnReg2(p.oper[0]^.reg,reg))) or
-            ((p.oper[0]^.typ=top_ref) and not(RegInRef(reg,p.oper[0]^.ref^)))) and
-           (((p.opsize=S_B) and Reg1WriteOverwritesReg2Entirely(NR_AX,reg) and not(Reg1ReadDependsOnReg2(NR_AL,reg))) or
-            ((p.opsize=S_W) and Reg1WriteOverwritesReg2Entirely(NR_DX,reg)) or
-            ((p.opsize=S_L) and Reg1WriteOverwritesReg2Entirely(NR_EDX,reg))
-{$ifdef x86_64}
-         or ((p.opsize=S_Q) and Reg1WriteOverwritesReg2Entirely(NR_RDX,reg))
-{$endif x86_64}
-           )) or
-          ((p.opcode = A_CWD) and Reg1WriteOverwritesReg2Entirely(NR_DX,reg)) or
-          ((p.opcode = A_CDQ) and Reg1WriteOverwritesReg2Entirely(NR_EDX,reg)) or
+
+        { Handle special cases first }
+        case p.opcode of
+          A_MOV, A_MOVZX, A_MOVSX, A_LEA, A_VMOVSS, A_VMOVSD, A_VMOVAPD,
+          A_VMOVAPS, A_VMOVQ, A_MOVSS, A_MOVSD, A_MOVQ, A_MOVAPD, A_MOVAPS:
+            begin
+              Result :=
+              (p.ops=2) and { A_MOVSD can have zero operands, so this check is needed }
+              (p.oper[1]^.typ = top_reg) and
+               (Reg1WriteOverwritesReg2Entirely(p.oper[1]^.reg,reg)) and
+               (
+                 (p.oper[0]^.typ = top_const) or
+                 (
+                   (p.oper[0]^.typ = top_reg) and
+                   not(Reg1ReadDependsOnReg2(p.oper[0]^.reg,reg))
+                 ) or (
+                   (p.oper[0]^.typ = top_ref) and
+                   not RegInRef(reg,p.oper[0]^.ref^)
+                 )
+               );
+            end;
+
+          A_MUL, A_IMUL:
+            Result :=
+              (
+                (p.ops=3) and { IMUL only }
+                (Reg1WriteOverwritesReg2Entirely(p.oper[2]^.reg,reg)) and
+                (
+                  (
+                    (p.oper[1]^.typ=top_reg) and
+                    not Reg1ReadDependsOnReg2(p.oper[1]^.reg,reg)
+                  ) or (
+                    (p.oper[1]^.typ=top_ref) and
+                    not RegInRef(reg,p.oper[1]^.ref^)
+                  )
+                )
+              ) or (
+                (
+                  (p.ops=1) and
+                  (
+                    (
+                      (
+                        (p.oper[0]^.typ=top_reg) and
+                        not Reg1ReadDependsOnReg2(p.oper[0]^.reg,reg)
+                      )
+                    ) or (
+                      (p.oper[0]^.typ=top_ref) and
+                      not RegInRef(reg,p.oper[0]^.ref^)
+                    )
+                  ) and (
+                    (
+                      (p.opsize=S_B) and
+                      Reg1WriteOverwritesReg2Entirely(NR_AX,reg) and
+                      not Reg1ReadDependsOnReg2(NR_AL,reg)
+                    ) or (
+                      (p.opsize=S_W) and
+                      Reg1WriteOverwritesReg2Entirely(NR_DX,reg)
+                    ) or (
+                      (p.opsize=S_L) and
+                      Reg1WriteOverwritesReg2Entirely(NR_EDX,reg)
 {$ifdef x86_64}
 {$ifdef x86_64}
-          ((p.opcode = A_CQO) and Reg1WriteOverwritesReg2Entirely(NR_RDX,reg)) or
+                    ) or (
+                      (p.opsize=S_Q) and
+                      Reg1WriteOverwritesReg2Entirely(NR_RDX,reg)
 {$endif x86_64}
 {$endif x86_64}
-          ((p.opcode = A_CBW) and Reg1WriteOverwritesReg2Entirely(NR_AX,reg) and not(Reg1ReadDependsOnReg2(NR_AL,reg))) or
-{$ifndef x86_64}
-          ((p.opcode = A_LDS) and (reg=NR_DS) and not(RegInRef(reg,p.oper[0]^.ref^))) or
-          ((p.opcode = A_LES) and (reg=NR_ES) and not(RegInRef(reg,p.oper[0]^.ref^))) or
-{$endif not x86_64}
-          ((p.opcode = A_LFS) and (reg=NR_FS) and not(RegInRef(reg,p.oper[0]^.ref^))) or
-          ((p.opcode = A_LGS) and (reg=NR_GS) and not(RegInRef(reg,p.oper[0]^.ref^))) or
-          ((p.opcode = A_LSS) and (reg=NR_SS) and not(RegInRef(reg,p.oper[0]^.ref^))) or
+                    )
+                  )
+                )
+              );
+
+          A_CBW:
+            Result := Reg1WriteOverwritesReg2Entirely(NR_AX,reg) and not(Reg1ReadDependsOnReg2(NR_AL,reg));
 {$ifndef x86_64}
 {$ifndef x86_64}
-          ((p.opcode = A_AAM) and Reg1WriteOverwritesReg2Entirely(NR_AH,reg)) or
+          A_LDS:
+            Result := (reg=NR_DS) and not(RegInRef(reg,p.oper[0]^.ref^));
+
+          A_LES:
+            Result := (reg=NR_ES) and not(RegInRef(reg,p.oper[0]^.ref^));
 {$endif not x86_64}
 {$endif not x86_64}
-          ((p.opcode = A_LAHF) and Reg1WriteOverwritesReg2Entirely(NR_AH,reg)) or
-          ((p.opcode = A_LODSB) and Reg1WriteOverwritesReg2Entirely(NR_AL,reg)) or
-          ((p.opcode = A_LODSW) and Reg1WriteOverwritesReg2Entirely(NR_AX,reg)) or
-          ((p.opcode = A_LODSD) and Reg1WriteOverwritesReg2Entirely(NR_EAX,reg)) or
+          A_LFS:
+            Result := (reg=NR_FS) and not(RegInRef(reg,p.oper[0]^.ref^));
+
+          A_LGS:
+            Result := (reg=NR_GS) and not(RegInRef(reg,p.oper[0]^.ref^));
+
+          A_LSS:
+            Result := (reg=NR_SS) and not(RegInRef(reg,p.oper[0]^.ref^));
+
+          A_LAHF{$ifndef x86_64}, A_AAM{$endif not x86_64}:
+            Result := Reg1WriteOverwritesReg2Entirely(NR_AH,reg);
+
+          A_LODSB:
+            Result := Reg1WriteOverwritesReg2Entirely(NR_AL,reg);
+
+          A_LODSW:
+            Result := Reg1WriteOverwritesReg2Entirely(NR_AX,reg);
 {$ifdef x86_64}
 {$ifdef x86_64}
-          ((p.opcode = A_LODSQ) and Reg1WriteOverwritesReg2Entirely(NR_RAX,reg)) or
+          A_LODSQ:
+            Result := Reg1WriteOverwritesReg2Entirely(NR_RAX,reg);
 {$endif x86_64}
 {$endif x86_64}
-          ((p.opcode = A_SETcc) and (p.oper[0]^.typ=top_reg) and Reg1WriteOverwritesReg2Entirely(p.oper[0]^.reg,reg)) or
-          (((p.opcode = A_FSTSW) or
-            (p.opcode = A_FNSTSW)) and
-           (p.oper[0]^.typ=top_reg) and
-           Reg1WriteOverwritesReg2Entirely(p.oper[0]^.reg,reg)) or
-          (((p.opcode = A_XOR) or (p.opcode = A_SUB) or (p.opcode = A_SBB)) and
-           (p.oper[0]^.typ=top_reg) and (p.oper[1]^.typ=top_reg) and
-           (p.oper[0]^.reg=p.oper[1]^.reg) and
-           Reg1WriteOverwritesReg2Entirely(p.oper[1]^.reg,reg));
+          A_LODSD:
+            Result := Reg1WriteOverwritesReg2Entirely(NR_EAX,reg);
+
+          A_FSTSW, A_FNSTSW:
+            Result := (p.oper[0]^.typ=top_reg) and Reg1WriteOverwritesReg2Entirely(p.oper[0]^.reg,reg);
+
+          else
+            begin
+              with insprop[p.opcode] do
+                begin
+                  if (
+                    { xor %reg,%reg etc. is classed as a new value }
+                    (([Ch_NoReadIfEqualRegs]*Ch)<>[]) and
+                    MatchOpType(p, top_reg, top_reg) and
+                    (p.oper[0]^.reg = p.oper[1]^.reg) and
+                    Reg1WriteOverwritesReg2Entirely(p.oper[1]^.reg,reg)
+                  ) then
+                    begin
+                      Result := True;
+                      Exit;
+                    end;
+
+                  { Make sure the entire register is overwritten }
+                  if (getregtype(reg) = R_INTREGISTER) then
+                    begin
+
+                      if (p.ops > 0) then
+                        begin
+                          if RegInOp(reg, p.oper[0]^) then
+                            begin
+                              if (p.oper[0]^.typ = top_ref) then
+                                begin
+                                  if RegInRef(reg, p.oper[0]^.ref^) then
+                                    begin
+                                      Result := False;
+                                      Exit;
+                                    end;
+                                 end
+                              else if (p.oper[0]^.typ = top_reg) then
+                                begin
+
+                                  if ([Ch_ROp1, Ch_RWOp1, Ch_MOp1]*Ch<>[]) then
+                                    begin
+                                      Result := False;
+                                      Exit;
+                                    end
+                                  else if ([Ch_WOp1]*Ch<>[]) then
+                                    begin
+                                      if Reg1WriteOverwritesReg2Entirely(p.oper[0]^.reg, reg) then
+                                        Result := True
+                                      else
+                                        begin
+                                          Result := False;
+                                          Exit;
+                                        end;
+                                    end;
+                                end;
+                            end;
+
+                          if (p.ops > 1) then
+                            begin
+                              if RegInOp(reg, p.oper[1]^) then
+                                begin
+                                  if (p.oper[1]^.typ = top_ref) then
+                                    begin
+                                      if RegInRef(reg, p.oper[1]^.ref^) then
+                                        begin
+                                          Result := False;
+                                          Exit;
+                                        end;
+                                     end
+                                  else if (p.oper[1]^.typ = top_reg) then
+                                    begin
+
+                                      if ([Ch_ROp2, Ch_RWOp2, Ch_MOp2]*Ch<>[]) then
+                                        begin
+                                          Result := False;
+                                          Exit;
+                                        end
+                                      else if ([Ch_WOp2]*Ch<>[]) then
+                                        begin
+                                          if Reg1WriteOverwritesReg2Entirely(p.oper[1]^.reg, reg) then
+                                            Result := True
+                                          else
+                                            begin
+                                              Result := False;
+                                              Exit;
+                                            end;
+                                        end;
+                                    end;
+                                end;
+
+                              if (p.ops > 2) then
+                                begin
+                                  if RegInOp(reg, p.oper[2]^) then
+                                    begin
+                                      if (p.oper[2]^.typ = top_ref) then
+                                        begin
+                                          if RegInRef(reg, p.oper[2]^.ref^) then
+                                            begin
+                                              Result := False;
+                                              Exit;
+                                            end;
+                                         end
+                                      else if (p.oper[2]^.typ = top_reg) then
+                                        begin
+
+                                          if ([Ch_ROp3, Ch_RWOp3, Ch_MOp3]*Ch<>[]) then
+                                            begin
+                                              Result := False;
+                                              Exit;
+                                            end
+                                          else if ([Ch_WOp3]*Ch<>[]) then
+                                            begin
+                                              if Reg1WriteOverwritesReg2Entirely(p.oper[2]^.reg, reg) then
+                                                Result := True
+                                              else
+                                                begin
+                                                  Result := False;
+                                                  Exit;
+                                                end;
+                                            end;
+                                        end;
+                                    end;
+
+                                  if (p.ops > 3) and RegInOp(reg, p.oper[3]^) then
+                                    begin
+                                      if (p.oper[3]^.typ = top_ref) then
+                                        begin
+                                          if RegInRef(reg, p.oper[3]^.ref^) then
+                                            begin
+                                              Result := False;
+                                              Exit;
+                                            end;
+                                         end
+                                      else if (p.oper[3]^.typ = top_reg) then
+                                        begin
+
+                                          if ([Ch_ROp4, Ch_RWOp4, Ch_MOp4]*Ch<>[]) then
+                                            begin
+                                              Result := False;
+                                              Exit;
+                                            end
+                                          else if ([Ch_WOp4]*Ch<>[]) then
+                                            begin
+                                              if Reg1WriteOverwritesReg2Entirely(p.oper[3]^.reg, reg) then
+                                                Result := True
+                                              else
+                                                begin
+                                                  Result := False;
+                                                  Exit;
+                                                end;
+                                            end;
+                                        end;
+                                    end;
+                                end;
+                            end;
+                        end;
+
+                      { Don't do these ones first in case an input operand is equal to an explicit output registers }
+                      case getsupreg(reg) of
+                        RS_EAX:
+                          if ([Ch_WEAX{$ifdef x86_64},Ch_WRAX{$endif x86_64}]*Ch<>[]) and Reg1WriteOverwritesReg2Entirely(NR_EAX, reg) then
+                            begin
+                              Result := True;
+                              Exit;
+                            end;
+                        RS_ECX:
+                          if ([Ch_WECX{$ifdef x86_64},Ch_WRCX{$endif x86_64}]*Ch<>[]) and Reg1WriteOverwritesReg2Entirely(NR_ECX, reg) then
+                            begin
+                              Result := True;
+                              Exit;
+                            end;
+                        RS_EDX:
+                          if ([Ch_REDX{$ifdef x86_64},Ch_WRDX{$endif x86_64}]*Ch<>[]) and Reg1WriteOverwritesReg2Entirely(NR_EDX, reg) then
+                            begin
+                              Result := True;
+                              Exit;
+                            end;
+                        RS_EBX:
+                          if ([Ch_WEBX{$ifdef x86_64},Ch_WRBX{$endif x86_64}]*Ch<>[]) and Reg1WriteOverwritesReg2Entirely(NR_EBX, reg) then
+                            begin
+                              Result := True;
+                              Exit;
+                            end;
+                        RS_ESP:
+                          if ([Ch_WESP{$ifdef x86_64},Ch_WRSP{$endif x86_64}]*Ch<>[]) and Reg1WriteOverwritesReg2Entirely(NR_ESP, reg) then
+                            begin
+                              Result := True;
+                              Exit;
+                            end;
+                        RS_EBP:
+                          if ([Ch_WEBP{$ifdef x86_64},Ch_WRBP{$endif x86_64}]*Ch<>[]) and Reg1WriteOverwritesReg2Entirely(NR_EBP, reg) then
+                            begin
+                              Result := True;
+                              Exit;
+                            end;
+                        RS_ESI:
+                          if ([Ch_WESI{$ifdef x86_64},Ch_WRSI{$endif x86_64}]*Ch<>[]) and Reg1WriteOverwritesReg2Entirely(NR_ESI, reg) then
+                            begin
+                              Result := True;
+                              Exit;
+                            end;
+                        RS_EDI:
+                          if ([Ch_WEDI{$ifdef x86_64},Ch_WRDI{$endif x86_64}]*Ch<>[]) and Reg1WriteOverwritesReg2Entirely(NR_EDI, reg) then
+                            begin
+                              Result := True;
+                              Exit;
+                            end;
+                        else
+                          ;
+                      end;
+                    end;
+               end;
+            end;
+          end;
       end;
       end;
 
 
 
 
@@ -2183,7 +2434,7 @@ unit aoptx86;
                         if (taicpu(hp1).opcode <> A_MOV) and (taicpu(hp1).opcode <> A_LEA) then
                         if (taicpu(hp1).opcode <> A_MOV) and (taicpu(hp1).opcode <> A_LEA) then
                           { Just to make a saving, since there are no more optimisations with MOVZX and MOVSX/D }
                           { Just to make a saving, since there are no more optimisations with MOVZX and MOVSX/D }
                           Exit;
                           Exit;
-                  end;
+                    end;
                 end
                 end
              { The RegInOp check makes sure that movl r/m,%reg1l; movzbl (%reg1l),%reg1l"
              { The RegInOp check makes sure that movl r/m,%reg1l; movzbl (%reg1l),%reg1l"
                and "movl r/m,%reg1; leal $1(%reg1,%reg2),%reg1" etc. are not incorrectly
                and "movl r/m,%reg1; leal $1(%reg1,%reg2),%reg1" etc. are not incorrectly
@@ -2238,7 +2489,7 @@ unit aoptx86;
                   MatchOperand(taicpu(hp1).oper[1]^,taicpu(hp2).oper[1]^) and
                   MatchOperand(taicpu(hp1).oper[1]^,taicpu(hp2).oper[1]^) and
                   MatchOperand(taicpu(hp2).oper[0]^,taicpu(hp2).oper[1]^) and
                   MatchOperand(taicpu(hp2).oper[0]^,taicpu(hp2).oper[1]^) and
                   GetNextInstruction(hp2,hp3) and
                   GetNextInstruction(hp2,hp3) and
-                  MatchInstruction(hp3,A_Jcc,A_Setcc,[S_NO]) and
+                  MatchInstruction(hp3,A_Jcc,A_Setcc,[]) and
                   (taicpu(hp3).condition in [C_E,C_NE]) then
                   (taicpu(hp3).condition in [C_E,C_NE]) then
                   begin
                   begin
                     TransferUsedRegs(TmpUsedRegs);
                     TransferUsedRegs(TmpUsedRegs);
@@ -2357,6 +2608,39 @@ unit aoptx86;
                   end;
                   end;
               end;
               end;
           end;
           end;
+
+        if (taicpu(hp1).opcode = A_OR) and
+          (taicpu(p).oper[1]^.typ = top_reg) and
+          MatchOperand(taicpu(p).oper[0]^, 0) and
+          MatchOperand(taicpu(hp1).oper[1]^, taicpu(p).oper[1]^.reg) then
+          begin
+            {   mov 0,  %reg
+                or  ###,%reg
+              Change to (only if the flags are not used):
+                mov ###,%reg
+            }
+            TransferUsedRegs(TmpUsedRegs);
+            UpdateUsedRegs(TmpUsedRegs, tai(p.Next));
+            if not (RegInUsedRegs(NR_DEFAULTFLAGS, TmpUsedRegs)) then
+              begin
+{$ifdef x86_64}
+                { OR only supports 32-bit sign-extended constants for 64-bit
+                  instructions, so compensate for this if the constant is
+                  encoded as a value greater than or equal to 2^31 }
+                if (taicpu(hp1).opsize = S_Q) and
+                  (taicpu(hp1).oper[0]^.typ = top_const) and
+                  (taicpu(hp1).oper[0]^.val >= $80000000) then
+                  taicpu(hp1).oper[0]^.val := taicpu(hp1).oper[0]^.val or $FFFFFFFF00000000;
+{$endif x86_64}
+
+                DebugMsg(SPeepholeOptimization + 'MOV 0 / OR -> MOV', p);
+                taicpu(hp1).opcode := A_MOV;
+                RemoveCurrentP(p, hp1);
+                Result := True;
+                Exit;
+              end;
+          end;
+
         { Next instruction is also a MOV ? }
         { Next instruction is also a MOV ? }
         if MatchInstruction(hp1,A_MOV,[taicpu(p).opsize]) then
         if MatchInstruction(hp1,A_MOV,[taicpu(p).opsize]) then
           begin
           begin
@@ -2824,7 +3108,11 @@ unit aoptx86;
                                 UpdateUsedRegs(TmpUsedRegs, tai(p.Next));
                                 UpdateUsedRegs(TmpUsedRegs, tai(p.Next));
                                 UpdateUsedRegs(TmpUsedRegs, tai(hp1.Next));
                                 UpdateUsedRegs(TmpUsedRegs, tai(hp1.Next));
 
 
-                                if not RegUsedAfterInstruction(CurrentReg, hp2, TmpUsedRegs) then
+                                if
+                                  { Make sure the original register isn't still present
+                                    and has been written to (e.g. with SHRX) }
+                                  RegLoadedWithNewValue(CurrentReg, hp2) or
+                                  not RegUsedAfterInstruction(CurrentReg, hp2, TmpUsedRegs) then
                                   begin
                                   begin
                                     { We can remove the original MOV }
                                     { We can remove the original MOV }
                                     DebugMsg(SPeepholeOptimization + 'Mov2Nop 3b done',p);
                                     DebugMsg(SPeepholeOptimization + 'Mov2Nop 3b done',p);
@@ -2838,8 +3126,7 @@ unit aoptx86;
                                     hp3 := hp2;
                                     hp3 := hp2;
                                     Continue;
                                     Continue;
                                   end;
                                   end;
-
-                                end;
+                              end;
                           end;
                           end;
                       end;
                       end;
                 end;
                 end;
@@ -3406,7 +3693,7 @@ unit aoptx86;
             if (taicpu(p).oper[0]^.typ = top_reg) and
             if (taicpu(p).oper[0]^.typ = top_reg) and
               (taicpu(p).oper[0]^.reg = taicpu(p).oper[1]^.reg) and
               (taicpu(p).oper[0]^.reg = taicpu(p).oper[1]^.reg) and
               MatchInstruction(hp1, A_JCC, []) and
               MatchInstruction(hp1, A_JCC, []) and
-              (taicpu(hp1).oper[0]^.typ = top_ref) then
+              IsJumpToLabel(taicpu(hp1)) then
               begin
               begin
                 JumpLabel := TAsmLabel(taicpu(hp1).oper[0]^.ref^.symbol);
                 JumpLabel := TAsmLabel(taicpu(hp1).oper[0]^.ref^.symbol);
                 p_label := nil;
                 p_label := nil;
@@ -3422,7 +3709,7 @@ unit aoptx86;
                   SuperRegistersEqual(taicpu(p_dist).oper[0]^.reg, taicpu(p).oper[0]^.reg) and
                   SuperRegistersEqual(taicpu(p_dist).oper[0]^.reg, taicpu(p).oper[0]^.reg) and
                   SuperRegistersEqual(taicpu(p_dist).oper[1]^.reg, taicpu(p).oper[1]^.reg) and
                   SuperRegistersEqual(taicpu(p_dist).oper[1]^.reg, taicpu(p).oper[1]^.reg) and
                   GetNextInstruction(p_dist, hp1_dist) and
                   GetNextInstruction(p_dist, hp1_dist) and
-                  MatchInstruction(hp1_dist, A_JCC, []) then
+                  MatchInstruction(hp1_dist, A_JCC, []) then { This doesn't have to be an explicit label }
                   begin
                   begin
                     JumpLabel_dist := TAsmLabel(taicpu(hp1_dist).oper[0]^.ref^.symbol);
                     JumpLabel_dist := TAsmLabel(taicpu(hp1_dist).oper[0]^.ref^.symbol);
 
 
@@ -3430,9 +3717,10 @@ unit aoptx86;
                       { This is an infinite loop }
                       { This is an infinite loop }
                       Exit;
                       Exit;
 
 
-                    { Best optimisation when the second condition is a subset (or equal) to the first }
-                    if condition_in(taicpu(hp1_dist).condition, taicpu(hp1).condition) then
+                    { Best optimisation when the first condition is a subset (or equal) of the second }
+                    if condition_in(taicpu(hp1).condition, taicpu(hp1_dist).condition) then
                       begin
                       begin
+                        { Any registers used here will already be allocated }
                         if Assigned(JumpLabel_dist) then
                         if Assigned(JumpLabel_dist) then
                           JumpLabel_dist.IncRefs;
                           JumpLabel_dist.IncRefs;
 
 
@@ -3501,8 +3789,15 @@ unit aoptx86;
         { changes "lea (%reg1), %reg2" into "mov %reg1, %reg2" }
         { changes "lea (%reg1), %reg2" into "mov %reg1, %reg2" }
         if (taicpu(p).oper[0]^.ref^.base <> NR_NO) and
         if (taicpu(p).oper[0]^.ref^.base <> NR_NO) and
            (taicpu(p).oper[0]^.ref^.index = NR_NO) and
            (taicpu(p).oper[0]^.ref^.index = NR_NO) and
-           { do not mess with leas acessing the stack pointer }
-           (taicpu(p).oper[1]^.reg <> NR_STACK_POINTER_REG) and
+           (
+             { do not mess with leas accessing the stack pointer
+               unless it's a null operation }
+             (taicpu(p).oper[1]^.reg <> NR_STACK_POINTER_REG) or
+             (
+               (taicpu(p).oper[0]^.ref^.base = NR_STACK_POINTER_REG) and
+               (taicpu(p).oper[0]^.ref^.offset = 0)
+             )
+           ) and
            (not(Assigned(taicpu(p).oper[0]^.ref^.Symbol))) then
            (not(Assigned(taicpu(p).oper[0]^.ref^.Symbol))) then
           begin
           begin
             if (taicpu(p).oper[0]^.ref^.offset = 0) then
             if (taicpu(p).oper[0]^.ref^.offset = 0) then
@@ -4548,23 +4843,165 @@ unit aoptx86;
       end;
       end;
 
 
 
 
+     function IsCmpSubset(cond1, cond2: TAsmCond): Boolean; inline;
+       begin
+         Result := condition_in(cond1, cond2) or
+           { Not strictly subsets due to the actual flags checked, but because we're
+             comparing integers, E is a subset of AE and GE and their aliases }
+           ((cond1 in [C_E, C_Z]) and (cond2 in [C_AE, C_NB, C_NC, C_GE, C_NL]));
+       end;
+
+
      function TX86AsmOptimizer.OptPass1Cmp(var p: tai): boolean;
      function TX86AsmOptimizer.OptPass1Cmp(var p: tai): boolean;
        var
        var
          v: TCGInt;
          v: TCGInt;
-         hp1, hp2: tai;
+         hp1, hp2, p_dist, p_jump, hp1_dist, p_label, hp1_label: tai;
          FirstMatch: Boolean;
          FirstMatch: Boolean;
+         JumpLabel, JumpLabel_dist, JumpLabel_far: TAsmLabel;
        begin
        begin
          Result:=false;
          Result:=false;
 
 
+         { All these optimisations need a next instruction }
+         if not GetNextInstruction(p, hp1) then
+           Exit;
+
+         { Search for:
+             cmp   ###,###
+             j(c1) @lbl1
+             ...
+           @lbl:
+             cmp   ###.### (same comparison as above)
+             j(c2) @lbl2
+
+           If c1 is a subset of c2, change to:
+             cmp   ###,###
+             j(c2) @lbl2
+             (@lbl1 may become a dead label as a result)
+         }
+
+         { Also handle cases where there are multiple jumps in a row }
+         p_jump := hp1;
+         while Assigned(p_jump) and MatchInstruction(p_jump, A_JCC, []) do
+           begin
+             if IsJumpToLabel(taicpu(p_jump)) then
+               begin
+                 JumpLabel := TAsmLabel(taicpu(p_jump).oper[0]^.ref^.symbol);
+                 p_label := nil;
+                 if Assigned(JumpLabel) then
+                   p_label := getlabelwithsym(JumpLabel);
+
+                 if Assigned(p_label) and
+                   GetNextInstruction(p_label, p_dist) and
+                   MatchInstruction(p_dist, A_CMP, []) and
+                   MatchOperand(taicpu(p_dist).oper[0]^, taicpu(p).oper[0]^) and
+                   MatchOperand(taicpu(p_dist).oper[1]^, taicpu(p).oper[1]^) and
+                   GetNextInstruction(p_dist, hp1_dist) and
+                   MatchInstruction(hp1_dist, A_JCC, []) then { This doesn't have to be an explicit label }
+                   begin
+                     JumpLabel_dist := TAsmLabel(taicpu(hp1_dist).oper[0]^.ref^.symbol);
+
+                     if JumpLabel = JumpLabel_dist then
+                       { This is an infinite loop }
+                       Exit;
+
+                     { Best optimisation when the first condition is a subset (or equal) of the second }
+                     if IsCmpSubset(taicpu(p_jump).condition, taicpu(hp1_dist).condition) then
+                       begin
+                         { Any registers used here will already be allocated }
+                         if Assigned(JumpLabel_dist) then
+                           JumpLabel_dist.IncRefs;
+
+                         if Assigned(JumpLabel) then
+                           JumpLabel.DecRefs;
+
+                         DebugMsg(SPeepholeOptimization + 'CMP/Jcc/@Lbl/CMP/Jcc -> CMP/Jcc, redirecting first jump', p_jump);
+                         taicpu(p_jump).condition := taicpu(hp1_dist).condition;
+                         taicpu(p_jump).loadref(0, taicpu(hp1_dist).oper[0]^.ref^);
+                         Result := True;
+                         { Don't exit yet.  Since p and p_jump haven't actually been
+                           removed, we can check for more on this iteration }
+                       end
+                     else if IsCmpSubset(taicpu(hp1_dist).condition, inverse_cond(taicpu(p_jump).condition)) and
+                       GetNextInstruction(hp1_dist, hp1_label) and
+                       SkipAligns(hp1_label, hp1_label) and
+                       (hp1_label.typ = ait_label) then
+                       begin
+                         JumpLabel_far := tai_label(hp1_label).labsym;
+
+                         if (JumpLabel_far = JumpLabel_dist) or (JumpLabel_far = JumpLabel) then
+                           { This is an infinite loop }
+                           Exit;
+
+                         if Assigned(JumpLabel_far) then
+                           begin
+                             { In this situation, if the first jump branches, the second one will never,
+                               branch so change the destination label to after the second jump }
+
+                             DebugMsg(SPeepholeOptimization + 'CMP/Jcc/@Lbl/CMP/Jcc/@Lbl -> CMP/Jcc, redirecting first jump to 2nd label', p_jump);
+
+                             if Assigned(JumpLabel) then
+                               JumpLabel.DecRefs;
+
+                             JumpLabel_far.IncRefs;
+
+                             taicpu(p_jump).oper[0]^.ref^.symbol := JumpLabel_far;
+
+                             Result := True;
+                             { Don't exit yet.  Since p and p_jump haven't actually been
+                               removed, we can check for more on this iteration }
+                             Continue;
+                           end;
+                       end;
+
+                   end;
+               end;
+             { Search for:
+                 cmp   ###,###
+                 j(c1) @lbl1
+                 cmp   ###,### (same as first)
+
+               Remove second cmp
+             }
+
+             if GetNextInstruction(p_jump, hp2) and
+               (
+                 (
+                   MatchInstruction(hp2, A_CMP, []) and
+                   (
+                     (
+                       MatchOpType(taicpu(p), top_const, top_reg) and
+                       (taicpu(hp2).oper[0]^.val = taicpu(p).oper[0]^.val) and
+                       SuperRegistersEqual(taicpu(p).oper[1]^.reg, taicpu(hp2).oper[1]^.reg)
+                     ) or (
+                       MatchOperand(taicpu(hp2).oper[0]^, taicpu(p).oper[0]^) and
+                       MatchOperand(taicpu(hp2).oper[1]^, taicpu(p).oper[1]^)
+                     )
+                   )
+                 ) or (
+                   { Also match cmp $0,%reg; jcc @lbl; test %reg,%reg }
+                   MatchOperand(taicpu(p).oper[0]^, 0) and
+                   (taicpu(p).oper[1]^.typ = top_reg) and
+                   MatchInstruction(hp2, A_TEST, []) and
+                   MatchOpType(taicpu(hp2), top_reg, top_reg) and
+                   (taicpu(hp2).oper[0]^.reg = taicpu(hp2).oper[1]^.reg) and
+                   SuperRegistersEqual(taicpu(p).oper[1]^.reg, taicpu(hp2).oper[1]^.reg)
+                 )
+               ) then
+               begin
+                 DebugMsg(SPeepholeOptimization + 'CMP/Jcc/CMP; removed superfluous CMP', hp2);
+                 RemoveInstruction(hp2);
+                 Result := True;
+                 { Continue the while loop in case "Jcc/CMP" follows the second CMP that was just removed }
+               end;
+
+             GetNextInstruction(p_jump, p_jump);
+           end;
+
          if taicpu(p).oper[0]^.typ = top_const then
          if taicpu(p).oper[0]^.typ = top_const then
            begin
            begin
-             { Though GetNextInstruction can be factored out, it is an expensive
-               call, so delay calling it until we have first checked cheaper
-               conditions that are independent of it. }
 
 
              if (taicpu(p).oper[0]^.val = 0) and
              if (taicpu(p).oper[0]^.val = 0) and
                (taicpu(p).oper[1]^.typ = top_reg) and
                (taicpu(p).oper[1]^.typ = top_reg) and
-               GetNextInstruction(p, hp1) and
                MatchInstruction(hp1,A_Jcc,A_SETcc,[]) then
                MatchInstruction(hp1,A_Jcc,A_SETcc,[]) then
                begin
                begin
                  hp2 := p;
                  hp2 := p;
@@ -4667,7 +5104,6 @@ unit aoptx86;
                  Exit;
                  Exit;
                end
                end
              else if (taicpu(p).oper[0]^.val = 1) and
              else if (taicpu(p).oper[0]^.val = 1) and
-               GetNextInstruction(p, hp1) and
                MatchInstruction(hp1,A_Jcc,A_SETcc,[]) and
                MatchInstruction(hp1,A_Jcc,A_SETcc,[]) and
                (taicpu(hp1).condition in [C_L, C_NGE]) then
                (taicpu(hp1).condition in [C_L, C_NGE]) then
                begin
                begin
@@ -4714,7 +5150,6 @@ unit aoptx86;
                  end;
                  end;
 
 
                  if (taicpu(p).oper[0]^.val=v) and
                  if (taicpu(p).oper[0]^.val=v) and
-                    GetNextInstruction(p, hp1) and
                     MatchInstruction(hp1,A_Jcc,A_SETcc,[]) and
                     MatchInstruction(hp1,A_Jcc,A_SETcc,[]) and
                     (Taicpu(hp1).condition in [C_E,C_NE]) then
                     (Taicpu(hp1).condition in [C_E,C_NE]) then
                    begin
                    begin
@@ -4739,7 +5174,6 @@ unit aoptx86;
            end;
            end;
 
 
          if (taicpu(p).oper[1]^.typ = top_reg) and
          if (taicpu(p).oper[1]^.typ = top_reg) and
-           GetNextInstruction(p, hp1) and
            MatchInstruction(hp1,A_MOV,[]) and
            MatchInstruction(hp1,A_MOV,[]) and
            not RegInInstruction(taicpu(p).oper[1]^.reg, hp1) and
            not RegInInstruction(taicpu(p).oper[1]^.reg, hp1) and
            (
            (
@@ -4881,6 +5315,37 @@ unit aoptx86;
      end;
      end;
 
 
 
 
+   function TX86AsmOptimizer.OptPass1SHXX(var p: tai): boolean;
+     var
+       hp1 : tai;
+     begin
+       result:=false;
+       { replace
+           IMul   %reg0,%reg1,%reg2
+           Mov    %reg2,%reg3
+           dealloc  %reg2
+
+           by
+           Imul   %reg0,%reg1,%reg3
+       }
+       if GetNextInstruction(p,hp1) and
+         MatchInstruction(hp1,A_MOV,[taicpu(p).opsize]) and
+         MatchOperand(taicpu(p).oper[2]^,taicpu(hp1).oper[0]^) and
+         (taicpu(hp1).oper[1]^.typ=top_reg) then
+         begin
+           TransferUsedRegs(TmpUsedRegs);
+           UpdateUsedRegs(TmpUsedRegs, tai(p.next));
+           if not(RegUsedAfterInstruction(taicpu(hp1).oper[0]^.reg,hp1,TmpUsedRegs)) then
+             begin
+               taicpu(p).loadoper(2,taicpu(hp1).oper[1]^);
+               DebugMsg(SPeepholeOptimization + 'SHXXMov2SHXX done',p);
+               RemoveInstruction(hp1);
+               result:=true;
+             end;
+         end;
+     end;
+
+
    function TX86AsmOptimizer.OptPass1Jcc(var p : tai) : boolean;
    function TX86AsmOptimizer.OptPass1Jcc(var p : tai) : boolean;
      var
      var
        hp1, hp2, hp3, hp4, hp5: tai;
        hp1, hp2, hp3, hp4, hp5: tai;
@@ -5798,9 +6263,9 @@ unit aoptx86;
             checks first that are likely to be False. [Kit] }
             checks first that are likely to be False. [Kit] }
           begin
           begin
 
 
-            if MatchOperand(taicpu(p).oper[1]^, NR_EDX) and
-              (
+            if (
                 (
                 (
+                  MatchOperand(taicpu(p).oper[1]^, NR_EDX) and
                   (taicpu(hp1).oper[1]^.reg = NR_EAX) and
                   (taicpu(hp1).oper[1]^.reg = NR_EAX) and
                   (
                   (
                     MatchOperand(taicpu(hp1).oper[0]^, taicpu(p).oper[0]^) or
                     MatchOperand(taicpu(hp1).oper[0]^, taicpu(p).oper[0]^) or
@@ -5808,6 +6273,7 @@ unit aoptx86;
                   )
                   )
                 ) or
                 ) or
                 (
                 (
+                  MatchOperand(taicpu(p).oper[1]^, NR_EAX) and
                   (taicpu(hp1).oper[1]^.reg = NR_EDX) and
                   (taicpu(hp1).oper[1]^.reg = NR_EDX) and
                   (
                   (
                     MatchOperand(taicpu(hp1).oper[0]^, taicpu(p).oper[0]^) or
                     MatchOperand(taicpu(hp1).oper[0]^, taicpu(p).oper[0]^) or
@@ -8418,7 +8884,9 @@ unit aoptx86;
               (
               (
                 (
                 (
                   (taicpu(hp1).oper[0]^.ref^.base = taicpu(p).oper[1]^.reg) and
                   (taicpu(hp1).oper[0]^.ref^.base = taicpu(p).oper[1]^.reg) and
-                  (taicpu(hp1).oper[0]^.ref^.index = NR_NO)
+                  (taicpu(hp1).oper[0]^.ref^.index = NR_NO) and
+                  { r/esp cannot be an index }
+                  (taicpu(p).oper[0]^.reg<>NR_STACK_POINTER_REG)
                 ) or (
                 ) or (
                   (taicpu(hp1).oper[0]^.ref^.index = taicpu(p).oper[1]^.reg) and
                   (taicpu(hp1).oper[0]^.ref^.index = taicpu(p).oper[1]^.reg) and
                   (taicpu(hp1).oper[0]^.ref^.base = NR_NO)
                   (taicpu(hp1).oper[0]^.ref^.base = NR_NO)

+ 15 - 16
compiler/x86/cpubase.pas

@@ -697,33 +697,32 @@ implementation
         if not Result then
         if not Result then
           case Subset of
           case Subset of
             C_A,  C_NBE:
             C_A,  C_NBE:
-              Result := (c in [C_A,  C_AE, C_NB, C_NBE]);
-            C_AE, C_NB:
-              Result := (c in [C_AE, C_NB]);
-            C_B,  C_NAE:
+              Result := (c in [C_A,  C_AE, C_NB, C_NC, C_NBE,C_NE, C_NZ]);
+            C_AE, C_NB, C_NC:
+              { C_A  / C_NBE: CF = 0 and ZF = 0; not a subset because ZF has to be zero as well
+                C_AE / C_NB:  CF = 0 }
+              Result := (c in [C_AE, C_NB, C_NC]);
+            C_B,  C_C,  C_NAE:
+              { C_B  / C_NAE: CF = 1
+                C_BE / C_NA:  CF = 1 or ZF = 1 }
               Result := (c in [C_B,  C_BE, C_C,  C_NA, C_NAE]);
               Result := (c in [C_B,  C_BE, C_C,  C_NA, C_NAE]);
             C_BE, C_NA:
             C_BE, C_NA:
               Result := (c in [C_BE, C_NA]);
               Result := (c in [C_BE, C_NA]);
-            C_C:
-              { C_B  / C_NAE: CF = 1
-                C_BE / C_NA:  CF = 1 or ZF = 1 }
-              Result := (c in [C_B,  C_BE, C_NA, C_NAE]);
             C_E,  C_Z:
             C_E,  C_Z:
-              Result := (c in [C_AE, C_BE, C_E,  C_NA, C_NB, C_NG, C_NL]);
+              Result := (c in [C_AE, C_BE, C_E,  C_NA, C_NG, C_Z]);
             C_G,  C_NLE:
             C_G,  C_NLE:
-              Result := (c in [C_G,  C_GE, C_NL, C_NLE]);
+              { Not-equal can be considered equivalent to less than or greater than }
+              Result := (c in [C_G,  C_GE, C_NE, C_NL, C_NLE,C_NZ]);
             C_GE, C_NL:
             C_GE, C_NL:
               Result := (c in [C_GE, C_NL]);
               Result := (c in [C_GE, C_NL]);
             C_L,  C_NGE:
             C_L,  C_NGE:
-              Result := (c in [C_L,  C_LE, C_NG, C_NGE]);
+              Result := (c in [C_L,  C_LE, C_NE, C_NG, C_NGE,C_NZ]);
             C_LE, C_NG:
             C_LE, C_NG:
               Result := (c in [C_LE, C_NG]);
               Result := (c in [C_LE, C_NG]);
-            C_NC:
-              { C_A  / C_NBE: CF = 0 and ZF = 0; not a subset because ZF has to be zero as well
-                C_AE / C_NB:  CF = 0 }
-              Result := (c in [C_AE, C_NB]);
             C_NE, C_NZ:
             C_NE, C_NZ:
-              Result := (c in [C_NE, C_NZ, C_A,  C_B,  C_NAE,C_NBE,C_L,  C_G,  C_NLE,C_NGE]);
+              { Note that not equal is NOT a subset of greater/less than because
+                not equal is less than OR greater than. Same with above and below }
+              Result := (c in [C_NE, C_NZ]);
             C_NP, C_PO:
             C_NP, C_PO:
               Result := (c in [C_NP, C_PO]);
               Result := (c in [C_NP, C_PO]);
             C_P,  C_PE:
             C_P,  C_PE:

+ 1 - 1
compiler/x86/nx86cnv.pas

@@ -451,8 +451,8 @@ implementation
             end;
             end;
             tcgx86(cg).inc_fpu_stack;
             tcgx86(cg).inc_fpu_stack;
             location.register:=NR_ST;
             location.register:=NR_ST;
+            tg.ungetiftemp(current_asmdata.CurrAsmList,leftref);
           end;
           end;
-        location_freetemp(current_asmdata.CurrAsmList,left.location);
       end;
       end;
 
 
 begin
 begin

+ 1 - 1
compiler/x86/x86ins.dat

@@ -2165,7 +2165,7 @@ void                  \333\3\x0F\xA7\xE0              P6,CYRIX
 void                  \333\3\x0F\xA7\xE8              P6,CYRIX
 void                  \333\3\x0F\xA7\xE8              P6,CYRIX
 
 
 [CMOVcc,cmovCCX]
 [CMOVcc,cmovCCX]
-(Ch_ROp1, Ch_RWOp2, Ch_RFLAGScc)
+(Ch_ROp1, Ch_WOp2, Ch_RFLAGScc)
 reg16|32|64,regmem    \320\1\x0F\13\x40\110          P6,SM
 reg16|32|64,regmem    \320\1\x0F\13\x40\110          P6,SM
 
 
 [Jcc]
 [Jcc]

+ 5 - 0
compiler/x86_64/aoptcpu.pas

@@ -54,6 +54,8 @@ uses
                   result:=PrePeepholeOptIMUL(p);
                   result:=PrePeepholeOptIMUL(p);
                 A_SAR,A_SHR:
                 A_SAR,A_SHR:
                   result:=PrePeepholeOptSxx(p);
                   result:=PrePeepholeOptSxx(p);
+                A_AND:
+                  Result:=PrePeepholeOptAND(p);
                 else
                 else
                   ;
                   ;
               end;
               end;
@@ -147,6 +149,9 @@ uses
                   Result:=OptPass1Test(p);
                   Result:=OptPass1Test(p);
                 A_Jcc:
                 A_Jcc:
                   Result:=OptPass1Jcc(p);
                   Result:=OptPass1Jcc(p);
+                A_SHRX,
+                A_SHLX:
+                  Result:=OptPass1SHXX(p);
                 else
                 else
                   ;
                   ;
               end;
               end;

+ 1 - 1
compiler/x86_64/x8664pro.inc

@@ -375,7 +375,7 @@
 (Ch: [Ch_All]),
 (Ch: [Ch_All]),
 (Ch: [Ch_All]),
 (Ch: [Ch_All]),
 (Ch: [Ch_All]),
 (Ch: [Ch_All]),
-(Ch: [Ch_ROp1, Ch_RWOp2, Ch_RFLAGScc]),
+(Ch: [Ch_ROp1, Ch_WOp2, Ch_RFLAGScc]),
 (Ch: [Ch_RFLAGScc]),
 (Ch: [Ch_RFLAGScc]),
 (Ch: [Ch_RFLAGScc, Ch_WOp1]),
 (Ch: [Ch_RFLAGScc, Ch_WOp1]),
 (Ch: [Ch_RWESI, Ch_WMemEDI, Ch_RWEDI, Ch_RDirFlag]),
 (Ch: [Ch_RWESI, Ch_WMemEDI, Ch_RWEDI, Ch_RDirFlag]),

+ 6 - 2
compiler/xtensa/aoptcpu.pas

@@ -273,10 +273,14 @@ Implementation
         ait_instruction:
         ait_instruction:
           begin
           begin
             case taicpu(p).opcode of
             case taicpu(p).opcode of
-              A_L32I:
+              A_ADD,
+              A_ADDI,
+              A_L32I,
+              A_SRLI,
+              A_SUB:
                 begin
                 begin
                   if GetNextInstructionUsingReg(p, hp1, taicpu(p).oper[0]^.reg) and
                   if GetNextInstructionUsingReg(p, hp1, taicpu(p).oper[0]^.reg) and
-                    RemoveSuperfluousMove(p, hp1, 'L32IMov2L32I') then
+                    RemoveSuperfluousMove(p, hp1, 'DataMov2Data') then
                     Result:=true;
                     Result:=true;
                 end;
                 end;
               else
               else

+ 27 - 0
compiler/xtensa/cgcpu.pas

@@ -501,6 +501,33 @@ implementation
           it saves us a register }
           it saves us a register }
         else if (op in [OP_MUL,OP_IMUL]) and ispowerof2(a,l1) then
         else if (op in [OP_MUL,OP_IMUL]) and ispowerof2(a,l1) then
           a_op_const_reg_reg(list,OP_SHL,size,l1,src,dst)
           a_op_const_reg_reg(list,OP_SHL,size,l1,src,dst)
+        { we cannot make use of SUB(X) here because the inital shift might overflow }
+        else if (op in [OP_MUL,OP_IMUL]) and (a=3) then
+          list.concat(taicpu.op_reg_reg_reg(A_ADDX2,dst,src,src))
+        else if (op in [OP_MUL,OP_IMUL]) and (a=5) then
+          list.concat(taicpu.op_reg_reg_reg(A_ADDX4,dst,src,src))
+        else if (op in [OP_MUL,OP_IMUL]) and (a=9) then
+          list.concat(taicpu.op_reg_reg_reg(A_ADDX8,dst,src,src))
+        else if (op in [OP_MUL,OP_IMUL]) and (src<>dst) and ispowerof2(a-8,l1) then
+          begin
+            a_op_const_reg_reg(list,OP_SHL,size,l1,src,dst);
+            list.concat(taicpu.op_reg_reg_reg(A_ADDX8,dst,src,dst));
+          end
+        else if (op in [OP_MUL,OP_IMUL]) and (src<>dst) and ispowerof2(a-4,l1) then
+          begin
+            a_op_const_reg_reg(list,OP_SHL,size,l1,src,dst);
+            list.concat(taicpu.op_reg_reg_reg(A_ADDX4,dst,src,dst));
+          end
+        else if (op in [OP_MUL,OP_IMUL]) and (src<>dst) and ispowerof2(a-2,l1) then
+          begin
+            a_op_const_reg_reg(list,OP_SHL,size,l1,src,dst);
+            list.concat(taicpu.op_reg_reg_reg(A_ADDX2,dst,src,dst));
+          end
+        else if (op in [OP_MUL,OP_IMUL]) and (src<>dst) and ispowerof2(a-1,l1) then
+          begin
+            a_op_const_reg_reg(list,OP_SHL,size,l1,src,dst);
+            list.concat(taicpu.op_reg_reg_reg(A_ADD,dst,src,dst));
+          end
         else if (op=OP_ADD) and (a>=-128) and (a<=127) then
         else if (op=OP_ADD) and (a>=-128) and (a<=127) then
           list.concat(taicpu.op_reg_reg_const(A_ADDI,dst,src,a))
           list.concat(taicpu.op_reg_reg_const(A_ADDI,dst,src,a))
         else if (op=OP_ADD) and (a>=-128-32768) and (a<=127+32512) then
         else if (op=OP_ADD) and (a>=-128-32768) and (a<=127+32512) then

+ 12 - 0
packages/ami-extra/src/muihelper.pas

@@ -439,12 +439,16 @@ end;
 
 
 procedure MH_Set(Obj: PObject_; Tag, Data: PtrUInt);
 procedure MH_Set(Obj: PObject_; Tag, Data: PtrUInt);
 begin
 begin
+  {$if not defined(AMIGA_V1_2_ONLY)}
   SetAttrs(Obj, [Tag, Data, TAG_END]);
   SetAttrs(Obj, [Tag, Data, TAG_END]);
+  {$endif}
 end;
 end;
 
 
 function MH_Get(Obj: PObject_; Tag: PtrUInt): PtrUInt;
 function MH_Get(Obj: PObject_; Tag: PtrUInt): PtrUInt;
 begin
 begin
+  {$if not defined(AMIGA_V1_2_ONLY)}
   GetAttr(Tag, Obj, MH_Get);
   GetAttr(Tag, Obj, MH_Get);
+  {$endif}
 end;
 end;
 
 
 procedure MH_SetMutex(Obj: PObject_; n: Integer);
 procedure MH_SetMutex(Obj: PObject_; n: Integer);
@@ -1635,13 +1639,21 @@ end;
 // ************************************************************************
 // ************************************************************************
 function MH_NewObject(ClassPtr: PIClass; ClassID: PChar; const Tags: array of PtrUInt): APTR;
 function MH_NewObject(ClassPtr: PIClass; ClassID: PChar; const Tags: array of PtrUInt): APTR;
 begin
 begin
+  {$if defined(AMIGA_V1_2_ONLY)}
+  MH_NewObject := nil;
+  {$else}
   MH_NewObject := NewObject(ClassPtr, ClassID, Tags);
   MH_NewObject := NewObject(ClassPtr, ClassID, Tags);
+  {$endif}
 end;
 end;
 
 
 function MH_NewObject(var Obj; ClassPtr: PIClass; ClassID: PChar; const Tags: array of PtrUInt): APTR;
 function MH_NewObject(var Obj; ClassPtr: PIClass; ClassID: PChar; const Tags: array of PtrUInt): APTR;
 begin
 begin
+  {$if defined(AMIGA_V1_2_ONLY)}
+  MH_NewObject := nil;
+  {$else}
   PObject_(Obj) := NewObject(ClassPtr, ClassID, Tags);
   PObject_(Obj) := NewObject(ClassPtr, ClassID, Tags);
   MH_NewObject := PObject_(Obj);
   MH_NewObject := PObject_(Obj);
+  {$endif}
 end;
 end;
 
 
 // deprecated but widely used macros
 // deprecated but widely used macros

+ 215 - 19
packages/amunits/src/coreunits/agraphics.pas

@@ -2250,6 +2250,120 @@ const
 var
 var
     GfxBase : PGfxBase = nil;
     GfxBase : PGfxBase = nil;
 
 
+
+{$if defined(AMIGA_V1_2_ONLY)}
+FUNCTION AllocRaster(width : ULONG location 'd0'; height : ULONG location 'd1') : TPlanePtr; syscall GfxBase 492;
+PROCEDURE FreeRaster(p : TPlanePtr location 'a0'; width : ULONG location 'd0'; height : ULONG location 'd1'); syscall GfxBase 498;
+PROCEDURE InitBitMap(bitMap : pBitMap location 'a0'; depth : LONGINT location 'd0'; width : LONGINT location 'd1'; height : LONGINT location 'd2'); syscall GfxBase 390;
+PROCEDURE InitRastPort(rp : pRastPort location 'a1'); syscall GfxBase 198;
+PROCEDURE SetAPen(rp : pRastPort location 'a1'; pen : ULONG location 'd0'); syscall GfxBase 342;
+PROCEDURE SetBPen(rp : pRastPort location 'a1'; pen : ULONG location 'd0'); syscall GfxBase 348;
+PROCEDURE SetDrMd(rp : pRastPort location 'a1'; drawMode : ULONG location 'd0'); syscall GfxBase 354;
+PROCEDURE SetRast(rp : pRastPort location 'a1'; pen : ULONG location 'd0'); syscall GfxBase 234;
+
+PROCEDURE ClearEOL(rp : pRastPort location 'a1'); syscall GfxBase 042;
+PROCEDURE ClearScreen(rp : pRastPort location 'a1'); syscall GfxBase 048;
+PROCEDURE Draw(rp : pRastPort location 'a1'; x : LONGINT location 'd0'; y : LONGINT location 'd1'); syscall GfxBase 246;
+PROCEDURE DrawEllipse(rp : pRastPort location 'a1'; xCenter : LONGINT location 'd0'; yCenter : LONGINT location 'd1'; a : LONGINT location 'd2'; b : LONGINT location 'd3'); syscall GfxBase 180;
+PROCEDURE gfxMove(rp : pRastPort location 'a1'; x : LONGINT location 'd0'; y : LONGINT location 'd1'); syscall GfxBase 240;
+PROCEDURE PolyDraw(rp : pRastPort location 'a1'; count : LONGINT location 'd0';const polyTable : PSmallInt location 'a0'); syscall GfxBase 336;
+FUNCTION ReadPixel(rp : pRastPort location 'a1'; x : LONGINT location 'd0'; y : LONGINT location 'd1') : ULONG; syscall GfxBase 318;
+PROCEDURE ScrollRaster(rp : pRastPort location 'a1'; dx : LONGINT location 'd0'; dy : LONGINT location 'd1'; xMin : LONGINT location 'd2'; yMin : LONGINT location 'd3'; xMax : LONGINT location 'd4'; yMax : LONGINT location 'd5'); syscall GfxBase 396;
+FUNCTION GfxText(rp : pRastPort location 'a1';const string_ : pCHAR location 'a0'; count : ULONG location 'd0') : LONGINT; syscall GfxBase 060;
+FUNCTION TextLength(rp : pRastPort location 'a1';const string_ : pCHAR location 'a0'; count : ULONG location 'd0') : smallint; syscall GfxBase 054;
+FUNCTION WritePixel(rp : pRastPort location 'a1'; x : LONGINT location 'd0'; y : LONGINT location 'd1') : LONGINT; syscall GfxBase 324;
+
+FUNCTION AreaDraw(rp : pRastPort location 'a1'; x : LONGINT location 'd0'; y : LONGINT location 'd1') : LONGINT; syscall GfxBase 258;
+FUNCTION AreaEllipse(rp : pRastPort location 'a1'; xCenter : LONGINT location 'd0'; yCenter : LONGINT location 'd1'; a : LONGINT location 'd2'; b : LONGINT location 'd3') : LONGINT; syscall GfxBase 186;
+FUNCTION AreaEnd(rp : pRastPort location 'a1') : LONGINT; syscall GfxBase 264;
+FUNCTION AreaMove(rp : pRastPort location 'a1'; x : LONGINT location 'd0'; y : LONGINT location 'd1') : LONGINT; syscall GfxBase 252;
+FUNCTION Flood(rp : pRastPort location 'a1'; mode : ULONG location 'd2'; x : LONGINT location 'd0'; y : LONGINT location 'd1') : LongBool; syscall GfxBase 330;
+PROCEDURE InitArea(areaInfo : pAreaInfo location 'a0'; vectorBuffer : POINTER location 'a1'; maxVectors : LONGINT location 'd0'); syscall GfxBase 282;
+FUNCTION InitTmpRas(tmpRas : pTmpRas location 'a0'; buffer : Pointer location 'a1'; size : LONGINT location 'd0') : pTmpRas; syscall GfxBase 468;
+PROCEDURE RectFill(rp : pRastPort location 'a1'; xMin : LONGINT location 'd0'; yMin : LONGINT location 'd1'; xMax : LONGINT location 'd2'; yMax : LONGINT location 'd3'); syscall GfxBase 306;
+
+PROCEDURE FreeColorMap(colorMap : pColorMap location 'a0'); syscall GfxBase 576;
+FUNCTION GetColorMap(entries : LONGINT location 'd0') : pColorMap; syscall GfxBase 570;
+FUNCTION GetRGB4(colorMap : pColorMap location 'a0'; entry : LONGINT location 'd0') : ULONG; syscall GfxBase 582;
+PROCEDURE LoadRGB4(vp : pViewPort location 'a0';const colors : pWord location 'a1'; count : LONGINT location 'd0'); syscall GfxBase 192;
+PROCEDURE SetRGB4(vp : pViewPort location 'a0'; index : LONGINT location 'd0'; red : ULONG location 'd1'; green : ULONG location 'd2'; blue : ULONG location 'd3'); syscall GfxBase 288;
+PROCEDURE SetRGB4CM(colorMap : pColorMap location 'a0'; index : LONGINT location 'd0'; red : ULONG location 'd1'; green : ULONG location 'd2'; blue : ULONG location 'd3'); syscall GfxBase 630;
+
+FUNCTION BltBitMap(const srcBitMap : pBitMap location 'a0'; xSrc : LONGINT location 'd0'; ySrc : LONGINT location 'd1'; destBitMap : pBitMap location 'a1'; xDest : LONGINT location 'd2'; yDest : LONGINT location 'd3'; xSize : LONGINT location 'd4'; ySize : LONGINT location 'd5'; minterm : ULONG location 'd6'; mask : ULONG location 'd7'; tempA : pCHAR location 'a2') : LONGINT; syscall GfxBase 030;
+PROCEDURE BltBitMapRastPort(const srcBitMap : pBitMap location 'a0'; xSrc : LONGINT location 'd0'; ySrc : LONGINT location 'd1'; destRP : pRastPort location 'a1'; xDest : LONGINT location 'd2'; yDest : LONGINT location 'd3'; xSize : LONGINT location 'd4'; ySize : LONGINT location 'd5'; minterm : ULONG location 'd6'); syscall GfxBase 606;
+PROCEDURE BltClear(memBlock : pointer location 'a1'; byteCount : ULONG location 'd0'; flags : ULONG location 'd1'); syscall GfxBase 300;
+PROCEDURE BltMaskBitMapRastPort(const srcBitMap : pBitMap location 'a0'; xSrc : LONGINT location 'd0'; ySrc : LONGINT location 'd1'; destRP : pRastPort location 'a1'; xDest : LONGINT location 'd2'; yDest : LONGINT location 'd3'; xSize : LONGINT location 'd4'; ySize : LONGINT location 'd5'; minterm : ULONG location 'd6';const bltMask : pCHAR location 'a2'); syscall GfxBase 636;
+PROCEDURE BltPattern(rp : pRastPort location 'a1';const mask : pCHAR location 'a0'; xMin : LONGINT location 'd0'; yMin : LONGINT location 'd1'; xMax : LONGINT location 'd2'; yMax : LONGINT location 'd3'; maskBPR : ULONG location 'd4'); syscall GfxBase 312;
+PROCEDURE BltTemplate(const source : pWORD location 'a0'; xSrc : LONGINT location 'd0'; srcMod : LONGINT location 'd1'; destRP : pRastPort location 'a1'; xDest : LONGINT location 'd2'; yDest : LONGINT location 'd3'; xSize : LONGINT location 'd4'; ySize : LONGINT location 'd5'); syscall GfxBase 036;
+PROCEDURE ClipBlit(srcRP : pRastPort location 'a0'; xSrc : LONGINT location 'd0'; ySrc : LONGINT location 'd1'; destRP : pRastPort location 'a1'; xDest : LONGINT location 'd2'; yDest : LONGINT location 'd3'; xSize : LONGINT location 'd4'; ySize : LONGINT location 'd5'; minterm : ULONG location 'd6'); syscall GfxBase 552;
+PROCEDURE DisownBlitter; syscall GfxBase 462;
+PROCEDURE OwnBlitter; syscall GfxBase 456;
+PROCEDURE QBlit(blit : pbltnode location 'a1'); syscall GfxBase 276;
+PROCEDURE QBSBlit(blit : pbltnode location 'a1'); syscall GfxBase 294;
+PROCEDURE WaitBlit; syscall GfxBase 228;
+
+PROCEDURE CBump(copList : pUCopList location 'a1'); syscall GfxBase 366;
+PROCEDURE CMove(copList : pUCopList location 'a1'; destination : POINTER location 'a0'; data : LONGINT location 'd1'); syscall GfxBase 372;
+PROCEDURE CWait(copList : pUCopList location 'a1'; v : LONGINT location 'd0'; h : LONGINT location 'd1'); syscall GfxBase 378;
+PROCEDURE FreeCopList(copList : pCopList location 'a0'); syscall GfxBase 546;
+PROCEDURE FreeCprList(cprList : pcprlist location 'a0'); syscall GfxBase 564;
+PROCEDURE FreeVPortCopLists(vp : pViewPort location 'a0'); syscall GfxBase 540;
+PROCEDURE InitView(view : pView location 'a1'); syscall GfxBase 360;
+PROCEDURE InitVPort(vp : pViewPort location 'a0'); syscall GfxBase 204;
+PROCEDURE LoadView(view : pView location 'a1'); syscall GfxBase 222;
+FUNCTION MakeVPort(view : pView location 'a0'; vp : pViewPort location 'a1') : ULONG; syscall GfxBase 216;
+FUNCTION MrgCop(view : pView location 'a1') : ULONG; syscall GfxBase 210;
+PROCEDURE ScrollVPort(vp : pViewPort location 'a0'); syscall GfxBase 588;
+FUNCTION UCopperListInit(uCopList : pUCopList location 'a0'; n : LONGINT location 'd0') : pCopList; syscall GfxBase 594;
+FUNCTION VBeamPos : LONGINT; syscall GfxBase 384;
+PROCEDURE WaitBOVP(vp : pViewPort location 'a0'); syscall GfxBase 402;
+PROCEDURE WaitTOF; syscall GfxBase 270;
+
+PROCEDURE AndRectRegion(region : pRegion location 'a0';const rectangle : pRectangle location 'a1'); syscall GfxBase 504;
+FUNCTION AndRegionRegion(const srcRegion : pRegion location 'a0'; destRegion : pRegion location 'a1') : LongBool; syscall GfxBase 624;
+FUNCTION AttemptLockLayerRom(layer : pLayer location 'a5') : LongBool; syscall GfxBase 654;
+FUNCTION ClearRectRegion(region : pRegion location 'a0';const rectangle : pRectangle location 'a1') : LongBool; syscall GfxBase 522;
+PROCEDURE ClearRegion(region : pRegion location 'a0'); syscall GfxBase 528;
+PROCEDURE CopySBitMap(layer : pLayer location 'a0'); syscall GfxBase 450;
+PROCEDURE DisposeRegion(region : pRegion location 'a0'); syscall GfxBase 534;
+PROCEDURE LockLayerRom(layer : pLayer location 'a5'); syscall GfxBase 432;
+FUNCTION NewRegion : pRegion; syscall GfxBase 516;
+FUNCTION OrRectRegion(region : pRegion location 'a0';const rectangle : pRectangle location 'a1') : LongBool; syscall GfxBase 510;
+FUNCTION OrRegionRegion(const srcRegion : pRegion location 'a0'; destRegion : pRegion location 'a1') : LongBool; syscall GfxBase 612;
+PROCEDURE SyncSBitMap(layer : pLayer location 'a0'); syscall GfxBase 444;
+PROCEDURE UnlockLayerRom(layer : pLayer location 'a5'); syscall GfxBase 438;
+FUNCTION XorRectRegion(region : pRegion location 'a0';const rectangle : pRectangle location 'a1') : LongBool; syscall GfxBase 558;
+FUNCTION XorRegionRegion(const srcRegion : pRegion location 'a0'; destRegion : pRegion location 'a1') : LongBool; syscall GfxBase 618;
+
+PROCEDURE AddFont(textFont : pTextFont location 'a1'); syscall GfxBase 480;
+PROCEDURE AskFont(rp : pRastPort location 'a1'; textAttr : pTextAttr location 'a0'); syscall GfxBase 474;
+FUNCTION AskSoftStyle(rp : pRastPort location 'a1') : ULONG; syscall GfxBase 084;
+PROCEDURE CloseFont(textFont : pTextFont location 'a1'); syscall GfxBase 078;
+FUNCTION OpenFont(textAttr : pTextAttr location 'a0') : pTextFont; syscall GfxBase 072;
+PROCEDURE RemFont(textFont : pTextFont location 'a1'); syscall GfxBase 486;
+FUNCTION SetFont(rp : pRastPort location 'a1';const textFont : pTextFont location 'a0') : LONGINT; syscall GfxBase 066;
+FUNCTION SetSoftStyle(rp : pRastPort location 'a1'; style : ULONG location 'd0'; enable : ULONG location 'd1') : ULONG; syscall GfxBase 090;
+
+PROCEDURE AddAnimOb(anOb : pAnimOb location 'a0'; anKey : ppAnimOb location 'a1'; rp : pRastPort location 'a2'); syscall GfxBase 156;
+PROCEDURE AddBob(bob : pBob location 'a0'; rp : pRastPort location 'a1'); syscall GfxBase 096;
+PROCEDURE AddVSprite(vSprite : pVSprite location 'a0'; rp : pRastPort location 'a1'); syscall GfxBase 102;
+PROCEDURE Animate(anKey : ppAnimOb location 'a0'; rp : pRastPort location 'a1'); syscall GfxBase 162;
+PROCEDURE ChangeSprite(vp : pViewPort location 'a0'; sprite : pSimpleSprite location 'a1'; newData : pWORD location 'a2'); syscall GfxBase 420;
+PROCEDURE DoCollision(rp : pRastPort location 'a1'); syscall GfxBase 108;
+PROCEDURE DrawGList(rp : pRastPort location 'a1'; vp : pViewPort location 'a0'); syscall GfxBase 114;
+PROCEDURE FreeGBuffers(anOb : pAnimOb location 'a0'; rp : pRastPort location 'a1'; flag : LONGINT location 'd0'); syscall GfxBase 600;
+PROCEDURE FreeSprite(num : LONGINT location 'd0'); syscall GfxBase 414;
+FUNCTION GetGBuffers(anOb : pAnimOb location 'a0'; rp : pRastPort location 'a1'; flag : LONGINT location 'd0') : LongBool; syscall GfxBase 168;
+FUNCTION GetSprite(sprite : pSimpleSprite location 'a0'; num : LONGINT location 'd0') : smallint; syscall GfxBase 408;
+PROCEDURE InitGels(head : pVSprite location 'a0'; tail : pVSprite location 'a1'; gelsInfo : pGelsInfo location 'a2'); syscall GfxBase 120;
+PROCEDURE InitGMasks(anOb : pAnimOb location 'a0'); syscall GfxBase 174;
+PROCEDURE InitMasks(vSprite : pVSprite location 'a0'); syscall GfxBase 126;
+PROCEDURE MoveSprite(vp : pViewPort location 'a0'; sprite : pSimpleSprite location 'a1'; x : LONGINT location 'd0'; y : LONGINT location 'd1'); syscall GfxBase 426;
+PROCEDURE RemIBob(bob : pBob location 'a0'; rp : pRastPort location 'a1'; vp : pViewPort location 'a2'); syscall GfxBase 132;
+PROCEDURE RemVSprite(vSprite : pVSprite location 'a0'); syscall GfxBase 138;
+PROCEDURE SetCollision(num : ULONG location 'd0'; routine : tPROCEDURE location 'a0'; gelsInfo : pGelsInfo location 'a1'); syscall GfxBase 144;
+PROCEDURE SortGList(rp : pRastPort location 'a1'); syscall GfxBase 150;
+{$else}
 PROCEDURE AddAnimOb(anOb : pAnimOb location 'a0'; anKey : ppAnimOb location 'a1'; rp : pRastPort location 'a2'); syscall GfxBase 156;
 PROCEDURE AddAnimOb(anOb : pAnimOb location 'a0'; anKey : ppAnimOb location 'a1'; rp : pRastPort location 'a2'); syscall GfxBase 156;
 PROCEDURE AddBob(bob : pBob location 'a0'; rp : pRastPort location 'a1'); syscall GfxBase 096;
 PROCEDURE AddBob(bob : pBob location 'a0'; rp : pRastPort location 'a1'); syscall GfxBase 096;
 PROCEDURE AddFont(textFont : pTextFont location 'a1'); syscall GfxBase 480;
 PROCEDURE AddFont(textFont : pTextFont location 'a1'); syscall GfxBase 480;
@@ -2424,6 +2538,9 @@ function ObtainBestPen(cm : pColorMap; r : ULONG; g : ULONG; b : ULONG; Const ar
 procedure SetRPAttrs(rp : pRastPort; Const argv : array of PtrUInt);
 procedure SetRPAttrs(rp : pRastPort; Const argv : array of PtrUInt);
 function VideoControlTags(colorMap : pColorMap; Const argv : array of PtrUInt) : LongWord;
 function VideoControlTags(colorMap : pColorMap; Const argv : array of PtrUInt) : LongWord;
 function WeighTAMatchTags(reqTextAttr : pTextAttr; targetTextAttr : pTextAttr; Const argv : array of PtrUInt) : smallint;
 function WeighTAMatchTags(reqTextAttr : pTextAttr; targetTextAttr : pTextAttr; Const argv : array of PtrUInt) : smallint;
+PROCEDURE SafeSetOutlinePen(w : pRastPort; c : byte);
+PROCEDURE SafeSetWriteMask( w : pRastPort ; m : smallint ) ;
+{$endif}
 
 
 { gfxmacros }
 { gfxmacros }
 
 
@@ -2433,9 +2550,7 @@ PROCEDURE SetAfPt(w: pRastPort;p: Pointer; n: Byte);
 PROCEDURE SetDrPt(w: pRastPort;p: Word);
 PROCEDURE SetDrPt(w: pRastPort;p: Word);
 PROCEDURE SetOPen(w: pRastPort;c: Byte);
 PROCEDURE SetOPen(w: pRastPort;c: Byte);
 PROCEDURE SetWrMsk(w: pRastPort; m: Byte);
 PROCEDURE SetWrMsk(w: pRastPort; m: Byte);
-
-PROCEDURE SafeSetOutlinePen(w : pRastPort; c : byte);
-PROCEDURE SafeSetWriteMask( w : pRastPort ; m : smallint ) ;
+procedure RemBob(Bob: PBob); inline;
 
 
 PROCEDURE OFF_DISPLAY (cust: pCustom);
 PROCEDURE OFF_DISPLAY (cust: pCustom);
 PROCEDURE ON_DISPLAY (cust: pCustom);
 PROCEDURE ON_DISPLAY (cust: pCustom);
@@ -2449,8 +2564,85 @@ function AreaCircle(Rp: PRastPort; xCenter, yCenter, r: SmallInt): LongWord; inl
 
 
 function RasSize(w, h: Word): Integer;
 function RasSize(w, h: Word): Integer;
 
 
+function CreateBitMap(Width, Height, Depth: Integer): PBitmap;
+procedure DestroyBitMap(MyBM: PBitmap; Width, Height, Depth: Integer);
+
+{$if defined(AMIGA_V1_2_ONLY)}
+procedure SetABPenDrMd(Rp: PRastPort; APen, BPen, Drawmode: LongWord); inline;
+function AllocBitMap(SizeX, SizeY, Depth, Flags: LongWord; friend_bitmap: PBitMap): PBitMap;
+procedure FreeBitMap(Bm: PBitMap);
+function GetBitMapAttr(Bm: PBitMap; AttrNum: LongWord): LongWord;
+{$endif}
+
+
 IMPLEMENTATION
 IMPLEMENTATION
 
 
+procedure RemBob(Bob: PBob);
+begin
+  Bob^.Flags := Bob^.Flags or BOBSAWAY;
+end;
+
+function CreateBitMap(Width, Height, Depth: Integer): PBitmap;
+var
+  MyBM: PBitmap;
+  i: Integer;
+begin
+  MyBM := ExecAllocMem(SizeOf(TBitMap), MEMF_CLEAR or MEMF_PUBLIC);
+  for i := 0 to Depth - 1 do
+    MyBM^.Planes[i] := AllocRaster(Width, Height);
+  for i := Depth to 7 do
+    MyBM^.Planes[i] := nil;
+  MyBM^.Flags := MyBM^.Flags or BMF_STANDARD;
+  CreateBitMap := MyBM;
+end;
+
+procedure DestroyBitMap(MyBM: PBitmap; Width, Height, Depth: Integer);
+var
+  i: Integer;
+begin
+  if MyBM <> nil then
+  begin
+    for i := 0 to Depth - 1 do
+      if MyBM^.Planes[i] <> nil then
+        FreeRaster(MyBM^.Planes[i], Width, Height);
+    FreeMem(MyBM, SizeOf(TBitMap));
+  end;
+end;
+
+
+{$if defined(AMIGA_V1_2_ONLY)}
+procedure SetABPenDrMd(Rp: PRastPort; APen, BPen, Drawmode: LongWord);
+begin
+  SetAPen(RP, APen);
+  SetBPen(RP, BPen);
+  SetDrMd(RP, DrawMode);
+end;
+
+function AllocBitMap(SizeX, SizeY, Depth, Flags: LongWord; friend_bitmap: PBitMap): PBitMap;
+begin
+  AllocBitMap := CreateBitmap(SizeX, SizeY, Depth);
+end;
+
+procedure FreeBitMap(Bm: PBitMap);
+begin
+  if bm <> nil then
+    DestroyBitMap(bm, Bm^.BytesPerRow * 8, bm^.Rows, bm^.Depth);
+end;
+
+function GetBitMapAttr(Bm: PBitMap; AttrNum: LongWord): LongWord;
+begin
+  case AttrNum of
+    BMA_HEIGHT: GetBitMapAttr := bm^.Rows;
+    BMA_WIDTH: GetBitMapAttr := bm^.BytesPerRow * 8;
+    BMA_DEPTH: GetBitMapAttr := bm^.Depth;
+    BMA_FLAGS: GetBitMapAttr := bm^.Flags and (BMF_DISPLAYABLE or BMF_INTERLEAVED or BMF_STANDARD);
+  else
+    GetBitMapAttr := 0;
+  end;
+end;
+{$endif}
+
+{$if not defined(AMIGA_V1_2_ONLY)}
 function AllocSpriteData(bm : pBitMap; Const argv : array of PtrUInt) : pExtSprite;
 function AllocSpriteData(bm : pBitMap; Const argv : array of PtrUInt) : pExtSprite;
 begin
 begin
     AllocSpriteData := AllocSpriteDataA(bm,@argv);
     AllocSpriteData := AllocSpriteDataA(bm,@argv);
@@ -2501,6 +2693,26 @@ begin
     WeighTAMatchTags := WeighTAMatch(reqTextAttr,targetTextAttr,@argv);
     WeighTAMatchTags := WeighTAMatch(reqTextAttr,targetTextAttr,@argv);
 end;
 end;
 
 
+PROCEDURE SafeSetOutlinePen(w : pRastPort; c : byte);
+begin
+    IF pGfxBase(GfxBase)^.LibNode.Lib_Version < 39 THEN begin
+        w^.AOlPen := c;
+        w^.Flags := w^.Flags OR AREAOUTLINE;
+    END ELSE begin
+        c := SetOutlinePen(w,c);
+    END;
+END;
+
+PROCEDURE SafeSetWriteMask( w : pRastPort ; m : smallint ) ;
+  VAR x : smallint ;
+BEGIN
+  IF pGfxBase(GfxBase)^.LibNode.Lib_Version < 39 THEN w^.Mask := BYTE(m)
+  ELSE x := SetWriteMask( w, m );
+END;
+
+
+{$endif}
+
 PROCEDURE BNDRYOFF (w: pRastPort);
 PROCEDURE BNDRYOFF (w: pRastPort);
 BEGIN
 BEGIN
     WITH w^ DO BEGIN
     WITH w^ DO BEGIN
@@ -2549,22 +2761,6 @@ BEGIN
     w^.Mask := m;
     w^.Mask := m;
 END;
 END;
 
 
-PROCEDURE SafeSetOutlinePen(w : pRastPort; c : byte);
-begin
-    IF pGfxBase(GfxBase)^.LibNode.Lib_Version < 39 THEN begin
-        w^.AOlPen := c;
-        w^.Flags := w^.Flags OR AREAOUTLINE;
-    END ELSE begin
-        c := SetOutlinePen(w,c);
-    END;
-END;
-
-PROCEDURE SafeSetWriteMask( w : pRastPort ; m : smallint ) ;
-  VAR x : smallint ;
-BEGIN
-  IF pGfxBase(GfxBase)^.LibNode.Lib_Version < 39 THEN w^.Mask := BYTE(m)
-  ELSE x := SetWriteMask( w, m );
-END;
 
 
 PROCEDURE OFF_DISPLAY (cust: pCustom);
 PROCEDURE OFF_DISPLAY (cust: pCustom);
 BEGIN
 BEGIN

+ 42 - 2
packages/amunits/src/coreunits/amigados.pas

@@ -1575,7 +1575,43 @@ CONST
 {    tags for NewLoadSeg }
 {    tags for NewLoadSeg }
 {    no tags are defined yet for NewLoadSeg }
 {    no tags are defined yet for NewLoadSeg }
 
 
+{$if defined(AMIGA_V1_2_ONLY)}
+PROCEDURE DOSClose(file_ : BPTR location 'd1'); syscall _DOSBase 036;
+FUNCTION DOSOpen(const name : pCHAR location 'd1'; accessMode : LONGINT location 'd2') : BPTR; syscall _DOSBase 030;
+FUNCTION DOSRead(file_ : BPTR location 'd1'; buffer : POINTER location 'd2'; length : LONGINT location 'd3') : LONGINT; syscall _DOSBase 042;
+FUNCTION DOSSeek(file_ : BPTR location 'd1'; position : LONGINT location 'd2'; offset : LONGINT location 'd3') : LONGINT; syscall _DOSBase 066;
+FUNCTION DOSWrite(file_ : BPTR location 'd1'; buffer : POINTER location 'd2'; length : LONGINT location 'd3') : LONGINT; syscall _DOSBase 048;
 
 
+FUNCTION CreateDir(const name : pCHAR location 'd1') : BPTR; syscall _DOSBase 120;
+FUNCTION CurrentDir(lock : BPTR location 'd1') : BPTR; syscall _DOSBase 126;
+FUNCTION DOSDeleteFile(const name : STRPTR location 'd1') : LongBool; syscall _DOSBase 072;
+FUNCTION Examine(lock : BPTR location 'd1'; fileInfoBlock : pFileInfoBlock location 'd2') : LongBool; syscall _DOSBase 102;
+FUNCTION ExNext(lock : BPTR location 'd1'; fileInfoBlock : pFileInfoBlock location 'd2') : LongBool; syscall _DOSBase 108;
+FUNCTION Info(lock : BPTR location 'd1'; parameterBlock : pInfoData location 'd2') : LongBool; syscall _DOSBase 114;
+FUNCTION ParentDir(lock : BPTR location 'd1') : BPTR; syscall _DOSBase 210;
+FUNCTION DOSRename(const oldName : STRPTR location 'd1';const newName : STRPTR location 'd2') : LongBool; syscall _DOSBase 078;
+FUNCTION SetComment(const name : pCHAR location 'd1';const comment : pCHAR location 'd2') : LongBool; syscall _DOSBase 180;
+FUNCTION SetProtection(const name : pCHAR location 'd1'; protect : LONGINT location 'd2') : LongBool; syscall _DOSBase 186;
+
+FUNCTION DupLock(lock : BPTR location 'd1') : BPTR; syscall _DOSBase 096;
+FUNCTION DOSInput : BPTR; syscall _DOSBase 054;
+FUNCTION IoErr : LONGINT; syscall _DOSBase 132;
+FUNCTION IsInteractive(file_ : BPTR location 'd1') : LongBool; syscall _DOSBase 216;
+FUNCTION Lock(const name : pCHAR location 'd1'; type_ : LONGINT location 'd2') : LONGINT; syscall _DOSBase 084;
+FUNCTION DOSOutput : BPTR; syscall _DOSBase 060;
+PROCEDURE UnLock(lock : BPTR location 'd1'); syscall _DOSBase 090;
+
+FUNCTION CreateProc(const name : pCHAR location 'd1'; pri : LONGINT location 'd2'; segList : BPTR location 'd3'; stackSize : LONGINT location 'd4') : pMsgPort; syscall _DOSBase 138;
+PROCEDURE DateStamp(date : pDateStamp location 'd1'); syscall _DOSBase 192;
+PROCEDURE DOSDelay(timeout : LONGINT location 'd1'); syscall _DOSBase 198;
+FUNCTION DeviceProc(const name : pCHAR location 'd1') : pMsgPort; syscall _DOSBase 174;
+PROCEDURE DOSExit(returnCode : LONGINT location 'd1'); syscall _DOSBase 144;
+FUNCTION WaitForChar(file_ : BPTR location 'd1'; timeout : LONGINT location 'd2') : LongBool; syscall _DOSBase 204;
+
+FUNCTION Execute(const string_ : pCHAR location 'd1'; file_ : BPTR location 'd2'; file2 : BPTR location 'd3') : LongBool; syscall _DOSBase 222;
+FUNCTION LoadSeg(const name : pCHAR location 'd1') : LONGINT; syscall _DOSBase 150;
+PROCEDURE UnLoadSeg(seglist : BPTR location 'd1'); syscall _DOSBase 156;
+{$else}
 PROCEDURE AbortPkt(port : pMsgPort location 'd1'; pkt : pDosPacket location 'd2'); syscall _DOSBase 264;
 PROCEDURE AbortPkt(port : pMsgPort location 'd1'; pkt : pDosPacket location 'd2'); syscall _DOSBase 264;
 FUNCTION AddBuffers(const name : pCHAR location 'd1'; number : LONGINT location 'd2') : LongBool; syscall _DOSBase 732;
 FUNCTION AddBuffers(const name : pCHAR location 'd1'; number : LONGINT location 'd2') : LongBool; syscall _DOSBase 732;
 FUNCTION AddDosEntry(dlist : pDosList location 'd1') : LongBool; syscall _DOSBase 678;
 FUNCTION AddDosEntry(dlist : pDosList location 'd1') : LongBool; syscall _DOSBase 678;
@@ -1739,10 +1775,13 @@ FUNCTION VPrintf(const format : pCHAR location 'd1'; const argarray : PLongInt l
 FUNCTION WaitForChar(file_ : BPTR location 'd1'; timeout : LONGINT location 'd2') : LongBool; syscall _DOSBase 204;
 FUNCTION WaitForChar(file_ : BPTR location 'd1'; timeout : LONGINT location 'd2') : LongBool; syscall _DOSBase 204;
 FUNCTION WaitPkt : pDosPacket; syscall _DOSBase 252;
 FUNCTION WaitPkt : pDosPacket; syscall _DOSBase 252;
 FUNCTION WriteChars(const buf : pCHAR location 'd1'; buflen : ULONG location 'd2') : LONGINT; syscall _DOSBase 942;
 FUNCTION WriteChars(const buf : pCHAR location 'd1'; buflen : ULONG location 'd2') : LONGINT; syscall _DOSBase 942;
+{$endif}
+
 
 
 FUNCTION BADDR(bval :BPTR): POINTER;
 FUNCTION BADDR(bval :BPTR): POINTER;
 FUNCTION MKBADDR(adr: Pointer): BPTR;
 FUNCTION MKBADDR(adr: Pointer): BPTR;
 
 
+{$if not defined(AMIGA_V1_2_ONLY)}
 // var args version
 // var args version
 FUNCTION AllocDosObjectTags(type_ : ULONG; Const argv : Array of PtrUInt) : POINTER;
 FUNCTION AllocDosObjectTags(type_ : ULONG; Const argv : Array of PtrUInt) : POINTER;
 FUNCTION CreateNewProcTags(Const argv : Array of PtrUInt) : pProcess;
 FUNCTION CreateNewProcTags(Const argv : Array of PtrUInt) : pProcess;
@@ -1819,6 +1858,7 @@ FUNCTION SplitName(const name : string; seperator : ULONG; buf : pCHAR; oldpos :
 FUNCTION StrToLong(const string_ : string; VAR value : LONGINT) : LONGINT;
 FUNCTION StrToLong(const string_ : string; VAR value : LONGINT) : LONGINT;
 FUNCTION SystemTagList(const command : string;const tags : pTagItem) : LONGINT;
 FUNCTION SystemTagList(const command : string;const tags : pTagItem) : LONGINT;
 FUNCTION DOSSystem(const command : string;const tags : pTagItem) : LONGINT;
 FUNCTION DOSSystem(const command : string;const tags : pTagItem) : LONGINT;
+{$endif}
 
 
 IMPLEMENTATION
 IMPLEMENTATION
 
 
@@ -1832,7 +1872,7 @@ FUNCTION MKBADDR(adr : POINTER): BPTR; inline;
 BEGIN
 BEGIN
     MKBADDR := BPTR( PTRUINT(adr) shr 2);
     MKBADDR := BPTR( PTRUINT(adr) shr 2);
 END;
 END;
-
+{$if not defined(AMIGA_V1_2_ONLY)}
 FUNCTION AllocDosObjectTags(type_ : ULONG; Const argv : Array of PtrUInt) : POINTER;
 FUNCTION AllocDosObjectTags(type_ : ULONG; Const argv : Array of PtrUInt) : POINTER;
 begin
 begin
      AllocDosObjectTags := AllocDosObjectTagList(type_, @argv);
      AllocDosObjectTags := AllocDosObjectTagList(type_, @argv);
@@ -2192,7 +2232,7 @@ FUNCTION DOSSystem(const command : string;const tags : pTagItem) : LONGINT;
 begin
 begin
      DOSSystem := DOSSystem(PChar(RawByteString(command)),tags);
      DOSSystem := DOSSystem(PChar(RawByteString(command)),tags);
 end;
 end;
-
+{$endif}
 
 
 END. (* UNIT DOS *)
 END. (* UNIT DOS *)
 
 

+ 6 - 1
packages/amunits/src/coreunits/amigalib.pas

@@ -73,6 +73,7 @@ function CreateTask (name: STRPTR; pri: longint;
 procedure DeleteTask (task: pTask); inline;
 procedure DeleteTask (task: pTask); inline;
 procedure NewList (list: pList); inline;
 procedure NewList (list: pList); inline;
 
 
+{$if not defined(AMIGA_V1_2_ONLY)}
 // moved to commodities, use them from there
 // moved to commodities, use them from there
 {* Commodities support functions from amiga.lib *}
 {* Commodities support functions from amiga.lib *}
 procedure FreeIEvents (events: pInputEvent); inline;
 procedure FreeIEvents (events: pInputEvent); inline;
@@ -99,6 +100,7 @@ function CoerceMethodA(cl : pIClass; obj : pObject_; msg : APTR): ulong; inline;
 function SetSuperAttrsA(cl : pIClass; obj: pObject_; msg : APTR): ulong; inline;
 function SetSuperAttrsA(cl : pIClass; obj: pObject_; msg : APTR): ulong; inline;
 
 
 function DoMethod(obj: PObject_; Params: array of DWord): LongWord; inline;
 function DoMethod(obj: PObject_; Params: array of DWord): LongWord; inline;
+{$endif}
 
 
 // moved to utility, use them from there
 // moved to utility, use them from there
 procedure HookEntry;
 procedure HookEntry;
@@ -256,6 +258,7 @@ begin
   CxTranslate := Commodities.CxTranslate(ie)
   CxTranslate := Commodities.CxTranslate(ie)
 end;
 end;
 
 
+{$if not defined(AMIGA_V1_2_ONLY)}
 function DoMethodA(obj : pObject_; msg : APTR): ulong; inline;
 function DoMethodA(obj : pObject_; msg : APTR): ulong; inline;
 begin
 begin
   DoMethodA := Intuition.DoMethodA(obj, msg);
   DoMethodA := Intuition.DoMethodA(obj, msg);
@@ -280,7 +283,7 @@ function SetSuperAttrsA(cl : pIClass; obj: pObject_; msg : APTR): ulong; inline;
 begin
 begin
   SetSuperAttrsA := Intuition.SetSuperAttrsA(cl, obj, msg);
   SetSuperAttrsA := Intuition.SetSuperAttrsA(cl, obj, msg);
 end;
 end;
-
+{$endif}
 { Do *NOT* change this to nostackframe! }
 { Do *NOT* change this to nostackframe! }
 { The compiler will build a stackframe with link/unlk. So that will actually correct
 { The compiler will build a stackframe with link/unlk. So that will actually correct
   the stackpointer for both Pascal/StdCall and Cdecl functions, so the stackpointer
   the stackpointer for both Pascal/StdCall and Cdecl functions, so the stackpointer
@@ -333,7 +336,9 @@ begin
           end;
           end;
       end;
       end;
     end;
     end;
+  {$if not defined(AMIGA_V1_2_ONLY)}
   VPrintf(Fmtstr,@argarray[0]);
   VPrintf(Fmtstr,@argarray[0]);
+  {$endif}
 end;
 end;
 
 
 procedure printf(Fmtstr : string; const Args : array of const);
 procedure printf(Fmtstr : string; const Args : array of const);

+ 139 - 0
packages/amunits/src/coreunits/exec.pas

@@ -1176,6 +1176,111 @@ CONST
 var
 var
   ExecBase: PExecBase absolute _ExecBase;
   ExecBase: PExecBase absolute _ExecBase;
 
 
+{$if defined(AMIGA_V1_2_ONLY)}
+FUNCTION Supervisor(userFunction : tPROCEDURE location 'a5') : ULONG; syscall _ExecBase 030;
+PROCEDURE Alert(alertNum : ULONG location 'd7'); syscall _ExecBase 108;
+PROCEDURE Debug(flags : ULONG location 'd0'); syscall _ExecBase 114;
+FUNCTION FindResident(const name : pCHAR location 'a1') : pResident; syscall _ExecBase 096;
+PROCEDURE InitCode(startClass : ULONG location 'd0'; version : ULONG location 'd1'); syscall _ExecBase 072;
+FUNCTION InitResident(const resident_ : pResident location 'a1'; segList : ULONG location 'd0') : POINTER; syscall _ExecBase 102;
+PROCEDURE InitStruct(const initTable : POINTER location 'a1'; memory : POINTER location 'a2'; size : ULONG location 'd0'); syscall _ExecBase 078;
+
+PROCEDURE AddIntServer(intNumber : LONGINT location 'd0'; interrupt_ : pInterrupt location 'a1'); syscall _ExecBase 168;
+PROCEDURE Cause(interrupt_ : pInterrupt location 'a1'); syscall _ExecBase 180;
+PROCEDURE Disable; syscall _ExecBase 120;
+PROCEDURE Enable; syscall _ExecBase 126;
+PROCEDURE Forbid; syscall _ExecBase 132;
+PROCEDURE Permit; syscall _ExecBase 138;
+PROCEDURE RemIntServer(intNumber : LONGINT location 'd0'; interrupt_ : pInterrupt location 'a1'); syscall _ExecBase 174;
+FUNCTION SetIntVector(intNumber : LONGINT location 'd0';const interrupt_ : pInterrupt location 'a1') : pInterrupt; syscall _ExecBase 162;
+FUNCTION SetSR(newSR : ULONG location 'd0'; mask : ULONG location 'd1') : ULONG; syscall _ExecBase 144;
+FUNCTION SuperState : POINTER; syscall _ExecBase 150;
+PROCEDURE UserState(sysStack : POINTER location 'd0'); syscall _ExecBase 156;
+
+FUNCTION AllocAbs(byteSize : ULONG location 'd0'; location : POINTER location 'a1') : POINTER; syscall _ExecBase 204;
+FUNCTION Allocate(freeList : pMemHeader location 'a0'; byteSize : ULONG location 'd0') : POINTER; syscall _ExecBase 186;
+FUNCTION AllocEntry(entry : pMemList location 'a0') : pMemList; syscall _ExecBase 222;
+FUNCTION ExecAllocMem(byteSize : ULONG location 'd0'; requirements : ULONG location 'd1') : POINTER; syscall _ExecBase 198;
+FUNCTION AvailMem(requirements : ULONG location 'd1') : ULONG; syscall _ExecBase 216;
+PROCEDURE Deallocate(freeList : pMemHeader location 'a0'; memoryBlock : POINTER location 'a1'; byteSize : ULONG location 'd1'); syscall _ExecBase 192;
+PROCEDURE FreeEntry(entry : pMemList location 'a0'); syscall _ExecBase 228;
+PROCEDURE ExecFreeMem(memoryBlock : POINTER location 'a1'; byteSize : ULONG location 'd0'); syscall _ExecBase 210;
+
+PROCEDURE AddHead(list : pList location 'a0'; node : pNode location 'a1'); syscall _ExecBase 240;
+PROCEDURE AddTail(list : pList location 'a0'; node : pNode location 'a1'); syscall _ExecBase 246;
+PROCEDURE Enqueue(list : pList location 'a0'; node : pNode location 'a1'); syscall _ExecBase 270;
+FUNCTION FindName(list : pList location 'a0'; const name : pCHAR location 'a1') : pNode; syscall _ExecBase 276;
+PROCEDURE ExecInsert(list : pList location 'a0'; node : pNode location 'a1'; pred : pNode location 'a2'); syscall _ExecBase 234;
+FUNCTION RemHead(list : pList location 'a0') : pNode; syscall _ExecBase 258;
+PROCEDURE Remove(node : pNode location 'a1'); syscall _ExecBase 252;
+FUNCTION RemTail(list : pList location 'a0') : pNode; syscall _ExecBase 264;
+
+FUNCTION AddTask(task : pTask location 'a1';const initPC : POINTER location 'a2';const finalPC : POINTER location 'a3') : POINTER; syscall _ExecBase 282;
+FUNCTION AllocSignal(signalNum : LONGINT location 'd0') : shortint; syscall _ExecBase 330;
+FUNCTION AllocTrap(trapNum : LONGINT location 'd0') : LONGINT; syscall _ExecBase 342;
+FUNCTION FindTask(const name : pCHAR location 'a1') : pTask; syscall _ExecBase 294;
+PROCEDURE FreeSignal(signalNum : LONGINT location 'd0'); syscall _ExecBase 336;
+PROCEDURE FreeTrap(trapNum : LONGINT location 'd0'); syscall _ExecBase 348;
+PROCEDURE RemTask(task : pTask location 'a1'); syscall _ExecBase 288;
+FUNCTION SetExcept(newSignals : ULONG location 'd0'; signalSet : ULONG location 'd1') : ULONG; syscall _ExecBase 312;
+FUNCTION SetSignal(newSignals : ULONG location 'd0'; signalSet : ULONG location 'd1') : ULONG; syscall _ExecBase 306;
+FUNCTION SetTaskPri(task : pTask location 'a1'; priority : LONGINT location 'd0') : shortint; syscall _ExecBase 300;
+FUNCTION Wait(signalSet : ULONG location 'd0') : ULONG; syscall _ExecBase 318;
+
+PROCEDURE AddPort(port : pMsgPort location 'a1'); syscall _ExecBase 354;
+FUNCTION FindPort(const name : pCHAR location 'a1') : pMsgPort; syscall _ExecBase 390;
+FUNCTION GetMsg(port : pMsgPort location 'a0') : pMessage; syscall _ExecBase 372;
+PROCEDURE PutMsg(port : pMsgPort location 'a0'; message : pMessage location 'a1'); syscall _ExecBase 366;
+PROCEDURE RemPort(port : pMsgPort location 'a1'); syscall _ExecBase 360;
+PROCEDURE ReplyMsg(message : pMessage location 'a1'); syscall _ExecBase 378;
+FUNCTION WaitPort(port : pMsgPort location 'a0') : pMessage; syscall _ExecBase 384;
+
+PROCEDURE AddLibrary(lib : pLibrary location 'a1'); syscall _ExecBase 396;
+PROCEDURE CloseLibrary(lib : pLibrary location 'a1'); syscall _ExecBase 414;
+PROCEDURE MakeFunctions(const target : POINTER location 'a0';const functionArray : POINTER location 'a1';const funcDispBase :pointer location 'a2'); syscall _ExecBase 090;
+FUNCTION MakeLibrary(const  funcInit : POINTER location 'a0';const  structInit : POINTER location 'a1'; libInit : tPROCEDURE location 'a2';dataSize : ULONG location 'd0'; segList : ULONG location 'd0') : pLibrary; syscall _ExecBase 084;
+FUNCTION OldOpenLibrary(const libName : pCHAR location 'a1') : pLibrary; syscall _ExecBase 408;
+FUNCTION OpenLibrary(const libName : pCHAR location 'a1'; version : ULONG location 'd0') : pLibrary; syscall _ExecBase 552;
+PROCEDURE RemLibrary(lib : pLibrary location 'a1'); syscall _ExecBase 402;
+FUNCTION SetFunction(lib : pLibrary location 'a1'; funcOffset : LONGINT location 'a0'; newFunction : tPROCEDURE location 'd0') : POINTER; syscall _ExecBase 420;
+PROCEDURE SumLibrary(lib : pLibrary location 'a1'); syscall _ExecBase 426;
+
+PROCEDURE AbortIO(ioRequest : pIORequest location 'a1'); syscall _ExecBase 480;
+PROCEDURE AddDevice(device : pDevice location 'a1'); syscall _ExecBase 432;
+FUNCTION CheckIO(ioRequest : pIORequest location 'a1') : pIORequest; syscall _ExecBase 468;
+PROCEDURE CloseDevice(ioRequest : pIORequest location 'a1'); syscall _ExecBase 450;
+FUNCTION DoIO(ioRequest : pIORequest location 'a1') : shortint; syscall _ExecBase 456;
+FUNCTION OpenDevice(const devName : pCHAR location 'a0'; unite : ULONG location 'd0'; ioRequest : pIORequest location 'a1'; flags : ULONG location 'd1') : shortint; syscall _ExecBase 444;
+PROCEDURE RemDevice(device : pDevice location 'a1'); syscall _ExecBase 438;
+PROCEDURE SendIO(ioRequest : pIORequest location 'a1'); syscall _ExecBase 462;
+FUNCTION WaitIO(ioRequest : pIORequest location 'a1') : shortint; syscall _ExecBase 474;
+
+PROCEDURE AddResource(resource : POINTER location 'a1'); syscall _ExecBase 486;
+FUNCTION OpenResource(const resName : pCHAR location 'a1') : POINTER; syscall _ExecBase 498;
+PROCEDURE RemResource(resource : POINTER location 'a1'); syscall _ExecBase 492;
+
+PROCEDURE AddSemaphore(sigSem : pSignalSemaphore location 'a1'); syscall _ExecBase 600;
+FUNCTION AttemptSemaphore(sigSem : pSignalSemaphore location 'a0') : LongBool; syscall _ExecBase 576;
+FUNCTION FindSemaphore(const sigSem : pCHAR location 'a1') : pSignalSemaphore; syscall _ExecBase 594;
+PROCEDURE InitSemaphore(sigSem : pSignalSemaphore location 'a0'); syscall _ExecBase 558;
+PROCEDURE ObtainSemaphore(sigSem : pSignalSemaphore location 'a0'); syscall _ExecBase 564;
+PROCEDURE ObtainSemaphoreList(sigSem : pList location 'a0'); syscall _ExecBase 582;
+FUNCTION Procure(sigSem : pSignalSemaphore location 'a0'; bidMsg : pSemaphoreMessage location 'a1') : LongBool; syscall _ExecBase 540;
+PROCEDURE ReleaseSemaphore(sigSem : pSignalSemaphore location 'a0'); syscall _ExecBase 570;
+PROCEDURE ReleaseSemaphoreList(sigSem : pList location 'a0'); syscall _ExecBase 588;
+PROCEDURE RemSemaphore(sigSem : pSignalSemaphore location 'a1'); syscall _ExecBase 606;
+PROCEDURE Vacate(sigSem : pSignalSemaphore location 'a0'; bidMsg : pSemaphoreMessage location 'a1'); syscall _ExecBase 546;
+
+PROCEDURE AddMemList(size : ULONG location 'd0'; attributes : ULONG location 'd1'; pri : LONGINT location 'd2'; base : POINTER location 'a0'; const name : pCHAR location 'a1'); syscall _ExecBase 618;
+PROCEDURE CopyMem(const source : POINTER location 'a0'; dest : POINTER location 'a1'; size : ULONG location 'd0'); syscall _ExecBase 624;
+PROCEDURE CopyMemQuick(const source : POINTER location 'a0'; dest : POINTER location 'a1'; size : ULONG location 'd0'); syscall _ExecBase 630;
+PROCEDURE SumKickData; syscall _ExecBase 612;
+
+FUNCTION GetCC : ULONG; syscall _ExecBase 528;
+function RawDoFmt(const formatString : pCHAR location 'a0';const dataStream : POINTER location 'a1'; putChProc : tPROCEDURE location 'a2'; putChData : POINTER location 'a3'): pointer; syscall _ExecBase 522;
+FUNCTION TypeOfMem(const address : POINTER location 'a1') : ULONG; syscall _ExecBase 534;
+
+{$else}
 PROCEDURE AbortIO(ioRequest : pIORequest location 'a1'); syscall _ExecBase 480;
 PROCEDURE AbortIO(ioRequest : pIORequest location 'a1'); syscall _ExecBase 480;
 PROCEDURE AddDevice(device : pDevice location 'a1'); syscall _ExecBase 432;
 PROCEDURE AddDevice(device : pDevice location 'a1'); syscall _ExecBase 432;
 PROCEDURE AddHead(list : pList location 'a0'; node : pNode location 'a1'); syscall _ExecBase 240;
 PROCEDURE AddHead(list : pList location 'a0'; node : pNode location 'a1'); syscall _ExecBase 240;
@@ -1306,6 +1411,7 @@ FUNCTION AVL_FindNextNodeByAddress(CONST node : pAVLNode location 'a0') : pAVLNo
 FUNCTION AVL_FindNextNodeByKey(CONST root : pAVLNode location 'a0'; key : POINTER location 'a1'; func : POINTER location 'a2') : pAVLNode; syscall _ExecBase 894;
 FUNCTION AVL_FindNextNodeByKey(CONST root : pAVLNode location 'a0'; key : POINTER location 'a1'; func : POINTER location 'a2') : pAVLNode; syscall _ExecBase 894;
 FUNCTION AVL_FindFirstNode(CONST root : pAVLNode location 'a0') : pAVLNode; syscall _ExecBase 900;
 FUNCTION AVL_FindFirstNode(CONST root : pAVLNode location 'a0') : pAVLNode; syscall _ExecBase 900;
 FUNCTION AVL_FindLastNode(CONST root : pAVLNode location 'a0') : pAVLNode; syscall _ExecBase 906;
 FUNCTION AVL_FindLastNode(CONST root : pAVLNode location 'a0') : pAVLNode; syscall _ExecBase 906;
+{$endif}
 
 
 FUNCTION FindName(list : pList; const name : String) : pNode;
 FUNCTION FindName(list : pList; const name : String) : pNode;
 FUNCTION FindPort(const name : String) : pMsgPort;
 FUNCTION FindPort(const name : String) : pMsgPort;
@@ -1333,6 +1439,16 @@ function CreateTask(Name: STRPTR; Pri: LongInt; InitPC: Pointer; StackSize: Long
 procedure DeleteTask(Task: PTask);
 procedure DeleteTask(Task: PTask);
 procedure NewList(List: PList);
 procedure NewList(List: PList);
 
 
+{$if defined(AMIGA_V1_2_ONLY)}
+function CreateMsgPort: PMsgPort;
+procedure DeleteMsgPort(Port: PMsgPort);
+
+function CreateIORequest(const Port: PMsgPort; Size: LongWord): PIORequest;
+procedure DeleteIORequest(IOReq: PIORequest);
+{$endif}
+
+
+
 IMPLEMENTATION
 IMPLEMENTATION
 
 
 function BitMask(no :shortint): longint; inline;
 function BitMask(no :shortint): longint; inline;
@@ -1444,6 +1560,17 @@ begin
   end
   end
 end;
 end;
 
 
+{$if defined(AMIGA_V1_2_ONLY)}
+function CreateIORequest(const Port: PMsgPort; Size: LongWord): PIORequest;
+begin
+  CreateIORequest := CreateExtIO(Port, Size);
+end;
+
+procedure DeleteIORequest(IOReq: PIORequest);
+begin
+  DeleteExtIO(IOReq);
+end;
+{$endif}
 
 
 function CreateStdIO(Port: PMsgPort): PIOStdReq;
 function CreateStdIO(Port: PMsgPort): PIOStdReq;
 begin
 begin
@@ -1507,6 +1634,18 @@ begin
   end;
   end;
 end;
 end;
 
 
+{$if defined(AMIGA_V1_2_ONLY)}
+function CreateMsgPort: PMsgPort;
+begin
+  CreateMsgPort := CreatePort(nil, 0);
+end;
+
+procedure DeleteMsgPort(Port: PMsgPort);
+begin
+  DeletePort(Port);
+end;
+{$endif}
+
 function CreateTask(Name: STRPTR; Pri: LongInt; InitPC: Pointer; StackSize: LongWord): PTask;
 function CreateTask(Name: STRPTR; Pri: LongInt; InitPC: Pointer; StackSize: LongWord): PTask;
 var
 var
   Memlist: PMemList;
   Memlist: PMemList;

+ 368 - 8
packages/amunits/src/coreunits/intuition.pas

@@ -4067,6 +4067,94 @@ CONST
 var
 var
   IntuitionBase: pIntuitionBase;
   IntuitionBase: pIntuitionBase;
 
 
+{$if defined(AMIGA_V1_2_ONLY)}
+PROCEDURE ActivateWindow(window : pWindow location 'a0'); syscall _IntuitionBase 450;
+PROCEDURE CloseWindow(window : pWindow location 'a0'); syscall _IntuitionBase 072;
+FUNCTION ModifyIDCMP(window : pWindow location 'a0'; flags : ULONG location 'd0') : LongBool; syscall _IntuitionBase 150;
+PROCEDURE MoveWindow(window : pWindow location 'a0'; dx : LONGINT location 'd0'; dy : LONGINT location 'd1'); syscall _IntuitionBase 168;
+FUNCTION OpenWindow(const newWindow : pNewWindow location 'a0') : pWindow; syscall _IntuitionBase 204;
+PROCEDURE RefreshWindowFrame(window : pWindow location 'a0'); syscall _IntuitionBase 456;
+PROCEDURE SetWindowTitles(window : pWindow location 'a0';const windowTitle : pCHAR location 'a1';const screenTitle : pCHAR location 'a2'); syscall _IntuitionBase 276;
+PROCEDURE SizeWindow(window : pWindow location 'a0'; dx : LONGINT location 'd0'; dy : LONGINT location 'd1'); syscall _IntuitionBase 288;
+FUNCTION WindowLimits(window : pWindow location 'a0'; widthMin : LONGINT location 'd0'; heightMin : LONGINT location 'd1'; widthMax : ULONG location 'd2'; heightMax : ULONG location 'd3') : LongBool; syscall _IntuitionBase 318;
+PROCEDURE WindowToBack(window : pWindow location 'a0'); syscall _IntuitionBase 306;
+PROCEDURE WindowToFront(window : pWindow location 'a0'); syscall _IntuitionBase 312;
+
+FUNCTION ActivateGadget(gadgets : pGadget location 'a0'; window : pWindow location 'a1'; requester : pRequester location 'a2') : LongBool syscall _IntuitionBase 462;
+FUNCTION AddGadget(window : pWindow location 'a0'; gadget : pGadget location 'a1'; position : ULONG location 'd0') : WORD; syscall _IntuitionBase 042;
+FUNCTION AddGList(window : pWindow location 'a0'; gadget : pGadget location 'a1'; position : ULONG location 'd0'; numGad : LONGINT location 'd1'; requester : pRequester location 'a2') : WORD; syscall _IntuitionBase 438;
+PROCEDURE ModifyProp(gadget : pGadget location 'a0'; window : pWindow location 'a1'; requester : pRequester location 'a2'; flags : ULONG location 'd0'; horizPot : ULONG location 'd1'; vertPot : ULONG location 'd2'; horizBody : ULONG location 'd3'; vertBody : ULONG location 'd4'); syscall _IntuitionBase 156;
+PROCEDURE NewModifyProp(gadget : pGadget location 'a0'; window : pWindow location 'a1'; requester : pRequester location 'a2'; flags : ULONG location 'd0'; horizPot : ULONG location 'd1'; vertPot : ULONG location 'd2'; horizBody : ULONG location 'd3'; vertBody : ULONG location 'd4'; numGad : LONGINT location 'd5'); syscall _IntuitionBase 468;
+PROCEDURE OffGadget(gadget : pGadget location 'a0'; window : pWindow location 'a1'; requester : pRequester location 'a2'); syscall _IntuitionBase 174;
+PROCEDURE OnGadget(gadget : pGadget location 'a0'; window : pWindow location 'a1'; requester : pRequester location 'a2'); syscall _IntuitionBase 186;
+PROCEDURE RefreshGadgets(gadgets : pGadget location 'a0'; window : pWindow location 'a1'; requester : pRequester location 'a2'); syscall _IntuitionBase 222;
+PROCEDURE RefreshGList(gadgets : pGadget location 'a0'; window : pWindow location 'a1'; requester : pRequester location 'a2'; numGad : LONGINT location 'd0'); syscall _IntuitionBase 432;
+FUNCTION RemoveGadget(window : pWindow; gadget : pGadget) : WORD; syscall _IntuitionBase 228;
+FUNCTION RemoveGList(remPtr : pWindow location 'a0'; gadget : pGadget location 'a1'; numGad : LONGINT location 'd0') : WORD; syscall _IntuitionBase 444;
+
+PROCEDURE ClearMenuStrip(window : pWindow location 'a0'); syscall _IntuitionBase 054;
+FUNCTION ItemAddress(const menuStrip : pMenu location 'a0'; menuNumber : ULONG location 'd0') : pMenuItem; syscall _IntuitionBase 144;
+PROCEDURE OffMenu(window : pWindow location 'a0'; menuNumber : ULONG location 'd0'); syscall _IntuitionBase 180;
+PROCEDURE OnMenu(window : pWindow location 'a0'; menuNumber : ULONG location 'd0'); syscall _IntuitionBase 192;
+FUNCTION SetMenuStrip(window : pWindow location 'a0'; menu : pMenu location 'a1') : LongBool; syscall _IntuitionBase 264;
+
+FUNCTION AutoRequest(window : pWindow location 'a0';const body : pIntuiText location 'a1';const posText : pIntuiText location 'a2';const negText : pIntuiText location 'a3'; pFlag : ULONG location 'd0'; nFlag : ULONG location 'd1'; width : ULONG location 'd2'; height : ULONG location 'd3') : LongBool; syscall _IntuitionBase 348;
+FUNCTION BuildSysRequest(window : pWindow location 'a0';const body : pIntuiText location 'a1';const posText : pIntuiText location 'a2';const negText : pIntuiText location 'a3'; flags : ULONG location 'd0'; width : ULONG location 'd1'; height : ULONG location 'd2') : pWindow; syscall _IntuitionBase 360;
+FUNCTION ClearDMRequest(window : pWindow location 'a0') : LongBool; syscall _IntuitionBase 048;
+FUNCTION DisplayAlert(alertNumber : ULONG location 'd0';const string_ : pCHAR location 'a0'; height : ULONG location 'd1') : LongBool; syscall _IntuitionBase 090;
+PROCEDURE EndRequest(requester : pRequester location 'a0'; window : pWindow location 'a1'); syscall _IntuitionBase 120;
+PROCEDURE FreeSysRequest(window : pWindow location 'a0'); syscall _IntuitionBase 372;
+PROCEDURE InitRequester(requester : pRequester location 'a0'); syscall _IntuitionBase 138;
+FUNCTION Request(requester : pRequester location 'a0'; window : pWindow location 'a1') : LongBool; syscall _IntuitionBase 240;
+FUNCTION SetDMRequest(window : pWindow location 'a0'; requester : pRequester location 'a1') : LongBool; syscall _IntuitionBase 258;
+
+function CloseScreen(screen : pScreen location 'a0'): LongBool; syscall _IntuitionBase 066;
+FUNCTION CloseWorkBench : LongBool; syscall _IntuitionBase 078;
+PROCEDURE DisplayBeep(screen : pScreen location 'a0'); syscall _IntuitionBase 096;
+FUNCTION GetScreenData(buffer : POINTER location 'a0'; size : ULONG location 'D0'; type_ : ULONG location 'd1';const screen : pScreen location 'a1') : LongBool; syscall _IntuitionBase 426;
+FUNCTION MakeScreen(screen : pScreen location 'a0') : LONGINT; syscall _IntuitionBase 378;
+PROCEDURE MoveScreen(screen : pScreen location 'a0'; dx : LONGINT location 'd0'; dy : LONGINT location 'd1'); syscall _IntuitionBase 162;
+FUNCTION OpenScreen(const newScreen : pNewScreen location 'a0') : pScreen; syscall _IntuitionBase 198;
+FUNCTION OpenWorkBench : ULONG; syscall _IntuitionBase 210;
+PROCEDURE ScreenToBack(screen : pScreen location 'a0'); syscall _IntuitionBase 246;
+PROCEDURE ScreenToFront(screen : pScreen location 'a0'); syscall _IntuitionBase 252;
+PROCEDURE ShowTitle(screen : pScreen location 'a0'; showIt : LONGINT location 'd0'); syscall _IntuitionBase 282;
+FUNCTION WBenchToBack : LongBool; syscall _IntuitionBase 336;
+FUNCTION WBenchToFront : LongBool; syscall _IntuitionBase 342;
+
+PROCEDURE ClearPointer(window : pWindow location 'a0'); syscall _IntuitionBase 060;
+PROCEDURE DrawBorder(rp : pRastPort location 'a0';const border : pBorder location 'a1'; leftOffset : LONGINT location 'd0'; topOffset : LONGINT location 'd1'); syscall _IntuitionBase 108;
+PROCEDURE DrawImage(rp : pRastPort location 'a0'; image : pImage location 'a1'; leftOffset : LONGINT location 'd0'; topOffset : LONGINT location 'd1'); syscall _IntuitionBase 114;
+FUNCTION IntuiTextLength(const iText : pIntuiText location 'a0') : LONGINT; syscall _IntuitionBase 330;
+PROCEDURE PrintIText(rp : pRastPort location 'a0';const iText : pIntuiText location 'a1'; left : LONGINT location 'd0'; top : LONGINT location 'd1'); syscall _IntuitionBase 216;
+PROCEDURE SetPointer(window : pWindow location 'a0'; pointer_ : pword location 'a1'; height : LONGINT location 'd0'; width : LONGINT location 'd1'; xOffset : LONGINT location 'd2'; yOffset : LONGINT location 'd3'); syscall _IntuitionBase 270;
+
+FUNCTION AllocRemember(var rememberKey : pRemember location 'a0'; size : ULONG location 'd0'; flags : ULONG location 'd1') : POINTER syscall _IntuitionBase 396;
+PROCEDURE FreeRemember(VAR rememberKey : pRemember location 'a0'; reallyForget : LONGINT location 'd0'); syscall _IntuitionBase 408;
+
+PROCEDURE BeginRefresh(window : pWindow location 'a0'); syscall _IntuitionBase 354;
+PROCEDURE EndRefresh(window : pWindow location 'a0'; complete : LONGBOOL location 'd0'); syscall _IntuitionBase 366;
+FUNCTION RemakeDisplay : LONGINT; syscall _IntuitionBase 384;
+FUNCTION RethinkDisplay : LONGINT; syscall _IntuitionBase 390;
+
+FUNCTION LockIBase(dontknow : ULONG location 'd0') : ULONG; syscall _IntuitionBase 414;
+PROCEDURE UnlockIBase(ibLock : ULONG location 'a0'); syscall _IntuitionBase 420;
+FUNCTION ViewAddress : pView; syscall _IntuitionBase 294;
+FUNCTION ViewPortAddress(const window : pWindow location 'a0') : pViewPort; syscall _IntuitionBase 300;
+
+PROCEDURE CurrentTime(VAR seconds : ULONG location 'a0'; VAR micros : ULONG location 'a1'); syscall _IntuitionBase 084;
+FUNCTION DoubleClick(sSeconds : ULONG location 'd0'; sMicros : ULONG location 'd1'; cSeconds : ULONG location 'd2'; cMicros : ULONG location 'd3') : LongBool; syscall _IntuitionBase 102;
+FUNCTION GetDefPrefs(preferences : pPreferences location 'a0'; size : LONGINT location 'd0') : pPreferences; syscall _IntuitionBase 126;
+FUNCTION GetPrefs(preferences : pPreferences location 'a0'; size : LONGINT location 'd0') : pPreferences; syscall _IntuitionBase 132;
+PROCEDURE ReportMouse(flag : LONGINT location 'd0'; window : pWindow location 'a0'); syscall _IntuitionBase 234;
+FUNCTION SetPrefs(const   preferences : pPreferences location 'a0'; size : LONGINT location 'd0'; inform : LONGINT location 'd1') : pPreferences; syscall _IntuitionBase 324;
+
+function OpenWindowTagList(NewWindow: PNewWindow; TagList: PTagItem):PWindow;
+function OpenScreenTagList(NewScreen: PNewScreen; TagList: PTagItem): PScreen;
+function EasyRequestArgs(Window: PWindow; const EasyStruct: PEasyStruct; IDCMPPtr: PLongWord; const Args: Pointer): LongInt;
+
+
+{$else}
 FUNCTION ActivateGadget(gadgets : pGadget location 'a0'; window : pWindow location 'a1'; requester : pRequester location 'a2') : LongBool syscall _IntuitionBase 462;
 FUNCTION ActivateGadget(gadgets : pGadget location 'a0'; window : pWindow location 'a1'; requester : pRequester location 'a2') : LongBool syscall _IntuitionBase 462;
 PROCEDURE ActivateWindow(window : pWindow location 'a0'); syscall _IntuitionBase 450;
 PROCEDURE ActivateWindow(window : pWindow location 'a0'); syscall _IntuitionBase 450;
 PROCEDURE AddClass(classPtr : pIClass location 'a0'); syscall _IntuitionBase 684;
 PROCEDURE AddClass(classPtr : pIClass location 'a0'); syscall _IntuitionBase 684;
@@ -4189,24 +4277,29 @@ FUNCTION WindowLimits(window : pWindow location 'a0'; widthMin : LONGINT locatio
 PROCEDURE WindowToBack(window : pWindow location 'a0'); syscall _IntuitionBase 306;
 PROCEDURE WindowToBack(window : pWindow location 'a0'); syscall _IntuitionBase 306;
 PROCEDURE WindowToFront(window : pWindow location 'a0'); syscall _IntuitionBase 312;
 PROCEDURE WindowToFront(window : pWindow location 'a0'); syscall _IntuitionBase 312;
 PROCEDURE ZipWindow(window : pWindow location 'a0'); syscall _IntuitionBase 504;
 PROCEDURE ZipWindow(window : pWindow location 'a0'); syscall _IntuitionBase 504;
+{$endif}
 
 
 function OpenScreenTags(newScreen : pNewScreen; tagList : array of PtrUInt) : pScreen;
 function OpenScreenTags(newScreen : pNewScreen; tagList : array of PtrUInt) : pScreen;
 function OpenWindowTags(newWindow : pNewWindow; tagList : array of PtrUInt) : pWindow;
 function OpenWindowTags(newWindow : pNewWindow; tagList : array of PtrUInt) : pWindow;
+
+{$if not defined(AMIGA_V1_2_ONLY)}
+function NewObject(classPtr : pIClass; classID : string; Const argv : array of PtrUInt ) : POINTER;
 function NewObject(classPtr : pIClass; classID : pCHAR; Const argv : array of PtrUInt) : POINTER;
 function NewObject(classPtr : pIClass; classID : pCHAR; Const argv : array of PtrUInt) : POINTER;
 function SetAttrs(obj : POINTER; tags: array of DWord) : ULONG;
 function SetAttrs(obj : POINTER; tags: array of DWord) : ULONG;
 function SetGadgetAttrs(gadget : pGadget; window : pWindow; requester : pRequester; Const argv : array of PtrUInt) : ULONG;
 function SetGadgetAttrs(gadget : pGadget; window : pWindow; requester : pRequester; Const argv : array of PtrUInt) : ULONG;
-function NewObject(classPtr : pIClass; classID : string; Const argv : array of PtrUInt ) : POINTER;
-function EasyRequest(window : pWindow;const easyStruct : pEasyStruct; idcmpPtr : pULONG; args : array of DWord) : LONGINT;
 procedure SetWindowPointer(win : pWindow; tags: array of DWord);
 procedure SetWindowPointer(win : pWindow; tags: array of DWord);
-
+{$endif}
+function EasyRequest(window : pWindow;const easyStruct : pEasyStruct; idcmpPtr : pULONG; args : array of DWord) : LONGINT;
 
 
 { Intuition macros }
 { Intuition macros }
+{$if not defined(AMIGA_V1_2_ONLY)}
 function INST_DATA (cl: pIClass; o: p_Object): Pointer;
 function INST_DATA (cl: pIClass; o: p_Object): Pointer;
 function SIZEOF_INSTANCE (cl: pIClass): Longint;
 function SIZEOF_INSTANCE (cl: pIClass): Longint;
 function BASEOBJECT (o: p_Object): Pointer;
 function BASEOBJECT (o: p_Object): Pointer;
 function _OBJ(o: p_Object): p_Object; inline;
 function _OBJ(o: p_Object): p_Object; inline;
 function __OBJECT (o: Pointer): p_Object; inline;
 function __OBJECT (o: Pointer): p_Object; inline;
 function OCLASS (o: Pointer): pIClass; inline;
 function OCLASS (o: Pointer): pIClass; inline;
+{$endif}
 function SHIFTITEM (n: smallint): word;
 function SHIFTITEM (n: smallint): word;
 function SHIFTMENU (n: smallint): word;
 function SHIFTMENU (n: smallint): word;
 function SHIFTSUB (n: smallint): word;
 function SHIFTSUB (n: smallint): word;
@@ -4222,14 +4315,17 @@ function SUBNUM( n : Word): Word;
 
 
 FUNCTION DisplayAlert(alertNumber : ULONG;const string_ : string; height : ULONG) : BOOLEAN;
 FUNCTION DisplayAlert(alertNumber : ULONG;const string_ : string; height : ULONG) : BOOLEAN;
 FUNCTION LockPubScreen(const name : string) : pScreen;
 FUNCTION LockPubScreen(const name : string) : pScreen;
+{$if not defined(AMIGA_V1_2_ONLY)}
 FUNCTION MakeClass(const classID : string;const superClassID : pCHAR;const superClassPtr : pIClass; instanceSize : ULONG; flags : ULONG) : pIClass;
 FUNCTION MakeClass(const classID : string;const superClassID : pCHAR;const superClassPtr : pIClass; instanceSize : ULONG; flags : ULONG) : pIClass;
 FUNCTION MakeClass(const classID : pCHAR;const superClassID : string;const superClassPtr : pIClass; instanceSize : ULONG; flags : ULONG) : pIClass;
 FUNCTION MakeClass(const classID : pCHAR;const superClassID : string;const superClassPtr : pIClass; instanceSize : ULONG; flags : ULONG) : pIClass;
 FUNCTION MakeClass(const classID : string;const superClassID : string;const superClassPtr : pIClass; instanceSize : ULONG; flags : ULONG) : pIClass;
 FUNCTION MakeClass(const classID : string;const superClassID : string;const superClassPtr : pIClass; instanceSize : ULONG; flags : ULONG) : pIClass;
 FUNCTION NewObjectA(classPtr : pIClass;const classID : string;const tagList : pTagItem) : POINTER;
 FUNCTION NewObjectA(classPtr : pIClass;const classID : string;const tagList : pTagItem) : POINTER;
+{$endif}
 PROCEDURE SetDefaultPubScreen(const name : string);
 PROCEDURE SetDefaultPubScreen(const name : string);
 FUNCTION TimedDisplayAlert(alertNumber : ULONG;const string_ : string; height : ULONG; time : ULONG) : BOOLEAN;
 FUNCTION TimedDisplayAlert(alertNumber : ULONG;const string_ : string; height : ULONG; time : ULONG) : BOOLEAN;
 PROCEDURE UnlockPubScreen(const name : string; screen : pScreen);
 PROCEDURE UnlockPubScreen(const name : string; screen : pScreen);
 
 
+{$if not defined(AMIGA_V1_2_ONLY)}
 function DoMethodA(Obj: PObject_; Msg: APTR): PtrUInt;
 function DoMethodA(Obj: PObject_; Msg: APTR): PtrUInt;
 function DoSuperMethodA(Cl: PIClass; Obj: PObject_; Msg: APTR): PtrUInt;
 function DoSuperMethodA(Cl: PIClass; Obj: PObject_; Msg: APTR): PtrUInt;
 function CoerceMethodA(Cl: PIClass; Obj: PObject_; Msg: APTR): PtrUInt;
 function CoerceMethodA(Cl: PIClass; Obj: PObject_; Msg: APTR): PtrUInt;
@@ -4237,9 +4333,265 @@ function SetSuperAttrsA(Cl: PIClass; Obj: PObject_; Msg : APTR): PtrUInt;
 
 
 function DoMethod(Obj: PObject_; Params: array of PtrUInt): LongWord; inline;
 function DoMethod(Obj: PObject_; Params: array of PtrUInt): LongWord; inline;
 function DoSuperMethod(Cl: PIClass; Obj: PObject_; const Params: array of PtrUInt): PtrUInt; inline;
 function DoSuperMethod(Cl: PIClass; Obj: PObject_; const Params: array of PtrUInt): PtrUInt; inline;
+{$endif}
 
 
 IMPLEMENTATION
 IMPLEMENTATION
 
 
+
+{$if defined(AMIGA_V1_2_ONLY)}
+function OpenWindowTagList(NewWindow: PNewWindow; TagList: PTagItem):PWindow;
+var
+  Nw: TNewWindow;
+  Scr: PScreen;
+  LockedScreenName: PChar;
+  ScreenTitle: PChar;
+  Win: PWindow;
+  ILock: LongWord;
+begin
+  if not Assigned(NewWindow) then
+  begin
+    NewWindow := @Nw;
+    FillChar(Nw, SizeOf(Nw), 0);
+    NW.LeftEdge := 20;
+    NW.TopEdge := 20;
+    NW.Width := 200;
+    NW.Height := 100;
+    Nw.DetailPen := 0;
+    Nw.BlockPen := 1;
+    nw.MaxWidth := 640;
+    nw.MaxHeight := 512;
+    nw.WType := WBENCHSCREEN_F;
+  end;
+  LockedScreenName := nil;
+  ScreenTitle := nil;
+  //
+  while TagList <> nil do
+  begin
+    case TagList^.ti_Tag of
+      WA_Flags: NewWindow^.Flags := NewWindow^.Flags or TagList^.ti_Data;
+      WA_Gadgets: NewWindow^.FirstGadget := Pointer(TagList^.ti_Data);
+      WA_GimmeZeroZero: NewWindow^.Flags := NewWindow^.Flags or WFLG_GIMMEZEROZERO;
+      WA_InnerHeight,WA_Height: NewWindow^.Height := TagList^.ti_Data;
+      WA_IDCMP: NewWindow^.IDCMPFlags := NewWindow^.IDCMPFlags or TagList^.ti_Data;
+      WA_Left: NewWindow^.LeftEdge := TagList^.ti_Data;
+      WA_MaxHeight: NewWindow^.MaxHeight := TagList^.ti_Data;
+      WA_MaxWidth: NewWindow^.MaxWidth := TagList^.ti_Data;
+      WA_MinHeight: NewWindow^.MinHeight := TagList^.ti_Data;
+      WA_MinWidth: NewWindow^.MinWidth := TagList^.ti_Data;
+      WA_NoCareRefresh: NewWindow^.Flags := NewWindow^.Flags or WFLG_NOCAREREFRESH;
+      WA_PubScreen: NewWindow^.Screen := Pointer(TagList^.ti_Data);
+      WA_PubScreenName:
+      begin
+        ILock := LockIBase(0);
+        LockedScreenName := PChar(TagList^.ti_Data);
+        if (LowerCase(string(LockedScreenName)) = 'workbench') or (LockedScreenName = nil) then
+        begin
+          NewWindow^.WType := WBENCHSCREEN_F;
+          NewWindow^.Screen := nil;
+        end
+        else
+        begin
+          Scr := pIntuitionBase(_IntuitionBase)^.FirstScreen;
+        while Assigned(Scr) do
+        begin
+          if LowerCase(string(scr^.Title)) = LowerCase(string(LockedScreenName)) then
+          begin
+            NewWindow^.Screen := Scr;
+            NewWindow^.WType := CUSTOMSCREEN_F;
+            Break;
+          end;
+          Scr := Scr^.NextScreen
+        end;
+        UnlockIBase(ILock);
+      end;
+      end;
+      WA_ReportMouse: NewWindow^.Flags := NewWindow^.Flags or WFLG_REPORTMOUSE;
+      WA_RMBTrap: NewWindow^.Flags := NewWindow^.Flags or WFLG_RMBTRAP;
+      WA_ScreenTitle: ScreenTitle := PChar(TagList^.ti_Data);
+      WA_SimpleRefresh: NewWindow^.Flags := NewWindow^.Flags or WFLG_SIMPLE_REFRESH;
+      WA_SizeBBottom: NewWindow^.Flags := NewWindow^.Flags or WFLG_SIZEBBOTTOM;
+      WA_SizeBRight: NewWindow^.Flags := NewWindow^.Flags or WFLG_SIZEBRIGHT;
+      WA_SizeGadget: NewWindow^.Flags := NewWindow^.Flags or WFLG_SIZEGADGET;
+      WA_SmartRefresh: NewWindow^.Flags := NewWindow^.Flags or WFLG_SMART_REFRESH;
+      WA_SuperBitMap: NewWindow^.BitMap := Pointer(TagList^.ti_Data);
+      WA_Title: NewWindow^.Title := PChar(TagList^.ti_Data);
+      WA_Top: NewWindow^.TopEdge := TagList^.ti_Data;
+      WA_InnerWidth,WA_Width: NewWindow^.Width := TagList^.ti_Data;
+    end;
+    TagList := NextTagItem(TagList);
+  end;
+  Win := OpenWindow(NewWindow);
+  if Assigned(Win) and Assigned(ScreenTitle) then
+    SetWindowTitles(Win, NewWindow^.Title, ScreenTitle);
+  OpenWindowTagList := Win;
+end;
+
+function OpenScreenTagList(NewScreen: PNewScreen; TagList: PTagItem): PScreen;
+var
+  Scr: PScreen;
+  Ns: TNewScreen;
+  ILock: LongWord;
+  STagList: PTagItem;
+begin
+  OpenScreenTagList := nil;
+  if not Assigned(NewScreen) then
+  begin
+    NewScreen := @Ns;
+    FillChar(Ns, SizeOf(Ns), 0);
+    Ns.LeftEdge := 0;
+    Ns.TopEdge := 0;
+    Ns.Width := 320;
+    Ns.Height := 200;
+    Ns.DetailPen := 0;
+    Ns.BlockPen := 1;
+    Ns.Depth := 1;
+    Ns.ViewModes := 0;
+  end;
+  // SEarch for Like Workbench
+  STagList := TagList;
+  while STagList <> nil do
+  begin
+    if STagList^.ti_Tag = SA_LikeWorkbench then
+    begin
+      ILock := LockIBase(0);
+      Scr := PIntuitionBase(_IntuitionBase)^.FirstScreen;
+      if Assigned(Scr) then
+      begin
+        NewScreen^.LeftEdge := Scr^.LeftEdge;
+        NewScreen^.TopEdge := Scr^.TopEdge;
+        NewScreen^.Width := Scr^.Width;
+        NewScreen^.Height := Scr^.Height;
+        NewScreen^.Font := Scr^.Font;
+        NewScreen^.Depth := Scr^.BitMap.Depth;
+        NewScreen^.DetailPen := Scr^.DetailPen;
+        NewScreen^.BlockPen := Scr^.BlockPen;
+        NewScreen^.ViewModes := Scr^.ViewPort.Modes;
+        NewScreen^.SType := Scr^.Flags; // not sure if that is correct
+      end;
+      UnlockIBase(ILock);
+    end;
+    STagList := NextTagItem(STagList);
+  end;
+  // check the other tags
+  while TagList <> nil do
+  begin
+    case TagList^.ti_Tag of
+      SA_AutoScroll: if TagList^.ti_Data <> 0 then NewScreen^.SType := NewScreen^.SType or AUTOSCROLL else NewScreen^.SType := NewScreen^.SType and not AUTOSCROLL;
+      SA_Behind: if TagList^.ti_Data <> 0 then NewScreen^.SType := NewScreen^.SType or SCREENBEHIND_F else NewScreen^.SType := NewScreen^.SType and not SCREENBEHIND_F;
+      SA_BitMap: begin NewScreen^.SType := NewScreen^.SType or CUSTOMBITMAP_F; NewScreen^.CustomBitMap := Pointer(TagList^.ti_Data); end;
+      SA_BlockPen: NewScreen^.BlockPen := TagList^.ti_Data;
+      //SA_ColorMapEntries: TODO:
+      //SA_Colors: todo: after
+      //SA_Colors32: todo: after
+      SA_Depth: NewScreen^.Depth := TagList^.ti_Data;
+      SA_DetailPen: NewScreen^.DetailPen := TagList^.ti_Data;
+      SA_Font: NewScreen^.Font := Pointer(TagList^.ti_Data);
+      //SA_FullPalette: TODO:
+      //SA_Pens: TODO:
+      SA_Height: NewScreen^.Height := TagList^.ti_Data;
+      SA_Left: NewScreen^.LeftEdge := TagList^.ti_Data;
+      //SA_PubName: TODO: hmmm, not really possible
+      SA_Quiet: if TagList^.ti_Data <> 0 then NewScreen^.SType := NewScreen^.SType or SCREENQUIET_F else NewScreen^.SType := NewScreen^.SType and not SCREENQUIET_F;
+      SA_ShowTitle: if TagList^.ti_Data <> 0 then NewScreen^.SType := NewScreen^.SType or SHOWTITLE_F else NewScreen^.SType := NewScreen^.SType and not SHOWTITLE_F;
+      SA_Title: NewScreen^.DefaultTitle := PChar(TagList^.ti_Data);
+      SA_Top: NewScreen^.TopEdge := TagList^.ti_Data;
+      SA_Type: NewScreen^.SType := NewScreen^.SType or (TagList^.ti_Data) and not PUBLICSCREEN_F;
+      SA_DisplayID: NewScreen^.ViewModes := TagList^.ti_Data;
+      SA_Width: NewScreen^.Width := TagList^.ti_Data;
+    end;
+    TagList := NextTagItem(TagList);
+  end;
+  Scr := OpenScreen(NewScreen);
+  OpenScreenTagList := Scr;
+end;
+
+function EasyRequestArgs(Window: PWindow; const EasyStruct: PEasyStruct; IDCMPPtr: PLongWord; const Args: Pointer): LongInt;
+var
+  Body, PosText, NegText: TIntuiText;
+  pFlags, nFlags, Width, Height: LongWord;
+  pText, NText, s: AnsiString;
+  Found: Boolean;
+  i: Integer;
+  Target: array[0..255] of Char;
+  Magic: LongWord;
+begin
+  Magic := $16c04e75; // move.b d0,(a3)+ rts
+  RawDoFmt(easyStruct^.es_TextFormat, args, TProcedure(@Magic), @Target[0]);
+  with Body do
+  begin
+    BackPen := 1;
+    FrontPen := 2;
+    DrawMode := JAM1;
+    IText := @Target[0];
+    LeftEdge := 17;
+    TopEdge := 20;
+    ITextFont := nil;
+    NextText := nil;
+  end;
+  //
+  NText := '';
+  PText := '';
+  if Assigned(easyStruct^.es_GadgetFormat) then
+  begin
+    s := string(easyStruct^.es_GadgetFormat);
+    Found := False;
+    for i := 1 to Length(s) do
+    begin
+      if not Found and (s[i] = '|') then
+        Found := True
+      else
+      begin
+        if Found then
+          NText := NText + s[i]
+        else
+          PText := PText + s[i];
+      end;
+    end;
+  end;
+
+  if (PText = '') and (NText = '') then
+    PText := 'Ok';
+
+  with PosText do
+  begin
+    BackPen := 1;
+    FrontPen := 2;
+    DrawMode := JAM1;
+    IText := PChar(PText);
+    LeftEdge := 7;
+    TopEdge := 4;
+    ITextFont := nil;
+    NextText := nil;
+  end;
+
+  with NegText do
+  begin
+    BackPen := 1;
+    FrontPen := 2;
+    DrawMode := JAM1;
+    IText := PChar(NText);
+    LeftEdge := 7;
+    TopEdge := 4;
+    ITextFont := nil;
+    NextText := nil;
+  end;
+
+  Width := IntuiTextLength(@Body) + 50;
+  Height := 70;
+  if idcmpPtr <> nil then
+    pFlags := idcmpPtr^
+  else
+    pFlags := 0;
+  NFlags := 0;
+
+  if AutoRequest(Window, @Body, @PosText, @NegText, pFlags, nFlags, Width, Height) then
+    EasyRequestArgs := 1
+  else
+    EasyRequestArgs := 0;
+end;
+{$endif}
+
+
 function OpenScreenTags(newScreen : pNewScreen; tagList : array of PtrUInt) : pScreen;
 function OpenScreenTags(newScreen : pNewScreen; tagList : array of PtrUInt) : pScreen;
 begin
 begin
     OpenScreenTags := OpenScreenTagList(newScreen, @tagList);
     OpenScreenTags := OpenScreenTagList(newScreen, @tagList);
@@ -4250,6 +4602,7 @@ begin
     OpenWindowTags := OpenWindowTagList(newWindow, @tagList);
     OpenWindowTags := OpenWindowTagList(newWindow, @tagList);
 end;
 end;
 
 
+{$if not defined(AMIGA_V1_2_ONLY)}
 function NewObject(classPtr : pIClass; classID : pCHAR; Const argv : array of PtrUInt) : POINTER;
 function NewObject(classPtr : pIClass; classID : pCHAR; Const argv : array of PtrUInt) : POINTER;
 begin
 begin
     NewObject := NewObjectA(classPtr,classID, @argv);
     NewObject := NewObjectA(classPtr,classID, @argv);
@@ -4270,16 +4623,19 @@ begin
     SetGadgetAttrs := SetGadgetAttrsA(gadget,window,requester,@argv);
     SetGadgetAttrs := SetGadgetAttrsA(gadget,window,requester,@argv);
 end;
 end;
 
 
-function EasyRequest(window : pWindow;const easyStruct : pEasyStruct; idcmpPtr : pULONG; args : array of DWord) : LONGINT;
+procedure SetWindowPointer(win : pWindow; tags: array of DWord);
 begin
 begin
-  EasyRequest := EasyRequestArgs(window, easystruct, idcmpptr, @args);
+  SetWindowPointerA(win, @tags);
 end;
 end;
+{$endif}
 
 
-procedure SetWindowPointer(win : pWindow; tags: array of DWord);
+function EasyRequest(window : pWindow;const easyStruct : pEasyStruct; idcmpPtr : pULONG; args : array of DWord) : LONGINT;
 begin
 begin
-  SetWindowPointerA(win, @tags);
+  EasyRequest := EasyRequestArgs(window, easystruct, idcmpptr, @args);
 end;
 end;
 
 
+
+{$if not defined(AMIGA_V1_2_ONLY)}
 function INST_DATA (cl: pIClass; o: p_Object): Pointer; inline;
 function INST_DATA (cl: pIClass; o: p_Object): Pointer; inline;
 begin
 begin
     INST_DATA := Pointer(Longint(o) + cl^.cl_InstOffset);
     INST_DATA := Pointer(Longint(o) + cl^.cl_InstOffset);
@@ -4309,6 +4665,7 @@ function OCLASS (o: Pointer): pIClass; inline;
 begin
 begin
     OCLASS := p_Object(o - sizeof(t_Object))^.o_Class;
     OCLASS := p_Object(o - sizeof(t_Object))^.o_Class;
 end;
 end;
+{$endif}
 
 
 function SHIFTITEM (n: smallint): word; inline;
 function SHIFTITEM (n: smallint): word; inline;
 begin
 begin
@@ -4389,6 +4746,7 @@ begin
       LockPubScreen := LockPubScreen(PChar(RawByteString(name)));
       LockPubScreen := LockPubScreen(PChar(RawByteString(name)));
 end;
 end;
 
 
+{$if not defined(AMIGA_V1_2_ONLY)}
 FUNCTION MakeClass(const classID : string;const superClassID : pCHAR;const superClassPtr : pIClass; instanceSize : ULONG; flags : ULONG) : pIClass;
 FUNCTION MakeClass(const classID : string;const superClassID : pCHAR;const superClassPtr : pIClass; instanceSize : ULONG; flags : ULONG) : pIClass;
 begin
 begin
       MakeClass := MakeClass(PChar(RawByteString(classID)),superClassID,superClassPtr,instanceSize,flags);
       MakeClass := MakeClass(PChar(RawByteString(classID)),superClassID,superClassPtr,instanceSize,flags);
@@ -4408,6 +4766,7 @@ FUNCTION NewObjectA(classPtr : pIClass;const classID : string;const tagList : pT
 begin
 begin
       NewObjectA := NewObjectA(classPtr,PChar(RawByteString(classID)),taglist);
       NewObjectA := NewObjectA(classPtr,PChar(RawByteString(classID)),taglist);
 end;
 end;
+{$endif}
 
 
 PROCEDURE SetDefaultPubScreen(const name : string);
 PROCEDURE SetDefaultPubScreen(const name : string);
 begin
 begin
@@ -4424,7 +4783,7 @@ begin
       UnlockPubScreen(PChar(RawByteString(name)),screen);
       UnlockPubScreen(PChar(RawByteString(name)),screen);
 end;
 end;
 
 
-
+{$if not defined(AMIGA_V1_2_ONLY)}
 function DoMethodA(Obj: PObject_; Msg: APTR): PtrUInt;
 function DoMethodA(Obj: PObject_; Msg: APTR): PtrUInt;
 begin
 begin
   if Assigned(Obj) then
   if Assigned(Obj) then
@@ -4470,6 +4829,7 @@ begin
   arr[2] := 0;
   arr[2] := 0;
   SetSuperAttrsA := DoSuperMethodA(Cl, Obj, @arr);
   SetSuperAttrsA := DoSuperMethodA(Cl, Obj, @arr);
 end;
 end;
+{$endif}
 
 
 initialization
 initialization
   IntuitionBase := pIntuitionBase(_IntuitionBase);
   IntuitionBase := pIntuitionBase(_IntuitionBase);

+ 48 - 0
packages/amunits/src/coreunits/keymap.pas

@@ -110,13 +110,58 @@ VAR KeymapBase : pLibrary = nil;
 const
 const
     KEYMAPNAME : PChar = 'keymap.library';
     KEYMAPNAME : PChar = 'keymap.library';
 
 
+{$if defined(AMIGA_V1_2_ONLY)}
+function MapRawKey(event: PInputEvent; Buffer: PCHAR; Length: LongInt; keyMap: PKeyMap): SmallInt;
+{$else}
 FUNCTION AskKeyMapDefault : pKeyMap; syscall KeymapBase 036;
 FUNCTION AskKeyMapDefault : pKeyMap; syscall KeymapBase 036;
 FUNCTION MapANSI(thestring : pCHAR location 'a0'; count : LONGINT location 'd0'; buffer : pCHAR location 'a1'; length : LONGINT location 'd1'; keyMap : pKeyMap location 'a2') : LONGINT; syscall KeymapBase 048;
 FUNCTION MapANSI(thestring : pCHAR location 'a0'; count : LONGINT location 'd0'; buffer : pCHAR location 'a1'; length : LONGINT location 'd1'; keyMap : pKeyMap location 'a2') : LONGINT; syscall KeymapBase 048;
 FUNCTION MapRawKey(event : pInputEvent location 'a0'; buffer : pCHAR location 'a1'; length : LONGINT location 'd1'; keyMap : pKeyMap location 'a2') : smallint; syscall KeymapBase 042;
 FUNCTION MapRawKey(event : pInputEvent location 'a0'; buffer : pCHAR location 'a1'; length : LONGINT location 'd1'; keyMap : pKeyMap location 'a2') : smallint; syscall KeymapBase 042;
 PROCEDURE SetKeyMapDefault(keyMap : pKeyMap location 'a0'); syscall KeymapBase 030;
 PROCEDURE SetKeyMapDefault(keyMap : pKeyMap location 'a0'); syscall KeymapBase 030;
+{$endif}
 
 
 IMPLEMENTATION
 IMPLEMENTATION
 
 
+{$if defined(AMIGA_V1_2_ONLY)}
+var
+  ConDev: PDevice = nil;
+  ConMsgPort: PMsgPort = nil;
+  ConIOReq: PIORequest = nil;
+
+function RawKeyConvert(Events: PInputEvent location 'a0'; Buffer: PCHAR location 'a1'; Length: LongInt location 'd1'; KeyMap: PKeyMap location 'a2'): LongInt; syscall ConDev 048;
+
+function MapRawKey(event: PInputEvent; Buffer: PCHAR; Length: LongInt; keyMap: PKeyMap): SmallInt;
+begin
+  if not Assigned(ConDev) then
+  begin
+    ConMsgPort := CreatePort(nil, 0);
+    ConIOReq := CreateExtIO(ConMsgPort, SizeOf(TIOStdReq));
+
+    OpenDevice('console.device', -1, ConIOReq, 0);
+
+    ConDev := ConIOReq^.io_Device;
+  end;
+  if Assigned(ConDev) then
+    MapRawKey := RawKeyConvert(event, Buffer, length, keymap)
+  else
+    MapRawKey := 0;
+end;
+
+procedure CloseKeyMapConsole;
+begin
+  if Assigned(ConDev) and Assigned(ConIOReq) then
+  begin
+    CloseDevice(ConIOReq);
+    DeleteExtIO(ConIOReq);
+  end;
+  ConDev := nil;
+  ConIOReq := nil;
+  if Assigned(ConMsgPort) then
+    DeletePort(ConMsgPort);
+  ConMsgPort := nil;
+end;
+
+{$endif}
+
 const
 const
     { Change VERSION and LIBVERSION to proper values }
     { Change VERSION and LIBVERSION to proper values }
     VERSION : string[2] = '0';
     VERSION : string[2] = '0';
@@ -127,6 +172,9 @@ initialization
 finalization
 finalization
   if Assigned(KeymapBase) then
   if Assigned(KeymapBase) then
     CloseLibrary(KeymapBase);
     CloseLibrary(KeymapBase);
+  {$if defined(AMIGA_V1_2_ONLY)}
+  CloseKeyMapConsole;
+  {$endif}
 END. (* UNIT KEYMAP *)
 END. (* UNIT KEYMAP *)
 
 
 
 

+ 41 - 0
packages/amunits/src/coreunits/utility.pas

@@ -339,6 +339,11 @@ Type
 var
 var
   UtilityBase: pUtilityBase;
   UtilityBase: pUtilityBase;
 
 
+{$if defined(AMIGA_V1_2_ONLY)}
+function NextTagItem(var Item: PTagItem): PTagItem; inline;
+
+{$else}
+
 function AddNamedObject(nameSpace : pNamedObject location 'a0';obj : pNamedObject location 'a1') : LongBool; syscall _UtilityBase 222;
 function AddNamedObject(nameSpace : pNamedObject location 'a0';obj : pNamedObject location 'a1') : LongBool; syscall _UtilityBase 222;
 function AllocateTagItems(num : ULONG location 'd0') : pTagItem; syscall _UtilityBase 066;
 function AllocateTagItems(num : ULONG location 'd0') : pTagItem; syscall _UtilityBase 066;
 function AllocNamedObjectA(const name : STRPTR location 'a0';const TagList : pTagItem location 'a1') : pNamedObject; syscall _UtilityBase 228;
 function AllocNamedObjectA(const name : STRPTR location 'a0';const TagList : pTagItem location 'a1') : pNamedObject; syscall _UtilityBase 228;
@@ -389,6 +394,7 @@ FUNCTION Stricmp(CONST string1 : string; CONST string2 : string) : LONGINT;
 FUNCTION Strnicmp(CONST string1 : string; CONST string2 : pCHAR; length : LONGINT) : LONGINT;
 FUNCTION Strnicmp(CONST string1 : string; CONST string2 : pCHAR; length : LONGINT) : LONGINT;
 FUNCTION Strnicmp(CONST string1 : pCHAR; CONST string2 : string; length : LONGINT) : LONGINT;
 FUNCTION Strnicmp(CONST string1 : pCHAR; CONST string2 : string; length : LONGINT) : LONGINT;
 FUNCTION Strnicmp(CONST string1 : string; CONST string2 : string; length : LONGINT) : LONGINT;
 FUNCTION Strnicmp(CONST string1 : string; CONST string2 : string; length : LONGINT) : LONGINT;
+{$endif}
 
 
 
 
 function TAG_(value: pointer): PtrUInt; overload; inline;
 function TAG_(value: pointer): PtrUInt; overload; inline;
@@ -408,6 +414,40 @@ procedure HookEntryPas;
 
 
 IMPLEMENTATION
 IMPLEMENTATION
 
 
+{$if defined(AMIGA_V1_2_ONLY)}
+{$HINTS OFF}
+
+function NextTagItem(var Item: PTagItem): PTagItem; inline;
+begin
+  NextTagItem := nil;
+  if Item = nil then
+    Exit;
+  //
+  Inc(Item);
+  repeat
+    if Item = nil then
+      Exit;
+    case Item^.ti_Tag of
+      TAG_DONE:
+      begin
+        Item := nil;
+        NextTagItem := nil;
+        Exit;
+      end;
+      TAG_SKIP: Inc(Item, Item^.ti_Data);
+      TAG_MORE: Item := PTagItem(Item^.ti_Data);
+      TAG_IGNORE: Inc(Item);
+      else
+      begin
+        NextTagItem := Item;
+        Exit;
+      end;
+    end;
+  until False;
+end;
+{$else}
+
+
 function AllocNamedObject(name : STRPTR; Const argv : array of PtrUInt) : pNamedObject;
 function AllocNamedObject(name : STRPTR; Const argv : array of PtrUInt) : pNamedObject;
 begin
 begin
     AllocNamedObject := AllocNamedObjectA(name,@argv);
     AllocNamedObject := AllocNamedObjectA(name,@argv);
@@ -453,6 +493,7 @@ FUNCTION Strnicmp(CONST string1 : string; CONST string2 : string; length : LONGI
 begin
 begin
        Strnicmp := Strnicmp(PChar(RawbyteString(string1)),PChar(RawbyteString(string2)),length);
        Strnicmp := Strnicmp(PChar(RawbyteString(string1)),PChar(RawbyteString(string2)),length);
 end;
 end;
+{$endif}
 
 
 function TAG_(value: pointer): PtrUInt; inline;
 function TAG_(value: pointer): PtrUInt; inline;
 begin
 begin

+ 4 - 1
packages/amunits/src/utilunits/hisoft.pas

@@ -88,10 +88,13 @@ function FExpandLock( l : BPTR): String;
 var
 var
    buffer : array[0..255] of char;
    buffer : array[0..255] of char;
 begin
 begin
+  {$if not defined(AMIGA_V1_2_ONLY)}
    if l <> 0 then begin
    if l <> 0 then begin
       if NameFromLock(l,buffer,255) then FExpandLock := strpas(buffer)
       if NameFromLock(l,buffer,255) then FExpandLock := strpas(buffer)
       else FExpandLock := '';
       else FExpandLock := '';
-   end else FExpandLock := '';
+   end else
+   {$endif}
+     FExpandLock := '';
 end;
 end;
 
 
 Function CSCPAR(rk : pRemember; s : String) : STRPTR;
 Function CSCPAR(rk : pRemember; s : String) : STRPTR;

+ 4 - 1
packages/amunits/src/utilunits/wbargs.pas

@@ -59,9 +59,12 @@ begin
     if WBMsg <> nil then begin
     if WBMsg <> nil then begin
        ProgramName := strpas(WBMsg^.sm_ArgList^[1].wa_Name);
        ProgramName := strpas(WBMsg^.sm_ArgList^[1].wa_Name);
     end else begin
     end else begin
+      {$if not defined(AMIGA_V1_2_ONLY)}
        if GetprogramName(buffer,255) then begin
        if GetprogramName(buffer,255) then begin
            ProgramName := strpas(buffer);
            ProgramName := strpas(buffer);
-       end else begin
+       end else
+       {$endif}
+       begin
            ProgramName := '';
            ProgramName := '';
        end;
        end;
     end;
     end;

+ 15 - 4
packages/chm/src/chmfilewriter.pas

@@ -1236,14 +1236,26 @@ begin
 end;
 end;
 
 
 procedure TChmProject.LoadSitemaps;
 procedure TChmProject.LoadSitemaps;
+
+function tryfn(fn: string;var fnout : string):boolean;
+begin
+  result:=true;
+  fnout:= IncludeTrailingPathDelimiter(ProjectDir()) + ExtractFileName(fn);
+  if not FileExists(fnout) then
+    begin
+      fnout:=fn;
+      if not FileExists(fnout) then
+         result:=false;
+    end;
+end;
+
 var
 var
   FullFileName: string;
   FullFileName: string;
 // #IDXHDR (merged files) goes into the system file, and need to keep  TOC sitemap around
 // #IDXHDR (merged files) goes into the system file, and need to keep  TOC sitemap around
 begin
 begin
    if FTableOfContentsFileName<>'' then
    if FTableOfContentsFileName<>'' then
    begin
    begin
-     FullFileName := IncludeTrailingPathDelimiter(ProjectDir()) + ExtractFileName(FTableOfContentsFileName);
-     if FileExists(FullFileName) then
+     if tryfn(FTableOfContentsFileName,FullFileName) then
        begin
        begin
          FreeAndNil(FTocStream);
          FreeAndNil(FTocStream);
          FTocStream:=TMemoryStream.Create;
          FTocStream:=TMemoryStream.Create;
@@ -1267,8 +1279,7 @@ begin
    end;
    end;
    if FIndexFileName<>'' then
    if FIndexFileName<>'' then
      begin
      begin
-       FullFileName := IncludeTrailingPathDelimiter(ProjectDir()) + ExtractFileName(FIndexFileName);
-       if FileExists(FullFileName) then
+       if tryfn(FIndexFileName,FullFileName) then
          begin
          begin
             FreeAndNil(FIndexStream);
             FreeAndNil(FIndexStream);
             FIndexStream:=TMemoryStream.Create;
             FIndexStream:=TMemoryStream.Create;

+ 3 - 2
packages/fcl-db/src/base/datasource.inc

@@ -639,6 +639,7 @@ procedure TDatasource.SetEnabled(Value: Boolean);
 
 
 begin
 begin
   FEnabled:=Value;
   FEnabled:=Value;
+  ProcessEvent(deUpdateState,0);
 end;
 end;
 
 
 
 
@@ -679,7 +680,7 @@ procedure TDataSource.ProcessEvent(Event : TDataEvent; Info : Ptrint);
 
 
 Const
 Const
     OnDataChangeEvents = [deRecordChange, deDataSetChange, deDataSetScroll,
     OnDataChangeEvents = [deRecordChange, deDataSetChange, deDataSetScroll,
-                          deLayoutChange,deUpdateState];
+                          deLayoutChange, deUpdateState];
 
 
 Var
 Var
   NeedDataChange : Boolean;
   NeedDataChange : Boolean;
@@ -691,7 +692,7 @@ begin
     begin
     begin
     NeedDataChange:=(FState=dsInactive);
     NeedDataChange:=(FState=dsInactive);
     FLastState:=FState;
     FLastState:=FState;
-    If Assigned(Dataset) then
+    If Assigned(Dataset) and FEnabled then
       FState:=Dataset.State
       FState:=Dataset.State
     else
     else
       FState:=dsInactive;
       FState:=dsInactive;

+ 2 - 0
packages/fcl-db/src/base/db.pas

@@ -1325,6 +1325,7 @@ type
     Procedure SetAsBCD(const AValue: Currency);
     Procedure SetAsBCD(const AValue: Currency);
     Procedure SetAsBlob(const AValue: TBlobData);
     Procedure SetAsBlob(const AValue: TBlobData);
     Procedure SetAsBoolean(AValue: Boolean);
     Procedure SetAsBoolean(AValue: Boolean);
+    Procedure SetAsByte(const AValue: LongInt);
     Procedure SetAsBytes(const AValue: TBytes);
     Procedure SetAsBytes(const AValue: TBytes);
     Procedure SetAsCurrency(const AValue: Currency);
     Procedure SetAsCurrency(const AValue: Currency);
     Procedure SetAsDate(const AValue: TDateTime);
     Procedure SetAsDate(const AValue: TDateTime);
@@ -1364,6 +1365,7 @@ type
     Property AsBCD : Currency read GetAsCurrency write SetAsBCD;
     Property AsBCD : Currency read GetAsCurrency write SetAsBCD;
     Property AsBlob : TBlobData read GetAsBytes write SetAsBlob;
     Property AsBlob : TBlobData read GetAsBytes write SetAsBlob;
     Property AsBoolean : Boolean read GetAsBoolean write SetAsBoolean;
     Property AsBoolean : Boolean read GetAsBoolean write SetAsBoolean;
+    Property AsByte : LongInt read GetAsInteger write SetAsByte;
     Property AsBytes : TBytes read GetAsBytes write SetAsBytes;
     Property AsBytes : TBytes read GetAsBytes write SetAsBytes;
     Property AsCurrency : Currency read GetAsCurrency write SetAsCurrency;
     Property AsCurrency : Currency read GetAsCurrency write SetAsCurrency;
     Property AsDate : TDateTime read GetAsDateTime write SetAsDate;
     Property AsDate : TDateTime read GetAsDateTime write SetAsDate;

+ 8 - 0
packages/fcl-db/src/base/dsparams.inc

@@ -748,6 +748,12 @@ begin
   Value:=AValue;
   Value:=AValue;
 end;
 end;
 
 
+procedure TParam.SetAsByte(const AValue: LongInt);
+begin
+  FDataType:=ftByte;
+  Value:=AValue;
+end;
+
 Procedure TParam.SetAsBytes(const AValue: TBytes);
 Procedure TParam.SetAsBytes(const AValue: TBytes);
 begin
 begin
   FDataType:=ftVarBytes;
   FDataType:=ftVarBytes;
@@ -968,6 +974,7 @@ begin
   if Assigned(Field) then
   if Assigned(Field) then
     case FDataType of
     case FDataType of
       ftUnknown  : DatabaseErrorFmt(SUnknownParamFieldType,[Name],DataSet);
       ftUnknown  : DatabaseErrorFmt(SUnknownParamFieldType,[Name],DataSet);
+      ftByte     : Field.AsInteger:=AsByte;
       // Need TField.AsSmallInt
       // Need TField.AsSmallInt
       ftSmallint : Field.AsInteger:=AsSmallInt;
       ftSmallint : Field.AsInteger:=AsSmallInt;
       // Need TField.AsWord
       // Need TField.AsWord
@@ -1009,6 +1016,7 @@ begin
     FDataType:=Field.DataType;
     FDataType:=Field.DataType;
     case Field.DataType of
     case Field.DataType of
       ftUnknown  : DatabaseErrorFmt(SUnknownParamFieldType,[Name],DataSet);
       ftUnknown  : DatabaseErrorFmt(SUnknownParamFieldType,[Name],DataSet);
+      ftByte     : AsByte:=Field.AsInteger;
       // Need TField.AsSmallInt
       // Need TField.AsSmallInt
       ftSmallint : AsSmallint:=Field.AsInteger;
       ftSmallint : AsSmallint:=Field.AsInteger;
       // Need TField.AsWord
       // Need TField.AsWord

+ 6 - 1
packages/fcl-db/src/sql/fpsqlparser.pas

@@ -2241,6 +2241,9 @@ end;
 
 
 function TSQLParser.CreateLiteral(AParent : TSQLElement) : TSQLLiteral;
 function TSQLParser.CreateLiteral(AParent : TSQLElement) : TSQLLiteral;
 
 
+var
+  SQLFS: TFormatSettings;
+
 begin
 begin
   Result:=Nil;
   Result:=Nil;
   Case CurrentToken of
   Case CurrentToken of
@@ -2257,7 +2260,9 @@ begin
     tsqlFloatNumber:
     tsqlFloatNumber:
       begin
       begin
       Result:=TSQLLiteral(CreateElement(TSQLFloatLiteral,AParent));
       Result:=TSQLLiteral(CreateElement(TSQLFloatLiteral,AParent));
-      TSQLFloatLiteral(Result).Value:=StrToFloat(CurrentTokenString);
+      SQLFS:=DefaultFormatSettings;
+      SQLFS.DecimalSeparator:='.';
+      TSQLFloatLiteral(Result).Value:=StrToFloat(CurrentTokenString,SQLFS);
       end;
       end;
     tsqlNull :
     tsqlNull :
       Result:=TSQLLiteral(CreateElement(TSQLNullLiteral,AParent));
       Result:=TSQLLiteral(CreateElement(TSQLNullLiteral,AParent));

+ 18 - 11
packages/fcl-image/examples/textout.pp

@@ -3,10 +3,7 @@
 program textout;
 program textout;
 
 
 uses
 uses
-  {$IFDEF UNIX}cwstring, {$ENDIF} classes, sysutils, FPImage, FPCanvas, FPImgCanv, ftFont, FPWritePNG, freetype;
-
-const
-  MyColor : TFPColor = (Red: $7FFF; Green: $0000; Blue: $FFFF; Alpha: alphaOpaque);
+  {$IFDEF UNIX}cwstring, {$ENDIF} classes, sysutils, Types, FPImage, FPCanvas, FPImgCanv, ftFont, FPWritePNG, freetype;
 
 
 procedure DoDraw(FN, fnChinese : String);
 procedure DoDraw(FN, fnChinese : String);
 
 
@@ -17,6 +14,7 @@ var
   f : TFreeTypeFont;
   f : TFreeTypeFont;
   S : String;
   S : String;
   U : UnicodeString;
   U : UnicodeString;
+  p : TSize;
 
 
 begin
 begin
   f:=Nil;
   f:=Nil;
@@ -48,13 +46,22 @@ begin
       Font.Name:=FN;
       Font.Name:=FN;
       Font.Size:=14;
       Font.Size:=14;
       Font.FPColor:=colBlack;
       Font.FPColor:=colBlack;
+      brush.style:=bsClear;
+      pen.FPColor:=colRed;
       S:='Hello, world!';
       S:='Hello, world!';
       Canvas.TextOut(20,20,S);
       Canvas.TextOut(20,20,S);
       F.Size := 14.5;
       F.Size := 14.5;
       Canvas.TextOut(20,30,S);
       Canvas.TextOut(20,30,S);
-      U:=UTF8Decode('привет, Мир!');
+      F.Angle := -45*2*3.14/360;
+      Canvas.TextOut(160,30,S);
+      p := Canvas.TextExtent(S);
+      Canvas.Rectangle(160,30,160+p.Width-1,30+p.Height-1); // the rectangle is misplaced in the y-direction but that is by design
+      F.Angle := 0;
+      U:=UTF8Decode('привет, Мир!a');
       Font.FPColor:=colBlue;
       Font.FPColor:=colBlue;
-      Canvas.TextOut(50,50,U);
+      Canvas.TextOut(30,50,U);
+      p := Canvas.TextExtent(U);
+      Canvas.Rectangle(30,50,30+p.Width-1,50-p.Height+1); // the rectangle is misplaced in the y-direction but that is by design
       if (FNChinese<>'') then
       if (FNChinese<>'') then
         begin
         begin
         Font.Name:=FNChinese;
         Font.Name:=FNChinese;
@@ -82,13 +89,14 @@ begin
 end;
 end;
 
 
 Var
 Var
-  D,FontFile, FontFileChinese : String;
+  FontFile, FontFileChinese : String;
+  {$IF DEFINED(UNIX) AND NOT DEFINED(DARWIN)}
+  D : String;
   Info : TSearchRec;
   Info : TSearchRec;
-
+  {$ENDIF}
 begin
 begin
   // Initialize font search path;
   // Initialize font search path;
-{$IFDEF UNIX}
-{$IFNDEF DARWIN}
+{$IF DEFINED(UNIX) AND NOT DEFINED(DARWIN)}
   D := '/usr/share/fonts/truetype/';
   D := '/usr/share/fonts/truetype/';
   DefaultSearchPath:=D;
   DefaultSearchPath:=D;
   if FindFirst(DefaultSearchPath+AllFilesMask,faDirectory,Info)=0 then
   if FindFirst(DefaultSearchPath+AllFilesMask,faDirectory,Info)=0 then
@@ -101,7 +109,6 @@ begin
     finally
     finally
       FindClose(Info);
       FindClose(Info);
     end;
     end;
-{$ENDIF}
 {$ENDIF}
 {$ENDIF}
   FontFile:=ParamStr(1);
   FontFile:=ParamStr(1);
   if FontFile='' then
   if FontFile='' then

+ 1 - 0
packages/fcl-image/src/bmpcomn.pp

@@ -29,6 +29,7 @@ const
   BI_BITFIELDS = 3;
   BI_BITFIELDS = 3;
   BI_JPEG = 4;
   BI_JPEG = 4;
   BI_PNG = 5;
   BI_PNG = 5;
+  BI_ALPHABITFIELDS = 6;  // WINCE5+, sometimes also abused by others.
 
 
 type
 type
 
 

+ 53 - 41
packages/fcl-image/src/freetype.pp

@@ -44,7 +44,7 @@ type
   TBitmapType = (btBlackWhite, bt256Gray);
   TBitmapType = (btBlackWhite, bt256Gray);
   TFontBitmap = record
   TFontBitmap = record
     height, width, pitch,
     height, width, pitch,
-    x,y, advanceX, advanceY : integer;
+    x,y, bearingX, bearingY, advanceX, advanceY : integer;
     data : PByteArray;
     data : PByteArray;
   end;
   end;
   PFontBitmap = ^TFontBitmap;
   PFontBitmap = ^TFontBitmap;
@@ -687,15 +687,20 @@ begin
         begin
         begin
         with gl^.advance do
         with gl^.advance do
           begin
           begin
-          advanceX := x div 64;
-          advanceY := y div 64;
+          // do not use shr 16 - rotated text can have negative advances
+          advanceX := x div 65536;
+          advanceY := y div 65536;
           end;
           end;
         with bm^ do
         with bm^ do
           begin
           begin
           height := bitmap.rows;
           height := bitmap.rows;
           width := bitmap.width;
           width := bitmap.width;
-          x := {(pos.x div 64)} + left;  // transformed bitmap has correct x,y
-          y := {(pos.y div 64)} - top;   // not transformed has only a relative correction
+          // transformed bitmap has correct x,y
+          x := {(pos.x div 64)} + left;
+          y := {(pos.y div 64)} - top;
+          // bearings are not supported for rotated text (don't make sense)
+          bearingX := 0;
+          bearingY := 0;
           buf := PByteArray(bitmap.buffer);
           buf := PByteArray(bitmap.buffer);
           reverse := (bitmap.pitch < 0);
           reverse := (bitmap.pitch < 0);
           if reverse then
           if reverse then
@@ -783,6 +788,7 @@ var g : PMgrGlyph;
     pos, kern : FT_Vector;
     pos, kern : FT_Vector;
     buf : PByteArray;
     buf : PByteArray;
     reverse : boolean;
     reverse : boolean;
+    bmpr : PFontBitmap;
 begin
 begin
   if (CurRenderMode = FT_RENDER_MODE_MONO) then
   if (CurRenderMode = FT_RENDER_MODE_MONO) then
     ABitmaps.FMode := btBlackWhite
     ABitmaps.FMode := btBlackWhite
@@ -807,22 +813,29 @@ begin
       end;
       end;
     // render the glyph
     // render the glyph
     FTCheck(FT_Glyph_Copy (g^.glyph, gl),sErrMakingString1);
     FTCheck(FT_Glyph_Copy (g^.glyph, gl),sErrMakingString1);
-    FTCheck(FT_Glyph_To_Bitmap (gl, CurRenderMode, @pos, true),sErrMakingString4);
+    FTCheck(FT_Glyph_To_Bitmap (gl, CurRenderMode, PFT_Vector(0), true),sErrMakingString4);
     // Copy what is needed to record
     // Copy what is needed to record
     bm := PFT_BitmapGlyph(gl);
     bm := PFT_BitmapGlyph(gl);
-    with ABitmaps.Bitmaps[r]^ do
+    bmpr := ABitmaps.Bitmaps[r];
+    with bmpr^ do
       begin
       begin
+      // glyph size including bearings all around
       with gl^.advance do
       with gl^.advance do
         begin
         begin
-        advanceX := x shr 6;
-        advanceY := y shr 6;
+        advanceX := x shr 16;
+        advanceY := y shr 16;
         end;
         end;
       with bm^ do
       with bm^ do
         begin
         begin
+        // glyph pixel size
         height := bitmap.rows;
         height := bitmap.rows;
         width := bitmap.width;
         width := bitmap.width;
-        x := (pos.x shr 6) + left;   // transformed bitmap has correct x,y
-        y := (pos.y shr 6) - top;    // not transformed has only a relative correction
+        // origin of the glyph
+        x := pos.x shr 6;
+        y := pos.y shr 6;
+        // bearing - where the pixels start relative to x/y origin
+        bearingX := left;
+        bearingY := top;
         buf := PByteArray(bitmap.buffer);
         buf := PByteArray(bitmap.buffer);
         reverse := (bitmap.pitch < 0);
         reverse := (bitmap.pitch < 0);
         if reverse then
         if reverse then
@@ -842,11 +855,8 @@ begin
         end;
         end;
       end;
       end;
     // place position for next glyph
     // place position for next glyph
-    // The previous code in this place used shr 10, which
-    // produces wrongly spaced text and looks very ugly
-    // for more information see: http://bugs.freepascal.org/view.php?id=17156
-    pos.x := pos.x + (gl^.advance.x shr 11);
-    // pos.y := pos.y + (gl^.advance.y shr 6); // for angled texts also
+    // pos is in 26.6 format, whereas advance is in 16.16 format - we need (shr (16-6)) for the conversion
+    pos.x := pos.x + (gl^.advance.x shr 10);
     if prevx > pos.x then
     if prevx > pos.x then
       pos.x := prevx;
       pos.x := prevx;
     // finish rendered glyph
     // finish rendered glyph
@@ -990,39 +1000,41 @@ end;
 
 
 procedure TBAseStringBitmaps.CalculateGlobals;
 procedure TBAseStringBitmaps.CalculateGlobals;
 var
 var
-  l,r : integer;
+  r : integer;
+  Bmp : PFontBitmap;
 
 
 begin
 begin
   if count = 0 then
   if count = 0 then
     Exit;
     Exit;
-  l:=0;
-  // Find first non-empty bitmap. Bitmaps can be empty for spaces.
-  While (l<Count) and (BitMaps[l]^.Width=0) and (BitMaps[l]^.Height=0) do
-    Inc(l);
-  if L<Count then
-    with BitMaps[0]^ do
-      begin
-      FBounds.left := x;
-      FBounds.top := y + height;
-      FBounds.bottom := y;
-      FBounds.right := x + width;
-      end;
-  // Find last non-empty bitmap
-  r:=Count-1;
-  While (R>l) and (BitMaps[r]^.Width=0) and (BitMaps[r]^.Height=0) do
-    Dec(r);
-  if R>L then
-    With Bitmaps[R]^ do
-      FBounds.right := x + width;
+  Bmp := Bitmaps[0];
+  with Bmp^ do
+    begin
+    FBounds.left := x;
+    FBounds.top := y + bearingY;
+    FBounds.bottom := y + bearingY - height;
+    end;
+  Bmp := Bitmaps[Count-1];
+  With Bmp^ do
+    begin
+    FBounds.right := x + advanceX;
+    // typographically it is not correct to check the real width of the character
+    //   because accents can exceed the advance (e.g. í - the dash goes beyond the character
+    //   but i and í should have the same width)
+    // on the other hand for some fonts the advance is always 1px short also for normal characters
+    //   and also with this we support rotated text
+    if FBounds.right < x + bearingX + width then
+      FBounds.right := x + bearingX + width;
+    end;
   // check top/bottom of other bitmaps
   // check top/bottom of other bitmaps
   for r := 1 to count-1 do
   for r := 1 to count-1 do
     begin
     begin
-    with Bitmaps[r]^ do
+    Bmp := Bitmaps[r];
+    with Bmp^ do
       begin
       begin
-      if FBounds.top < y + height then
-        FBounds.top := y + height;
-      if FBounds.bottom > y then
-        FBounds.bottom := y;
+      if FBounds.top < y + bearingY then
+        FBounds.top := y + bearingY;
+      if FBounds.bottom > y + bearingY - height then
+        FBounds.bottom := y + bearingY - height;
       end;
       end;
     end;
     end;
 end;
 end;

+ 6 - 6
packages/fcl-image/src/ftfont.pp

@@ -182,7 +182,7 @@ begin
   FLastText.GetBoundRect (r);
   FLastText.GetBoundRect (r);
   with r do
   with r do
     begin
     begin
-    w := right - left;
+    w := right;
     h := top - bottom;
     h := top - bottom;
     end;
     end;
 end;
 end;
@@ -202,7 +202,7 @@ begin
   GetText (text);
   GetText (text);
   FLastText.GetBoundRect (r);
   FLastText.GetBoundRect (r);
   with r do
   with r do
-    result := right - left;
+    result := right;
 end;
 end;
 
 
 procedure TFreeTypeFont.DoGetTextSize (text:unicodestring; var w,h:integer);
 procedure TFreeTypeFont.DoGetTextSize (text:unicodestring; var w,h:integer);
@@ -212,7 +212,7 @@ begin
   FLastText.GetBoundRect (r);
   FLastText.GetBoundRect (r);
   with r do
   with r do
     begin
     begin
-    w := right - left;
+    w := right;
     h := top - bottom;
     h := top - bottom;
     end;
     end;
 end;
 end;
@@ -232,7 +232,7 @@ begin
   GetText (text);
   GetText (text);
   FLastText.GetBoundRect (r);
   FLastText.GetBoundRect (r);
   with r do
   with r do
-    result := right - left;
+    result := right;
 end;
 end;
 
 
 procedure TFreeTypeFont.SetFlags (index:integer; AValue:boolean);
 procedure TFreeTypeFont.SetFlags (index:integer; AValue:boolean);
@@ -358,9 +358,9 @@ begin
       with Bitmaps[r]^ do
       with Bitmaps[r]^ do
         begin
         begin
         if mode = btBlackWhite then
         if mode = btBlackWhite then
-          DrawCharBW (atX+x, atY+y, data, pitch, width, height)
+          DrawCharBW (atX+x+bearingX, atY+y-bearingY, data, pitch, width, height)
         else
         else
-          DrawChar (atX+x, atY+y, data, pitch, width, height);
+          DrawChar (atX+x+bearingX, atY+y-bearingY, data, pitch, width, height);
         end;
         end;
 end;
 end;
 
 

+ 65 - 0
packages/fcl-json/examples/jsonmerge.lpi

@@ -0,0 +1,65 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<CONFIG>
+  <ProjectOptions>
+    <Version Value="12"/>
+    <General>
+      <Flags>
+        <MainUnitHasCreateFormStatements Value="False"/>
+        <MainUnitHasTitleStatement Value="False"/>
+        <MainUnitHasScaledStatement Value="False"/>
+      </Flags>
+      <SessionStorage Value="InProjectDir"/>
+      <Title Value="JSON merge tool"/>
+      <UseAppBundle Value="False"/>
+      <ResourceType Value="res"/>
+    </General>
+    <BuildModes>
+      <Item Name="Default" Default="True"/>
+    </BuildModes>
+    <PublishOptions>
+      <Version Value="2"/>
+      <UseFileFilters Value="True"/>
+    </PublishOptions>
+    <RunParams>
+      <FormatVersion Value="2"/>
+    </RunParams>
+    <Units>
+      <Unit>
+        <Filename Value="jsonmerge.pp"/>
+        <IsPartOfProject Value="True"/>
+      </Unit>
+      <Unit>
+        <Filename Value="../src/fpjsonapply.pas"/>
+        <IsPartOfProject Value="True"/>
+      </Unit>
+    </Units>
+  </ProjectOptions>
+  <CompilerOptions>
+    <Version Value="11"/>
+    <Target>
+      <Filename Value="jsonmerge"/>
+    </Target>
+    <SearchPaths>
+      <IncludeFiles Value="$(ProjOutDir)"/>
+      <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
+    </SearchPaths>
+    <Linking>
+      <Debugging>
+        <UseHeaptrc Value="True"/>
+      </Debugging>
+    </Linking>
+  </CompilerOptions>
+  <Debugging>
+    <Exceptions>
+      <Item>
+        <Name Value="EAbort"/>
+      </Item>
+      <Item>
+        <Name Value="ECodetoolError"/>
+      </Item>
+      <Item>
+        <Name Value="EFOpenError"/>
+      </Item>
+    </Exceptions>
+  </Debugging>
+</CONFIG>

+ 117 - 0
packages/fcl-json/examples/jsonmerge.pp

@@ -0,0 +1,117 @@
+{
+    This file is part of the Free Component Library
+
+    Merge 2 JSON files.
+    Copyright (c) 2021 by Michael Van Canneyt [email protected]
+
+    See the file COPYING.FPC, included in this distribution,
+    for details about the copyright.
+
+    This program is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+
+ **********************************************************************}
+
+program jsonmerge;
+
+{$mode objfpc}{$H+}
+
+uses
+  Classes, SysUtils, CustApp, fpJSON, jsonparser, fpjsonapply;
+
+type
+
+  { TJSONMergeApplication }
+
+  TJSONMergeApplication = class(TCustomApplication)
+  private
+    function ParseOptions: string;
+  protected
+    FApplier : TJSONApplier;
+    procedure DoRun; override;
+  public
+    constructor Create(TheOwner: TComponent); override;
+    destructor Destroy; override;
+    procedure Usage(const aErrorMsg: String); virtual;
+  end;
+
+{ TJSONMergeApplication }
+
+Function TJSONMergeApplication.ParseOptions : string;
+
+begin
+  Result:='';
+  FApplier.SourceFileName:=GetOptionValue('s','source');
+  FApplier.ApplyFileName:=GetOptionValue('a','apply');
+  FApplier.DestFileName:=GetOptionValue('d','destination');
+  FApplier.CaseInsensitive:=HasOption('i','ignorecase');
+  FApplier.RemoveNonExisting:=HasOption('r','remove');
+  FApplier.Formatted:=HasOption('f','format');
+  FApplier.SourcePath:=GetOptionValue('p','path');
+  FApplier.ApplyPath:=GetOptionValue('y','apply-path');
+  if (FApplier.SourceFileName='') then
+    Result:='Missing source filename'
+  else if (FApplier.ApplyFileName='') then
+    Result:='Missing apply filename';
+  if (Result='') and (FApplier.DestFileName='') then
+    FApplier.DestFileName:=FApplier.SourceFileName;
+end;
+
+procedure TJSONMergeApplication.DoRun;
+var
+  ErrorMsg: String;
+begin
+  Terminate;
+  ErrorMsg:=CheckOptions('hs:a:d:irfp:y:', ['help','source:','apply:','destination:','ignorecase','remove','format','path:','apply-path:']);
+  if (ErrorMsg='') and not HasOption('h','help') then
+    ErrorMsg:=ParseOptions;
+  if (ErrorMsg<>'') or HasOption('h','help') then
+    begin
+    Usage(ErrorMsg);
+    Exit;
+    end;
+  FApplier.Execute;
+end;
+
+constructor TJSONMergeApplication.Create(TheOwner: TComponent);
+begin
+  inherited Create(TheOwner);
+  StopOnException:=True;
+  FApplier:=TJSONApplier.Create(Self);
+end;
+
+destructor TJSONMergeApplication.Destroy;
+begin
+  FreeAndNil(FApplier);
+  inherited Destroy;
+end;
+
+procedure TJSONMergeApplication.Usage(const aErrorMsg: String);
+begin
+  if (aErrorMsg<>'') then
+    Writeln(aErrorMsg);
+  writeln('Usage: ', ExeName, ' -h');
+  writeln('where');
+  writeln('-a --apply=FILE        File with JSON to apply to input.');
+  writeln('-d --destination=FILE  File to write resulting JSON to (defaults to input)');
+  writeln('-f --format            Format destination JSON.');
+  writeln('-h --help              This help message.');
+  writeln('-i --ignorecase        Ignore case when looking for element names.');
+  writeln('-p --path=PATH         Start applying at element at PATH in source.');
+  writeln('-r --remove            Remove elements in source not existing in apply file.');
+  writeln('-s --source=FILE       File with JSON input.');
+  writeln('-y --apply-path=PATH   Start applying at element at PATH in apply.');
+  ExitCode:=Ord(aErrorMsg<>'');
+end;
+
+var
+  Application: TJSONMergeApplication;
+
+begin
+  Application:=TJSONMergeApplication.Create(nil);
+  Application.Title:='JSON merge tool';
+  Application.Run;
+  Application.Free;
+end.
+

+ 9 - 2
packages/fcl-json/fpmake.pp

@@ -83,12 +83,19 @@ begin
       begin
       begin
       AddUnit('fpjson');
       AddUnit('fpjson');
       AddUnit('jsonparser');
       AddUnit('jsonparser');
-     end;
+      end;
     T:=P.Targets.AddUnit('json2yaml.pp');
     T:=P.Targets.AddUnit('json2yaml.pp');
     with T.Dependencies do
     with T.Dependencies do
       begin
       begin
       AddUnit('fpjson');
       AddUnit('fpjson');
-     end;
+      end;
+    T:=P.Targets.AddUnit('fpjsonapply.pp');
+    with T.Dependencies do
+      begin
+      AddUnit('fpjson');
+      end;
+    T.ResourceStrings:=true;
+
 
 
     P.ExamplePath.Add('examples');
     P.ExamplePath.Add('examples');
     T:=P.Targets.AddExampleProgram('confdemo.pp');
     T:=P.Targets.AddExampleProgram('confdemo.pp');

+ 269 - 0
packages/fcl-json/src/fpjsonapply.pp

@@ -0,0 +1,269 @@
+{
+    This file is part of the Free Component Library
+
+    Apply elements from one JSON object to another.
+    Copyright (c) 2021 by Michael Van Canneyt [email protected]
+
+    See the file COPYING.FPC, included in this distribution,
+    for details about the copyright.
+
+    This program is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+
+ **********************************************************************}
+unit fpjsonapply;
+
+{$mode ObjFPC}{$H+}
+
+interface
+
+uses
+  Classes, SysUtils, fpJSON;
+
+Type
+  TOwnsJSON = (ojSource,ojApply);
+  TOwnsJSONs = set of TOwnsJSON;
+
+  { TJSONApplier }
+
+  TJSONApplier = class(TComponent)
+  private
+    FApplyFileName: String;
+    FApplyJSON: TJSONObject;
+    FApplyPath: String;
+    FCaseInsensitive: Boolean;
+    FCloneSource: boolean;
+    FDestFileName: String;
+    FDestJSON: TJSONObject;
+    FForceCorrectType: Boolean;
+    FFormatted: Boolean;
+    FOwnsJSON: TOwnsJSONs;
+    FRemoveNonExisting: Boolean;
+    FSourceFileName: String;
+    FSourceJSON: TJSONObject;
+    FSourcePath: String;
+    procedure MaybeLoadApply;
+    procedure MaybeLoadSource;
+    procedure SetApplyJSON(AValue: TJSONObject);
+    procedure SetSourceJSON(AValue: TJSONObject);
+  Protected
+    procedure Apply(aSrc, aApply: TJSONObject); virtual;
+    procedure SaveDestJSON(aFileName : string);
+    procedure SaveDestJSON(aStream : TStream);
+  Public
+    destructor destroy; override;
+    // apply ApplyJSON to SourceJSON, set result in DestJSON
+    Procedure Execute; virtual;
+    // Source JSON. If not set, load from SourceFileName
+    Property SourceJSON : TJSONObject Read FSourceJSON Write SetSourceJSON;
+    // JSON to apply. If not set, load from ApplyFileName
+    Property ApplyJSON : TJSONObject Read FApplyJSON Write SetApplyJSON;
+    // Destination JSON. Can be equal to SourceJSON if CloneSource is not True.
+    Property DestJSON : TJSONObject  Read FDestJSON;
+    // Are SourceJSON, ApplyJSON owned by the component ? Are set when loading from file.
+    Property OwnsJSON : TOwnsJSONs Read FOwnsJSON Write FOwnsJSON;
+  Published
+    // File to load SourceJSON from if it is not set.
+    Property SourceFileName : String Read FSourceFileName Write FSourceFileName;
+    // JSON path in source JSON where to start merging. Must exist and be an object!
+    Property SourcePath : String Read FSourcePath Write FSourcePath;
+    // File to load ApplyJSON from if it is not set.
+    Property ApplyFileName : String Read FApplyFileName Write FApplyFileName;
+    // JSON path in apply JSON where to start merging. Must exist and be an object!
+    Property ApplyPath : String Read FApplyPath Write FApplyPath;
+    // file to write DestJSON to after merging. Can be empty
+    Property DestFileName : String Read FDestFileName Write FDestFileName;
+    // Make a clone copy of SourceJSON before applying ApplyJSON ?
+    Property CloneSource : boolean Read FCloneSource Write FCloneSource;
+    // Search names case insensitively ?
+    Property CaseInsensitive : Boolean Read FCaseInsensitive Write FCaseInsensitive;
+    // If the type of an entry is different in Source and Apply, overwrite the entry with the value in Apply
+    Property ForceCorrectType : Boolean Read FForceCorrectType Write FForceCorrectType;
+    // After adding new entries from Apply, remove entries in Source that are not in apply.
+    property RemoveNonExisting : Boolean Read FRemoveNonExisting Write FRemoveNonExisting;
+    // Write formatted output in Destfilename (or not)
+    Property Formatted : Boolean Read FFormatted Write FFormatted;
+  end;
+
+
+
+implementation
+
+Resourcestring
+  SErrSourceEmpty = 'Cannot apply to empty source object';
+  SErrApplyEmpty = 'Cannot apply empty object';
+  SErrSourceIsNotObject = 'JSON source file does not contain a JSON object';
+  SErrApplyIsNotObject = 'JSON apply file does not contain a JSON object';
+  SErrPathNotFound = 'Path "%s" in %s JSON not found';
+
+{ TJSONApplier }
+
+procedure TJSONApplier.SetApplyJSON(AValue: TJSONObject);
+begin
+  if FApplyJSON=AValue then Exit;
+  if ojApply in FOwnsJSON then
+    FreeAndNil(FApplyJSON);
+  FApplyJSON:=AValue;
+end;
+
+procedure TJSONApplier.SetSourceJSON(AValue: TJSONObject);
+begin
+  if FSourceJSON=AValue then Exit;
+  if ojSource in FOwnsJSON then
+    FreeAndNil(FSourceJSON);
+  FSourceJSON:=AValue;
+end;
+
+procedure TJSONApplier.MaybeLoadSource;
+
+Var
+  D : TJSONData;
+  F : TFileStream;
+
+begin
+  If (FSourceJSON=Nil) and (SourceFileName<>'') then
+    begin
+    F:=TFileStream.Create(SourceFileName, fmOpenRead or fmShareDenyWrite);
+    try
+      D:=GetJSON(F);
+      if D.JSONType<>jtObject then
+        begin
+        D.Free;
+        Raise EJSON.Create(SErrSourceIsNotObject)
+        end;
+    finally
+      F.Free;
+    end;
+    SourceJSON:=D as TJSONObject;
+    Include(FOwnsJSON,ojSource);
+    end;
+end;
+
+procedure TJSONApplier.MaybeLoadApply;
+
+Var
+  D : TJSONData;
+  F : TFileStream;
+
+begin
+  If (ApplyFileName<>'') then
+    begin
+    F:=TFileStream.Create(ApplyFileName, fmOpenRead or fmShareDenyWrite);
+    try
+      D:=GetJSON(F);
+      if D.JSONType<>jtObject then
+        begin
+        D.Free;
+        Raise EJSON.Create(SErrApplyIsNotObject)
+        end;
+    finally
+      F.Free;
+    end;
+    ApplyJSON:=D as TJSONObject;
+    Include(FOwnsJSON,ojApply);
+    end;
+end;
+
+procedure TJSONApplier.Apply(aSrc, aApply : TJSONObject);
+
+Var
+  aEnum : TJSONEnum;
+  aIdx : Integer;
+
+begin
+  for aEnum in aApply do
+    begin
+    aIdx:=aSrc.IndexOfName(aEnum.Key,CaseInsensitive);
+    if (aIdx<>-1) and FForceCorrectType and (aSrc.Items[aIdx].JSONType<>aEnum.Value.JSONType) then
+      begin
+      aSrc.Delete(aIdx);
+      aIdx:=-1;
+      end;
+    if aIdx=-1 then
+       aSrc.Add(aEnum.Key,aEnum.Value.Clone)
+    else
+       if (aSrc.Items[aIdx].JSONType=jtObject) and (aEnum.Value.JSONType=jtObject) then
+         Apply(aSrc.Items[aIdx] as TJSONObject,aEnum.Value as TJSONObject);
+    end;
+  if RemoveNonExisting then
+    begin
+    for aIdx:=aSrc.Count-1 downto 0 do
+      if aApply.IndexOfName(aSrc.Names[aIdx],CaseInsensitive)=-1 then
+        aSrc.Delete(aIdx);
+    end;
+end;
+
+procedure TJSONApplier.SaveDestJSON(aFileName: string);
+
+Var
+  F : TFileStream;
+
+begin
+  F:=TFileStream.Create(aFileName,fmCreate);
+  try
+    SaveDestJSON(F);
+  finally
+    F.Free;
+  end;
+end;
+
+procedure TJSONApplier.SaveDestJSON(aStream: TStream);
+
+Var
+  S : TJSONStringType;
+
+begin
+  if Formatted then
+    S:=DestJSON.FormatJSON()
+  else
+    S:=DestJSON.AsJSON;
+  aStream.WriteBuffer(S[1],Length(S)*SizeOf(TJSONCharType));
+end;
+
+destructor TJSONApplier.destroy;
+begin
+  if FDestJSON<>FSourceJSON then
+    FreeAndNil(FDestJSON);
+  // Will free if needed
+  SourceJSON:=Nil;
+  ApplyJSON:=Nil;
+  Inherited;
+end;
+
+
+procedure TJSONApplier.Execute;
+
+  Function FindStart(aJSON : TJSONObject; aPath,aDesc : String) : TJSONObject;
+
+  Var
+    D : TJSONData;
+
+  begin
+    Result:=aJSON;
+    if aPath='' then
+      exit;
+    D:=Result.FindPath(aPath);
+    if (D=Nil) or Not (D is TJSONObject) then
+      Raise EJSON.CreateFmt(SErrPathNotFound,[aPath,aDesc]);
+    Result:=D as TJSONObject;
+  end;
+
+begin
+  MaybeLoadSource;
+  MaybeLoadApply;
+  if (SourceJSON=Nil) then
+    Raise EJSON.Create(SErrSourceEmpty);
+  if (ApplyJSON=Nil) then
+    Raise EJSON.Create(SErrApplyEmpty);
+  if CloneSource then
+    FDestJSON:=SourceJSON.Clone as TJSONObject
+  else
+    FDestJSON:=SourceJSON;
+  Apply(FindStart(FDestJSON,SourcePath,'Source'),FindStart(ApplyJSON,ApplyPath,'Apply'));
+  if (DestFileName<>'') then
+    SaveDestJSON(DestFileName);
+end;
+
+end.
+

+ 20 - 11
packages/fcl-passrc/src/paswrite.pp

@@ -436,9 +436,26 @@ procedure TPasWriter.WriteDummyExternalFunctions(aSection : TPasSection);
       end;
       end;
   end;
   end;
 
 
+  procedure DoCheckClass(C: TPasClassType; Force : Boolean; Prefix: String);
+  var
+    I: Integer;
+    M : TPasElement;
+
+  begin
+    if (C.ExternalName<>'') then
+      for I:=0 to C.Members.Count-1 do
+      begin
+        M:=TPasElement(C.members[I]);
+        if (M is TPasClassType) then
+          DoCheckClass(M as TPasClassType, Force, Prefix + C.SafeName + '.')
+        else
+          DoCheckElement(M, Force, Prefix + C.SafeName + '.');
+      end;
+  end;
+
 Var
 Var
-  I,J : Integer;
-  E,M : TPasElement;
+  I : Integer;
+  E : TPasElement;
   C : TPasClassType;
   C : TPasClassType;
 
 
 begin
 begin
@@ -450,15 +467,7 @@ begin
     E:=TPasElement(aSection.Declarations[i]);
     E:=TPasElement(aSection.Declarations[i]);
     DoCheckElement(E,False,'');
     DoCheckElement(E,False,'');
     if (E is TPasClassType) then
     if (E is TPasClassType) then
-      begin
-      C:=E as TPasClassType;
-      if (C.ExternalName<>'') then
-        For J:=0 to C.Members.Count-1 do
-          begin
-          M:=TPasElement(C.members[J]);
-          DoCheckElement(M,True,C.SafeName+'.');
-          end;
-      end;
+      DoCheckClass(E as TPasClassType, True, '');
     end;
     end;
   Addln;
   Addln;
   Addln('// end of dummy implementations');
   Addln('// end of dummy implementations');

+ 5 - 1
packages/fcl-process/src/amicommon/pipes.inc

@@ -31,8 +31,10 @@ var
   fib: TFileInfoBlock;
   fib: TFileInfoBlock;
 begin
 begin
   Result := 0;
   Result := 0;
+  {$if not defined(AMIGA_V1_2_ONLY)}
   if Boolean(ExamineFH(BPTR(Handle), @fib)) then
   if Boolean(ExamineFH(BPTR(Handle), @fib)) then
     Result := fib.fib_size;
     Result := fib.fib_size;
+  {$endif}
 end;
 end;
 
 
 function TInputPipeStream.GetPosition: Int64;
 function TInputPipeStream.GetPosition: Int64;
@@ -50,11 +52,13 @@ var
   Filename: array[0..255] of Char;
   Filename: array[0..255] of Char;
   DeleteIt: Boolean;
   DeleteIt: Boolean;
 begin
 begin
+  {$if not defined(AMIGA_V1_2_ONLY)}
   if (FHandle <> UnusedHandle) and (FHandle <> 0) then
   if (FHandle <> UnusedHandle) and (FHandle <> 0) then
   begin
   begin
    DeleteIt := NameFromFH(BPTR(FHandle), @(Filename[0]), 255);
    DeleteIt := NameFromFH(BPTR(FHandle), @(Filename[0]), 255);
    FileClose(FHandle);
    FileClose(FHandle);
    if DeleteIt then
    if DeleteIt then
      AmigaDos.dosDeleteFile(@(Filename[0]));
      AmigaDos.dosDeleteFile(@(Filename[0]));
- end;
+  end;
+  {$endif}
 end;
 end;

+ 1 - 1
packages/fcl-stl/src/gdeque.pp

@@ -213,7 +213,7 @@ end;
 
 
 procedure TDeque.ClearData;
 procedure TDeque.ClearData;
 var
 var
-  i: SizeUint;
+  i: SizeInt;
 begin
 begin
   if IsManagedType(T) then
   if IsManagedType(T) then
     for i := Low(FData) to High(FData) do
     for i := Low(FData) to High(FData) do

+ 1 - 0
packages/fpmake_add.inc

@@ -146,4 +146,5 @@
   add_vclcompat(ADirectory+IncludeTrailingPathDelimiter('vcl-compat'));
   add_vclcompat(ADirectory+IncludeTrailingPathDelimiter('vcl-compat'));
   add_qlunits(ADirectory+IncludeTrailingPathDelimiter('qlunits'));
   add_qlunits(ADirectory+IncludeTrailingPathDelimiter('qlunits'));
   add_mustache(ADirectory+IncludeTrailingPathDelimiter('fcl-mustache'));
   add_mustache(ADirectory+IncludeTrailingPathDelimiter('fcl-mustache'));
+  add_gitlab(ADirectory+IncludeTrailingPathDelimiter('gitlab'));
   
   

+ 1 - 0
packages/fpmake_proc.inc

@@ -828,3 +828,4 @@ begin
 end;
 end;
 
 
 {$include ide/fpmake.pp}
 {$include ide/fpmake.pp}
+{$include gitlab/fpmake.pp}

+ 3037 - 0
packages/gitlab/Makefile

@@ -0,0 +1,3037 @@
+#
+# Don't edit, this file is generated by FPCMake Version 2.0.0
+#
+default: all
+MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-haiku i386-netbsd i386-solaris i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian i386-nativent i386-iphonesim i386-android i386-aros m68k-linux m68k-netbsd m68k-amiga m68k-atari m68k-palmos m68k-macosclassic m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macosclassic powerpc-darwin powerpc-morphos powerpc-embedded powerpc-wii powerpc-aix sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-haiku x86_64-netbsd x86_64-solaris x86_64-openbsd x86_64-darwin x86_64-win64 x86_64-embedded x86_64-iphonesim x86_64-android x86_64-aros x86_64-dragonfly arm-linux arm-netbsd arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian arm-android arm-aros arm-ios powerpc64-linux powerpc64-darwin powerpc64-embedded powerpc64-aix avr-embedded armeb-linux armeb-embedded mips-linux mipsel-linux mipsel-embedded mipsel-android jvm-java jvm-android i8086-embedded i8086-msdos i8086-win16 aarch64-linux aarch64-darwin aarch64-android aarch64-ios wasm-wasm sparc64-linux
+BSDs = freebsd netbsd openbsd darwin dragonfly
+UNIXs = linux $(BSDs) solaris qnx haiku aix
+LIMIT83fs = go32v2 os2 emx watcom msdos win16 atari
+OSNeedsComspecToRunBatch = go32v2 watcom
+FORCE:
+.PHONY: FORCE
+override PATH:=$(patsubst %/,%,$(subst \,/,$(PATH)))
+ifneq ($(findstring darwin,$(OSTYPE)),)
+inUnix=1 #darwin
+SEARCHPATH:=$(filter-out .,$(subst :, ,$(PATH)))
+else
+ifeq ($(findstring ;,$(PATH)),)
+inUnix=1
+SEARCHPATH:=$(filter-out .,$(subst :, ,$(PATH)))
+else
+SEARCHPATH:=$(subst ;, ,$(PATH))
+endif
+endif
+SEARCHPATH+=$(patsubst %/,%,$(subst \,/,$(dir $(MAKE))))
+PWD:=$(strip $(wildcard $(addsuffix /pwd.exe,$(SEARCHPATH))))
+ifeq ($(PWD),)
+PWD:=$(strip $(wildcard $(addsuffix /pwd,$(SEARCHPATH))))
+ifeq ($(PWD),)
+$(error You need the GNU utils package to use this Makefile)
+else
+PWD:=$(firstword $(PWD))
+SRCEXEEXT=
+endif
+else
+PWD:=$(firstword $(PWD))
+SRCEXEEXT=.exe
+endif
+ifndef inUnix
+ifeq ($(OS),Windows_NT)
+inWinNT=1
+else
+ifdef OS2_SHELL
+inOS2=1
+endif
+endif
+else
+ifneq ($(findstring cygdrive,$(PATH)),)
+inCygWin=1
+endif
+endif
+ifdef inUnix
+SRCBATCHEXT=.sh
+else
+ifdef inOS2
+SRCBATCHEXT=.cmd
+else
+SRCBATCHEXT=.bat
+endif
+endif
+ifdef COMSPEC
+ifneq ($(findstring $(OS_SOURCE),$(OSNeedsComspecToRunBatch)),)
+ifndef RUNBATCH
+RUNBATCH=$(COMSPEC) /C
+endif
+endif
+endif
+ifdef inUnix
+PATHSEP=/
+else
+PATHSEP:=$(subst /,\,/)
+ifdef inCygWin
+PATHSEP=/
+endif
+endif
+ifdef PWD
+BASEDIR:=$(subst \,/,$(shell $(PWD)))
+ifdef inCygWin
+ifneq ($(findstring /cygdrive/,$(BASEDIR)),)
+BASENODIR:=$(patsubst /cygdrive%,%,$(BASEDIR))
+BASEDRIVE:=$(firstword $(subst /, ,$(BASENODIR)))
+BASEDIR:=$(subst /cygdrive/$(BASEDRIVE)/,$(BASEDRIVE):/,$(BASEDIR))
+endif
+endif
+else
+BASEDIR=.
+endif
+ifdef inOS2
+ifndef ECHO
+ECHO:=$(strip $(wildcard $(addsuffix /gecho$(SRCEXEEXT),$(SEARCHPATH))))
+ifeq ($(ECHO),)
+ECHO:=$(strip $(wildcard $(addsuffix /echo$(SRCEXEEXT),$(SEARCHPATH))))
+ifeq ($(ECHO),)
+ECHO=echo
+else
+ECHO:=$(firstword $(ECHO))
+endif
+else
+ECHO:=$(firstword $(ECHO))
+endif
+endif
+export ECHO
+endif
+override DEFAULT_FPCDIR=../..
+ifndef FPC
+ifdef PP
+FPC=$(PP)
+endif
+endif
+ifndef FPC
+FPCPROG:=$(strip $(wildcard $(addsuffix /fpc$(SRCEXEEXT),$(SEARCHPATH))))
+ifneq ($(FPCPROG),)
+FPCPROG:=$(firstword $(FPCPROG))
+ifneq ($(CPU_TARGET),)
+FPC:=$(shell $(FPCPROG) -P$(CPU_TARGET) -PB)
+else
+FPC:=$(shell $(FPCPROG) -PB)
+endif
+ifneq ($(findstring Error,$(FPC)),)
+override FPC=$(firstword $(strip $(wildcard $(addsuffix /ppc386$(SRCEXEEXT),$(SEARCHPATH)))))
+else
+ifeq ($(strip $(wildcard $(FPC))),)
+FPC:=$(firstword $(FPCPROG))
+endif
+endif
+else
+override FPC=$(firstword $(strip $(wildcard $(addsuffix /ppc386$(SRCEXEEXT),$(SEARCHPATH)))))
+endif
+endif
+override FPC:=$(subst $(SRCEXEEXT),,$(FPC))
+override FPC:=$(subst \,/,$(FPC))$(SRCEXEEXT)
+FOUNDFPC:=$(strip $(wildcard $(FPC)))
+ifeq ($(FOUNDFPC),)
+FOUNDFPC=$(strip $(wildcard $(addsuffix /$(FPC),$(SEARCHPATH))))
+ifeq ($(FOUNDFPC),)
+$(error Compiler $(FPC) not found)
+endif
+endif
+ifndef FPC_COMPILERINFO
+FPC_COMPILERINFO:=$(shell $(FPC) -iVSPTPSOTO)
+endif
+ifndef FPC_VERSION
+FPC_VERSION:=$(word 1,$(FPC_COMPILERINFO))
+endif
+export FPC FPC_VERSION FPC_COMPILERINFO
+unexport CHECKDEPEND ALLDEPENDENCIES
+ifndef CPU_TARGET
+ifdef CPU_TARGET_DEFAULT
+CPU_TARGET=$(CPU_TARGET_DEFAULT)
+endif
+endif
+ifndef OS_TARGET
+ifdef OS_TARGET_DEFAULT
+OS_TARGET=$(OS_TARGET_DEFAULT)
+endif
+endif
+ifndef CPU_SOURCE
+CPU_SOURCE:=$(word 2,$(FPC_COMPILERINFO))
+endif
+ifndef CPU_TARGET
+CPU_TARGET:=$(word 3,$(FPC_COMPILERINFO))
+endif
+ifndef OS_SOURCE
+OS_SOURCE:=$(word 4,$(FPC_COMPILERINFO))
+endif
+ifndef OS_TARGET
+OS_TARGET:=$(word 5,$(FPC_COMPILERINFO))
+endif
+FULL_TARGET=$(CPU_TARGET)-$(OS_TARGET)
+FULL_SOURCE=$(CPU_SOURCE)-$(OS_SOURCE)
+ifeq ($(CPU_TARGET),armeb)
+ARCH=arm
+override FPCOPT+=-Cb
+else
+ifeq ($(CPU_TARGET),armel)
+ARCH=arm
+override FPCOPT+=-CaEABI
+else
+ARCH=$(CPU_TARGET)
+endif
+endif
+ifeq ($(FULL_TARGET),arm-embedded)
+ifeq ($(SUBARCH),)
+$(error When compiling for arm-embedded, a sub-architecture (e.g. SUBARCH=armv4t or SUBARCH=armv7m) must be defined)
+endif
+override FPCOPT+=-Cp$(SUBARCH)
+endif
+ifeq ($(FULL_TARGET),avr-embedded)
+ifeq ($(SUBARCH),)
+$(error When compiling for avr-embedded, a sub-architecture (e.g. SUBARCH=avr25 or SUBARCH=avr35) must be defined)
+endif
+override FPCOPT+=-Cp$(SUBARCH)
+endif
+ifeq ($(FULL_TARGET),mipsel-embedded)
+ifeq ($(SUBARCH),)
+$(error When compiling for mipsel-embedded, a sub-architecture (e.g. SUBARCH=pic32mx) must be defined)
+endif
+override FPCOPT+=-Cp$(SUBARCH)
+endif
+ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),)
+TARGETSUFFIX=$(OS_TARGET)
+SOURCESUFFIX=$(OS_SOURCE)
+else
+ifneq ($(findstring $(OS_TARGET),$(LIMIT83fs)),)
+TARGETSUFFIX=$(OS_TARGET)
+else
+TARGETSUFFIX=$(FULL_TARGET)
+endif
+SOURCESUFFIX=$(FULL_SOURCE)
+endif
+ifneq ($(FULL_TARGET),$(FULL_SOURCE))
+CROSSCOMPILE=1
+endif
+ifeq ($(findstring makefile,$(MAKECMDGOALS)),)
+ifeq ($(findstring $(FULL_TARGET),$(MAKEFILETARGETS)),)
+$(error The Makefile doesn't support target $(FULL_TARGET), please run fpcmake first)
+endif
+endif
+ifneq ($(findstring $(OS_TARGET),$(BSDs)),)
+BSDhier=1
+endif
+ifeq ($(OS_TARGET),linux)
+linuxHier=1
+endif
+ifndef CROSSCOMPILE
+BUILDFULLNATIVE=1
+export BUILDFULLNATIVE
+endif
+ifdef BUILDFULLNATIVE
+BUILDNATIVE=1
+export BUILDNATIVE
+endif
+export OS_TARGET OS_SOURCE ARCH CPU_TARGET CPU_SOURCE FULL_TARGET FULL_SOURCE TARGETSUFFIX SOURCESUFFIX CROSSCOMPILE
+ifdef FPCDIR
+override FPCDIR:=$(subst \,/,$(FPCDIR))
+ifeq ($(wildcard $(addprefix $(FPCDIR)/,rtl)),)
+override FPCDIR=wrong
+endif
+else
+override FPCDIR=wrong
+endif
+ifdef DEFAULT_FPCDIR
+ifeq ($(FPCDIR),wrong)
+override FPCDIR:=$(subst \,/,$(DEFAULT_FPCDIR))
+ifeq ($(wildcard $(addprefix $(FPCDIR)/,rtl)),)
+override FPCDIR=wrong
+endif
+endif
+endif
+ifeq ($(FPCDIR),wrong)
+ifdef inUnix
+override FPCDIR=/usr/local/lib/fpc/$(FPC_VERSION)
+ifeq ($(wildcard $(FPCDIR)/units),)
+override FPCDIR=/usr/lib/fpc/$(FPC_VERSION)
+endif
+else
+override FPCDIR:=$(subst /$(FPC),,$(firstword $(strip $(wildcard $(addsuffix /$(FPC),$(SEARCHPATH))))))
+override FPCDIR:=$(FPCDIR)/..
+ifeq ($(wildcard $(addprefix $(FPCDIR)/,rtl)),)
+override FPCDIR:=$(FPCDIR)/..
+ifeq ($(wildcard $(addprefix $(FPCDIR)/,rtl)),)
+override FPCDIR:=$(BASEDIR)
+ifeq ($(wildcard $(addprefix $(FPCDIR)/,rtl)),)
+override FPCDIR=c:/pp
+endif
+endif
+endif
+endif
+endif
+ifndef CROSSBINDIR
+CROSSBINDIR:=$(wildcard $(FPCDIR)/bin/$(TARGETSUFFIX))
+endif
+ifneq ($(findstring $(OS_TARGET),darwin iphonesim ios),)
+ifneq ($(findstring $(OS_SOURCE),darwin ios),)
+DARWIN2DARWIN=1
+endif
+endif
+ifndef BINUTILSPREFIX
+ifndef CROSSBINDIR
+ifdef CROSSCOMPILE
+ifneq ($(OS_TARGET),msdos)
+ifndef DARWIN2DARWIN
+ifneq ($(CPU_TARGET),jvm)
+BINUTILSPREFIX=$(CPU_TARGET)-$(OS_TARGET)-
+ifeq ($(OS_TARGET),android)
+ifeq ($(CPU_TARGET),arm)
+BINUTILSPREFIX=arm-linux-androideabi-
+else
+ifeq ($(CPU_TARGET),i386)
+BINUTILSPREFIX=i686-linux-android-
+else
+BINUTILSPREFIX=$(CPU_TARGET)-linux-android-
+endif
+endif
+endif
+endif
+endif
+else
+BINUTILSPREFIX=$(OS_TARGET)-
+endif
+endif
+endif
+endif
+UNITSDIR:=$(wildcard $(FPCDIR)/units/$(TARGETSUFFIX))
+ifeq ($(UNITSDIR),)
+UNITSDIR:=$(wildcard $(FPCDIR)/units/$(OS_TARGET))
+endif
+PACKAGESDIR:=$(wildcard $(FPCDIR) $(FPCDIR)/packages)
+ifndef FPCFPMAKE
+ifdef CROSSCOMPILE
+ifeq ($(strip $(wildcard $(addsuffix /compiler/ppc$(SRCEXEEXT),$(FPCDIR)))),)
+FPCPROG:=$(strip $(wildcard $(addsuffix /fpc$(SRCEXEEXT),$(SEARCHPATH))))
+ifneq ($(FPCPROG),)
+FPCPROG:=$(firstword $(FPCPROG))
+FPCFPMAKE:=$(shell $(FPCPROG) -PB)
+ifeq ($(strip $(wildcard $(FPCFPMAKE))),)
+FPCFPMAKE:=$(firstword $(FPCPROG))
+endif
+else
+override FPCFPMAKE=$(firstword $(strip $(wildcard $(addsuffix /ppc386$(SRCEXEEXT),$(SEARCHPATH)))))
+endif
+else
+FPCFPMAKE=$(strip $(wildcard $(addsuffix /compiler/ppc$(SRCEXEEXT),$(FPCDIR))))
+FPMAKE_SKIP_CONFIG=-n
+export FPCFPMAKE
+export FPMAKE_SKIP_CONFIG
+endif
+else
+FPMAKE_SKIP_CONFIG=-n
+FPCFPMAKE=$(FPC)
+endif
+endif
+override PACKAGE_NAME=gitlab
+override PACKAGE_VERSION=3.3.1
+FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT))
+ifdef OS_TARGET
+FPC_TARGETOPT+=--os=$(OS_TARGET)
+endif
+ifdef CPU_TARGET
+FPC_TARGETOPT+=--cpu=$(CPU_TARGET)
+endif
+LOCALFPMAKE=./fpmake$(SRCEXEEXT)
+override INSTALL_FPCPACKAGE=y
+ifdef REQUIRE_UNITSDIR
+override UNITSDIR+=$(REQUIRE_UNITSDIR)
+endif
+ifdef REQUIRE_PACKAGESDIR
+override PACKAGESDIR+=$(REQUIRE_PACKAGESDIR)
+endif
+ifdef ZIPINSTALL
+ifneq ($(findstring $(OS_TARGET),$(UNIXs)),)
+UNIXHier=1
+endif
+else
+ifneq ($(findstring $(OS_SOURCE),$(UNIXs)),)
+UNIXHier=1
+endif
+endif
+ifndef INSTALL_PREFIX
+ifdef PREFIX
+INSTALL_PREFIX=$(PREFIX)
+endif
+endif
+ifndef INSTALL_PREFIX
+ifdef UNIXHier
+INSTALL_PREFIX=/usr/local
+else
+ifdef INSTALL_FPCPACKAGE
+INSTALL_BASEDIR:=/pp
+else
+INSTALL_BASEDIR:=/$(PACKAGE_NAME)
+endif
+endif
+endif
+export INSTALL_PREFIX
+ifdef INSTALL_FPCSUBDIR
+export INSTALL_FPCSUBDIR
+endif
+ifndef DIST_DESTDIR
+DIST_DESTDIR:=$(BASEDIR)
+endif
+export DIST_DESTDIR
+ifndef COMPILER_UNITTARGETDIR
+ifdef PACKAGEDIR_MAIN
+COMPILER_UNITTARGETDIR=$(PACKAGEDIR_MAIN)/units/$(TARGETSUFFIX)
+else
+COMPILER_UNITTARGETDIR=units/$(TARGETSUFFIX)
+endif
+endif
+ifndef COMPILER_TARGETDIR
+COMPILER_TARGETDIR=.
+endif
+ifndef INSTALL_BASEDIR
+ifdef UNIXHier
+ifdef INSTALL_FPCPACKAGE
+INSTALL_BASEDIR:=$(INSTALL_PREFIX)/lib/fpc/$(FPC_VERSION)
+else
+INSTALL_BASEDIR:=$(INSTALL_PREFIX)/lib/$(PACKAGE_NAME)
+endif
+else
+INSTALL_BASEDIR:=$(INSTALL_PREFIX)
+endif
+endif
+ifndef INSTALL_BINDIR
+ifdef UNIXHier
+INSTALL_BINDIR:=$(INSTALL_PREFIX)/bin
+else
+INSTALL_BINDIR:=$(INSTALL_BASEDIR)/bin
+ifdef INSTALL_FPCPACKAGE
+ifdef CROSSCOMPILE
+ifdef CROSSINSTALL
+INSTALL_BINDIR:=$(INSTALL_BINDIR)/$(SOURCESUFFIX)
+else
+INSTALL_BINDIR:=$(INSTALL_BINDIR)/$(TARGETSUFFIX)
+endif
+else
+INSTALL_BINDIR:=$(INSTALL_BINDIR)/$(TARGETSUFFIX)
+endif
+endif
+endif
+endif
+ifndef INSTALL_UNITDIR
+INSTALL_UNITDIR:=$(INSTALL_BASEDIR)/units/$(TARGETSUFFIX)
+ifdef INSTALL_FPCPACKAGE
+ifdef PACKAGE_NAME
+INSTALL_UNITDIR:=$(INSTALL_UNITDIR)/$(PACKAGE_NAME)
+endif
+endif
+endif
+ifndef INSTALL_LIBDIR
+ifdef UNIXHier
+INSTALL_LIBDIR:=$(INSTALL_PREFIX)/lib
+else
+INSTALL_LIBDIR:=$(INSTALL_UNITDIR)
+endif
+endif
+ifndef INSTALL_SOURCEDIR
+ifdef UNIXHier
+ifdef BSDhier
+SRCPREFIXDIR=share/src
+else
+ifdef linuxHier
+SRCPREFIXDIR=share/src
+else
+SRCPREFIXDIR=src
+endif
+endif
+ifdef INSTALL_FPCPACKAGE
+ifdef INSTALL_FPCSUBDIR
+INSTALL_SOURCEDIR:=$(INSTALL_PREFIX)/$(SRCPREFIXDIR)/fpc-$(FPC_VERSION)/$(INSTALL_FPCSUBDIR)/$(PACKAGE_NAME)
+else
+INSTALL_SOURCEDIR:=$(INSTALL_PREFIX)/$(SRCPREFIXDIR)/fpc-$(FPC_VERSION)/$(PACKAGE_NAME)
+endif
+else
+INSTALL_SOURCEDIR:=$(INSTALL_PREFIX)/$(SRCPREFIXDIR)/$(PACKAGE_NAME)-$(PACKAGE_VERSION)
+endif
+else
+ifdef INSTALL_FPCPACKAGE
+ifdef INSTALL_FPCSUBDIR
+INSTALL_SOURCEDIR:=$(INSTALL_BASEDIR)/source/$(INSTALL_FPCSUBDIR)/$(PACKAGE_NAME)
+else
+INSTALL_SOURCEDIR:=$(INSTALL_BASEDIR)/source/$(PACKAGE_NAME)
+endif
+else
+INSTALL_SOURCEDIR:=$(INSTALL_BASEDIR)/source
+endif
+endif
+endif
+ifndef INSTALL_DOCDIR
+ifdef UNIXHier
+ifdef BSDhier
+DOCPREFIXDIR=share/doc
+else
+ifdef linuxHier
+DOCPREFIXDIR=share/doc
+else
+DOCPREFIXDIR=doc
+endif
+endif
+ifdef INSTALL_FPCPACKAGE
+INSTALL_DOCDIR:=$(INSTALL_PREFIX)/$(DOCPREFIXDIR)/fpc-$(FPC_VERSION)/$(PACKAGE_NAME)
+else
+INSTALL_DOCDIR:=$(INSTALL_PREFIX)/$(DOCPREFIXDIR)/$(PACKAGE_NAME)-$(PACKAGE_VERSION)
+endif
+else
+ifdef INSTALL_FPCPACKAGE
+INSTALL_DOCDIR:=$(INSTALL_BASEDIR)/doc/$(PACKAGE_NAME)
+else
+INSTALL_DOCDIR:=$(INSTALL_BASEDIR)/doc
+endif
+endif
+endif
+ifndef INSTALL_EXAMPLEDIR
+ifdef UNIXHier
+ifdef INSTALL_FPCPACKAGE
+ifdef BSDhier
+INSTALL_EXAMPLEDIR:=$(INSTALL_PREFIX)/share/examples/fpc-$(FPC_VERSION)/$(PACKAGE_NAME)
+else
+ifdef linuxHier
+INSTALL_EXAMPLEDIR:=$(INSTALL_DOCDIR)/examples
+else
+INSTALL_EXAMPLEDIR:=$(INSTALL_PREFIX)/doc/fpc-$(FPC_VERSION)/examples/$(PACKAGE_NAME)
+endif
+endif
+else
+ifdef BSDhier
+INSTALL_EXAMPLEDIR:=$(INSTALL_PREFIX)/share/examples/$(PACKAGE_NAME)-$(PACKAGE_VERSION)
+else
+ifdef linuxHier
+INSTALL_EXAMPLEDIR:=$(INSTALL_DOCDIR)/examples/$(PACKAGE_NAME)-$(PACKAGE_VERSION)
+else
+INSTALL_EXAMPLEDIR:=$(INSTALL_PREFIX)/doc/$(PACKAGE_NAME)-$(PACKAGE_VERSION)
+endif
+endif
+endif
+else
+ifdef INSTALL_FPCPACKAGE
+INSTALL_EXAMPLEDIR:=$(INSTALL_BASEDIR)/examples/$(PACKAGE_NAME)
+else
+INSTALL_EXAMPLEDIR:=$(INSTALL_BASEDIR)/examples
+endif
+endif
+endif
+ifndef INSTALL_DATADIR
+INSTALL_DATADIR=$(INSTALL_BASEDIR)
+endif
+ifndef INSTALL_SHAREDDIR
+INSTALL_SHAREDDIR=$(INSTALL_PREFIX)/lib
+endif
+ifdef CROSSCOMPILE
+ifndef CROSSBINDIR
+CROSSBINDIR:=$(wildcard $(CROSSTARGETDIR)/bin/$(SOURCESUFFIX))
+ifeq ($(CROSSBINDIR),)
+CROSSBINDIR:=$(wildcard $(INSTALL_BASEDIR)/cross/$(TARGETSUFFIX)/bin/$(FULL_SOURCE))
+endif
+endif
+else
+CROSSBINDIR=
+endif
+BATCHEXT=.bat
+LOADEREXT=.as
+EXEEXT=.exe
+PPLEXT=.ppl
+PPUEXT=.ppu
+OEXT=.o
+ASMEXT=.s
+SMARTEXT=.sl
+STATICLIBEXT=.a
+SHAREDLIBEXT=.so
+SHAREDLIBPREFIX=libfp
+STATICLIBPREFIX=libp
+IMPORTLIBPREFIX=libimp
+RSTEXT=.rst
+EXEDBGEXT=.dbg
+ifeq ($(OS_TARGET),go32v1)
+STATICLIBPREFIX=
+SHORTSUFFIX=v1
+endif
+ifeq ($(OS_TARGET),go32v2)
+STATICLIBPREFIX=
+SHORTSUFFIX=dos
+IMPORTLIBPREFIX=
+endif
+ifeq ($(OS_TARGET),watcom)
+STATICLIBPREFIX=
+OEXT=.obj
+ASMEXT=.asm
+SHAREDLIBEXT=.dll
+SHORTSUFFIX=wat
+IMPORTLIBPREFIX=
+endif
+ifneq ($(CPU_TARGET),jvm)
+ifeq ($(OS_TARGET),android)
+BATCHEXT=.sh
+EXEEXT=
+HASSHAREDLIB=1
+SHORTSUFFIX=lnx
+endif
+endif
+ifeq ($(OS_TARGET),linux)
+BATCHEXT=.sh
+EXEEXT=
+HASSHAREDLIB=1
+SHORTSUFFIX=lnx
+endif
+ifeq ($(OS_TARGET),dragonfly)
+BATCHEXT=.sh
+EXEEXT=
+HASSHAREDLIB=1
+SHORTSUFFIX=df
+endif
+ifeq ($(OS_TARGET),freebsd)
+BATCHEXT=.sh
+EXEEXT=
+HASSHAREDLIB=1
+SHORTSUFFIX=fbs
+endif
+ifeq ($(OS_TARGET),netbsd)
+BATCHEXT=.sh
+EXEEXT=
+HASSHAREDLIB=1
+SHORTSUFFIX=nbs
+endif
+ifeq ($(OS_TARGET),openbsd)
+BATCHEXT=.sh
+EXEEXT=
+HASSHAREDLIB=1
+SHORTSUFFIX=obs
+endif
+ifeq ($(OS_TARGET),win32)
+SHAREDLIBEXT=.dll
+SHORTSUFFIX=w32
+endif
+ifeq ($(OS_TARGET),os2)
+BATCHEXT=.cmd
+AOUTEXT=.out
+STATICLIBPREFIX=
+SHAREDLIBEXT=.dll
+SHORTSUFFIX=os2
+ECHO=echo
+IMPORTLIBPREFIX=
+endif
+ifeq ($(OS_TARGET),emx)
+BATCHEXT=.cmd
+AOUTEXT=.out
+STATICLIBPREFIX=
+SHAREDLIBEXT=.dll
+SHORTSUFFIX=emx
+ECHO=echo
+IMPORTLIBPREFIX=
+endif
+ifeq ($(OS_TARGET),amiga)
+EXEEXT=
+SHAREDLIBEXT=.library
+SHORTSUFFIX=amg
+endif
+ifeq ($(OS_TARGET),aros)
+EXEEXT=
+SHAREDLIBEXT=.library
+SHORTSUFFIX=aros
+endif
+ifeq ($(OS_TARGET),morphos)
+EXEEXT=
+SHAREDLIBEXT=.library
+SHORTSUFFIX=mos
+endif
+ifeq ($(OS_TARGET),atari)
+EXEEXT=.ttp
+SHORTSUFFIX=ata
+endif
+ifeq ($(OS_TARGET),beos)
+BATCHEXT=.sh
+EXEEXT=
+SHORTSUFFIX=be
+endif
+ifeq ($(OS_TARGET),haiku)
+BATCHEXT=.sh
+EXEEXT=
+SHORTSUFFIX=hai
+endif
+ifeq ($(OS_TARGET),solaris)
+BATCHEXT=.sh
+EXEEXT=
+SHORTSUFFIX=sun
+endif
+ifeq ($(OS_TARGET),qnx)
+BATCHEXT=.sh
+EXEEXT=
+SHORTSUFFIX=qnx
+endif
+ifeq ($(OS_TARGET),netware)
+EXEEXT=.nlm
+STATICLIBPREFIX=
+SHORTSUFFIX=nw
+IMPORTLIBPREFIX=imp
+endif
+ifeq ($(OS_TARGET),netwlibc)
+EXEEXT=.nlm
+STATICLIBPREFIX=
+SHORTSUFFIX=nwl
+IMPORTLIBPREFIX=imp
+endif
+ifeq ($(OS_TARGET),macosclassic)
+BATCHEXT=
+EXEEXT=
+DEBUGSYMEXT=.xcoff
+SHORTSUFFIX=mac
+IMPORTLIBPREFIX=imp
+endif
+ifneq ($(findstring $(OS_TARGET),darwin iphonesim ios),)
+BATCHEXT=.sh
+EXEEXT=
+HASSHAREDLIB=1
+SHORTSUFFIX=dwn
+EXEDBGEXT=.dSYM
+endif
+ifeq ($(OS_TARGET),gba)
+EXEEXT=.gba
+SHAREDLIBEXT=.so
+SHORTSUFFIX=gba
+endif
+ifeq ($(OS_TARGET),symbian)
+SHAREDLIBEXT=.dll
+SHORTSUFFIX=symbian
+endif
+ifeq ($(OS_TARGET),NativeNT)
+SHAREDLIBEXT=.dll
+SHORTSUFFIX=nativent
+endif
+ifeq ($(OS_TARGET),wii)
+EXEEXT=.dol
+SHAREDLIBEXT=.so
+SHORTSUFFIX=wii
+endif
+ifeq ($(OS_TARGET),aix)
+BATCHEXT=.sh
+EXEEXT=
+SHAREDLIBEXT=.a
+SHORTSUFFIX=aix
+endif
+ifeq ($(OS_TARGET),java)
+OEXT=.class
+ASMEXT=.j
+SHAREDLIBEXT=.jar
+SHORTSUFFIX=java
+endif
+ifeq ($(CPU_TARGET),jvm)
+ifeq ($(OS_TARGET),android)
+OEXT=.class
+ASMEXT=.j
+SHAREDLIBEXT=.jar
+SHORTSUFFIX=android
+endif
+endif
+ifeq ($(OS_TARGET),msdos)
+STATICLIBPREFIX=
+STATICLIBEXT=.a
+SHORTSUFFIX=d16
+endif
+ifeq ($(OS_TARGET),embedded)
+ifeq ($(CPU_TARGET),i8086)
+STATICLIBPREFIX=
+STATICLIBEXT=.a
+else
+EXEEXT=.bin
+endif
+SHORTSUFFIX=emb
+endif
+ifeq ($(OS_TARGET),win16)
+STATICLIBPREFIX=
+STATICLIBEXT=.a
+SHAREDLIBEXT=.dll
+SHORTSUFFIX=w16
+endif
+ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),)
+FPCMADE=fpcmade.$(SHORTSUFFIX)
+ZIPSUFFIX=$(SHORTSUFFIX)
+ZIPCROSSPREFIX=
+ZIPSOURCESUFFIX=src
+ZIPEXAMPLESUFFIX=exm
+else
+FPCMADE=fpcmade.$(TARGETSUFFIX)
+ZIPSOURCESUFFIX=.source
+ZIPEXAMPLESUFFIX=.examples
+ifdef CROSSCOMPILE
+ZIPSUFFIX=.$(SOURCESUFFIX)
+ZIPCROSSPREFIX=$(TARGETSUFFIX)-
+else
+ZIPSUFFIX=.$(TARGETSUFFIX)
+ZIPCROSSPREFIX=
+endif
+endif
+ifndef ECHO
+ECHO:=$(strip $(wildcard $(addsuffix /gecho$(SRCEXEEXT),$(SEARCHPATH))))
+ifeq ($(ECHO),)
+ECHO:=$(strip $(wildcard $(addsuffix /echo$(SRCEXEEXT),$(SEARCHPATH))))
+ifeq ($(ECHO),)
+ECHO= __missing_command_ECHO
+else
+ECHO:=$(firstword $(ECHO))
+endif
+else
+ECHO:=$(firstword $(ECHO))
+endif
+endif
+export ECHO
+ifndef DATE
+DATE:=$(strip $(wildcard $(addsuffix /gdate$(SRCEXEEXT),$(SEARCHPATH))))
+ifeq ($(DATE),)
+DATE:=$(strip $(wildcard $(addsuffix /date$(SRCEXEEXT),$(SEARCHPATH))))
+ifeq ($(DATE),)
+DATE= __missing_command_DATE
+else
+DATE:=$(firstword $(DATE))
+endif
+else
+DATE:=$(firstword $(DATE))
+endif
+endif
+export DATE
+ifndef GINSTALL
+GINSTALL:=$(strip $(wildcard $(addsuffix /ginstall$(SRCEXEEXT),$(SEARCHPATH))))
+ifeq ($(GINSTALL),)
+GINSTALL:=$(strip $(wildcard $(addsuffix /install$(SRCEXEEXT),$(SEARCHPATH))))
+ifeq ($(GINSTALL),)
+GINSTALL= __missing_command_GINSTALL
+else
+GINSTALL:=$(firstword $(GINSTALL))
+endif
+else
+GINSTALL:=$(firstword $(GINSTALL))
+endif
+endif
+export GINSTALL
+ifndef CPPROG
+CPPROG:=$(strip $(wildcard $(addsuffix /cp$(SRCEXEEXT),$(SEARCHPATH))))
+ifeq ($(CPPROG),)
+CPPROG= __missing_command_CPPROG
+else
+CPPROG:=$(firstword $(CPPROG))
+endif
+endif
+export CPPROG
+ifndef RMPROG
+RMPROG:=$(strip $(wildcard $(addsuffix /rm$(SRCEXEEXT),$(SEARCHPATH))))
+ifeq ($(RMPROG),)
+RMPROG= __missing_command_RMPROG
+else
+RMPROG:=$(firstword $(RMPROG))
+endif
+endif
+export RMPROG
+ifndef MVPROG
+MVPROG:=$(strip $(wildcard $(addsuffix /mv$(SRCEXEEXT),$(SEARCHPATH))))
+ifeq ($(MVPROG),)
+MVPROG= __missing_command_MVPROG
+else
+MVPROG:=$(firstword $(MVPROG))
+endif
+endif
+export MVPROG
+ifndef MKDIRPROG
+MKDIRPROG:=$(strip $(wildcard $(addsuffix /gmkdir$(SRCEXEEXT),$(SEARCHPATH))))
+ifeq ($(MKDIRPROG),)
+MKDIRPROG:=$(strip $(wildcard $(addsuffix /mkdir$(SRCEXEEXT),$(SEARCHPATH))))
+ifeq ($(MKDIRPROG),)
+MKDIRPROG= __missing_command_MKDIRPROG
+else
+MKDIRPROG:=$(firstword $(MKDIRPROG))
+endif
+else
+MKDIRPROG:=$(firstword $(MKDIRPROG))
+endif
+endif
+export MKDIRPROG
+ifndef ECHOREDIR
+ifndef inUnix
+ECHOREDIR=echo
+else
+ECHOREDIR=$(ECHO)
+endif
+endif
+ifndef COPY
+COPY:=$(CPPROG) -fp
+endif
+ifndef COPYTREE
+COPYTREE:=$(CPPROG) -Rfp
+endif
+ifndef MKDIRTREE
+MKDIRTREE:=$(MKDIRPROG) -p
+endif
+ifndef MOVE
+MOVE:=$(MVPROG) -f
+endif
+ifndef DEL
+DEL:=$(RMPROG) -f
+endif
+ifndef DELTREE
+DELTREE:=$(RMPROG) -rf
+endif
+ifndef INSTALL
+ifdef inUnix
+INSTALL:=$(GINSTALL) -c -m 644
+else
+INSTALL:=$(COPY)
+endif
+endif
+ifndef INSTALLEXE
+ifdef inUnix
+INSTALLEXE:=$(GINSTALL) -c -m 755
+else
+INSTALLEXE:=$(COPY)
+endif
+endif
+ifndef MKDIR
+MKDIR:=$(GINSTALL) -m 755 -d
+endif
+export ECHOREDIR COPY COPYTREE MOVE DEL DELTREE INSTALL INSTALLEXE MKDIR
+ifndef PPUMOVE
+PPUMOVE:=$(strip $(wildcard $(addsuffix /ppumove$(SRCEXEEXT),$(SEARCHPATH))))
+ifeq ($(PPUMOVE),)
+PPUMOVE= __missing_command_PPUMOVE
+else
+PPUMOVE:=$(firstword $(PPUMOVE))
+endif
+endif
+export PPUMOVE
+ifndef FPCMAKE
+FPCMAKE:=$(strip $(wildcard $(addsuffix /fpcmake$(SRCEXEEXT),$(SEARCHPATH))))
+ifeq ($(FPCMAKE),)
+FPCMAKE= __missing_command_FPCMAKE
+else
+FPCMAKE:=$(firstword $(FPCMAKE))
+endif
+endif
+export FPCMAKE
+ifndef ZIPPROG
+ZIPPROG:=$(strip $(wildcard $(addsuffix /zip$(SRCEXEEXT),$(SEARCHPATH))))
+ifeq ($(ZIPPROG),)
+ZIPPROG= __missing_command_ZIPPROG
+else
+ZIPPROG:=$(firstword $(ZIPPROG))
+endif
+endif
+export ZIPPROG
+ifndef TARPROG
+TARPROG:=$(strip $(wildcard $(addsuffix /gtar$(SRCEXEEXT),$(SEARCHPATH))))
+ifeq ($(TARPROG),)
+TARPROG:=$(strip $(wildcard $(addsuffix /tar$(SRCEXEEXT),$(SEARCHPATH))))
+ifeq ($(TARPROG),)
+TARPROG= __missing_command_TARPROG
+else
+TARPROG:=$(firstword $(TARPROG))
+endif
+else
+TARPROG:=$(firstword $(TARPROG))
+endif
+endif
+export TARPROG
+ASNAME=$(BINUTILSPREFIX)as
+LDNAME=$(BINUTILSPREFIX)ld
+ARNAME=$(BINUTILSPREFIX)ar
+RCNAME=$(BINUTILSPREFIX)rc
+NASMNAME=$(BINUTILSPREFIX)nasm
+ifndef ASPROG
+ifdef CROSSBINDIR
+ASPROG=$(CROSSBINDIR)/$(ASNAME)$(SRCEXEEXT)
+else
+ASPROG=$(ASNAME)
+endif
+endif
+ifndef LDPROG
+ifdef CROSSBINDIR
+LDPROG=$(CROSSBINDIR)/$(LDNAME)$(SRCEXEEXT)
+else
+LDPROG=$(LDNAME)
+endif
+endif
+ifndef RCPROG
+ifdef CROSSBINDIR
+RCPROG=$(CROSSBINDIR)/$(RCNAME)$(SRCEXEEXT)
+else
+RCPROG=$(RCNAME)
+endif
+endif
+ifndef ARPROG
+ifdef CROSSBINDIR
+ARPROG=$(CROSSBINDIR)/$(ARNAME)$(SRCEXEEXT)
+else
+ARPROG=$(ARNAME)
+endif
+endif
+ifndef NASMPROG
+ifdef CROSSBINDIR
+NASMPROG=$(CROSSBINDIR)/$(NASMNAME)$(SRCEXEEXT)
+else
+NASMPROG=$(NASMNAME)
+endif
+endif
+AS=$(ASPROG)
+LD=$(LDPROG)
+RC=$(RCPROG)
+AR=$(ARPROG)
+NASM=$(NASMPROG)
+ifdef inUnix
+PPAS=./ppas$(SRCBATCHEXT)
+else
+PPAS=ppas$(SRCBATCHEXT)
+endif
+ifdef inUnix
+LDCONFIG=ldconfig
+else
+LDCONFIG=
+endif
+ifdef DATE
+DATESTR:=$(shell $(DATE) +%Y%m%d)
+else
+DATESTR=
+endif
+ZIPOPT=-9
+ZIPEXT=.zip
+ifeq ($(USETAR),bz2)
+TAROPT=vj
+TAREXT=.tar.bz2
+else
+TAROPT=vz
+TAREXT=.tar.gz
+endif
+override REQUIRE_PACKAGES=rtl fpmkunit fcl-base fcl-net fcl-web fcl-json
+ifeq ($(FULL_TARGET),i386-linux)
+REQUIRE_PACKAGES_RTL=1
+REQUIRE_PACKAGES_PASZLIB=1
+REQUIRE_PACKAGES_FCL-PROCESS=1
+REQUIRE_PACKAGES_HASH=1
+REQUIRE_PACKAGES_LIBTAR=1
+REQUIRE_PACKAGES_FPMKUNIT=1
+REQUIRE_PACKAGES_FCL-BASE=1
+REQUIRE_PACKAGES_FCL-NET=1
+REQUIRE_PACKAGES_FCL-WEB=1
+REQUIRE_PACKAGES_FCL-JSON=1
+endif
+ifeq ($(FULL_TARGET),i386-go32v2)
+REQUIRE_PACKAGES_RTL=1
+REQUIRE_PACKAGES_PASZLIB=1
+REQUIRE_PACKAGES_FCL-PROCESS=1
+REQUIRE_PACKAGES_HASH=1
+REQUIRE_PACKAGES_LIBTAR=1
+REQUIRE_PACKAGES_FPMKUNIT=1
+REQUIRE_PACKAGES_FCL-BASE=1
+REQUIRE_PACKAGES_FCL-NET=1
+REQUIRE_PACKAGES_FCL-WEB=1
+REQUIRE_PACKAGES_FCL-JSON=1
+endif
+ifeq ($(FULL_TARGET),i386-win32)
+REQUIRE_PACKAGES_RTL=1
+REQUIRE_PACKAGES_PASZLIB=1
+REQUIRE_PACKAGES_FCL-PROCESS=1
+REQUIRE_PACKAGES_HASH=1
+REQUIRE_PACKAGES_LIBTAR=1
+REQUIRE_PACKAGES_FPMKUNIT=1
+REQUIRE_PACKAGES_FCL-BASE=1
+REQUIRE_PACKAGES_FCL-NET=1
+REQUIRE_PACKAGES_FCL-WEB=1
+REQUIRE_PACKAGES_FCL-JSON=1
+endif
+ifeq ($(FULL_TARGET),i386-os2)
+REQUIRE_PACKAGES_RTL=1
+REQUIRE_PACKAGES_PASZLIB=1
+REQUIRE_PACKAGES_FCL-PROCESS=1
+REQUIRE_PACKAGES_HASH=1
+REQUIRE_PACKAGES_LIBTAR=1
+REQUIRE_PACKAGES_FPMKUNIT=1
+REQUIRE_PACKAGES_FCL-BASE=1
+REQUIRE_PACKAGES_FCL-NET=1
+REQUIRE_PACKAGES_FCL-WEB=1
+REQUIRE_PACKAGES_FCL-JSON=1
+endif
+ifeq ($(FULL_TARGET),i386-freebsd)
+REQUIRE_PACKAGES_RTL=1
+REQUIRE_PACKAGES_PASZLIB=1
+REQUIRE_PACKAGES_FCL-PROCESS=1
+REQUIRE_PACKAGES_HASH=1
+REQUIRE_PACKAGES_LIBTAR=1
+REQUIRE_PACKAGES_FPMKUNIT=1
+REQUIRE_PACKAGES_FCL-BASE=1
+REQUIRE_PACKAGES_FCL-NET=1
+REQUIRE_PACKAGES_FCL-WEB=1
+REQUIRE_PACKAGES_FCL-JSON=1
+endif
+ifeq ($(FULL_TARGET),i386-beos)
+REQUIRE_PACKAGES_RTL=1
+REQUIRE_PACKAGES_PASZLIB=1
+REQUIRE_PACKAGES_FCL-PROCESS=1
+REQUIRE_PACKAGES_HASH=1
+REQUIRE_PACKAGES_LIBTAR=1
+REQUIRE_PACKAGES_FPMKUNIT=1
+REQUIRE_PACKAGES_FCL-BASE=1
+REQUIRE_PACKAGES_FCL-NET=1
+REQUIRE_PACKAGES_FCL-WEB=1
+REQUIRE_PACKAGES_FCL-JSON=1
+endif
+ifeq ($(FULL_TARGET),i386-haiku)
+REQUIRE_PACKAGES_RTL=1
+REQUIRE_PACKAGES_PASZLIB=1
+REQUIRE_PACKAGES_FCL-PROCESS=1
+REQUIRE_PACKAGES_HASH=1
+REQUIRE_PACKAGES_LIBTAR=1
+REQUIRE_PACKAGES_FPMKUNIT=1
+REQUIRE_PACKAGES_FCL-BASE=1
+REQUIRE_PACKAGES_FCL-NET=1
+REQUIRE_PACKAGES_FCL-WEB=1
+REQUIRE_PACKAGES_FCL-JSON=1
+endif
+ifeq ($(FULL_TARGET),i386-netbsd)
+REQUIRE_PACKAGES_RTL=1
+REQUIRE_PACKAGES_PASZLIB=1
+REQUIRE_PACKAGES_FCL-PROCESS=1
+REQUIRE_PACKAGES_HASH=1
+REQUIRE_PACKAGES_LIBTAR=1
+REQUIRE_PACKAGES_FPMKUNIT=1
+REQUIRE_PACKAGES_FCL-BASE=1
+REQUIRE_PACKAGES_FCL-NET=1
+REQUIRE_PACKAGES_FCL-WEB=1
+REQUIRE_PACKAGES_FCL-JSON=1
+endif
+ifeq ($(FULL_TARGET),i386-solaris)
+REQUIRE_PACKAGES_RTL=1
+REQUIRE_PACKAGES_PASZLIB=1
+REQUIRE_PACKAGES_FCL-PROCESS=1
+REQUIRE_PACKAGES_HASH=1
+REQUIRE_PACKAGES_LIBTAR=1
+REQUIRE_PACKAGES_FPMKUNIT=1
+REQUIRE_PACKAGES_FCL-BASE=1
+REQUIRE_PACKAGES_FCL-NET=1
+REQUIRE_PACKAGES_FCL-WEB=1
+REQUIRE_PACKAGES_FCL-JSON=1
+endif
+ifeq ($(FULL_TARGET),i386-netware)
+REQUIRE_PACKAGES_RTL=1
+REQUIRE_PACKAGES_PASZLIB=1
+REQUIRE_PACKAGES_FCL-PROCESS=1
+REQUIRE_PACKAGES_HASH=1
+REQUIRE_PACKAGES_LIBTAR=1
+REQUIRE_PACKAGES_FPMKUNIT=1
+REQUIRE_PACKAGES_FCL-BASE=1
+REQUIRE_PACKAGES_FCL-NET=1
+REQUIRE_PACKAGES_FCL-WEB=1
+REQUIRE_PACKAGES_FCL-JSON=1
+endif
+ifeq ($(FULL_TARGET),i386-openbsd)
+REQUIRE_PACKAGES_RTL=1
+REQUIRE_PACKAGES_PASZLIB=1
+REQUIRE_PACKAGES_FCL-PROCESS=1
+REQUIRE_PACKAGES_HASH=1
+REQUIRE_PACKAGES_LIBTAR=1
+REQUIRE_PACKAGES_FPMKUNIT=1
+REQUIRE_PACKAGES_FCL-BASE=1
+REQUIRE_PACKAGES_FCL-NET=1
+REQUIRE_PACKAGES_FCL-WEB=1
+REQUIRE_PACKAGES_FCL-JSON=1
+endif
+ifeq ($(FULL_TARGET),i386-wdosx)
+REQUIRE_PACKAGES_RTL=1
+REQUIRE_PACKAGES_PASZLIB=1
+REQUIRE_PACKAGES_FCL-PROCESS=1
+REQUIRE_PACKAGES_HASH=1
+REQUIRE_PACKAGES_LIBTAR=1
+REQUIRE_PACKAGES_FPMKUNIT=1
+REQUIRE_PACKAGES_FCL-BASE=1
+REQUIRE_PACKAGES_FCL-NET=1
+REQUIRE_PACKAGES_FCL-WEB=1
+REQUIRE_PACKAGES_FCL-JSON=1
+endif
+ifeq ($(FULL_TARGET),i386-darwin)
+REQUIRE_PACKAGES_RTL=1
+REQUIRE_PACKAGES_PASZLIB=1
+REQUIRE_PACKAGES_FCL-PROCESS=1
+REQUIRE_PACKAGES_HASH=1
+REQUIRE_PACKAGES_LIBTAR=1
+REQUIRE_PACKAGES_FPMKUNIT=1
+REQUIRE_PACKAGES_FCL-BASE=1
+REQUIRE_PACKAGES_FCL-NET=1
+REQUIRE_PACKAGES_FCL-WEB=1
+REQUIRE_PACKAGES_FCL-JSON=1
+endif
+ifeq ($(FULL_TARGET),i386-emx)
+REQUIRE_PACKAGES_RTL=1
+REQUIRE_PACKAGES_PASZLIB=1
+REQUIRE_PACKAGES_FCL-PROCESS=1
+REQUIRE_PACKAGES_HASH=1
+REQUIRE_PACKAGES_LIBTAR=1
+REQUIRE_PACKAGES_FPMKUNIT=1
+REQUIRE_PACKAGES_FCL-BASE=1
+REQUIRE_PACKAGES_FCL-NET=1
+REQUIRE_PACKAGES_FCL-WEB=1
+REQUIRE_PACKAGES_FCL-JSON=1
+endif
+ifeq ($(FULL_TARGET),i386-watcom)
+REQUIRE_PACKAGES_RTL=1
+REQUIRE_PACKAGES_PASZLIB=1
+REQUIRE_PACKAGES_FCL-PROCESS=1
+REQUIRE_PACKAGES_HASH=1
+REQUIRE_PACKAGES_LIBTAR=1
+REQUIRE_PACKAGES_FPMKUNIT=1
+REQUIRE_PACKAGES_FCL-BASE=1
+REQUIRE_PACKAGES_FCL-NET=1
+REQUIRE_PACKAGES_FCL-WEB=1
+REQUIRE_PACKAGES_FCL-JSON=1
+endif
+ifeq ($(FULL_TARGET),i386-netwlibc)
+REQUIRE_PACKAGES_RTL=1
+REQUIRE_PACKAGES_PASZLIB=1
+REQUIRE_PACKAGES_FCL-PROCESS=1
+REQUIRE_PACKAGES_HASH=1
+REQUIRE_PACKAGES_LIBTAR=1
+REQUIRE_PACKAGES_FPMKUNIT=1
+REQUIRE_PACKAGES_FCL-BASE=1
+REQUIRE_PACKAGES_FCL-NET=1
+REQUIRE_PACKAGES_FCL-WEB=1
+REQUIRE_PACKAGES_FCL-JSON=1
+endif
+ifeq ($(FULL_TARGET),i386-wince)
+REQUIRE_PACKAGES_RTL=1
+REQUIRE_PACKAGES_PASZLIB=1
+REQUIRE_PACKAGES_FCL-PROCESS=1
+REQUIRE_PACKAGES_HASH=1
+REQUIRE_PACKAGES_LIBTAR=1
+REQUIRE_PACKAGES_FPMKUNIT=1
+REQUIRE_PACKAGES_FCL-BASE=1
+REQUIRE_PACKAGES_FCL-NET=1
+REQUIRE_PACKAGES_FCL-WEB=1
+REQUIRE_PACKAGES_FCL-JSON=1
+endif
+ifeq ($(FULL_TARGET),i386-embedded)
+REQUIRE_PACKAGES_RTL=1
+REQUIRE_PACKAGES_PASZLIB=1
+REQUIRE_PACKAGES_FCL-PROCESS=1
+REQUIRE_PACKAGES_HASH=1
+REQUIRE_PACKAGES_LIBTAR=1
+REQUIRE_PACKAGES_FPMKUNIT=1
+REQUIRE_PACKAGES_FCL-BASE=1
+REQUIRE_PACKAGES_FCL-NET=1
+REQUIRE_PACKAGES_FCL-WEB=1
+REQUIRE_PACKAGES_FCL-JSON=1
+endif
+ifeq ($(FULL_TARGET),i386-symbian)
+REQUIRE_PACKAGES_RTL=1
+REQUIRE_PACKAGES_PASZLIB=1
+REQUIRE_PACKAGES_FCL-PROCESS=1
+REQUIRE_PACKAGES_HASH=1
+REQUIRE_PACKAGES_LIBTAR=1
+REQUIRE_PACKAGES_FPMKUNIT=1
+REQUIRE_PACKAGES_FCL-BASE=1
+REQUIRE_PACKAGES_FCL-NET=1
+REQUIRE_PACKAGES_FCL-WEB=1
+REQUIRE_PACKAGES_FCL-JSON=1
+endif
+ifeq ($(FULL_TARGET),i386-nativent)
+REQUIRE_PACKAGES_RTL=1
+REQUIRE_PACKAGES_PASZLIB=1
+REQUIRE_PACKAGES_FCL-PROCESS=1
+REQUIRE_PACKAGES_HASH=1
+REQUIRE_PACKAGES_LIBTAR=1
+REQUIRE_PACKAGES_FPMKUNIT=1
+REQUIRE_PACKAGES_FCL-BASE=1
+REQUIRE_PACKAGES_FCL-NET=1
+REQUIRE_PACKAGES_FCL-WEB=1
+REQUIRE_PACKAGES_FCL-JSON=1
+endif
+ifeq ($(FULL_TARGET),i386-iphonesim)
+REQUIRE_PACKAGES_RTL=1
+REQUIRE_PACKAGES_PASZLIB=1
+REQUIRE_PACKAGES_FCL-PROCESS=1
+REQUIRE_PACKAGES_HASH=1
+REQUIRE_PACKAGES_LIBTAR=1
+REQUIRE_PACKAGES_FPMKUNIT=1
+REQUIRE_PACKAGES_FCL-BASE=1
+REQUIRE_PACKAGES_FCL-NET=1
+REQUIRE_PACKAGES_FCL-WEB=1
+REQUIRE_PACKAGES_FCL-JSON=1
+endif
+ifeq ($(FULL_TARGET),i386-android)
+REQUIRE_PACKAGES_RTL=1
+REQUIRE_PACKAGES_PASZLIB=1
+REQUIRE_PACKAGES_FCL-PROCESS=1
+REQUIRE_PACKAGES_HASH=1
+REQUIRE_PACKAGES_LIBTAR=1
+REQUIRE_PACKAGES_FPMKUNIT=1
+REQUIRE_PACKAGES_FCL-BASE=1
+REQUIRE_PACKAGES_FCL-NET=1
+REQUIRE_PACKAGES_FCL-WEB=1
+REQUIRE_PACKAGES_FCL-JSON=1
+endif
+ifeq ($(FULL_TARGET),i386-aros)
+REQUIRE_PACKAGES_RTL=1
+REQUIRE_PACKAGES_PASZLIB=1
+REQUIRE_PACKAGES_FCL-PROCESS=1
+REQUIRE_PACKAGES_HASH=1
+REQUIRE_PACKAGES_LIBTAR=1
+REQUIRE_PACKAGES_FPMKUNIT=1
+REQUIRE_PACKAGES_FCL-BASE=1
+REQUIRE_PACKAGES_FCL-NET=1
+REQUIRE_PACKAGES_FCL-WEB=1
+REQUIRE_PACKAGES_FCL-JSON=1
+endif
+ifeq ($(FULL_TARGET),m68k-linux)
+REQUIRE_PACKAGES_RTL=1
+REQUIRE_PACKAGES_PASZLIB=1
+REQUIRE_PACKAGES_FCL-PROCESS=1
+REQUIRE_PACKAGES_HASH=1
+REQUIRE_PACKAGES_LIBTAR=1
+REQUIRE_PACKAGES_FPMKUNIT=1
+REQUIRE_PACKAGES_FCL-BASE=1
+REQUIRE_PACKAGES_FCL-NET=1
+REQUIRE_PACKAGES_FCL-WEB=1
+REQUIRE_PACKAGES_FCL-JSON=1
+endif
+ifeq ($(FULL_TARGET),m68k-netbsd)
+REQUIRE_PACKAGES_RTL=1
+REQUIRE_PACKAGES_PASZLIB=1
+REQUIRE_PACKAGES_FCL-PROCESS=1
+REQUIRE_PACKAGES_HASH=1
+REQUIRE_PACKAGES_LIBTAR=1
+REQUIRE_PACKAGES_FPMKUNIT=1
+REQUIRE_PACKAGES_FCL-BASE=1
+REQUIRE_PACKAGES_FCL-NET=1
+REQUIRE_PACKAGES_FCL-WEB=1
+REQUIRE_PACKAGES_FCL-JSON=1
+endif
+ifeq ($(FULL_TARGET),m68k-amiga)
+REQUIRE_PACKAGES_RTL=1
+REQUIRE_PACKAGES_PASZLIB=1
+REQUIRE_PACKAGES_FCL-PROCESS=1
+REQUIRE_PACKAGES_HASH=1
+REQUIRE_PACKAGES_LIBTAR=1
+REQUIRE_PACKAGES_FPMKUNIT=1
+REQUIRE_PACKAGES_FCL-BASE=1
+REQUIRE_PACKAGES_FCL-NET=1
+REQUIRE_PACKAGES_FCL-WEB=1
+REQUIRE_PACKAGES_FCL-JSON=1
+endif
+ifeq ($(FULL_TARGET),m68k-atari)
+REQUIRE_PACKAGES_RTL=1
+REQUIRE_PACKAGES_PASZLIB=1
+REQUIRE_PACKAGES_FCL-PROCESS=1
+REQUIRE_PACKAGES_HASH=1
+REQUIRE_PACKAGES_LIBTAR=1
+REQUIRE_PACKAGES_FPMKUNIT=1
+REQUIRE_PACKAGES_FCL-BASE=1
+REQUIRE_PACKAGES_FCL-NET=1
+REQUIRE_PACKAGES_FCL-WEB=1
+REQUIRE_PACKAGES_FCL-JSON=1
+endif
+ifeq ($(FULL_TARGET),m68k-palmos)
+REQUIRE_PACKAGES_RTL=1
+REQUIRE_PACKAGES_PASZLIB=1
+REQUIRE_PACKAGES_FCL-PROCESS=1
+REQUIRE_PACKAGES_HASH=1
+REQUIRE_PACKAGES_LIBTAR=1
+REQUIRE_PACKAGES_FPMKUNIT=1
+REQUIRE_PACKAGES_FCL-BASE=1
+REQUIRE_PACKAGES_FCL-NET=1
+REQUIRE_PACKAGES_FCL-WEB=1
+REQUIRE_PACKAGES_FCL-JSON=1
+endif
+ifeq ($(FULL_TARGET),m68k-macosclassic)
+REQUIRE_PACKAGES_RTL=1
+REQUIRE_PACKAGES_PASZLIB=1
+REQUIRE_PACKAGES_FCL-PROCESS=1
+REQUIRE_PACKAGES_HASH=1
+REQUIRE_PACKAGES_LIBTAR=1
+REQUIRE_PACKAGES_FPMKUNIT=1
+REQUIRE_PACKAGES_FCL-BASE=1
+REQUIRE_PACKAGES_FCL-NET=1
+REQUIRE_PACKAGES_FCL-WEB=1
+REQUIRE_PACKAGES_FCL-JSON=1
+endif
+ifeq ($(FULL_TARGET),m68k-embedded)
+REQUIRE_PACKAGES_RTL=1
+REQUIRE_PACKAGES_PASZLIB=1
+REQUIRE_PACKAGES_FCL-PROCESS=1
+REQUIRE_PACKAGES_HASH=1
+REQUIRE_PACKAGES_LIBTAR=1
+REQUIRE_PACKAGES_FPMKUNIT=1
+REQUIRE_PACKAGES_FCL-BASE=1
+REQUIRE_PACKAGES_FCL-NET=1
+REQUIRE_PACKAGES_FCL-WEB=1
+REQUIRE_PACKAGES_FCL-JSON=1
+endif
+ifeq ($(FULL_TARGET),powerpc-linux)
+REQUIRE_PACKAGES_RTL=1
+REQUIRE_PACKAGES_PASZLIB=1
+REQUIRE_PACKAGES_FCL-PROCESS=1
+REQUIRE_PACKAGES_HASH=1
+REQUIRE_PACKAGES_LIBTAR=1
+REQUIRE_PACKAGES_FPMKUNIT=1
+REQUIRE_PACKAGES_FCL-BASE=1
+REQUIRE_PACKAGES_FCL-NET=1
+REQUIRE_PACKAGES_FCL-WEB=1
+REQUIRE_PACKAGES_FCL-JSON=1
+endif
+ifeq ($(FULL_TARGET),powerpc-netbsd)
+REQUIRE_PACKAGES_RTL=1
+REQUIRE_PACKAGES_PASZLIB=1
+REQUIRE_PACKAGES_FCL-PROCESS=1
+REQUIRE_PACKAGES_HASH=1
+REQUIRE_PACKAGES_LIBTAR=1
+REQUIRE_PACKAGES_FPMKUNIT=1
+REQUIRE_PACKAGES_FCL-BASE=1
+REQUIRE_PACKAGES_FCL-NET=1
+REQUIRE_PACKAGES_FCL-WEB=1
+REQUIRE_PACKAGES_FCL-JSON=1
+endif
+ifeq ($(FULL_TARGET),powerpc-amiga)
+REQUIRE_PACKAGES_RTL=1
+REQUIRE_PACKAGES_PASZLIB=1
+REQUIRE_PACKAGES_FCL-PROCESS=1
+REQUIRE_PACKAGES_HASH=1
+REQUIRE_PACKAGES_LIBTAR=1
+REQUIRE_PACKAGES_FPMKUNIT=1
+REQUIRE_PACKAGES_FCL-BASE=1
+REQUIRE_PACKAGES_FCL-NET=1
+REQUIRE_PACKAGES_FCL-WEB=1
+REQUIRE_PACKAGES_FCL-JSON=1
+endif
+ifeq ($(FULL_TARGET),powerpc-macosclassic)
+REQUIRE_PACKAGES_RTL=1
+REQUIRE_PACKAGES_PASZLIB=1
+REQUIRE_PACKAGES_FCL-PROCESS=1
+REQUIRE_PACKAGES_HASH=1
+REQUIRE_PACKAGES_LIBTAR=1
+REQUIRE_PACKAGES_FPMKUNIT=1
+REQUIRE_PACKAGES_FCL-BASE=1
+REQUIRE_PACKAGES_FCL-NET=1
+REQUIRE_PACKAGES_FCL-WEB=1
+REQUIRE_PACKAGES_FCL-JSON=1
+endif
+ifeq ($(FULL_TARGET),powerpc-darwin)
+REQUIRE_PACKAGES_RTL=1
+REQUIRE_PACKAGES_PASZLIB=1
+REQUIRE_PACKAGES_FCL-PROCESS=1
+REQUIRE_PACKAGES_HASH=1
+REQUIRE_PACKAGES_LIBTAR=1
+REQUIRE_PACKAGES_FPMKUNIT=1
+REQUIRE_PACKAGES_FCL-BASE=1
+REQUIRE_PACKAGES_FCL-NET=1
+REQUIRE_PACKAGES_FCL-WEB=1
+REQUIRE_PACKAGES_FCL-JSON=1
+endif
+ifeq ($(FULL_TARGET),powerpc-morphos)
+REQUIRE_PACKAGES_RTL=1
+REQUIRE_PACKAGES_PASZLIB=1
+REQUIRE_PACKAGES_FCL-PROCESS=1
+REQUIRE_PACKAGES_HASH=1
+REQUIRE_PACKAGES_LIBTAR=1
+REQUIRE_PACKAGES_FPMKUNIT=1
+REQUIRE_PACKAGES_FCL-BASE=1
+REQUIRE_PACKAGES_FCL-NET=1
+REQUIRE_PACKAGES_FCL-WEB=1
+REQUIRE_PACKAGES_FCL-JSON=1
+endif
+ifeq ($(FULL_TARGET),powerpc-embedded)
+REQUIRE_PACKAGES_RTL=1
+REQUIRE_PACKAGES_PASZLIB=1
+REQUIRE_PACKAGES_FCL-PROCESS=1
+REQUIRE_PACKAGES_HASH=1
+REQUIRE_PACKAGES_LIBTAR=1
+REQUIRE_PACKAGES_FPMKUNIT=1
+REQUIRE_PACKAGES_FCL-BASE=1
+REQUIRE_PACKAGES_FCL-NET=1
+REQUIRE_PACKAGES_FCL-WEB=1
+REQUIRE_PACKAGES_FCL-JSON=1
+endif
+ifeq ($(FULL_TARGET),powerpc-wii)
+REQUIRE_PACKAGES_RTL=1
+REQUIRE_PACKAGES_PASZLIB=1
+REQUIRE_PACKAGES_FCL-PROCESS=1
+REQUIRE_PACKAGES_HASH=1
+REQUIRE_PACKAGES_LIBTAR=1
+REQUIRE_PACKAGES_FPMKUNIT=1
+REQUIRE_PACKAGES_FCL-BASE=1
+REQUIRE_PACKAGES_FCL-NET=1
+REQUIRE_PACKAGES_FCL-WEB=1
+REQUIRE_PACKAGES_FCL-JSON=1
+endif
+ifeq ($(FULL_TARGET),powerpc-aix)
+REQUIRE_PACKAGES_RTL=1
+REQUIRE_PACKAGES_PASZLIB=1
+REQUIRE_PACKAGES_FCL-PROCESS=1
+REQUIRE_PACKAGES_HASH=1
+REQUIRE_PACKAGES_LIBTAR=1
+REQUIRE_PACKAGES_FPMKUNIT=1
+REQUIRE_PACKAGES_FCL-BASE=1
+REQUIRE_PACKAGES_FCL-NET=1
+REQUIRE_PACKAGES_FCL-WEB=1
+REQUIRE_PACKAGES_FCL-JSON=1
+endif
+ifeq ($(FULL_TARGET),sparc-linux)
+REQUIRE_PACKAGES_RTL=1
+REQUIRE_PACKAGES_PASZLIB=1
+REQUIRE_PACKAGES_FCL-PROCESS=1
+REQUIRE_PACKAGES_HASH=1
+REQUIRE_PACKAGES_LIBTAR=1
+REQUIRE_PACKAGES_FPMKUNIT=1
+REQUIRE_PACKAGES_FCL-BASE=1
+REQUIRE_PACKAGES_FCL-NET=1
+REQUIRE_PACKAGES_FCL-WEB=1
+REQUIRE_PACKAGES_FCL-JSON=1
+endif
+ifeq ($(FULL_TARGET),sparc-netbsd)
+REQUIRE_PACKAGES_RTL=1
+REQUIRE_PACKAGES_PASZLIB=1
+REQUIRE_PACKAGES_FCL-PROCESS=1
+REQUIRE_PACKAGES_HASH=1
+REQUIRE_PACKAGES_LIBTAR=1
+REQUIRE_PACKAGES_FPMKUNIT=1
+REQUIRE_PACKAGES_FCL-BASE=1
+REQUIRE_PACKAGES_FCL-NET=1
+REQUIRE_PACKAGES_FCL-WEB=1
+REQUIRE_PACKAGES_FCL-JSON=1
+endif
+ifeq ($(FULL_TARGET),sparc-solaris)
+REQUIRE_PACKAGES_RTL=1
+REQUIRE_PACKAGES_PASZLIB=1
+REQUIRE_PACKAGES_FCL-PROCESS=1
+REQUIRE_PACKAGES_HASH=1
+REQUIRE_PACKAGES_LIBTAR=1
+REQUIRE_PACKAGES_FPMKUNIT=1
+REQUIRE_PACKAGES_FCL-BASE=1
+REQUIRE_PACKAGES_FCL-NET=1
+REQUIRE_PACKAGES_FCL-WEB=1
+REQUIRE_PACKAGES_FCL-JSON=1
+endif
+ifeq ($(FULL_TARGET),sparc-embedded)
+REQUIRE_PACKAGES_RTL=1
+REQUIRE_PACKAGES_PASZLIB=1
+REQUIRE_PACKAGES_FCL-PROCESS=1
+REQUIRE_PACKAGES_HASH=1
+REQUIRE_PACKAGES_LIBTAR=1
+REQUIRE_PACKAGES_FPMKUNIT=1
+REQUIRE_PACKAGES_FCL-BASE=1
+REQUIRE_PACKAGES_FCL-NET=1
+REQUIRE_PACKAGES_FCL-WEB=1
+REQUIRE_PACKAGES_FCL-JSON=1
+endif
+ifeq ($(FULL_TARGET),x86_64-linux)
+REQUIRE_PACKAGES_RTL=1
+REQUIRE_PACKAGES_PASZLIB=1
+REQUIRE_PACKAGES_FCL-PROCESS=1
+REQUIRE_PACKAGES_HASH=1
+REQUIRE_PACKAGES_LIBTAR=1
+REQUIRE_PACKAGES_FPMKUNIT=1
+REQUIRE_PACKAGES_FCL-BASE=1
+REQUIRE_PACKAGES_FCL-NET=1
+REQUIRE_PACKAGES_FCL-WEB=1
+REQUIRE_PACKAGES_FCL-JSON=1
+endif
+ifeq ($(FULL_TARGET),x86_64-freebsd)
+REQUIRE_PACKAGES_RTL=1
+REQUIRE_PACKAGES_PASZLIB=1
+REQUIRE_PACKAGES_FCL-PROCESS=1
+REQUIRE_PACKAGES_HASH=1
+REQUIRE_PACKAGES_LIBTAR=1
+REQUIRE_PACKAGES_FPMKUNIT=1
+REQUIRE_PACKAGES_FCL-BASE=1
+REQUIRE_PACKAGES_FCL-NET=1
+REQUIRE_PACKAGES_FCL-WEB=1
+REQUIRE_PACKAGES_FCL-JSON=1
+endif
+ifeq ($(FULL_TARGET),x86_64-haiku)
+REQUIRE_PACKAGES_RTL=1
+REQUIRE_PACKAGES_PASZLIB=1
+REQUIRE_PACKAGES_FCL-PROCESS=1
+REQUIRE_PACKAGES_HASH=1
+REQUIRE_PACKAGES_LIBTAR=1
+REQUIRE_PACKAGES_FPMKUNIT=1
+REQUIRE_PACKAGES_FCL-BASE=1
+REQUIRE_PACKAGES_FCL-NET=1
+REQUIRE_PACKAGES_FCL-WEB=1
+REQUIRE_PACKAGES_FCL-JSON=1
+endif
+ifeq ($(FULL_TARGET),x86_64-netbsd)
+REQUIRE_PACKAGES_RTL=1
+REQUIRE_PACKAGES_PASZLIB=1
+REQUIRE_PACKAGES_FCL-PROCESS=1
+REQUIRE_PACKAGES_HASH=1
+REQUIRE_PACKAGES_LIBTAR=1
+REQUIRE_PACKAGES_FPMKUNIT=1
+REQUIRE_PACKAGES_FCL-BASE=1
+REQUIRE_PACKAGES_FCL-NET=1
+REQUIRE_PACKAGES_FCL-WEB=1
+REQUIRE_PACKAGES_FCL-JSON=1
+endif
+ifeq ($(FULL_TARGET),x86_64-solaris)
+REQUIRE_PACKAGES_RTL=1
+REQUIRE_PACKAGES_PASZLIB=1
+REQUIRE_PACKAGES_FCL-PROCESS=1
+REQUIRE_PACKAGES_HASH=1
+REQUIRE_PACKAGES_LIBTAR=1
+REQUIRE_PACKAGES_FPMKUNIT=1
+REQUIRE_PACKAGES_FCL-BASE=1
+REQUIRE_PACKAGES_FCL-NET=1
+REQUIRE_PACKAGES_FCL-WEB=1
+REQUIRE_PACKAGES_FCL-JSON=1
+endif
+ifeq ($(FULL_TARGET),x86_64-openbsd)
+REQUIRE_PACKAGES_RTL=1
+REQUIRE_PACKAGES_PASZLIB=1
+REQUIRE_PACKAGES_FCL-PROCESS=1
+REQUIRE_PACKAGES_HASH=1
+REQUIRE_PACKAGES_LIBTAR=1
+REQUIRE_PACKAGES_FPMKUNIT=1
+REQUIRE_PACKAGES_FCL-BASE=1
+REQUIRE_PACKAGES_FCL-NET=1
+REQUIRE_PACKAGES_FCL-WEB=1
+REQUIRE_PACKAGES_FCL-JSON=1
+endif
+ifeq ($(FULL_TARGET),x86_64-darwin)
+REQUIRE_PACKAGES_RTL=1
+REQUIRE_PACKAGES_PASZLIB=1
+REQUIRE_PACKAGES_FCL-PROCESS=1
+REQUIRE_PACKAGES_HASH=1
+REQUIRE_PACKAGES_LIBTAR=1
+REQUIRE_PACKAGES_FPMKUNIT=1
+REQUIRE_PACKAGES_FCL-BASE=1
+REQUIRE_PACKAGES_FCL-NET=1
+REQUIRE_PACKAGES_FCL-WEB=1
+REQUIRE_PACKAGES_FCL-JSON=1
+endif
+ifeq ($(FULL_TARGET),x86_64-win64)
+REQUIRE_PACKAGES_RTL=1
+REQUIRE_PACKAGES_PASZLIB=1
+REQUIRE_PACKAGES_FCL-PROCESS=1
+REQUIRE_PACKAGES_HASH=1
+REQUIRE_PACKAGES_LIBTAR=1
+REQUIRE_PACKAGES_FPMKUNIT=1
+REQUIRE_PACKAGES_FCL-BASE=1
+REQUIRE_PACKAGES_FCL-NET=1
+REQUIRE_PACKAGES_FCL-WEB=1
+REQUIRE_PACKAGES_FCL-JSON=1
+endif
+ifeq ($(FULL_TARGET),x86_64-embedded)
+REQUIRE_PACKAGES_RTL=1
+REQUIRE_PACKAGES_PASZLIB=1
+REQUIRE_PACKAGES_FCL-PROCESS=1
+REQUIRE_PACKAGES_HASH=1
+REQUIRE_PACKAGES_LIBTAR=1
+REQUIRE_PACKAGES_FPMKUNIT=1
+REQUIRE_PACKAGES_FCL-BASE=1
+REQUIRE_PACKAGES_FCL-NET=1
+REQUIRE_PACKAGES_FCL-WEB=1
+REQUIRE_PACKAGES_FCL-JSON=1
+endif
+ifeq ($(FULL_TARGET),x86_64-iphonesim)
+REQUIRE_PACKAGES_RTL=1
+REQUIRE_PACKAGES_PASZLIB=1
+REQUIRE_PACKAGES_FCL-PROCESS=1
+REQUIRE_PACKAGES_HASH=1
+REQUIRE_PACKAGES_LIBTAR=1
+REQUIRE_PACKAGES_FPMKUNIT=1
+REQUIRE_PACKAGES_FCL-BASE=1
+REQUIRE_PACKAGES_FCL-NET=1
+REQUIRE_PACKAGES_FCL-WEB=1
+REQUIRE_PACKAGES_FCL-JSON=1
+endif
+ifeq ($(FULL_TARGET),x86_64-android)
+REQUIRE_PACKAGES_RTL=1
+REQUIRE_PACKAGES_PASZLIB=1
+REQUIRE_PACKAGES_FCL-PROCESS=1
+REQUIRE_PACKAGES_HASH=1
+REQUIRE_PACKAGES_LIBTAR=1
+REQUIRE_PACKAGES_FPMKUNIT=1
+REQUIRE_PACKAGES_FCL-BASE=1
+REQUIRE_PACKAGES_FCL-NET=1
+REQUIRE_PACKAGES_FCL-WEB=1
+REQUIRE_PACKAGES_FCL-JSON=1
+endif
+ifeq ($(FULL_TARGET),x86_64-aros)
+REQUIRE_PACKAGES_RTL=1
+REQUIRE_PACKAGES_PASZLIB=1
+REQUIRE_PACKAGES_FCL-PROCESS=1
+REQUIRE_PACKAGES_HASH=1
+REQUIRE_PACKAGES_LIBTAR=1
+REQUIRE_PACKAGES_FPMKUNIT=1
+REQUIRE_PACKAGES_FCL-BASE=1
+REQUIRE_PACKAGES_FCL-NET=1
+REQUIRE_PACKAGES_FCL-WEB=1
+REQUIRE_PACKAGES_FCL-JSON=1
+endif
+ifeq ($(FULL_TARGET),x86_64-dragonfly)
+REQUIRE_PACKAGES_RTL=1
+REQUIRE_PACKAGES_PASZLIB=1
+REQUIRE_PACKAGES_FCL-PROCESS=1
+REQUIRE_PACKAGES_HASH=1
+REQUIRE_PACKAGES_LIBTAR=1
+REQUIRE_PACKAGES_FPMKUNIT=1
+REQUIRE_PACKAGES_FCL-BASE=1
+REQUIRE_PACKAGES_FCL-NET=1
+REQUIRE_PACKAGES_FCL-WEB=1
+REQUIRE_PACKAGES_FCL-JSON=1
+endif
+ifeq ($(FULL_TARGET),arm-linux)
+REQUIRE_PACKAGES_RTL=1
+REQUIRE_PACKAGES_PASZLIB=1
+REQUIRE_PACKAGES_FCL-PROCESS=1
+REQUIRE_PACKAGES_HASH=1
+REQUIRE_PACKAGES_LIBTAR=1
+REQUIRE_PACKAGES_FPMKUNIT=1
+REQUIRE_PACKAGES_FCL-BASE=1
+REQUIRE_PACKAGES_FCL-NET=1
+REQUIRE_PACKAGES_FCL-WEB=1
+REQUIRE_PACKAGES_FCL-JSON=1
+endif
+ifeq ($(FULL_TARGET),arm-netbsd)
+REQUIRE_PACKAGES_RTL=1
+REQUIRE_PACKAGES_PASZLIB=1
+REQUIRE_PACKAGES_FCL-PROCESS=1
+REQUIRE_PACKAGES_HASH=1
+REQUIRE_PACKAGES_LIBTAR=1
+REQUIRE_PACKAGES_FPMKUNIT=1
+REQUIRE_PACKAGES_FCL-BASE=1
+REQUIRE_PACKAGES_FCL-NET=1
+REQUIRE_PACKAGES_FCL-WEB=1
+REQUIRE_PACKAGES_FCL-JSON=1
+endif
+ifeq ($(FULL_TARGET),arm-palmos)
+REQUIRE_PACKAGES_RTL=1
+REQUIRE_PACKAGES_PASZLIB=1
+REQUIRE_PACKAGES_FCL-PROCESS=1
+REQUIRE_PACKAGES_HASH=1
+REQUIRE_PACKAGES_LIBTAR=1
+REQUIRE_PACKAGES_FPMKUNIT=1
+REQUIRE_PACKAGES_FCL-BASE=1
+REQUIRE_PACKAGES_FCL-NET=1
+REQUIRE_PACKAGES_FCL-WEB=1
+REQUIRE_PACKAGES_FCL-JSON=1
+endif
+ifeq ($(FULL_TARGET),arm-wince)
+REQUIRE_PACKAGES_RTL=1
+REQUIRE_PACKAGES_PASZLIB=1
+REQUIRE_PACKAGES_FCL-PROCESS=1
+REQUIRE_PACKAGES_HASH=1
+REQUIRE_PACKAGES_LIBTAR=1
+REQUIRE_PACKAGES_FPMKUNIT=1
+REQUIRE_PACKAGES_FCL-BASE=1
+REQUIRE_PACKAGES_FCL-NET=1
+REQUIRE_PACKAGES_FCL-WEB=1
+REQUIRE_PACKAGES_FCL-JSON=1
+endif
+ifeq ($(FULL_TARGET),arm-gba)
+REQUIRE_PACKAGES_RTL=1
+REQUIRE_PACKAGES_PASZLIB=1
+REQUIRE_PACKAGES_FCL-PROCESS=1
+REQUIRE_PACKAGES_HASH=1
+REQUIRE_PACKAGES_LIBTAR=1
+REQUIRE_PACKAGES_FPMKUNIT=1
+REQUIRE_PACKAGES_FCL-BASE=1
+REQUIRE_PACKAGES_FCL-NET=1
+REQUIRE_PACKAGES_FCL-WEB=1
+REQUIRE_PACKAGES_FCL-JSON=1
+endif
+ifeq ($(FULL_TARGET),arm-nds)
+REQUIRE_PACKAGES_RTL=1
+REQUIRE_PACKAGES_PASZLIB=1
+REQUIRE_PACKAGES_FCL-PROCESS=1
+REQUIRE_PACKAGES_HASH=1
+REQUIRE_PACKAGES_LIBTAR=1
+REQUIRE_PACKAGES_FPMKUNIT=1
+REQUIRE_PACKAGES_FCL-BASE=1
+REQUIRE_PACKAGES_FCL-NET=1
+REQUIRE_PACKAGES_FCL-WEB=1
+REQUIRE_PACKAGES_FCL-JSON=1
+endif
+ifeq ($(FULL_TARGET),arm-embedded)
+REQUIRE_PACKAGES_RTL=1
+REQUIRE_PACKAGES_PASZLIB=1
+REQUIRE_PACKAGES_FCL-PROCESS=1
+REQUIRE_PACKAGES_HASH=1
+REQUIRE_PACKAGES_LIBTAR=1
+REQUIRE_PACKAGES_FPMKUNIT=1
+REQUIRE_PACKAGES_FCL-BASE=1
+REQUIRE_PACKAGES_FCL-NET=1
+REQUIRE_PACKAGES_FCL-WEB=1
+REQUIRE_PACKAGES_FCL-JSON=1
+endif
+ifeq ($(FULL_TARGET),arm-symbian)
+REQUIRE_PACKAGES_RTL=1
+REQUIRE_PACKAGES_PASZLIB=1
+REQUIRE_PACKAGES_FCL-PROCESS=1
+REQUIRE_PACKAGES_HASH=1
+REQUIRE_PACKAGES_LIBTAR=1
+REQUIRE_PACKAGES_FPMKUNIT=1
+REQUIRE_PACKAGES_FCL-BASE=1
+REQUIRE_PACKAGES_FCL-NET=1
+REQUIRE_PACKAGES_FCL-WEB=1
+REQUIRE_PACKAGES_FCL-JSON=1
+endif
+ifeq ($(FULL_TARGET),arm-android)
+REQUIRE_PACKAGES_RTL=1
+REQUIRE_PACKAGES_PASZLIB=1
+REQUIRE_PACKAGES_FCL-PROCESS=1
+REQUIRE_PACKAGES_HASH=1
+REQUIRE_PACKAGES_LIBTAR=1
+REQUIRE_PACKAGES_FPMKUNIT=1
+REQUIRE_PACKAGES_FCL-BASE=1
+REQUIRE_PACKAGES_FCL-NET=1
+REQUIRE_PACKAGES_FCL-WEB=1
+REQUIRE_PACKAGES_FCL-JSON=1
+endif
+ifeq ($(FULL_TARGET),arm-aros)
+REQUIRE_PACKAGES_RTL=1
+REQUIRE_PACKAGES_PASZLIB=1
+REQUIRE_PACKAGES_FCL-PROCESS=1
+REQUIRE_PACKAGES_HASH=1
+REQUIRE_PACKAGES_LIBTAR=1
+REQUIRE_PACKAGES_FPMKUNIT=1
+REQUIRE_PACKAGES_FCL-BASE=1
+REQUIRE_PACKAGES_FCL-NET=1
+REQUIRE_PACKAGES_FCL-WEB=1
+REQUIRE_PACKAGES_FCL-JSON=1
+endif
+ifeq ($(FULL_TARGET),arm-ios)
+REQUIRE_PACKAGES_RTL=1
+REQUIRE_PACKAGES_PASZLIB=1
+REQUIRE_PACKAGES_FCL-PROCESS=1
+REQUIRE_PACKAGES_HASH=1
+REQUIRE_PACKAGES_LIBTAR=1
+REQUIRE_PACKAGES_FPMKUNIT=1
+REQUIRE_PACKAGES_FCL-BASE=1
+REQUIRE_PACKAGES_FCL-NET=1
+REQUIRE_PACKAGES_FCL-WEB=1
+REQUIRE_PACKAGES_FCL-JSON=1
+endif
+ifeq ($(FULL_TARGET),powerpc64-linux)
+REQUIRE_PACKAGES_RTL=1
+REQUIRE_PACKAGES_PASZLIB=1
+REQUIRE_PACKAGES_FCL-PROCESS=1
+REQUIRE_PACKAGES_HASH=1
+REQUIRE_PACKAGES_LIBTAR=1
+REQUIRE_PACKAGES_FPMKUNIT=1
+REQUIRE_PACKAGES_FCL-BASE=1
+REQUIRE_PACKAGES_FCL-NET=1
+REQUIRE_PACKAGES_FCL-WEB=1
+REQUIRE_PACKAGES_FCL-JSON=1
+endif
+ifeq ($(FULL_TARGET),powerpc64-darwin)
+REQUIRE_PACKAGES_RTL=1
+REQUIRE_PACKAGES_PASZLIB=1
+REQUIRE_PACKAGES_FCL-PROCESS=1
+REQUIRE_PACKAGES_HASH=1
+REQUIRE_PACKAGES_LIBTAR=1
+REQUIRE_PACKAGES_FPMKUNIT=1
+REQUIRE_PACKAGES_FCL-BASE=1
+REQUIRE_PACKAGES_FCL-NET=1
+REQUIRE_PACKAGES_FCL-WEB=1
+REQUIRE_PACKAGES_FCL-JSON=1
+endif
+ifeq ($(FULL_TARGET),powerpc64-embedded)
+REQUIRE_PACKAGES_RTL=1
+REQUIRE_PACKAGES_PASZLIB=1
+REQUIRE_PACKAGES_FCL-PROCESS=1
+REQUIRE_PACKAGES_HASH=1
+REQUIRE_PACKAGES_LIBTAR=1
+REQUIRE_PACKAGES_FPMKUNIT=1
+REQUIRE_PACKAGES_FCL-BASE=1
+REQUIRE_PACKAGES_FCL-NET=1
+REQUIRE_PACKAGES_FCL-WEB=1
+REQUIRE_PACKAGES_FCL-JSON=1
+endif
+ifeq ($(FULL_TARGET),powerpc64-aix)
+REQUIRE_PACKAGES_RTL=1
+REQUIRE_PACKAGES_PASZLIB=1
+REQUIRE_PACKAGES_FCL-PROCESS=1
+REQUIRE_PACKAGES_HASH=1
+REQUIRE_PACKAGES_LIBTAR=1
+REQUIRE_PACKAGES_FPMKUNIT=1
+REQUIRE_PACKAGES_FCL-BASE=1
+REQUIRE_PACKAGES_FCL-NET=1
+REQUIRE_PACKAGES_FCL-WEB=1
+REQUIRE_PACKAGES_FCL-JSON=1
+endif
+ifeq ($(FULL_TARGET),avr-embedded)
+REQUIRE_PACKAGES_RTL=1
+REQUIRE_PACKAGES_PASZLIB=1
+REQUIRE_PACKAGES_FCL-PROCESS=1
+REQUIRE_PACKAGES_HASH=1
+REQUIRE_PACKAGES_LIBTAR=1
+REQUIRE_PACKAGES_FPMKUNIT=1
+REQUIRE_PACKAGES_FCL-BASE=1
+REQUIRE_PACKAGES_FCL-NET=1
+REQUIRE_PACKAGES_FCL-WEB=1
+REQUIRE_PACKAGES_FCL-JSON=1
+endif
+ifeq ($(FULL_TARGET),armeb-linux)
+REQUIRE_PACKAGES_RTL=1
+REQUIRE_PACKAGES_PASZLIB=1
+REQUIRE_PACKAGES_FCL-PROCESS=1
+REQUIRE_PACKAGES_HASH=1
+REQUIRE_PACKAGES_LIBTAR=1
+REQUIRE_PACKAGES_FPMKUNIT=1
+REQUIRE_PACKAGES_FCL-BASE=1
+REQUIRE_PACKAGES_FCL-NET=1
+REQUIRE_PACKAGES_FCL-WEB=1
+REQUIRE_PACKAGES_FCL-JSON=1
+endif
+ifeq ($(FULL_TARGET),armeb-embedded)
+REQUIRE_PACKAGES_RTL=1
+REQUIRE_PACKAGES_PASZLIB=1
+REQUIRE_PACKAGES_FCL-PROCESS=1
+REQUIRE_PACKAGES_HASH=1
+REQUIRE_PACKAGES_LIBTAR=1
+REQUIRE_PACKAGES_FPMKUNIT=1
+REQUIRE_PACKAGES_FCL-BASE=1
+REQUIRE_PACKAGES_FCL-NET=1
+REQUIRE_PACKAGES_FCL-WEB=1
+REQUIRE_PACKAGES_FCL-JSON=1
+endif
+ifeq ($(FULL_TARGET),mips-linux)
+REQUIRE_PACKAGES_RTL=1
+REQUIRE_PACKAGES_PASZLIB=1
+REQUIRE_PACKAGES_FCL-PROCESS=1
+REQUIRE_PACKAGES_HASH=1
+REQUIRE_PACKAGES_LIBTAR=1
+REQUIRE_PACKAGES_FPMKUNIT=1
+REQUIRE_PACKAGES_FCL-BASE=1
+REQUIRE_PACKAGES_FCL-NET=1
+REQUIRE_PACKAGES_FCL-WEB=1
+REQUIRE_PACKAGES_FCL-JSON=1
+endif
+ifeq ($(FULL_TARGET),mipsel-linux)
+REQUIRE_PACKAGES_RTL=1
+REQUIRE_PACKAGES_PASZLIB=1
+REQUIRE_PACKAGES_FCL-PROCESS=1
+REQUIRE_PACKAGES_HASH=1
+REQUIRE_PACKAGES_LIBTAR=1
+REQUIRE_PACKAGES_FPMKUNIT=1
+REQUIRE_PACKAGES_FCL-BASE=1
+REQUIRE_PACKAGES_FCL-NET=1
+REQUIRE_PACKAGES_FCL-WEB=1
+REQUIRE_PACKAGES_FCL-JSON=1
+endif
+ifeq ($(FULL_TARGET),mipsel-embedded)
+REQUIRE_PACKAGES_RTL=1
+REQUIRE_PACKAGES_PASZLIB=1
+REQUIRE_PACKAGES_FCL-PROCESS=1
+REQUIRE_PACKAGES_HASH=1
+REQUIRE_PACKAGES_LIBTAR=1
+REQUIRE_PACKAGES_FPMKUNIT=1
+REQUIRE_PACKAGES_FCL-BASE=1
+REQUIRE_PACKAGES_FCL-NET=1
+REQUIRE_PACKAGES_FCL-WEB=1
+REQUIRE_PACKAGES_FCL-JSON=1
+endif
+ifeq ($(FULL_TARGET),mipsel-android)
+REQUIRE_PACKAGES_RTL=1
+REQUIRE_PACKAGES_PASZLIB=1
+REQUIRE_PACKAGES_FCL-PROCESS=1
+REQUIRE_PACKAGES_HASH=1
+REQUIRE_PACKAGES_LIBTAR=1
+REQUIRE_PACKAGES_FPMKUNIT=1
+REQUIRE_PACKAGES_FCL-BASE=1
+REQUIRE_PACKAGES_FCL-NET=1
+REQUIRE_PACKAGES_FCL-WEB=1
+REQUIRE_PACKAGES_FCL-JSON=1
+endif
+ifeq ($(FULL_TARGET),jvm-java)
+REQUIRE_PACKAGES_RTL=1
+REQUIRE_PACKAGES_PASZLIB=1
+REQUIRE_PACKAGES_FCL-PROCESS=1
+REQUIRE_PACKAGES_HASH=1
+REQUIRE_PACKAGES_LIBTAR=1
+REQUIRE_PACKAGES_FPMKUNIT=1
+REQUIRE_PACKAGES_FCL-BASE=1
+REQUIRE_PACKAGES_FCL-NET=1
+REQUIRE_PACKAGES_FCL-WEB=1
+REQUIRE_PACKAGES_FCL-JSON=1
+endif
+ifeq ($(FULL_TARGET),jvm-android)
+REQUIRE_PACKAGES_RTL=1
+REQUIRE_PACKAGES_PASZLIB=1
+REQUIRE_PACKAGES_FCL-PROCESS=1
+REQUIRE_PACKAGES_HASH=1
+REQUIRE_PACKAGES_LIBTAR=1
+REQUIRE_PACKAGES_FPMKUNIT=1
+REQUIRE_PACKAGES_FCL-BASE=1
+REQUIRE_PACKAGES_FCL-NET=1
+REQUIRE_PACKAGES_FCL-WEB=1
+REQUIRE_PACKAGES_FCL-JSON=1
+endif
+ifeq ($(FULL_TARGET),i8086-embedded)
+REQUIRE_PACKAGES_RTL=1
+REQUIRE_PACKAGES_PASZLIB=1
+REQUIRE_PACKAGES_FCL-PROCESS=1
+REQUIRE_PACKAGES_HASH=1
+REQUIRE_PACKAGES_LIBTAR=1
+REQUIRE_PACKAGES_FPMKUNIT=1
+REQUIRE_PACKAGES_FCL-BASE=1
+REQUIRE_PACKAGES_FCL-NET=1
+REQUIRE_PACKAGES_FCL-WEB=1
+REQUIRE_PACKAGES_FCL-JSON=1
+endif
+ifeq ($(FULL_TARGET),i8086-msdos)
+REQUIRE_PACKAGES_RTL=1
+REQUIRE_PACKAGES_PASZLIB=1
+REQUIRE_PACKAGES_FCL-PROCESS=1
+REQUIRE_PACKAGES_HASH=1
+REQUIRE_PACKAGES_LIBTAR=1
+REQUIRE_PACKAGES_FPMKUNIT=1
+REQUIRE_PACKAGES_FCL-BASE=1
+REQUIRE_PACKAGES_FCL-NET=1
+REQUIRE_PACKAGES_FCL-WEB=1
+REQUIRE_PACKAGES_FCL-JSON=1
+endif
+ifeq ($(FULL_TARGET),i8086-win16)
+REQUIRE_PACKAGES_RTL=1
+REQUIRE_PACKAGES_PASZLIB=1
+REQUIRE_PACKAGES_FCL-PROCESS=1
+REQUIRE_PACKAGES_HASH=1
+REQUIRE_PACKAGES_LIBTAR=1
+REQUIRE_PACKAGES_FPMKUNIT=1
+REQUIRE_PACKAGES_FCL-BASE=1
+REQUIRE_PACKAGES_FCL-NET=1
+REQUIRE_PACKAGES_FCL-WEB=1
+REQUIRE_PACKAGES_FCL-JSON=1
+endif
+ifeq ($(FULL_TARGET),aarch64-linux)
+REQUIRE_PACKAGES_RTL=1
+REQUIRE_PACKAGES_PASZLIB=1
+REQUIRE_PACKAGES_FCL-PROCESS=1
+REQUIRE_PACKAGES_HASH=1
+REQUIRE_PACKAGES_LIBTAR=1
+REQUIRE_PACKAGES_FPMKUNIT=1
+REQUIRE_PACKAGES_FCL-BASE=1
+REQUIRE_PACKAGES_FCL-NET=1
+REQUIRE_PACKAGES_FCL-WEB=1
+REQUIRE_PACKAGES_FCL-JSON=1
+endif
+ifeq ($(FULL_TARGET),aarch64-darwin)
+REQUIRE_PACKAGES_RTL=1
+REQUIRE_PACKAGES_PASZLIB=1
+REQUIRE_PACKAGES_FCL-PROCESS=1
+REQUIRE_PACKAGES_HASH=1
+REQUIRE_PACKAGES_LIBTAR=1
+REQUIRE_PACKAGES_FPMKUNIT=1
+REQUIRE_PACKAGES_FCL-BASE=1
+REQUIRE_PACKAGES_FCL-NET=1
+REQUIRE_PACKAGES_FCL-WEB=1
+REQUIRE_PACKAGES_FCL-JSON=1
+endif
+ifeq ($(FULL_TARGET),aarch64-android)
+REQUIRE_PACKAGES_RTL=1
+REQUIRE_PACKAGES_PASZLIB=1
+REQUIRE_PACKAGES_FCL-PROCESS=1
+REQUIRE_PACKAGES_HASH=1
+REQUIRE_PACKAGES_LIBTAR=1
+REQUIRE_PACKAGES_FPMKUNIT=1
+REQUIRE_PACKAGES_FCL-BASE=1
+REQUIRE_PACKAGES_FCL-NET=1
+REQUIRE_PACKAGES_FCL-WEB=1
+REQUIRE_PACKAGES_FCL-JSON=1
+endif
+ifeq ($(FULL_TARGET),aarch64-ios)
+REQUIRE_PACKAGES_RTL=1
+REQUIRE_PACKAGES_PASZLIB=1
+REQUIRE_PACKAGES_FCL-PROCESS=1
+REQUIRE_PACKAGES_HASH=1
+REQUIRE_PACKAGES_LIBTAR=1
+REQUIRE_PACKAGES_FPMKUNIT=1
+REQUIRE_PACKAGES_FCL-BASE=1
+REQUIRE_PACKAGES_FCL-NET=1
+REQUIRE_PACKAGES_FCL-WEB=1
+REQUIRE_PACKAGES_FCL-JSON=1
+endif
+ifeq ($(FULL_TARGET),wasm-wasm)
+REQUIRE_PACKAGES_RTL=1
+REQUIRE_PACKAGES_PASZLIB=1
+REQUIRE_PACKAGES_FCL-PROCESS=1
+REQUIRE_PACKAGES_HASH=1
+REQUIRE_PACKAGES_LIBTAR=1
+REQUIRE_PACKAGES_FPMKUNIT=1
+REQUIRE_PACKAGES_FCL-BASE=1
+REQUIRE_PACKAGES_FCL-NET=1
+REQUIRE_PACKAGES_FCL-WEB=1
+REQUIRE_PACKAGES_FCL-JSON=1
+endif
+ifeq ($(FULL_TARGET),sparc64-linux)
+REQUIRE_PACKAGES_RTL=1
+REQUIRE_PACKAGES_PASZLIB=1
+REQUIRE_PACKAGES_FCL-PROCESS=1
+REQUIRE_PACKAGES_HASH=1
+REQUIRE_PACKAGES_LIBTAR=1
+REQUIRE_PACKAGES_FPMKUNIT=1
+REQUIRE_PACKAGES_FCL-BASE=1
+REQUIRE_PACKAGES_FCL-NET=1
+REQUIRE_PACKAGES_FCL-WEB=1
+REQUIRE_PACKAGES_FCL-JSON=1
+endif
+ifdef REQUIRE_PACKAGES_RTL
+PACKAGEDIR_RTL:=$(firstword $(subst /Makefile.fpc,,$(strip $(wildcard $(addsuffix /rtl/Makefile.fpc,$(PACKAGESDIR))))))
+ifneq ($(PACKAGEDIR_RTL),)
+ifneq ($(wildcard $(PACKAGEDIR_RTL)/units/$(TARGETSUFFIX)),)
+UNITDIR_RTL=$(PACKAGEDIR_RTL)/units/$(TARGETSUFFIX)
+else
+UNITDIR_RTL=$(PACKAGEDIR_RTL)
+endif
+ifneq ($(wildcard $(PACKAGEDIR_RTL)/units/$(SOURCESUFFIX)),)
+UNITDIR_FPMAKE_RTL=$(PACKAGEDIR_RTL)/units/$(SOURCESUFFIX)
+else
+ifneq ($(wildcard $(PACKAGEDIR_RTL)/units_bs/$(SOURCESUFFIX)),)
+UNITDIR_FPMAKE_RTL=$(PACKAGEDIR_RTL)/units_bs/$(SOURCESUFFIX)
+else
+UNITDIR_FPMAKE_RTL=$(PACKAGEDIR_RTL)
+endif
+endif
+ifdef CHECKDEPEND
+$(PACKAGEDIR_RTL)/$(OS_TARGET)/$(FPCMADE):
+	$(MAKE) -C $(PACKAGEDIR_RTL)/$(OS_TARGET) $(FPCMADE)
+override ALLDEPENDENCIES+=$(PACKAGEDIR_RTL)/$(OS_TARGET)/$(FPCMADE)
+endif
+else
+PACKAGEDIR_RTL=
+UNITDIR_RTL:=$(subst /Package.fpc,,$(strip $(wildcard $(addsuffix /rtl/Package.fpc,$(UNITSDIR)))))
+ifneq ($(UNITDIR_RTL),)
+UNITDIR_RTL:=$(firstword $(UNITDIR_RTL))
+else
+UNITDIR_RTL=
+endif
+endif
+ifdef UNITDIR_RTL
+override COMPILER_UNITDIR+=$(UNITDIR_RTL)
+endif
+ifdef UNITDIR_FPMAKE_RTL
+override COMPILER_FPMAKE_UNITDIR+=$(UNITDIR_FPMAKE_RTL)
+endif
+endif
+ifdef REQUIRE_PACKAGES_PASZLIB
+PACKAGEDIR_PASZLIB:=$(firstword $(subst /Makefile.fpc,,$(strip $(wildcard $(addsuffix /paszlib/Makefile.fpc,$(PACKAGESDIR))))))
+ifneq ($(PACKAGEDIR_PASZLIB),)
+ifneq ($(wildcard $(PACKAGEDIR_PASZLIB)/units/$(TARGETSUFFIX)),)
+UNITDIR_PASZLIB=$(PACKAGEDIR_PASZLIB)/units/$(TARGETSUFFIX)
+else
+UNITDIR_PASZLIB=$(PACKAGEDIR_PASZLIB)
+endif
+ifneq ($(wildcard $(PACKAGEDIR_PASZLIB)/units/$(SOURCESUFFIX)),)
+UNITDIR_FPMAKE_PASZLIB=$(PACKAGEDIR_PASZLIB)/units/$(SOURCESUFFIX)
+else
+ifneq ($(wildcard $(PACKAGEDIR_PASZLIB)/units_bs/$(SOURCESUFFIX)),)
+UNITDIR_FPMAKE_PASZLIB=$(PACKAGEDIR_PASZLIB)/units_bs/$(SOURCESUFFIX)
+else
+UNITDIR_FPMAKE_PASZLIB=$(PACKAGEDIR_PASZLIB)
+endif
+endif
+ifdef CHECKDEPEND
+$(PACKAGEDIR_PASZLIB)/$(FPCMADE):
+	$(MAKE) -C $(PACKAGEDIR_PASZLIB) $(FPCMADE)
+override ALLDEPENDENCIES+=$(PACKAGEDIR_PASZLIB)/$(FPCMADE)
+endif
+else
+PACKAGEDIR_PASZLIB=
+UNITDIR_PASZLIB:=$(subst /Package.fpc,,$(strip $(wildcard $(addsuffix /paszlib/Package.fpc,$(UNITSDIR)))))
+ifneq ($(UNITDIR_PASZLIB),)
+UNITDIR_PASZLIB:=$(firstword $(UNITDIR_PASZLIB))
+else
+UNITDIR_PASZLIB=
+endif
+endif
+ifdef UNITDIR_PASZLIB
+override COMPILER_UNITDIR+=$(UNITDIR_PASZLIB)
+endif
+ifdef UNITDIR_FPMAKE_PASZLIB
+override COMPILER_FPMAKE_UNITDIR+=$(UNITDIR_FPMAKE_PASZLIB)
+endif
+endif
+ifdef REQUIRE_PACKAGES_FCL-PROCESS
+PACKAGEDIR_FCL-PROCESS:=$(firstword $(subst /Makefile.fpc,,$(strip $(wildcard $(addsuffix /fcl-process/Makefile.fpc,$(PACKAGESDIR))))))
+ifneq ($(PACKAGEDIR_FCL-PROCESS),)
+ifneq ($(wildcard $(PACKAGEDIR_FCL-PROCESS)/units/$(TARGETSUFFIX)),)
+UNITDIR_FCL-PROCESS=$(PACKAGEDIR_FCL-PROCESS)/units/$(TARGETSUFFIX)
+else
+UNITDIR_FCL-PROCESS=$(PACKAGEDIR_FCL-PROCESS)
+endif
+ifneq ($(wildcard $(PACKAGEDIR_FCL-PROCESS)/units/$(SOURCESUFFIX)),)
+UNITDIR_FPMAKE_FCL-PROCESS=$(PACKAGEDIR_FCL-PROCESS)/units/$(SOURCESUFFIX)
+else
+ifneq ($(wildcard $(PACKAGEDIR_FCL-PROCESS)/units_bs/$(SOURCESUFFIX)),)
+UNITDIR_FPMAKE_FCL-PROCESS=$(PACKAGEDIR_FCL-PROCESS)/units_bs/$(SOURCESUFFIX)
+else
+UNITDIR_FPMAKE_FCL-PROCESS=$(PACKAGEDIR_FCL-PROCESS)
+endif
+endif
+ifdef CHECKDEPEND
+$(PACKAGEDIR_FCL-PROCESS)/$(FPCMADE):
+	$(MAKE) -C $(PACKAGEDIR_FCL-PROCESS) $(FPCMADE)
+override ALLDEPENDENCIES+=$(PACKAGEDIR_FCL-PROCESS)/$(FPCMADE)
+endif
+else
+PACKAGEDIR_FCL-PROCESS=
+UNITDIR_FCL-PROCESS:=$(subst /Package.fpc,,$(strip $(wildcard $(addsuffix /fcl-process/Package.fpc,$(UNITSDIR)))))
+ifneq ($(UNITDIR_FCL-PROCESS),)
+UNITDIR_FCL-PROCESS:=$(firstword $(UNITDIR_FCL-PROCESS))
+else
+UNITDIR_FCL-PROCESS=
+endif
+endif
+ifdef UNITDIR_FCL-PROCESS
+override COMPILER_UNITDIR+=$(UNITDIR_FCL-PROCESS)
+endif
+ifdef UNITDIR_FPMAKE_FCL-PROCESS
+override COMPILER_FPMAKE_UNITDIR+=$(UNITDIR_FPMAKE_FCL-PROCESS)
+endif
+endif
+ifdef REQUIRE_PACKAGES_HASH
+PACKAGEDIR_HASH:=$(firstword $(subst /Makefile.fpc,,$(strip $(wildcard $(addsuffix /hash/Makefile.fpc,$(PACKAGESDIR))))))
+ifneq ($(PACKAGEDIR_HASH),)
+ifneq ($(wildcard $(PACKAGEDIR_HASH)/units/$(TARGETSUFFIX)),)
+UNITDIR_HASH=$(PACKAGEDIR_HASH)/units/$(TARGETSUFFIX)
+else
+UNITDIR_HASH=$(PACKAGEDIR_HASH)
+endif
+ifneq ($(wildcard $(PACKAGEDIR_HASH)/units/$(SOURCESUFFIX)),)
+UNITDIR_FPMAKE_HASH=$(PACKAGEDIR_HASH)/units/$(SOURCESUFFIX)
+else
+ifneq ($(wildcard $(PACKAGEDIR_HASH)/units_bs/$(SOURCESUFFIX)),)
+UNITDIR_FPMAKE_HASH=$(PACKAGEDIR_HASH)/units_bs/$(SOURCESUFFIX)
+else
+UNITDIR_FPMAKE_HASH=$(PACKAGEDIR_HASH)
+endif
+endif
+ifdef CHECKDEPEND
+$(PACKAGEDIR_HASH)/$(FPCMADE):
+	$(MAKE) -C $(PACKAGEDIR_HASH) $(FPCMADE)
+override ALLDEPENDENCIES+=$(PACKAGEDIR_HASH)/$(FPCMADE)
+endif
+else
+PACKAGEDIR_HASH=
+UNITDIR_HASH:=$(subst /Package.fpc,,$(strip $(wildcard $(addsuffix /hash/Package.fpc,$(UNITSDIR)))))
+ifneq ($(UNITDIR_HASH),)
+UNITDIR_HASH:=$(firstword $(UNITDIR_HASH))
+else
+UNITDIR_HASH=
+endif
+endif
+ifdef UNITDIR_HASH
+override COMPILER_UNITDIR+=$(UNITDIR_HASH)
+endif
+ifdef UNITDIR_FPMAKE_HASH
+override COMPILER_FPMAKE_UNITDIR+=$(UNITDIR_FPMAKE_HASH)
+endif
+endif
+ifdef REQUIRE_PACKAGES_LIBTAR
+PACKAGEDIR_LIBTAR:=$(firstword $(subst /Makefile.fpc,,$(strip $(wildcard $(addsuffix /libtar/Makefile.fpc,$(PACKAGESDIR))))))
+ifneq ($(PACKAGEDIR_LIBTAR),)
+ifneq ($(wildcard $(PACKAGEDIR_LIBTAR)/units/$(TARGETSUFFIX)),)
+UNITDIR_LIBTAR=$(PACKAGEDIR_LIBTAR)/units/$(TARGETSUFFIX)
+else
+UNITDIR_LIBTAR=$(PACKAGEDIR_LIBTAR)
+endif
+ifneq ($(wildcard $(PACKAGEDIR_LIBTAR)/units/$(SOURCESUFFIX)),)
+UNITDIR_FPMAKE_LIBTAR=$(PACKAGEDIR_LIBTAR)/units/$(SOURCESUFFIX)
+else
+ifneq ($(wildcard $(PACKAGEDIR_LIBTAR)/units_bs/$(SOURCESUFFIX)),)
+UNITDIR_FPMAKE_LIBTAR=$(PACKAGEDIR_LIBTAR)/units_bs/$(SOURCESUFFIX)
+else
+UNITDIR_FPMAKE_LIBTAR=$(PACKAGEDIR_LIBTAR)
+endif
+endif
+ifdef CHECKDEPEND
+$(PACKAGEDIR_LIBTAR)/$(FPCMADE):
+	$(MAKE) -C $(PACKAGEDIR_LIBTAR) $(FPCMADE)
+override ALLDEPENDENCIES+=$(PACKAGEDIR_LIBTAR)/$(FPCMADE)
+endif
+else
+PACKAGEDIR_LIBTAR=
+UNITDIR_LIBTAR:=$(subst /Package.fpc,,$(strip $(wildcard $(addsuffix /libtar/Package.fpc,$(UNITSDIR)))))
+ifneq ($(UNITDIR_LIBTAR),)
+UNITDIR_LIBTAR:=$(firstword $(UNITDIR_LIBTAR))
+else
+UNITDIR_LIBTAR=
+endif
+endif
+ifdef UNITDIR_LIBTAR
+override COMPILER_UNITDIR+=$(UNITDIR_LIBTAR)
+endif
+ifdef UNITDIR_FPMAKE_LIBTAR
+override COMPILER_FPMAKE_UNITDIR+=$(UNITDIR_FPMAKE_LIBTAR)
+endif
+endif
+ifdef REQUIRE_PACKAGES_FPMKUNIT
+PACKAGEDIR_FPMKUNIT:=$(firstword $(subst /Makefile.fpc,,$(strip $(wildcard $(addsuffix /fpmkunit/Makefile.fpc,$(PACKAGESDIR))))))
+ifneq ($(PACKAGEDIR_FPMKUNIT),)
+ifneq ($(wildcard $(PACKAGEDIR_FPMKUNIT)/units/$(TARGETSUFFIX)),)
+UNITDIR_FPMKUNIT=$(PACKAGEDIR_FPMKUNIT)/units/$(TARGETSUFFIX)
+else
+UNITDIR_FPMKUNIT=$(PACKAGEDIR_FPMKUNIT)
+endif
+ifneq ($(wildcard $(PACKAGEDIR_FPMKUNIT)/units/$(SOURCESUFFIX)),)
+UNITDIR_FPMAKE_FPMKUNIT=$(PACKAGEDIR_FPMKUNIT)/units/$(SOURCESUFFIX)
+else
+ifneq ($(wildcard $(PACKAGEDIR_FPMKUNIT)/units_bs/$(SOURCESUFFIX)),)
+UNITDIR_FPMAKE_FPMKUNIT=$(PACKAGEDIR_FPMKUNIT)/units_bs/$(SOURCESUFFIX)
+else
+UNITDIR_FPMAKE_FPMKUNIT=$(PACKAGEDIR_FPMKUNIT)
+endif
+endif
+ifdef CHECKDEPEND
+$(PACKAGEDIR_FPMKUNIT)/$(FPCMADE):
+	$(MAKE) -C $(PACKAGEDIR_FPMKUNIT) $(FPCMADE)
+override ALLDEPENDENCIES+=$(PACKAGEDIR_FPMKUNIT)/$(FPCMADE)
+endif
+else
+PACKAGEDIR_FPMKUNIT=
+UNITDIR_FPMKUNIT:=$(subst /Package.fpc,,$(strip $(wildcard $(addsuffix /fpmkunit/Package.fpc,$(UNITSDIR)))))
+ifneq ($(UNITDIR_FPMKUNIT),)
+UNITDIR_FPMKUNIT:=$(firstword $(UNITDIR_FPMKUNIT))
+else
+UNITDIR_FPMKUNIT=
+endif
+endif
+ifdef UNITDIR_FPMKUNIT
+override COMPILER_UNITDIR+=$(UNITDIR_FPMKUNIT)
+endif
+ifdef UNITDIR_FPMAKE_FPMKUNIT
+override COMPILER_FPMAKE_UNITDIR+=$(UNITDIR_FPMAKE_FPMKUNIT)
+endif
+endif
+ifdef REQUIRE_PACKAGES_FCL-BASE
+PACKAGEDIR_FCL-BASE:=$(firstword $(subst /Makefile.fpc,,$(strip $(wildcard $(addsuffix /fcl-base/Makefile.fpc,$(PACKAGESDIR))))))
+ifneq ($(PACKAGEDIR_FCL-BASE),)
+ifneq ($(wildcard $(PACKAGEDIR_FCL-BASE)/units/$(TARGETSUFFIX)),)
+UNITDIR_FCL-BASE=$(PACKAGEDIR_FCL-BASE)/units/$(TARGETSUFFIX)
+else
+UNITDIR_FCL-BASE=$(PACKAGEDIR_FCL-BASE)
+endif
+ifneq ($(wildcard $(PACKAGEDIR_FCL-BASE)/units/$(SOURCESUFFIX)),)
+UNITDIR_FPMAKE_FCL-BASE=$(PACKAGEDIR_FCL-BASE)/units/$(SOURCESUFFIX)
+else
+ifneq ($(wildcard $(PACKAGEDIR_FCL-BASE)/units_bs/$(SOURCESUFFIX)),)
+UNITDIR_FPMAKE_FCL-BASE=$(PACKAGEDIR_FCL-BASE)/units_bs/$(SOURCESUFFIX)
+else
+UNITDIR_FPMAKE_FCL-BASE=$(PACKAGEDIR_FCL-BASE)
+endif
+endif
+ifdef CHECKDEPEND
+$(PACKAGEDIR_FCL-BASE)/$(FPCMADE):
+	$(MAKE) -C $(PACKAGEDIR_FCL-BASE) $(FPCMADE)
+override ALLDEPENDENCIES+=$(PACKAGEDIR_FCL-BASE)/$(FPCMADE)
+endif
+else
+PACKAGEDIR_FCL-BASE=
+UNITDIR_FCL-BASE:=$(subst /Package.fpc,,$(strip $(wildcard $(addsuffix /fcl-base/Package.fpc,$(UNITSDIR)))))
+ifneq ($(UNITDIR_FCL-BASE),)
+UNITDIR_FCL-BASE:=$(firstword $(UNITDIR_FCL-BASE))
+else
+UNITDIR_FCL-BASE=
+endif
+endif
+ifdef UNITDIR_FCL-BASE
+override COMPILER_UNITDIR+=$(UNITDIR_FCL-BASE)
+endif
+ifdef UNITDIR_FPMAKE_FCL-BASE
+override COMPILER_FPMAKE_UNITDIR+=$(UNITDIR_FPMAKE_FCL-BASE)
+endif
+endif
+ifdef REQUIRE_PACKAGES_FCL-NET
+PACKAGEDIR_FCL-NET:=$(firstword $(subst /Makefile.fpc,,$(strip $(wildcard $(addsuffix /fcl-net/Makefile.fpc,$(PACKAGESDIR))))))
+ifneq ($(PACKAGEDIR_FCL-NET),)
+ifneq ($(wildcard $(PACKAGEDIR_FCL-NET)/units/$(TARGETSUFFIX)),)
+UNITDIR_FCL-NET=$(PACKAGEDIR_FCL-NET)/units/$(TARGETSUFFIX)
+else
+UNITDIR_FCL-NET=$(PACKAGEDIR_FCL-NET)
+endif
+ifneq ($(wildcard $(PACKAGEDIR_FCL-NET)/units/$(SOURCESUFFIX)),)
+UNITDIR_FPMAKE_FCL-NET=$(PACKAGEDIR_FCL-NET)/units/$(SOURCESUFFIX)
+else
+ifneq ($(wildcard $(PACKAGEDIR_FCL-NET)/units_bs/$(SOURCESUFFIX)),)
+UNITDIR_FPMAKE_FCL-NET=$(PACKAGEDIR_FCL-NET)/units_bs/$(SOURCESUFFIX)
+else
+UNITDIR_FPMAKE_FCL-NET=$(PACKAGEDIR_FCL-NET)
+endif
+endif
+ifdef CHECKDEPEND
+$(PACKAGEDIR_FCL-NET)/$(FPCMADE):
+	$(MAKE) -C $(PACKAGEDIR_FCL-NET) $(FPCMADE)
+override ALLDEPENDENCIES+=$(PACKAGEDIR_FCL-NET)/$(FPCMADE)
+endif
+else
+PACKAGEDIR_FCL-NET=
+UNITDIR_FCL-NET:=$(subst /Package.fpc,,$(strip $(wildcard $(addsuffix /fcl-net/Package.fpc,$(UNITSDIR)))))
+ifneq ($(UNITDIR_FCL-NET),)
+UNITDIR_FCL-NET:=$(firstword $(UNITDIR_FCL-NET))
+else
+UNITDIR_FCL-NET=
+endif
+endif
+ifdef UNITDIR_FCL-NET
+override COMPILER_UNITDIR+=$(UNITDIR_FCL-NET)
+endif
+ifdef UNITDIR_FPMAKE_FCL-NET
+override COMPILER_FPMAKE_UNITDIR+=$(UNITDIR_FPMAKE_FCL-NET)
+endif
+endif
+ifdef REQUIRE_PACKAGES_FCL-WEB
+PACKAGEDIR_FCL-WEB:=$(firstword $(subst /Makefile.fpc,,$(strip $(wildcard $(addsuffix /fcl-web/Makefile.fpc,$(PACKAGESDIR))))))
+ifneq ($(PACKAGEDIR_FCL-WEB),)
+ifneq ($(wildcard $(PACKAGEDIR_FCL-WEB)/units/$(TARGETSUFFIX)),)
+UNITDIR_FCL-WEB=$(PACKAGEDIR_FCL-WEB)/units/$(TARGETSUFFIX)
+else
+UNITDIR_FCL-WEB=$(PACKAGEDIR_FCL-WEB)
+endif
+ifneq ($(wildcard $(PACKAGEDIR_FCL-WEB)/units/$(SOURCESUFFIX)),)
+UNITDIR_FPMAKE_FCL-WEB=$(PACKAGEDIR_FCL-WEB)/units/$(SOURCESUFFIX)
+else
+ifneq ($(wildcard $(PACKAGEDIR_FCL-WEB)/units_bs/$(SOURCESUFFIX)),)
+UNITDIR_FPMAKE_FCL-WEB=$(PACKAGEDIR_FCL-WEB)/units_bs/$(SOURCESUFFIX)
+else
+UNITDIR_FPMAKE_FCL-WEB=$(PACKAGEDIR_FCL-WEB)
+endif
+endif
+ifdef CHECKDEPEND
+$(PACKAGEDIR_FCL-WEB)/$(FPCMADE):
+	$(MAKE) -C $(PACKAGEDIR_FCL-WEB) $(FPCMADE)
+override ALLDEPENDENCIES+=$(PACKAGEDIR_FCL-WEB)/$(FPCMADE)
+endif
+else
+PACKAGEDIR_FCL-WEB=
+UNITDIR_FCL-WEB:=$(subst /Package.fpc,,$(strip $(wildcard $(addsuffix /fcl-web/Package.fpc,$(UNITSDIR)))))
+ifneq ($(UNITDIR_FCL-WEB),)
+UNITDIR_FCL-WEB:=$(firstword $(UNITDIR_FCL-WEB))
+else
+UNITDIR_FCL-WEB=
+endif
+endif
+ifdef UNITDIR_FCL-WEB
+override COMPILER_UNITDIR+=$(UNITDIR_FCL-WEB)
+endif
+ifdef UNITDIR_FPMAKE_FCL-WEB
+override COMPILER_FPMAKE_UNITDIR+=$(UNITDIR_FPMAKE_FCL-WEB)
+endif
+endif
+ifdef REQUIRE_PACKAGES_FCL-JSON
+PACKAGEDIR_FCL-JSON:=$(firstword $(subst /Makefile.fpc,,$(strip $(wildcard $(addsuffix /fcl-json/Makefile.fpc,$(PACKAGESDIR))))))
+ifneq ($(PACKAGEDIR_FCL-JSON),)
+ifneq ($(wildcard $(PACKAGEDIR_FCL-JSON)/units/$(TARGETSUFFIX)),)
+UNITDIR_FCL-JSON=$(PACKAGEDIR_FCL-JSON)/units/$(TARGETSUFFIX)
+else
+UNITDIR_FCL-JSON=$(PACKAGEDIR_FCL-JSON)
+endif
+ifneq ($(wildcard $(PACKAGEDIR_FCL-JSON)/units/$(SOURCESUFFIX)),)
+UNITDIR_FPMAKE_FCL-JSON=$(PACKAGEDIR_FCL-JSON)/units/$(SOURCESUFFIX)
+else
+ifneq ($(wildcard $(PACKAGEDIR_FCL-JSON)/units_bs/$(SOURCESUFFIX)),)
+UNITDIR_FPMAKE_FCL-JSON=$(PACKAGEDIR_FCL-JSON)/units_bs/$(SOURCESUFFIX)
+else
+UNITDIR_FPMAKE_FCL-JSON=$(PACKAGEDIR_FCL-JSON)
+endif
+endif
+ifdef CHECKDEPEND
+$(PACKAGEDIR_FCL-JSON)/$(FPCMADE):
+	$(MAKE) -C $(PACKAGEDIR_FCL-JSON) $(FPCMADE)
+override ALLDEPENDENCIES+=$(PACKAGEDIR_FCL-JSON)/$(FPCMADE)
+endif
+else
+PACKAGEDIR_FCL-JSON=
+UNITDIR_FCL-JSON:=$(subst /Package.fpc,,$(strip $(wildcard $(addsuffix /fcl-json/Package.fpc,$(UNITSDIR)))))
+ifneq ($(UNITDIR_FCL-JSON),)
+UNITDIR_FCL-JSON:=$(firstword $(UNITDIR_FCL-JSON))
+else
+UNITDIR_FCL-JSON=
+endif
+endif
+ifdef UNITDIR_FCL-JSON
+override COMPILER_UNITDIR+=$(UNITDIR_FCL-JSON)
+endif
+ifdef UNITDIR_FPMAKE_FCL-JSON
+override COMPILER_FPMAKE_UNITDIR+=$(UNITDIR_FPMAKE_FCL-JSON)
+endif
+endif
+ifndef NOCPUDEF
+override FPCOPTDEF=$(ARCH)
+endif
+ifneq ($(OS_TARGET),$(OS_SOURCE))
+override FPCOPT+=-T$(OS_TARGET)
+endif
+ifneq ($(CPU_TARGET),$(CPU_SOURCE))
+override FPCOPT+=-P$(ARCH)
+endif
+ifeq ($(OS_SOURCE),openbsd)
+override FPCOPT+=-FD$(NEW_BINUTILS_PATH)
+override FPCMAKEOPT+=-FD$(NEW_BINUTILS_PATH)
+override FPMAKE_BUILD_OPT+=-FD$(NEW_BINUTILS_PATH)
+endif
+ifndef CROSSBOOTSTRAP
+ifneq ($(BINUTILSPREFIX),)
+override FPCOPT+=-XP$(BINUTILSPREFIX)
+endif
+ifneq ($(BINUTILSPREFIX),)
+override FPCOPT+=-Xr$(RLINKPATH)
+endif
+endif
+ifndef CROSSCOMPILE
+ifneq ($(BINUTILSPREFIX),)
+override FPCMAKEOPT+=-XP$(BINUTILSPREFIX)
+override FPMAKE_BUILD_OPT+=-XP$(BINUTILSPREFIX)
+endif
+endif
+ifdef UNITDIR
+override FPCOPT+=$(addprefix -Fu,$(UNITDIR))
+endif
+ifdef LIBDIR
+override FPCOPT+=$(addprefix -Fl,$(LIBDIR))
+endif
+ifdef OBJDIR
+override FPCOPT+=$(addprefix -Fo,$(OBJDIR))
+endif
+ifdef INCDIR
+override FPCOPT+=$(addprefix -Fi,$(INCDIR))
+endif
+ifdef LINKSMART
+override FPCOPT+=-XX
+endif
+ifdef CREATESMART
+override FPCOPT+=-CX
+endif
+ifdef DEBUG
+override FPCOPT+=-gl
+override FPCOPTDEF+=DEBUG
+endif
+ifdef RELEASE
+FPCCPUOPT:=-O2
+override FPCOPT+=-Ur -Xs $(FPCCPUOPT) -n
+override FPCOPTDEF+=RELEASE
+endif
+ifdef STRIP
+override FPCOPT+=-Xs
+endif
+ifdef OPTIMIZE
+override FPCOPT+=-O2
+endif
+ifdef VERBOSE
+override FPCOPT+=-vwni
+endif
+ifdef COMPILER_OPTIONS
+override FPCOPT+=$(COMPILER_OPTIONS)
+endif
+ifdef COMPILER_UNITDIR
+override FPCOPT+=$(addprefix -Fu,$(COMPILER_UNITDIR))
+endif
+ifdef COMPILER_LIBRARYDIR
+override FPCOPT+=$(addprefix -Fl,$(COMPILER_LIBRARYDIR))
+endif
+ifdef COMPILER_OBJECTDIR
+override FPCOPT+=$(addprefix -Fo,$(COMPILER_OBJECTDIR))
+endif
+ifdef COMPILER_INCLUDEDIR
+override FPCOPT+=$(addprefix -Fi,$(COMPILER_INCLUDEDIR))
+endif
+ifdef CROSSBINDIR
+override FPCOPT+=-FD$(CROSSBINDIR)
+endif
+ifdef COMPILER_TARGETDIR
+override FPCOPT+=-FE$(COMPILER_TARGETDIR)
+ifeq ($(COMPILER_TARGETDIR),.)
+override TARGETDIRPREFIX=
+else
+override TARGETDIRPREFIX=$(COMPILER_TARGETDIR)/
+endif
+endif
+ifdef COMPILER_UNITTARGETDIR
+override FPCOPT+=-FU$(COMPILER_UNITTARGETDIR)
+ifeq ($(COMPILER_UNITTARGETDIR),.)
+override UNITTARGETDIRPREFIX=
+else
+override UNITTARGETDIRPREFIX=$(COMPILER_UNITTARGETDIR)/
+endif
+else
+ifdef COMPILER_TARGETDIR
+override COMPILER_UNITTARGETDIR=$(COMPILER_TARGETDIR)
+override UNITTARGETDIRPREFIX=$(TARGETDIRPREFIX)
+endif
+endif
+ifdef CREATESHARED
+override FPCOPT+=-Cg
+endif
+ifneq ($(findstring $(OS_TARGET),dragonfly freebsd openbsd netbsd linux solaris),)
+ifneq ($(findstring $(CPU_TARGET),x86_64 mips mipsel),)
+override FPCOPT+=-Cg
+endif
+endif
+ifdef LINKSHARED
+endif
+ifdef OPT
+override FPCOPT+=$(OPT)
+endif
+ifdef FPMAKEBUILDOPT
+override FPMAKE_BUILD_OPT+=$(FPMAKEBUILDOPT)
+endif
+ifdef FPCOPTDEF
+override FPCOPT+=$(addprefix -d,$(FPCOPTDEF))
+endif
+ifdef CFGFILE
+override FPCOPT+=@$(CFGFILE)
+endif
+ifdef USEENV
+override FPCEXTCMD:=$(FPCOPT)
+override FPCOPT:=!FPCEXTCMD
+export FPCEXTCMD
+endif
+override AFULL_TARGET=$(CPU_TARGET)-$(OS_TARGET)
+override AFULL_SOURCE=$(CPU_SOURCE)-$(OS_SOURCE)
+ifneq ($(AFULL_TARGET),$(AFULL_SOURCE))
+override ACROSSCOMPILE=1
+endif
+ifdef ACROSSCOMPILE
+override FPCOPT+=$(CROSSOPT)
+endif
+override COMPILER:=$(strip $(FPC) $(FPCOPT))
+ifneq (,$(findstring -sh ,$(COMPILER)))
+UseEXECPPAS=1
+endif
+ifneq (,$(findstring -s ,$(COMPILER)))
+ifeq ($(FULL_SOURCE),$(FULL_TARGET))
+UseEXECPPAS=1
+endif
+endif
+ifneq ($(UseEXECPPAS),1)
+EXECPPAS=
+else
+ifdef RUNBATCH
+EXECPPAS:=@$(RUNBATCH) $(PPAS)
+else
+EXECPPAS:=@$(PPAS)
+endif
+endif
+ifdef TARGET_RSTS
+override RSTFILES=$(addsuffix $(RSTEXT),$(TARGET_RSTS))
+override CLEANRSTFILES+=$(RSTFILES)
+endif
+.PHONY: fpc_install fpc_sourceinstall fpc_exampleinstall
+ifdef INSTALL_UNITS
+override INSTALLPPUFILES+=$(addsuffix $(PPUEXT),$(INSTALL_UNITS))
+endif
+ifdef INSTALL_BUILDUNIT
+override INSTALLPPUFILES:=$(filter-out $(INSTALL_BUILDUNIT)$(PPUEXT),$(INSTALLPPUFILES))
+endif
+ifdef INSTALLPPUFILES
+ifneq ($(IMPORTLIBPREFIX)-$(STATICLIBEXT),$(STATICLIBPREFIX)-$(STATICLIBEXT))
+override INSTALLPPULINKFILES:=$(subst $(PPUEXT),$(OEXT),$(INSTALLPPUFILES)) $(addprefix $(STATICLIBPREFIX),$(subst $(PPUEXT),$(STATICLIBEXT),$(INSTALLPPUFILES))) $(addprefix $(IMPORTLIBPREFIX),$(subst $(PPUEXT),$(STATICLIBEXT),$(INSTALLPPUFILES)))
+else
+override INSTALLPPULINKFILES:=$(subst $(PPUEXT),$(OEXT),$(INSTALLPPUFILES)) $(addprefix $(STATICLIBPREFIX),$(subst $(PPUEXT),$(STATICLIBEXT),$(INSTALLPPUFILES)))
+endif
+ifneq ($(UNITTARGETDIRPREFIX),)
+override INSTALLPPUFILES:=$(addprefix $(UNITTARGETDIRPREFIX),$(notdir $(INSTALLPPUFILES)))
+override INSTALLPPULINKFILES:=$(wildcard $(addprefix $(UNITTARGETDIRPREFIX),$(notdir $(INSTALLPPULINKFILES))))
+endif
+override INSTALL_CREATEPACKAGEFPC=1
+endif
+ifdef INSTALLEXEFILES
+ifneq ($(TARGETDIRPREFIX),)
+override INSTALLEXEFILES:=$(addprefix $(TARGETDIRPREFIX),$(notdir $(INSTALLEXEFILES)))
+endif
+endif
+fpc_install: all $(INSTALLTARGET)
+ifdef INSTALLEXEFILES
+	$(MKDIR) $(INSTALL_BINDIR)
+	$(INSTALLEXE) $(INSTALLEXEFILES) $(INSTALL_BINDIR)
+endif
+ifdef INSTALL_CREATEPACKAGEFPC
+ifdef FPCMAKE
+ifdef PACKAGE_VERSION
+ifneq ($(wildcard Makefile.fpc),)
+	$(FPCMAKE) -p -T$(CPU_TARGET)-$(OS_TARGET) Makefile.fpc
+	$(MKDIR) $(INSTALL_UNITDIR)
+	$(INSTALL) Package.fpc $(INSTALL_UNITDIR)
+endif
+endif
+endif
+endif
+ifdef INSTALLPPUFILES
+	$(MKDIR) $(INSTALL_UNITDIR)
+	$(INSTALL) $(INSTALLPPUFILES) $(INSTALL_UNITDIR)
+ifneq ($(INSTALLPPULINKFILES),)
+	$(INSTALL) $(INSTALLPPULINKFILES) $(INSTALL_UNITDIR)
+endif
+ifneq ($(wildcard $(LIB_FULLNAME)),)
+	$(MKDIR) $(INSTALL_LIBDIR)
+	$(INSTALL) $(LIB_FULLNAME) $(INSTALL_LIBDIR)
+ifdef inUnix
+	ln -sf $(LIB_FULLNAME) $(INSTALL_LIBDIR)/$(LIB_NAME)
+endif
+endif
+endif
+ifdef INSTALL_FILES
+	$(MKDIR) $(INSTALL_DATADIR)
+	$(INSTALL) $(INSTALL_FILES) $(INSTALL_DATADIR)
+endif
+fpc_sourceinstall: distclean
+	$(MKDIR) $(INSTALL_SOURCEDIR)
+	$(COPYTREE) $(BASEDIR)/* $(INSTALL_SOURCEDIR)
+fpc_exampleinstall: $(EXAMPLEINSTALLTARGET) $(addsuffix _distclean,$(TARGET_EXAMPLEDIRS))
+ifdef HASEXAMPLES
+	$(MKDIR) $(INSTALL_EXAMPLEDIR)
+endif
+ifdef EXAMPLESOURCEFILES
+	$(COPY) $(EXAMPLESOURCEFILES) $(INSTALL_EXAMPLEDIR)
+endif
+ifdef TARGET_EXAMPLEDIRS
+	$(COPYTREE) $(addsuffix /*,$(TARGET_EXAMPLEDIRS)) $(INSTALL_EXAMPLEDIR)
+endif
+.PHONY: fpc_distinstall
+fpc_distinstall: install exampleinstall
+.PHONY: fpc_zipinstall fpc_zipsourceinstall fpc_zipexampleinstall
+ifndef PACKDIR
+ifndef inUnix
+PACKDIR=$(BASEDIR)/../fpc-pack
+else
+PACKDIR=/tmp/fpc-pack
+endif
+endif
+ifndef ZIPNAME
+ifdef DIST_ZIPNAME
+ZIPNAME=$(DIST_ZIPNAME)
+else
+ZIPNAME=$(PACKAGE_NAME)
+endif
+endif
+ifndef FULLZIPNAME
+FULLZIPNAME=$(ZIPCROSSPREFIX)$(ZIPPREFIX)$(ZIPNAME)$(ZIPSUFFIX)
+endif
+ifndef ZIPTARGET
+ifdef DIST_ZIPTARGET
+ZIPTARGET=DIST_ZIPTARGET
+else
+ZIPTARGET=install
+endif
+endif
+ifndef USEZIP
+ifdef inUnix
+USETAR=1
+endif
+endif
+ifndef inUnix
+USEZIPWRAPPER=1
+endif
+ifdef USEZIPWRAPPER
+ZIPPATHSEP=$(PATHSEP)
+ZIPWRAPPER=$(subst /,$(PATHSEP),$(DIST_DESTDIR)/fpczip$(SRCBATCHEXT))
+else
+ZIPPATHSEP=/
+endif
+ZIPCMD_CDPACK:=cd $(subst /,$(ZIPPATHSEP),$(PACKDIR))
+ZIPCMD_CDBASE:=cd $(subst /,$(ZIPPATHSEP),$(BASEDIR))
+ifdef USETAR
+ZIPDESTFILE:=$(DIST_DESTDIR)/$(FULLZIPNAME)$(TAREXT)
+ZIPCMD_ZIP:=$(TARPROG) c$(TAROPT)f $(ZIPDESTFILE) *
+else
+ZIPDESTFILE:=$(DIST_DESTDIR)/$(FULLZIPNAME)$(ZIPEXT)
+ZIPCMD_ZIP:=$(subst /,$(ZIPPATHSEP),$(ZIPPROG)) -Dr $(ZIPOPT) $(ZIPDESTFILE) *
+endif
+fpc_zipinstall:
+	$(MAKE) $(ZIPTARGET) INSTALL_PREFIX=$(PACKDIR) ZIPINSTALL=1
+	$(MKDIR) $(DIST_DESTDIR)
+	$(DEL) $(ZIPDESTFILE)
+ifdef USEZIPWRAPPER
+ifneq ($(ECHOREDIR),echo)
+	$(ECHOREDIR) -e "$(subst \,\\,$(ZIPCMD_CDPACK))" > $(ZIPWRAPPER)
+	$(ECHOREDIR) -e "$(subst \,\\,$(ZIPCMD_ZIP))" >> $(ZIPWRAPPER)
+	$(ECHOREDIR) -e "$(subst \,\\,$(ZIPCMD_CDBASE))" >> $(ZIPWRAPPER)
+else
+	echo $(ZIPCMD_CDPACK) > $(ZIPWRAPPER)
+	echo $(ZIPCMD_ZIP) >> $(ZIPWRAPPER)
+	echo $(ZIPCMD_CDBASE) >> $(ZIPWRAPPER)
+endif
+ifdef inUnix
+	/bin/sh $(ZIPWRAPPER)
+else
+ifdef RUNBATCH
+	$(RUNBATCH) $(ZIPWRAPPER)
+else
+	$(ZIPWRAPPER)
+endif
+endif
+	$(DEL) $(ZIPWRAPPER)
+else
+	$(ZIPCMD_CDPACK) ; $(ZIPCMD_ZIP) ; $(ZIPCMD_CDBASE)
+endif
+	$(DELTREE) $(PACKDIR)
+fpc_zipsourceinstall:
+	$(MAKE) fpc_zipinstall ZIPTARGET=sourceinstall ZIPSUFFIX=$(ZIPSOURCESUFFIX)
+fpc_zipexampleinstall:
+ifdef HASEXAMPLES
+	$(MAKE) fpc_zipinstall ZIPTARGET=exampleinstall ZIPSUFFIX=$(ZIPEXAMPLESUFFIX)
+endif
+fpc_zipdistinstall:
+	$(MAKE) fpc_zipinstall ZIPTARGET=distinstall
+.PHONY: fpc_clean fpc_cleanall fpc_distclean
+ifdef EXEFILES
+override CLEANEXEFILES:=$(addprefix $(TARGETDIRPREFIX),$(CLEANEXEFILES))
+override CLEANEXEDBGFILES:=$(addprefix $(TARGETDIRPREFIX),$(CLEANEXEDBGFILES))
+endif
+ifdef CLEAN_PROGRAMS
+override CLEANEXEFILES+=$(addprefix $(TARGETDIRPREFIX),$(addsuffix $(EXEEXT), $(CLEAN_PROGRAMS)))
+override CLEANEXEDBGFILES+=$(addprefix $(TARGETDIRPREFIX),$(addsuffix $(EXEDBGEXT), $(CLEAN_PROGRAMS)))
+endif
+ifdef CLEAN_UNITS
+override CLEANPPUFILES+=$(addsuffix $(PPUEXT),$(CLEAN_UNITS))
+endif
+ifdef CLEANPPUFILES
+override CLEANPPULINKFILES:=$(subst $(PPUEXT),$(OEXT),$(CLEANPPUFILES)) $(addprefix $(STATICLIBPREFIX),$(subst $(PPUEXT),$(STATICLIBEXT),$(CLEANPPUFILES))) $(addprefix $(IMPORTLIBPREFIX),$(subst $(PPUEXT),$(STATICLIBEXT),$(CLEANPPUFILES)))
+ifdef DEBUGSYMEXT
+override CLEANPPULINKFILES+=$(subst $(PPUEXT),$(DEBUGSYMEXT),$(CLEANPPUFILES))
+endif
+override CLEANPPUFILES:=$(addprefix $(UNITTARGETDIRPREFIX),$(CLEANPPUFILES))
+override CLEANPPULINKFILES:=$(wildcard $(addprefix $(UNITTARGETDIRPREFIX),$(CLEANPPULINKFILES)))
+endif
+fpc_clean: $(CLEANTARGET)
+ifdef CLEANEXEFILES
+	-$(DEL) $(CLEANEXEFILES)
+endif
+ifdef CLEANEXEDBGFILES
+	-$(DELTREE) $(CLEANEXEDBGFILES)
+endif
+ifdef CLEANPPUFILES
+	-$(DEL) $(CLEANPPUFILES)
+endif
+ifneq ($(CLEANPPULINKFILES),)
+	-$(DEL) $(CLEANPPULINKFILES)
+endif
+ifdef CLEANRSTFILES
+	-$(DEL) $(addprefix $(UNITTARGETDIRPREFIX),$(CLEANRSTFILES))
+endif
+ifdef CLEAN_FILES
+	-$(DEL) $(CLEAN_FILES)
+endif
+ifdef LIB_NAME
+	-$(DEL) $(LIB_NAME) $(LIB_FULLNAME)
+endif
+	-$(DEL) $(FPCMADE) Package.fpc $(PPAS) script.res link.res $(FPCEXTFILE) $(REDIRFILE)
+	-$(DEL) *$(ASMEXT) *_ppas$(BATCHEXT) ppas$(BATCHEXT) ppaslink$(BATCHEXT)
+fpc_cleanall: $(CLEANTARGET)
+ifdef CLEANEXEFILES
+	-$(DEL) $(CLEANEXEFILES)
+endif
+ifdef COMPILER_UNITTARGETDIR
+ifdef CLEANPPUFILES
+	-$(DEL) $(CLEANPPUFILES)
+endif
+ifneq ($(CLEANPPULINKFILES),)
+	-$(DEL) $(CLEANPPULINKFILES)
+endif
+ifdef CLEANRSTFILES
+	-$(DEL) $(addprefix $(UNITTARGETDIRPREFIX),$(CLEANRSTFILES))
+endif
+endif
+ifdef CLEAN_FILES
+	-$(DEL) $(CLEAN_FILES)
+endif
+	-$(DELTREE) units
+	-$(DELTREE) bin
+	-$(DEL) *$(OEXT) *$(PPUEXT) *$(RSTEXT) *$(ASMEXT) *$(STATICLIBEXT) *$(SHAREDLIBEXT) *$(PPLEXT)
+ifneq ($(PPUEXT),.ppu)
+	-$(DEL) *.o *.ppu *.a
+endif
+	-$(DELTREE) *$(SMARTEXT)
+	-$(DEL) fpcmade.* Package.fpc $(PPAS) script.res link.res $(FPCEXTFILE) $(REDIRFILE)
+	-$(DEL) *_ppas$(BATCHEXT) ppas$(BATCHEXT) ppaslink$(BATCHEXT)
+ifdef AOUTEXT
+	-$(DEL) *$(AOUTEXT)
+endif
+ifdef DEBUGSYMEXT
+	-$(DEL) *$(DEBUGSYMEXT)
+endif
+ifdef LOCALFPMAKEBIN
+	-$(DEL) $(LOCALFPMAKEBIN)
+	-$(DEL) $(FPMAKEBINOBJ)
+endif
+fpc_distclean: cleanall
+.PHONY: fpc_baseinfo
+override INFORULES+=fpc_baseinfo
+fpc_baseinfo:
+	@$(ECHO)
+	@$(ECHO)  == Package info ==
+	@$(ECHO)  Package Name..... $(PACKAGE_NAME)
+	@$(ECHO)  Package Version.. $(PACKAGE_VERSION)
+	@$(ECHO)
+	@$(ECHO)  == Configuration info ==
+	@$(ECHO)
+	@$(ECHO)  FPC.......... $(FPC)
+	@$(ECHO)  FPC Version.. $(FPC_VERSION)
+	@$(ECHO)  Source CPU... $(CPU_SOURCE)
+	@$(ECHO)  Target CPU... $(CPU_TARGET)
+	@$(ECHO)  Source OS.... $(OS_SOURCE)
+	@$(ECHO)  Target OS.... $(OS_TARGET)
+	@$(ECHO)  Full Source.. $(FULL_SOURCE)
+	@$(ECHO)  Full Target.. $(FULL_TARGET)
+	@$(ECHO)  SourceSuffix. $(SOURCESUFFIX)
+	@$(ECHO)  TargetSuffix. $(TARGETSUFFIX)
+	@$(ECHO)  FPC fpmake... $(FPCFPMAKE)
+	@$(ECHO)
+	@$(ECHO)  == Directory info ==
+	@$(ECHO)
+	@$(ECHO)  Required pkgs... $(REQUIRE_PACKAGES)
+	@$(ECHO)
+	@$(ECHO)  Basedir......... $(BASEDIR)
+	@$(ECHO)  FPCDir.......... $(FPCDIR)
+	@$(ECHO)  CrossBinDir..... $(CROSSBINDIR)
+	@$(ECHO)  UnitsDir........ $(UNITSDIR)
+	@$(ECHO)  PackagesDir..... $(PACKAGESDIR)
+	@$(ECHO)
+	@$(ECHO)  GCC library..... $(GCCLIBDIR)
+	@$(ECHO)  Other library... $(OTHERLIBDIR)
+	@$(ECHO)
+	@$(ECHO)  == Tools info ==
+	@$(ECHO)
+	@$(ECHO)  As........ $(AS)
+	@$(ECHO)  Ld........ $(LD)
+	@$(ECHO)  Ar........ $(AR)
+	@$(ECHO)  Rc........ $(RC)
+	@$(ECHO)
+	@$(ECHO)  Mv........ $(MVPROG)
+	@$(ECHO)  Cp........ $(CPPROG)
+	@$(ECHO)  Rm........ $(RMPROG)
+	@$(ECHO)  GInstall.. $(GINSTALL)
+	@$(ECHO)  Echo...... $(ECHO)
+	@$(ECHO)  Shell..... $(SHELL)
+	@$(ECHO)  Date...... $(DATE)
+	@$(ECHO)  FPCMake... $(FPCMAKE)
+	@$(ECHO)  PPUMove... $(PPUMOVE)
+	@$(ECHO)  Zip....... $(ZIPPROG)
+	@$(ECHO)
+	@$(ECHO)  == Object info ==
+	@$(ECHO)
+	@$(ECHO)  Target Loaders........ $(TARGET_LOADERS)
+	@$(ECHO)  Target Units.......... $(TARGET_UNITS)
+	@$(ECHO)  Target Implicit Units. $(TARGET_IMPLICITUNITS)
+	@$(ECHO)  Target Programs....... $(TARGET_PROGRAMS)
+	@$(ECHO)  Target Dirs........... $(TARGET_DIRS)
+	@$(ECHO)  Target Examples....... $(TARGET_EXAMPLES)
+	@$(ECHO)  Target ExampleDirs.... $(TARGET_EXAMPLEDIRS)
+	@$(ECHO)
+	@$(ECHO)  Clean Units......... $(CLEAN_UNITS)
+	@$(ECHO)  Clean Files......... $(CLEAN_FILES)
+	@$(ECHO)
+	@$(ECHO)  Install Units....... $(INSTALL_UNITS)
+	@$(ECHO)  Install Files....... $(INSTALL_FILES)
+	@$(ECHO)
+	@$(ECHO)  == Install info ==
+	@$(ECHO)
+	@$(ECHO)  DateStr.............. $(DATESTR)
+	@$(ECHO)  ZipName.............. $(ZIPNAME)
+	@$(ECHO)  ZipPrefix............ $(ZIPPREFIX)
+	@$(ECHO)  ZipCrossPrefix....... $(ZIPCROSSPREFIX)
+	@$(ECHO)  ZipSuffix............ $(ZIPSUFFIX)
+	@$(ECHO)  FullZipName.......... $(FULLZIPNAME)
+	@$(ECHO)  Install FPC Package.. $(INSTALL_FPCPACKAGE)
+	@$(ECHO)
+	@$(ECHO)  Install base dir..... $(INSTALL_BASEDIR)
+	@$(ECHO)  Install binary dir... $(INSTALL_BINDIR)
+	@$(ECHO)  Install library dir.. $(INSTALL_LIBDIR)
+	@$(ECHO)  Install units dir.... $(INSTALL_UNITDIR)
+	@$(ECHO)  Install source dir... $(INSTALL_SOURCEDIR)
+	@$(ECHO)  Install doc dir...... $(INSTALL_DOCDIR)
+	@$(ECHO)  Install example dir.. $(INSTALL_EXAMPLEDIR)
+	@$(ECHO)  Install data dir..... $(INSTALL_DATADIR)
+	@$(ECHO)
+	@$(ECHO)  Dist destination dir. $(DIST_DESTDIR)
+	@$(ECHO)  Dist zip name........ $(DIST_ZIPNAME)
+	@$(ECHO)
+.PHONY: fpc_info
+fpc_info: $(INFORULES)
+.PHONY: fpc_makefile fpc_makefiles fpc_makefile_sub1 fpc_makefile_sub2 \
+	fpc_makefile_dirs
+fpc_makefile:
+	$(FPCMAKE) -w -T$(OS_TARGET) Makefile.fpc
+fpc_makefile_sub1:
+ifdef TARGET_DIRS
+	$(FPCMAKE) -w -T$(OS_TARGET) $(addsuffix /Makefile.fpc,$(TARGET_DIRS))
+endif
+ifdef TARGET_EXAMPLEDIRS
+	$(FPCMAKE) -w -T$(OS_TARGET) $(addsuffix /Makefile.fpc,$(TARGET_EXAMPLEDIRS))
+endif
+fpc_makefile_sub2: $(addsuffix _makefile_dirs,$(TARGET_DIRS) $(TARGET_EXAMPLEDIRS))
+fpc_makefile_dirs: fpc_makefile_sub1 fpc_makefile_sub2
+fpc_makefiles: fpc_makefile fpc_makefile_dirs
+units:
+examples:
+shared:
+sourceinstall: fpc_sourceinstall
+exampleinstall: fpc_exampleinstall
+zipexampleinstall: fpc_zipexampleinstall
+info: fpc_info
+makefiles: fpc_makefiles
+.PHONY: units examples shared sourceinstall exampleinstall zipexampleinstall info makefiles
+ifneq ($(wildcard fpcmake.loc),)
+include fpcmake.loc
+endif
+override FPCOPT:=$(filter-out -FU%,$(FPCOPT))
+override FPCOPT:=$(filter-out -FE%,$(FPCOPT))
+override FPCOPT:=$(filter-out $(addprefix -Fu,$(COMPILER_UNITDIR)),$(FPCOPT))# Compose general fpmake-parameters
+ifdef FPMAKEOPT
+FPMAKE_OPT+=$(FPMAKEOPT)
+endif
+FPMAKE_OPT+=--localunitdir=../..
+FPMAKE_OPT+=--globalunitdir=..
+FPMAKE_OPT+=$(FPC_TARGETOPT)
+FPMAKE_OPT+=$(addprefix -o ,$(FPCOPT))
+FPMAKE_OPT+=--compiler=$(FPC)
+FPMAKE_OPT+=-bu
+.NOTPARALLEL:
+fpmake$(SRCEXEEXT): fpmake.pp
+	$(FPCFPMAKE) fpmake.pp $(FPMAKE_SKIP_CONFIG) $(addprefix -Fu,$(COMPILER_FPMAKE_UNITDIR)) $(FPCMAKEOPT) $(OPT)
+all:	fpmake$(SRCEXEEXT)
+	$(LOCALFPMAKE) compile $(FPMAKE_OPT)
+smart:	fpmake$(SRCEXEEXT)
+	$(LOCALFPMAKE) compile $(FPMAKE_OPT) -o -XX -o -CX
+release:	fpmake$(SRCEXEEXT)
+	$(LOCALFPMAKE) compile $(FPMAKE_OPT) -o -dRELEASE
+debug:	fpmake$(SRCEXEEXT)
+	$(LOCALFPMAKE) compile $(FPMAKE_OPT) -o -dDEBUG
+ifeq ($(FPMAKE_BIN_CLEAN),)
+clean:
+else
+clean:
+	$(FPMAKE_BIN_CLEAN) clean $(FPMAKE_OPT)
+endif
+ifeq ($(FPMAKE_BIN_CLEAN),)
+distclean:	$(addsuffix _distclean,$(TARGET_DIRS)) fpc_cleanall
+else
+distclean:
+ifdef inUnix
+	{ $(FPMAKE_BIN_CLEAN) distclean $(FPMAKE_OPT); if [ $$? != "0" ]; then { echo Something wrong with fpmake exectable. Remove the executable and call make recursively to recover.; $(DEL) $(FPMAKE_BIN_CLEAN); $(MAKE) fpc_cleanall; }; fi;  }
+else
+	$(FPMAKE_BIN_CLEAN) distclean $(FPMAKE_OPT)
+endif
+	-$(DEL) $(LOCALFPMAKE)
+endif
+cleanall: distclean
+install:	fpmake$(SRCEXEEXT)
+ifdef UNIXHier
+	$(LOCALFPMAKE) install $(FPMAKE_OPT) --prefix=$(INSTALL_PREFIX) --baseinstalldir=$(INSTALL_LIBDIR)/fpc/$(FPC_VERSION) --unitinstalldir=$(INSTALL_UNITDIR)
+else
+	$(LOCALFPMAKE) install $(FPMAKE_OPT) --prefix=$(INSTALL_BASEDIR) --baseinstalldir=$(INSTALL_BASEDIR) --unitinstalldir=$(INSTALL_UNITDIR)
+endif
+distinstall:	fpmake$(SRCEXEEXT)
+ifdef UNIXHier
+	$(LOCALFPMAKE) install $(FPMAKE_OPT) --prefix=$(INSTALL_PREFIX) --baseinstalldir=$(INSTALL_LIBDIR)/fpc/$(FPC_VERSION) --unitinstalldir=$(INSTALL_UNITDIR) -ie -fsp 0
+else
+	$(LOCALFPMAKE) install $(FPMAKE_OPT) --prefix=$(INSTALL_BASEDIR) --baseinstalldir=$(INSTALL_BASEDIR) --unitinstalldir=$(INSTALL_UNITDIR) -ie -fsp 0
+endif
+zipinstall:	fpmake$(SRCEXEEXT)
+	$(LOCALFPMAKE) zipinstall $(FPMAKE_OPT) --zipprefix=$(DIST_DESTDIR)/$(ZIPPREFIX)
+zipdistinstall:	fpmake$(SRCEXEEXT)
+	$(LOCALFPMAKE) zipinstall $(FPMAKE_OPT) --zipprefix=$(DIST_DESTDIR)/$(ZIPPREFIX) -ie -fsp 0
+zipsourceinstall:	fpmake$(SRCEXEEXT)
+ifdef UNIXHier
+	$(LOCALFPMAKE) archive $(FPMAKE_OPT) --zipprefix=$(DIST_DESTDIR)/$(ZIPPREFIX) --prefix=share/src/fpc-\$$\(PACKAGEVERSION\)/$(INSTALL_FPCSUBDIR)/\$$\(PACKAGEDIRECTORY\)
+else
+	$(LOCALFPMAKE) archive $(FPMAKE_OPT) --zipprefix=$(DIST_DESTDIR)/$(ZIPPREFIX) --prefix=source\\$(INSTALL_FPCSUBDIR)\\\$$\(PACKAGEDIRECTORY\)
+endif

+ 102 - 0
packages/gitlab/Makefile.fpc

@@ -0,0 +1,102 @@
+#
+#   Makefile.fpc for running fpmake
+#
+
+[package]
+name=gitlab
+version=3.3.1
+
+[require]
+packages=rtl fpmkunit fcl-base fcl-net fcl-web fcl-json
+
+[install]
+fpcpackage=y
+
+[default]
+fpcdir=../..
+
+[prerules]
+FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT))
+ifdef OS_TARGET
+FPC_TARGETOPT+=--os=$(OS_TARGET)
+endif
+ifdef CPU_TARGET
+FPC_TARGETOPT+=--cpu=$(CPU_TARGET)
+endif
+LOCALFPMAKE=./fpmake$(SRCEXEEXT)
+
+[rules]
+# Do not pass the Makefile's unit and binary target locations. Fpmake uses it's own.
+override FPCOPT:=$(filter-out -FU%,$(FPCOPT))
+override FPCOPT:=$(filter-out -FE%,$(FPCOPT))
+# Do not pass the package-unitdirectories. Fpmake adds those and this way they don't apear in the .fpm
+override FPCOPT:=$(filter-out $(addprefix -Fu,$(COMPILER_UNITDIR)),$(FPCOPT))# Compose general fpmake-parameters
+# Compose general fpmake-parameters
+ifdef FPMAKEOPT
+FPMAKE_OPT+=$(FPMAKEOPT)
+endif
+FPMAKE_OPT+=--localunitdir=../..
+FPMAKE_OPT+=--globalunitdir=..
+FPMAKE_OPT+=$(FPC_TARGETOPT)
+FPMAKE_OPT+=$(addprefix -o ,$(FPCOPT))
+FPMAKE_OPT+=--compiler=$(FPC)
+FPMAKE_OPT+=-bu
+.NOTPARALLEL:
+
+fpmake$(SRCEXEEXT): fpmake.pp
+	$(FPCFPMAKE) fpmake.pp $(FPMAKE_SKIP_CONFIG) $(addprefix -Fu,$(COMPILER_FPMAKE_UNITDIR)) $(FPCMAKEOPT) $(OPT)
+all:	fpmake$(SRCEXEEXT)
+	$(LOCALFPMAKE) compile $(FPMAKE_OPT)
+smart:	fpmake$(SRCEXEEXT)
+	$(LOCALFPMAKE) compile $(FPMAKE_OPT) -o -XX -o -CX
+release:	fpmake$(SRCEXEEXT)
+	$(LOCALFPMAKE) compile $(FPMAKE_OPT) -o -dRELEASE
+debug:	fpmake$(SRCEXEEXT)
+	$(LOCALFPMAKE) compile $(FPMAKE_OPT) -o -dDEBUG
+# If no fpmake exists and (dist)clean is called, do not try to build fpmake, it will
+# most often fail because the dependencies are cleared.
+# In case of a clean, simply do nothing
+ifeq ($(FPMAKE_BIN_CLEAN),)
+clean:
+else
+clean:
+	$(FPMAKE_BIN_CLEAN) clean $(FPMAKE_OPT)
+endif
+# In case of a distclean, perform an 'old'-style distclean. This to avoid problems
+# when the package is compiled using fpcmake prior to running this clean using fpmake
+ifeq ($(FPMAKE_BIN_CLEAN),)
+distclean:	$(addsuffix _distclean,$(TARGET_DIRS)) fpc_cleanall
+else
+distclean:
+ifdef inUnix
+        { $(FPMAKE_BIN_CLEAN) distclean $(FPMAKE_OPT); if [ $$? != "0" ]; then { echo Something wrong with fpmake exectable. Remove the executable and call make recursively to recover.; $(DEL) $(FPMAKE_BIN_CLEAN); $(MAKE) fpc_cleanall; }; fi;  }
+else
+        $(FPMAKE_BIN_CLEAN) distclean $(FPMAKE_OPT)
+endif
+	-$(DEL) $(LOCALFPMAKE)
+endif
+cleanall: distclean
+install:	fpmake$(SRCEXEEXT)
+ifdef UNIXHier
+	$(LOCALFPMAKE) install $(FPMAKE_OPT) --prefix=$(INSTALL_PREFIX) --baseinstalldir=$(INSTALL_LIBDIR)/fpc/$(FPC_VERSION) --unitinstalldir=$(INSTALL_UNITDIR)
+else
+	$(LOCALFPMAKE) install $(FPMAKE_OPT) --prefix=$(INSTALL_BASEDIR) --baseinstalldir=$(INSTALL_BASEDIR) --unitinstalldir=$(INSTALL_UNITDIR)
+endif
+# distinstall also installs the example-sources and omits the location of the source-
+# files from the fpunits.cfg files.
+distinstall:	fpmake$(SRCEXEEXT)
+ifdef UNIXHier
+	$(LOCALFPMAKE) install $(FPMAKE_OPT) --prefix=$(INSTALL_PREFIX) --baseinstalldir=$(INSTALL_LIBDIR)/fpc/$(FPC_VERSION) --unitinstalldir=$(INSTALL_UNITDIR) -ie -fsp 0
+else
+	$(LOCALFPMAKE) install $(FPMAKE_OPT) --prefix=$(INSTALL_BASEDIR) --baseinstalldir=$(INSTALL_BASEDIR) --unitinstalldir=$(INSTALL_UNITDIR) -ie -fsp 0
+endif
+zipinstall:	fpmake$(SRCEXEEXT)
+	$(LOCALFPMAKE) zipinstall $(FPMAKE_OPT) --zipprefix=$(DIST_DESTDIR)/$(ZIPPREFIX)
+zipdistinstall:	fpmake$(SRCEXEEXT)
+	$(LOCALFPMAKE) zipinstall $(FPMAKE_OPT) --zipprefix=$(DIST_DESTDIR)/$(ZIPPREFIX) -ie -fsp 0
+zipsourceinstall:	fpmake$(SRCEXEEXT)
+ifdef UNIXHier
+	$(LOCALFPMAKE) archive $(FPMAKE_OPT) --zipprefix=$(DIST_DESTDIR)/$(ZIPPREFIX) --prefix=share/src/fpc-\$$\(PACKAGEVERSION\)/$(INSTALL_FPCSUBDIR)/\$$\(PACKAGEDIRECTORY\)
+else
+	$(LOCALFPMAKE) archive $(FPMAKE_OPT) --zipprefix=$(DIST_DESTDIR)/$(ZIPPREFIX) --prefix=source\\$(INSTALL_FPCSUBDIR)\\\$$\(PACKAGEDIRECTORY\)
+endif

+ 169 - 0
packages/gitlab/examples/closetodo/closetodo.lpr

@@ -0,0 +1,169 @@
+program closetodo;
+
+{$mode objfpc}{$H+}
+
+uses
+  {$IFDEF UNIX}
+  cthreads,
+  {$ENDIF}
+  Classes, SysUtils, CustApp, fpjson, gitlabclient,opensslsockets, jsonparser ;
+
+type
+
+  { TCloseTodoApplication }
+
+  TCloseTodoApplication = class(TCustomApplication)
+  private
+    FConfig : TGitlabConfig;
+    FClient : TGitLabClient;
+    FIDS : TStrings;
+    FQuiet : Boolean;
+    procedure CloseTodo(aID: int64);
+    procedure DoClientLog(Sender: TObject; const aMessage: string);
+    procedure DoResource(Sender: TObject; aPage, aIndex, aCount: Integer; aObject: TJSONObject; aContinue: Boolean);
+  protected
+    procedure DoRun; override;
+  public
+    constructor Create(TheOwner: TComponent); override;
+    destructor Destroy; override;
+    procedure Usage(const aError : String); virtual;
+  end;
+
+{ TCloseTodoApplication }
+
+procedure TCloseTodoApplication.DoResource(Sender: TObject; aPage, aIndex,
+  aCount: Integer; aObject: TJSONObject; aContinue: Boolean);
+
+Var
+  aData : TJSONData;
+  Msg,aState : String;
+  aBugID,aBugIID,aProjectID : Int64;
+
+begin
+  Msg:=Format('[Page %d [%d/%d]: ',[aPage,aIndex,aCount]);
+  aProjectID:=0;
+  aBugID:=0;
+  aBugIID:=0;
+  aState:='';
+  aData:=aObject.FindPath('target.state');
+  if Assigned(aData) then
+    aState:=aData.AsString;
+  aData:=aObject.FindPath('project.id');
+  if Assigned(aData) then
+    aProjectID:=aData.AsInt64;
+  aData:=aObject.FindPath('target.id');
+  if Assigned(aData) then
+    aBugID:=aData.AsInt64;
+  aData:=aObject.FindPath('target.iid');
+  if Assigned(aData) then
+    aBugIID:=aData.Asint64;
+  DoClientLog(Self,Msg+Format('Project: %d, bug: %d, bug iid: %d, state : %s',[aProjectID,aBugID,aBugIID,aState]));
+  if SameText(aState,'closed') then
+    begin
+    if (FConfig.ProjectID=0) or (aProjectID=FConfig.ProjectID) then
+      FIDS.Add(IntToStr(aObject.Get('id',Int64(0))));
+    end
+end;
+
+procedure TCloseTodoApplication.CloseTodo(aID : int64);
+
+Var
+  aResource : String;
+
+begin
+  if (aID=-1) then
+    exit;
+  aResource:=Format('todos/%d/mark_as_done',[aID]);
+  Writeln('Posting ',aResource);
+  FClient.CreateResource(aResource,Nil);
+end;
+
+procedure TCloseTodoApplication.DoClientLog(Sender: TObject;
+  const aMessage: string);
+begin
+  if not FQuiet then
+    Writeln(aMessage);
+end;
+
+procedure TCloseTodoApplication.DoRun;
+
+var
+  ErrorMsg: String;
+  ListFN,ConfigFN : String;
+  I : Integer;
+
+begin
+  Terminate;
+  ErrorMsg:=CheckOptions('hc:l:q', ['help','config:','list:','quiet']);
+  if (ErrorMsg<>'') or HasOption('h','help') then
+    begin
+    Usage(ErrorMsg);
+    Exit;
+    end;
+  FQuiet:=HasOption('q','quiet');
+  ConfigFN:=GetOptionValue('c','config');
+  if ConfigFN='' then
+    begin
+    Usage('Need gitlab config file');
+    Exit;
+    end;
+  if not FileExists(ConfigFN)then
+    begin
+    Usage('Gitlab config file "'+ConfigFN+'" does not exist');
+    Exit;
+    end;
+  FConfig.LoadFromFile(ConfigFN,'');
+  FClient.Config:=FConfig;
+  ListFN:=GetOptionValue('l','list');
+  if FileExists(ListFN)then
+    FIDS.LoadFromFile(ListFN)
+  else
+    begin
+    FClient.ForEachResource('todos',['action','assigned','state','pending'],@DoResource);
+    FIDS.SaveToFile(ListFN);
+    end;
+  For I:=0 to FIDS.Count-1 do
+    CloseTodo(StrToInt64Def(FIDS[i],-1));
+  Writeln(Format('Closed %d todos',[FIDS.Count]));
+  // stop program loop
+  Terminate;
+end;
+
+constructor TCloseTodoApplication.Create(TheOwner: TComponent);
+begin
+  inherited Create(TheOwner);
+  FConfig.Reset;
+  FClient:=TGitLabClient.Create;
+  FClient.OnLog:=@DoClientLog;
+  StopOnException:=True;
+  FIDS:=TStringList.Create;
+end;
+
+destructor TCloseTodoApplication.Destroy;
+begin
+  FreeAndNil(FIDS);
+  FreeAndNil(FClient);
+  inherited Destroy;
+end;
+
+procedure TCloseTodoApplication.Usage(const aError: String);
+begin
+  if (aError<>'') then
+    Writeln('Error : ',aError);
+  Writeln('Usage: ', ExeName, ' [options]');
+  Writeln('Where [Options] is one or more of:');
+  Writeln('-h   --help        This help');
+  Writeln('-c --config=FILE   Config file');
+  Writeln('-l --list=FILE     if file exists, read todo IDS from list. If file does not exist, write file after querying gitlab');
+  Writeln('-q --quiet         less messages');
+end;
+
+var
+  Application: TCloseTodoApplication;
+begin
+  Application:=TCloseTodoApplication.Create(nil);
+  Application.Title:='Close Todos Application';
+  Application.Run;
+  Application.Free;
+end.
+

+ 170 - 0
packages/gitlab/examples/closetodo/closetodo.pp

@@ -0,0 +1,170 @@
+program closetodo;
+
+{$mode objfpc}{$H+}
+
+uses
+  {$IFDEF UNIX}
+  cthreads,
+  {$ENDIF}
+  Classes, SysUtils, CustApp, fpjson, gitlabclient,opensslsockets, jsonparser ;
+
+type
+
+  { TCloseTodoApplication }
+
+  TCloseTodoApplication = class(TCustomApplication)
+  private
+    FConfig : TGitlabConfig;
+    FClient : TGitLabClient;
+    FIDS : TStrings;
+    FQuiet : Boolean;
+    procedure CloseTodo(aID: int64);
+    procedure DoClientLog(Sender: TObject; const aMessage: string);
+    procedure DoResource(Sender: TObject; aPage, aIndex, aCount: Integer; aObject: TJSONObject; aContinue: Boolean);
+  protected
+    procedure DoRun; override;
+  public
+    constructor Create(TheOwner: TComponent); override;
+    destructor Destroy; override;
+    procedure Usage(const aError : String); virtual;
+  end;
+
+{ TCloseTodoApplication }
+
+procedure TCloseTodoApplication.DoResource(Sender: TObject; aPage, aIndex,
+  aCount: Integer; aObject: TJSONObject; aContinue: Boolean);
+
+Var
+  aData : TJSONData;
+  Msg,aState : String;
+  aBugID,aBugIID,aProjectID : Int64;
+
+begin
+  Msg:=Format('[Page %d [%d/%d]: ',[aPage,aIndex,aCount]);
+  aProjectID:=0;
+  aBugID:=0;
+  aBugIID:=0;
+  aState:='';
+  aData:=aObject.FindPath('target.state');
+  if Assigned(aData) then
+    aState:=aData.AsString;
+  aData:=aObject.FindPath('project.id');
+  if Assigned(aData) then
+    aProjectID:=aData.AsInt64;
+  aData:=aObject.FindPath('target.id');
+  if Assigned(aData) then
+    aBugID:=aData.AsInt64;
+  aData:=aObject.FindPath('target.iid');
+  if Assigned(aData) then
+    aBugIID:=aData.Asint64;
+  DoClientLog(Self,Msg+Format('Project: %d, bug: %d, bug iid: %d, state : %s',[aProjectID,aBugID,aBugIID,aState]));
+  if SameText(aState,'closed') then
+    begin
+    if (FConfig.ProjectID=0) or (aProjectID=FConfig.ProjectID) then
+      FIDS.Add(IntToStr(aObject.Get('id',Int64(0))));
+    end
+end;
+
+procedure TCloseTodoApplication.CloseTodo(aID : int64);
+
+Var
+  aResource : String;
+
+begin
+  if (aID=-1) then
+    exit;
+  aResource:=Format('todos/%d/mark_as_done',[aID]);
+  Writeln('Posting ',aResource);
+  FClient.CreateResource(aResource,Nil);
+end;
+
+procedure TCloseTodoApplication.DoClientLog(Sender: TObject;
+  const aMessage: string);
+begin
+  if not FQuiet then
+    Writeln(aMessage);
+end;
+
+procedure TCloseTodoApplication.DoRun;
+
+var
+  ErrorMsg: String;
+  ListFN,ConfigFN : String;
+  I : Integer;
+
+begin
+  Terminate;
+  ErrorMsg:=CheckOptions('hc:l:q', ['help','config:','list:','quiet']);
+  if (ErrorMsg<>'') or HasOption('h','help') then
+    begin
+    Usage(ErrorMsg);
+    Exit;
+    end;
+  FQuiet:=HasOption('q','quiet');
+  ConfigFN:=GetOptionValue('c','config');
+  if ConfigFN='' then
+    begin
+    Usage('Need gitlab config file');
+    Exit;
+    end;
+  if not FileExists(ConfigFN)then
+    begin
+    Usage('Gitlab config file "'+ConfigFN+'" does not exist');
+    Exit;
+    end;
+  FConfig.LoadFromFile(ConfigFN,'');
+  FClient.Config:=FConfig;
+  ListFN:=GetOptionValue('l','list');
+  if FileExists(ListFN)then
+    FIDS.LoadFromFile(ListFN)
+  else
+    begin
+    FClient.ForEachResource('todos',['action','assigned','state','pending'],@DoResource);
+    if ListFN<>'' then
+      FIDS.SaveToFile(ListFN);
+    end;
+  For I:=0 to FIDS.Count-1 do
+    CloseTodo(StrToInt64Def(FIDS[i],-1));
+  Writeln(Format('Closed %d todos',[FIDS.Count]));
+  // stop program loop
+  Terminate;
+end;
+
+constructor TCloseTodoApplication.Create(TheOwner: TComponent);
+begin
+  inherited Create(TheOwner);
+  FConfig.Reset;
+  FClient:=TGitLabClient.Create;
+  FClient.OnLog:=@DoClientLog;
+  StopOnException:=True;
+  FIDS:=TStringList.Create;
+end;
+
+destructor TCloseTodoApplication.Destroy;
+begin
+  FreeAndNil(FIDS);
+  FreeAndNil(FClient);
+  inherited Destroy;
+end;
+
+procedure TCloseTodoApplication.Usage(const aError: String);
+begin
+  if (aError<>'') then
+    Writeln('Error : ',aError);
+  Writeln('Usage: ', ExeName, ' [options]');
+  Writeln('Where [Options] is one or more of:');
+  Writeln('-h   --help        This help');
+  Writeln('-c --config=FILE   Config file');
+  Writeln('-l --list=FILE     if file exists, read todo IDS from list. If file does not exist, write file after querying gitlab');
+  Writeln('-q --quiet         less messages');
+end;
+
+var
+  Application: TCloseTodoApplication;
+begin
+  Application:=TCloseTodoApplication.Create(nil);
+  Application.Title:='Close Todos Application';
+  Application.Run;
+  Application.Free;
+end.
+

+ 8 - 0
packages/gitlab/examples/closetodo/sample.cfg

@@ -0,0 +1,8 @@
+[Gitlab]
+; API key to use, this determines what user will be used
+APIKey=yourveryownsecretapikey
+; You can leave this empty, then all todos for closed bugs will be marked done
+; If set, only todos for the given project are treated
+ProjectID=123
+
+

+ 50 - 0
packages/gitlab/fpmake.pp

@@ -0,0 +1,50 @@
+{$ifndef ALLPACKAGES}
+{$mode objfpc}{$H+}
+program fpmake;
+
+uses fpmkunit;
+
+{$endif ALLPACKAGES}
+
+procedure add_gitlab(const ADirectory: string);
+
+Const
+  TargetsWithfpWeb = [linux,beos,haiku,freebsd,netbsd,openbsd,darwin,iphonesim,ios,solaris,win32,win64,wince,aix,dragonfly];
+
+Var
+  T : TTarget;
+  P : TPackage;
+begin
+  With Installer do
+    begin
+    P:=AddPackage('gitlab');
+    P.ShortName:='gitlab';
+    P.Directory:=ADirectory;
+    P.Version:='3.3.1';
+    P.OSes := TargetsWithfpWeb;
+    if Defaults.CPU=jvm then
+      P.OSes := P.OSes - [java,android];
+
+    P.Dependencies.Add('fcl-base');
+    P.Dependencies.Add('fcl-json');
+    P.Dependencies.Add('fcl-net');
+    P.Dependencies.Add('fcl-web');
+    P.Dependencies.Add('openssl',AllUnixOSes+AllWindowsOSes);
+    P.Author := 'FreePascal development team';
+    P.License := 'LGPL with modification, ';
+    P.HomepageURL := 'www.freepascal.org';
+    P.Email := '';
+    P.Description := 'Simple client for Gitlab v4 API';
+    P.NeedLibC:= false;
+
+    P.SourcePath.Add('src');
+    T:=P.Targets.addUnit('gitlabclient.pas');
+    end;
+end;
+    
+{$ifndef ALLPACKAGES}
+begin
+  add_gitlab('');
+  Installer.Run;
+end.
+{$endif ALLPACKAGES}

+ 637 - 0
packages/gitlab/src/gitlabclient.pas

@@ -0,0 +1,637 @@
+unit gitlabclient;
+
+{$mode ObjFPC}{$H+}
+{$modeswitch advancedrecords}
+
+interface
+
+uses
+  Classes, SysUtils, inifiles, fpjson, fpwebclient, fphttpwebclient, httpprotocol;
+
+Const
+  LongThrottleSleep = 60 * 1000; // One minute
+  MaxSleepCount = 5; // max times to sleep when consecutive 429s
+  SGitlabClient = 'Gitlab'; // Default section
+  DefaultGitURL = 'https://gitlab.com/api/v4/';
+  DefaultGitKey = ''; // API Key, default none
+  DefaultProjectID = 0; // Gitlab Project ID, default none
+
+
+Type
+  EGitLab = Class(Exception);
+
+  { TGitlabConfig }
+
+  TGitlabConfig = Record
+    BaseURL : String;
+    APIkey : String;
+    ProjectID : Int64;
+    Procedure Reset;
+    Procedure LoadFromFile(const aFileName,aSection : String);
+    Procedure LoadFromIni(aIni : TCustomInifile; const aSection : String);
+  end;
+
+  { TGitLabClient }
+  TLogEvent = Procedure (Sender : TObject; Const aMessage : string) of object;
+  TResourceCallback = procedure (Sender : TObject; aPage,aIndex,aCount : Integer; aObject : TJSONObject; aContinue : Boolean)  of object;
+
+  TGitLabClient = class(TObject)
+  private
+    FConfig: TGitlabConfig;
+    FClient : TAbstractWebClient;
+    FOnLog: TLogEvent;
+    FSudo: String;
+    procedure setconfig(AValue: TGitlabConfig);
+  Protected
+    procedure DoLog(const aMessage : string); overload;
+    procedure DoLog(const aFmt : string; aArgs : Array of const);  overload;
+
+    function CreateRequest(aResult: TStream): TWebClientRequest;
+    function CreateURL(aName: string; aParams: array of string; useSUDO : Boolean = False): String;
+    procedure DoResourceRequest(aVerb, aName: String; aSrc: TStream; ADest: TStream; aContentType: String);
+    procedure CreateResource(aName : String; aSrc : TStream; ADest : TStream; aContentType : String = '');
+    procedure UpdateResource(aName : String; aSrc : TStream; ADest : TStream; aContentType : String = '');
+  public
+    Constructor Create; overload;
+    Constructor Create(const aConfig : TGitlabConfig); overload;
+    Destructor destroy; override;
+
+    function GetProjectResourceURL(aResource: string): String;
+    function GetResourceURL(aResource: string): String;
+    // Upload file. URL is relative to baseURL, gets upload appended.
+    // Return markdown
+    Function UploadFile(const aURL,aLocalFileName,aRemoteFileName : String) : TJSONStringType;
+    // Return JSON string
+    function UploadFileRaw(const aURL,aLocalFileName,aRemoteFileName: string): TJSONStringType;
+    // Return JSON Object
+    Function UploadFileObject(const aURL,aLocalFileName,aRemoteFileName : String) : TJSONObject;
+    // Create
+    Function CreateResourceRaw(aName : String; aObj : TJSONObject) : TJSONStringType;
+    Function CreateResourceObject(aName : String; aObj : TJSONObject) : TJSONObject;
+    Function CreateResource(aName : String; aObj : TJSONObject) : Int64;
+    // update
+    Function UpdateResourceRaw(aName : String; aObj : TJSONObject) : TJSONStringType;
+    Function UpdateResource(aName : String; aObj : TJSONObject) : Int64;
+    Function UpdateResourceObject(aName : String; aObj : TJSONObject) : TJSONObject;
+    // Get
+    Function GetSingleResource(aName : String; aParams : array of string) : TJSONObject;
+    Function GetResourceList(aName : String; aParams : array of string) : TJSONArray;
+    Procedure GetResource(aName : String; aParams : array of string; aResult : TStream);
+    Function ForEachResource(aResource : String; aParams : array of string; CallBack : TResourceCallback) : Integer;
+    // Delete
+    Procedure DeleteResource(aName : String);
+    // Properties
+    Property Config : TGitlabConfig Read FConfig write setconfig;
+    Property OnLog : TLogEvent Read FOnLog Write FOnLog;
+    // use SUDO
+    Property Sudo : String Read FSudo Write FSudo;
+  end;
+
+
+implementation
+
+
+{ TGitlabConfig }
+
+procedure TGitlabConfig.Reset;
+begin
+  BaseURL:=DefaultGitURL;
+  APIKey:=DefaultGitKey;
+  ProjectID:=DefaultProjectID;
+end;
+
+procedure TGitlabConfig.LoadFromFile(const aFileName, aSection: String);
+
+Var
+  aIni : TMemIniFile;
+
+begin
+  aIni:=TMemIniFile.Create(aFileName);
+  try
+    LoadFromIni(aIni,aSection);
+  finally
+    aIni.Free;
+  end;
+end;
+
+procedure TGitlabConfig.LoadFromIni(aIni: TCustomInifile; const aSection: String);
+Var
+  S : String;
+begin
+  S:=aSection;
+  if S='' then
+    S:=SGitlabClient;
+  BaseURL:=aIni.ReadString(S,'BaseURL',BaseURL);
+  APIkey:=aIni.ReadString(S,'APIKey',APIKey);
+  ProjectID:=aIni.ReadInt64(S,'ProjectID',ProjectID);
+end;
+
+
+constructor TGitLabClient.Create;
+begin
+  FClient:=TFPHTTPWebClient.Create(Nil);
+end;
+
+constructor TGitLabClient.Create(const aConfig: TGitlabConfig);
+begin
+  Create;
+  Config:=aConfig;
+end;
+
+destructor TGitLabClient.destroy;
+begin
+  FreeAndNil(FClient);
+  inherited destroy;
+end;
+
+function TGitLabClient.UploadFile(const aURL, aLocalFileName,
+  aRemoteFileName: String): TJSONStringType;
+
+Var
+  Obj : TJSONObject;
+
+begin
+  Obj:=UploadFileObject(aURL,aLocalFileName,aRemoteFilename);
+  try
+    Result:=Obj.Get('markdown','');
+  finally
+    Obj.Free;
+  end;
+end;
+
+function TGitLabClient.UploadFileRaw(const aURL, aLocalFileName,
+  aRemoteFileName: string): TJSONStringType;
+
+Const
+  CRLF = #13#10;
+
+Var
+  S, Sep : string;
+  SS,SR : TRawByteStringStream;
+  AStream : TFileStream;
+
+begin
+  Sep:=Format('%.8x_multipart_boundary',[Random($ffffff)]);
+  aStream:=Nil;
+  SR:=Nil;
+  SS:=TRawByteStringStream.Create('');
+  try
+    AStream:=TFileStream.Create(aLocalFileName,fmOpenRead);
+    S:='--'+Sep+CRLF;
+    s:=s+Format('Content-Disposition: form-data; name="%s"; filename="%s"'+CRLF,['file',aRemoteFileName]);
+    s:=s+'Content-Type: application/octet-string'+CRLF+CRLF;
+    SS.WriteBuffer(S[1],Length(S));
+    AStream.Seek(0, soFromBeginning);
+    SS.CopyFrom(AStream,AStream.Size);
+    S:=CRLF+'--'+Sep+'--'+CRLF;
+    SS.WriteBuffer(S[1],Length(S));
+    SS.Position:=0;
+    SR:=TRawByteStringStream.Create('');
+    DoResourceRequest('POST',aURL,SS,SR,'multipart/form-data; boundary='+Sep);
+    Result:=SR.DataString;
+  finally
+    SR.Free;
+    SS.Free;
+    aStream.Free;
+  end;
+end;
+
+function TGitLabClient.UploadFileObject(const aURL, aLocalFileName,
+  aRemoteFileName: String): TJSONObject;
+var
+  aJSON : TJSONStringType;
+  D : TJSONData;
+begin
+  aJSON:=UploadFileRaw(aURL,aLocalFileName,aRemoteFileName);
+  try
+    D:=GetJSON(aJSON);
+    Result:=D as TJSONObject;
+  except
+    on E : Exception do
+      begin
+      D.Free;
+      E.Message:='Invalid JSON returned by upload of '+aLocalFileName+': '+E.Message;
+      Raise;
+      end;
+  end;
+end;
+
+function TGitLabClient.CreateResourceRaw(aName: String; aObj: TJSONObject): TJSONStringType;
+
+Var
+  Src,Dest : TStringStream;
+
+begin
+  Dest:=nil;
+  Src:=Nil;
+  if Assigned(aObj) then
+    Src:=TStringStream.Create(aObj.asJSON);
+  try
+    Dest:=TStringStream.Create('');
+    CreateResource(aName,Src,Dest,'application/json');
+    Result:=Dest.DataString;
+  finally
+    Src.Free;
+    Dest.Free;
+  end;
+end;
+
+function TGitLabClient.CreateResourceObject(aName: String; aObj: TJSONObject): TJSONObject;
+
+Var
+  S : TJSONStringType;
+  D : TJSONData;
+
+begin
+  S:=CreateResourceRaw(aName,aObj);
+  try
+    D:=GetJSON(S);
+    Result:=D as TJSONObject;
+  except
+    on E : Exception do
+      begin
+      D.Free;
+      E.Message:='Invalid JSON returned by Create of '+aName+': '+E.Message;
+      Raise;
+      end;
+  end;
+end;
+
+function TGitLabClient.CreateResource(aName: String; aObj: TJSONObject): Int64;
+
+Var
+  Obj : TJSONObject;
+
+begin
+  Obj:=CreateResourceObject(aName,aObj);
+  try
+    Result:=Obj.Get('id',Int64(-1));
+  finally
+    Obj.Free;
+  end;
+end;
+
+function TGitLabClient.UpdateResourceRaw(aName: String; aObj: TJSONObject
+  ): TJSONStringType;
+Var
+  Src,Dest : TStringStream;
+
+begin
+  Dest:=nil;
+  Src:=TStringStream.Create(aObj.asJSON);
+  try
+    Dest:=TStringStream.Create('');
+    UpdateResource(aName,Src,Dest,'application/json');
+    Result:=Dest.DataString;
+  finally
+    Src.Free;
+    Dest.Free;
+  end;
+end;
+
+function TGitLabClient.UpdateResource(aName: String; aObj: TJSONObject): Int64;
+
+Var
+  Obj : TJSONObject;
+
+begin
+  Obj:=UpdateResourceObject(aName,aObj);
+  try
+    Result:=Obj.Get('id',Int64(-1));
+  finally
+    Obj.Free;
+  end;
+end;
+
+function TGitLabClient.UpdateResourceObject(aName: String; aObj: TJSONObject
+  ): TJSONObject;
+Var
+  S : TJSONStringType;
+  D : TJSONData;
+
+begin
+  S:=UpdateResourceRaw(aName,aObj);
+  try
+    D:=GetJSON(S);
+    Result:=D as TJSONObject;
+  except
+    on E : Exception do
+      begin
+      D.Free;
+      E.Message:='Invalid JSON returned by Create of '+aName+': '+E.Message;
+      Raise;
+      end;
+  end;
+end;
+
+function TGitLabClient.GetSingleResource(aName: String; aParams: array of string
+  ): TJSONObject;
+
+Var
+  S : TStream;
+  D : TJSONData;
+
+begin
+  D:=NIl;
+  S:=TMemoryStream.Create;
+  try
+    GetResource(aName,aParams,S);
+    try
+      if S.Size>0 then
+        D:=GetJSON(S);
+      if (D<>Nil) and Not (D is TJSONObject) then
+        Raise EGitlab.Create('Not a JSON object '+D.AsJSON);
+      Result:=D as TJSONObject;
+    except
+      On E :Exception do
+        E.Message:='Error getting resource'+aName+': '+E.Message;
+    end;
+  finally
+    S.Free;
+  end;
+end;
+
+function TGitLabClient.GetResourceList(aName: String; aParams: array of string
+  ): TJSONArray;
+
+Var
+  S : TStream;
+  D : TJSONData;
+
+begin
+  D:=NIl;
+  S:=TMemoryStream.Create;
+  try
+    GetResource(aName,aParams,S);
+    try
+      D:=GetJSON(S);
+      if Not (D is TJSONArray) then
+        Raise EGitlab.Create('Not a JSON array '+D.AsJSON);
+      Result:=D as TJSONArray;
+    except
+      On E :Exception do
+        begin 
+        E.Message:='Error getting resource'+aName+': '+E.Message;
+        Raise;
+        end;
+    end;
+  finally
+    S.Free;
+  end;
+end;
+
+procedure TGitLabClient.setconfig(AValue: TGitlabConfig);
+begin
+  FConfig:=AValue;
+end;
+
+procedure TGitLabClient.DoLog(const aMessage: string);
+begin
+  If Assigned(FOnLog) then
+    FOnLog(Self,aMessage);
+end;
+
+procedure TGitLabClient.DoLog(const aFmt: string; aArgs: array of const);
+begin
+  DoLog(Format(aFmt,aArgs));
+end;
+
+function TGitLabClient.CreateRequest(aResult: TStream): TWebClientRequest;
+
+begin
+  Result:=FClient.CreateRequest;
+  Result.Headers.Values['Authorization']:='Bearer '+FConfig.APIkey;
+  Result.ResponseContent:=aResult;
+end;
+
+function TGitLabClient.CreateURL(aName: string; aParams: array of string; useSUDO : Boolean = False): String;
+
+Var
+  I : Integer;
+
+begin
+  Result:=IncludeHTTPPathDelimiter(FConfig.BaseURL);
+  Result:=Result+aName;
+  if (Length(aParams) mod 2<>0) then
+    Raise EGitLab.Create('URL Parameters must come in key=value pairs');
+  I:=0;
+  While I<Length(aParams)-1 do
+   begin
+   if I=0 then
+     Result:=Result+'?'
+   else
+     Result:=Result+'&';
+   Result:=Result+HTTPEncode(aParams[i])+'='+HTTPEncode(aParams[i+1]);
+   inc(I,2);
+   end;
+ if UseSUDO and (Sudo<>'') then
+   begin
+   if Length(aParams)=0 then
+     Result:=Result+'?'
+   else
+     Result:=Result+'&';
+   Result:=Result+'sudo='+HTTPEncode(SUDO);
+   end;
+end;
+
+procedure TGitLabClient.CreateResource(aName: String; aSrc: TStream;
+  ADest: TStream; aContentType: String);
+
+begin
+  DoResourceRequest('POST',aName,aSrc,aDest,aContentType);
+end;
+
+procedure TGitLabClient.DoResourceRequest(aVerb,aName: String; aSrc: TStream;
+  ADest: TStream; aContentType: String);
+
+ Function StreamToContent(S : TStream) : string;
+
+ begin
+   Result:='';
+   if (S<>Nil) then
+     With TStringStream.Create('') do
+       try
+         CopyFrom(S,0);
+         Result:=DataString;
+         S.Position:=0;
+       finally
+         Free;
+       end;
+  end;
+
+Var
+  aRequest : TWebClientRequest;
+  aResponse : TWebClientResponse;
+  aContent,aMsg,aURL : String;
+  aSleepTime : Integer;
+  aSleepCount : integer;
+  aTryCount : Integer;
+  UseSUDO, ExitLoop : Boolean;
+
+
+begin
+  aSleepCount:=1;
+  aTryCount:=0;
+  aResponse:=Nil;
+  aRequest:=CreateRequest(aDest);
+  try
+    if (aSrc<>Nil) then
+      begin
+      if (aContentType='') then
+        aContentType:='application/json';
+      aRequest.Headers.Values['Content-Type']:=aContentType;
+      aRequest.Content.CopyFrom(aSrc,0);
+      end;
+    repeat
+      inc(aTryCount);
+      ExitLoop:=True;
+      UseSUDO:=False; // (Sudo<>'') and Not SameText(aVerb,'GET')
+      aURL:=CreateURL(aName,[],UseSUDO);
+      DoLog('URL : %s %s',[aVerb,aURL]);
+      // Reset for loop
+      FreeAndNil(aResponse);
+      if Assigned(aSrc) then
+        aRequest.Content.Position:=0;
+      // Go !
+      aResponse:=FClient.ExecuteRequest(aVerb,aURL,aRequest);
+      // Throttle hit ?
+      if aResponse.StatusCode=429 then
+        begin
+        aSleepTime:=LongThrottleSleep*aSleepCount;
+        DoLog('API Throttle limit reached. Waiting %d seconds',[aSleepTime div 1000]);
+        sleep(aSleepTime);
+        Inc(aSleepCount);
+        ExitLoop:=(aSleepCount>MaxSleepCount);
+        end
+      else if aResponse.StatusCode=409 then
+        begin
+        if aTryCount>1 then
+          DoLog('Duplicate ID found at try %d, ignoring.',[aTryCount])
+        else
+          DoLog('Duplicate ID found at first try, ignoring anyway.');
+        ExitLoop:=True;
+        end
+      else if aResponse.StatusCode=500 then
+        begin
+        aSleepTime:=LongThrottleSleep*aSleepCount;
+        DoLog('Retry 500 error. Waiting %d seconds',[aSleepTime div 1000]);
+        sleep(aSleepTime);
+        Inc(aSleepCount);
+        ExitLoop:=(aSleepCount>MaxSleepCount);
+        end
+      else if (UseSUDO and ((aResponse.StatusCode=403) or (aResponse.StatusCode=404))) then
+        begin
+        DoLog('SUDO request for %s failed, switching to non-sudo request',[Sudo]);
+        ExitLoop:=False;
+        Sudo:='';
+        end;
+     until ExitLoop;
+    if (aResponse.StatusCode div 100)<>2 then
+      begin
+      aContent:=StreamToContent(aSrc);
+      aMsg:=StreamToContent(aDest);
+      Raise EGitLab.CreateFmt('Failed to %s URL "%s" : %d (%s):'+sLineBreak+'%s'+sLineBreak+'Request Content:'+sLineBreak+'%s',[aVerb,aURL,aResponse.StatusCode,aResponse.StatusText,aMsg,aContent]);
+      end
+      else
+      begin
+        if aSleepCount > 1 then
+          DoLog('Success after %d retries', [aSleepCount-1]);
+      end;
+    if assigned(aDest) then
+      aDest.Position:=0;
+  finally
+    aRequest.Free;
+    aResponse.Free;
+  end;
+end;
+
+procedure TGitLabClient.UpdateResource(aName: String; aSrc: TStream;
+  ADest: TStream; aContentType: String);
+begin
+  DoResourceRequest('PUT',aName,aSrc,aDest,aContentType);
+end;
+
+
+procedure TGitLabClient.GetResource(aName: String; aParams: array of string;
+  aResult: TStream);
+
+Var
+  aRequest : TWebClientRequest;
+  aResponse : TWebClientResponse;
+  aURL : String;
+begin
+  aURL:=CreateURL(aName,aParams);
+  aResponse:=Nil;
+  aRequest:=CreateRequest(aResult);
+  try
+    aResponse:=FClient.ExecuteRequest('GET',aURL,aRequest);
+    if (aResponse.StatusCode div 100)<>2 then
+      Raise EGitLab.CreateFmt('Failed to get URL "%s" : %d (%s)',[aURL,aResponse.StatusCode,aResponse.StatusText]);
+    aResult.Position:=0;  
+  finally
+    aRequest.Free;
+    aResponse.Free;
+  end;
+end;
+
+function TGitLabClient.GetProjectResourceURL(aResource: string): String;
+
+begin
+  Result:=GetResourceURL(Format('projects/%d/%s/',[FConfig.ProjectID,aResource]))
+end;
+
+function TGitLabClient.GetResourceURL(aResource: string): String;
+begin
+  Result:= IncludeHTTPPathDelimiter(FConfig.BaseURL)+aResource;
+end;
+
+function TGitLabClient.ForEachResource(aResource: String; aParams: array of string;
+  CallBack: TResourceCallback): Integer;
+
+Var
+  Resources : TJSONArray;
+  aLen,aTotalCount,i,aCount,aPage : Integer;
+  aID : Int64;
+  baseURL : String;
+  tParams : Array of string;
+  aContinue : Boolean;
+
+begin
+  setLength(tParams,Length(aParams)+4);
+  aLen:=Length(aParams);
+  For I:=0 to Length(aParams)-1 do
+    tParams[i]:=aParams[I];
+  tParams[aLen]:='per_page';
+  tParams[aLen+1]:='100';
+  Result:=0;
+  aPage:=1;
+  Repeat
+    tParams[aLen+2]:='page';
+    tParams[aLen+3]:=IntToStr(aPage);
+    Resources:=GetResourceList(aResource,tParams);
+    try
+      aCount:=Resources.Count;
+      aContinue:=True;
+      I:=0;
+      While aContinue and (I<aCount) do
+        begin
+        CallBack(Self,aPage,I,aCount,Resources.Objects[i],aContinue);
+        Inc(I);
+        Inc(Result);
+        end;
+    finally
+      Resources.Free;
+    end;
+    inc(aPage);
+  until (aCount<100) or Not aContinue;
+end;
+
+procedure TGitLabClient.DeleteResource(aName: String);
+begin
+  DoResourceRequest('DELETE',aName,Nil,Nil,'');
+end;
+
+
+
+end.
+

+ 1 - 0
packages/gtk2/src/gtkext/gtkstatusicon.inc

@@ -49,6 +49,7 @@ begin
   pointer(gtk_status_icon_set_screen):=GetProcAddress(gtkhandle,'gtk_status_icon_set_screen');
   pointer(gtk_status_icon_set_screen):=GetProcAddress(gtkhandle,'gtk_status_icon_set_screen');
   pointer(gtk_status_icon_get_screen):=GetProcAddress(gtkhandle,'gtk_status_icon_get_screen');
   pointer(gtk_status_icon_get_screen):=GetProcAddress(gtkhandle,'gtk_status_icon_get_screen');
   pointer(gtk_status_icon_set_tooltip):=GetProcAddress(gtkhandle,'gtk_status_icon_set_tooltip');
   pointer(gtk_status_icon_set_tooltip):=GetProcAddress(gtkhandle,'gtk_status_icon_set_tooltip');
+  pointer(gtk_status_icon_set_tooltip_text):=GetProcAddress(gtkhandle,'gtk_status_icon_set_tooltip_text');
   pointer(gtk_status_icon_set_visible):=GetProcAddress(gtkhandle,'gtk_status_icon_set_visible');
   pointer(gtk_status_icon_set_visible):=GetProcAddress(gtkhandle,'gtk_status_icon_set_visible');
   pointer(gtk_status_icon_get_visible):=GetProcAddress(gtkhandle,'gtk_status_icon_get_visible');
   pointer(gtk_status_icon_get_visible):=GetProcAddress(gtkhandle,'gtk_status_icon_get_visible');
   pointer(gtk_status_icon_set_blinking):=GetProcAddress(gtkhandle,'gtk_status_icon_set_blinking');
   pointer(gtk_status_icon_set_blinking):=GetProcAddress(gtkhandle,'gtk_status_icon_set_blinking');

+ 1 - 0
packages/gtk2/src/gtkext/gtkstatusiconh.inc

@@ -48,6 +48,7 @@ var
   gtk_status_icon_set_screen : procedure(status_icon:PGtkStatusIcon; screen:PGdkScreen); cdecl;
   gtk_status_icon_set_screen : procedure(status_icon:PGtkStatusIcon; screen:PGdkScreen); cdecl;
   gtk_status_icon_get_screen : function(status_icon:PGtkStatusIcon):PGdkScreen; cdecl;
   gtk_status_icon_get_screen : function(status_icon:PGtkStatusIcon):PGdkScreen; cdecl;
   gtk_status_icon_set_tooltip : procedure(status_icon:PGtkStatusIcon; tooltip_text:Pgchar); cdecl;
   gtk_status_icon_set_tooltip : procedure(status_icon:PGtkStatusIcon; tooltip_text:Pgchar); cdecl;
+  gtk_status_icon_set_tooltip_text : procedure(status_icon:PGtkStatusIcon; text:Pgchar); cdecl;
   gtk_status_icon_set_visible : procedure(status_icon:PGtkStatusIcon; visible:gboolean); cdecl;
   gtk_status_icon_set_visible : procedure(status_icon:PGtkStatusIcon; visible:gboolean); cdecl;
   gtk_status_icon_get_visible : function(status_icon:PGtkStatusIcon):gboolean; cdecl;
   gtk_status_icon_get_visible : function(status_icon:PGtkStatusIcon):gboolean; cdecl;
   gtk_status_icon_set_blinking : procedure(status_icon:PGtkStatusIcon; blinking:gboolean); cdecl;
   gtk_status_icon_set_blinking : procedure(status_icon:PGtkStatusIcon; blinking:gboolean); cdecl;

+ 3 - 3
packages/postgres/src/postgres3dyn.pp

@@ -242,8 +242,8 @@ Procedure ReleasePostgres3;
 
 
 function PQsetdb(M_PGHOST,M_PGPORT,M_PGOPT,M_PGTTY,M_DBNAME : pchar) : ppgconn;
 function PQsetdb(M_PGHOST,M_PGPORT,M_PGOPT,M_PGTTY,M_DBNAME : pchar) : ppgconn;
 
 
-var Postgres3LibraryHandle : TLibHandle;
-  Postgres3LoadedLibrary : String;
+var Postgres3LibraryHandle : TLibHandle= NilHandle;
+  Postgres3LoadedLibrary : String = '';
 
 
 implementation
 implementation
 
 
@@ -421,7 +421,7 @@ begin
   EnterCriticalsection(libpgCriticalSection);
   EnterCriticalsection(libpgCriticalSection);
   try
   try
     if RefCount > 0 then dec(RefCount);
     if RefCount > 0 then dec(RefCount);
-    if RefCount = 0 then
+    if (RefCount = 0) and ( Postgres3LibraryHandle <> nilhandle) then
       begin
       begin
       if not UnloadLibrary(Postgres3LibraryHandle) then inc(RefCount);
       if not UnloadLibrary(Postgres3LibraryHandle) then inc(RefCount);
       ReleaseDllist;
       ReleaseDllist;

+ 10 - 0
packages/rtl-console/src/amicommon/crt.pp

@@ -556,8 +556,10 @@ begin
   else
   else
     InternalWrite(CSI + '22;3'+ IntToStr(AnsiColors[Color].o) + 'm')
     InternalWrite(CSI + '22;3'+ IntToStr(AnsiColors[Color].o) + 'm')
   {$else}
   {$else}
+  {$if not defined(AMIGA_V1_2_ONLY)}
   if Pens[Color] < 0 then
   if Pens[Color] < 0 then
     Pens[Color] := ObtainBestPen(IntuitionBase^.ActiveScreen^.ViewPort.ColorMap, AnsiColors[color].r shl 24, AnsiColors[color].g shl 24, AnsiColors[color].b shl 24, [TAG_END]);
     Pens[Color] := ObtainBestPen(IntuitionBase^.ActiveScreen^.ViewPort.ColorMap, AnsiColors[color].r shl 24, AnsiColors[color].g shl 24, AnsiColors[color].b shl 24, [TAG_END]);
+  {$endif}
   TheUnit := GetConUnit;
   TheUnit := GetConUnit;
   if Assigned(TheUnit) then
   if Assigned(TheUnit) then
   begin
   begin
@@ -595,8 +597,10 @@ begin
   else
   else
     InternalWrite(CSI + '22;4'+ IntToStr(AnsiColors[Color].o) + 'm')
     InternalWrite(CSI + '22;4'+ IntToStr(AnsiColors[Color].o) + 'm')
   {$else}
   {$else}
+  {$if not defined(AMIGA_V1_2_ONLY)}
   if Pens[Color] < 0 then
   if Pens[Color] < 0 then
     Pens[Color] := ObtainBestPen(IntuitionBase^.ActiveScreen^.ViewPort.ColorMap, AnsiColors[color].r shl 24, AnsiColors[color].g shl 24, AnsiColors[color].b shl 24, [TAG_END]);
     Pens[Color] := ObtainBestPen(IntuitionBase^.ActiveScreen^.ViewPort.ColorMap, AnsiColors[color].r shl 24, AnsiColors[color].g shl 24, AnsiColors[color].b shl 24, [TAG_END]);
+  {$endif}
   TheUnit := GetConUnit;
   TheUnit := GetConUnit;
   if Assigned(TheUnit) then
   if Assigned(TheUnit) then
   begin
   begin
@@ -891,7 +895,9 @@ procedure InitCRT;
 var
 var
   i: Integer;
   i: Integer;
 begin
 begin
+  {$if not defined(AMIGA_V1_2_ONLY)}
   SetMode(DosOutput(), 1);
   SetMode(DosOutput(), 1);
+  {$endif}
   //
   //
   AssignCrt(Output);
   AssignCrt(Output);
   Rewrite(Output);
   Rewrite(Output);
@@ -913,11 +919,15 @@ procedure FreeCRT;
 var
 var
   i: Integer;
   i: Integer;
 begin
 begin
+  {$if not defined(AMIGA_V1_2_ONLY)}
   SetMode(DosOutput(), 0);
   SetMode(DosOutput(), 0);
+  {$endif}
   for i := 0 to High(Pens) do
   for i := 0 to High(Pens) do
   begin
   begin
+    {$if not defined(AMIGA_V1_2_ONLY)}
     if Pens[i] >= 0 then
     if Pens[i] >= 0 then
       ReleasePen(IntuitionBase^.ActiveScreen^.ViewPort.ColorMap, Pens[i]);
       ReleasePen(IntuitionBase^.ActiveScreen^.ViewPort.ColorMap, Pens[i]);
+    {$endif}
     Pens[i] := -1;
     Pens[i] := -1;
   end;
   end;
   // reset colors and delete to end of screen (get rid of old drawings behind the last caret position)
   // reset colors and delete to end of screen (get rid of old drawings behind the last caret position)

+ 128 - 7
packages/rtl-console/src/amicommon/keyboard.pp

@@ -22,7 +22,7 @@ interface
   message port of the window. This is mainly used in Free Vision to
   message port of the window. This is mainly used in Free Vision to
   give up the Task''s timeslice instead of dos.library/Delay() which
   give up the Task''s timeslice instead of dos.library/Delay() which
   blocks the event handling and ruins proper window refreshing among
   blocks the event handling and ruins proper window refreshing among
-  others 
+  others
   input: specify a timeout to wait for an event to arrive. this is the
   input: specify a timeout to wait for an event to arrive. this is the
          maximum timeout. the function might return earlier or even
          maximum timeout. the function might return earlier or even
          immediately if there's an event. it's specified in milliseconds
          immediately if there's an event. it's specified in milliseconds
@@ -31,6 +31,10 @@ interface
 
 
 function WaitForSystemEvent(millisec: Integer): boolean;
 function WaitForSystemEvent(millisec: Integer): boolean;
 
 
+function IBMToANSI(s: RawByteString): RawByteString;
+function ANSIToIBM(s: RawByteString): RawByteString;
+
+
 implementation
 implementation
 
 
 uses
 uses
@@ -69,7 +73,7 @@ end;
 var
 var
   KeyQueue: TKeyEvent;
   KeyQueue: TKeyEvent;
 
 
-type 
+type
   RawCodeEntry = record
   RawCodeEntry = record
     rc,n,s,c,a : Word; { raw code, normal, shift, ctrl, alt }
     rc,n,s,c,a : Word; { raw code, normal, shift, ctrl, alt }
   end;
   end;
@@ -90,7 +94,7 @@ const
      (rc: 77; n: $5000; s: $5000; c: $9100; a: $A000; ), // DOWN   // shift?
      (rc: 77; n: $5000; s: $5000; c: $9100; a: $A000; ), // DOWN   // shift?
      (rc: 78; n: $4D00; s: $4D00; c: $7400; a: $9D00; ), // RIGHT  // shift?
      (rc: 78; n: $4D00; s: $4D00; c: $7400; a: $9D00; ), // RIGHT  // shift?
      (rc: 79; n: $4B00; s: $4B00; c: $7300; a: $9B00; ), // LEFT   // shift?
      (rc: 79; n: $4B00; s: $4B00; c: $7300; a: $9B00; ), // LEFT   // shift?
- 
+
      (rc: 80; n: $3B00; s: $5400; c: $5E00; a: $6800; ), // F1
      (rc: 80; n: $3B00; s: $5400; c: $5E00; a: $6800; ), // F1
      (rc: 81; n: $3C00; s: $5500; c: $5F00; a: $6900; ), // F2
      (rc: 81; n: $3C00; s: $5500; c: $5F00; a: $6900; ), // F2
      (rc: 82; n: $3D00; s: $5600; c: $6000; a: $6A00; ), // F3
      (rc: 82; n: $3D00; s: $5600; c: $6000; a: $6A00; ), // F3
@@ -175,6 +179,118 @@ begin
     LastShiftState := LastShiftState or $40;
     LastShiftState := LastShiftState or $40;
 end;
 end;
 
 
+procedure AnsiToIBMChar(var c: Char); inline;
+begin
+  // https://en.wikipedia.org/wiki/Code_page_437
+  case c of
+    // line 8
+    #$C7: c := #128; // C
+    #$FC: c := #129; // ue
+    #$E9: c := #130; // e'
+    #$E2: c := #131; // a^
+    #$E4: c := #132; // ae
+    #$E0: c := #133; // a`
+    #$E5: c := #134; // a°
+    #$e7: c := #135; // c
+    #$ea: c := #136; // e^
+    #$eb: c := #137; // ee
+    #$E8: c := #138; // e`
+    #$ef: c := #139; // ie
+    #$ee: c := #140; // i^
+    #$ec: c := #141; // i`
+    #$C4: c := #142; // AE
+    // line 9
+    #$C9: c := #144; // Ee
+    #$e6: c := #145; // a-e
+    #$c6: c := #146; // A-E
+    #$F4: c := #147; // o^
+    #$F6: c := #148; // oe
+    #$F2: c := #149; // o`
+    #$FB: c := #150; // u^
+    #$F9: c := #151; // u`
+    #$FF: c := #152; // ye
+    #$D6: c := #153; // OE
+    #$DC: c := #154; // UE
+    #$A2: c := #155; // cent
+    #$A3: c := #156; // Pound
+    #$A5: c := #157; // Yen
+    // line A
+    #$E1: c := #160; // a'
+    #$ED: c := #161; // i'
+    #$F3: c := #162; // o'
+    #$FA: c := #163; // u'
+    #$F1: c := #164; // n~
+    #$D1: c := #165; // N~
+    // line E
+    #$DF: c := #225; // sz
+
+  end;
+end;
+
+procedure IBMToAnsiChar(var c: Char); inline;
+begin
+  case c of
+    // line 8
+    #128: c := #$C7; // C
+    #129: c := #$FC; // ue
+    #130: c := #$E9; // e'
+    #131: c := #$E2; // a^
+    #132: c := #$E4; // ae
+    #133: c := #$E0; // a`
+    #134: c := #$E5; // a°
+    #135: c := #$e7; // c
+    #136: c := #$ea; // e^
+    #137: c := #$eb; // ee
+    #138: c := #$E8; // e`
+    #139: c := #$ef; // ie
+    #140: c := #$ee; // i^
+    #141: c := #$ec; // i`
+    #142: c := #$C4; // AE
+    // line 9
+    #144: c := #$C9; // Ee
+    #145: c := #$e6; // a-e
+    #146: c := #$c6; // A-E
+    #147: c := #$F4; // o^
+    #148: c := #$F6; // oe
+    #149: c := #$F2; // o`
+    #150: c := #$FB; // u^
+    #151: c := #$F9; // u`
+    #152: c := #$FF; // ye
+    #153: c := #$D6; // OE
+    #154: c := #$DC; // UE
+    #155: c := #$A2; // cent
+    #156: c := #$A3; // Pound
+    #157: c := #$A5; // Yen
+    // line A
+    #160: c := #$E1; // a'
+    #161: c := #$ED; // i'
+    #162: c := #$F3; // o'
+    #163: c := #$FA; // u'
+    #164: c := #$F1; // n~
+    #165: c := #$D1; // N~
+    // line E
+    #225: c := #$DF; // sz
+  end;
+end;
+
+function IBMToANSI(s: RawByteString): RawByteString;
+var
+  i: Integer;
+begin
+  for i := 1 to Length(s) do
+    IBMToAnsiChar(s[i]);
+  IBMToANSI := s;
+end;
+
+function ANSIToIBM(s: RawByteString): RawByteString;
+var
+  i: Integer;
+begin
+  for i := 1 to Length(s) do
+    AnsiToIBMChar(s[i]);
+  ANSIToIBM := s;
+end;
+
 function SysPollKeyEvent: TKeyEvent;
 function SysPollKeyEvent: TKeyEvent;
 var
 var
   MouseEvent: Boolean;   // got a mouseevent -> do not leave cycle
   MouseEvent: Boolean;   // got a mouseevent -> do not leave cycle
@@ -195,6 +311,7 @@ var
   KeyUp: Boolean;        // Event is a key up event
   KeyUp: Boolean;        // Event is a key up event
   Buff: array[0..19] of Char;
   Buff: array[0..19] of Char;
   ie: TInputEvent;       // for mapchar
   ie: TInputEvent;       // for mapchar
+  IAddr: Pointer;
 begin
 begin
   KeyCode := 0;
   KeyCode := 0;
   SysPollKeyEvent := 0;
   SysPollKeyEvent := 0;
@@ -223,6 +340,7 @@ begin
       IClass := iMsg^.iClass;
       IClass := iMsg^.iClass;
       MouseX := iMsg^.MouseX;
       MouseX := iMsg^.MouseX;
       MouseY := iMsg^.MouseY;
       MouseY := iMsg^.MouseY;
+      IAddr := iMsg^.IAddress;
       ReplyMsg(PMessage(iMsg)); // fast reply to system
       ReplyMsg(PMessage(iMsg)); // fast reply to system
       SetShiftState(IQual); // set Shift state qualifiers. do this for all messages we get.
       SetShiftState(IQual); // set Shift state qualifiers. do this for all messages we get.
       // main event case
       // main event case
@@ -231,7 +349,7 @@ begin
             GotActiveWindow;
             GotActiveWindow;
           end;
           end;
         IDCMP_INACTIVEWINDOW: begin
         IDCMP_INACTIVEWINDOW: begin
-            // force cursor off. we stop getting IntuiTicks when 
+            // force cursor off. we stop getting IntuiTicks when
             // the window is inactive, so the blinking stops.
             // the window is inactive, so the blinking stops.
             ToggleCursor(true);
             ToggleCursor(true);
             GotInactiveWindow;
             GotInactiveWindow;
@@ -339,8 +457,10 @@ begin
           ie.ie_Code := ICode;
           ie.ie_Code := ICode;
           ie.ie_Qualifier := IQual;
           ie.ie_Qualifier := IQual;
           ie.ie_NextEvent := nil;
           ie.ie_NextEvent := nil;
+          ie.ie_position.ie_addr := PPointer(IAddr)^;
           Buff[0] := #0;
           Buff[0] := #0;
           Ret := MapRawKey(@ie, @Buff[0], 1, nil);
           Ret := MapRawKey(@ie, @Buff[0], 1, nil);
+          AnsiToIBMChar(Buff[0]);
           KeyCode := Ord(Buff[0]);
           KeyCode := Ord(Buff[0]);
           KeySet^.KeyCode := Ord(Buff[0]);         // if maprawkey does not work it still is 0
           KeySet^.KeyCode := Ord(Buff[0]);         // if maprawkey does not work it still is 0
           KeySet^.ShiftState := LastShiftState;    // shift state set before the case
           KeySet^.ShiftState := LastShiftState;    // shift state set before the case
@@ -370,6 +490,7 @@ begin
               ie.ie_Code := ICode;
               ie.ie_Code := ICode;
               ie.ie_Qualifier := 0;
               ie.ie_Qualifier := 0;
               ie.ie_NextEvent := nil;
               ie.ie_NextEvent := nil;
+              ie.ie_position.ie_addr := IAddr;
               Buff[0] := #0;
               Buff[0] := #0;
               Ret := MapRawKey(@ie, @Buff[0], 1, nil);
               Ret := MapRawKey(@ie, @Buff[0], 1, nil);
               if Ret > 0 then
               if Ret > 0 then
@@ -488,7 +609,7 @@ begin
       Res := SysPollKeyEvent;
       Res := SysPollKeyEvent;
       // remove event from KeyQueue, because we return it here,
       // remove event from KeyQueue, because we return it here,
       // else we get double keys if GetKeyevent is called without a PollKeyEvent called first
       // else we get double keys if GetKeyevent is called without a PollKeyEvent called first
-      KeyQueue := 0; 
+      KeyQueue := 0;
     until Res <> 0;
     until Res <> 0;
   end else
   end else
   begin
   begin
@@ -558,7 +679,7 @@ begin
   if (recvbits and windowbit) > 0 then
   if (recvbits and windowbit) > 0 then
     WaitForSystemEvent:=true;
     WaitForSystemEvent:=true;
 
 
-  if waitTimerFired then 
+  if waitTimerFired then
   begin
   begin
     AbortIO(PIORequest(waitTimer));
     AbortIO(PIORequest(waitTimer));
     WaitIO(PIORequest(waitTimer));
     WaitIO(PIORequest(waitTimer));
@@ -571,7 +692,7 @@ procedure DoneSystemEventWait;
 begin
 begin
   if assigned(waitTimer) then
   if assigned(waitTimer) then
   begin
   begin
-    if waitTimerFired then 
+    if waitTimerFired then
     begin
     begin
       AbortIO(PIORequest(waitTimer));
       AbortIO(PIORequest(waitTimer));
       WaitIO(PIORequest(waitTimer));
       WaitIO(PIORequest(waitTimer));

+ 28 - 5
packages/rtl-console/src/amicommon/video.pp

@@ -129,6 +129,9 @@ begin
     SA_Draggable      , 1,
     SA_Draggable      , 1,
     SA_Quiet          , 1,
     SA_Quiet          , 1,
     SA_LikeWorkbench  , 1,     // Let OS
     SA_LikeWorkbench  , 1,     // Let OS
+    {$if defined(AMIGA_V1_2_ONLY)}
+    SA_Depth          , 4,
+    {$endif}
     TAG_END, TAG_END
     TAG_END, TAG_END
   ]);
   ]);
   {$ifdef VIDEODEBUG}
   {$ifdef VIDEODEBUG}
@@ -174,9 +177,10 @@ var
   videoDefaultFlags: PtrUInt;
   videoDefaultFlags: PtrUInt;
 begin
 begin
   videoDefaultFlags:=VIDEO_WFLG_DEFAULTS;
   videoDefaultFlags:=VIDEO_WFLG_DEFAULTS;
+  {$if not defined(AMIGA_V1_2_ONLY)}
   if GetVar('FPC_VIDEO_SIMPLEREFRESH',@envBuf,sizeof(envBuf),0) > -1 then
   if GetVar('FPC_VIDEO_SIMPLEREFRESH',@envBuf,sizeof(envBuf),0) > -1 then
     videoDefaultFlags:=videoDefaultFlags and not WFLG_SMART_REFRESH;
     videoDefaultFlags:=videoDefaultFlags and not WFLG_SMART_REFRESH;
-
+  {$endif}
   if FPC_VIDEO_FULLSCREEN then
   if FPC_VIDEO_FULLSCREEN then
   begin
   begin
     OS_Screen := GetScreen;
     OS_Screen := GetScreen;
@@ -196,7 +200,7 @@ begin
       WA_Activate   , 1,
       WA_Activate   , 1,
       WA_Borderless , 1,
       WA_Borderless , 1,
       WA_BackDrop   , 1,
       WA_BackDrop   , 1,
-      WA_FLAGS      , VIDEO_WFLG_DEFAULTS,
+      WA_FLAGS      , VIDEO_WFLG_DEFAULTS or WFLG_BORDERLESS,
       WA_IDCMP      , VIDEO_IDCMP_DEFAULTS,
       WA_IDCMP      , VIDEO_IDCMP_DEFAULTS,
       TAG_END, TAG_END
       TAG_END, TAG_END
     ]);
     ]);
@@ -266,6 +270,11 @@ begin
   { FIXME/TODO: next to the hardwired selection, there could be some heuristics,
   { FIXME/TODO: next to the hardwired selection, there could be some heuristics,
     which sets the font size correctly on screens according to the aspect
     which sets the font size correctly on screens according to the aspect
     ratio. (KB) }
     ratio. (KB) }
+  {$if defined(AMIGA_V1_2_ONLY)}
+  VideoFont:=@vgafont8;
+  VideoFontHeight:=8;
+  FPC_VIDEO_FULLSCREEN := True;
+  {$else}
   VideoFont:=@vgafont;
   VideoFont:=@vgafont;
   VideoFontHeight:=16;
   VideoFontHeight:=16;
   if GetVar('FPC_VIDEO_BUILTINFONT',@envBuf,sizeof(envBuf),0) > -1 then
   if GetVar('FPC_VIDEO_BUILTINFONT',@envBuf,sizeof(envBuf),0) > -1 then
@@ -283,6 +292,7 @@ begin
           end;
           end;
       end;
       end;
     end;
     end;
+  {$endif}
 
 
   // fill videobuf and oldvideobuf with different bytes, to allow proper first draw
   // fill videobuf and oldvideobuf with different bytes, to allow proper first draw
   FillDword(VideoBuf^, VideoBufSize div 4, $1234D3AD);
   FillDword(VideoBuf^, VideoBufSize div 4, $1234D3AD);
@@ -305,7 +315,7 @@ begin
     // borders or titlebar as intended.
     // borders or titlebar as intended.
     ScreenWidth := VideoWindow^.GZZWidth div 8;
     ScreenWidth := VideoWindow^.GZZWidth div 8;
     ScreenHeight := VideoWindow^.GZZHeight div VideoFontHeight;
     ScreenHeight := VideoWindow^.GZZHeight div VideoFontHeight;
-    ScreenColor := False;
+    ScreenColor := True;
 
 
     {$ifdef VIDEODEBUG}
     {$ifdef VIDEODEBUG}
     Writeln('DEBUG: Fullscreen - windowed - Width * Heigth = ',ScreenWidth,' * ',ScreenHeight);
     Writeln('DEBUG: Fullscreen - windowed - Width * Heigth = ',ScreenWidth,' * ',ScreenHeight);
@@ -326,8 +336,13 @@ begin
 
 
   for Counter := 0 to 15 do
   for Counter := 0 to 15 do
   begin
   begin
-    VideoPens[Counter] := ObtainBestPenA(VideoColorMap,
+    {$if defined(AMIGA_V1_2_ONLY)}
+      VideoPens[Counter] := Counter;
+      SetRGB4(@(PScreen(VideoWindow^.WScreen)^.ViewPort), Counter, vgacolors[counter, 0] shr 4, vgacolors[counter, 1] shr 4, vgacolors[counter, 2] shr 4);
+    {$else}
+      VideoPens[Counter] := ObtainBestPenA(VideoColorMap,
         vgacolors[counter, 0] shl 24, vgacolors[counter, 1] shl 24, vgacolors[counter, 2] shl 24, nil);
         vgacolors[counter, 0] shl 24, vgacolors[counter, 1] shl 24, vgacolors[counter, 2] shl 24, nil);
+    {$endif}
     {$ifdef VIDEODEBUG}
     {$ifdef VIDEODEBUG}
     If VideoPens[Counter] = -1 then
     If VideoPens[Counter] = -1 then
       WriteLn('errr color[',Counter,'] = ', VideoPens[Counter])
       WriteLn('errr color[',Counter,'] = ', VideoPens[Counter])
@@ -437,8 +452,10 @@ begin
   FreeBitmap(BufRp^.Bitmap);
   FreeBitmap(BufRp^.Bitmap);
   BufRp^.Bitmap := nil;
   BufRp^.Bitmap := nil;
   {$endif}
   {$endif}
+  {$if not defined(AMIGA_V1_2_ONLY)}
   for Counter := 0 to 15 do
   for Counter := 0 to 15 do
     ReleasePen(VideoColorMap, VideoPens[Counter]);
     ReleasePen(VideoColorMap, VideoPens[Counter]);
+  {$endif}
   if ((FPC_VIDEO_FULLSCREEN) and (OS_Screen <> nil)) then
   if ((FPC_VIDEO_FULLSCREEN) and (OS_Screen <> nil)) then
   begin
   begin
     CloseScreen(OS_Screen);
     CloseScreen(OS_Screen);
@@ -821,7 +838,11 @@ end;
 
 
 function SysGetVideoModeCount: Word;
 function SysGetVideoModeCount: Word;
 begin
 begin
+  {$if defined(AMIGA_V1_2_ONLY)}
+  SysGetVideoModeCount := 1;
+  {$else}
   SysGetVideoModeCount := 2;
   SysGetVideoModeCount := 2;
+  {$endif}
 end;
 end;
 
 
 function SysGetVideoModeData(Index: Word; var Mode: TVideoMode): Boolean;
 function SysGetVideoModeData(Index: Word; var Mode: TVideoMode): Boolean;
@@ -832,8 +853,9 @@ begin
     0: begin
     0: begin
          Mode.Col := 80;
          Mode.Col := 80;
          Mode.Row := 25;
          Mode.Row := 25;
-         Mode.Color := True;
+         Mode.Color := False;
        end;
        end;
+    {$if not defined(AMIGA_V1_2_ONLY)}
     1: begin
     1: begin
         Screen := LockPubScreen('Workbench');
         Screen := LockPubScreen('Workbench');
         Mode.Col := Screen^.Width div 8;
         Mode.Col := Screen^.Width div 8;
@@ -841,6 +863,7 @@ begin
         UnlockPubScreen('Workbench', Screen);
         UnlockPubScreen('Workbench', Screen);
         Mode.Color := False;
         Mode.Color := False;
       end;
       end;
+    {$endif}
   end;
   end;
   SysGetVideoModeData := True;
   SysGetVideoModeData := True;
 end;
 end;

+ 33 - 0
packages/rtl-extra/src/unix/serial.pp

@@ -190,6 +190,39 @@ begin
 {$ifndef BSD}
 {$ifndef BSD}
     460800: tios.c_cflag := B460800;
     460800: tios.c_cflag := B460800;
 {$endif}
 {$endif}
+{$if declared(B500000)}
+    500000: tios.c_cflag := B500000;
+{$endif declared(B500000)}
+{$if declared(B576000)}
+    576000: tios.c_cflag := B576000;
+{$endif declared(B576000)}
+{$if declared(B921600)}
+    921600: tios.c_cflag := B921600;
+{$endif declared(B921600)}
+{$if declared(B1000000)}
+    1000000: tios.c_cflag := B1000000;
+{$endif declared(B1000000)}
+{$if declared(B1152000)}
+    1152000: tios.c_cflag := B1152000;
+{$endif declared(B1152000)}
+{$if declared(B1500000)}
+    1500000: tios.c_cflag := B1500000;
+{$endif declared(B1500000)}
+{$if declared(B2000000)}
+    2000000: tios.c_cflag := B2000000;
+{$endif declared(B2000000)}
+{$if declared(B2500000)}
+    2500000: tios.c_cflag := B2500000;
+{$endif declared(B2500000)}
+{$if declared(B3000000)}
+    3000000: tios.c_cflag := B3000000;
+{$endif declared(B3000000)}
+{$if declared(B3500000)}
+    3500000: tios.c_cflag := B3500000;
+{$endif declared(B3500000)}
+{$if declared(B4000000)}
+    4000000: tios.c_cflag := B4000000;
+{$endif declared(B4000000)}
     else tios.c_cflag := B9600;
     else tios.c_cflag := B9600;
   end;
   end;
 {$ifndef SOLARIS}
 {$ifndef SOLARIS}

+ 74 - 42
packages/rtl-objpas/src/inc/dateutil.inc

@@ -2762,12 +2762,23 @@ var
   xYear, xMonth, xDay: LongInt;
   xYear, xMonth, xDay: LongInt;
 begin
 begin
   case Length(aString) of
   case Length(aString) of
-    8: Result :=
+    4: Result :=                                        // YYYY
+          TryStrToInt(aString, xYear) and
+          TryEncodeDate(xYear, 1, 1, outDate);
+    6: Result :=                                        // YYYYMM
+          TryStrToInt(Copy(aString, 1, 4), xYear) and
+          TryStrToInt(Copy(aString, 5, 2), xMonth) and
+          TryEncodeDate(xYear, xMonth, 1, outDate);
+    7: Result :=                                        // YYYY-MM
+          TryStrToInt(Copy(aString, 1, 4), xYear) and
+          TryStrToInt(Copy(aString, 6, 2), xMonth) and
+          TryEncodeDate(xYear, xMonth, 1, outDate);
+    8: Result :=                                        // YYYYMMDD
           TryStrToInt(Copy(aString, 1, 4), xYear) and
           TryStrToInt(Copy(aString, 1, 4), xYear) and
           TryStrToInt(Copy(aString, 5, 2), xMonth) and
           TryStrToInt(Copy(aString, 5, 2), xMonth) and
           TryStrToInt(Copy(aString, 7, 2), xDay) and
           TryStrToInt(Copy(aString, 7, 2), xDay) and
           TryEncodeDate(xYear, xMonth, xDay, outDate);
           TryEncodeDate(xYear, xMonth, xDay, outDate);
-    10: Result :=
+    10: Result :=                                       //YYYY-MM-DD
           TryStrToInt(Copy(aString, 1, 4), xYear) and
           TryStrToInt(Copy(aString, 1, 4), xYear) and
           TryStrToInt(Copy(aString, 6, 2), xMonth) and
           TryStrToInt(Copy(aString, 6, 2), xMonth) and
           TryStrToInt(Copy(aString, 9, 2), xDay) and
           TryStrToInt(Copy(aString, 9, 2), xDay) and
@@ -2820,55 +2831,57 @@ begin
   end;
   end;
 
 
   case xLength of
   case xLength of
-    2: Result :=
+    2: Result :=                                          // HH
           TryStrToInt(aString, xHour) and
           TryStrToInt(aString, xHour) and
           TryEncodeTime(xHour, 0, 0, 0, outTime);
           TryEncodeTime(xHour, 0, 0, 0, outTime);
-    4: Result :=
+    4: Result :=                                          // HHNN
           TryStrToInt(Copy(aString, 1, 2), xHour) and
           TryStrToInt(Copy(aString, 1, 2), xHour) and
           TryStrToInt(Copy(aString, 3, 2), xMinute) and
           TryStrToInt(Copy(aString, 3, 2), xMinute) and
           TryEncodeTime(xHour, xMinute, 0, 0, outTime);
           TryEncodeTime(xHour, xMinute, 0, 0, outTime);
-    5: Result :=
+    5: Result :=                                          // HH:NN
           TryStrToInt(Copy(aString, 1, 2), xHour) and
           TryStrToInt(Copy(aString, 1, 2), xHour) and
           (aString[3] = ':') and
           (aString[3] = ':') and
           TryStrToInt(Copy(aString, 4, 2), xMinute) and
           TryStrToInt(Copy(aString, 4, 2), xMinute) and
           TryEncodeTime(xHour, xMinute, 0, 0, outTime);
           TryEncodeTime(xHour, xMinute, 0, 0, outTime);
-    6: Result :=
+    6: Result :=                                          // HHNNSS
           TryStrToInt(Copy(aString, 1, 2), xHour) and
           TryStrToInt(Copy(aString, 1, 2), xHour) and
           TryStrToInt(Copy(aString, 3, 2), xMinute) and
           TryStrToInt(Copy(aString, 3, 2), xMinute) and
           TryStrToInt(Copy(aString, 5, 2), xSecond) and
           TryStrToInt(Copy(aString, 5, 2), xSecond) and
           TryEncodeTime(xHour, xMinute, xSecond, 0, outTime);
           TryEncodeTime(xHour, xMinute, xSecond, 0, outTime);
-    8: Result :=
-          TryStrToInt(Copy(aString, 1, 2), xHour) and
-          (aString[3] = ':') and
-          TryStrToInt(Copy(aString, 4, 2), xMinute) and
-          (aString[6] = ':') and
-          TryStrToInt(Copy(aString, 7, 2), xSecond) and
-          TryEncodeTime(xHour, xMinute, xSecond, 0, outTime);
     else
     else
-        if xLength >= 9 then
-        begin
-          Result := 
-            TryStrToInt(Copy(aString, 1, 2), xHour) and
-            (aString[3] = ':') and
-            TryStrToInt(Copy(aString, 4, 2), xMinute) and
-            (aString[6] = ':') and
-            TryStrToInt(Copy(aString, 7, 2), xSecond) and
-            ((aString[9] = '.') or (aString[9] = ',')) and
-            TryEncodeTime(xHour, xMinute, xSecond, 0, outTime);
-          if Result then
-          begin
-            tmp := Copy(aString, 9, xLength-8);
-            if tmp <> '' then
-            begin
-              tmp[1] := '.';
-              val(tmp, xFractionalSecond, res);
-              Result := res = 0;
-              if Result then
-                outTime := outTime + xFractionalSecond * OneSecond;
-            end;
-          end;
-        end else
-          Result := false;
+       if (xLength >= 8) and (aString[3] = ':') and (aString[6] = ':') then
+       begin
+         Result :=                            // HH:NN:SS
+           TryStrToInt(Copy(aString, 1, 2), xHour) and
+           TryStrToInt(Copy(aString, 4, 2), xMinute) and
+           TryStrToInt(Copy(aString, 7, 2), xSecond) and
+           TryEncodeTime(xHour, xMinute, xSecond, 0, outTime);
+         if Result and (xLength >= 9) then    // HH:NN:SS.[z] (0 or several z)
+         begin
+           tmp := copy(aString, 10, xLength-9);
+           val('.' + tmp, xFractionalSecond, res);
+           Result := (res = 0);
+           if Result then
+             outTime := outTime + xFractionalSecond * OneSecond;
+         end;
+       end else
+       if (xLength >= 7) and (aString[7] in ['.', ',']) then
+       begin
+         Result :=                         // HHNNSS
+           TryStrToInt(Copy(aString, 1, 2), xHour) and
+           TryStrToInt(Copy(aString, 3, 2), xMinute) and
+           TryStrToInt(Copy(aString, 5, 2), xSecond) and
+           TryEncodeTime(xHour, xMinute, xSecond, 0, outTime);
+         tmp := copy(aString, 8, xLength-7);
+         if Result and (tmp <> '') then
+         begin                           // HHNNSS.[z] (0 or several z)
+           val('.'+tmp, xFractionalSecond, res);
+           Result := res = 0;
+           if Result then
+             outTime := outTime + xFractionalSecond * OneSecond;
+         end;
+       end else
+         Result := false;
   end;
   end;
 
 
   if not Result then
   if not Result then
@@ -2883,12 +2896,27 @@ var
 
 
 begin
 begin
   xLength := Length(aString);
   xLength := Length(aString);
-  if (xLength>11) and CharInSet(aString[11], [' ', 'T']) then
+  if (xLength = 0) then
+    exit(false);
+
+  if (aString[1]='T') then
+    begin
+    Result := TryISOStrToTime(copy(aString, 2, Length(aString)-1), outDateTime);
+    exit;
+  end;
+
+  if (xLength in [4 {YYYY}, 7 {YYYY-MM}, 8 {YYYYMMDD}, 10 {YYYY-MM-DD}]) then
+    begin
+    Result := TryISOStrToDate(aString, outDateTime);
+    exit;
+    end;
+
+  if (xLength>11) and CharInSet(aString[11], [' ', 'T']) then   // YYYY-MM-DDT...
     begin
     begin
     sDate:=Copy(aString, 1, 10);
     sDate:=Copy(aString, 1, 10);
     sTime:=Copy(aString, 12, Length(aString))
     sTime:=Copy(aString, 12, Length(aString))
     end
     end
-  else if (xLength>9) and CharInSet(aString[9], [' ', 'T']) then
+  else if (xLength>9) and CharInSet(aString[9], [' ', 'T']) then    // YYYYMMDDT...
     begin
     begin
     sDate:=Copy(aString, 1, 8);
     sDate:=Copy(aString, 1, 8);
     sTime:=Copy(aString, 10, Length(aString));
     sTime:=Copy(aString, 10, Length(aString));
@@ -2958,21 +2986,25 @@ begin
     TZ:='Z';
     TZ:='Z';
     S:=Copy(S,1,L-1);
     S:=Copy(S,1,L-1);
     end
     end
-  else If (L>2) and (S[L-2] in ['+','-']) then
+  else if ((L>11) and ((S[11] in ['T',' ']) or (S[9] in ['T',' ']))) or // make sure that we dont't have date-only
+          (S[1]='T') then
+  begin
+    If (S[L-2] in ['+','-']) then
     begin
     begin
     TZ:=Copy(S,L-2,3);
     TZ:=Copy(S,L-2,3);
     S:=Copy(S,1,L-3);
     S:=Copy(S,1,L-3);
     end
     end
-  else If (L>4) and (S[L-4] in ['+','-']) then
+  else If (S[L-4] in ['+','-']) then
     begin
     begin
     TZ:=Copy(S,L-4,5);
     TZ:=Copy(S,L-4,5);
     S:=Copy(S,1,L-5);
     S:=Copy(S,1,L-5);
     end
     end
-  else If (L>5) and (S[L-5] in ['+','-']) then
+  else If (S[L-5] in ['+','-']) and ((L > 13) or (S[1]='T')) then  // do not confuse with '2021-05-21T13'
     begin
     begin
     TZ:=Copy(S,L-5,6);
     TZ:=Copy(S,L-5,6);
     S:=Copy(S,1,L-6);
     S:=Copy(S,1,L-6);
     end;
     end;
+  end;
   Result:=TryIsoStrToDateTime(S,aDateTime) and TryISOTZStrToTZOffset(TZ,TZOffset);
   Result:=TryIsoStrToDateTime(S,aDateTime) and TryISOTZStrToTZOffset(TZ,TZOffset);
   if not Result then
   if not Result then
     exit;
     exit;

+ 25 - 4
packages/rtl-objpas/src/inc/fmtbcd.pp

@@ -1278,6 +1278,25 @@ IMPLEMENTATION
       neg1,
       neg1,
       neg2 : Boolean;
       neg2 : Boolean;
 
 
+      // real/reduced precision if there are on left side insignificant zero digits
+      function BCDPrec(const BCD: tBCD): word;
+      var scale: word;
+      begin
+        Result := BCD.Precision;
+        scale := BCDScale(BCD);
+        i := Low(BCD.Fraction);
+        while (Result>0) and (Result>scale) do begin
+          // high nibble
+          if BCD.Fraction[i] shr 4 <> 0 then Exit;
+          Dec(Result);
+          if Result <= scale then Exit;
+          // low nibble
+          if BCD.Fraction[i] <> 0 then Exit;
+          Dec(Result);
+          Inc(i);
+        end;
+      end;
+
     begin
     begin
 {$ifndef bigger_BCD}
 {$ifndef bigger_BCD}
       neg1 := ( BCD1.SignSpecialPlaces AND NegBit ) <> 0;
       neg1 := ( BCD1.SignSpecialPlaces AND NegBit ) <> 0;
@@ -1292,8 +1311,8 @@ IMPLEMENTATION
         _WHEN ( NOT neg1 ) AND neg2
         _WHEN ( NOT neg1 ) AND neg2
           _THEN result := +1;
           _THEN result := +1;
         _WHENOTHER
         _WHENOTHER
-          pr1 := BCD1.Precision;
-          pr2 := BCD2.Precision;
+          pr1 := BCDPrec(BCD1);
+          pr2 := BCDPrec(BCD2);
 {$ifndef bigger_BCD}
 {$ifndef bigger_BCD}
           pl1 := BCD1.SignSpecialPlaces AND PlacesMask;
           pl1 := BCD1.SignSpecialPlaces AND PlacesMask;
           pl2 := BCD2.SignSpecialPlaces AND PlacesMask;
           pl2 := BCD2.SignSpecialPlaces AND PlacesMask;
@@ -2842,10 +2861,12 @@ writeln ( '> ', i4, ' ', bh.Singles[i4], ' ', Add );
       PFmt := Section.FmtDS; // start from decimal point until end
       PFmt := Section.FmtDS; // start from decimal point until end
       i := length(BCDStr) - Scale + ord(Scale=0);
       i := length(BCDStr) - Scale + ord(Scale=0);
       dec(j1, Section.FmtEnd-Section.FmtDS);
       dec(j1, Section.FmtEnd-Section.FmtDS);
-      j := j1 + 1;
+      j := j1 + 1; // points to decimal separator in output buffer
       while PFmt < Section.FmtEnd do
       while PFmt < Section.FmtEnd do
         PutFmtDigit(PFmt, i, j, 1);
         PutFmtDigit(PFmt, i, j, 1);
-      je := j; // store position after last decimal digit
+      if j-j1=2 then // alone decimal separator at end of output buffer
+        dec(j);
+      je := j; // store position after last decimal digit (or any constant character) in output buffer
     end;
     end;
 
 
     // output whole number part of BCDStr
     // output whole number part of BCDStr

+ 9 - 0
packages/rtl-objpas/src/inc/system.uitypes.pp

@@ -179,6 +179,13 @@ Type
       WhiteSmoke         = TColor($F5F5F5);
       WhiteSmoke         = TColor($F5F5F5);
       Yellow             = TColor($FFFF00);
       Yellow             = TColor($FFFF00);
       YellowGreen        = TColor($9ACD32);
       YellowGreen        = TColor($9ACD32);
+      // extended colors (from lazarus Graphics)
+      MoneyGreen         = TColor($C0DCC0);
+      Cream              = TColor($F0FBFF);
+      MedGray            = TColor($A4A0A0);
+      // aliases
+      LtGray             = TColor($C0C0C0); // clSilver alias
+      DkGray             = TColor($808080); // clGray alias
       var
       var
         case Integer of
         case Integer of
           0:  {$IFDEF ENDIAN_BIG}
           0:  {$IFDEF ENDIAN_BIG}
@@ -189,6 +196,8 @@ Type
           1: (Color : TColor);
           1: (Color : TColor);
       end;
       end;
 
 
+      TColors = TColorRec;
+
 // copied from Lazutils version
 // copied from Lazutils version
 ///////////////////////////////
 ///////////////////////////////
 
 

+ 2 - 2
packages/sqlite/src/sqlite3.inc

@@ -1038,7 +1038,7 @@ type
 {$IFDEF S}function{$ELSE}var{$ENDIF}sqlite3_vfs_unregister{$IFDEF D}: function{$ENDIF}(vfs: psqlite3_vfs): cint; cdecl;{$IFDEF S}external Sqlite3Lib;{$ENDIF}
 {$IFDEF S}function{$ELSE}var{$ENDIF}sqlite3_vfs_unregister{$IFDEF D}: function{$ENDIF}(vfs: psqlite3_vfs): cint; cdecl;{$IFDEF S}external Sqlite3Lib;{$ENDIF}
 {$IFDEF S}function{$ELSE}var{$ENDIF}sqlite3_mutex_alloc{$IFDEF D}: function{$ENDIF}(n: cint): psqlite3_mutex; cdecl;{$IFDEF S}external Sqlite3Lib;{$ENDIF}
 {$IFDEF S}function{$ELSE}var{$ENDIF}sqlite3_mutex_alloc{$IFDEF D}: function{$ENDIF}(n: cint): psqlite3_mutex; cdecl;{$IFDEF S}external Sqlite3Lib;{$ENDIF}
 {$IFDEF S}procedure{$ELSE}var{$ENDIF}sqlite3_mutex_free{$IFDEF D}: procedure{$ENDIF}(mtx: psqlite3_mutex); cdecl;{$IFDEF S}external Sqlite3Lib;{$ENDIF}
 {$IFDEF S}procedure{$ELSE}var{$ENDIF}sqlite3_mutex_free{$IFDEF D}: procedure{$ENDIF}(mtx: psqlite3_mutex); cdecl;{$IFDEF S}external Sqlite3Lib;{$ENDIF}
-{$IFDEF S}procedure{$ELSE}var{$ENDIF}sqlite3_mutex_ente{$IFDEF D}: procedure{$ENDIF}(mtx: psqlite3_mutex); cdecl;{$IFDEF S}external Sqlite3Lib;{$ENDIF}
+{$IFDEF S}procedure{$ELSE}var{$ENDIF}sqlite3_mutex_enter{$IFDEF D}: procedure{$ENDIF}(mtx: psqlite3_mutex); cdecl;{$IFDEF S}external Sqlite3Lib;{$ENDIF}
 {$IFDEF S}function{$ELSE}var{$ENDIF}sqlite3_mutex_try{$IFDEF D}: function{$ENDIF}(mtx: psqlite3_mutex): cint; cdecl;{$IFDEF S}external Sqlite3Lib;{$ENDIF}
 {$IFDEF S}function{$ELSE}var{$ENDIF}sqlite3_mutex_try{$IFDEF D}: function{$ENDIF}(mtx: psqlite3_mutex): cint; cdecl;{$IFDEF S}external Sqlite3Lib;{$ENDIF}
 {$IFDEF S}procedure{$ELSE}var{$ENDIF}sqlite3_mutex_leave{$IFDEF D}: procedure{$ENDIF}(mtx: psqlite3_mutex); cdecl;{$IFDEF S}external Sqlite3Lib;{$ENDIF}
 {$IFDEF S}procedure{$ELSE}var{$ENDIF}sqlite3_mutex_leave{$IFDEF D}: procedure{$ENDIF}(mtx: psqlite3_mutex); cdecl;{$IFDEF S}external Sqlite3Lib;{$ENDIF}
 {$IFDEF S}function{$ELSE}var{$ENDIF}sqlite3_mutex_held{$IFDEF D}: function{$ENDIF}(mtx: psqlite3_mutex): cint; cdecl;{$IFDEF S}external Sqlite3Lib;{$ENDIF}
 {$IFDEF S}function{$ELSE}var{$ENDIF}sqlite3_mutex_held{$IFDEF D}: function{$ENDIF}(mtx: psqlite3_mutex): cint; cdecl;{$IFDEF S}external Sqlite3Lib;{$ENDIF}
@@ -1362,7 +1362,7 @@ begin
   pointer(sqlite3_soft_heap_limit64) := GetProcedureAddress(LibHandle,'sqlite3_soft_heap_limit64');
   pointer(sqlite3_soft_heap_limit64) := GetProcedureAddress(LibHandle,'sqlite3_soft_heap_limit64');
   pointer(sqlite3_reset_auto_extension) := GetProcedureAddress(LibHandle,'sqlite3_reset_auto_extension');
   pointer(sqlite3_reset_auto_extension) := GetProcedureAddress(LibHandle,'sqlite3_reset_auto_extension');
   pointer(sqlite3_mutex_free) := GetProcedureAddress(LibHandle,'sqlite3_mutex_free');
   pointer(sqlite3_mutex_free) := GetProcedureAddress(LibHandle,'sqlite3_mutex_free');
-  pointer(sqlite3_mutex_ente) := GetProcedureAddress(LibHandle,'sqlite3_mutex_ente');
+  pointer(sqlite3_mutex_enter) := GetProcedureAddress(LibHandle,'sqlite3_mutex_enter');
   pointer(sqlite3_mutex_leave) := GetProcedureAddress(LibHandle,'sqlite3_mutex_leave');
   pointer(sqlite3_mutex_leave) := GetProcedureAddress(LibHandle,'sqlite3_mutex_leave');
   pointer(sqlite3_backup_init) := GetProcedureAddress(LibHandle,'sqlite3_backup_init');
   pointer(sqlite3_backup_init) := GetProcedureAddress(LibHandle,'sqlite3_backup_init');
   pointer(sqlite3_backup_step) := GetProcedureAddress(LibHandle,'sqlite3_backup_step');
   pointer(sqlite3_backup_step) := GetProcedureAddress(LibHandle,'sqlite3_backup_step');

+ 88 - 0
packages/x11/fpmake.pp

@@ -138,6 +138,94 @@ begin
     T.Dependencies.AddUnit('xlib');
     T.Dependencies.AddUnit('xlib');
     T.Dependencies.AddUnit('xrender');
     T.Dependencies.AddUnit('xrender');
     T.Dependencies.AddUnit('fontconfig');
     T.Dependencies.AddUnit('fontconfig');
+    T:=P.Targets.AddUnit('xext.pp');
+    T.Dependencies.AddUnit('xlib');
+    T:=P.Targets.AddUnit('mitmisc.pp');
+      with T.Dependencies do
+        begin
+          AddInclude('mitmiscconst.inc');
+          AddUnit('xlib');
+        end;
+    T:=P.Targets.AddUnit('shape.pp');
+      with T.Dependencies do
+        begin
+          AddInclude('shapeconst.inc');
+          AddUnit('x');
+          AddUnit('xlib');
+          AddUnit('xutil');
+        end;
+    T:=P.Targets.AddUnit('xevi.pp');
+      with T.Dependencies do
+        begin
+          AddInclude('evi.inc');
+          AddUnit('x');
+          AddUnit('xlib');
+        end;
+    T:=P.Targets.AddUnit('xlbx.pp');
+      with T.Dependencies do
+        begin
+          AddInclude('lbx.inc');
+          AddUnit('xlib');
+        end;
+    T:=P.Targets.AddUnit('xag.pp');
+      with T.Dependencies do
+        begin
+          AddInclude('ag.inc');
+          AddUnit('x');
+          AddUnit('xlib');
+        end;
+    T:=P.Targets.AddUnit('xcup.pp');
+      with T.Dependencies do
+        begin
+          AddInclude('cup.inc');
+          AddUnit('x');
+          AddUnit('xlib');
+        end;
+    T:=P.Targets.AddUnit('xdbe.pp');
+      with T.Dependencies do
+        begin
+          AddInclude('dbe.inc');
+          AddUnit('x');
+          AddUnit('xlib');
+        end;
+    T:=P.Targets.AddUnit('xmd.pp');
+    T:=P.Targets.AddUnit('dpms.pp');
+      with T.Dependencies do
+        begin
+          AddInclude('dpmsconst.inc');
+          AddUnit('xlib');
+          AddUnit('xmd');
+        end;
+    T:=P.Targets.AddUnit('multibuf.pp');
+      with T.Dependencies do
+        begin
+          AddInclude('multibufconst.inc');
+          AddUnit('x');
+          AddUnit('xlib');
+        end;
+    T:=P.Targets.AddUnit('security.pp');
+      with T.Dependencies do
+        begin
+          AddInclude('secur.inc');
+          AddInclude('xauth.inc');
+          AddUnit('x');
+          AddUnit('xlib');
+        end;
+    T:=P.Targets.AddUnit('sync.pp');
+      with T.Dependencies do
+        begin
+          AddInclude('syncconst.inc');
+          AddUnit('x');
+          AddUnit('xlib');
+        end;
+    T:=P.Targets.AddUnit('xtestext1.pp');
+      with T.Dependencies do
+        begin
+          AddInclude('xtestext1const.inc');
+          AddUnit('x');
+          AddUnit('xlib');
+          AddUnit('xmd');
+        end;
 
 
 {$ifndef ALLPACKAGES}
 {$ifndef ALLPACKAGES}
     Run;
     Run;

+ 47 - 0
packages/x11/src/ag.inc

@@ -0,0 +1,47 @@
+(*
+Copyright 1996, 1998  The Open Group
+
+Permission to use, copy, modify, distribute, and sell this software and its
+documentation for any purpose is hereby granted without fee, provided that
+the above copyright notice appear in all copies and that both that
+copyright notice and this permission notice appear in supporting
+documentation.
+
+The above copyright notice and this permission notice shall be included
+in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR
+OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
+ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+OTHER DEALINGS IN THE SOFTWARE.
+
+Except as contained in this notice, the name of The Open Group shall
+not be used in advertising or otherwise to promote the sale, use or
+other dealings in this Software without prior written authorization
+from The Open Group.
+*)
+
+const
+  XAGNAME = 'XC-APPGROUP';
+
+  XAG_MAJOR_VERSION      = 1;  { current version numbers }
+  XAG_MINOR_VERSION      = 0;
+
+  XagWindowTypeX11       = 0;
+  XagWindowTypeMacintosh = 1;
+  XagWindowTypeWin32     = 2;
+  XagWindowTypeWin16     = 3;
+
+  XagBadAppGroup         = 0;
+  XagNumberErrors        = XagBadAppGroup + 1;
+
+  XagNsingleScreen       = 7;
+  XagNdefaultRoot        = 1;
+  XagNrootVisual         = 2;
+  XagNdefaultColormap    = 3;
+  XagNblackPixel         = 4;
+  XagNwhitePixel         = 5;
+  XagNappGroupLeader     = 6;

+ 33 - 0
packages/x11/src/cup.inc

@@ -0,0 +1,33 @@
+(*
+
+Copyright 1987, 1988, 1998  The Open Group
+
+Permission to use, copy, modify, distribute, and sell this software and its
+documentation for any purpose is hereby granted without fee, provided that
+the above copyright notice appear in all copies and that both that
+copyright notice and this permission notice appear in supporting
+documentation.
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
+OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
+AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+Except as contained in this notice, the name of The Open Group shall not be
+used in advertising or otherwise to promote the sale, use or other dealings
+in this Software without prior written authorization from The Open Group.
+
+*)
+
+const
+  XCUPNAME = 'TOG-CUP';
+
+  XCUP_MAJOR_VERSION = 1;  { current version numbers }
+  XCUP_MINOR_VERSION = 0;
+
+  XcupNumberErrors = 0;

+ 52 - 0
packages/x11/src/dbe.inc

@@ -0,0 +1,52 @@
+(******************************************************************************
+ *
+ * Copyright (c) 1994, 1995  Hewlett-Packard Company
+ *
+ * Permission is hereby granted, free of charge, to any person obtaining
+ * a copy of this software and associated documentation files (the
+ * "Software"), to deal in the Software without restriction, including
+ * without limitation the rights to use, copy, modify, merge, publish,
+ * distribute, sublicense, and/or sell copies of the Software, and to
+ * permit persons to whom the Software is furnished to do so, subject to
+ * the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included
+ * in all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+ * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+ * IN NO EVENT SHALL HEWLETT-PACKARD COMPANY BE LIABLE FOR ANY CLAIM,
+ * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
+ * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
+ * THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+ *
+ * Except as contained in this notice, the name of the Hewlett-Packard
+ * Company shall not be used in advertising or otherwise to promote the
+ * sale, use or other dealings in this Software without prior written
+ * authorization from the Hewlett-Packard Company.
+ *
+ *     Header file for Xlib-related DBE
+ *
+ *****************************************************************************)
+
+const
+{ Values for swap_action field of XdbeSwapInfo structure }
+  XdbeUndefined     = 0;
+  XdbeBackground    = 1;
+  XdbeUntouched     = 2;
+  XdbeCopied        = 3;
+
+{ Errors }
+  XdbeBadBuffer     = 0;
+
+  DBE_PROTOCOL_NAME = 'DOUBLE-BUFFER';
+
+{ Current version numbers }
+  DBE_MAJOR_VERSION = 1;
+  DBE_MINOR_VERSION = 0;
+
+{ Used when adding extension; also used in Xdbe macros }
+  DbeNumberEvents   = 0;
+  DbeBadBuffer      = 0;
+  DbeNumberErrors   = DbeBadBuffer + 1;

+ 52 - 0
packages/x11/src/dpms.pp

@@ -0,0 +1,52 @@
+(*****************************************************************
+
+Copyright (c) 1996 Digital Equipment Corporation, Maynard, Massachusetts.
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software.
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
+DIGITAL EQUIPMENT CORPORATION BE LIABLE FOR ANY CLAIM, DAMAGES, INCLUDING,
+BUT NOT LIMITED TO CONSEQUENTIAL OR INCIDENTAL DAMAGES, OR OTHER LIABILITY,
+WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
+IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+Except as contained in this notice, the name of Digital Equipment Corporation
+shall not be used in advertising or otherwise to promote the sale, use or other
+dealings in this Software without prior written authorization from Digital
+Equipment Corporation.
+
+******************************************************************)
+
+unit dpms;
+
+interface
+
+uses
+  ctypes, xmd, xlib;
+
+const
+  libXext = 'Xext';
+
+{$I dpmsconst.inc}
+
+function DPMSQueryExtension(display: PDisplay; event_base, error_base: Pcint): TBoolResult; cdecl; external libXext;
+function DPMSGetVersion(display: PDisplay; major_version, minor_version: Pcint): TStatus; cdecl; external libXext;
+function DPMSCapable(display: PDisplay): TBoolResult; cdecl; external libXext;
+function DPMSSetTimeouts(display: PDisplay; standby, suspend, off: CARD16): TStatus; cdecl; external libXext;
+function DPMSGetTimeouts(display: PDisplay; standby, suspend, off: PCARD16): TBoolResult; cdecl; external libXext;
+function DPMSEnable(display: PDisplay): TStatus; cdecl; external libXext;
+function DPMSDisable(display: PDisplay): TStatus; cdecl; external libXext;
+function DPMSForceLevel(display: PDisplay; level: CARD16): TStatus; cdecl; external libXext;
+function DPMSInfo(display: PDisplay; power_level: PCARD16; state: PBoolResult): TStatus; cdecl; external libXext;
+
+implementation
+end.

+ 41 - 0
packages/x11/src/dpmsconst.inc

@@ -0,0 +1,41 @@
+(*****************************************************************
+
+Copyright (c) 1996 Digital Equipment Corporation, Maynard, Massachusetts.
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software.
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
+DIGITAL EQUIPMENT CORPORATION BE LIABLE FOR ANY CLAIM, DAMAGES, INCLUDING,
+BUT NOT LIMITED TO CONSEQUENTIAL OR INCIDENTAL DAMAGES, OR OTHER LIABILITY,
+WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
+IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+Except as contained in this notice, the name of Digital Equipment Corporation
+shall not be used in advertising or otherwise to promote the sale, use or other
+dealings in this Software without prior written authorization from Digital
+Equipment Corporation.
+
+******************************************************************)
+
+const
+  DPMSMajorVersion   = 1;
+  DPMSMinorVersion   = 2;
+
+  DPMSExtensionName  = 'DPMS';
+
+  DPMSModeOn         = 0;
+  DPMSModeStandby    = 1;
+  DPMSModeSuspend    = 2;
+  DPMSModeOff        = 3;
+
+  DPMSInfoNotifyMask = 1 shl 0;
+  DPMSInfoNotify     = 0;

+ 32 - 0
packages/x11/src/evi.inc

@@ -0,0 +1,32 @@
+(************************************************************
+Copyright (c) 1997 by Silicon Graphics Computer Systems, Inc.
+Permission to use, copy, modify, and distribute this
+software and its documentation for any purpose and without
+fee is hereby granted, provided that the above copyright
+notice appear in all copies and that both that copyright
+notice and this permission notice appear in supporting
+documentation, and that the name of Silicon Graphics not be
+used in advertising or publicity pertaining to distribution
+of the software without specific prior written permission.
+Silicon Graphics makes no representation about the suitability
+of this software for any purpose. It is provided "as is"
+without any express or implied warranty.
+SILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
+SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
+AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON
+GRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
+DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
+DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
+OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION  WITH
+THE USE OR PERFORMANCE OF THIS SOFTWARE.
+********************************************************)
+
+const
+  XEVI_TRANSPARENCY_NONE  = 0;
+  XEVI_TRANSPARENCY_PIXEL = 1;
+  XEVI_TRANSPARENCY_MASK  = 2;
+
+  EVINAME = 'Extended-Visual-Information';
+
+  XEVI_MAJOR_VERSION = 1;  { current version numbers }
+  XEVI_MINOR_VERSION = 0;

+ 69 - 0
packages/x11/src/lbx.inc

@@ -0,0 +1,69 @@
+(*
+ * Copyright 1992 Network Computing Devices
+ *
+ * Permission to use, copy, modify, distribute, and sell this software and its
+ * documentation for any purpose is hereby granted without fee, provided that
+ * the above copyright notice appear in all copies and that both that
+ * copyright notice and this permission notice appear in supporting
+ * documentation, and that the name of NCD. not be used in advertising or
+ * publicity pertaining to distribution of the software without specific,
+ * written prior permission.  NCD. makes no representations about the
+ * suitability of this software for any purpose.  It is provided "as is"
+ * without express or implied warranty.
+ *
+ * NCD. DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL NCD.
+ * BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+ * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
+ * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
+ * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+ *
+ *)
+
+const
+  LBXNAME = 'LBX';
+
+  LBX_MAJOR_VERSION = 1;
+  LBX_MINOR_VERSION = 0;
+
+  LbxNumberReqs            = 44;
+  LbxEvent                 = 0;
+  LbxQuickMotionDeltaEvent = 1;
+  LbxNumberEvents          = 2;
+
+{ This is always the master client }
+  LbxMasterClientIndex     = 0;
+
+{ LbxEvent lbxType sub-fields }
+  LbxSwitchEvent           = 0;
+  LbxCloseEvent            = 1;
+  LbxDeltaEvent            = 2;
+  LbxInvalidateTagEvent    = 3;
+  LbxSendTagDataEvent      = 4;
+  LbxListenToOne           = 5;
+  LbxListenToAll           = 6;
+  LbxMotionDeltaEvent      = 7;
+  LbxReleaseCmapEvent      = 8;
+  LbxFreeCellsEvent        = 9;
+
+(*
+ * Lbx image compression methods
+ *
+ * No compression is always assigned the value of 0.
+ *
+ * The rest of the compression method opcodes are assigned dynamically
+ * at option negotiation time.
+ *)
+
+  LbxImageCompressNone     = 0;
+
+
+  BadLbxClient             = 0;
+  LbxNumberErrors          = BadLbxClient + 1;
+
+{ tagged data types }
+  LbxTagTypeModmap         = 1;
+  LbxTagTypeKeymap         = 2;
+  LbxTagTypeProperty       = 3;
+  LbxTagTypeFont           = 4;
+  LbxTagTypeConnInfo       = 5;

+ 73 - 0
packages/x11/src/mitmisc.pp

@@ -0,0 +1,73 @@
+(************************************************************
+
+Copyright 1989, 1998  The Open Group
+
+Permission to use, copy, modify, distribute, and sell this software and its
+documentation for any purpose is hereby granted without fee, provided that
+the above copyright notice appear in all copies and that both that
+copyright notice and this permission notice appear in supporting
+documentation.
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
+OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
+AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+Except as contained in this notice, the name of The Open Group shall not be
+used in advertising or otherwise to promote the sale, use or other dealings
+in this Software without prior written authorization from The Open Group.
+
+********************************************************)
+
+(* RANDOM CRUFT! THIS HAS NO OFFICIAL X CONSORTIUM OR X PROJECT TEAM BLESSING *)
+
+unit mitmisc;
+
+interface
+
+uses
+  ctypes, xlib;
+
+const
+  libXext = 'Xext';
+
+{$I mitmiscconst.inc}
+
+function XMITMiscQueryExtension(
+    dpy: PDisplay;
+    event_basep,
+    error_basep: Pcint
+): TBoolResult; cdecl; external libXext;
+
+function XMITMiscSetBugMode(
+    dpy: PDisplay;
+    onOff: TBool
+): TStatus; cdecl; external libXext;
+
+function XMITMiscGetBugMode(
+    dpy: PDisplay
+): TBoolResult; cdecl; external libXext;
+
+{ boolean overload for the TBool parameter }
+
+function XMITMiscSetBugMode(
+    dpy: PDisplay;
+    onOff: Boolean
+): TStatus;
+
+implementation
+
+function XMITMiscSetBugMode(
+    dpy: PDisplay;
+    onOff: Boolean
+): TStatus;
+begin
+  XMITMiscSetBugMode := XMITMiscSetBugMode(dpy,Ord(onOff));
+end;
+
+end.

+ 34 - 0
packages/x11/src/mitmiscconst.inc

@@ -0,0 +1,34 @@
+(************************************************************
+
+Copyright 1989, 1998  The Open Group
+
+Permission to use, copy, modify, distribute, and sell this software and its
+documentation for any purpose is hereby granted without fee, provided that
+the above copyright notice appear in all copies and that both that
+copyright notice and this permission notice appear in supporting
+documentation.
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
+OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
+AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+Except as contained in this notice, the name of The Open Group shall not be
+used in advertising or otherwise to promote the sale, use or other dealings
+in this Software without prior written authorization from The Open Group.
+
+********************************************************)
+
+(* RANDOM CRUFT! THIS HAS NO OFFICIAL X CONSORTIUM OR X PROJECT TEAM BLESSING *)
+
+
+const
+  MITMiscNumberEvents = 0;
+  MITMiscNumberErrors = 0;
+
+  MITMISCNAME = 'MIT-SUNDRY-NONSTANDARD';

+ 221 - 0
packages/x11/src/multibuf.pp

@@ -0,0 +1,221 @@
+(*
+ *
+Copyright 1989, 1998  The Open Group
+
+Permission to use, copy, modify, distribute, and sell this software and its
+documentation for any purpose is hereby granted without fee, provided that
+the above copyright notice appear in all copies and that both that
+copyright notice and this permission notice appear in supporting
+documentation.
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
+OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
+AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+Except as contained in this notice, the name of The Open Group shall not be
+used in advertising or otherwise to promote the sale, use or other dealings
+in this Software without prior written authorization from The Open Group.
+ *)
+
+unit multibuf;
+
+{$PACKRECORDS c}
+
+interface
+
+uses
+  ctypes, x, xlib;
+
+const
+  libXext = 'Xext';
+
+{$I multibufconst.inc}
+
+//#define MbufGetReq(name,req,info) GetReq (name, req); \
+//        req->reqType = info->codes->major_opcode; \
+//        req->mbufReqType = X_##name;
+
+type
+(*
+ * Extra definitions that will only be needed in the client
+ *)
+  PMultibuffer = ^TMultibuffer;
+  TMultibuffer = TXID;
+
+  PXmbufClobberNotifyEvent = ^TXmbufClobberNotifyEvent;
+  TXmbufClobberNotifyEvent = record
+    _type: cint;           { of event }
+    serial: culong;        { # of last request processed by server }
+    send_event: cint;      { true if this came frome a SendEvent request }
+    display: PDisplay;     { Display the event was read from }
+    buffer: TMultibuffer;  { buffer of event }
+    state: cint;           { see Clobbered constants above }
+  end;
+
+  PXmbufUpdateNotifyEvent = ^TXmbufUpdateNotifyEvent;
+  TXmbufUpdateNotifyEvent = record
+    _type: cint;           { of event }
+    serial: culong;        { # of last request processed by server }
+    send_event: cint;      { true if this came frome a SendEvent request }
+    display: PDisplay;     { Display the event was read from }
+    buffer: TMultibuffer;  { buffer of event }
+  end;
+
+
+(*
+ * per-window attributes that can be got
+ *)
+  PXmbufWindowAttributes = ^TXmbufWindowAttributes;
+  TXmbufWindowAttributes = record
+    displayed_index: cint;  { which buffer is being displayed }
+    update_action: cint;    { Undefined, Background, Untouched, Copied }
+    update_hint: cint;      { Frequent, Intermittent, Static }
+    window_mode: cint;      { Mono, Stereo }
+    nbuffers: cint;         { Number of buffers }
+    buffers: PMultibuffer;  { Buffers }
+  end;
+
+(*
+ * per-window attributes that can be set
+ *)
+  PXmbufSetWindowAttributes = ^TXmbufSetWindowAttributes;
+  TXmbufSetWindowAttributes = record
+    update_hint: cint;  { Frequent, Intermittent, Static }
+  end;
+
+
+(*
+ * per-buffer attributes that can be got
+ *)
+  PXmbufBufferAttributes = ^TXmbufBufferAttributes;
+  TXmbufBufferAttributes = record
+    window: TWindow;     { which window this belongs to }
+    event_mask: culong;  { events that have been selected }
+    buffer_index: cint;  { which buffer is this }
+    side: cint;          { Mono, Left, Right }
+  end;
+
+(*
+ * per-buffer attributes that can be set
+ *)
+  PXmbufSetBufferAttributes = ^TXmbufSetBufferAttributes;
+  TXmbufSetBufferAttributes = record
+    event_mask: culong;  { events that have been selected }
+  end;
+
+
+(*
+ * per-screen buffer info (there will be lists of them)
+ *)
+  PPXmbufBufferInfo = ^PXmbufBufferInfo;
+  PXmbufBufferInfo = ^TXmbufBufferInfo;
+  TXmbufBufferInfo = record
+    visualid: TVisualID;  { visual usuable at this depth }
+    max_buffers: cint;    { most buffers for this visual }
+    depth: cint;          { depth of buffers to be created }
+  end;
+
+function XmbufQueryExtension(
+    dpy: PDisplay;
+    event_base_return,
+    error_base_return: Pcint
+): TBoolResult; cdecl; external libXext;
+
+function XmbufGetVersion(
+    dpy: PDisplay;
+    major_version_return,
+    minor_version_return: Pcint
+): TStatus; cdecl; external libXext;
+
+function XmbufCreateBuffers(
+    dpy: PDisplay;
+    w: TWindow;
+    count,
+    update_action,
+    update_hint: cint;
+    buffers: PMultibuffer
+): cint; cdecl; external libXext;
+
+procedure XmbufDestroyBuffers(
+    dpy: PDisplay;
+    window: TWindow
+); cdecl; external libXext;
+
+procedure XmbufDisplayBuffers(
+    dpy: PDisplay;
+    count: cint;
+    buffers: PMultibuffer;
+    min_delay,
+    max_delay: cint
+); cdecl; external libXext;
+
+function XmbufGetWindowAttributes(
+    dpy: PDisplay;
+    w: TWindow;
+    attr: PXmbufWindowAttributes
+): TStatus; cdecl; external libXext;
+
+procedure XmbufChangeWindowAttributes(
+    dpy: PDisplay;
+    w: TWindow;
+    valuemask: culong;
+    attr: PXmbufSetWindowAttributes
+); cdecl; external libXext;
+
+function XmbufGetBufferAttributes(
+    dpy: PDisplay;
+    b: TMultibuffer;
+    attr: PXmbufBufferAttributes
+): TStatus; cdecl; external libXext;
+
+procedure XmbufChangeBufferAttributes(
+    dpy: PDisplay;
+    b: TMultibuffer;
+    valuemask: culong;
+    attr: PXmbufSetBufferAttributes
+); cdecl; external libXext;
+
+function XmbufGetScreenInfo(
+    dpy: PDisplay;
+    d: TDrawable;
+    nmono_return: Pcint;
+    mono_info_return: PPXmbufBufferInfo;
+    nstereo_return: Pcint;
+    stereo_info_return: PPXmbufBufferInfo
+): TStatus; cdecl; external libXext;
+
+function XmbufCreateStereoWindow(
+    dpy: PDisplay;
+    parent: TWindow;
+    x,
+    y: cint;
+    width,
+    height,
+    border_width: cuint;
+    depth: cint;
+    class: cuint;
+    visual: PVisual;
+    valuemask: culong;
+    attr: PXSetWindowAttributes;
+    leftp,
+    rightp: PMultibuffer
+): TWindow; cdecl; external libXext;
+
+procedure XmbufClearBufferArea(
+    dpy: PDisplay;
+    buffer: TMultibuffer;
+    x,
+    y: cint;
+    width,
+    height: cuint;
+    exposures: TBool
+); cdecl; external libXext;
+
+implementation
+end.

+ 79 - 0
packages/x11/src/multibufconst.inc

@@ -0,0 +1,79 @@
+(*
+Copyright 1989, 1998  The Open Group
+
+Permission to use, copy, modify, distribute, and sell this software and its
+documentation for any purpose is hereby granted without fee, provided that
+the above copyright notice appear in all copies and that both that
+copyright notice and this permission notice appear in supporting
+documentation.
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
+OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
+AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+Except as contained in this notice, the name of The Open Group shall not be
+used in advertising or otherwise to promote the sale, use or other dealings
+in this Software without prior written authorization from The Open Group.
+ *)
+
+const
+  MULTIBUFFER_PROTOCOL_NAME = 'Multi-Buffering';
+
+  MULTIBUFFER_MAJOR_VERSION = 1;  { current version numbers }
+  MULTIBUFFER_MINOR_VERSION = 1;  { has ClearImageBufferArea }
+
+(*
+ * update_action field
+ *)
+  MultibufferUpdateActionUndefined  = 0;
+  MultibufferUpdateActionBackground = 1;
+  MultibufferUpdateActionUntouched  = 2;
+  MultibufferUpdateActionCopied     = 3;
+
+(*
+ * update_hint field
+ *)
+  MultibufferUpdateHintFrequent     = 0;
+  MultibufferUpdateHintIntermittent = 1;
+  MultibufferUpdateHintStatic       = 2;
+
+(*
+ * valuemask fields
+ *)
+  MultibufferWindowUpdateHint = 1 shl 0;
+  MultibufferBufferEventMask  = 1 shl 0;
+
+(*
+ * mono vs. stereo and left vs. right
+ *)
+  MultibufferModeMono   = 0;
+  MultibufferModeStereo = 1;
+  MultibufferSideMono   = 0;
+  MultibufferSideLeft   = 1;
+  MultibufferSideRight  = 2;
+
+(*
+ * clobber state
+ *)
+  MultibufferUnclobbered        = 0;
+  MultibufferPartiallyClobbered = 1;
+  MultibufferFullyClobbered     = 2;
+
+(*
+ * event stuff
+ *)
+  MultibufferClobberNotifyMask = $02000000;
+  MultibufferUpdateNotifyMask  = $04000000;
+
+  MultibufferClobberNotify = 0;
+  MultibufferUpdateNotify  = 1;
+  MultibufferNumberEvents  = MultibufferUpdateNotify + 1;
+
+  MultibufferBadBuffer    = 0;
+  MultibufferNumberErrors = MultibufferBadBuffer + 1;

+ 57 - 0
packages/x11/src/secur.inc

@@ -0,0 +1,57 @@
+(*
+Copyright 1996, 1998  The Open Group
+
+Permission to use, copy, modify, distribute, and sell this software and its
+documentation for any purpose is hereby granted without fee, provided that
+the above copyright notice appear in all copies and that both that
+copyright notice and this permission notice appear in supporting
+documentation.
+
+The above copyright notice and this permission notice shall be included
+in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR
+OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
+ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+OTHER DEALINGS IN THE SOFTWARE.
+
+Except as contained in this notice, the name of The Open Group shall
+not be used in advertising or otherwise to promote the sale, use or
+other dealings in this Software without prior written authorization
+from The Open Group.
+*)
+
+const
+  SECURITY_EXTENSION_NAME = 'SECURITY';
+  SECURITY_MAJOR_VERSION  = 1;
+  SECURITY_MINOR_VERSION  = 0;
+
+  XSecurityNumberEvents             = 1;
+  XSecurityNumberErrors             = 2;
+  XSecurityBadAuthorization         = 0;
+  XSecurityBadAuthorizationProtocol = 1;
+
+{ trust levels }
+  XSecurityClientTrusted   = 0;
+  XSecurityClientUntrusted = 1;
+
+{ authorization attribute masks }
+  XSecurityTimeout    = 1 shl 0;
+  XSecurityTrustLevel = 1 shl 1;
+  XSecurityGroup      = 1 shl 2;
+  XSecurityEventMask  = 1 shl 3;
+  XSecurityAllAuthorizationAttributes =
+    XSecurityTimeout or XSecurityTrustLevel or XSecurityGroup or XSecurityEventMask;
+
+{ event masks }
+  XSecurityAuthorizationRevokedMask = 1 shl 0;
+  XSecurityAllEventMasks = XSecurityAuthorizationRevokedMask;
+
+{ event offsets }
+  XSecurityAuthorizationRevoked = 0;
+
+  XSecurityAuthorizationName    = 'XC-QUERY-SECURITY-1';
+  XSecurityAuthorizationNameLen = 19;

+ 87 - 0
packages/x11/src/security.pp

@@ -0,0 +1,87 @@
+(*
+Copyright 1996, 1998  The Open Group
+
+Permission to use, copy, modify, distribute, and sell this software and its
+documentation for any purpose is hereby granted without fee, provided that
+the above copyright notice appear in all copies and that both that
+copyright notice and this permission notice appear in supporting
+documentation.
+
+The above copyright notice and this permission notice shall be included
+in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR
+OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
+ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+OTHER DEALINGS IN THE SOFTWARE.
+
+Except as contained in this notice, the name of The Open Group shall
+not be used in advertising or otherwise to promote the sale, use or
+other dealings in this Software without prior written authorization
+from The Open Group.
+*)
+
+unit security;
+
+{$PACKRECORDS c}
+
+interface
+
+uses
+  ctypes, x, xlib;
+
+const
+  libXext = 'Xext';
+
+{$define _XAUTH_STRUCT_ONLY}
+{$I xauth.inc}
+
+{$I secur.inc}
+
+type
+{ type for returned auth ids }
+  PXSecurityAuthorization = ^TXSecurityAuthorization;
+  TXSecurityAuthorization = culong;
+
+  PXSecurityAuthorizationAttributes = ^TXSecurityAuthorizationAttributes;
+  TXSecurityAuthorizationAttributes = record
+    timeout: cuint;
+    trust_level: cuint;
+    group: TXID;
+    event_mask: clong;
+  end;
+
+  PXSecurityAuthorizationRevokedEvent = ^TXSecurityAuthorizationRevokedEvent;
+  TXSecurityAuthorizationRevokedEvent = record
+    _type: cint;                       { event base + XSecurityAuthorizationRevoked }
+    serial: culong;                    { # of last request processed by server }
+    send_event: TBool;                 { true if this came from a SendEvent request }
+    display: PDisplay;                 { Display the event was read from }
+    auth_id: TXSecurityAuthorization;  { revoked authorization id }
+  end;
+
+function XSecurityQueryExtension (
+    dpy: PDisplay;
+    major_version_return,
+    minor_version_return: Pcint): TStatus; cdecl; external libXext;
+
+function XSecurityAllocXauth: PXauth; cdecl; external libXext;
+
+procedure XSecurityFreeXauth(auth: PXauth); cdecl; external libXext;
+
+function XSecurityGenerateAuthorization(
+    dpy: PDisplay;
+    auth_in: PXauth;
+    valuemask: culong;
+    attributes: PXSecurityAuthorizationAttributes;
+    auth_id_return: PXSecurityAuthorization): PXauth; cdecl; external libXext;
+
+function XSecurityRevokeAuthorization(
+    dpy: PDisplay;
+    auth_id: TXSecurityAuthorization): TStatus; cdecl; external libXext;
+
+implementation
+end.

+ 157 - 0
packages/x11/src/shape.pp

@@ -0,0 +1,157 @@
+(************************************************************
+
+Copyright 1989, 1998  The Open Group
+
+Permission to use, copy, modify, distribute, and sell this software and its
+documentation for any purpose is hereby granted without fee, provided that
+the above copyright notice appear in all copies and that both that
+copyright notice and this permission notice appear in supporting
+documentation.
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
+OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
+AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+Except as contained in this notice, the name of The Open Group shall not be
+used in advertising or otherwise to promote the sale, use or other dealings
+in this Software without prior written authorization from The Open Group.
+
+********************************************************)
+
+unit shape;
+
+{$PACKRECORDS C}
+
+interface
+
+uses
+  ctypes, x, xlib, xutil;
+
+const
+  libXext = 'Xext';
+
+{$I shapeconst.inc}
+
+//#include <X11/Xutil.h>
+
+type
+  PXShapeEvent = ^TXShapeEvent;
+  TXShapeEvent = record
+    _type: cint;               { of event }
+    serial: culong;            { # of last request processed by server }
+    send_event: TBool;         { true if this came frome a SendEvent request }
+    display: PDisplay;         { Display the event was read from }
+    window: TWindow;           { window of event }
+    kind: cint;                { ShapeBounding or ShapeClip }
+    x, y: cint;                { extents of new region }
+    width, height: cunsigned;
+    time: TTime;               { server timestamp when region changed }
+    shaped: TBool;             { true if the region exists }
+  end;
+
+function XShapeQueryExtension(
+    display: PDisplay;
+    event_base,
+    error_base: Pcint
+): TBoolResult; cdecl; external libXext;
+
+function XShapeQueryVersion(
+    display: PDisplay;
+    major_version,
+    minor_version: Pcint
+): TStatus; cdecl; external libXext;
+
+procedure XShapeCombineRegion(
+    display: PDisplay;
+    dest: TWindow;
+    dest_kind: cint;
+    x_off,
+    y_off: cint;
+    region: TRegion;
+    op: cint
+); cdecl; external libXext;
+
+procedure XShapeCombineRectangles(
+    display: PDisplay;
+    dest: TWindow;
+    dest_kind: cint;
+    x_off,
+    y_off: cint;
+    rectangles: PXRectangle;
+    n_rects: cint;
+    op: cint;
+    ordering: cint
+); cdecl; external libXext;
+
+procedure XShapeCombineMask(
+    display: PDisplay;
+    dest: TWindow;
+    dest_kind: cint;
+    x_off,
+    y_off: cint;
+    src: TPixmap;
+    op: cint
+); cdecl; external libXext;
+
+procedure XShapeCombineShape(
+    display: PDisplay;
+    dest: TWindow;
+    dest_kind: cint;
+    x_off,
+    y_off: cint;
+    src: TWindow;
+    src_kind: cint;
+    op: cint
+); cdecl; external libXext;
+
+procedure XShapeOffsetShape(
+    display: PDisplay;
+    dest: TWindow;
+    dest_kind: cint;
+    x_off,
+    y_off: cint
+); cdecl; external libXext;
+
+function XShapeQueryExtents(
+    display: PDisplay;
+    window: TWindow;
+    bounding_shaped: PBool;
+    x_bounding,
+    y_bounding: Pcint;
+    w_bounding,
+    h_bounding: Pcuint;
+    clip_shaped: PBool;
+    x_clip,
+    y_clip: Pcint;
+    w_clip,
+    h_clip: Pcuint
+): TStatus; cdecl; external libXext;
+
+procedure XShapeSelectInput(
+    display: PDisplay;
+    window: TWindow;
+    mask: culong
+); cdecl; external libXext;
+
+function XShapeInputSelected(
+    display: PDisplay;
+    window: TWindow
+): culong; cdecl; external libXext;
+
+function XShapeGetRectangles(
+    display: PDisplay;
+    window: TWindow;
+    kind: cint;
+    count,
+    ordering: Pcint
+): PXRectangle; cdecl; external libXext;
+
+implementation
+
+end.

+ 51 - 0
packages/x11/src/shapeconst.inc

@@ -0,0 +1,51 @@
+(************************************************************
+
+Copyright 1989, 1998  The Open Group
+
+Permission to use, copy, modify, distribute, and sell this software and its
+documentation for any purpose is hereby granted without fee, provided that
+the above copyright notice appear in all copies and that both that
+copyright notice and this permission notice appear in supporting
+documentation.
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
+OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
+AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+Except as contained in this notice, the name of The Open Group shall not be
+used in advertising or otherwise to promote the sale, use or other dealings
+in this Software without prior written authorization from The Open Group.
+
+********************************************************)
+
+(*
+ * Protocol requests constants and alignment values
+ * These would really be in SHAPE's X.h and Xproto.h equivalents
+ *)
+
+const
+  SHAPENAME = 'SHAPE';
+
+  SHAPE_MAJOR_VERSION = 1;  { current version numbers }
+  SHAPE_MINOR_VERSION = 1;
+
+  ShapeSet       = 0;
+  ShapeUnion     = 1;
+  ShapeIntersect = 2;
+  ShapeSubtract  = 3;
+  ShapeInvert    = 4;
+
+  ShapeBounding = 0;
+  ShapeClip     = 1;
+  ShapeInput    = 2;
+
+  ShapeNotifyMask = 1 shl 0;
+  ShapeNotify     = 0;
+
+  ShapeNumberEvents = ShapeNotify + 1;

+ 356 - 0
packages/x11/src/sync.pp

@@ -0,0 +1,356 @@
+(*
+
+Copyright 1991, 1993, 1994, 1998  The Open Group
+
+Permission to use, copy, modify, distribute, and sell this software and its
+documentation for any purpose is hereby granted without fee, provided that
+the above copyright notice appear in all copies and that both that
+copyright notice and this permission notice appear in supporting
+documentation.
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
+OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
+AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+Except as contained in this notice, the name of The Open Group shall not be
+used in advertising or otherwise to promote the sale, use or other dealings
+in this Software without prior written authorization from The Open Group.
+
+*)
+
+(***********************************************************
+Copyright 1991,1993 by Digital Equipment Corporation, Maynard, Massachusetts,
+and Olivetti Research Limited, Cambridge, England.
+
+                        All Rights Reserved
+
+Permission to use, copy, modify, and distribute this software and its
+documentation for any purpose and without fee is hereby granted,
+provided that the above copyright notice appear in all copies and that
+both that copyright notice and this permission notice appear in
+supporting documentation, and that the names of Digital or Olivetti
+not be used in advertising or publicity pertaining to distribution of the
+software without specific, written prior permission.
+
+DIGITAL AND OLIVETTI DISCLAIM ALL WARRANTIES WITH REGARD TO THIS
+SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
+FITNESS, IN NO EVENT SHALL THEY BE LIABLE FOR ANY SPECIAL, INDIRECT OR
+CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
+USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
+OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
+PERFORMANCE OF THIS SOFTWARE.
+
+******************************************************************)
+
+unit sync;
+
+{$PACKRECORDS c}
+
+interface
+
+uses
+  ctypes, x, xlib;
+
+const
+  libXext = 'Xext';
+
+{$I syncconst.inc}
+
+type
+  PXSyncSystemCounter = ^TXSyncSystemCounter;
+  TXSyncSystemCounter = record
+    name: Pchar;              { null-terminated name of system counter }
+    counter: TXSyncCounter;   { counter id of this system counter }
+    resolution: TXSyncValue;  { resolution of this system counter }
+  end;
+
+  PXSyncTrigger = ^TXSyncTrigger;
+  TXSyncTrigger = record
+    counter: TXSyncCounter;       { counter to trigger on }
+    value_type: TXSyncValueType;  { absolute/relative }
+    wait_value: TXSyncValue;      { value to compare counter to }
+    test_type: TXSyncTestType;    { pos/neg comparison/transtion }
+  end;
+
+  PXSyncWaitCondition = ^TXSyncWaitCondition;
+  TXSyncWaitCondition = record
+    trigger: TXSyncTrigger;        { trigger for await }
+    event_threshold: TXSyncValue;  { send event if past threshold }
+  end;
+
+  PXSyncAlarmAttributes = ^TXSyncAlarmAttributes;
+  TXSyncAlarmAttributes = record
+    trigger: TXSyncTrigger;
+    delta: TXSyncValue;
+    events: TBool;
+    state: TXSyncAlarmState;
+  end;
+
+(*
+ *  Events
+ *)
+
+  PXSyncCounterNotifyEvent = ^TXSyncCounterNotifyEvent;
+  TXSyncCounterNotifyEvent = record
+    _type: cint;                 { event base + XSyncCounterNotify }
+    serial: culong;              { # of last request processed by server }
+    send_event: TBool;           { true if this came from a SendEvent request }
+    display: PDisplay;           { Display the event was read from }
+    counter: TXSyncCounter;      { counter involved in await }
+    wait_value: TXSyncValue;     { value being waited for }
+    counter_value: TXSyncValue;  { counter value when this event was sent }
+    time: TTime;                 { milliseconds }
+    count: cint;                 { how many more events to come }
+    destroyed: TBool;            { True if counter was destroyed }
+  end;
+
+  PXSyncAlarmNotifyEvent = ^TXSyncAlarmNotifyEvent;
+  TXSyncAlarmNotifyEvent = record
+    _type: cint;                 { event base + XSyncAlarmNotify }
+    serial: culong;              { # of last request processed by server }
+    send_event: TBool;           { true if this came from a SendEvent request }
+    display: PDisplay;           { Display the event was read from }
+    alarm: TXSyncAlarm;          { alarm that triggered }
+    counter_value: TXSyncValue;  { value that triggered the alarm }
+    alarm_value: TXSyncValue;    { test  value of trigger in alarm }
+    time: TTime;                 { milliseconds }
+    state: TXSyncAlarmState;     { new state of alarm }
+  end;
+
+(*
+ *  Errors
+ *)
+
+  PXSyncAlarmError = ^TXSyncAlarmError;
+  TXSyncAlarmError = record
+    _type: cint;
+    display: PDisplay;     { Display the event was read from }
+    alarm: TXSyncAlarm;    { resource id }
+    serial: culong;        { serial number of failed request }
+    error_code: cuchar;    { error base + XSyncBadAlarm }
+    request_code: cuchar;  { Major op-code of failed request }
+    minor_code: cuchar;    { Minor op-code of failed request }
+  end;
+
+  PXSyncCounterError = ^TXSyncCounterError;
+  TXSyncCounterError = record
+    _type: cint;
+    display: PDisplay;       { Display the event was read from }
+    counter: TXSyncCounter;  { resource id }
+    serial: culong;          { serial number of failed request }
+    error_code: cuchar;      { error base + XSyncBadCounter }
+    request_code: cuchar;    { Major op-code of failed request }
+    minor_code: cuchar;      { Minor op-code of failed request }
+  end;
+
+
+procedure XSyncIntToValue(
+    pv: PXSyncValue;
+    i: cint
+); cdecl; external libXext;
+
+procedure XSyncIntsToValue(
+    pv: PXSyncValue;
+    l: cuint;
+    h: cint
+); cdecl; external libXext;
+
+function XSyncValueGreaterThan(
+    a: TXSyncValue;
+    b: TXSyncValue
+): TBoolResult; cdecl; external libXext;
+
+function XSyncValueLessThan(
+    a: TXSyncValue;
+    b: TXSyncValue
+): TBoolResult; cdecl; external libXext;
+
+function XSyncValueGreaterOrEqual(
+    a: TXSyncValue;
+    b: TXSyncValue
+): TBoolResult; cdecl; external libXext;
+
+function XSyncValueLessOrEqual(
+    a: TXSyncValue;
+    b: TXSyncValue
+): TBoolResult; cdecl; external libXext;
+
+function XSyncValueEqual(
+    a: TXSyncValue;
+    b: TXSyncValue
+): TBoolResult; cdecl; external libXext;
+
+function XSyncValueIsNegative(
+    v: TXSyncValue
+): TBoolResult; cdecl; external libXext;
+
+function XSyncValueIsZero(
+    a: TXSyncValue
+): TBoolResult; cdecl; external libXext;
+
+function XSyncValueIsPositive(
+    v: TXSyncValue
+): TBoolResult; cdecl; external libXext;
+
+function XSyncValueLow32(
+    v: TXSyncValue
+): cuint; cdecl; external libXext;
+
+function XSyncValueHigh32(
+    v: TXSyncValue
+): cint; cdecl; external libXext;
+
+procedure XSyncValueAdd(
+    presult: PXSyncValue;
+    a: TXSyncValue;
+    b: TXSyncValue;
+    poverflow: Pcint
+); cdecl; external libXext;
+
+procedure XSyncValueSubtract(
+    presult: PXSyncValue;
+    a: TXSyncValue;
+    b: TXSyncValue;
+    poverflow: Pcint
+); cdecl; external libXext;
+
+procedure XSyncMaxValue(
+    pv: PXSyncValue
+); cdecl; external libXext;
+
+procedure XSyncMinValue(
+    pv: PXSyncValue
+); cdecl; external libXext;
+
+function XSyncQueryExtension(
+    dpy: PDisplay;
+    event_base_return,
+    error_base_return: Pcint
+): TStatus; cdecl; external libXext;
+
+function XSyncInitialize(
+    dpy: PDisplay;
+    major_version_return,
+    minor_version_return: Pcint
+): TStatus; cdecl; external libXext;
+
+function XSyncListSystemCounters(
+    dpy: PDisplay;
+    n_counters_return: Pcint
+): PXSyncSystemCounter; cdecl; external libXext;
+
+procedure XSyncFreeSystemCounterList(
+    list: PXSyncSystemCounter
+); cdecl; external libXext;
+
+function XSyncCreateCounter(
+    dpy: PDisplay;
+    initial_value: TXSyncValue
+): TXSyncCounter; cdecl; external libXext;
+
+function XSyncSetCounter(
+    dpy: PDisplay;
+    counter: TXSyncCounter;
+    value: TXSyncValue
+): TStatus; cdecl; external libXext;
+
+function XSyncChangeCounter(
+    dpy: PDisplay;
+    counter: TXSyncCounter;
+    value: TXSyncValue
+): TStatus; cdecl; external libXext;
+
+function XSyncDestroyCounter(
+    dpy: PDisplay;
+    counter: TXSyncCounter
+): TStatus; cdecl; external libXext;
+
+function XSyncQueryCounter(
+    dpy: PDisplay;
+    counter: TXSyncCounter;
+    value_return: PXSyncValue
+): TStatus; cdecl; external libXext;
+
+function XSyncAwait(
+    dpy: PDisplay;
+    wait_list: PXSyncWaitCondition;
+    n_conditions: cint
+): TStatus; cdecl; external libXext;
+
+function XSyncCreateAlarm(
+    dpy: PDisplay;
+    values_mask: culong;
+    values: PXSyncAlarmAttributes
+): TXSyncAlarm; cdecl; external libXext;
+
+function XSyncDestroyAlarm(
+    dpy: PDisplay;
+    alarm: TXSyncAlarm
+): TStatus; cdecl; external libXext;
+
+function XSyncQueryAlarm(
+    dpy: PDisplay;
+    alarm: TXSyncAlarm;
+    values_return: PXSyncAlarmAttributes
+): TStatus; cdecl; external libXext;
+
+function XSyncChangeAlarm(
+    dpy: PDisplay;
+    alarm: TXSyncAlarm;
+    values_mask: culong;
+    values: PXSyncAlarmAttributes
+): TStatus; cdecl; external libXext;
+
+function XSyncSetPriority(
+    dpy: PDisplay;
+    client_resource_id: TXID;
+    priority: cint
+): TStatus; cdecl; external libXext;
+
+function XSyncGetPriority(
+    dpy: PDisplay;
+    client_resource_id: TXID;
+    return_priority: Pcint
+): TStatus; cdecl; external libXext;
+
+function XSyncCreateFence(
+    dpy: PDisplay;
+    d: TDrawable;
+    initially_triggered: TBool
+): TXSyncFence; cdecl; external libXext;
+
+function XSyncTriggerFence(
+    dpy: PDisplay;
+    fence: TXSyncFence
+): TBoolResult; cdecl; external libXext;
+
+function XSyncResetFence(
+    dpy: PDisplay;
+    fence: TXSyncFence
+): TBoolResult; cdecl; external libXext;
+
+function XSyncDestroyFence(
+    dpy: PDisplay;
+    fence: TXSyncFence
+): TBoolResult; cdecl; external libXext;
+
+function XSyncQueryFence(
+    dpy: PDisplay;
+    fence: TXSyncFence;
+    triggered: PBool
+): TBoolResult; cdecl; external libXext;
+
+function XSyncAwaitFence(
+    dpy: PDisplay;
+    fence_list: PXSyncFence;
+    n_fences: cint
+): TBoolResult; cdecl; external libXext;
+
+implementation
+end.

+ 120 - 0
packages/x11/src/syncconst.inc

@@ -0,0 +1,120 @@
+(*
+
+Copyright 1991, 1993, 1994, 1998  The Open Group
+
+Permission to use, copy, modify, distribute, and sell this software and its
+documentation for any purpose is hereby granted without fee, provided that
+the above copyright notice appear in all copies and that both that
+copyright notice and this permission notice appear in supporting
+documentation.
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
+OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
+AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+Except as contained in this notice, the name of The Open Group shall not be
+used in advertising or otherwise to promote the sale, use or other dealings
+in this Software without prior written authorization from The Open Group.
+
+*)
+
+(***********************************************************
+Copyright 1991,1993 by Digital Equipment Corporation, Maynard, Massachusetts,
+and Olivetti Research Limited, Cambridge, England.
+
+                        All Rights Reserved
+
+Permission to use, copy, modify, and distribute this software and its
+documentation for any purpose and without fee is hereby granted,
+provided that the above copyright notice appear in all copies and that
+both that copyright notice and this permission notice appear in
+supporting documentation, and that the names of Digital or Olivetti
+not be used in advertising or publicity pertaining to distribution of the
+software without specific, written prior permission.
+
+DIGITAL AND OLIVETTI DISCLAIM ALL WARRANTIES WITH REGARD TO THIS
+SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
+FITNESS, IN NO EVENT SHALL THEY BE LIABLE FOR ANY SPECIAL, INDIRECT OR
+CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
+USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
+OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
+PERFORMANCE OF THIS SOFTWARE.
+
+******************************************************************)
+
+const
+  SYNC_NAME = 'SYNC';
+
+  SYNC_MAJOR_VERSION = 3;
+  SYNC_MINOR_VERSION = 1;
+
+
+  XSyncCounterNotify   = 0;
+  XSyncAlarmNotify     = 1;
+  XSyncAlarmNotifyMask = 1 shl XSyncAlarmNotify;
+
+  XSyncNumberEvents    = 2;
+
+  XSyncBadCounter      = 0;
+  XSyncBadAlarm        = 1;
+  XSyncBadFence        = 2;
+  XSyncNumberErrors    = XSyncBadFence + 1;
+
+(*
+ * Flags for Alarm Attributes
+ *)
+  XSyncCACounter   = 1 shl 0;
+  XSyncCAValueType = 1 shl 1;
+  XSyncCAValue     = 1 shl 2;
+  XSyncCATestType  = 1 shl 3;
+  XSyncCADelta     = 1 shl 4;
+  XSyncCAEvents    = 1 shl 5;
+
+type
+(*
+ * Constants for the value_type argument of various requests
+ *)
+  PXSyncValueType = ^TXSyncValueType;
+  TXSyncValueType = (
+    XSyncAbsolute,
+    XSyncRelative);
+
+(*
+ * Alarm Test types
+ *)
+  PXSyncTestType = ^TXSyncTestType;
+  TXSyncTestType = (
+    XSyncPositiveTransition,
+    XSyncNegativeTransition,
+    XSyncPositiveComparison,
+    XSyncNegativeComparison);
+
+(*
+ * Alarm state constants
+ *)
+  PXSyncAlarmState = ^TXSyncAlarmState;
+  TXSyncAlarmState = (
+    XSyncAlarmActive,
+    XSyncAlarmInactive,
+    XSyncAlarmDestroyed);
+
+  PXSyncCounter = ^TXSyncCounter;
+  TXSyncCounter = TXID;
+
+  PXSyncAlarm = ^TXSyncAlarm;
+  TXSyncAlarm = TXID;
+
+  PXSyncFence = ^TXSyncFence;
+  TXSyncFence = TXID;
+
+  PXSyncValue = ^TXSyncValue;
+  TXSyncValue = record
+    hi: cint;
+    lo: cuint;
+  end;

+ 96 - 0
packages/x11/src/xag.pp

@@ -0,0 +1,96 @@
+(*
+Copyright 1996, 1998  The Open Group
+
+Permission to use, copy, modify, distribute, and sell this software and its
+documentation for any purpose is hereby granted without fee, provided that
+the above copyright notice appear in all copies and that both that
+copyright notice and this permission notice appear in supporting
+documentation.
+
+The above copyright notice and this permission notice shall be included
+in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR
+OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
+ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+OTHER DEALINGS IN THE SOFTWARE.
+
+Except as contained in this notice, the name of The Open Group shall
+not be used in advertising or otherwise to promote the sale, use or
+other dealings in this Software without prior written authorization
+from The Open Group.
+*)
+
+unit xag;
+
+interface
+
+{$MODE objfpc}
+
+uses
+  ctypes, x, xlib;
+
+const
+  libXext = 'Xext';
+
+{$I ag.inc}
+
+//#include <stdarg.h>
+
+type
+  PXAppGroup = ^TXAppGroup;
+  TXAppGroup = TXID;
+
+function XagQueryVersion(
+    dpy: PDisplay;
+    major_version,
+    minor_version: Pcint
+): TBoolResult; cdecl; external libXext;
+
+function XagCreateEmbeddedApplicationGroup(
+    dpy: PDisplay;
+    root_visual: TVisualID;
+    default_colormap: TColormap;
+    black_pixel,
+    white_pixel: culong;
+    app_group_return: PXAppGroup
+): TStatus; cdecl; external libXext;
+
+function XagCreateNonembeddedApplicationGroup(
+    dpy: PDisplay;
+    app_group_return: PXAppGroup
+): TStatus; cdecl; external libXext;
+
+function XagDestroyApplicationGroup(
+    dpy: PDisplay;
+    app_group: TXAppGroup
+): TStatus; cdecl; external libXext;
+
+function XagGetApplicationGroupAttributes(
+    dpy: PDisplay;
+    app_group: TXAppGroup;
+    dotdotdot: array of const
+): TStatus; cdecl; external libXext;
+
+function XagQueryApplicationGroup(
+    dpy: PDisplay;
+    resource_base: TXID;
+    app_group_ret: PXAppGroup
+): TStatus; cdecl; external libXext;
+
+function XagCreateAssociation(
+    dpy: PDisplay;
+    window_ret: PWindow;
+    system_window: Pointer
+): TStatus; cdecl; external libXext;
+
+function XagDestroyAssociation(
+    dpy: PDisplay;
+    window: TWindow
+): TStatus; cdecl; external libXext;
+
+implementation
+end.

+ 134 - 0
packages/x11/src/xauth.inc

@@ -0,0 +1,134 @@
+(*
+
+Copyright 1988, 1998  The Open Group
+
+Permission to use, copy, modify, distribute, and sell this software and its
+documentation for any purpose is hereby granted without fee, provided that
+the above copyright notice appear in all copies and that both that
+copyright notice and this permission notice appear in supporting
+documentation.
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
+OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
+AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+Except as contained in this notice, the name of The Open Group shall not be
+used in advertising or otherwise to promote the sale, use or other dealings
+in this Software without prior written authorization from The Open Group.
+
+*)
+
+type
+  PXauth = ^TXauth;
+  TXauth = record
+    family: cushort;
+    address_length: cushort;
+    address: Pchar;
+    number_length: cushort;
+    number: Pchar;
+    name_length: cushort;
+    name: PChar;
+    data_length: cushort;
+    data: PChar;
+  end;
+
+{$ifndef _XAUTH_STRUCT_ONLY}
+
+# include   <X11/Xfuncproto.h>
+# include   <X11/Xfuncs.h>
+
+# include   <stdio.h>
+
+# define FamilyLocal (256)	/* not part of X standard (i.e. X.h) */
+# define FamilyWild  (65535)
+# define FamilyNetname    (254)   /* not part of X standard */
+# define FamilyKrb5Principal (253) /* Kerberos 5 principal name */
+# define FamilyLocalHost (252)	/* for local non-net authentication */
+
+
+_XFUNCPROTOBEGIN
+
+char *XauFileName(void);
+
+Xauth *XauReadAuth(
+FILE*	/* auth_file */
+);
+
+int XauLockAuth(
+_Xconst char*	/* file_name */,
+int		/* retries */,
+int		/* timeout */,
+long		/* dead */
+);
+
+int XauUnlockAuth(
+_Xconst char*	/* file_name */
+);
+
+int XauWriteAuth(
+FILE*		/* auth_file */,
+Xauth*		/* auth */
+);
+
+Xauth *XauGetAuthByAddr(
+#if NeedWidePrototypes
+unsigned int	/* family */,
+unsigned int	/* address_length */,
+#else
+unsigned short	/* family */,
+unsigned short	/* address_length */,
+#endif
+_Xconst char*	/* address */,
+#if NeedWidePrototypes
+unsigned int	/* number_length */,
+#else
+unsigned short	/* number_length */,
+#endif
+_Xconst char*	/* number */,
+#if NeedWidePrototypes
+unsigned int	/* name_length */,
+#else
+unsigned short	/* name_length */,
+#endif
+_Xconst char*	/* name */
+);
+
+Xauth *XauGetBestAuthByAddr(
+#if NeedWidePrototypes
+unsigned int	/* family */,
+unsigned int	/* address_length */,
+#else
+unsigned short	/* family */,
+unsigned short	/* address_length */,
+#endif
+_Xconst char*	/* address */,
+#if NeedWidePrototypes
+unsigned int	/* number_length */,
+#else
+unsigned short	/* number_length */,
+#endif
+_Xconst char*	/* number */,
+int		/* types_length */,
+char**		/* type_names */,
+_Xconst int*	/* type_lengths */
+);
+
+void XauDisposeAuth(
+Xauth*		/* auth */
+);
+
+_XFUNCPROTOEND
+
+/* Return values from XauLockAuth */
+
+# define LOCK_SUCCESS	0	/* lock succeeded */
+# define LOCK_ERROR	1	/* lock unexpectely failed, check errno */
+# define LOCK_TIMEOUT	2	/* lock failed, timeouts expired */
+
+{$endif _XAUTH_STRUCT_ONLY}

+ 60 - 0
packages/x11/src/xcup.pp

@@ -0,0 +1,60 @@
+(*
+
+Copyright 1987, 1988, 1998  The Open Group
+
+Permission to use, copy, modify, distribute, and sell this software and its
+documentation for any purpose is hereby granted without fee, provided that
+the above copyright notice appear in all copies and that both that
+copyright notice and this permission notice appear in supporting
+documentation.
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
+OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
+AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+Except as contained in this notice, the name of The Open Group shall not be
+used in advertising or otherwise to promote the sale, use or other dealings
+in this Software without prior written authorization from The Open Group.
+
+*)
+
+unit xcup;
+
+interface
+
+uses
+  ctypes, x, xlib;
+
+const
+  libXext = 'Xext';
+
+{$I cup.inc}
+
+function XcupQueryVersion(
+    dpy: PDisplay;
+    major_version,
+    minor_version: Pcint
+): TBoolResult; cdecl; external libXext;
+
+function XcupGetReservedColormapEntries(
+    dpy: PDisplay;
+    screen: cint;
+    colors_out: PPXColor;
+    ncolors: Pcint
+): TStatus; cdecl; external libXext;
+
+function XcupStoreColors(
+    dpy: PDisplay;
+    colormap: TColormap;
+    colors: PXColor;
+    ncolors: cint
+): TStatus; cdecl; external libXext;
+
+implementation
+end.

+ 136 - 0
packages/x11/src/xdbe.pp

@@ -0,0 +1,136 @@
+(******************************************************************************
+ *
+ * Copyright (c) 1994, 1995  Hewlett-Packard Company
+ *
+ * Permission is hereby granted, free of charge, to any person obtaining
+ * a copy of this software and associated documentation files (the
+ * "Software"), to deal in the Software without restriction, including
+ * without limitation the rights to use, copy, modify, merge, publish,
+ * distribute, sublicense, and/or sell copies of the Software, and to
+ * permit persons to whom the Software is furnished to do so, subject to
+ * the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included
+ * in all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+ * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+ * IN NO EVENT SHALL HEWLETT-PACKARD COMPANY BE LIABLE FOR ANY CLAIM,
+ * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
+ * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
+ * THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+ *
+ * Except as contained in this notice, the name of the Hewlett-Packard
+ * Company shall not be used in advertising or otherwise to promote the
+ * sale, use or other dealings in this Software without prior written
+ * authorization from the Hewlett-Packard Company.
+ *
+ *     Header file for Xlib-related DBE
+ *
+ *****************************************************************************)
+
+unit xdbe;
+
+{$PACKRECORDS c}
+
+interface
+
+uses
+  ctypes, x, xlib;
+
+const
+  libXext = 'Xext';
+
+{$I dbe.inc}
+
+type
+  PXdbeVisualInfo = ^TXdbeVisualInfo;
+  TXdbeVisualInfo = record
+    visual: TVisualID;  { one visual ID that supports double-buffering }
+    depth: cint;        { depth of visual in bits                      }
+    perflevel: cint;    { performance level of visual                  }
+  end;
+
+  PXdbeScreenVisualInfo = ^TXdbeScreenVisualInfo;
+  TXdbeScreenVisualInfo = record
+    count: cint;               { number of items in visual_depth   }
+    visinfo: PXdbeVisualInfo;  { list of visuals & depths for scrn }
+  end;
+
+  PXdbeBackBuffer = ^TXdbeBackBuffer;
+  TXdbeBackBuffer = TDrawable;
+
+  PXdbeSwapAction = ^TXdbeSwapAction;
+  TXdbeSwapAction = cuchar;
+
+  PXdbeSwapInfo = ^TXdbeSwapInfo;
+  TXdbeSwapInfo = record
+    swap_window: TWindow;          { window for which to swap buffers   }
+    swap_action: TXdbeSwapAction;  { swap action to use for swap_window }
+  end;
+
+  PXdbeBackBufferAttributes = ^TXdbeBackBufferAttributes;
+  TXdbeBackBufferAttributes = record
+    window: TWindow;  { window that buffer belongs to }
+  end;
+
+  PXdbeBufferError = ^TXdbeBufferError;
+  TXdbeBufferError = record
+    _type: cint;
+    display: PDisplay;        { display the event was read from }
+    buffer: TXdbeBackBuffer;  { resource id                     }
+    serial: culong;           { serial number of failed request }
+    error_code: cuchar;       { error base + XdbeBadBuffer      }
+    request_code: cuchar;     { major opcode of failed request  }
+    minor_code: cuchar;       { minor opcode of failed request  }
+  end;
+
+function XdbeQueryExtension(
+    dpy: PDisplay;
+    major_version_return,
+    minor_version_return: Pcint
+): TStatus; cdecl; external libXext;
+
+function XdbeAllocateBackBufferName(
+    dpy: PDisplay;
+    window: TWindow;
+    swap_action: TXdbeSwapAction
+): TXdbeBackBuffer; cdecl; external libXext;
+
+function XdbeDeallocateBackBufferName(
+    dpy: PDisplay;
+    buffer: TXdbeBackBuffer
+): TStatus; cdecl; external libXext;
+
+function XdbeSwapBuffers(
+    dpy: PDisplay;
+    swap_info: PXdbeSwapInfo;
+    num_windows: cint
+): TStatus; cdecl; external libXext;
+
+function XdbeBeginIdiom(
+    dpy: PDisplay
+): TStatus; cdecl; external libXext;
+
+function XdbeEndIdiom(
+    dpy: PDisplay
+): TStatus; cdecl; external libXext;
+
+function XdbeGetVisualInfo(
+    dpy: PDisplay;
+    screen_specifiers: PDrawable;
+    num_screens: Pcint
+): PXdbeScreenVisualInfo; cdecl; external libXext;
+
+procedure XdbeFreeVisualInfo(
+    visual_info: PXdbeScreenVisualInfo
+); cdecl; external libXext;
+
+function XdbeGetBackBufferAttributes(
+    dpy: PDisplay;
+    buffer: TXdbeBackBuffer
+): PXdbeBackBufferAttributes; cdecl; external libXext;
+
+implementation
+end.

+ 72 - 0
packages/x11/src/xevi.pp

@@ -0,0 +1,72 @@
+(************************************************************
+Copyright (c) 1997 by Silicon Graphics Computer Systems, Inc.
+Permission to use, copy, modify, and distribute this
+software and its documentation for any purpose and without
+fee is hereby granted, provided that the above copyright
+notice appear in all copies and that both that copyright
+notice and this permission notice appear in supporting
+documentation, and that the name of Silicon Graphics not be
+used in advertising or publicity pertaining to distribution
+of the software without specific prior written permission.
+Silicon Graphics makes no representation about the suitability
+of this software for any purpose. It is provided "as is"
+without any express or implied warranty.
+SILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
+SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
+AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON
+GRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
+DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
+DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
+OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION  WITH
+THE USE OR PERFORMANCE OF THIS SOFTWARE.
+********************************************************)
+
+unit xevi;
+
+{$PACKRECORDS c}
+
+interface
+
+uses
+  ctypes, x, xlib;
+
+const
+  libXext = 'Xext';
+
+{$I evi.inc}
+
+type
+  PPExtendedVisualInfo = ^PExtendedVisualInfo;
+  PExtendedVisualInfo = ^TExtendedVisualInfo;
+  TExtendedVisualInfo = record
+    core_visual_id: TVisualID;
+    screen: cint;
+    level: cint;
+    transparency_type: cuint;
+    transparency_value: cuint;
+    min_hw_colormaps: cuint;
+    max_hw_colormaps: cuint;
+    num_colormap_conflicts: cuint;
+    colormap_conflicts: PVisualID;
+  end;
+
+function XeviQueryExtension(
+    dpy: PDisplay
+): TBoolResult; cdecl; external libXext;
+
+function XeviQueryVersion(
+    dpy: PDisplay;
+    majorVersion,
+    minorVersion: Pcint
+): TStatus; cdecl; external libXext;
+
+function XeviGetVisualInfo(
+    dpy: PDisplay;
+    visual_query: PVisualID;
+    nVisual_query: cint;
+    extendedVisualInfo_return: PPExtendedVisualInfo;
+    nInfo_return: Pcint
+): TStatus; cdecl; external libXext;
+
+implementation
+end.

+ 58 - 0
packages/x11/src/xext.pp

@@ -0,0 +1,58 @@
+(*
+ *
+Copyright 1989, 1998  The Open Group
+
+Permission to use, copy, modify, distribute, and sell this software and its
+documentation for any purpose is hereby granted without fee, provided that
+the above copyright notice appear in all copies and that both that
+copyright notice and this permission notice appear in supporting
+documentation.
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
+OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
+AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+Except as contained in this notice, the name of The Open Group shall not be
+used in advertising or otherwise to promote the sale, use or other dealings
+in this Software without prior written authorization from The Open Group.
+ *)
+
+unit xext;
+
+{$PACKRECORDS C}
+
+interface
+
+uses
+  ctypes, xlib;
+
+const
+  libXext = 'Xext';
+  X_EXTENSION_UNKNOWN = 'unknown';
+  X_EXTENSION_MISSING = 'missing';
+
+type
+  XextErrorHandler = function(
+    dpy: PDisplay;
+    {_Xconst} ext_name: Pchar;
+    {_Xconst} reason: PChar
+  ): cint; cdecl;
+
+function XSetExtensionErrorHandler(
+    handler: XextErrorHandler
+): XextErrorHandler; cdecl; external libXext;
+
+function XMissingExtension(
+    dpy: PDisplay;
+    {_Xconst} ext_name: PChar
+): cint; cdecl; external libXext;
+
+implementation
+
+end.

+ 51 - 0
packages/x11/src/xlbx.pp

@@ -0,0 +1,51 @@
+(*
+ * Copyright 1992 Network Computing Devices
+ *
+ * Permission to use, copy, modify, distribute, and sell this software and its
+ * documentation for any purpose is hereby granted without fee, provided that
+ * the above copyright notice appear in all copies and that both that
+ * copyright notice and this permission notice appear in supporting
+ * documentation, and that the name of NCD. not be used in advertising or
+ * publicity pertaining to distribution of the software without specific,
+ * written prior permission.  NCD. makes no representations about the
+ * suitability of this software for any purpose.  It is provided "as is"
+ * without express or implied warranty.
+ *
+ * NCD. DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL NCD.
+ * BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+ * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
+ * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
+ * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+ *
+ *)
+
+unit xlbx;
+
+interface
+
+uses
+  ctypes, xlib;
+
+const
+  libXext = 'Xext';
+
+{$I lbx.inc}
+
+function XLbxQueryExtension(
+    dpy: PDisplay;
+    requestp,
+    event_basep,
+    error_basep: Pcint
+): TBoolResult; cdecl; external libXext;
+
+function XLbxQueryVersion(
+    dpy: PDisplay;
+    majorVersion,
+    minorVersion: Pcint
+): TBoolResult; cdecl; external libXext;
+
+function XLbxGetEventBase(dpy: PDisplay): cint; cdecl; external libXext;
+
+implementation
+end.

+ 2 - 0
packages/x11/src/xlib.pp

@@ -45,6 +45,7 @@ type
      For function results, longbool is OK, since everything <>0 
      For function results, longbool is OK, since everything <>0 
      is interpreted as true, so we introduce TBoolResult. }
      is interpreted as true, so we introduce TBoolResult. }
    TBool = cint;
    TBool = cint;
+   PBoolResult = ^TBoolResult;
    TBoolResult = longbool;
    TBoolResult = longbool;
    PStatus = ^TStatus;
    PStatus = ^TStatus;
    TStatus = cint;
    TStatus = cint;
@@ -259,6 +260,7 @@ type
         stack_mode : cint;
         stack_mode : cint;
      end;
      end;
 
 
+   PPXColor = ^PXColor;
    PXColor = ^TXColor;
    PXColor = ^TXColor;
    TXColor = record
    TXColor = record
         pixel : culong;
         pixel : culong;

+ 101 - 0
packages/x11/src/xmd.pp

@@ -0,0 +1,101 @@
+(***********************************************************
+
+Copyright 1987, 1998  The Open Group
+
+Permission to use, copy, modify, distribute, and sell this software and its
+documentation for any purpose is hereby granted without fee, provided that
+the above copyright notice appear in all copies and that both that
+copyright notice and this permission notice appear in supporting
+documentation.
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
+OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
+AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+Except as contained in this notice, the name of The Open Group shall not be
+used in advertising or otherwise to promote the sale, use or other dealings
+in this Software without prior written authorization from The Open Group.
+
+
+Copyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts.
+
+                        All Rights Reserved
+
+Permission to use, copy, modify, and distribute this software and its
+documentation for any purpose and without fee is hereby granted,
+provided that the above copyright notice appear in all copies and that
+both that copyright notice and this permission notice appear in
+supporting documentation, and that the name of Digital not be
+used in advertising or publicity pertaining to distribution of the
+software without specific, written prior permission.
+
+DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
+ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
+DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
+ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
+WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
+ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
+SOFTWARE.
+
+******************************************************************)
+
+unit xmd;
+
+interface
+
+(*
+ *  Xmd.h: MACHINE DEPENDENT DECLARATIONS.
+ *)
+
+(*
+ * Bitfield suffixes for the protocol structure elements, if you
+ * need them.  Note that bitfields are not guaranteed to be signed
+ * (or even unsigned) according to ANSI C.
+ *)
+//# define B32 /* bitfield not needed on architectures with native 32-bit type */
+//# define B16 /* bitfield not needed on architectures with native 16-bit type */
+type
+  PPCARD64 = ^PCARD64;
+  PCARD64 = ^CARD64;
+  CARD64 = UInt64;
+
+  PPCARD32 = ^PCARD32;
+  PCARD32 = ^CARD32;
+  CARD32 = UInt32;
+
+  PPCARD16 = ^PCARD16;
+  PCARD16 = ^CARD16;
+  CARD16 = UInt16;
+
+  PPCARD8 = ^PCARD8;
+  PCARD8 = ^CARD8;
+  CARD8 = UInt8;
+
+(*
+ * was definitions for sign-extending bitfields on architectures without
+ * native types smaller than 64-bit, now just backwards compatibility
+ *)
+//# define cvtINT8toInt(val) (val)
+//# define cvtINT16toInt(val) (val)
+//# define cvtINT32toInt(val) (val)
+//# define cvtINT8toShort(val) (val)
+//# define cvtINT16toShort(val) (val)
+//# define cvtINT32toShort(val) (val)
+//# define cvtINT8toLong(val) (val)
+//# define cvtINT16toLong(val) (val)
+//# define cvtINT32toLong(val) (val)
+
+(*
+ * this version should leave result of type (t * ), but that should only be
+ * used when not in MUSTCOPY
+ *)
+//# define NEXTPTR(p,t) (((t *)(p)) + 1)
+
+implementation
+end.

+ 22 - 22
packages/x11/src/xshm.pp

@@ -65,34 +65,34 @@ type
         readOnly : TBool;
         readOnly : TBool;
      end;
      end;
 
 
-function XShmQueryExtension(para1:PDisplay):TBoolResult;cdecl;external libX11;
-function XShmGetEventBase(para1:PDisplay):cint;cdecl;external libX11;
-function XShmQueryVersion(para1:PDisplay; para2:Pcint; para3:Pcint; para4:PBool):TBoolResult;cdecl;external libX11;
-function XShmPixmapFormat(para1:PDisplay):cint;cdecl;external libX11;
-function XShmAttach(para1:PDisplay; para2:PXShmSegmentInfo):TStatus;cdecl;external libX11;
-function XShmDetach(para1:PDisplay; para2:PXShmSegmentInfo):TStatus;cdecl;external libX11;
-function XShmPutImage(para1:PDisplay; para2:TDrawable; para3:TGC; para4:PXImage; para5:cint;
-           para6:cint; para7:cint; para8:cint; para9:cuint; para10:cuint;
-           para11:TBool):TStatus;cdecl;external libX11;
-function XShmGetImage(para1:PDisplay; para2:TDrawable; para3:PXImage; para4:cint; para5:cint;
-           para6:culong):TStatus;cdecl;external libX11;
-function XShmCreateImage(para1:PDisplay; para2:PVisual; para3:cuint; para4:cint; para5:Pchar;
-           para6:PXShmSegmentInfo; para7:cuint; para8:cuint):PXImage;cdecl;external libX11;
-function XShmCreatePixmap(para1:PDisplay; para2:TDrawable; para3:Pchar; para4:PXShmSegmentInfo; para5:cuint;
-           para6:cuint; para7:cuint):TPixmap;cdecl;external libX11;
+function XShmQueryExtension(dpy:PDisplay):TBoolResult;cdecl;external libX11;
+function XShmGetEventBase(dpy:PDisplay):cint;cdecl;external libX11;
+function XShmQueryVersion(dpy:PDisplay;majorVersion,minorVersion:Pcint;sharedPixmaps:PBool):TBoolResult;cdecl;external libX11;
+function XShmPixmapFormat(dpy:PDisplay):cint;cdecl;external libX11;
+function XShmAttach(dpy:PDisplay;shminfo:PXShmSegmentInfo):TStatus;cdecl;external libX11;
+function XShmDetach(dpy:PDisplay;shminfo:PXShmSegmentInfo):TStatus;cdecl;external libX11;
+function XShmPutImage(dpy:PDisplay;d:TDrawable;gc:TGC;image:PXImage;
+           src_x,src_y,dst_x,dst_y:cint;src_width,src_height:cuint;
+           send_event:TBool):TStatus;cdecl;external libX11;
+function XShmGetImage(dpy:PDisplay;d:TDrawable;image:PXImage;x,y:cint;
+           plane_mask:culong):TStatus;cdecl;external libX11;
+function XShmCreateImage(dpy:PDisplay;visual:PVisual;depth:cuint;format:cint;data:Pchar;
+           shminfo:PXShmSegmentInfo;width,height:cuint):PXImage;cdecl;external libX11;
+function XShmCreatePixmap(dpy:PDisplay;d:TDrawable;data:Pchar;shminfo:PXShmSegmentInfo;
+           width,height,depth:cuint):TPixmap;cdecl;external libX11;
 
 
 { overloaded functions to handle TBool parameters as actual booleans }
 { overloaded functions to handle TBool parameters as actual booleans }
-function XShmPutImage(para1:PDisplay; para2:TDrawable; para3:TGC; para4:PXImage; para5:cint;
-           para6:cint; para7:cint; para8:cint; para9:cuint; para10:cuint;
-           para11:Boolean):TStatus;
+function XShmPutImage(dpy:PDisplay;d:TDrawable;gc:TGC;image:PXImage;
+           src_x,src_y,dst_x,dst_y:cint;src_width,src_height:cuint;
+           send_event:Boolean):TStatus;
 
 
 implementation
 implementation
 
 
-function XShmPutImage(para1:PDisplay; para2:TDrawable; para3:TGC; para4:PXImage; para5:cint;
-           para6:cint; para7:cint; para8:cint; para9:cuint; para10:cuint;
-           para11:Boolean):TStatus;
+function XShmPutImage(dpy:PDisplay;d:TDrawable;gc:TGC;image:PXImage;
+           src_x,src_y,dst_x,dst_y:cint;src_width,src_height:cuint;
+           send_event:Boolean):TStatus;
 begin
 begin
-  XShmPutImage := XShmPutImage(para1,para2,para3,para4,para5,para6,para7,para8,para9,para10,Ord(para11));
+  XShmPutImage := XShmPutImage(dpy,d,gc,image,src_x,src_y,dst_x,dst_y,src_width,src_height,Ord(send_event));
 end;
 end;
 
 
 end.
 end.

+ 109 - 0
packages/x11/src/xtestext1.pp

@@ -0,0 +1,109 @@
+(*
+ * xtestext1.h
+ *
+ * X11 Input Synthesis Extension include file
+ *)
+
+(*
+
+
+Copyright 1986, 1987, 1988, 1998  The Open Group
+
+Permission to use, copy, modify, distribute, and sell this software and its
+documentation for any purpose is hereby granted without fee, provided that
+the above copyright notice appear in all copies and that both that
+copyright notice and this permission notice appear in supporting
+documentation.
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
+OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
+AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+Except as contained in this notice, the name of The Open Group shall not be
+used in advertising or otherwise to promote the sale, use or other dealings
+in this Software without prior written authorization from The Open Group.
+
+
+Copyright 1986, 1987, 1988 by Hewlett-Packard Corporation
+
+Permission to use, copy, modify, and distribute this
+software and its documentation for any purpose and without
+fee is hereby granted, provided that the above copyright
+notice appear in all copies and that both that copyright
+notice and this permission notice appear in supporting
+documentation, and that the name of Hewlett-Packard not be used in
+advertising or publicity pertaining to distribution of the
+software without specific, written prior permission.
+
+Hewlett-Packard makes no representations about the
+suitability of this software for any purpose.  It is provided
+"as is" without express or implied warranty.
+
+This software is not subject to any license of the American
+Telephone and Telegraph Company or of the Regents of the
+University of California.
+
+*)
+
+unit xtestext1;
+
+{$PACKRECORDS c}
+
+interface
+
+uses
+  ctypes, x, xlib, xmd;
+
+const
+  libXext = 'Xext';
+
+(*
+ * the typedefs for CARD8, CARD16, and CARD32 are defined in Xmd.h
+ *)
+
+{$I xtestext1const.inc}
+
+(*
+ * This is the definition for the input action host format event structure.
+ * This is the form that a client using this extension will see when
+ * it receives an input action event.
+ *)
+type
+  PXTestInputActionEvent = ^TXTestInputActionEvent;
+  TXTestInputActionEvent = record
+    _type: cint;        { always XTestInputActionType }
+    display: PDisplay;
+    window: TWindow;
+    actions: array [0..XTestACTIONS_SIZE-1] of CARD8;
+  end;
+
+(*
+ * This is the definition for the xTestFakeAck host format event structure.
+ * This is the form that a client using this extension will see when
+ * it receives an XTestFakeAck event.
+ *)
+  PXTestFakeAckEvent = ^TXTestFakeAckEvent;
+  TXTestFakeAckEvent = record
+    _type: cint;        { always XTestFakeAckType }
+    display: PDisplay;
+    window: TWindow;
+  end;
+
+function XTestFakeInput({register} dpy: PDisplay; action_list_addr: Pchar; action_list_size, ack_flag: cint): cint; cdecl; external libXext;
+function XTestGetInput({register} dpy: PDisplay; action_handling: cint): cint; cdecl; external libXext;
+function XTestQueryInputSize({register} dpy: PDisplay; size_return: Pculong): cint; cdecl; external libXext;
+function XTestPressKey(display: PDisplay; device_id: cint; delay: culong; keycode, key_action: cuint): cint; cdecl; external libXext;
+function XTestPressButton(display: PDisplay; device_id: cint; delay: culong; button_number, button_action: cuint): cint; cdecl; external libXext;
+function XTestMovePointer(display: PDisplay; device_id: cint; delay: Pculong; x, y: Pcint; count: cuint): cint; cdecl; external libXext;
+function XTestFlush(display: PDisplay): cint; cdecl; external libXext;
+function XTestStopInput({register} dpy: PDisplay): cint; cdecl; external libXext;
+function XTestReset({register} dpy: PDisplay): cint; cdecl; external libXext;
+
+implementation
+end.

+ 156 - 0
packages/x11/src/xtestext1const.inc

@@ -0,0 +1,156 @@
+(*
+ * xtestext1.h
+ *
+ * X11 Input Synthesis Extension include file
+ *)
+
+(*
+
+
+Copyright 1986, 1987, 1988, 1998  The Open Group
+
+Permission to use, copy, modify, distribute, and sell this software and its
+documentation for any purpose is hereby granted without fee, provided that
+the above copyright notice appear in all copies and that both that
+copyright notice and this permission notice appear in supporting
+documentation.
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
+OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
+AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+Except as contained in this notice, the name of The Open Group shall not be
+used in advertising or otherwise to promote the sale, use or other dealings
+in this Software without prior written authorization from The Open Group.
+
+
+Copyright 1986, 1987, 1988 by Hewlett-Packard Corporation
+
+Permission to use, copy, modify, and distribute this
+software and its documentation for any purpose and without
+fee is hereby granted, provided that the above copyright
+notice appear in all copies and that both that copyright
+notice and this permission notice appear in supporting
+documentation, and that the name of Hewlett-Packard not be used in
+advertising or publicity pertaining to distribution of the
+software without specific, written prior permission.
+
+Hewlett-Packard makes no representations about the
+suitability of this software for any purpose.  It is provided
+"as is" without express or implied warranty.
+
+This software is not subject to any license of the American
+Telephone and Telegraph Company or of the Regents of the
+University of California.
+
+*)
+
+const
+  XTestMAX_ACTION_LIST_SIZE = 64;
+  XTestACTIONS_SIZE         = 28;
+
+
+(*
+ * used in the XTestPressButton and XTestPressKey functions
+ *)
+  XTestPRESS   = 1 shl 0;
+  XTestRELEASE = 1 shl 1;
+  XTestSTROKE  = 1 shl 2;
+
+(*
+ * When doing a key or button stroke, the number of milliseconds
+ * to delay between the press and the release of a key or button
+ * in the XTestPressButton and XTestPressKey functions.
+ *)
+
+  XTestSTROKE_DELAY_TIME = 10;
+
+(*
+ * used in the XTestGetInput function
+ *)
+  XTestEXCLUSIVE      = 1 shl 0;
+  XTestPACKED_ACTIONS = 1 shl 1;
+  XTestPACKED_MOTION  = 1 shl 2;
+
+(*
+ * used in the XTestFakeInput function
+ *)
+  XTestFAKE_ACK_NOT_NEEDED = 0;
+  XTestFAKE_ACK_REQUEST    = 1;
+
+(*
+ * used in the XTest extension initialization routine
+ *)
+  XTestEXTENSION_NAME = 'XTestExtension1';
+  XTestEVENT_COUNT    = 2;
+
+(*
+ * This is the definition for the format of the header byte
+ * in the input action structures.
+ *)
+  XTestACTION_TYPE_MASK = $03;  { bits 0 and 1          }
+  XTestKEY_STATE_MASK   = $04;  { bit 2 (key action)    }
+  XTestX_SIGN_BIT_MASK  = $04;  { bit 2 (motion action) }
+  XTestY_SIGN_BIT_MASK  = $08;  { bit 3 (motion action) }
+  XTestDEVICE_ID_MASK   = $f0;  { bits 4 through 7      }
+
+  XTestMAX_DEVICE_ID    = $0f;
+//#define XTestPackDeviceID(x)	(((x) & XTestMAX_DEVICE_ID) << 4)
+//#define XTestUnpackDeviceID(x)	(((x) & XTestDEVICE_ID_MASK) >> 4)
+
+(*
+ * These are the possible action types.
+ *)
+  XTestDELAY_ACTION  = 0;
+  XTestKEY_ACTION    = 1;
+  XTestMOTION_ACTION = 2;
+  XTestJUMP_ACTION   = 3;
+
+(*
+ * These are the definitions for key/button motion input actions.
+ *)
+  XTestKEY_UP   = $04;
+  XTestKEY_DOWN = $00;
+
+(*
+ * These are the definitions for pointer relative motion input
+ * actions.
+ *
+ * The sign bits for the x and y relative motions are contained
+ * in the header byte.  The x and y relative motions are packed
+ * into one byte to make things fit in 32 bits.  If the relative
+ * motion range is larger than +/-15, use the pointer jump action.
+ *)
+  XTestMOTION_MAX    = 15;
+  XTestMOTION_MIN    = -15;
+
+  XTestX_NEGATIVE    = $04;
+  XTestY_NEGATIVE    = $08;
+
+  XTestX_MOTION_MASK = $0f;
+  XTestY_MOTION_MASK = $f0;
+
+//#define XTestPackXMotionValue(x)   ((x) & XTestX_MOTION_MASK)
+//#define XTestPackYMotionValue(x)   (((x) << 4) & XTestY_MOTION_MASK)
+
+//#define XTestUnpackXMotionValue(x) ((x) & XTestX_MOTION_MASK)
+//#define XTestUnpackYMotionValue(x) (((x) & XTestY_MOTION_MASK) >> 4)
+(*
+ * These are the definitions for a long delay input action.  It is
+ * used when more than XTestSHORT_DELAY_TIME milliseconds of delay
+ * (approximately one minute) is needed.
+ *
+ * The device ID for a delay is always set to XTestDELAY_DEVICE_ID.
+ * This guarantees that a header byte with a value of 0 is not
+ * a valid header, so it can be used as a flag to indicate that
+ * there are no more input actions in an XTestInputAction event.
+ *)
+
+  XTestSHORT_DELAY_TIME = $ffff;
+  XTestDELAY_DEVICE_ID  = $0f;

+ 16 - 0
packages/x11/tests/dpms_linktest.pp

@@ -0,0 +1,16 @@
+{ this program just links all externals, declared in the dpms unit }
+program dpms_linktest;
+uses
+  dpms;
+begin
+  halt(0);
+  DPMSQueryExtension(nil,nil,nil);
+  DPMSGetVersion(nil,nil,nil);
+  DPMSCapable(nil);
+  DPMSSetTimeouts(nil,0,0,0);
+  DPMSGetTimeouts(nil,nil,nil,nil);
+  DPMSEnable(nil);
+  DPMSDisable(nil);
+  DPMSForceLevel(nil,0);
+  DPMSInfo(nil,nil,nil);
+end.

Some files were not shown because too many files changed in this diff