You can subscribe to this list here.
| 2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(447) |
Nov
(163) |
Dec
(57) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2005 |
Jan
(172) |
Feb
|
Mar
(123) |
Apr
(64) |
May
(1) |
Jun
(278) |
Jul
(89) |
Aug
(97) |
Sep
(62) |
Oct
(53) |
Nov
(119) |
Dec
(60) |
| 2006 |
Jan
(76) |
Feb
(1094) |
Mar
(363) |
Apr
(163) |
May
(57) |
Jun
(43) |
Jul
(39) |
Aug
(15) |
Sep
(33) |
Oct
(62) |
Nov
(8) |
Dec
|
| 2007 |
Jan
(9) |
Feb
(34) |
Mar
(2) |
Apr
(14) |
May
(8) |
Jun
(40) |
Jul
(21) |
Aug
(1) |
Sep
(20) |
Oct
(15) |
Nov
(26) |
Dec
|
| 2008 |
Jan
(1) |
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(3) |
Oct
|
Nov
|
Dec
(1) |
| 2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(32) |
Jun
|
Jul
|
Aug
(3) |
Sep
(3) |
Oct
|
Nov
|
Dec
|
| 2010 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2011 |
Jan
|
Feb
|
Mar
(2) |
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(7) |
Dec
|
| 2012 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Andre R. <and...@us...> - 2004-10-23 23:05:59
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13642/Frontier/Common/source Modified Files: timedate.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: timedate.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/timedate.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** timedate.c 9 Oct 2004 08:12:04 -0000 1.1 --- timedate.c 23 Oct 2004 23:05:38 -0000 1.2 *************** *** 24,43 **** ******************************************************************************/ ! #include <stdlib.h> ! #include <stdio.h> ! ! #ifdef MACVERSION ! #include <fp.h> ! #include <ctype.h> ! #include <Gestalt.h> ! #include <Script.h> ! #include <standard.h> ! #endif ! ! #ifdef WIN95VERSION ! #include <ctype.h> ! #include <math.h> ! #include "standard.h" ! #endif #include "error.h" --- 24,29 ---- ******************************************************************************/ ! #include "frontier.h" ! #include "standard.h" #include "error.h" |
|
From: Andre R. <and...@us...> - 2004-10-23 23:05:32
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13575/Frontier/Common/source Modified Files: threads.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: threads.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/threads.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** threads.c 9 Oct 2004 08:11:31 -0000 1.1 --- threads.c 23 Oct 2004 23:05:20 -0000 1.2 *************** *** 24,40 **** ******************************************************************************/ #ifdef MACVERSION - //#include <Threads.h> #include <SetUpA5.h> - #include <standard.h> #include "mac.h" #include "processinternal.h" #endif - #ifdef WIN95VERSION - #include <stdlib.h> - #include "standard.h" - #endif - #include "error.h" #include "ops.h" --- 24,36 ---- ******************************************************************************/ + #include "frontier.h" + #include "standard.h" + #ifdef MACVERSION #include <SetUpA5.h> #include "mac.h" #include "processinternal.h" #endif #include "error.h" #include "ops.h" |
|
From: Andre R. <and...@us...> - 2004-10-23 23:05:08
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13497/Frontier/Common/source Modified Files: textedit.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: textedit.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/textedit.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** textedit.c 9 Oct 2004 08:11:20 -0000 1.1 --- textedit.c 23 Oct 2004 23:04:54 -0000 1.2 *************** *** 24,34 **** ******************************************************************************/ ! #ifdef MACVERSION ! #include <standard.h> ! #endif ! ! #ifdef WIN95VERSION ! #include "standard.h" ! #endif #include "font.h" --- 24,29 ---- ******************************************************************************/ ! #include "frontier.h" ! #include "standard.h" #include "font.h" |
|
From: Andre R. <and...@us...> - 2004-10-23 23:04:54
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13428/Frontier/Common/source Modified Files: textdisplay.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: textdisplay.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/textdisplay.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** textdisplay.c 9 Oct 2004 08:11:13 -0000 1.1 --- textdisplay.c 23 Oct 2004 23:04:40 -0000 1.2 *************** *** 24,34 **** ******************************************************************************/ ! #ifdef MACVERSION ! #include <standard.h> ! #endif ! ! #ifdef WIN95VERSION #include "standard.h" - #endif #include "quickdraw.h" --- 24,29 ---- ******************************************************************************/ ! #include "frontier.h" #include "standard.h" #include "quickdraw.h" |
|
From: Andre R. <and...@us...> - 2004-10-23 23:04:31
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13364/Frontier/Common/source Modified Files: tablewindow.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: tablewindow.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/tablewindow.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** tablewindow.c 9 Oct 2004 08:11:06 -0000 1.1 --- tablewindow.c 23 Oct 2004 23:04:19 -0000 1.2 *************** *** 25,35 **** - #ifdef MACVERSION - #include <standard.h> - #endif ! #ifdef WIN95VERSION #include "standard.h" - #endif #include "cursor.h" --- 25,31 ---- ! #include "frontier.h" #include "standard.h" #include "cursor.h" |
|
From: Andre R. <and...@us...> - 2004-10-23 23:04:15
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13267/Frontier/Common/source Modified Files: tableverbs.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: tableverbs.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/tableverbs.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** tableverbs.c 9 Oct 2004 08:10:54 -0000 1.1 --- tableverbs.c 23 Oct 2004 23:04:05 -0000 1.2 *************** *** 24,34 **** ******************************************************************************/ - #ifdef MACVERSION - #include <standard.h> - #endif ! #ifdef WIN95VERSION #include "standard.h" - #endif #include "file.h" --- 24,30 ---- ******************************************************************************/ ! #include "frontier.h" #include "standard.h" #include "file.h" |
|
From: Andre R. <and...@us...> - 2004-10-23 23:03:58
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13226/Frontier/Common/source Modified Files: tablevalidate.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: tablevalidate.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/tablevalidate.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** tablevalidate.c 9 Oct 2004 08:10:41 -0000 1.1 --- tablevalidate.c 23 Oct 2004 23:03:49 -0000 1.2 *************** *** 24,34 **** ******************************************************************************/ - #ifdef MACVERSION - #include <standard.h> - #endif ! #ifdef WIN95VERSION #include "standard.h" - #endif #include "cursor.h" --- 24,30 ---- ******************************************************************************/ ! #include "frontier.h" #include "standard.h" #include "cursor.h" |
|
From: Andre R. <and...@us...> - 2004-10-23 23:03:46
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13163/Frontier/Common/source Modified Files: tablestructure.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: tablestructure.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/tablestructure.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** tablestructure.c 9 Oct 2004 08:10:34 -0000 1.1 --- tablestructure.c 23 Oct 2004 23:03:32 -0000 1.2 *************** *** 24,36 **** ******************************************************************************/ - #ifdef MACVERSION - #include <standard.h> - #endif ! #ifdef WIN95VERSION #include "standard.h" - #endif - #include <ctype.h> #include "file.h" #include "memory.h" --- 24,31 ---- ******************************************************************************/ ! #include "frontier.h" #include "standard.h" #include "file.h" #include "memory.h" |
|
From: Andre R. <and...@us...> - 2004-10-23 23:03:28
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13107/Frontier/Common/source Modified Files: tablescrap.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: tablescrap.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/tablescrap.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** tablescrap.c 9 Oct 2004 08:10:22 -0000 1.1 --- tablescrap.c 23 Oct 2004 23:03:10 -0000 1.2 *************** *** 24,34 **** ******************************************************************************/ - #ifdef MACVERSION - #include <standard.h> - #endif ! #ifdef WIN95VERSION #include "standard.h" - #endif #include "memory.h" --- 24,30 ---- ******************************************************************************/ ! #include "frontier.h" #include "standard.h" #include "memory.h" |
|
From: Andre R. <and...@us...> - 2004-10-23 23:03:03
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12999/Frontier/Common/source Modified Files: tablerunbutton.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: tablerunbutton.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/tablerunbutton.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** tablerunbutton.c 9 Oct 2004 08:09:59 -0000 1.1 --- tablerunbutton.c 23 Oct 2004 23:02:51 -0000 1.2 *************** *** 24,34 **** ******************************************************************************/ - #ifdef MACVERSION - #include <standard.h> - #endif ! #ifdef WIN95VERSION #include "standard.h" - #endif #include "bitmaps.h" --- 24,30 ---- ******************************************************************************/ ! #include "frontier.h" #include "standard.h" #include "bitmaps.h" |
|
From: Andre R. <and...@us...> - 2004-10-23 23:02:34
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12906/Frontier/Common/source Modified Files: tablepopup.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: tablepopup.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/tablepopup.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** tablepopup.c 9 Oct 2004 08:09:45 -0000 1.1 --- tablepopup.c 23 Oct 2004 23:02:23 -0000 1.2 *************** *** 24,33 **** ******************************************************************************/ - #ifdef MACVERSION - #include <standard.h> - #endif ! #ifdef WIN95VERSION #include "standard.h" #include "WinLand.h" #endif --- 24,32 ---- ******************************************************************************/ ! #include "frontier.h" #include "standard.h" + + #ifdef WIN95VERSION #include "WinLand.h" #endif |
|
From: Andre R. <and...@us...> - 2004-10-23 23:02:11
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12808/Frontier/Common/source Modified Files: tablepack.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: tablepack.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/tablepack.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** tablepack.c 9 Oct 2004 08:09:30 -0000 1.1 --- tablepack.c 23 Oct 2004 23:01:59 -0000 1.2 *************** *** 24,34 **** ******************************************************************************/ - #ifdef MACVERSION - #include <standard.h> - #endif ! #ifdef WIN95VERSION #include "standard.h" - #endif #include "memory.h" --- 24,30 ---- ******************************************************************************/ ! #include "frontier.h" #include "standard.h" #include "memory.h" |
|
From: Andre R. <and...@us...> - 2004-10-23 23:01:47
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12726/Frontier/Common/source Modified Files: tableops.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: tableops.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/tableops.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** tableops.c 9 Oct 2004 08:09:12 -0000 1.1 --- tableops.c 23 Oct 2004 23:01:37 -0000 1.2 *************** *** 24,34 **** ******************************************************************************/ - #ifdef MACVERSION - #include <standard.h> - #endif ! #ifdef WIN95VERSION #include "standard.h" - #endif #include "quickdraw.h" --- 24,30 ---- ******************************************************************************/ ! #include "frontier.h" #include "standard.h" #include "quickdraw.h" |
|
From: Andre R. <and...@us...> - 2004-10-23 23:01:10
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12462/Frontier/Common/source Modified Files: tableformats.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: tableformats.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/tableformats.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** tableformats.c 9 Oct 2004 08:08:44 -0000 1.1 --- tableformats.c 23 Oct 2004 23:00:50 -0000 1.2 *************** *** 24,34 **** ******************************************************************************/ - #ifdef MACVERSION - #include <standard.h> - #endif ! #ifdef WIN95VERSION #include "standard.h" - #endif #include "bitmaps.h" --- 24,30 ---- ******************************************************************************/ ! #include "frontier.h" #include "standard.h" #include "bitmaps.h" |
|
From: Andre R. <and...@us...> - 2004-10-23 23:00:45
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12372/Frontier/Common/source Modified Files: tablefind.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: tablefind.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/tablefind.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** tablefind.c 9 Oct 2004 08:08:28 -0000 1.1 --- tablefind.c 23 Oct 2004 23:00:36 -0000 1.2 *************** *** 24,34 **** ******************************************************************************/ - #ifdef MACVERSION - #include <standard.h> - #endif ! #ifdef WIN95VERSION #include "standard.h" - #endif #include "cursor.h" --- 24,30 ---- ******************************************************************************/ ! #include "frontier.h" #include "standard.h" #include "cursor.h" |
|
From: Andre R. <and...@us...> - 2004-10-23 23:00:25
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12171/Frontier/Common/source Modified Files: tableexternal.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: tableexternal.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/tableexternal.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** tableexternal.c 9 Oct 2004 08:08:18 -0000 1.1 --- tableexternal.c 23 Oct 2004 23:00:07 -0000 1.2 *************** *** 24,34 **** ******************************************************************************/ - #ifdef MACVERSION - #include <standard.h> - #endif ! #ifdef WIN95VERSION #include "standard.h" - #endif #include "file.h" --- 24,30 ---- ******************************************************************************/ ! #include "frontier.h" #include "standard.h" #include "file.h" |
|
From: Andre R. <and...@us...> - 2004-10-23 23:00:03
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12090/Frontier/Common/source Modified Files: tableedit.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: tableedit.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/tableedit.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** tableedit.c 9 Oct 2004 08:08:00 -0000 1.1 --- tableedit.c 23 Oct 2004 22:59:53 -0000 1.2 *************** *** 24,34 **** ******************************************************************************/ - #ifdef MACVERSION - #include <standard.h> - #endif ! #ifdef WIN95VERSION #include "standard.h" - #endif #include "memory.h" --- 24,30 ---- ******************************************************************************/ ! #include "frontier.h" #include "standard.h" #include "memory.h" |
|
From: Andre R. <and...@us...> - 2004-10-23 22:59:50
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12046/Frontier/Common/source Modified Files: tabledisplay.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: tabledisplay.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/tabledisplay.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** tabledisplay.c 9 Oct 2004 08:07:51 -0000 1.1 --- tabledisplay.c 23 Oct 2004 22:59:40 -0000 1.2 *************** *** 24,34 **** ******************************************************************************/ - #ifdef MACVERSION - #include <standard.h> - #endif ! #ifdef WIN95VERSION #include "standard.h" - #endif #include "bitmaps.h" --- 24,30 ---- ******************************************************************************/ ! #include "frontier.h" #include "standard.h" #include "bitmaps.h" |
|
From: Andre R. <and...@us...> - 2004-10-23 22:59:33
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11989/Frontier/Common/source Modified Files: tablecompare.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: tablecompare.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/tablecompare.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** tablecompare.c 9 Oct 2004 08:07:35 -0000 1.1 --- tablecompare.c 23 Oct 2004 22:59:23 -0000 1.2 *************** *** 24,34 **** ******************************************************************************/ - #ifdef MACVERSION - #include <standard.h> - #endif ! #ifdef WIN95VERSION #include "standard.h" - #endif #include "strings.h" --- 24,30 ---- ******************************************************************************/ ! #include "frontier.h" #include "standard.h" #include "strings.h" |
|
From: Andre R. <and...@us...> - 2004-10-23 22:59:12
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11892/Frontier/Common/source Modified Files: stringverbs.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: stringverbs.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/stringverbs.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** stringverbs.c 9 Oct 2004 08:07:16 -0000 1.1 --- stringverbs.c 23 Oct 2004 22:59:03 -0000 1.2 *************** *** 24,37 **** ******************************************************************************/ - #ifdef MACVERSION - #include <packages.h> - #include <standard.h> - #endif ! #ifdef WIN95VERSION #include "standard.h" - #endif - #include <ctype.h> #include "memory.h" #include "strings.h" --- 24,31 ---- ******************************************************************************/ ! #include "frontier.h" #include "standard.h" #include "memory.h" #include "strings.h" |
|
From: Andre R. <and...@us...> - 2004-10-23 22:59:01
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11791/Frontier/Common/source Modified Files: strings.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: strings.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/strings.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** strings.c 9 Oct 2004 08:06:46 -0000 1.1 --- strings.c 23 Oct 2004 22:58:38 -0000 1.2 *************** *** 24,38 **** ******************************************************************************/ - #ifdef MACVERSION - #include <Packages.h> - #include <ctype.h> - #include <standard.h> - #include <UnicodeConverter.h> - #include <TextEncodingConverter.h> - #endif ! #ifdef WIN95VERSION #include "standard.h" - #endif #include "font.h" --- 24,30 ---- ******************************************************************************/ ! #include "frontier.h" #include "standard.h" #include "font.h" *************** *** 169,174 **** #else - #include <string.h> - short comparestrings (bigstring bs1, bigstring bs2) { --- 161,164 ---- |
|
From: Andre R. <and...@us...> - 2004-10-23 22:58:21
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11717/Frontier/Common/source Modified Files: sounds.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: sounds.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/sounds.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** sounds.c 9 Oct 2004 08:06:15 -0000 1.1 --- sounds.c 23 Oct 2004 22:58:10 -0000 1.2 *************** *** 24,36 **** ******************************************************************************/ ! #ifdef MACVERSION ! #include <standard.h> ! #include <Sound.h> ! #endif ! ! #ifdef WIN95VERSION #include "standard.h" - #include <mmsystem.h> - #endif #include "error.h" --- 24,29 ---- ******************************************************************************/ ! #include "frontier.h" #include "standard.h" #include "error.h" |
|
From: Andre R. <and...@us...> - 2004-10-23 22:58:10
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11632/Frontier/Common/source Modified Files: smallicon.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: smallicon.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/smallicon.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** smallicon.c 9 Oct 2004 08:06:04 -0000 1.1 --- smallicon.c 23 Oct 2004 22:57:57 -0000 1.2 *************** *** 24,33 **** ******************************************************************************/ ! #ifdef MACVERSION ! #include <standard.h> ! #endif ! #ifdef WIN95VERSION ! #include "standard.h" ! #endif #include "quickdraw.h" #include "icon.h" --- 24,30 ---- ******************************************************************************/ ! #include "frontier.h" ! #include "standard.h" ! #include "quickdraw.h" #include "icon.h" |
|
From: Andre R. <and...@us...> - 2004-10-23 22:57:51
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11588/Frontier/Common/source Modified Files: shellwindowverbs.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: shellwindowverbs.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/shellwindowverbs.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** shellwindowverbs.c 9 Oct 2004 08:05:48 -0000 1.1 --- shellwindowverbs.c 23 Oct 2004 22:57:39 -0000 1.2 *************** *** 24,36 **** ******************************************************************************/ #ifdef MACVERSION - #include <standard.h> #include "player.h" /*7.0b4 PBS: QuickTime Player window*/ #endif - #ifdef WIN95VERSION - #include "standard.h" - #endif - #include "about.h" #include "file.h" --- 24,34 ---- ******************************************************************************/ + #include "frontier.h" + #include "standard.h" + #ifdef MACVERSION #include "player.h" /*7.0b4 PBS: QuickTime Player window*/ #endif #include "about.h" #include "file.h" |
|
From: Andre R. <and...@us...> - 2004-10-23 22:57:35
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11546/Frontier/Common/source Modified Files: shellwindowmenu.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: shellwindowmenu.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/shellwindowmenu.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** shellwindowmenu.c 9 Oct 2004 08:05:32 -0000 1.1 --- shellwindowmenu.c 23 Oct 2004 22:57:24 -0000 1.2 *************** *** 24,34 **** ******************************************************************************/ ! #ifdef MACVERSION ! #include <standard.h> ! #endif ! ! #ifdef WIN95VERSION #include "standard.h" - #endif #include "menu.h" --- 24,29 ---- ******************************************************************************/ ! #include "frontier.h" #include "standard.h" #include "menu.h" |