Browse Source

* added log

nils 22 years ago
parent
commit
9dcb4e1be6
33 changed files with 143 additions and 0 deletions
  1. 6 0
      packages/extra/amunits/inc/useamigasmartlink.inc
  2. 6 0
      packages/extra/amunits/inc/useautoopenlib.inc
  3. 5 0
      packages/extra/amunits/otherlibs/amarquee/examples/amarqueetest.pas
  4. 5 0
      packages/extra/amunits/otherlibs/gtlayout/examples/gttest.pas
  5. 6 0
      packages/extra/amunits/otherlibs/gtlayout/units/gtlayout.pas
  6. 6 0
      packages/extra/amunits/otherlibs/identify/units/identify.pas
  7. 6 0
      packages/extra/amunits/otherlibs/picasso/examples/bestmodeid.pas
  8. 6 0
      packages/extra/amunits/otherlibs/picasso/examples/modelist.pas
  9. 5 0
      packages/extra/amunits/otherlibs/picasso/examples/openpip.pas
  10. 4 0
      packages/extra/amunits/otherlibs/picasso/examples/openscreen.pas
  11. 4 0
      packages/extra/amunits/otherlibs/picasso/examples/p96checkboards.pas
  12. 5 0
      packages/extra/amunits/otherlibs/picasso/examples/requestmodeid.pas
  13. 4 0
      packages/extra/amunits/otherlibs/picasso/examples/writetruecolordata.pas
  14. 5 0
      packages/extra/amunits/otherlibs/picasso/units/picasso96api.pas
  15. 5 0
      packages/extra/amunits/otherlibs/reqtools/examples/rtdemo.pas
  16. 3 0
      packages/extra/amunits/otherlibs/reqtools/units/reqtools.pas
  17. 1 0
      packages/extra/amunits/otherlibs/triton/examples/checkbox.pas
  18. 1 0
      packages/extra/amunits/otherlibs/triton/examples/demo.pas
  19. 1 0
      packages/extra/amunits/otherlibs/triton/examples/envprint.pas
  20. 1 0
      packages/extra/amunits/otherlibs/triton/examples/gadgetdemo.pas
  21. 1 0
      packages/extra/amunits/otherlibs/triton/examples/linklib.pas
  22. 4 0
      packages/extra/amunits/otherlibs/triton/examples/listview.pas
  23. 4 0
      packages/extra/amunits/otherlibs/triton/examples/palette.pas
  24. 7 0
      packages/extra/amunits/otherlibs/triton/examples/progindex.pas
  25. 6 0
      packages/extra/amunits/otherlibs/triton/examples/scroller.pas
  26. 5 0
      packages/extra/amunits/otherlibs/triton/examples/slider.pas
  27. 6 0
      packages/extra/amunits/otherlibs/triton/examples/string.pas
  28. 5 0
      packages/extra/amunits/otherlibs/triton/examples/toolmanager1.pas
  29. 6 0
      packages/extra/amunits/otherlibs/triton/examples/toolmanager2.pas
  30. 5 0
      packages/extra/amunits/otherlibs/triton/examples/toolmanager3.pas
  31. 5 0
      packages/extra/amunits/otherlibs/triton/examples/tritongadgets.pas
  32. 2 0
      packages/extra/amunits/otherlibs/triton/units/triton.pas
  33. 2 0
      packages/extra/amunits/otherlibs/triton/units/tritonmacros.pas

+ 6 - 0
packages/extra/amunits/inc/useamigasmartlink.inc

@@ -35,3 +35,9 @@
 {$ifndef use_amiga_smartlink}
 {$ifndef use_amiga_smartlink}
    {$define use_amiga_smartlink}
    {$define use_amiga_smartlink}
 {$endif}
 {$endif}
+
+{
+  $Log
+}
+
+  

+ 6 - 0
packages/extra/amunits/inc/useautoopenlib.inc

@@ -43,3 +43,9 @@
 {$ifndef use_auto_openlib}
 {$ifndef use_auto_openlib}
    {$define use_auto_openlib}
    {$define use_auto_openlib}
 {$endif}
 {$endif}
+
+{
+  $Log
+}
+
+  

+ 5 - 0
packages/extra/amunits/otherlibs/amarquee/examples/amarqueetest.pas

@@ -42,3 +42,8 @@ begin
     freeSessionVal := QFreeSession(session);
     freeSessionVal := QFreeSession(session);
     
     
 end.
 end.
+
+{
+  $Log
+}
+  

+ 5 - 0
packages/extra/amunits/otherlibs/gtlayout/examples/gttest.pas

@@ -104,4 +104,9 @@ begin
      CleanUp('all ok',0);
      CleanUp('all ok',0);
 end.
 end.
 
 
+{
+  $Log
+}
+
+  
 
 

+ 6 - 0
packages/extra/amunits/otherlibs/gtlayout/units/gtlayout.pas

@@ -1244,3 +1244,9 @@ begin
 {$endif use_auto_openlib}
 {$endif use_auto_openlib}
 
 
 END. (* UNIT GTLAYOUT *)
 END. (* UNIT GTLAYOUT *)
+
+{
+  $Log
+}
+
+  

+ 6 - 0
packages/extra/amunits/otherlibs/identify/units/identify.pas

@@ -662,3 +662,9 @@ begin
 
 
 
 
 END. (* UNIT IDENTIFY *)
 END. (* UNIT IDENTIFY *)
+
+{
+  $Log
+}
+
+  

+ 6 - 0
packages/extra/amunits/otherlibs/picasso/examples/bestmodeid.pas

@@ -84,3 +84,9 @@ Begin
    End Else
    End Else
        Writeln ('DisplayID is 0.');
        Writeln ('DisplayID is 0.');
 End.
 End.
+
+{
+  $Log
+}
+
+  

+ 6 - 0
packages/extra/amunits/otherlibs/picasso/examples/modelist.pas

@@ -60,3 +60,9 @@ Begin
   End Else
   End Else
      Writeln ('Unable to allocate list.');
      Writeln ('Unable to allocate list.');
 End.
 End.
+
+{
+  $Log
+}
+
+

+ 5 - 0
packages/extra/amunits/otherlibs/picasso/examples/openpip.pas

@@ -90,3 +90,8 @@ Begin
         p96PIP_Close(wd);
         p96PIP_Close(wd);
     End Else Writeln ('Unable to open PIP.'); 
     End Else Writeln ('Unable to open PIP.'); 
 End.
 End.
+
+{
+  $Log
+}
+

+ 4 - 0
packages/extra/amunits/otherlibs/picasso/examples/openscreen.pas

@@ -213,3 +213,7 @@ BEGIN
     CleanUp('');
     CleanUp('');
 END.
 END.
 
 
+{
+  $Log
+}
+

+ 4 - 0
packages/extra/amunits/otherlibs/picasso/examples/p96checkboards.pas

@@ -88,3 +88,7 @@ begin
    end;
    end;
 end.
 end.
 
 
+{
+  $Log
+}
+

+ 5 - 0
packages/extra/amunits/otherlibs/picasso/examples/requestmodeid.pas

@@ -62,3 +62,8 @@ Begin
             Writeln('No Dimensioninfo.');
             Writeln('No Dimensioninfo.');
     End Else Writeln('DisplayID invalid.');
     End Else Writeln('DisplayID invalid.');
 End.
 End.
+
+{
+  $Log
+}
+

+ 4 - 0
packages/extra/amunits/otherlibs/picasso/examples/writetruecolordata.pas

@@ -167,3 +167,7 @@ if sc = nil then CleanUp('Can''t open screen');
 
 
   CleanUp(''); 
   CleanUp(''); 
 End.
 End.
+
+{
+  $Log
+}

+ 5 - 0
packages/extra/amunits/otherlibs/picasso/units/picasso96api.pas

@@ -901,3 +901,8 @@ begin
 {$endif use_auto_openlib}
 {$endif use_auto_openlib}
 
 
 END. (* UNIT PICASSO96API *)
 END. (* UNIT PICASSO96API *)
+
+{
+  $Log
+}
+

+ 5 - 0
packages/extra/amunits/otherlibs/reqtools/examples/rtdemo.pas

@@ -409,3 +409,8 @@ BEGIN
                     NIL,@undertag);
                     NIL,@undertag);
     CleanUp;
     CleanUp;
 END.
 END.
+
+{
+  $Log
+}
+

+ 3 - 0
packages/extra/amunits/otherlibs/reqtools/units/reqtools.pas

@@ -1160,5 +1160,8 @@ BEGIN
 
 
 END. (* UNIT REQTOOLS *)
 END. (* UNIT REQTOOLS *)
 
 
+{
+  $Log
+}
 
 
 
 

+ 1 - 0
packages/extra/amunits/otherlibs/triton/examples/checkbox.pas

@@ -92,3 +92,4 @@ end.
 
 
 
 
 
 
+

+ 1 - 0
packages/extra/amunits/otherlibs/triton/examples/demo.pas

@@ -1152,6 +1152,7 @@ END.
   $Log
   $Log
 }
 }
 
 
+
   
   
 
 
 
 

+ 1 - 0
packages/extra/amunits/otherlibs/triton/examples/envprint.pas

@@ -368,5 +368,6 @@ END.
   $Log
   $Log
 }
 }
 
 
+
   
   
 
 

+ 1 - 0
packages/extra/amunits/otherlibs/triton/examples/gadgetdemo.pas

@@ -284,3 +284,4 @@ END.
 }
 }
 
 
 
 
+

+ 1 - 0
packages/extra/amunits/otherlibs/triton/examples/linklib.pas

@@ -280,6 +280,7 @@ END.
 }
 }
 
 
 
 
+
                 
                 
                                          
                                          
 
 

+ 4 - 0
packages/extra/amunits/otherlibs/triton/examples/listview.pas

@@ -103,4 +103,8 @@ begin
    Cleanexit('',0);
    Cleanexit('',0);
 end.
 end.
 
 
+{
+  $Log
+}
+
 
 

+ 4 - 0
packages/extra/amunits/otherlibs/triton/examples/palette.pas

@@ -74,5 +74,9 @@ begin
    END ELSE writeln('Can''t create Application',20);
    END ELSE writeln('Can''t create Application',20);
 end.
 end.
 
 
+{
+  $Log
+}
+
 
 
 
 

+ 7 - 0
packages/extra/amunits/otherlibs/triton/examples/progindex.pas

@@ -122,3 +122,10 @@ begin
   end
   end
   else writeln('Can''t create application');
   else writeln('Can''t create application');
 end.
 end.
+
+{
+  $Log
+}
+
+
+

+ 6 - 0
packages/extra/amunits/otherlibs/triton/examples/scroller.pas

@@ -77,4 +77,10 @@ begin
    END ELSE writeln(' Cant creat Application' );
    END ELSE writeln(' Cant creat Application' );
 end.
 end.
 
 
+{
+  $Log
+}
+
+
+
 
 

+ 5 - 0
packages/extra/amunits/otherlibs/triton/examples/slider.pas

@@ -89,4 +89,9 @@ begin
    END ELSE writeln(' Cant create Application');
    END ELSE writeln(' Cant create Application');
 end.
 end.
 
 
+{
+  $Log
+}
+
+
 
 

+ 6 - 0
packages/extra/amunits/otherlibs/triton/examples/string.pas

@@ -72,3 +72,9 @@ begin
    END ELSE writeln('Can''t create application');
    END ELSE writeln('Can''t create application');
 end.
 end.
 
 
+{
+  $Log
+}
+
+
+

+ 5 - 0
packages/extra/amunits/otherlibs/triton/examples/toolmanager1.pas

@@ -158,5 +158,10 @@ begin
     CleanUp('',0);
     CleanUp('',0);
 end.
 end.
 
 
+{
+  $Log
+}
+
+
 
 
 
 

+ 6 - 0
packages/extra/amunits/otherlibs/triton/examples/toolmanager2.pas

@@ -165,4 +165,10 @@ begin
     CleanUp('',0);
     CleanUp('',0);
 end.
 end.
 
 
+{
+  $Log
+}
+
+
+
 
 

+ 5 - 0
packages/extra/amunits/otherlibs/triton/examples/toolmanager3.pas

@@ -162,6 +162,11 @@ begin
   CleanUp('',0);
   CleanUp('',0);
 end.
 end.
 
 
+{
+  $Log
+}
+
+
 
 
 
 
 
 

+ 5 - 0
packages/extra/amunits/otherlibs/triton/examples/tritongadgets.pas

@@ -166,6 +166,11 @@ begin
     CleanExit('',0);
     CleanExit('',0);
 END.
 END.
 
 
+{
+  $Log
+}
+
+
 
 
 
 
 
 

+ 2 - 0
packages/extra/amunits/otherlibs/triton/units/triton.pas

@@ -1475,3 +1475,5 @@ END. (* UNIT TRITON *)
 
 
 
 
 
 
+
+

+ 2 - 0
packages/extra/amunits/otherlibs/triton/units/tritonmacros.pas

@@ -2679,3 +2679,5 @@ end.
 
 
 
 
 
 
+
+