Browse Source

* old logs removed and tabs fixed

peter 23 years ago
parent
commit
01dfac4a4e
100 changed files with 357 additions and 1906 deletions
  1. 4 13
      demo/graph/fpctris.pp
  2. 2 8
      demo/graph/ftrisgr.inc
  3. 4 10
      demo/graph/ftristxt.inc
  4. 4 13
      demo/graph/gameunit.pp
  5. 2 8
      demo/graph/gravwars.pp
  6. 4 13
      demo/graph/mandel.pp
  7. 4 10
      demo/graph/maze.pp
  8. 4 7
      demo/graph/quad.pp
  9. BIN
      demo/graph/quaddata.dat
  10. 4 10
      demo/graph/samegame.pp
  11. 7 10
      demo/linux/daemon.pp
  12. 4 7
      demo/modex/voxel.pp
  13. 2 8
      demo/os2/basicpm.pas
  14. 4 7
      demo/os2/getctry.pas
  15. 2 15
      demo/os2/pmdemo1.h
  16. 8 38
      demo/os2/pmdemo1.pp
  17. 2 15
      demo/os2/pmdemo1.rc
  18. BIN
      demo/palmos/pilrc.bmp
  19. BIN
      demo/palmos/pilrcic.bmp
  20. 22 22
      demo/palmos/pilrctst.pp
  21. 2 5
      demo/text/eratos.pp
  22. 6 3
      demo/text/hello.pp
  23. 2 5
      demo/text/lines.pp
  24. 2 5
      demo/text/magic.pp
  25. 2 5
      demo/text/qsort.pp
  26. 2 5
      demo/win32/dlltest.pp
  27. 3 10
      demo/win32/edit.pp
  28. 4 7
      demo/win32/menu.pp
  29. 2 5
      demo/win32/testdll.pp
  30. 4 11
      demo/win32/winhello.pp
  31. 4 41
      fv/app.pas
  32. 4 9
      fv/buildfv.pas
  33. 2 48
      fv/callspec.pas
  34. 4 35
      fv/dialogs.pas
  35. 4 38
      fv/drivers.pas
  36. 4 15
      fv/fileio.pas
  37. 4 16
      fv/fvcommon.pas
  38. 4 9
      fv/fvconsts.pas
  39. 2 11
      fv/gadgets.pas
  40. 4 28
      fv/gfvgraph.pas
  41. 4 15
      fv/histlist.pas
  42. 2 10
      fv/memory.pas
  43. 4 24
      fv/menus.pas
  44. 3 8
      fv/msgbox.pas
  45. 10 23
      fv/platform.inc
  46. 2 16
      fv/test/platform.inc
  47. 2 19
      fv/test/testapp.pas
  48. 1 1
      fv/test/tfileio.pas
  49. 4 11
      fv/time.pas
  50. 2 13
      fv/validate.pas
  51. 4 55
      fv/views.pas
  52. 4 41
      fvision/app.pas
  53. 4 9
      fvision/buildfv.pas
  54. 2 48
      fvision/callspec.pas
  55. 4 35
      fvision/dialogs.pas
  56. 4 38
      fvision/drivers.pas
  57. 4 15
      fvision/fileio.pas
  58. 4 16
      fvision/fvcommon.pas
  59. 4 9
      fvision/fvconsts.pas
  60. 2 11
      fvision/gadgets.pas
  61. 4 28
      fvision/gfvgraph.pas
  62. 4 15
      fvision/histlist.pas
  63. 2 10
      fvision/memory.pas
  64. 4 24
      fvision/menus.pas
  65. 3 8
      fvision/msgbox.pas
  66. 10 23
      fvision/platform.inc
  67. 2 16
      fvision/test/platform.inc
  68. 2 19
      fvision/test/testapp.pas
  69. 1 1
      fvision/test/tfileio.pas
  70. 4 11
      fvision/time.pas
  71. 2 13
      fvision/validate.pas
  72. 4 55
      fvision/views.pas
  73. 3 11
      rtl/inc/aliases.inc
  74. 4 95
      rtl/inc/astrings.inc
  75. 3 8
      rtl/inc/charset.pp
  76. 4 94
      rtl/inc/compproc.inc
  77. 4 54
      rtl/inc/dynarr.inc
  78. 2 10
      rtl/inc/dynarrh.inc
  79. 4 4
      rtl/inc/dynlibs.pp
  80. 4 28
      rtl/inc/except.inc
  81. 6 19
      rtl/inc/fexpand.inc
  82. 2 9
      rtl/inc/file.inc
  83. 3 3
      rtl/inc/filerec.inc
  84. 5 95
      rtl/inc/generic.inc
  85. 4 9
      rtl/inc/genmath.inc
  86. 2 31
      rtl/inc/genset.inc
  87. 2 5
      rtl/inc/graph/clip.inc
  88. 3 3
      rtl/inc/graph/fills.inc
  89. 2 5
      rtl/inc/graph/fontdata.inc
  90. 4 26
      rtl/inc/graph/graph.inc
  91. 4 15
      rtl/inc/graph/graphh.inc
  92. 8 8
      rtl/inc/graph/gtext.inc
  93. 4 23
      rtl/inc/graph/modes.inc
  94. 2 6
      rtl/inc/graph/palette.inc
  95. 5 27
      rtl/inc/heap.inc
  96. 2 5
      rtl/inc/heaph.inc
  97. 2 54
      rtl/inc/heaptrc.pp
  98. 3 6
      rtl/inc/innr.inc
  99. 4 55
      rtl/inc/int64.inc
  100. 2 33
      rtl/inc/keyboard.inc

+ 4 - 13
demo/graph/fpctris.pp

@@ -853,19 +853,10 @@ END.
 
 
 {
 {
   $Log$
   $Log$
-  Revision 1.4  2002-06-02 09:49:17  marco
-   * Renamefest
-
-  Revision 1.3  2001/12/11 11:24:52  marco
-   * some linux <-> unix fixes.
+  Revision 1.5  2002-09-07 15:06:34  peter
+    * old logs removed and tabs fixed
 
 
-  Revision 1.2  2001/11/11 21:09:49  marco
-   * Gameunit, Fpctris and samegame  fixed for win32 GUI
-
-  Revision 1.1  2001/05/03 21:39:33  peter
-    * moved to own module
+  Revision 1.4  2002/06/02 09:49:17  marco
+   * Renamefest
 
 
-  Revision 1.2  2000/07/13 11:33:08  michael
-  + removed logs
- 
 }
 }

+ 2 - 8
demo/graph/ftrisgr.inc

@@ -149,13 +149,7 @@ END;
 
 
 {
 {
   $Log$
   $Log$
-  Revision 1.2  2001-11-11 21:09:49  marco
-   * Gameunit, Fpctris and samegame  fixed for win32 GUI
+  Revision 1.3  2002-09-07 15:06:35  peter
+    * old logs removed and tabs fixed
 
 
-  Revision 1.1  2001/05/03 21:39:33  peter
-    * moved to own module
-
-  Revision 1.2  2000/07/13 11:33:08  michael
-  + removed logs
- 
 }
 }

+ 4 - 10
demo/graph/ftristxt.inc

@@ -239,16 +239,10 @@ END;
 
 
 {
 {
   $Log$
   $Log$
-  Revision 1.3  2002-06-02 09:49:17  marco
-   * Renamefest
-
-  Revision 1.2  2001/11/11 21:09:49  marco
-   * Gameunit, Fpctris and samegame  fixed for win32 GUI
+  Revision 1.4  2002-09-07 15:06:35  peter
+    * old logs removed and tabs fixed
 
 
-  Revision 1.1  2001/05/03 21:39:33  peter
-    * moved to own module
+  Revision 1.3  2002/06/02 09:49:17  marco
+   * Renamefest
 
 
-  Revision 1.2  2000/07/13 11:33:08  michael
-  + removed logs
- 
 }
 }

+ 4 - 13
demo/graph/gameunit.pp

@@ -911,7 +911,10 @@ BEGIN
 END.
 END.
 {
 {
   $Log$
   $Log$
-  Revision 1.7  2002-06-02 17:34:21  marco
+  Revision 1.8  2002-09-07 15:06:35  peter
+    * old logs removed and tabs fixed
+
+  Revision 1.7  2002/06/02 17:34:21  marco
    * Renamefest
    * Renamefest
 
 
   Revision 1.6  2002/06/02 09:49:17  marco
   Revision 1.6  2002/06/02 09:49:17  marco
@@ -923,16 +926,4 @@ END.
   Revision 1.4  2002/02/22 21:40:09  carl
   Revision 1.4  2002/02/22 21:40:09  carl
   * fix compilation problem
   * fix compilation problem
 
 
-  Revision 1.3  2001/12/11 11:10:27  marco
-   * Small renamefest fix
-
-  Revision 1.2  2001/11/11 21:09:49  marco
-   * Gameunit, Fpctris and samegame  fixed for win32 GUI
-
-  Revision 1.1  2001/05/03 21:39:33  peter
-    * moved to own module
-
-  Revision 1.2  2000/07/13 11:33:08  michael
-  + removed logs
-
 }
 }

+ 2 - 8
demo/graph/gravwars.pp

@@ -924,13 +924,7 @@ BEGIN
   Finish;
   Finish;
 END.
 END.
   $Log$
   $Log$
-  Revision 1.2  2001-11-11 21:09:49  marco
-   * Gameunit, Fpctris and samegame  fixed for win32 GUI
+  Revision 1.3  2002-09-07 15:06:35  peter
+    * old logs removed and tabs fixed
 
 
-  Revision 1.1  2001/05/03 21:39:33  peter
-    * moved to own module
-
-  Revision 1.2  2000/07/13 11:33:08  michael
-  + removed logs
- 
 }
 }

+ 4 - 13
demo/graph/mandel.pp

@@ -354,7 +354,10 @@ begin
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.5  2002-04-11 19:47:48  pierre
+  Revision 1.6  2002-09-07 15:06:35  peter
+    * old logs removed and tabs fixed
+
+  Revision 1.5  2002/04/11 19:47:48  pierre
    * avoid RTE 103 for win32
    * avoid RTE 103 for win32
 
 
   Revision 1.4  2002/02/25 21:32:13  carl
   Revision 1.4  2002/02/25 21:32:13  carl
@@ -363,16 +366,4 @@ end.
   Revision 1.3  2002/02/22 21:40:45  carl
   Revision 1.3  2002/02/22 21:40:45  carl
   * range check error fix
   * range check error fix
 
 
-  Revision 1.2  2001/11/11 21:09:49  marco
-   * Gameunit, Fpctris and samegame  fixed for win32 GUI
-
-  Revision 1.1  2001/05/03 21:39:33  peter
-    * moved to own module
-
-  Revision 1.3  2001/04/25 22:45:41  peter
-    * regenerated
-
-  Revision 1.2  2000/07/13 11:33:08  michael
-  + removed logs
-
 }
 }

+ 4 - 10
demo/graph/maze.pp

@@ -497,16 +497,10 @@ begin
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.3  2002-04-11 19:48:44  pierre
-   * don't use GUI apptype as there are writes
-
-  Revision 1.2  2001/11/11 21:09:49  marco
-   * Gameunit, Fpctris and samegame  fixed for win32 GUI
+  Revision 1.4  2002-09-07 15:06:35  peter
+    * old logs removed and tabs fixed
 
 
-  Revision 1.1  2001/05/03 21:39:33  peter
-    * moved to own module
-
-  Revision 1.2  2000/07/13 11:33:08  michael
-  + removed logs
+  Revision 1.3  2002/04/11 19:48:44  pierre
+   * don't use GUI apptype as there are writes
 
 
 }
 }

+ 4 - 7
demo/graph/quad.pp

@@ -813,7 +813,10 @@ Begin
 End.
 End.
 {
 {
   $Log$
   $Log$
-  Revision 1.4  2002-06-02 09:49:17  marco
+  Revision 1.5  2002-09-07 15:06:35  peter
+    * old logs removed and tabs fixed
+
+  Revision 1.4  2002/06/02 09:49:17  marco
    * Renamefest
    * Renamefest
 
 
   Revision 1.3  2002/02/27 16:29:54  carl
   Revision 1.3  2002/02/27 16:29:54  carl
@@ -822,10 +825,4 @@ End.
   Revision 1.2  2002/02/25 12:23:05  marco
   Revision 1.2  2002/02/25 12:23:05  marco
    * Fixes for Quad Win32 GUI mode
    * Fixes for Quad Win32 GUI mode
 
 
-  Revision 1.1  2001/05/03 21:39:33  peter
-    * moved to own module
-
-  Revision 1.2  2000/07/13 11:33:08  michael
-  + removed logs
-
 }
 }

BIN
demo/graph/quaddata.dat


+ 4 - 10
demo/graph/samegame.pp

@@ -594,19 +594,13 @@ BEGIN
 END.
 END.
 {
 {
   $Log$
   $Log$
-  Revision 1.4  2002-06-02 09:49:17  marco
+  Revision 1.5  2002-09-07 15:06:35  peter
+    * old logs removed and tabs fixed
+
+  Revision 1.4  2002/06/02 09:49:17  marco
    * Renamefest
    * Renamefest
 
 
   Revision 1.3  2002/02/22 21:41:22  carl
   Revision 1.3  2002/02/22 21:41:22  carl
   * range check error fix
   * range check error fix
 
 
-  Revision 1.2  2001/11/11 21:09:50  marco
-   * Gameunit, Fpctris and samegame  fixed for win32 GUI
-
-  Revision 1.1  2001/05/03 21:39:33  peter
-    * moved to own module
-
-  Revision 1.2  2000/07/13 11:33:09  michael
-  + removed logs
- 
 }
 }

+ 7 - 10
demo/linux/daemon.pp

@@ -85,13 +85,13 @@ Begin
    aTerm^.handler.sh := @DoSig;
    aTerm^.handler.sh := @DoSig;
    aTerm^.sa_mask := 0;
    aTerm^.sa_mask := 0;
    aTerm^.sa_flags := 0;
    aTerm^.sa_flags := 0;
-   {$ifndef BSD}		{Linux'ism}
+   {$ifndef BSD}                {Linux'ism}
     aTerm^.sa_restorer := nil;
     aTerm^.sa_restorer := nil;
    {$endif}
    {$endif}
    aHup^.handler.sh := @DoSig;
    aHup^.handler.sh := @DoSig;
    aHup^.sa_mask := 0;
    aHup^.sa_mask := 0;
    aHup^.sa_flags := 0;
    aHup^.sa_flags := 0;
-   {$ifndef BSD}		{Linux'ism}
+   {$ifndef BSD}                {Linux'ism}
     aHup^.sa_restorer := nil;
     aHup^.sa_restorer := nil;
    {$endif}
    {$endif}
    SigAction(SIGTERM,aTerm,aOld);
    SigAction(SIGTERM,aTerm,aOld);
@@ -119,7 +119,7 @@ Begin
          {$I-}
          {$I-}
          Close(fLog);
          Close(fLog);
          {$I+}
          {$I+}
-   	 IOResult;
+         IOResult;
          NewLog;
          NewLog;
          bHup := false;
          bHup := false;
       End;
       End;
@@ -141,13 +141,10 @@ Begin
 End.
 End.
 {
 {
   $Log$
   $Log$
-  Revision 1.2  2002-02-25 12:56:43  marco
-   * Fixed two linux'isms, and commited Jonas fix for the RTE 103
+  Revision 1.3  2002-09-07 15:06:35  peter
+    * old logs removed and tabs fixed
 
 
-  Revision 1.1  2001/05/03 21:39:33  peter
-    * moved to own module
+  Revision 1.2  2002/02/25 12:56:43  marco
+   * Fixed two linux'isms, and commited Jonas fix for the RTE 103
 
 
-  Revision 1.2  2000/07/13 11:33:09  michael
-  + removed logs
- 
 }
 }

+ 4 - 7
demo/modex/voxel.pp

@@ -171,13 +171,10 @@ begin
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.2  2002-02-22 21:45:24  carl
-  - range check option gives big problems
+  Revision 1.3  2002-09-07 15:06:35  peter
+    * old logs removed and tabs fixed
 
 
-  Revision 1.1  2001/05/03 21:39:33  peter
-    * moved to own module
+  Revision 1.2  2002/02/22 21:45:24  carl
+  - range check option gives big problems
 
 
-  Revision 1.2  2000/07/13 11:33:09  michael
-  + removed logs
- 
 }
 }

+ 2 - 8
demo/os2/basicpm.pas

@@ -80,13 +80,7 @@ end.
 
 
 {
 {
   $Log$
   $Log$
-  Revision 1.1  2001-05-03 21:39:34  peter
-    * moved to own module
-
-  Revision 1.2  2001/04/22 10:13:14  hajny
-    * APPTYPE specified within the source files, RC called from makefiles
-
-  Revision 1.1  2001/01/14 19:02:14  hajny
-    + OS/2 demos added
+  Revision 1.2  2002-09-07 15:06:35  peter
+    * old logs removed and tabs fixed
 
 
 }
 }

+ 4 - 7
demo/os2/getctry.pas

@@ -41,13 +41,10 @@ end.
 
 
 {
 {
   $Log$
   $Log$
-  Revision 1.2  2002-02-25 21:33:04  carl
-  * bugfix of demo compilation problem
-
-  Revision 1.1  2001/05/03 21:39:34  peter
-    * moved to own module
+  Revision 1.3  2002-09-07 15:06:35  peter
+    * old logs removed and tabs fixed
 
 
-  Revision 1.1  2001/01/14 19:02:14  hajny
-    + OS/2 demos added
+  Revision 1.2  2002/02/25 21:33:04  carl
+  * bugfix of demo compilation problem
 
 
 }
 }

+ 2 - 15
demo/os2/pmdemo1.h

@@ -7,19 +7,6 @@
 
 
 /*
 /*
   $Log$
   $Log$
-  Revision 1.1  2001-05-03 21:39:34  peter
-    * moved to own module
+  Revision 1.2  2002-09-07 15:06:35  peter
+    * old logs removed and tabs fixed
 
 
-  Revision 1.1  2001/01/14 19:02:14  hajny
-    + OS/2 demos added
-
-  Revision 1.1  2000/07/13 06:31:08  michael
-  + Initial import
-
-  Revision 1.1  2000/07/09 10:37:50  peter
-    * renamed to lowercase names
-
-  Revision 1.1  1999/06/02 16:01:35  hajny
-    * changes by Ramon Bosque
-
-*/

+ 8 - 38
demo/os2/pmdemo1.pp

@@ -25,7 +25,7 @@ program pmdemo1;
      ab : cardinal;
      ab : cardinal;
      mq : cardinal;
      mq : cardinal;
      msg : QMSG;
      msg : QMSG;
-     
+
   const
   const
      frameflags : longint = FCF_TITLEBAR+FCF_SYSMENU+FCF_SIZEBORDER+
      frameflags : longint = FCF_TITLEBAR+FCF_SYSMENU+FCF_SIZEBORDER+
                             FCF_MINBUTTON+FCF_MAXBUTTON+FCF_SHELLPOSITION+
                             FCF_MINBUTTON+FCF_MAXBUTTON+FCF_SHELLPOSITION+
@@ -33,10 +33,10 @@ program pmdemo1;
 
 
   function clientwndproc(window : cardinal;msg : longint;mp1,mp2 : pointer) :
   function clientwndproc(window : cardinal;msg : longint;mp1,mp2 : pointer) :
     pointer; cdecl; export;
     pointer; cdecl; export;
-  
+
     const
     const
        text = 'Hello world by OS/2 and FPC';
        text = 'Hello world by OS/2 and FPC';
-       
+
     var
     var
        ps : cardinal;
        ps : cardinal;
        rcl : RECTL;
        rcl : RECTL;
@@ -48,7 +48,7 @@ program pmdemo1;
           WM_PAINT : begin
           WM_PAINT : begin
                         ps:=WinBeginPaint(window,0,nil);
                         ps:=WinBeginPaint(window,0,nil);
                         WinQueryWindowRect(window,@rcl);
                         WinQueryWindowRect(window,@rcl);
-                        WinDrawText(ps,-1,text,@rcl,0,7,$8500); 
+                        WinDrawText(ps,-1,text,@rcl,0,7,$8500);
                         WinEndPaint(ps);
                         WinEndPaint(ps);
                      end;
                      end;
           WM_COMMAND : case lo(longint(mp1)) of
           WM_COMMAND : case lo(longint(mp1)) of
@@ -60,13 +60,13 @@ program pmdemo1;
                        end;
                        end;
        else
        else
           clientwndproc:=WinDefWindowProc(window,msg,mp1,mp2);
           clientwndproc:=WinDefWindowProc(window,msg,mp1,mp2);
-       end;                                                        
+       end;
     end;
     end;
 
 
  begin
  begin
     ab:=WinInitialize(0);
     ab:=WinInitialize(0);
     mq:=WinCreateMsgQueue(ab,0);
     mq:=WinCreateMsgQueue(ab,0);
-    WinRegisterClass(ab,'HELLOPM',proc(@clientwndproc),4,0);    
+    WinRegisterClass(ab,'HELLOPM',proc(@clientwndproc),4,0);
     frame:=WinCreateStdWindow(cardinal(1),WS_VISIBLE,@frameflags,'HELLOPM',
     frame:=WinCreateStdWindow(cardinal(1),WS_VISIBLE,@frameflags,'HELLOPM',
       'PMDemo 1',WS_VISIBLE,0,1,@client);
       'PMDemo 1',WS_VISIBLE,0,1,@client);
     while WinGetMsg(ab,@msg,0,0,0) do
     while WinGetMsg(ab,@msg,0,0,0) do
@@ -77,37 +77,7 @@ program pmdemo1;
  end.
  end.
 {
 {
   $Log$
   $Log$
-  Revision 1.1  2001-05-03 21:39:34  peter
-    * moved to own module
-
-  Revision 1.2  2001/04/22 10:13:14  hajny
-    * APPTYPE specified within the source files, RC called from makefiles
-
-  Revision 1.1  2001/01/14 19:02:14  hajny
-    + OS/2 demos added
-
-  Revision 1.1  2000/07/13 06:31:08  michael
-  + Initial import
-
-  Revision 1.1  2000/07/09 10:37:50  peter
-    * renamed to lowercase names
-
-  Revision 1.6  2000/07/09 07:49:34  hajny
-    * $R used now
-
-  Revision 1.5  2000/06/18 18:37:17  hajny
-   * cdecl added
-
-  Revision 1.4  2000/01/07 16:41:50  daniel
-    * copyright 2000
-
-  Revision 1.3  2000/01/07 16:32:34  daniel
-    * copyright 2000 added
-
-  Revision 1.2  1999/08/10 14:33:51  hajny
-    * PM samples
-
-  Revision 1.1  1999/06/02 16:01:35  hajny
-    * changes by Ramon Bosque
+  Revision 1.2  2002-09-07 15:06:35  peter
+    * old logs removed and tabs fixed
 
 
 }
 }

+ 2 - 15
demo/os2/pmdemo1.rc

@@ -18,19 +18,6 @@ MENU    ID_ClientWindow
   END
   END
 /*
 /*
   $Log$
   $Log$
-  Revision 1.1  2001-05-03 21:39:34  peter
-    * moved to own module
+  Revision 1.2  2002-09-07 15:06:35  peter
+    * old logs removed and tabs fixed
 
 
-  Revision 1.1  2001/01/14 19:02:14  hajny
-    + OS/2 demos added
-
-  Revision 1.1  2000/07/13 06:31:10  michael
-  + Initial import
-
-  Revision 1.1  2000/07/09 10:37:50  peter
-    * renamed to lowercase names
-
-  Revision 1.1  1999/06/02 16:01:35  hajny
-    * changes by Ramon Bosque
-
-*/

BIN
demo/palmos/pilrc.bmp


BIN
demo/palmos/pilrcic.bmp


+ 22 - 22
demo/palmos/pilrctst.pp

@@ -54,7 +54,7 @@ function PilotMain(_cmd : Word;_cmdPBP : Ptr;_launchFlags : Word) : DWord;cdecl;
           while true do
           while true do
             begin
             begin
                EvtGetEvent(e,100);
                EvtGetEvent(e,100);
-      	       if SysHandleEvent(e)<>0 then
+               if SysHandleEvent(e)<>0 then
                  continue;
                  continue;
                if MenuHandleEvent(nil,e,err)<>0 then
                if MenuHandleEvent(nil,e,err)<>0 then
                  continue;
                  continue;
@@ -66,45 +66,45 @@ function PilotMain(_cmd : Word;_cmdPBP : Ptr;_launchFlags : Word) : DWord;cdecl;
                             inc(kidForm);
                             inc(kidForm);
                             if kidForm>kidFormLast then
                             if kidForm>kidFormLast then
                               kidForm:=kidForm1;
                               kidForm:=kidForm1;
-			     FrmGotoForm(kidForm);
+                             FrmGotoForm(kidForm);
                           end;
                           end;
-      			if assigned(FrmGetActiveForm) then
+                        if assigned(FrmGetActiveForm) then
                           FrmHandleEvent(FrmGetActiveForm,e);
                           FrmHandleEvent(FrmGetActiveForm,e);
                     end;
                     end;
                   frmLoadEvent:
                   frmLoadEvent:
                     begin
                     begin
                        FrmSetActiveForm(FrmInitForm(e.data.formID));
                        FrmSetActiveForm(FrmInitForm(e.data.formID));
                     end;
                     end;
-	          frmOpenEvent:
+                  frmOpenEvent:
                     begin
                     begin
-		       pfrm:=FrmGetActiveForm;
-		       FrmDrawForm(pfrm);
-		       if e.data.formID=kidForm12 then
+                       pfrm:=FrmGetActiveForm;
+                       FrmDrawForm(pfrm);
+                       if e.data.formID=kidForm12 then
                          begin
                          begin
                             ptbl:=PTableType(FrmGetObjectPtr(pfrm, FrmGetObjectIndex(pfrm, kidTable)));
                             ptbl:=PTableType(FrmGetObjectPtr(pfrm, FrmGetObjectIndex(pfrm, kidTable)));
-			    TblSetColumnUsable(ptbl, 0, true);
-			    TblSetColumnUsable(ptbl, 1, true);
-			    TblSetColumnUsable(ptbl, 2, true);
-			    TblSetColumnUsable(ptbl, 3, true);
-			    TblSetColumnUsable(ptbl, 4, true);
-			    TblSetRowUsable(ptbl, 0, true);
-			    TblSetRowUsable(ptbl, 1, true);
+                            TblSetColumnUsable(ptbl, 0, true);
+                            TblSetColumnUsable(ptbl, 1, true);
+                            TblSetColumnUsable(ptbl, 2, true);
+                            TblSetColumnUsable(ptbl, 3, true);
+                            TblSetColumnUsable(ptbl, 4, true);
+                            TblSetRowUsable(ptbl, 0, true);
+                            TblSetRowUsable(ptbl, 1, true);
 
 
- 		            TblSetItemStyle(ptbl, 0, 0, textTableItem);
-			    TblSetItemStyle(ptbl, 1, 0, textTableItem);
-		            TblSetItemStyle(ptbl, 2, 0, textTableItem);
-			    TblDrawTable(ptbl);
-			 end;
+                            TblSetItemStyle(ptbl, 0, 0, textTableItem);
+                            TblSetItemStyle(ptbl, 1, 0, textTableItem);
+                            TblSetItemStyle(ptbl, 2, 0, textTableItem);
+                            TblDrawTable(ptbl);
+                         end;
                      end;
                      end;
                   menuEvent:
                   menuEvent:
                     FrmAlert(kidAlert1);
                     FrmAlert(kidAlert1);
                   appStopEvent:
                   appStopEvent:
-      		    break;
+                    break;
                   else
                   else
-		    if assigned(FrmGetActiveForm) then
+                    if assigned(FrmGetActiveForm) then
                       FrmHandleEvent(FrmGetActiveForm,e);
                       FrmHandleEvent(FrmGetActiveForm,e);
                end;
                end;
-	    end;
+            end;
        end;
        end;
      PilotMain:=0;
      PilotMain:=0;
   end;
   end;

+ 2 - 5
demo/text/eratos.pp

@@ -55,10 +55,7 @@ program eratosthenes;
 
 
 {
 {
   $Log$
   $Log$
-  Revision 1.1  2001-05-03 21:39:34  peter
-    * moved to own module
+  Revision 1.2  2002-09-07 15:06:35  peter
+    * old logs removed and tabs fixed
 
 
-  Revision 1.2  2000/07/13 11:33:10  michael
-  + removed logs
- 
 }
 }

+ 6 - 3
demo/text/hello.pp

@@ -19,10 +19,13 @@ program hello;
   begin
   begin
      writeln('Hello world');
      writeln('Hello world');
   end.
   end.
-  
-{  
+
+{
     $Log$
     $Log$
-    Revision 1.2  2002-02-22 21:46:25  carl
+    Revision 1.3  2002-09-07 15:06:35  peter
+      * old logs removed and tabs fixed
+
+    Revision 1.2  2002/02/22 21:46:25  carl
     + fixed log problems
     + fixed log problems
 
 
 }
 }

+ 2 - 5
demo/text/lines.pp

@@ -75,10 +75,7 @@ program count_lines;
   end.
   end.
 {
 {
   $Log$
   $Log$
-  Revision 1.1  2001-05-03 21:39:34  peter
-    * moved to own module
+  Revision 1.2  2002-09-07 15:06:35  peter
+    * old logs removed and tabs fixed
 
 
-  Revision 1.2  2000/07/13 11:33:10  michael
-  + removed logs
- 
 }
 }

+ 2 - 5
demo/text/magic.pp

@@ -98,10 +98,7 @@ begin
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.1  2001-05-03 21:39:34  peter
-    * moved to own module
+  Revision 1.2  2002-09-07 15:06:35  peter
+    * old logs removed and tabs fixed
 
 
-  Revision 1.2  2000/07/13 11:33:10  michael
-  + removed logs
- 
 }
 }

+ 2 - 5
demo/text/qsort.pp

@@ -78,10 +78,7 @@ begin
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.1  2001-05-03 21:39:34  peter
-    * moved to own module
+  Revision 1.2  2002-09-07 15:06:35  peter
+    * old logs removed and tabs fixed
 
 
-  Revision 1.2  2000/07/13 11:33:10  michael
-  + removed logs
- 
 }
 }

+ 2 - 5
demo/win32/dlltest.pp

@@ -26,10 +26,7 @@ begin
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.1  2001-05-03 21:39:34  peter
-    * moved to own module
+  Revision 1.2  2002-09-07 15:06:35  peter
+    * old logs removed and tabs fixed
 
 
-  Revision 1.2  2000/07/13 11:33:10  michael
-  + removed logs
- 
 }
 }

+ 3 - 10
demo/win32/edit.pp

@@ -267,7 +267,7 @@ Begin
       Begin
       Begin
         NotiCode := HiWord(WParam);
         NotiCode := HiWord(WParam);
         Case NotiCode of
         Case NotiCode of
-          en_Change	: //Editor has changed
+          en_Change     : //Editor has changed
             Begin
             Begin
               If SendMessage(HEdit,EM_GetModify,0,0)<>0 then
               If SendMessage(HEdit,EM_GetModify,0,0)<>0 then
                 SetStatusText(1,'Modified')
                 SetStatusText(1,'Modified')
@@ -461,14 +461,7 @@ End.
 
 
 {
 {
   $Log$
   $Log$
-  Revision 1.2  2001-09-04 01:07:59  carl
-  * bugfix of range check errors (bug #1588)
-  + added win32 types for easier porting to win64
+  Revision 1.3  2002-09-07 15:06:35  peter
+    * old logs removed and tabs fixed
 
 
-  Revision 1.1  2001/05/03 21:39:34  peter
-    * moved to own module
-
-  Revision 1.2  2000/07/13 11:33:10  michael
-  + removed logs
- 
 }
 }

+ 4 - 7
demo/win32/menu.pp

@@ -341,16 +341,13 @@ End.
 
 
 {
 {
   $Log$
   $Log$
-  Revision 1.3  2002-02-22 13:37:49  pierre
+  Revision 1.4  2002-09-07 15:06:35  peter
+    * old logs removed and tabs fixed
+
+  Revision 1.3  2002/02/22 13:37:49  pierre
    * fix problem if started through cygwin bash
    * fix problem if started through cygwin bash
 
 
   Revision 1.2  2002/02/21 11:43:54  pierre
   Revision 1.2  2002/02/21 11:43:54  pierre
    * fix range check problems and wrong uses of HEdit and HStatus handles
    * fix range check problems and wrong uses of HEdit and HStatus handles
 
 
-  Revision 1.1  2001/05/03 21:39:34  peter
-    * moved to own module
-
-  Revision 1.2  2000/07/13 11:33:10  michael
-  + removed logs
-
 }
 }

+ 2 - 5
demo/win32/testdll.pp

@@ -62,10 +62,7 @@ begin
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.1  2001-05-03 21:39:34  peter
-    * moved to own module
+  Revision 1.2  2002-09-07 15:06:35  peter
+    * old logs removed and tabs fixed
 
 
-  Revision 1.2  2000/07/13 11:33:10  michael
-  + removed logs
- 
 }
 }

+ 4 - 11
demo/win32/winhello.pp

@@ -111,17 +111,10 @@ end.
 
 
 {
 {
   $Log$
   $Log$
-  Revision 1.3  2002-02-22 13:37:49  pierre
-   * fix problem if started through cygwin bash
-
-  Revision 1.2  2001/09/04 01:08:09  carl
-  * bugfix of range check errors (bug #1588)
-  + added win32 types for easier porting to win64
+  Revision 1.4  2002-09-07 15:06:35  peter
+    * old logs removed and tabs fixed
 
 
-  Revision 1.1  2001/05/03 21:39:34  peter
-    * moved to own module
-
-  Revision 1.2  2000/07/13 11:33:10  michael
-  + removed logs
+  Revision 1.3  2002/02/22 13:37:49  pierre
+   * fix problem if started through cygwin bash
 
 
 }
 }

+ 4 - 41
fv/app.pas

@@ -1193,7 +1193,10 @@ END;
 END.
 END.
 {
 {
  $Log$
  $Log$
- Revision 1.19  2002-08-22 13:39:29  pierre
+ Revision 1.20  2002-09-07 15:06:35  peter
+   * old logs removed and tabs fixed
+
+ Revision 1.19  2002/08/22 13:39:29  pierre
   * Postpone InitDesktop to set the correct size
   * Postpone InitDesktop to set the correct size
 
 
  Revision 1.18  2002/06/07 14:12:21  pierre
  Revision 1.18  2002/06/07 14:12:21  pierre
@@ -1208,46 +1211,6 @@ END.
  Revision 1.15  2002/05/23 07:30:33  pierre
  Revision 1.15  2002/05/23 07:30:33  pierre
   * fix problem in InitScreen
   * fix problem in InitScreen
 
 
- Revision 1.14  2001/10/02 16:35:50  pierre
-  * fix several problems, try to get the graph version to compile
-
- Revision 1.13  2001/08/05 02:03:13  peter
-   * view redrawing and small cursor updates
-   * merged some more FV extensions
-
- Revision 1.12  2001/08/04 19:14:32  peter
-   * Added Makefiles
-   * added FV specific units and objects from old FV
-
- Revision 1.11  2001/05/31 21:39:11  pierre
-  + AltF12 to force Redraw of Application
-
- Revision 1.10  2001/05/31 12:15:24  pierre
-  + some debug stuff added
-
- Revision 1.9  2001/05/10 16:46:26  pierre
-  + some improovements made
-
- Revision 1.8  2001/05/07 22:22:03  pierre
-  * removed NO_WINDOW cond, added GRAPH_API
-
- Revision 1.7  2001/05/04 15:43:45  pierre
-  * several more fixes
-
- Revision 1.6  2001/05/04 08:42:54  pierre
-  * some corrections for linux
-
- Revision 1.5  2001/05/03 22:32:52  pierre
-  new bunch of changes, displays something for dos at least
-
- Revision 1.4  2001/04/10 21:57:55  pierre
-  + first adds for Use_API define
-
- Revision 1.3  2001/04/10 21:29:54  pierre
-  * import of Leon de Boer's files
-
- Revision 1.2  2000/08/24 11:43:13  marco
-  * Added CVS log and ID entries.
 }
 }
 {******************[ REVISION HISTORY ]********************}
 {******************[ REVISION HISTORY ]********************}
 {  Version  Date        Fix                                }
 {  Version  Date        Fix                                }

+ 4 - 9
fv/buildfv.pas

@@ -38,18 +38,13 @@ implementation
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.4  2002-05-29 22:15:19  pierre
+  Revision 1.5  2002-09-07 15:06:36  peter
+    * old logs removed and tabs fixed
+
+  Revision 1.4  2002/05/29 22:15:19  pierre
    + asciitab unit added
    + asciitab unit added
 
 
   Revision 1.3  2002/01/29 22:00:33  peter
   Revision 1.3  2002/01/29 22:00:33  peter
     * colortxt added
     * colortxt added
 
 
-  Revision 1.2  2001/08/05 02:03:13  peter
-    * view redrawing and small cursor updates
-    * merged some more FV extensions
-
-  Revision 1.1  2001/08/04 19:14:32  peter
-    * Added Makefiles
-    * added FV specific units and objects from old FV
-
 }
 }

+ 2 - 48
fv/callspec.pas

@@ -380,53 +380,7 @@ end;
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.1  2001-08-05 02:10:26  peter
-    * more files
+  Revision 1.2  2002-09-07 15:06:36  peter
+    * old logs removed and tabs fixed
 
 
-  Revision 1.3  2001/07/30 08:27:58  pierre
-   * fix I386 compilation problem
-
-  Revision 1.2  2001/07/29 20:23:18  pierre
-   * support for m68k cpu
-
-  Revision 1.1  2001/01/29 21:56:04  peter
-    * updates for new fpcmake
-
-  Revision 1.1  2001/01/29 11:31:26  marco
-   * added from API. callspec renamed to .pp
-
-  Revision 1.1  2000/07/13 06:29:38  michael
-  + Initial import
-
-  Revision 1.1  2000/01/06 01:20:30  peter
-    * moved out of packages/ back to topdir
-
-  Revision 1.1  1999/12/23 19:36:47  peter
-    * place unitfiles in target dirs
-
-  Revision 1.1  1999/11/24 23:36:37  peter
-    * moved to packages dir
-
-  Revision 1.2  1998/12/16 21:57:16  peter
-    * fixed currentframe,previousframe
-    + testcall to test the callspec unit
-
-  Revision 1.1  1998/12/04 12:48:24  peter
-    * moved some dirs
-
-  Revision 1.5  1998/12/04 09:53:44  peter
-    * removed objtemp global var
-
-  Revision 1.4  1998/11/24 17:14:24  peter
-    * fixed esi loading
-
-
-  Date       Version  Who     Comments
-  ---------- -------- ------- -------------------------------------
-  19-Sep-97  0.1      mkoeppe Initial version.
-  22-Sep-97  0.11     fk      0.9.3 support added, self isn't expected
-                              on the stack in local procedures of methods
-  23-Sep-97  0.12     mkoeppe Cleaned up 0.9.3 conditionals.
-  03-Oct-97  0.13     mkoeppe Fixed esi load in FPC 0.9
-  22-Oct-98  0.14     pfv     0.99.8 support for FPC
 }
 }

+ 4 - 35
fv/dialogs.pas

@@ -4204,7 +4204,10 @@ END;
 END.
 END.
 {
 {
  $Log$
  $Log$
- Revision 1.17  2002-05-31 12:35:21  pierre
+ Revision 1.18  2002-09-07 15:06:36  peter
+   * old logs removed and tabs fixed
+
+ Revision 1.17  2002/05/31 12:35:21  pierre
   * use graph mode to display button title
   * use graph mode to display button title
 
 
  Revision 1.16  2002/05/24 21:00:10  pierre
  Revision 1.16  2002/05/24 21:00:10  pierre
@@ -4219,40 +4222,6 @@ END.
  Revision 1.13  2002/05/16 20:36:24  pierre
  Revision 1.13  2002/05/16 20:36:24  pierre
   * break lines of static text if too long
   * break lines of static text if too long
 
 
- Revision 1.12  2001/08/05 02:03:13  peter
-   * view redrawing and small cursor updates
-   * merged some more FV extensions
-
- Revision 1.11  2001/08/04 19:14:32  peter
-   * Added Makefiles
-   * added FV specific units and objects from old FV
-
- Revision 1.10  2001/06/01 16:00:00  pierre
-  * small changes for tbutton.draw
-
- Revision 1.9  2001/05/31 12:14:50  pierre
-  Better button draw
-
- Revision 1.8  2001/05/10 16:46:27  pierre
-  + some improovements made
-
- Revision 1.7  2001/05/07 22:22:03  pierre
-  * removed NO_WINDOW cond, added GRAPH_API
-
- Revision 1.6  2001/05/04 10:46:01  pierre
-  * various fixes  for win32 api mode
-
- Revision 1.5  2001/05/04 08:42:54  pierre
-  * some corrections for linux
-
- Revision 1.4  2001/05/03 22:32:52  pierre
-  new bunch of changes, displays something for dos at least
-
- Revision 1.3  2001/04/10 21:29:55  pierre
-  * import of Leon de Boer's files
-
- Revision 1.2  2000/08/24 12:00:20  marco
-  * CVS log and ID tags
 }
 }
 {******************[ REVISION HISTORY ]********************}
 {******************[ REVISION HISTORY ]********************}
 {  Version  Date        Fix                                }
 {  Version  Date        Fix                                }

+ 4 - 38
fv/drivers.pas

@@ -1673,7 +1673,10 @@ BEGIN
 END.
 END.
 {
 {
  $Log$
  $Log$
- Revision 1.30  2002-06-10 19:40:14  pierre
+ Revision 1.31  2002-09-07 15:06:36  peter
+   * old logs removed and tabs fixed
+
+ Revision 1.30  2002/06/10 19:40:14  pierre
   * add DoneMouse in DoneEvents
   * add DoneMouse in DoneEvents
 
 
  Revision 1.29  2002/06/10 18:16:55  pierre
  Revision 1.29  2002/06/10 18:16:55  pierre
@@ -1724,43 +1727,6 @@ END.
  Revision 1.14  2002/05/16 20:21:50  pierre
  Revision 1.14  2002/05/16 20:21:50  pierre
   + fix for bug report 1953 adapted from S Wiktor
   + fix for bug report 1953 adapted from S Wiktor
 
 
- Revision 1.13  2001/10/02 16:35:50  pierre
-  * fix several problems, try to get the graph version to compile
-
- Revision 1.12  2001/08/05 02:03:13  peter
-   * view redrawing and small cursor updates
-   * merged some more FV extensions
-
- Revision 1.11  2001/08/04 19:14:33  peter
-   * Added Makefiles
-   * added FV specific units and objects from old FV
-
- Revision 1.10  2001/05/10 16:46:27  pierre
-  + some improovements made
-
- Revision 1.9  2001/05/07 22:22:03  pierre
-  * removed NO_WINDOW cond, added GRAPH_API
-
- Revision 1.8  2001/05/04 15:43:45  pierre
-  * several more fixes
-
- Revision 1.7  2001/05/04 10:46:02  pierre
-  * various fixes  for win32 api mode
-
- Revision 1.6  2001/05/04 08:42:55  pierre
-  * some corrections for linux
-
- Revision 1.5  2001/05/03 22:32:52  pierre
-  new bunch of changes, displays something for dos at least
-
- Revision 1.4  2001/04/10 21:57:55  pierre
-  + first adds for Use_API define
-
- Revision 1.3  2001/04/10 21:29:55  pierre
-  * import of Leon de Boer's files
-
- Revision 1.2  2000/08/24 12:00:21  marco
-  * CVS log and ID tags
 }
 }
 {******************[ REVISION HISTORY ]********************}
 {******************[ REVISION HISTORY ]********************}
 {  Version  Date        Fix                                }
 {  Version  Date        Fix                                }

+ 4 - 15
fv/fileio.pas

@@ -684,21 +684,10 @@ END;
 END.
 END.
 {
 {
  $Log$
  $Log$
- Revision 1.6  2002-06-04 11:12:41  marco
-  * Renamefest
-
- Revision 1.5  2001/08/04 19:14:33  peter
-   * Added Makefiles
-   * added FV specific units and objects from old FV
-
- Revision 1.4  2001/05/03 15:55:44  pierre
-  + linux support for fileio contributed by Holger Schurig
-
- Revision 1.3  2001/04/10 21:29:55  pierre
-  * import of Leon de Boer's files
-
- Revision 1.2  2000/08/24 12:00:21  marco
-  * CVS log and ID tags
+ Revision 1.7  2002-09-07 15:06:36  peter
+   * old logs removed and tabs fixed
 
 
+ Revision 1.6  2002/06/04 11:12:41  marco
+  * Renamefest
 
 
 }
 }

+ 4 - 16
fv/fvcommon.pas

@@ -416,22 +416,10 @@ END;
 END.
 END.
 {
 {
  $Log$
  $Log$
- Revision 1.3  2002-06-04 11:12:41  marco
-  * Renamefest
-
- Revision 1.2  2001/08/05 02:03:13  peter
-   * view redrawing and small cursor updates
-   * merged some more FV extensions
-
- Revision 1.1  2001/08/04 19:14:33  peter
-   * Added Makefiles
-   * added FV specific units and objects from old FV
-
- Revision 1.3  2001/04/10 21:29:55  pierre
-  * import of Leon de Boer's files
-
- Revision 1.2  2000/08/24 12:00:20  marco
-  * CVS log and ID tags
+ Revision 1.4  2002-09-07 15:06:36  peter
+   * old logs removed and tabs fixed
 
 
+ Revision 1.3  2002/06/04 11:12:41  marco
+  * Renamefest
 
 
 }
 }

+ 4 - 9
fv/fvconsts.pas

@@ -626,18 +626,13 @@ implementation
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.4  2002-05-21 12:21:53  pierre
+  Revision 1.5  2002-09-07 15:06:36  peter
+    * old logs removed and tabs fixed
+
+  Revision 1.4  2002/05/21 12:21:53  pierre
    * fix various graphic problems
    * fix various graphic problems
 
 
   Revision 1.3  2002/05/21 12:00:49  pierre
   Revision 1.3  2002/05/21 12:00:49  pierre
    + cmResizeApp added
    + cmResizeApp added
 
 
-  Revision 1.2  2001/08/05 02:03:13  peter
-    * view redrawing and small cursor updates
-    * merged some more FV extensions
-
-  Revision 1.1  2001/08/04 19:14:33  peter
-    * Added Makefiles
-    * added FV specific units and objects from old FV
-
 }
 }

+ 2 - 11
fv/gadgets.pas

@@ -303,16 +303,7 @@ END;
 END.
 END.
 {
 {
  $Log$
  $Log$
- Revision 1.4  2001-08-05 02:03:13  peter
-   * view redrawing and small cursor updates
-   * merged some more FV extensions
-
- Revision 1.3  2001/08/04 19:14:33  peter
-   * Added Makefiles
-   * added FV specific units and objects from old FV
-
- Revision 1.2  2000/08/24 12:00:21  marco
-  * CVS log and ID tags
-
+ Revision 1.5  2002-09-07 15:06:36  peter
+   * old logs removed and tabs fixed
 
 
 }
 }

+ 4 - 28
fv/gfvgraph.pas

@@ -809,7 +809,10 @@ end;
 END.
 END.
 {
 {
  $Log$
  $Log$
- Revision 1.17  2002-08-22 13:40:49  pierre
+ Revision 1.18  2002-09-07 15:06:36  peter
+   * old logs removed and tabs fixed
+
+ Revision 1.17  2002/08/22 13:40:49  pierre
   * several graphic mode improovements
   * several graphic mode improovements
 
 
  Revision 1.16  2002/06/06 06:41:14  pierre
  Revision 1.16  2002/06/06 06:41:14  pierre
@@ -830,31 +833,4 @@ END.
  Revision 1.11  2002/05/28 19:13:44  pierre
  Revision 1.11  2002/05/28 19:13:44  pierre
   + GraphUpdateScreen function
   + GraphUpdateScreen function
 
 
- Revision 1.10  2001/10/02 16:35:51  pierre
-  * fix several problems, try to get the graph version to compile
-
- Revision 1.9  2001/05/31 21:40:10  pierre
-  * some debug stuff changed
-
- Revision 1.8  2001/05/10 16:46:28  pierre
-  + some improovements made
-
- Revision 1.7  2001/05/07 23:36:35  pierre
-  NO_WINDOW cond removed
-
- Revision 1.6  2001/05/07 22:22:03  pierre
-  * removed NO_WINDOW cond, added GRAPH_API
-
- Revision 1.5  2001/05/04 15:43:45  pierre
-  * several more fixes
-
- Revision 1.4  2001/04/10 21:57:55  pierre
-  + first adds for Use_API define
-
- Revision 1.3  2001/04/10 21:29:55  pierre
-  * import of Leon de Boer's files
-
- Revision 1.2  2000/08/24 12:00:21  marco
-  * CVS log and ID tags
-
 }
 }

+ 4 - 15
fv/histlist.pas

@@ -420,7 +420,10 @@ END.
 
 
 {
 {
  $Log$
  $Log$
- Revision 1.8  2002-06-10 11:51:08  pierre
+ Revision 1.9  2002-09-07 15:06:37  peter
+   * old logs removed and tabs fixed
+
+ Revision 1.8  2002/06/10 11:51:08  pierre
   * render history load/store compatible with older fvnew lib
   * render history load/store compatible with older fvnew lib
 
 
  Revision 1.7  2002/06/03 20:07:44  pierre
  Revision 1.7  2002/06/03 20:07:44  pierre
@@ -429,18 +432,4 @@ END.
  Revision 1.6  2002/05/24 09:30:33  pierre
  Revision 1.6  2002/05/24 09:30:33  pierre
   * fix bug with HistoryUsed, now is really a used size
   * fix bug with HistoryUsed, now is really a used size
 
 
- Revision 1.5  2001/11/07 22:07:55  pierre
-  * removed another bug in InsertString
-
- Revision 1.4  2001/11/07 21:50:40  pierre
-  * copied from fvnew the changed that I made toremove runerror(199)
-
- Revision 1.3  2001/08/04 19:14:33  peter
-   * Added Makefiles
-   * added FV specific units and objects from old FV
-
- Revision 1.2  2000/08/24 12:00:22  marco
-  * CVS log and ID tags
-
-
 }
 }

+ 2 - 10
fv/memory.pas

@@ -828,15 +828,7 @@ END.
 
 
 {
 {
  $Log$
  $Log$
- Revision 1.4  2001-08-05 23:27:54  pierre
-  * don't use HeapNotify for FPC
-
- Revision 1.3  2001/08/04 19:14:33  peter
-   * Added Makefiles
-   * added FV specific units and objects from old FV
-
- Revision 1.2  2000/08/24 12:00:22  marco
-  * CVS log and ID tags
-
+ Revision 1.5  2002-09-07 15:06:37  peter
+   * old logs removed and tabs fixed
 
 
 }
 }

+ 4 - 24
fv/menus.pas

@@ -1759,7 +1759,10 @@ END;
 END.
 END.
 {
 {
  $Log$
  $Log$
- Revision 1.14  2002-06-10 18:41:26  pierre
+ Revision 1.15  2002-09-07 15:06:37  peter
+   * old logs removed and tabs fixed
+
+ Revision 1.14  2002/06/10 18:41:26  pierre
   + add Submenu recognition sign
   + add Submenu recognition sign
 
 
  Revision 1.13  2002/05/30 06:58:28  pierre
  Revision 1.13  2002/05/30 06:58:28  pierre
@@ -1771,27 +1774,4 @@ END.
  Revision 1.11  2002/05/21 10:53:25  pierre
  Revision 1.11  2002/05/21 10:53:25  pierre
   * fix graphical separation lines
   * fix graphical separation lines
 
 
- Revision 1.10  2001/08/05 21:49:56  pierre
-  * GetItemRect returned graphic coordinates, renamed to GetItemRectX
-
- Revision 1.9  2001/08/05 02:03:14  peter
-   * view redrawing and small cursor updates
-   * merged some more FV extensions
-
- Revision 1.8  2001/05/30 13:26:17  pierre
-  * fix border problems for views and menus
-
- Revision 1.7  2001/05/07 22:22:03  pierre
-  * removed NO_WINDOW cond, added GRAPH_API
-
- Revision 1.6  2001/05/04 15:43:45  pierre
-  * several more fixes
-
- Revision 1.5  2001/05/04 10:46:02  pierre
-  * various fixes  for win32 api mode
-
- Revision 1.4  2001/04/10 21:57:55  pierre
-  + first adds for Use_API define
-
-
 }
 }

+ 3 - 8
fv/msgbox.pas

@@ -291,12 +291,7 @@ END.
 
 
 {
 {
  $Log$
  $Log$
- Revision 1.3  2001-08-05 02:03:14  peter
-   * view redrawing and small cursor updates
-   * merged some more FV extensions
+ Revision 1.4  2002-09-07 15:06:38  peter
+   * old logs removed and tabs fixed
 
 
- Revision 1.2  2000/08/24 12:00:22  marco
-  * CVS log and ID tags
-
-
-}
+}

+ 10 - 23
fv/platform.inc

@@ -85,13 +85,13 @@
                       FPC      PPC_FPC      PROC_Protected  BIT_32  ASM_FPC
                       FPC      PPC_FPC      PROC_Protected  BIT_32  ASM_FPC
 
 
  LINUX    OS_LINUX    FPC      PPC_FPC      PROC_Protected  BIT_32  ASM_FPC
  LINUX    OS_LINUX    FPC      PPC_FPC      PROC_Protected  BIT_32  ASM_FPC
-	  OS_UNIX
+          OS_UNIX
 
 
  FREEBSD  OS_FREEBSD  FPC      PPC_FPC      PROC_Protected  BIT_32  ASM_FPC
  FREEBSD  OS_FREEBSD  FPC      PPC_FPC      PROC_Protected  BIT_32  ASM_FPC
-	  OS_UNIX
+          OS_UNIX
 
 
  NETBSD   OS_NETBSD   FPC      PPC_FPC      PROC_Protected  BIT_32  ASM_FPC
  NETBSD   OS_NETBSD   FPC      PPC_FPC      PROC_Protected  BIT_32  ASM_FPC
-	  OS_UNIX
+          OS_UNIX
 
 
  WINDOWS  OS_WINDOWS  BP/TP7   PPC_BP       PROC_Protected  BIT_16  ASM_BP
  WINDOWS  OS_WINDOWS  BP/TP7   PPC_BP       PROC_Protected  BIT_16  ASM_BP
                       DELPHI   PPC_DELPHI   PROC_Protected  BIT_16  ASM_BP
                       DELPHI   PPC_DELPHI   PROC_Protected  BIT_16  ASM_BP
@@ -131,13 +131,13 @@ FOR FPC THESE ARE THE TRANSLATIONS
  FREEBSD  OS_NETBSD,OS_UNIX    FPC     32-bit           AT&T         ----
  FREEBSD  OS_NETBSD,OS_UNIX    FPC     32-bit           AT&T         ----
  NETBSD   OS_FREEBSD,OS_UNIX   FPC     32-bit           AT&T         ----
  NETBSD   OS_FREEBSD,OS_UNIX   FPC     32-bit           AT&T         ----
 
 
- OS2      OS_OS2       	       FPC     ?????            AT&T         CPU86
+ OS2      OS_OS2               FPC     ?????            AT&T         CPU86
 
 
  ATARI    OS_ATARI             FPC     32-bit           Internal     CPU68
  ATARI    OS_ATARI             FPC     32-bit           Internal     CPU68
 
 
- MACOS    OS_MAC       	       FPC     ?????            Internal     CPU68
+ MACOS    OS_MAC               FPC     ?????            Internal     CPU68
 
 
- AMIGA    OS_AMIGA     	       FPC     32-bit           Internal     CPU68
+ AMIGA    OS_AMIGA             FPC     32-bit           Internal     CPU68
 
 
  ****************************************************************************}
  ****************************************************************************}
 
 
@@ -403,7 +403,10 @@ FOR FPC THESE ARE THE TRANSLATIONS
 
 
 {
 {
  $Log$
  $Log$
- Revision 1.9  2002-06-07 14:15:10  pierre
+ Revision 1.10  2002-09-07 15:06:38  peter
+   * old logs removed and tabs fixed
+
+ Revision 1.9  2002/06/07 14:15:10  pierre
   * add window resizing support for unix
   * add window resizing support for unix
 
 
  Revision 1.8  2002/06/02 08:32:51  marco
  Revision 1.8  2002/06/02 08:32:51  marco
@@ -412,21 +415,5 @@ FOR FPC THESE ARE THE TRANSLATIONS
  Revision 1.7  2002/05/21 12:02:02  pierre
  Revision 1.7  2002/05/21 12:02:02  pierre
   define HASSYSMSGUNIT for go32v2 and win32
   define HASSYSMSGUNIT for go32v2 and win32
 
 
- Revision 1.6  2001/10/02 16:35:51  pierre
-  * fix several problems, try to get the graph version to compile
-
- Revision 1.5  2001/05/03 22:32:52  pierre
-  new bunch of changes, displays something for dos at least
-
- Revision 1.4  2001/04/10 21:57:56  pierre
-  + first adds for Use_API define
-
- Revision 1.3  2001/04/10 21:29:55  pierre
-  * import of Leon de Boer's files
-
- Revision 1.2  2000/08/24 12:00:22  marco
-  * CVS log and ID tags
-
-
 }
 }
 
 

+ 2 - 16
fv/test/platform.inc

@@ -369,22 +369,8 @@ FOR FPC THESE ARE THE TRANSLATIONS
 
 
 {
 {
  $Log$
  $Log$
- Revision 1.1  2001-08-04 19:14:34  peter
-   * Added Makefiles
-   * added FV specific units and objects from old FV
-
- Revision 1.5  2001/05/03 22:32:52  pierre
-  new bunch of changes, displays something for dos at least
-
- Revision 1.4  2001/04/10 21:57:56  pierre
-  + first adds for Use_API define
-
- Revision 1.3  2001/04/10 21:29:55  pierre
-  * import of Leon de Boer's files
-
- Revision 1.2  2000/08/24 12:00:22  marco
-  * CVS log and ID tags
-
+ Revision 1.2  2002-09-07 15:06:38  peter
+   * old logs removed and tabs fixed
 
 
 }
 }
 
 

+ 2 - 19
fv/test/testapp.pas

@@ -353,24 +353,7 @@ END.
 
 
 {
 {
  $Log$
  $Log$
- Revision 1.1  2001-08-04 19:14:34  peter
-   * Added Makefiles
-   * added FV specific units and objects from old FV
-
- Revision 1.6  2001/05/31 21:40:10  pierre
-  * some debug stuff changed
-
- Revision 1.5  2001/05/04 15:43:46  pierre
-  * several more fixes
-
- Revision 1.4  2001/05/04 10:46:02  pierre
-  * various fixes  for win32 api mode
-
- Revision 1.3  2001/05/04 08:42:55  pierre
-  * some corrections for linux
-
- Revision 1.2  2000/08/24 12:00:22  marco
-  * CVS log and ID tags
-
+ Revision 1.2  2002-09-07 15:06:38  peter
+   * old logs removed and tabs fixed
 
 
 }
 }

+ 1 - 1
fv/test/tfileio.pas

@@ -26,4 +26,4 @@ BEGIN
   Writeln('FileClose: ', FileClose(Handle));
   Writeln('FileClose: ', FileClose(Handle));
 END.
 END.
 
 
-  
+

+ 4 - 11
fv/time.pas

@@ -438,20 +438,13 @@ END.
 
 
 {
 {
  $Log$
  $Log$
- Revision 1.6  2002-06-04 11:12:41  marco
+ Revision 1.7  2002-09-07 15:06:38  peter
+   * old logs removed and tabs fixed
+
+ Revision 1.6  2002/06/04 11:12:41  marco
   * Renamefest
   * Renamefest
 
 
  Revision 1.5  2002/06/03 20:26:16  pierre
  Revision 1.5  2002/06/03 20:26:16  pierre
   * use local time for windows
   * use local time for windows
 
 
- Revision 1.4  2001/05/04 09:04:08  pierre
-  * fix dos assembler problem
-
- Revision 1.3  2001/05/04 08:42:56  pierre
-  * some corrections for linux
-
- Revision 1.2  2000/08/24 12:00:22  marco
-  * CVS log and ID tags
-
-
 }
 }

+ 2 - 13
fv/validate.pas

@@ -1058,18 +1058,7 @@ END.
 
 
 {
 {
  $Log$
  $Log$
- Revision 1.5  2001-08-04 19:14:33  peter
-   * Added Makefiles
-   * added FV specific units and objects from old FV
-
- Revision 1.4  2001/05/03 22:32:52  pierre
-  new bunch of changes, displays something for dos at least
-
- Revision 1.3  2001/04/10 21:29:55  pierre
-  * import of Leon de Boer's files
-
- Revision 1.2  2000/08/24 12:00:22  marco
-  * CVS log and ID tags
-
+ Revision 1.6  2002-09-07 15:06:38  peter
+   * old logs removed and tabs fixed
 
 
 }
 }

+ 4 - 55
fv/views.pas

@@ -5782,7 +5782,10 @@ END.
 
 
 {
 {
  $Log$
  $Log$
- Revision 1.34  2002-08-22 13:40:49  pierre
+ Revision 1.35  2002-09-07 15:06:38  peter
+   * old logs removed and tabs fixed
+
+ Revision 1.34  2002/08/22 13:40:49  pierre
   * several graphic mode improovements
   * several graphic mode improovements
 
 
  Revision 1.33  2002/06/10 13:47:38  pierre
  Revision 1.33  2002/06/10 13:47:38  pierre
@@ -5830,58 +5833,4 @@ END.
  Revision 1.19  2002/05/16 21:23:34  pierre
  Revision 1.19  2002/05/16 21:23:34  pierre
   * fix some display problems
   * fix some display problems
 
 
- Revision 1.18  2001/10/02 16:35:51  pierre
-  * fix several problems, try to get the graph version to compile
-
- Revision 1.17  2001/08/05 23:54:33  pierre
-  * some improovements for TListViewer
-
- Revision 1.16  2001/08/05 02:03:14  peter
-   * view redrawing and small cursor updates
-   * merged some more FV extensions
-
- Revision 1.15  2001/08/04 19:14:33  peter
-   * Added Makefiles
-   * added FV specific units and objects from old FV
-
- Revision 1.14  2001/06/01 16:01:20  pierre
-  TScrollBar Drawing  and TView.DragView corrected
-
- Revision 1.13  2001/05/31 12:14:06  pierre
-  * fix problems for multiple insert/delete and use Redraw for hild drawing like TV
-
- Revision 1.12  2001/05/30 13:26:18  pierre
-  * fix border problems for views and menus
-
- Revision 1.11  2001/05/30 10:22:25  pierre
-  * fix Shadow bugs
-
- Revision 1.10  2001/05/10 16:46:28  pierre
-  + some improovements made
-
- Revision 1.9  2001/05/07 23:36:35  pierre
-  NO_WINDOW cond removed
-
- Revision 1.8  2001/05/04 15:43:46  pierre
-  * several more fixes
-
- Revision 1.7  2001/05/04 10:46:03  pierre
-  * various fixes  for win32 api mode
-
- Revision 1.6  2001/05/04 08:42:56  pierre
-  * some corrections for linux
-
- Revision 1.5  2001/05/03 22:32:52  pierre
-  new bunch of changes, displays something for dos at least
-
- Revision 1.4  2001/04/10 21:57:56  pierre
-  + first adds for Use_API define
-
- Revision 1.3  2001/04/10 21:29:55  pierre
-  * import of Leon de Boer's files
-
- Revision 1.2  2000/08/24 12:00:22  marco
-  * CVS log and ID tags
-
-
 }
 }

+ 4 - 41
fvision/app.pas

@@ -1193,7 +1193,10 @@ END;
 END.
 END.
 {
 {
  $Log$
  $Log$
- Revision 1.19  2002-08-22 13:39:29  pierre
+ Revision 1.20  2002-09-07 15:06:35  peter
+   * old logs removed and tabs fixed
+
+ Revision 1.19  2002/08/22 13:39:29  pierre
   * Postpone InitDesktop to set the correct size
   * Postpone InitDesktop to set the correct size
 
 
  Revision 1.18  2002/06/07 14:12:21  pierre
  Revision 1.18  2002/06/07 14:12:21  pierre
@@ -1208,46 +1211,6 @@ END.
  Revision 1.15  2002/05/23 07:30:33  pierre
  Revision 1.15  2002/05/23 07:30:33  pierre
   * fix problem in InitScreen
   * fix problem in InitScreen
 
 
- Revision 1.14  2001/10/02 16:35:50  pierre
-  * fix several problems, try to get the graph version to compile
-
- Revision 1.13  2001/08/05 02:03:13  peter
-   * view redrawing and small cursor updates
-   * merged some more FV extensions
-
- Revision 1.12  2001/08/04 19:14:32  peter
-   * Added Makefiles
-   * added FV specific units and objects from old FV
-
- Revision 1.11  2001/05/31 21:39:11  pierre
-  + AltF12 to force Redraw of Application
-
- Revision 1.10  2001/05/31 12:15:24  pierre
-  + some debug stuff added
-
- Revision 1.9  2001/05/10 16:46:26  pierre
-  + some improovements made
-
- Revision 1.8  2001/05/07 22:22:03  pierre
-  * removed NO_WINDOW cond, added GRAPH_API
-
- Revision 1.7  2001/05/04 15:43:45  pierre
-  * several more fixes
-
- Revision 1.6  2001/05/04 08:42:54  pierre
-  * some corrections for linux
-
- Revision 1.5  2001/05/03 22:32:52  pierre
-  new bunch of changes, displays something for dos at least
-
- Revision 1.4  2001/04/10 21:57:55  pierre
-  + first adds for Use_API define
-
- Revision 1.3  2001/04/10 21:29:54  pierre
-  * import of Leon de Boer's files
-
- Revision 1.2  2000/08/24 11:43:13  marco
-  * Added CVS log and ID entries.
 }
 }
 {******************[ REVISION HISTORY ]********************}
 {******************[ REVISION HISTORY ]********************}
 {  Version  Date        Fix                                }
 {  Version  Date        Fix                                }

+ 4 - 9
fvision/buildfv.pas

@@ -38,18 +38,13 @@ implementation
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.4  2002-05-29 22:15:19  pierre
+  Revision 1.5  2002-09-07 15:06:36  peter
+    * old logs removed and tabs fixed
+
+  Revision 1.4  2002/05/29 22:15:19  pierre
    + asciitab unit added
    + asciitab unit added
 
 
   Revision 1.3  2002/01/29 22:00:33  peter
   Revision 1.3  2002/01/29 22:00:33  peter
     * colortxt added
     * colortxt added
 
 
-  Revision 1.2  2001/08/05 02:03:13  peter
-    * view redrawing and small cursor updates
-    * merged some more FV extensions
-
-  Revision 1.1  2001/08/04 19:14:32  peter
-    * Added Makefiles
-    * added FV specific units and objects from old FV
-
 }
 }

+ 2 - 48
fvision/callspec.pas

@@ -380,53 +380,7 @@ end;
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.1  2001-08-05 02:10:26  peter
-    * more files
+  Revision 1.2  2002-09-07 15:06:36  peter
+    * old logs removed and tabs fixed
 
 
-  Revision 1.3  2001/07/30 08:27:58  pierre
-   * fix I386 compilation problem
-
-  Revision 1.2  2001/07/29 20:23:18  pierre
-   * support for m68k cpu
-
-  Revision 1.1  2001/01/29 21:56:04  peter
-    * updates for new fpcmake
-
-  Revision 1.1  2001/01/29 11:31:26  marco
-   * added from API. callspec renamed to .pp
-
-  Revision 1.1  2000/07/13 06:29:38  michael
-  + Initial import
-
-  Revision 1.1  2000/01/06 01:20:30  peter
-    * moved out of packages/ back to topdir
-
-  Revision 1.1  1999/12/23 19:36:47  peter
-    * place unitfiles in target dirs
-
-  Revision 1.1  1999/11/24 23:36:37  peter
-    * moved to packages dir
-
-  Revision 1.2  1998/12/16 21:57:16  peter
-    * fixed currentframe,previousframe
-    + testcall to test the callspec unit
-
-  Revision 1.1  1998/12/04 12:48:24  peter
-    * moved some dirs
-
-  Revision 1.5  1998/12/04 09:53:44  peter
-    * removed objtemp global var
-
-  Revision 1.4  1998/11/24 17:14:24  peter
-    * fixed esi loading
-
-
-  Date       Version  Who     Comments
-  ---------- -------- ------- -------------------------------------
-  19-Sep-97  0.1      mkoeppe Initial version.
-  22-Sep-97  0.11     fk      0.9.3 support added, self isn't expected
-                              on the stack in local procedures of methods
-  23-Sep-97  0.12     mkoeppe Cleaned up 0.9.3 conditionals.
-  03-Oct-97  0.13     mkoeppe Fixed esi load in FPC 0.9
-  22-Oct-98  0.14     pfv     0.99.8 support for FPC
 }
 }

+ 4 - 35
fvision/dialogs.pas

@@ -4204,7 +4204,10 @@ END;
 END.
 END.
 {
 {
  $Log$
  $Log$
- Revision 1.17  2002-05-31 12:35:21  pierre
+ Revision 1.18  2002-09-07 15:06:36  peter
+   * old logs removed and tabs fixed
+
+ Revision 1.17  2002/05/31 12:35:21  pierre
   * use graph mode to display button title
   * use graph mode to display button title
 
 
  Revision 1.16  2002/05/24 21:00:10  pierre
  Revision 1.16  2002/05/24 21:00:10  pierre
@@ -4219,40 +4222,6 @@ END.
  Revision 1.13  2002/05/16 20:36:24  pierre
  Revision 1.13  2002/05/16 20:36:24  pierre
   * break lines of static text if too long
   * break lines of static text if too long
 
 
- Revision 1.12  2001/08/05 02:03:13  peter
-   * view redrawing and small cursor updates
-   * merged some more FV extensions
-
- Revision 1.11  2001/08/04 19:14:32  peter
-   * Added Makefiles
-   * added FV specific units and objects from old FV
-
- Revision 1.10  2001/06/01 16:00:00  pierre
-  * small changes for tbutton.draw
-
- Revision 1.9  2001/05/31 12:14:50  pierre
-  Better button draw
-
- Revision 1.8  2001/05/10 16:46:27  pierre
-  + some improovements made
-
- Revision 1.7  2001/05/07 22:22:03  pierre
-  * removed NO_WINDOW cond, added GRAPH_API
-
- Revision 1.6  2001/05/04 10:46:01  pierre
-  * various fixes  for win32 api mode
-
- Revision 1.5  2001/05/04 08:42:54  pierre
-  * some corrections for linux
-
- Revision 1.4  2001/05/03 22:32:52  pierre
-  new bunch of changes, displays something for dos at least
-
- Revision 1.3  2001/04/10 21:29:55  pierre
-  * import of Leon de Boer's files
-
- Revision 1.2  2000/08/24 12:00:20  marco
-  * CVS log and ID tags
 }
 }
 {******************[ REVISION HISTORY ]********************}
 {******************[ REVISION HISTORY ]********************}
 {  Version  Date        Fix                                }
 {  Version  Date        Fix                                }

+ 4 - 38
fvision/drivers.pas

@@ -1673,7 +1673,10 @@ BEGIN
 END.
 END.
 {
 {
  $Log$
  $Log$
- Revision 1.30  2002-06-10 19:40:14  pierre
+ Revision 1.31  2002-09-07 15:06:36  peter
+   * old logs removed and tabs fixed
+
+ Revision 1.30  2002/06/10 19:40:14  pierre
   * add DoneMouse in DoneEvents
   * add DoneMouse in DoneEvents
 
 
  Revision 1.29  2002/06/10 18:16:55  pierre
  Revision 1.29  2002/06/10 18:16:55  pierre
@@ -1724,43 +1727,6 @@ END.
  Revision 1.14  2002/05/16 20:21:50  pierre
  Revision 1.14  2002/05/16 20:21:50  pierre
   + fix for bug report 1953 adapted from S Wiktor
   + fix for bug report 1953 adapted from S Wiktor
 
 
- Revision 1.13  2001/10/02 16:35:50  pierre
-  * fix several problems, try to get the graph version to compile
-
- Revision 1.12  2001/08/05 02:03:13  peter
-   * view redrawing and small cursor updates
-   * merged some more FV extensions
-
- Revision 1.11  2001/08/04 19:14:33  peter
-   * Added Makefiles
-   * added FV specific units and objects from old FV
-
- Revision 1.10  2001/05/10 16:46:27  pierre
-  + some improovements made
-
- Revision 1.9  2001/05/07 22:22:03  pierre
-  * removed NO_WINDOW cond, added GRAPH_API
-
- Revision 1.8  2001/05/04 15:43:45  pierre
-  * several more fixes
-
- Revision 1.7  2001/05/04 10:46:02  pierre
-  * various fixes  for win32 api mode
-
- Revision 1.6  2001/05/04 08:42:55  pierre
-  * some corrections for linux
-
- Revision 1.5  2001/05/03 22:32:52  pierre
-  new bunch of changes, displays something for dos at least
-
- Revision 1.4  2001/04/10 21:57:55  pierre
-  + first adds for Use_API define
-
- Revision 1.3  2001/04/10 21:29:55  pierre
-  * import of Leon de Boer's files
-
- Revision 1.2  2000/08/24 12:00:21  marco
-  * CVS log and ID tags
 }
 }
 {******************[ REVISION HISTORY ]********************}
 {******************[ REVISION HISTORY ]********************}
 {  Version  Date        Fix                                }
 {  Version  Date        Fix                                }

+ 4 - 15
fvision/fileio.pas

@@ -684,21 +684,10 @@ END;
 END.
 END.
 {
 {
  $Log$
  $Log$
- Revision 1.6  2002-06-04 11:12:41  marco
-  * Renamefest
-
- Revision 1.5  2001/08/04 19:14:33  peter
-   * Added Makefiles
-   * added FV specific units and objects from old FV
-
- Revision 1.4  2001/05/03 15:55:44  pierre
-  + linux support for fileio contributed by Holger Schurig
-
- Revision 1.3  2001/04/10 21:29:55  pierre
-  * import of Leon de Boer's files
-
- Revision 1.2  2000/08/24 12:00:21  marco
-  * CVS log and ID tags
+ Revision 1.7  2002-09-07 15:06:36  peter
+   * old logs removed and tabs fixed
 
 
+ Revision 1.6  2002/06/04 11:12:41  marco
+  * Renamefest
 
 
 }
 }

+ 4 - 16
fvision/fvcommon.pas

@@ -416,22 +416,10 @@ END;
 END.
 END.
 {
 {
  $Log$
  $Log$
- Revision 1.3  2002-06-04 11:12:41  marco
-  * Renamefest
-
- Revision 1.2  2001/08/05 02:03:13  peter
-   * view redrawing and small cursor updates
-   * merged some more FV extensions
-
- Revision 1.1  2001/08/04 19:14:33  peter
-   * Added Makefiles
-   * added FV specific units and objects from old FV
-
- Revision 1.3  2001/04/10 21:29:55  pierre
-  * import of Leon de Boer's files
-
- Revision 1.2  2000/08/24 12:00:20  marco
-  * CVS log and ID tags
+ Revision 1.4  2002-09-07 15:06:36  peter
+   * old logs removed and tabs fixed
 
 
+ Revision 1.3  2002/06/04 11:12:41  marco
+  * Renamefest
 
 
 }
 }

+ 4 - 9
fvision/fvconsts.pas

@@ -626,18 +626,13 @@ implementation
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.4  2002-05-21 12:21:53  pierre
+  Revision 1.5  2002-09-07 15:06:36  peter
+    * old logs removed and tabs fixed
+
+  Revision 1.4  2002/05/21 12:21:53  pierre
    * fix various graphic problems
    * fix various graphic problems
 
 
   Revision 1.3  2002/05/21 12:00:49  pierre
   Revision 1.3  2002/05/21 12:00:49  pierre
    + cmResizeApp added
    + cmResizeApp added
 
 
-  Revision 1.2  2001/08/05 02:03:13  peter
-    * view redrawing and small cursor updates
-    * merged some more FV extensions
-
-  Revision 1.1  2001/08/04 19:14:33  peter
-    * Added Makefiles
-    * added FV specific units and objects from old FV
-
 }
 }

+ 2 - 11
fvision/gadgets.pas

@@ -303,16 +303,7 @@ END;
 END.
 END.
 {
 {
  $Log$
  $Log$
- Revision 1.4  2001-08-05 02:03:13  peter
-   * view redrawing and small cursor updates
-   * merged some more FV extensions
-
- Revision 1.3  2001/08/04 19:14:33  peter
-   * Added Makefiles
-   * added FV specific units and objects from old FV
-
- Revision 1.2  2000/08/24 12:00:21  marco
-  * CVS log and ID tags
-
+ Revision 1.5  2002-09-07 15:06:36  peter
+   * old logs removed and tabs fixed
 
 
 }
 }

+ 4 - 28
fvision/gfvgraph.pas

@@ -809,7 +809,10 @@ end;
 END.
 END.
 {
 {
  $Log$
  $Log$
- Revision 1.17  2002-08-22 13:40:49  pierre
+ Revision 1.18  2002-09-07 15:06:36  peter
+   * old logs removed and tabs fixed
+
+ Revision 1.17  2002/08/22 13:40:49  pierre
   * several graphic mode improovements
   * several graphic mode improovements
 
 
  Revision 1.16  2002/06/06 06:41:14  pierre
  Revision 1.16  2002/06/06 06:41:14  pierre
@@ -830,31 +833,4 @@ END.
  Revision 1.11  2002/05/28 19:13:44  pierre
  Revision 1.11  2002/05/28 19:13:44  pierre
   + GraphUpdateScreen function
   + GraphUpdateScreen function
 
 
- Revision 1.10  2001/10/02 16:35:51  pierre
-  * fix several problems, try to get the graph version to compile
-
- Revision 1.9  2001/05/31 21:40:10  pierre
-  * some debug stuff changed
-
- Revision 1.8  2001/05/10 16:46:28  pierre
-  + some improovements made
-
- Revision 1.7  2001/05/07 23:36:35  pierre
-  NO_WINDOW cond removed
-
- Revision 1.6  2001/05/07 22:22:03  pierre
-  * removed NO_WINDOW cond, added GRAPH_API
-
- Revision 1.5  2001/05/04 15:43:45  pierre
-  * several more fixes
-
- Revision 1.4  2001/04/10 21:57:55  pierre
-  + first adds for Use_API define
-
- Revision 1.3  2001/04/10 21:29:55  pierre
-  * import of Leon de Boer's files
-
- Revision 1.2  2000/08/24 12:00:21  marco
-  * CVS log and ID tags
-
 }
 }

+ 4 - 15
fvision/histlist.pas

@@ -420,7 +420,10 @@ END.
 
 
 {
 {
  $Log$
  $Log$
- Revision 1.8  2002-06-10 11:51:08  pierre
+ Revision 1.9  2002-09-07 15:06:37  peter
+   * old logs removed and tabs fixed
+
+ Revision 1.8  2002/06/10 11:51:08  pierre
   * render history load/store compatible with older fvnew lib
   * render history load/store compatible with older fvnew lib
 
 
  Revision 1.7  2002/06/03 20:07:44  pierre
  Revision 1.7  2002/06/03 20:07:44  pierre
@@ -429,18 +432,4 @@ END.
  Revision 1.6  2002/05/24 09:30:33  pierre
  Revision 1.6  2002/05/24 09:30:33  pierre
   * fix bug with HistoryUsed, now is really a used size
   * fix bug with HistoryUsed, now is really a used size
 
 
- Revision 1.5  2001/11/07 22:07:55  pierre
-  * removed another bug in InsertString
-
- Revision 1.4  2001/11/07 21:50:40  pierre
-  * copied from fvnew the changed that I made toremove runerror(199)
-
- Revision 1.3  2001/08/04 19:14:33  peter
-   * Added Makefiles
-   * added FV specific units and objects from old FV
-
- Revision 1.2  2000/08/24 12:00:22  marco
-  * CVS log and ID tags
-
-
 }
 }

+ 2 - 10
fvision/memory.pas

@@ -828,15 +828,7 @@ END.
 
 
 {
 {
  $Log$
  $Log$
- Revision 1.4  2001-08-05 23:27:54  pierre
-  * don't use HeapNotify for FPC
-
- Revision 1.3  2001/08/04 19:14:33  peter
-   * Added Makefiles
-   * added FV specific units and objects from old FV
-
- Revision 1.2  2000/08/24 12:00:22  marco
-  * CVS log and ID tags
-
+ Revision 1.5  2002-09-07 15:06:37  peter
+   * old logs removed and tabs fixed
 
 
 }
 }

+ 4 - 24
fvision/menus.pas

@@ -1759,7 +1759,10 @@ END;
 END.
 END.
 {
 {
  $Log$
  $Log$
- Revision 1.14  2002-06-10 18:41:26  pierre
+ Revision 1.15  2002-09-07 15:06:37  peter
+   * old logs removed and tabs fixed
+
+ Revision 1.14  2002/06/10 18:41:26  pierre
   + add Submenu recognition sign
   + add Submenu recognition sign
 
 
  Revision 1.13  2002/05/30 06:58:28  pierre
  Revision 1.13  2002/05/30 06:58:28  pierre
@@ -1771,27 +1774,4 @@ END.
  Revision 1.11  2002/05/21 10:53:25  pierre
  Revision 1.11  2002/05/21 10:53:25  pierre
   * fix graphical separation lines
   * fix graphical separation lines
 
 
- Revision 1.10  2001/08/05 21:49:56  pierre
-  * GetItemRect returned graphic coordinates, renamed to GetItemRectX
-
- Revision 1.9  2001/08/05 02:03:14  peter
-   * view redrawing and small cursor updates
-   * merged some more FV extensions
-
- Revision 1.8  2001/05/30 13:26:17  pierre
-  * fix border problems for views and menus
-
- Revision 1.7  2001/05/07 22:22:03  pierre
-  * removed NO_WINDOW cond, added GRAPH_API
-
- Revision 1.6  2001/05/04 15:43:45  pierre
-  * several more fixes
-
- Revision 1.5  2001/05/04 10:46:02  pierre
-  * various fixes  for win32 api mode
-
- Revision 1.4  2001/04/10 21:57:55  pierre
-  + first adds for Use_API define
-
-
 }
 }

+ 3 - 8
fvision/msgbox.pas

@@ -291,12 +291,7 @@ END.
 
 
 {
 {
  $Log$
  $Log$
- Revision 1.3  2001-08-05 02:03:14  peter
-   * view redrawing and small cursor updates
-   * merged some more FV extensions
+ Revision 1.4  2002-09-07 15:06:38  peter
+   * old logs removed and tabs fixed
 
 
- Revision 1.2  2000/08/24 12:00:22  marco
-  * CVS log and ID tags
-
-
-}
+}

+ 10 - 23
fvision/platform.inc

@@ -85,13 +85,13 @@
                       FPC      PPC_FPC      PROC_Protected  BIT_32  ASM_FPC
                       FPC      PPC_FPC      PROC_Protected  BIT_32  ASM_FPC
 
 
  LINUX    OS_LINUX    FPC      PPC_FPC      PROC_Protected  BIT_32  ASM_FPC
  LINUX    OS_LINUX    FPC      PPC_FPC      PROC_Protected  BIT_32  ASM_FPC
-	  OS_UNIX
+          OS_UNIX
 
 
  FREEBSD  OS_FREEBSD  FPC      PPC_FPC      PROC_Protected  BIT_32  ASM_FPC
  FREEBSD  OS_FREEBSD  FPC      PPC_FPC      PROC_Protected  BIT_32  ASM_FPC
-	  OS_UNIX
+          OS_UNIX
 
 
  NETBSD   OS_NETBSD   FPC      PPC_FPC      PROC_Protected  BIT_32  ASM_FPC
  NETBSD   OS_NETBSD   FPC      PPC_FPC      PROC_Protected  BIT_32  ASM_FPC
-	  OS_UNIX
+          OS_UNIX
 
 
  WINDOWS  OS_WINDOWS  BP/TP7   PPC_BP       PROC_Protected  BIT_16  ASM_BP
  WINDOWS  OS_WINDOWS  BP/TP7   PPC_BP       PROC_Protected  BIT_16  ASM_BP
                       DELPHI   PPC_DELPHI   PROC_Protected  BIT_16  ASM_BP
                       DELPHI   PPC_DELPHI   PROC_Protected  BIT_16  ASM_BP
@@ -131,13 +131,13 @@ FOR FPC THESE ARE THE TRANSLATIONS
  FREEBSD  OS_NETBSD,OS_UNIX    FPC     32-bit           AT&T         ----
  FREEBSD  OS_NETBSD,OS_UNIX    FPC     32-bit           AT&T         ----
  NETBSD   OS_FREEBSD,OS_UNIX   FPC     32-bit           AT&T         ----
  NETBSD   OS_FREEBSD,OS_UNIX   FPC     32-bit           AT&T         ----
 
 
- OS2      OS_OS2       	       FPC     ?????            AT&T         CPU86
+ OS2      OS_OS2               FPC     ?????            AT&T         CPU86
 
 
  ATARI    OS_ATARI             FPC     32-bit           Internal     CPU68
  ATARI    OS_ATARI             FPC     32-bit           Internal     CPU68
 
 
- MACOS    OS_MAC       	       FPC     ?????            Internal     CPU68
+ MACOS    OS_MAC               FPC     ?????            Internal     CPU68
 
 
- AMIGA    OS_AMIGA     	       FPC     32-bit           Internal     CPU68
+ AMIGA    OS_AMIGA             FPC     32-bit           Internal     CPU68
 
 
  ****************************************************************************}
  ****************************************************************************}
 
 
@@ -403,7 +403,10 @@ FOR FPC THESE ARE THE TRANSLATIONS
 
 
 {
 {
  $Log$
  $Log$
- Revision 1.9  2002-06-07 14:15:10  pierre
+ Revision 1.10  2002-09-07 15:06:38  peter
+   * old logs removed and tabs fixed
+
+ Revision 1.9  2002/06/07 14:15:10  pierre
   * add window resizing support for unix
   * add window resizing support for unix
 
 
  Revision 1.8  2002/06/02 08:32:51  marco
  Revision 1.8  2002/06/02 08:32:51  marco
@@ -412,21 +415,5 @@ FOR FPC THESE ARE THE TRANSLATIONS
  Revision 1.7  2002/05/21 12:02:02  pierre
  Revision 1.7  2002/05/21 12:02:02  pierre
   define HASSYSMSGUNIT for go32v2 and win32
   define HASSYSMSGUNIT for go32v2 and win32
 
 
- Revision 1.6  2001/10/02 16:35:51  pierre
-  * fix several problems, try to get the graph version to compile
-
- Revision 1.5  2001/05/03 22:32:52  pierre
-  new bunch of changes, displays something for dos at least
-
- Revision 1.4  2001/04/10 21:57:56  pierre
-  + first adds for Use_API define
-
- Revision 1.3  2001/04/10 21:29:55  pierre
-  * import of Leon de Boer's files
-
- Revision 1.2  2000/08/24 12:00:22  marco
-  * CVS log and ID tags
-
-
 }
 }
 
 

+ 2 - 16
fvision/test/platform.inc

@@ -369,22 +369,8 @@ FOR FPC THESE ARE THE TRANSLATIONS
 
 
 {
 {
  $Log$
  $Log$
- Revision 1.1  2001-08-04 19:14:34  peter
-   * Added Makefiles
-   * added FV specific units and objects from old FV
-
- Revision 1.5  2001/05/03 22:32:52  pierre
-  new bunch of changes, displays something for dos at least
-
- Revision 1.4  2001/04/10 21:57:56  pierre
-  + first adds for Use_API define
-
- Revision 1.3  2001/04/10 21:29:55  pierre
-  * import of Leon de Boer's files
-
- Revision 1.2  2000/08/24 12:00:22  marco
-  * CVS log and ID tags
-
+ Revision 1.2  2002-09-07 15:06:38  peter
+   * old logs removed and tabs fixed
 
 
 }
 }
 
 

+ 2 - 19
fvision/test/testapp.pas

@@ -353,24 +353,7 @@ END.
 
 
 {
 {
  $Log$
  $Log$
- Revision 1.1  2001-08-04 19:14:34  peter
-   * Added Makefiles
-   * added FV specific units and objects from old FV
-
- Revision 1.6  2001/05/31 21:40:10  pierre
-  * some debug stuff changed
-
- Revision 1.5  2001/05/04 15:43:46  pierre
-  * several more fixes
-
- Revision 1.4  2001/05/04 10:46:02  pierre
-  * various fixes  for win32 api mode
-
- Revision 1.3  2001/05/04 08:42:55  pierre
-  * some corrections for linux
-
- Revision 1.2  2000/08/24 12:00:22  marco
-  * CVS log and ID tags
-
+ Revision 1.2  2002-09-07 15:06:38  peter
+   * old logs removed and tabs fixed
 
 
 }
 }

+ 1 - 1
fvision/test/tfileio.pas

@@ -26,4 +26,4 @@ BEGIN
   Writeln('FileClose: ', FileClose(Handle));
   Writeln('FileClose: ', FileClose(Handle));
 END.
 END.
 
 
-  
+

+ 4 - 11
fvision/time.pas

@@ -438,20 +438,13 @@ END.
 
 
 {
 {
  $Log$
  $Log$
- Revision 1.6  2002-06-04 11:12:41  marco
+ Revision 1.7  2002-09-07 15:06:38  peter
+   * old logs removed and tabs fixed
+
+ Revision 1.6  2002/06/04 11:12:41  marco
   * Renamefest
   * Renamefest
 
 
  Revision 1.5  2002/06/03 20:26:16  pierre
  Revision 1.5  2002/06/03 20:26:16  pierre
   * use local time for windows
   * use local time for windows
 
 
- Revision 1.4  2001/05/04 09:04:08  pierre
-  * fix dos assembler problem
-
- Revision 1.3  2001/05/04 08:42:56  pierre
-  * some corrections for linux
-
- Revision 1.2  2000/08/24 12:00:22  marco
-  * CVS log and ID tags
-
-
 }
 }

+ 2 - 13
fvision/validate.pas

@@ -1058,18 +1058,7 @@ END.
 
 
 {
 {
  $Log$
  $Log$
- Revision 1.5  2001-08-04 19:14:33  peter
-   * Added Makefiles
-   * added FV specific units and objects from old FV
-
- Revision 1.4  2001/05/03 22:32:52  pierre
-  new bunch of changes, displays something for dos at least
-
- Revision 1.3  2001/04/10 21:29:55  pierre
-  * import of Leon de Boer's files
-
- Revision 1.2  2000/08/24 12:00:22  marco
-  * CVS log and ID tags
-
+ Revision 1.6  2002-09-07 15:06:38  peter
+   * old logs removed and tabs fixed
 
 
 }
 }

+ 4 - 55
fvision/views.pas

@@ -5782,7 +5782,10 @@ END.
 
 
 {
 {
  $Log$
  $Log$
- Revision 1.34  2002-08-22 13:40:49  pierre
+ Revision 1.35  2002-09-07 15:06:38  peter
+   * old logs removed and tabs fixed
+
+ Revision 1.34  2002/08/22 13:40:49  pierre
   * several graphic mode improovements
   * several graphic mode improovements
 
 
  Revision 1.33  2002/06/10 13:47:38  pierre
  Revision 1.33  2002/06/10 13:47:38  pierre
@@ -5830,58 +5833,4 @@ END.
  Revision 1.19  2002/05/16 21:23:34  pierre
  Revision 1.19  2002/05/16 21:23:34  pierre
   * fix some display problems
   * fix some display problems
 
 
- Revision 1.18  2001/10/02 16:35:51  pierre
-  * fix several problems, try to get the graph version to compile
-
- Revision 1.17  2001/08/05 23:54:33  pierre
-  * some improovements for TListViewer
-
- Revision 1.16  2001/08/05 02:03:14  peter
-   * view redrawing and small cursor updates
-   * merged some more FV extensions
-
- Revision 1.15  2001/08/04 19:14:33  peter
-   * Added Makefiles
-   * added FV specific units and objects from old FV
-
- Revision 1.14  2001/06/01 16:01:20  pierre
-  TScrollBar Drawing  and TView.DragView corrected
-
- Revision 1.13  2001/05/31 12:14:06  pierre
-  * fix problems for multiple insert/delete and use Redraw for hild drawing like TV
-
- Revision 1.12  2001/05/30 13:26:18  pierre
-  * fix border problems for views and menus
-
- Revision 1.11  2001/05/30 10:22:25  pierre
-  * fix Shadow bugs
-
- Revision 1.10  2001/05/10 16:46:28  pierre
-  + some improovements made
-
- Revision 1.9  2001/05/07 23:36:35  pierre
-  NO_WINDOW cond removed
-
- Revision 1.8  2001/05/04 15:43:46  pierre
-  * several more fixes
-
- Revision 1.7  2001/05/04 10:46:03  pierre
-  * various fixes  for win32 api mode
-
- Revision 1.6  2001/05/04 08:42:56  pierre
-  * some corrections for linux
-
- Revision 1.5  2001/05/03 22:32:52  pierre
-  new bunch of changes, displays something for dos at least
-
- Revision 1.4  2001/04/10 21:57:56  pierre
-  + first adds for Use_API define
-
- Revision 1.3  2001/04/10 21:29:55  pierre
-  * import of Leon de Boer's files
-
- Revision 1.2  2000/08/24 12:00:22  marco
-  * CVS log and ID tags
-
-
 }
 }

+ 3 - 11
rtl/inc/aliases.inc

@@ -10,7 +10,7 @@
     forward definitions, because there's a bug which causes all
     forward definitions, because there's a bug which causes all
     sorts of trouble if you you first declare a procedure as
     sorts of trouble if you you first declare a procedure as
     forward, then call it and then implement it using an
     forward, then call it and then implement it using an
-    "external name 'bla'" where 'bla' is a public alias of a 
+    "external name 'bla'" where 'bla' is a public alias of a
     procedure defined after the call to the forward defined
     procedure defined after the call to the forward defined
     procedure.
     procedure.
 
 
@@ -33,15 +33,7 @@ procedure int_FinalizeArray(data,typeinfo : pointer;count,size : longint); [exte
 
 
 {
 {
   $Log$
   $Log$
-  Revision 1.1  2001-08-01 15:00:10  jonas
-    + "compproc" helpers
-    * renamed several helpers so that their name is the same as their
-      "public alias", which should facilitate the conversion of processor
-      specific code in the code generator to processor independent code
-    * some small fixes to the val_ansistring and val_widestring helpers
-      (always immediately exit if the source string is longer than 255
-       chars)
-    * fixed fpc_dynarray_high and fpc_dynarray_length if the dynarray is
-      still nil (used to crash, now return resp -1 and 0)
+  Revision 1.2  2002-09-07 15:07:44  peter
+    * old logs removed and tabs fixed
 
 
 }
 }

+ 4 - 95
rtl/inc/astrings.inc

@@ -801,7 +801,10 @@ end;
 
 
 {
 {
   $Log$
   $Log$
-  Revision 1.25  2002-04-26 15:19:05  peter
+  Revision 1.26  2002-09-07 15:07:44  peter
+    * old logs removed and tabs fixed
+
+  Revision 1.25  2002/04/26 15:19:05  peter
     * use saveregisters for incr routines, saves also problems with
     * use saveregisters for incr routines, saves also problems with
       the optimizer
       the optimizer
 
 
@@ -812,98 +815,4 @@ end;
   Revision 1.23  2002/01/07 13:23:53  jonas
   Revision 1.23  2002/01/07 13:23:53  jonas
     * fixed bug in fpc_char_to_ansistr when converting #0 (found by Peter)
     * fixed bug in fpc_char_to_ansistr when converting #0 (found by Peter)
 
 
-  Revision 1.22  2001/11/17 23:58:12  florian
-    * code of ansitr_concat improved
-
-  Revision 1.21  2001/08/30 15:43:15  jonas
-    * converted adding/comparing of strings to compileproc. Note that due
-      to the way the shortstring helpers for i386 are written, they are
-      still handled by the old code (reason: fpc_shortstr_compare returns
-      results in the flags instead of in eax and fpc_shortstr_concat
-      has wierd parameter conventions). The compilerproc stuff should work
-      fine with the generic implementations though.
-    * removed some nested comments warnings
-
-  Revision 1.20  2001/08/29 19:49:04  jonas
-    * some fixes in compilerprocs for chararray to string conversions
-    * conversion from string to chararray is now also done via compilerprocs
-
-  Revision 1.19  2001/08/28 13:24:47  jonas
-    + compilerproc implementation of most string-related type conversions
-    - removed all code from the compiler which has been replaced by
-      compilerproc implementations (using (ifdef hascompilerproc) is not
-      necessary in the compiler)
-
-  Revision 1.18  2001/08/13 12:40:16  jonas
-    * renamed some str(x,y) and val(x,y) helpers so the naming scheme is the
-      same for all string types
-    + added the str(x,y) and val(x,y,z) helpers for int64/qword to
-      compproc.inc
-
-  Revision 1.17  2001/08/01 15:00:10  jonas
-    + "compproc" helpers
-    * renamed several helpers so that their name is the same as their
-      "public alias", which should facilitate the conversion of processor
-      specific code in the code generator to processor independent code
-    * some small fixes to the val_ansistring and val_widestring helpers
-      (always immediately exit if the source string is longer than 255
-       chars)
-    * fixed fpc_dynarray_high and fpc_dynarray_length if the dynarray is
-      still nil (used to crash, now return resp -1 and 0)
-
-  Revision 1.16  2001/07/10 18:04:37  peter
-    * merged textfile, readlink and concat ansistring fixes
-
-  Revision 1.15  2001/07/09 21:15:41  peter
-    * Length made internal
-    * Add array support for Length
-
-  Revision 1.14  2001/07/09 11:41:57  florian
-    * another MT fix
-
-  Revision 1.13  2001/07/08 21:00:18  peter
-    * various widestring updates, it works now mostly without charset
-      mapping supported
-
-  Revision 1.12  2001/07/04 12:17:09  jonas
-    * removed DestSize parameter from declaration of ValAnsiSignedInt64
-      (merged)
-
-  Revision 1.11  2001/05/27 14:28:44  florian
-    + made the ref. couting MT safe
-
-  Revision 1.10  2001/04/13 18:06:07  peter
-    * upcase, lowercase for ansistring
-
-  Revision 1.9  2000/12/10 15:00:14  florian
-    * val for int64 hopefully works now correct
-
-  Revision 1.8  2000/12/08 14:04:43  jonas
-    + added pos(char,ansistring), because there is also a pos(char,shortstring)
-      and without the ansistring version, the shortstring version is always
-      called when calling pos(char,pchar), even when using $h+ (because the
-      first parameter matches exactly) (merged)
-
-  Revision 1.7  2000/11/06 20:34:24  peter
-    * changed ver1_0 defines to temporary defs
-
-  Revision 1.6  2000/10/21 18:20:17  florian
-    * a lot of small changes:
-       - setlength is internal
-       - win32 graph unit extended
-       ....
-
-  Revision 1.5  2000/08/29 18:39:42  peter
-    * fixed chararray to ansistring (merged)
-
-  Revision 1.4  2000/08/24 07:37:21  jonas
-    * fixed bug in setlength (it sometimes read after the end of the heap)
-      and small improvement to ansistring_to_chararray conversion (merged
-      from fixes branch)
-
-  Revision 1.3  2000/08/09 19:31:18  marco
-   * fixes for val(int64 or qword) to ansistring
-
-  Revision 1.2  2000/07/13 11:33:42  michael
-  + removed logs
 }
 }

+ 3 - 8
rtl/inc/charset.pp

@@ -252,12 +252,7 @@ finalization
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.2  2000-10-21 18:20:17  florian
-    * a lot of small changes:
-       - setlength is internal
-       - win32 graph unit extended
-       ....
-
-  Revision 1.1  2000/08/17 07:29:39  florian
-    + initial revision
+  Revision 1.3  2002-09-07 15:07:45  peter
+    * old logs removed and tabs fixed
+
 }
 }

+ 4 - 94
rtl/inc/compproc.inc

@@ -265,7 +265,10 @@ function fpc_qword_to_double(q: qword): double; compilerproc;
 
 
 {
 {
   $Log$
   $Log$
-  Revision 1.20  2002-09-02 19:24:41  peter
+  Revision 1.21  2002-09-07 15:07:45  peter
+    * old logs removed and tabs fixed
+
+  Revision 1.20  2002/09/02 19:24:41  peter
     * array of char support for Str()
     * array of char support for Str()
 
 
   Revision 1.19  2002/08/20 18:24:05  jonas
   Revision 1.19  2002/08/20 18:24:05  jonas
@@ -291,97 +294,4 @@ function fpc_qword_to_double(q: qword): double; compilerproc;
   Revision 1.13  2002/01/21 20:16:08  peter
   Revision 1.13  2002/01/21 20:16:08  peter
     * updated for dynarr:=nil
     * updated for dynarr:=nil
 
 
-  Revision 1.12  2001/12/03 21:39:20  peter
-    * freemem(var) -> freemem(value)
-
-  Revision 1.11  2001/09/29 21:32:47  jonas
-    * almost all second pass typeconvnode helpers are now processor independent
-    * fixed converting boolean to int64/qword
-    * fixed register allocation bugs which could cause internalerror 10
-    * isnode and asnode are completely processor indepent now as well
-    * fpc_do_as now returns its class argument (necessary to be able to use it
-      properly with compilerproc)
-
-  Revision 1.10  2001/09/05 15:22:09  jonas
-    * made multiplying, dividing and mod'ing of int64 and qword processor
-      independent with compilerprocs (+ small optimizations by using shift/and
-      where possible)
-
-  Revision 1.9  2001/09/04 11:38:55  jonas
-    + searchsystype() and searchsystype() functions in symtable
-    * changed ninl and nadd to use these functions
-    * i386 set comparison functions now return their results in al instead
-      of in the flags so that they can be sued as compilerprocs
-    - removed all processor specific code from n386add.pas that has to do
-      with set handling, it's now all done in nadd.pas
-    * fixed fpc_set_contains_sets in genset.inc
-    * fpc_set_in_byte is now coded inline in n386set.pas and doesn't use a
-      helper anymore
-    * some small fixes in compproc.inc/set.inc regarding the declaration of
-      internal helper types (fpc_small_set and fpc_normal_set)
-
-  Revision 1.8  2001/09/03 13:27:43  jonas
-    * compilerproc implementation of set addition/substraction/...
-    * changed the declaration of some set helpers somewhat to accomodate the
-      above change
-    * i386 still uses the old code for comparisons of sets, because its
-      helpers return the results in the flags
-    * dummy tc_normal_2_small_set type conversion because I need the original
-      resulttype of the set add nodes
-    NOTE: you have to start a cycle with 1.0.5!
-
-  Revision 1.7  2001/08/30 15:43:15  jonas
-    * converted adding/comparing of strings to compileproc. Note that due
-      to the way the shortstring helpers for i386 are written, they are
-      still handled by the old code (reason: fpc_shortstr_compare returns
-      results in the flags instead of in eax and fpc_shortstr_concat
-      has wierd parameter conventions). The compilerproc stuff should work
-      fine with the generic implementations though.
-    * removed some nested comments warnings
-
-  Revision 1.6  2001/08/29 19:49:04  jonas
-    * some fixes in compilerprocs for chararray to string conversions
-    * conversion from string to chararray is now also done via compilerprocs
-
-  Revision 1.5  2001/08/28 13:24:47  jonas
-    + compilerproc implementation of most string-related type conversions
-    - removed all code from the compiler which has been replaced by
-      compilerproc implementations (using (ifdef hascompilerproc) is not
-      necessary in the compiler)
-
-  Revision 1.4  2001/08/23 14:28:36  jonas
-    + tempcreate/ref/delete nodes (allows the use of temps in the
-      resulttype and first pass)
-    * made handling of read(ln)/write(ln) processor independent
-    * moved processor independent handling for str and reset/rewrite-typed
-      from firstpass to resulttype pass
-    * changed names of helpers in text.inc to be generic for use as
-      compilerprocs + added "iocheck" directive for most of them
-    * reading of ordinals is done by procedures instead of functions
-      because otherwise FPC_IOCHECK overwrote the result before it could
-      be stored elsewhere (range checking still works)
-    * compilerprocs can now be used in the system unit before they are
-      implemented
-    * added note to errore.msg that booleans can't be read using read/readln
-
-  Revision 1.3  2001/08/13 12:40:16  jonas
-    * renamed some str(x,y) and val(x,y) helpers so the naming scheme is the
-      same for all string types
-    + added the str(x,y) and val(x,y,z) helpers for int64/qword to
-      compproc.inc
-
-  Revision 1.2  2001/08/06 14:13:55  jonas
-    * changed buf parameter of fpc_type_write from var to const
-    + added names of helpers in typefile.inc to compproc.inc
-
-  Revision 1.1  2001/08/01 15:00:10  jonas
-    + "compproc" helpers
-    * renamed several helpers so that their name is the same as their
-      "public alias", which should facilitate the conversion of processor
-      specific code in the code generator to processor independent code
-    * some small fixes to the val_ansistring and val_widestring helpers
-      (always immediately exit if the source string is longer than 255
-       chars)
-    * fixed fpc_dynarray_high and fpc_dynarray_length if the dynarray is
-      still nil (used to crash, now return resp -1 and 0)
 }
 }

+ 4 - 54
rtl/inc/dynarr.inc

@@ -261,7 +261,10 @@ function fpc_dynarray_copy(var p : pointer;ti : pointer;
 
 
 {
 {
   $Log$
   $Log$
-  Revision 1.17  2002-04-26 15:19:05  peter
+  Revision 1.18  2002-09-07 15:07:45  peter
+    * old logs removed and tabs fixed
+
+  Revision 1.17  2002/04/26 15:19:05  peter
     * use saveregisters for incr routines, saves also problems with
     * use saveregisters for incr routines, saves also problems with
       the optimizer
       the optimizer
 
 
@@ -272,57 +275,4 @@ function fpc_dynarray_copy(var p : pointer;ti : pointer;
   Revision 1.15  2002/01/21 20:16:08  peter
   Revision 1.15  2002/01/21 20:16:08  peter
     * updated for dynarr:=nil
     * updated for dynarr:=nil
 
 
-  Revision 1.14  2001/12/29 15:51:11  jonas
-    * correctly check for 0-size dynarray in previous patch
-
-  Revision 1.13  2001/12/28 14:19:07  jonas
-    * don't allocate memory when doing a setlength(dynarr,0) when dynarr is
-      already nil
-
-  Revision 1.12  2001/11/17 16:56:08  florian
-    * init and final code in genrtti.inc updated
-
-  Revision 1.11  2001/09/27 08:59:13  jonas
-    * fixed bug in dynarr_decr_ref I introduced with my previous fixes
-
-  Revision 1.10  2001/09/26 14:07:25  jonas
-    * fixed several bugs, most related to handling multi-dimensional
-      dynamical arrays
-
-  Revision 1.9  2001/08/19 21:02:01  florian
-    * fixed and added a lot of stuff to get the Jedi DX8 headers
-      compiled
-
-  Revision 1.8  2001/08/01 15:00:10  jonas
-    + "compproc" helpers
-    * renamed several helpers so that their name is the same as their
-      "public alias", which should facilitate the conversion of processor
-      specific code in the code generator to processor independent code
-    * some small fixes to the val_ansistring and val_widestring helpers
-      (always immediately exit if the source string is longer than 255
-       chars)
-    * fixed fpc_dynarray_high and fpc_dynarray_length if the dynarray is
-      still nil (used to crash, now return resp -1 and 0)
-
-  Revision 1.7  2001/05/27 14:28:44  florian
-    + made the ref. couting MT safe
-
-  Revision 1.6  2001/04/13 23:49:48  peter
-    * fixes for the stricter compiler
-
-  Revision 1.5  2000/12/01 23:30:00  florian
-    * fixed some bugs in setlength
-
-  Revision 1.4  2000/11/12 23:23:34  florian
-    * interfaces basically running
-
-  Revision 1.3  2000/11/07 23:42:21  florian
-    + AfterConstruction and BeforeDestruction implemented
-    + TInterfacedObject implemented
-
-  Revision 1.2  2000/11/06 21:35:59  peter
-    * removed some warnings
-
-  Revision 1.1  2000/11/04 17:52:46  florian
-    * fixed linker errors
 }
 }

+ 2 - 10
rtl/inc/dynarrh.inc

@@ -23,15 +23,7 @@ type
 
 
 {
 {
   $Log$
   $Log$
-  Revision 1.1  2001-08-01 15:00:10  jonas
-    + "compproc" helpers
-    * renamed several helpers so that their name is the same as their
-      "public alias", which should facilitate the conversion of processor
-      specific code in the code generator to processor independent code
-    * some small fixes to the val_ansistring and val_widestring helpers
-      (always immediately exit if the source string is longer than 255
-       chars)
-    * fixed fpc_dynarray_high and fpc_dynarray_length if the dynarray is
-      still nil (used to crash, now return resp -1 and 0)
+  Revision 1.2  2002-09-07 15:07:45  peter
+    * old logs removed and tabs fixed
 
 
 }
 }

+ 4 - 4
rtl/inc/dynlibs.pp

@@ -4,7 +4,7 @@
     Copyright (c) 1999-2000 by the Free Pascal development team
     Copyright (c) 1999-2000 by the Free Pascal development team
 
 
     Implements OS-independent loading of dynamic libraries.
     Implements OS-independent loading of dynamic libraries.
-    
+
     See the file COPYING.FPC, included in this distribution,
     See the file COPYING.FPC, included in this distribution,
     for details about the copyright.
     for details about the copyright.
 
 
@@ -49,7 +49,7 @@ end.
 
 
 {
 {
   $Log$
   $Log$
-  Revision 1.1  2000-08-18 19:15:34  michael
-  + Implemented loading of dynamical libraries
+  Revision 1.2  2002-09-07 15:07:45  peter
+    * old logs removed and tabs fixed
 
 
-}
+}

+ 4 - 28
rtl/inc/except.inc

@@ -35,7 +35,7 @@ Type
   end;
   end;
 
 
 
 
-  TExceptObjectClass = Class of TObject; 
+  TExceptObjectClass = Class of TObject;
 
 
 Const
 Const
   CatchAllExceptions = -1;
   CatchAllExceptions = -1;
@@ -281,31 +281,7 @@ begin
 end;
 end;
 {
 {
   $Log$
   $Log$
-  Revision 1.7  2001-08-01 15:00:10  jonas
-    + "compproc" helpers
-    * renamed several helpers so that their name is the same as their
-      "public alias", which should facilitate the conversion of processor
-      specific code in the code generator to processor independent code
-    * some small fixes to the val_ansistring and val_widestring helpers
-      (always immediately exit if the source string is longer than 255
-       chars)
-    * fixed fpc_dynarray_high and fpc_dynarray_length if the dynarray is
-      still nil (used to crash, now return resp -1 and 0)
-
-  Revision 1.6  2001/04/13 22:30:04  peter
-    * remove warnings
-
-  Revision 1.5  2001/01/24 21:47:18  florian
-    + more MT stuff added
-
-  Revision 1.4  2001/01/05 17:35:50  florian
-  * the info about exception frames is stored now on the stack
-  instead on the heap
-
-  Revision 1.3  2000/09/30 07:38:07  sg
-  * Added 'RaiseProc': A user-definable callback procedure which gets
-    called whenever an exception is being raised
-
-  Revision 1.2  2000/07/13 11:33:42  michael
-  + removed logs
+  Revision 1.8  2002-09-07 15:07:45  peter
+    * old logs removed and tabs fixed
+
 }
 }

+ 6 - 19
rtl/inc/fexpand.inc

@@ -97,7 +97,7 @@ begin
     for I := 1 to Length (Pa) do
     for I := 1 to Length (Pa) do
         if Pa [I] = '/' then
         if Pa [I] = '/' then
             Pa [I] := DirSep;
             Pa [I] := DirSep;
-{$ELSE}            
+{$ELSE}
     {Allow backslash as slash}
     {Allow backslash as slash}
     for I := 1 to Length (Pa) do
     for I := 1 to Length (Pa) do
         if Pa [I] = '\' then
         if Pa [I] = '\' then
@@ -108,7 +108,7 @@ begin
 {$ENDIF FPC_FEXPAND_VOLUMES}
 {$ENDIF FPC_FEXPAND_VOLUMES}
 {$IFDEF FPC_FEXPAND_TILDE}
 {$IFDEF FPC_FEXPAND_TILDE}
     {Replace ~/ with $HOME/}
     {Replace ~/ with $HOME/}
-    if (Length (Pa) >= 1) and (Pa [1] = '~') and 
+    if (Length (Pa) >= 1) and (Pa [1] = '~') and
                                   ((Pa [2] = DirSep) or (Length (Pa) = 1)) then
                                   ((Pa [2] = DirSep) or (Length (Pa) = 1)) then
         begin
         begin
  {$IFDEF FPC_FEXPAND_GETENV_PCHAR}
  {$IFDEF FPC_FEXPAND_GETENV_PCHAR}
@@ -309,26 +309,13 @@ end;
 
 
 {
 {
   $Log$
   $Log$
-  Revision 1.10  2002-05-14 19:25:24  hajny
+  Revision 1.11  2002-09-07 15:07:45  peter
+    * old logs removed and tabs fixed
+
+  Revision 1.10  2002/05/14 19:25:24  hajny
     * fix for bug 1964 merged
     * fix for bug 1964 merged
 
 
   Revision 1.9  2002/03/03 15:19:36  carl
   Revision 1.9  2002/03/03 15:19:36  carl
   * fixes unix conversion of slashes
   * fixes unix conversion of slashes
 
 
-  Revision 1.8  2001/04/09 19:28:40  hajny
-    * yet another fix for FExpand under Unix
-
-  Revision 1.5  2001/03/21 21:08:20  hajny
-    * GetDir fixed
-
-  Revision 1.4  2001/03/19 21:09:30  hajny
-    * one more problem in the Unix part
-
-  Revision 1.3  2001/03/19 21:05:42  hajny
-    * mistyping in the Unix part fixed
-
-  Revision 1.2  2001/03/10 09:57:51  hajny
-    * FExpand without IOResult change, remaining direct asm removed
-
- 
 }
 }

+ 2 - 9
rtl/inc/file.inc

@@ -412,14 +412,7 @@ End;
 
 
 {
 {
   $Log$
   $Log$
-  Revision 1.4  2001-06-27 21:37:38  peter
-    * v10 merges
-
-  Revision 1.3  2001/06/04 11:43:51  peter
-    * Formal const to var fixes
-    * Hexstr(int64) added
-
-  Revision 1.2  2000/07/13 11:33:43  michael
-  + removed logs
+  Revision 1.5  2002-09-07 15:07:45  peter
+    * old logs removed and tabs fixed
 
 
 }
 }

+ 3 - 3
rtl/inc/filerec.inc

@@ -35,7 +35,7 @@ type
 
 
 {
 {
   $Log$
   $Log$
-  Revision 1.2  2000-07-13 11:33:43  michael
-  + removed logs
- 
+  Revision 1.3  2002-09-07 15:07:45  peter
+    * old logs removed and tabs fixed
+
 }
 }

+ 5 - 95
rtl/inc/generic.inc

@@ -946,7 +946,10 @@ end;
 
 
 {
 {
   $Log$
   $Log$
-  Revision 1.32  2002-08-19 19:34:02  peter
+  Revision 1.33  2002-09-07 15:07:45  peter
+    * old logs removed and tabs fixed
+
+  Revision 1.32  2002/08/19 19:34:02  peter
     * SYSTEMINLINE define that will add inline directives for small
     * SYSTEMINLINE define that will add inline directives for small
       functions and wrappers. This will be defined automaticly when
       functions and wrappers. This will be defined automaticly when
       the compiler defines the HASINLINE directive
       the compiler defines the HASINLINE directive
@@ -992,97 +995,4 @@ end;
       instead of direct comparisons of low/high values of orddefs because
       instead of direct comparisons of low/high values of orddefs because
       qword is a special case
       qword is a special case
 
 
-  Revision 1.21  2001/09/03 13:27:43  jonas
-    * compilerproc implementation of set addition/substraction/...
-    * changed the declaration of some set helpers somewhat to accomodate the
-      above change
-    * i386 still uses the old code for comparisons of sets, because its
-      helpers return the results in the flags
-    * dummy tc_normal_2_small_set type conversion because I need the original
-      resulttype of the set add nodes
-    NOTE: you have to start a cycle with 1.0.5!
-
-  Revision 1.20  2001/08/30 15:43:15  jonas
-    * converted adding/comparing of strings to compileproc. Note that due
-      to the way the shortstring helpers for i386 are written, they are
-      still handled by the old code (reason: fpc_shortstr_compare returns
-      results in the flags instead of in eax and fpc_shortstr_concat
-      has wierd parameter conventions). The compilerproc stuff should work
-      fine with the generic implementations though.
-    * removed some nested comments warnings
-
-  Revision 1.19  2001/08/29 19:49:04  jonas
-    * some fixes in compilerprocs for chararray to string conversions
-    * conversion from string to chararray is now also done via compilerprocs
-
-  Revision 1.18  2001/08/28 13:24:47  jonas
-    + compilerproc implementation of most string-related type conversions
-    - removed all code from the compiler which has been replaced by
-      compilerproc implementations (using (ifdef hascompilerproc) is not
-      necessary in the compiler)
-
-  Revision 1.17  2001/08/01 15:00:10  jonas
-    + "compproc" helpers
-    * renamed several helpers so that their name is the same as their
-      "public alias", which should facilitate the conversion of processor
-      specific code in the code generator to processor independent code
-    * some small fixes to the val_ansistring and val_widestring helpers
-      (always immediately exit if the source string is longer than 255
-       chars)
-    * fixed fpc_dynarray_high and fpc_dynarray_length if the dynarray is
-      still nil (used to crash, now return resp -1 and 0)
-
-  Revision 1.16  2001/07/31 19:36:51  peter
-    * small cleanup of commented code (merged)
-
-  Revision 1.15  2001/07/29 13:49:15  peter
-    * m68k updates merged
-
-  Revision 1.14  2001/07/08 21:00:18  peter
-    * various widestring updates, it works now mostly without charset
-      mapping supported
-
-  Revision 1.13  2001/05/28 20:43:17  peter
-    * more saveregisters added (merged)
-
-  Revision 1.12  2001/05/18 22:59:59  peter
-    * merged fixes branch fixes
-
-  Revision 1.11  2001/05/16 17:44:25  jonas
-    + odd() for cardinal, int64 and qword (merged)
-
-  Revision 1.10  2001/05/09 19:57:07  peter
-  *** empty log message ***
-
-  Revision 1.9  2001/04/21 12:16:28  peter
-    * int_str cardinal fix (merged)
-
-  Revision 1.8  2001/04/13 18:06:28  peter
-    * removed rtllite define
-
-  Revision 1.7  2001/03/05 17:10:40  jonas
-    * changed typecast in FPC_STR_TO_CHARARRAY so that no temp ansistring is
-      generated anymore (merged)
-
-  Revision 1.6  2001/03/03 12:41:22  jonas
-    * simplified and optimized range checking code, FPC_BOUNDCHECK is no longer necessary
-
-  Revision 1.5  2000/10/01 13:17:35  michael
-  + Merged from fixbranch
-
-  Revision 1.4  2000/08/09 11:29:01  jonas
-
-  Revision 1.1.2.2  2000/10/01 13:14:50  michael
-  + Corrected and (hopefully) improved compare0
-
-  Revision 1.1.2.1  2000/08/09 11:21:32  jonas
-    + FPC_STR_TO_CHARARRAY routine necessary for string -> chararray
-      conversions fix (merged fropm fixes branch)
-
-  Revision 1.3  2000/07/14 10:33:10  michael
-  + Conditionals fixed
-
-  Revision 1.2  2000/07/13 11:33:43  michael
-  + removed logs
-
-}
+}

+ 4 - 9
rtl/inc/genmath.inc

@@ -1020,19 +1020,14 @@ Function float32_to_int32_round_to_zero( a: Float32 ): longint;
 
 
 {
 {
   $Log$
   $Log$
-  Revision 1.5  2002-07-28 21:39:29  florian
+  Revision 1.6  2002-09-07 15:07:45  peter
+    * old logs removed and tabs fixed
+
+  Revision 1.5  2002/07/28 21:39:29  florian
     * made abs a compiler proc if it is generic
     * made abs a compiler proc if it is generic
 
 
   Revision 1.4  2002/07/28 20:43:48  florian
   Revision 1.4  2002/07/28 20:43:48  florian
     * several fixes for linux/powerpc
     * several fixes for linux/powerpc
     * several fixes to MT
     * several fixes to MT
 
 
-  Revision 1.3  2001/12/26 21:03:56  peter
-    * merged fixes from 1.0.x
-
-  Revision 1.2  2001/07/30 21:38:55  peter
-    * m68k updates merged
-
-  Revision 1.1.2.1  2001/07/29 23:58:16  carl
-  + generic version of mathematical routines (taken from m68k directory)
 }
 }

+ 2 - 31
rtl/inc/genset.inc

@@ -270,37 +270,8 @@ procedure do_unset_byte(p : pointer;b : byte);[public,alias:'FPC_SET_UNSET_BYTE'
 
 
 {
 {
   $Log$
   $Log$
-  Revision 1.6  2001-09-04 11:38:56  jonas
-    + searchsystype() and searchsystype() functions in symtable
-    * changed ninl and nadd to use these functions
-    * i386 set comparison functions now return their results in al instead
-      of in the flags so that they can be sued as compilerprocs
-    - removed all processor specific code from n386add.pas that has to do
-      with set handling, it's now all done in nadd.pas
-    * fixed fpc_set_contains_sets in genset.inc
-    * fpc_set_in_byte is now coded inline in n386set.pas and doesn't use a
-      helper anymore
-    * some small fixes in compproc.inc/set.inc regarding the declaration of
-      internal helper types (fpc_small_set and fpc_normal_set)
-
-  Revision 1.5  2001/09/03 13:27:43  jonas
-    * compilerproc implementation of set addition/substraction/...
-    * changed the declaration of some set helpers somewhat to accomodate the
-      above change
-    * i386 still uses the old code for comparisons of sets, because its
-      helpers return the results in the flags
-    * dummy tc_normal_2_small_set type conversion because I need the original
-      resulttype of the set add nodes
-    NOTE: you have to start a cycle with 1.0.5!
-
-  Revision 1.4  2001/06/27 21:37:38  peter
-    * v10 merges
-
-  Revision 1.3  2001/05/18 22:59:59  peter
-    * merged fixes branch fixes
-
-  Revision 1.2  2001/05/09 19:57:07  peter
-  *** empty log message ***
+  Revision 1.7  2002-09-07 15:07:45  peter
+    * old logs removed and tabs fixed
 
 
 }
 }
 
 

+ 2 - 5
rtl/inc/graph/clip.inc

@@ -142,10 +142,7 @@ end;
 
 
 {
 {
   $Log$
   $Log$
-  Revision 1.3  2001-05-06 17:15:26  jonas
-    * fixed range check error (reported by Vladimir Ravodin)
-
-  Revision 1.2  2000/07/13 11:33:46  michael
-  + removed logs
+  Revision 1.4  2002-09-07 15:07:46  peter
+    * old logs removed and tabs fixed
 
 
 }
 }

+ 3 - 3
rtl/inc/graph/fills.inc

@@ -488,7 +488,7 @@ var
 {$endif}
 {$endif}
 {
 {
   $Log$
   $Log$
-  Revision 1.2  2000-07-13 11:33:46  michael
-  + removed logs
- 
+  Revision 1.3  2002-09-07 15:07:46  peter
+    * old logs removed and tabs fixed
+
 }
 }

+ 2 - 5
rtl/inc/graph/fontdata.inc

@@ -2323,10 +2323,7 @@ CONST
 
 
 {
 {
   $Log$
   $Log$
-  Revision 1.3  2001-04-23 18:25:45  peter
-    * m68k updates
-
-  Revision 1.2  2000/07/13 11:33:46  michael
-  + removed logs
+  Revision 1.4  2002-09-07 15:07:46  peter
+    * old logs removed and tabs fixed
 
 
 }
 }

+ 4 - 26
rtl/inc/graph/graph.inc

@@ -2132,35 +2132,13 @@ begin
 end;
 end;
 {
 {
   $Log$
   $Log$
-  Revision 1.8  2002-09-07 12:43:02  carl
+  Revision 1.9  2002-09-07 15:07:47  peter
+    * old logs removed and tabs fixed
+
+  Revision 1.8  2002/09/07 12:43:02  carl
     - unit cleanup (removed unused defines)
     - unit cleanup (removed unused defines)
 
 
   Revision 1.7  2002/06/01 19:42:02  marco
   Revision 1.7  2002/06/01 19:42:02  marco
    * Renamefest
    * Renamefest
 
 
-  Revision 1.6  2001/04/14 16:06:03  jonas
-    * fixed problem with new modes system (reported by Vladimir Ravodin) (merged)
-
-  Revision 1.5  2000/12/07 17:19:47  jonas
-    * new constant handling: from now on, hex constants >$7fffffff are
-      parsed as unsigned constants (otherwise, $80000000 got sign extended
-      and became $ffffffff80000000), all constants in the longint range
-      become longints, all constants >$7fffffff and <=cardinal($ffffffff)
-      are cardinals and the rest are int64's.
-    * added lots of longint typecast to prevent range check errors in the
-      compiler and rtl
-    * type casts of symbolic ordinal constants are now preserved
-    * fixed bug where the original resulttype wasn't restored correctly
-      after doing a 64bit rangecheck
-
-  Revision 1.4  2000/08/12 12:27:13  jonas
-    + setallpalette hook
-    + setallpalette implemented for standard vga and VESA 2.0+
-
-  Revision 1.3  2000/08/05 18:34:47  peter
-    * merged setvideostate patch
-
-  Revision 1.2  2000/07/13 11:33:46  michael
-  + removed logs
-
 }
 }

+ 4 - 15
rtl/inc/graph/graphh.inc

@@ -787,24 +787,13 @@ Function GetDriverName: string;
 
 
 {
 {
   $Log$
   $Log$
-  Revision 1.7  2002-09-07 12:43:03  carl
+  Revision 1.8  2002-09-07 15:07:47  peter
+    * old logs removed and tabs fixed
+
+  Revision 1.7  2002/09/07 12:43:03  carl
     - unit cleanup (removed unused defines)
     - unit cleanup (removed unused defines)
 
 
   Revision 1.6  2002/07/18 07:11:11  pierre
   Revision 1.6  2002/07/18 07:11:11  pierre
    merged from FIXES branch: DrawTextBackground support
    merged from FIXES branch: DrawTextBackground support
 
 
-  Revision 1.5  2001/06/01 11:13:22  jonas
-    * GetMaxMode() now returns a smallint instead of a word (since the type
-      of the modenumbers is smallint too) (merged)
-
-  Revision 1.4  2000/08/12 12:27:14  jonas
-    + setallpalette hook
-    + setallpalette implemented for standard vga and VESA 2.0+
-
-  Revision 1.3  2000/08/05 18:34:47  peter
-    * merged setvideostate patch
-
-  Revision 1.2  2000/07/13 11:33:47  michael
-  + removed logs
-
 }
 }

+ 8 - 8
rtl/inc/graph/gtext.inc

@@ -352,7 +352,7 @@ end;
     function TextWidth(const TextString : string) : word;
     function TextWidth(const TextString : string) : word;
       var i,x : smallint;
       var i,x : smallint;
           c   : byte;
           c   : byte;
-    s   : String;
+          s   : String;
       begin
       begin
          x := 0;
          x := 0;
          { if this is the default font ... }
          { if this is the default font ... }
@@ -360,7 +360,7 @@ end;
             TextWidth:=length(TextString)*8*CurrentTextInfo.CharSize
             TextWidth:=length(TextString)*8*CurrentTextInfo.CharSize
          { This is a stroked font ... }
          { This is a stroked font ... }
             else begin
             else begin
-         s := ConvertString(TextString);
+               s := ConvertString(TextString);
                for i:=1 to length(s) do
                for i:=1 to length(s) do
                 begin
                 begin
                    c:=byte(s[i]);
                    c:=byte(s[i]);
@@ -404,7 +404,7 @@ end;
          X:=X-XPos; Y:=Y+YPos;
          X:=X-XPos; Y:=Y+YPos;
          XPos:=X; YPos:=Y;
          XPos:=X; YPos:=Y;
 
 
-   ConvString := ConvertString(TextString);
+         ConvString := ConvertString(TextString);
          CharSize := CurrentTextInfo.Charsize;
          CharSize := CurrentTextInfo.Charsize;
          if Currenttextinfo.font=DefaultFont then
          if Currenttextinfo.font=DefaultFont then
          begin
          begin
@@ -730,7 +730,7 @@ end;
 {$i-}
 {$i-}
 {$endif}
 {$endif}
               reset(f,1);
               reset(f,1);
-{$ifdef IOCHECK_WAS_ON}              
+{$ifdef IOCHECK_WAS_ON}
 {$i+}
 {$i+}
 {$endif}
 {$endif}
               if ioresult<>0 then
               if ioresult<>0 then
@@ -791,14 +791,14 @@ end;
 
 
 {
 {
   $Log$
   $Log$
-  Revision 1.4  2002-09-07 12:36:15  carl
+  Revision 1.5  2002-09-07 15:07:47  peter
+    * old logs removed and tabs fixed
+
+  Revision 1.4  2002/09/07 12:36:15  carl
     - unit cleanup (removed unused defines)
     - unit cleanup (removed unused defines)
     * compilation options are restored
     * compilation options are restored
 
 
   Revision 1.3  2002/07/18 07:11:11  pierre
   Revision 1.3  2002/07/18 07:11:11  pierre
    merged from FIXES branch: DrawTextBackground support
    merged from FIXES branch: DrawTextBackground support
 
 
-  Revision 1.2  2000/07/13 11:33:47  michael
-  + removed logs
-
 }
 }

+ 4 - 23
rtl/inc/graph/modes.inc

@@ -588,28 +588,9 @@ end;
 
 
 {
 {
   $Log$
   $Log$
-  Revision 1.8  2002-09-07 12:37:19  carl
-    - unit cleanup (removed unused defines)
-
-  Revision 1.7  2001/06/01 11:13:22  jonas
-    * GetMaxMode() now returns a smallint instead of a word (since the type
-      of the modenumbers is smallint too) (merged)
-
-  Revision 1.6  2001/04/14 16:06:03  jonas
-    * fixed problem with new modes system (reported by Vladimir Ravodin) (merged)
-
-  Revision 1.5  2001/04/13 23:49:48  peter
-    * fixes for the stricter compiler
-
-  Revision 1.4  2000/08/12 12:27:14  jonas
-    + setallpalette hook
-    + setallpalette implemented for standard vga and VESA 2.0+
-
-  Revision 1.3  2000/08/01 06:03:32  jonas
-    * the defaulthooks are reset if setmode() fails at any point  (merged
-      from fixes branch)
-
-  Revision 1.2  2000/07/13 11:33:47  michael
-  + removed logs
+  Revision 1.9  2002-09-07 15:07:47  peter
+    * old logs removed and tabs fixed
 
 
+  Revision 1.8  2002/09/07 12:37:19  carl
+    - unit cleanup (removed unused defines)
 }
 }

+ 2 - 6
rtl/inc/graph/palette.inc

@@ -383,11 +383,7 @@ CONST
 
 
 {
 {
   $Log$
   $Log$
-  Revision 1.3  2000-08-12 12:27:14  jonas
-    + setallpalette hook
-    + setallpalette implemented for standard vga and VESA 2.0+
-
-  Revision 1.2  2000/07/13 11:33:47  michael
-  + removed logs
+  Revision 1.4  2002-09-07 15:07:47  peter
+    * old logs removed and tabs fixed
 
 
 }
 }

+ 5 - 27
rtl/inc/heap.inc

@@ -548,7 +548,7 @@ begin
        { Peter, why can't we add this one if free ?? }
        { Peter, why can't we add this one if free ?? }
        { It's already added in the previous iteration, we only go to the }
        { It's already added in the previous iteration, we only go to the }
        { next heap record after this check (JM)                          }
        { next heap record after this check (JM)                          }
-       pcurr^.size:=pcurrsize or beforeheapendmask; 
+       pcurr^.size:=pcurrsize or beforeheapendmask;
        break;
        break;
      end;
      end;
     { get next block }
     { get next block }
@@ -1257,7 +1257,10 @@ end;
 
 
 {
 {
   $Log$
   $Log$
-  Revision 1.14  2002-06-17 08:33:04  jonas
+  Revision 1.15  2002-09-07 15:07:45  peter
+    * old logs removed and tabs fixed
+
+  Revision 1.14  2002/06/17 08:33:04  jonas
     * heap manager now fragments the heap much less
     * heap manager now fragments the heap much less
 
 
   Revision 1.13  2002/04/21 18:56:59  peter
   Revision 1.13  2002/04/21 18:56:59  peter
@@ -1269,30 +1272,5 @@ end;
   Revision 1.11  2002/01/02 13:43:09  jonas
   Revision 1.11  2002/01/02 13:43:09  jonas
     * fix for web bug 1727 from Peter (corrected)
     * fix for web bug 1727 from Peter (corrected)
 
 
-  Revision 1.9  2001/12/03 21:39:20  peter
-    * freemem(var) -> freemem(value)
-
-  Revision 1.8  2001/10/25 21:22:34  peter
-    * moved locking of heap
-
-  Revision 1.7  2001/10/23 21:51:03  peter
-    * criticalsection renamed to rtlcriticalsection for kylix compatibility
-
-  Revision 1.6  2001/06/06 17:20:22  jonas
-    * fixed wrong typed constant procvars in preparation of my fix which will
-      disallow them in FPC mode (plus some other unmerged changes since
-      LAST_MERGE)
-
-  Revision 1.5  2001/01/24 21:47:18  florian
-    + more MT stuff added
-
-  Revision 1.4  2000/08/08 19:22:46  peter
-    * smallatheapptr undef and other cleanup (merged)
-
-  Revision 1.3  2000/07/14 10:33:10  michael
-  + Conditionals fixed
-
-  Revision 1.2  2000/07/13 11:33:43  michael
-  + removed logs
 }
 }
 
 

+ 2 - 5
rtl/inc/heaph.inc

@@ -82,10 +82,7 @@ Procedure AsmFreemem(var p:pointer);
 
 
 {
 {
   $Log$
   $Log$
-  Revision 1.3  2001-12-03 21:39:20  peter
-    * freemem(var) -> freemem(value)
-
-  Revision 1.2  2000/07/13 11:33:44  michael
-  + removed logs
+  Revision 1.4  2002-09-07 15:07:45  peter
+    * old logs removed and tabs fixed
 
 
 }
 }

+ 2 - 54
rtl/inc/heaptrc.pp

@@ -1145,59 +1145,7 @@ finalization
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.16  2001-12-03 21:39:20  peter
-    * freemem(var) -> freemem(value)
-
-  Revision 1.15  2001/07/29 13:43:57  peter
-    * m68k updates merged
-
-  Revision 1.14  2001/06/06 17:20:22  jonas
-    * fixed wrong typed constant procvars in preparation of my fix which will
-      disallow them in FPC mode (plus some other unmerged changes since
-      LAST_MERGE)
-
-  Revision 1.13  2001/04/23 18:25:44  peter
-    * m68k updates
-
-  Revision 1.12  2001/04/21 12:18:09  peter
-    * add nop after popa (merged)
-
-  Revision 1.11  2001/04/13 18:05:34  peter
-    * win32 getenv version
-
-  Revision 1.10  2001/04/13 01:18:08  peter
-    * always clear memory in getmem and freemem
-
-  Revision 1.8  2001/04/11 14:08:31  peter
-    * some small fixes to my previous commit
-
-  Revision 1.7  2001/04/11 12:34:50  peter
-    * extra info update so it can be always be set on/off
-
-  Revision 1.6  2000/12/16 15:57:17  jonas
-    * removed 64bit evaluations when range checking is on
-
-  Revision 1.5  2000/12/07 17:19:47  jonas
-    * new constant handling: from now on, hex constants >$7fffffff are
-      parsed as unsigned constants (otherwise, $80000000 got sign extended
-      and became $ffffffff80000000), all constants in the longint range
-      become longints, all constants >$7fffffff and <=cardinal($ffffffff)
-      are cardinals and the rest are int64's.
-    * added lots of longint typecast to prevent range check errors in the
-      compiler and rtl
-    * type casts of symbolic ordinal constants are now preserved
-    * fixed bug where the original resulttype wasn't restored correctly
-      after doing a 64bit rangecheck
-
-  Revision 1.4  2000/11/13 13:40:03  marco
-   * Renamefest
-
-  Revision 1.3  2000/08/24 09:01:07  jonas
-    * clear inoutres in traceexit before writing anything (to avoid an RTE
-      when writing the heaptrc output when a program didn't handle ioresult)
-      (merged from fixes branch)
-
-  Revision 1.2  2000/07/13 11:33:44  michael
-  + removed logs
+  Revision 1.17  2002-09-07 15:07:45  peter
+    * old logs removed and tabs fixed
 
 
 }
 }

+ 3 - 6
rtl/inc/innr.inc

@@ -100,10 +100,7 @@ const
 
 
 {
 {
   $Log$
   $Log$
-  Revision 1.3  2000-07-19 20:03:19  florian
-    + in_typeinfo_x added
+  Revision 1.4  2002-09-07 15:07:45  peter
+    * old logs removed and tabs fixed
 
 
-  Revision 1.2  2000/07/13 11:33:44  michael
-  + removed logs
-
-}
+}

+ 4 - 55
rtl/inc/int64.inc

@@ -627,65 +627,14 @@
 
 
 {
 {
   $Log$
   $Log$
-  Revision 1.15  2002-09-01 14:44:01  peter
+  Revision 1.16  2002-09-07 15:07:45  peter
+    * old logs removed and tabs fixed
+
+  Revision 1.15  2002/09/01 14:44:01  peter
     * renamed conditional to insert optimized mod_qword for i386. The
     * renamed conditional to insert optimized mod_qword for i386. The
       code is broken
       code is broken
 
 
   Revision 1.14  2002/07/01 16:29:05  peter
   Revision 1.14  2002/07/01 16:29:05  peter
     * sLineBreak changed to normal constant like Kylix
     * sLineBreak changed to normal constant like Kylix
 
 
-  Revision 1.13  2001/11/15 00:07:42  florian
-    * qword div qword for i386 improved
-
-  Revision 1.12  2001/09/05 15:22:09  jonas
-    * made multiplying, dividing and mod'ing of int64 and qword processor
-      independent with compilerprocs (+ small optimizations by using shift/and
-      where possible)
-
-  Revision 1.11  2001/08/13 12:40:16  jonas
-    * renamed some str(x,y) and val(x,y) helpers so the naming scheme is the
-      same for all string types
-    + added the str(x,y) and val(x,y,z) helpers for int64/qword to
-      compproc.inc
-
-  Revision 1.10  2001/04/23 18:25:45  peter
-    * m68k updates
-
-  Revision 1.9  2001/04/13 22:30:04  peter
-    * remove warnings
-
-  Revision 1.8  2001/03/03 12:39:09  jonas
-    * fixed qword_str for values with bit 63 = 1
-
-  Revision 1.7  2000/12/10 15:00:14  florian
-    * val for int64 hopefully works now correct
-
-  Revision 1.6  2000/12/09 20:52:40  florian
-    * val for dword and qword didn't handle the max values
-      correctly
-    * val for qword works again
-    + val with int64/qword and ansistring implemented
-
-  Revision 1.5  2000/12/07 17:19:47  jonas
-    * new constant handling: from now on, hex constants >$7fffffff are
-      parsed as unsigned constants (otherwise, $80000000 got sign extended
-      and became $ffffffff80000000), all constants in the longint range
-      become longints, all constants >$7fffffff and <=cardinal($ffffffff)
-      are cardinals and the rest are int64's.
-    * added lots of longint typecast to prevent range check errors in the
-      compiler and rtl
-    * type casts of symbolic ordinal constants are now preserved
-    * fixed bug where the original resulttype wasn't restored correctly
-      after doing a 64bit rangecheck
-
-  Revision 1.4  2000/11/17 17:01:23  jonas
-    * fixed bug for val when processing -2147483648 and low(int64) (merged)
-
-  Revision 1.3  2000/07/28 12:29:49  jonas
-    * fixed web bug1069
-    * fixed similar (and other) problems in val() for int64 and qword
-      (both merged from fixes branch)
-
-  Revision 1.2  2000/07/13 11:33:44  michael
-  + removed logs
 }
 }

+ 2 - 33
rtl/inc/keyboard.inc

@@ -295,39 +295,8 @@ end;
 
 
 {
 {
   $Log$
   $Log$
-  Revision 1.6  2001-10-12 16:03:15  peter
-    * pollkey fixes (merged)
-
-  Revision 1.5  2001/10/10 20:19:00  michael
-  + Merge of Fixed PollKeyEvent - Pierres fix was not complete
-
-  Revision 1.4  2001/10/03 20:08:36  michael
-  * SetKeyBoardDriver now returns true if driver set - merged
-
-  Revision 1.3  2001/09/30 21:08:58  peter
-    * merged fixes
-  Revision 1.1.2.5  2001/10/10 20:17:11  michael
-  + Fixed PollKeyEvent - Pierres fix was not complete
-
-  Revision 1.1.2.4  2001/10/03 20:06:58  michael
-  * SetKeyBoardDriver now returns true if driver set
-
-  Revision 1.2  2001/09/21 21:33:36  michael
-  + Merged driver support from fixbranch
-
-  Revision 1.1.2.2  2001/09/21 21:20:43  michael
-  + Added support for keyboard driver.
-  + Added DefaultTranslateKeyEvent,DefaultTranslateKeyEventUnicode
-  + PendingKeyEvent variable no longer public. Handling of this variable is
-    now done entirely by global functions. System dependent code should not
-    need it, it is set automatically.
-  + InitVideo DoneVideo will check whether the keyboard is initialized or not.
-
-  Revision 1.1.2.1  2001/01/30 22:21:22  peter
-    * move api to rtl
-
-  Revision 1.1  2001/01/13 11:13:12  peter
-    * API 2 RTL
+  Revision 1.7  2002-09-07 15:07:45  peter
+    * old logs removed and tabs fixed
 
 
 }
 }
 
 

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