CVS log for winex/files/profile.c

(logo)

ViewCVS and CVS Help

(back) Up to [cvs] / winex / files / profile.c

Request diff between arbitrary revisions


Default branch: MAIN
Bookmark a link to: HEAD / (download)

Revision 1.22 - (download), view (text) (markup) (annotate) - [select for diffs]
Tue Mar 27 20:23:38 2007 UTC (19 months, 3 weeks ago) by daniel
CVS Tags: HEAD
Changes since 1.21: +4 -2 lines
Diff to previous 1.21
Various compiler warnings fixes.

Revision 1.21 - (download), view (text) (markup) (annotate) - [select for diffs]
Mon Nov 6 16:17:01 2006 UTC (2 years ago) by daniel
Changes since 1.20: +17 -9 lines
Diff to previous 1.20
GetPrivateProfileString needs the quotations stripped off of values, but
GetPrivateProfileSection leaves the quotations on. We now handle both, by
passing a parameter to tell CopyEntry if it should strip the quotes or not.

Revision 1.20 - (download), view (text) (markup) (annotate) - [select for diffs]
Mon Nov 15 15:41:26 2004 UTC (4 years ago) by peter
CVS Tags: cedega-4-3
Changes since 1.19: +7 -2 lines
Diff to previous 1.19
Portability fixes. Based off patch from Bruce M Simpson for FreeBSD.

Revision 1.19 - (download), view (text) (markup) (annotate) - [select for diffs]
Tue May 11 20:22:37 2004 UTC (4 years, 6 months ago) by blair
Changes since 1.18: +20 -8 lines
Diff to previous 1.18
- PROFILE_FlushFile() calls have been added after a Profile is changed, to ensure that it is updated immediately.  Loose synchronization problems were manifesting when the Profile's flag was set to changed, and wasn't getting flushed (written to disk) until after the file's directory was deleted.  Any changes to performance should be rather unnoticeable, as all the games I've tested write only a few lines, if any at all.  The emergency case ( which isn't hit anymore ) has been updated so that the unix version of the C:\WINDOWS path is used.

Revision 1.14.2.2 - (download), view (text) (markup) (annotate) - [select for diffs]
Fri May 7 20:41:57 2004 UTC (4 years, 6 months ago) by blair
Branch: winex-3-3-branch
CVS Tags: winex-3-3-2
Changes since 1.14.2.1: +18 -9 lines
Diff to previous 1.14.2.1 , to branch point 1.14 , to next main 1.15
- This is a better fix that replaces the dos path being used in the emergency fopen in Profile_FlushFile() to a path in the WINDOWS folder.

Revision 1.18 - (download), view (text) (markup) (annotate) - [select for diffs]
Fri May 7 18:52:24 2004 UTC (4 years, 6 months ago) by blair
Changes since 1.17: +14 -6 lines
Diff to previous 1.17
- This is a better fix that replaces the dos path being used in the emergency fopen n Profile_FlushFile() to a path to the Windows folder.

Revision 1.14.2.1 - (download), view (text) (markup) (annotate) - [select for diffs]
Thu May 6 20:29:05 2004 UTC (4 years, 6 months ago) by blair
Branch: winex-3-3-branch
Changes since 1.14: +37 -30 lines
Diff to previous 1.14
- This patch fixes the copy protection bug that arose when the BF1942 1.6 patch was applied. Also, now in the event of a flushed profile file with a bad unix name, the dos name is used instead.

Revision 1.17 - (download), view (text) (markup) (annotate) - [select for diffs]
Thu May 6 20:22:54 2004 UTC (4 years, 6 months ago) by blair
Changes since 1.16: +37 -30 lines
Diff to previous 1.16
- This patch fixes the copy protection bug that arose when the BF1942 1.6 patch was applied.  Also, now in the event of a flushed profile file with a bad unix name, the dos name is used instead.

Revision 1.16 - (download), view (text) (markup) (annotate) - [select for diffs]
Tue Mar 16 20:16:04 2004 UTC (4 years, 8 months ago) by peter
Changes since 1.15: +7 -1 lines
Diff to previous 1.15
Add nt debug information for critical sections.

Revision 1.15 - (download), view (text) (markup) (annotate) - [select for diffs]
Wed Feb 18 22:27:48 2004 UTC (4 years, 9 months ago) by david
Changes since 1.14: +1 -1 lines
Diff to previous 1.14
* change all occurances of *_DEBUG_CHANNEL to WINE_*_DEBUG_CHANNEL
* remove the #define's for *_DEBUG_CHANNEL

Revision 1.14 - (download), view (text) (markup) (annotate) - [select for diffs]
Wed Jan 28 15:50:11 2004 UTC (4 years, 9 months ago) by ovek
CVS Tags: winex-3-3-1, winex-3-3
Branch point for: winex-3-3-branch
Changes since 1.13: +5 -2 lines
Diff to previous 1.13
Been testing valgrind.

Revision 1.13 - (download), view (text) (markup) (annotate) - [select for diffs]
Tue Oct 28 23:08:41 2003 UTC (5 years ago) by hunnise
CVS Tags: winex-3-2-1, winex-3-2, winex-3-1-99, dec3-internal-merge
Branch point for: winex-3-2-branch
Changes since 1.12: +1 -1 lines
Diff to previous 1.12
Give unique error messages for the same function

Revision 1.12 - (download), view (text) (markup) (annotate) - [select for diffs]
Fri Jul 25 21:45:32 2003 UTC (5 years, 3 months ago) by hunnise
CVS Tags: winex-sims-3-2, start-merge-6oct03
Branch point for: winex-sims-3-2-branch
Changes since 1.11: +1 -1 lines
Diff to previous 1.11
Finally get around to changing all uses of debugtools.h -> wine/debug.h

Revision 1.11 - (download), view (text) (markup) (annotate) - [select for diffs]
Wed Dec 11 22:07:51 2002 UTC (5 years, 11 months ago) by hunnise
CVS Tags: winex-kohan-3-1, winex-3-1, winex-3-0-pre-1, winex-3-0, head_merge_from_winex_2_0_branch
Branch point for: winex-kohan-3-2-branch, winex-3-0-branch
Changes since 1.10: +1 -1 lines
Diff to previous 1.10
include/file.h doesn't exist on windows, move to include/wine/file.h

Revision 1.10 - (download), view (text) (markup) (annotate) - [select for diffs]
Wed Sep 25 20:18:30 2002 UTC (6 years, 1 month ago) by ovek
Changes since 1.9: +37 -37 lines
Diff to previous 1.9
Stripped whitespace from end of lines.

Revision 1.1.1.17 - (download), view (text) (markup) (annotate) - [select for diffs] (vendor branch)
Wed Sep 25 19:21:26 2002 UTC (6 years, 1 month ago) by ovek
Branch: winehq-ddraw-merge, winehq
CVS Tags: rewind-20031219, rewind-20031217, rewind-20030217, rewind-20020925
Changes since 1.1.1.16: +36 -36 lines
Diff to previous 1.1.1.16
Import of ReWind CVS at Sep 25, 2002.

Revision 1.9 - (download), view (text) (markup) (annotate) - [select for diffs]
Fri Jun 7 12:52:17 2002 UTC (6 years, 5 months ago) by ovek
CVS Tags: quartz-pre-removal, quartz-post-removal
Changes since 1.8: +11 -5 lines
Diff to previous 1.8
Merge of ReWind CVS at Jun 7, 2002.

Revision 1.1.1.16 - (download), view (text) (markup) (annotate) - [select for diffs] (vendor branch)
Fri Jun 7 12:24:09 2002 UTC (6 years, 5 months ago) by ovek
Branch: winehq-ddraw-merge, winehq
CVS Tags: rewind-20020804, rewind-20020607
Changes since 1.1.1.15: +11 -5 lines
Diff to previous 1.1.1.15
Import of ReWind CVS at Jun 7, 2002.

Revision 1.8 - (download), view (text) (markup) (annotate) - [select for diffs]
Fri Apr 19 16:36:16 2002 UTC (6 years, 7 months ago) by ovek
Changes since 1.7: +48 -31 lines
Diff to previous 1.7
Merge of Wine release 20020228, the last X11-licensed Wine release.
Conflicts between our typelib marshaller and Marcus's were resolved
by dumping Marcus's marshaller.

Revision 1.1.1.15 - (download), view (text) (markup) (annotate) - [select for diffs] (vendor branch)
Fri Apr 19 15:51:18 2002 UTC (6 years, 7 months ago) by ovek
Branch: winehq-ddraw-merge, winehq
CVS Tags: wine-20020228, rewind-20020427, rewind-20020419
Changes since 1.1.1.14: +48 -31 lines
Diff to previous 1.1.1.14
Import of Wine release 20020228, the last X11-licensed Wine release.

Revision 1.7 - (download), view (text) (markup) (annotate) - [select for diffs]
Wed Jan 16 19:49:06 2002 UTC (6 years, 10 months ago) by ovek
CVS Tags: winex-kohan-2-1, winex-2-2-1, winex-2-2, winex-2-1, winex-2-0-branch-merge-to-head, winex-2-0
Branch point for: winex-2-0-branch
Changes since 1.6: +1 -1 lines
Diff to previous 1.6
Merge of WineHQ CVS at Jan 16, 2002.

Revision 1.1.1.14 - (download), view (text) (markup) (annotate) - [select for diffs] (vendor branch)
Wed Jan 16 19:04:44 2002 UTC (6 years, 10 months ago) by ovek
Branch: winehq-ddraw-merge, winehq
CVS Tags: winehq-20020116
Changes since 1.1.1.13: +1 -1 lines
Diff to previous 1.1.1.13
Import of WineHQ CVS at Jan 16, 2002.

Revision 1.6 - (download), view (text) (markup) (annotate) - [select for diffs]
Sun Oct 28 15:12:06 2001 UTC (7 years ago) by ovek
CVS Tags: wine-premerge-20011226
Changes since 1.5: +1 -1 lines
Diff to previous 1.5
Merge of WineHQ CVS at Oct 28, 2001.

Revision 1.1.1.13 - (download), view (text) (markup) (annotate) - [select for diffs] (vendor branch)
Sun Oct 28 14:17:48 2001 UTC (7 years ago) by ovek
Branch: winehq-ddraw-merge, winehq
CVS Tags: winehq-20011028, wine-20011226
Changes since 1.1.1.12: +1 -1 lines
Diff to previous 1.1.1.12
Import of WineHQ CVS at Oct 28, 2001.

Revision 1.5 - (download), view (text) (markup) (annotate) - [select for diffs]
Thu Oct 4 14:24:54 2001 UTC (7 years, 1 month ago) by ovek
CVS Tags: winehq-premerge-20010824-premerge-20011014, winehq-premerge-20010824-postmerge-20011014
Changes since 1.4: +1 -1 lines
Diff to previous 1.4
Merge from WineHQ CVS on at Oct 4, 2001.

Revision 1.1.1.12 - (download), view (text) (markup) (annotate) - [select for diffs] (vendor branch)
Thu Oct 4 13:46:25 2001 UTC (7 years, 1 month ago) by ovek
Branch: winehq-ddraw-merge, winehq
CVS Tags: winehq-20011005, winehq-20011004, wine-20011004
Changes since 1.1.1.11: +1 -1 lines
Diff to previous 1.1.1.11
Import of WineHQ CVS at Oct 4, 2001.

Revision 1.4 - (download), view (text) (markup) (annotate) - [select for diffs]
Sat Sep 8 13:11:12 2001 UTC (7 years, 2 months ago) by ovek
Changes since 1.3: +86 -38 lines
Diff to previous 1.3
Nerge from WineHQ CVS at Sep 8, 2001.

Revision 1.1.1.11 - (download), view (text) (markup) (annotate) - [select for diffs] (vendor branch)
Sat Sep 8 12:58:36 2001 UTC (7 years, 2 months ago) by ovek
Branch: winehq-ddraw-merge, winehq
CVS Tags: winehq-20010908
Changes since 1.1.1.10: +86 -38 lines
Diff to previous 1.1.1.10
Import of WineHQ CVS at Sep 8, 2001.

Revision 1.3 - (download), view (text) (markup) (annotate) - [select for diffs]
Wed Aug 29 19:37:07 2001 UTC (7 years, 2 months ago) by ovek
Changes since 1.2: +97 -87 lines
Diff to previous 1.2
Merge of Wine release 20010824 (only resolved CVS conflicts so far).

Revision 1.1.1.10 - (download), view (text) (markup) (annotate) - [select for diffs] (vendor branch)
Wed Aug 29 18:21:05 2001 UTC (7 years, 2 months ago) by ovek
Branch: winehq-ddraw-merge, winehq
CVS Tags: wine-20010824
Changes since 1.1.1.9: +97 -87 lines
Diff to previous 1.1.1.9
Import of Wine release 20010824.

Revision 1.2 - (download), view (text) (markup) (annotate) - [select for diffs]
Thu Aug 2 20:45:47 2001 UTC (7 years, 3 months ago) by gavriels
CVS Tags: winehq-premerge-20010824-start, winehq-premerge-20010824-20011014, Oct1201, Oct1101
Branch point for: winehq-premerge-20010824
Changes since 1.1: +233 -149 lines
Diff to previous 1.1
We should not be stripping quotes from key names when returning a list of
keys for a section.  This fixes the Baldur's Gate 2 config tool.

Revision 1.1.1.9 - (download), view (text) (markup) (annotate) - [select for diffs] (vendor branch)
Wed May 9 18:43:06 2001 UTC (7 years, 6 months ago) by ovek
Branch: winehq-ddraw-merge, winehq
CVS Tags: winehq-20010509, wine-20010510
Changes since 1.1.1.8: +5 -4 lines
Diff to previous 1.1.1.8
Import of WineHQ CVS at May 9, 2001.

Revision 1.1.1.8 - (download), view (text) (markup) (annotate) - [select for diffs] (vendor branch)
Sun Apr 15 00:45:15 2001 UTC (7 years, 7 months ago) by ovek
Branch: winehq-ddraw-merge, winehq
CVS Tags: winehq-20010501, winehq-20010425, winehq-20010419, winehq-20010416, winehq-20010414, wine-20010418, wine-20010326
Changes since 1.1.1.7: +34 -84 lines
Diff to previous 1.1.1.7
Import of Wine release 20010326.

Revision 1.1.1.7 - (download), view (text) (markup) (annotate) - [select for diffs] (vendor branch)
Fri Jan 26 19:15:03 2001 UTC (7 years, 9 months ago) by ovek
Branch: winehq-ddraw-merge, winehq
CVS Tags: winehq-20010320, winehq-20010318, winehq-20010129, winehq-20010126, wine-20010305, wine-20010216
Changes since 1.1.1.6: +1 -1 lines
Diff to previous 1.1.1.6
Import of WineHQ CVS at Jan 26, 2001.

Revision 1.1.1.6 - (download), view (text) (markup) (annotate) - [select for diffs] (vendor branch)
Fri Jan 12 19:37:39 2001 UTC (7 years, 10 months ago) by ovek
Branch: winehq-ddraw-merge, winehq
CVS Tags: winehq-20010123, winehq-20010117, winehq-20010113, winehq-20010112, wine-20010112
Changes since 1.1.1.5: +12 -36 lines
Diff to previous 1.1.1.5
Import of WineHQ CVS at Jan 12, 2001.

Revision 1.1.1.5 - (download), view (text) (markup) (annotate) - [select for diffs] (vendor branch)
Thu Dec 21 03:34:02 2000 UTC (7 years, 11 months ago) by ovek
Branch: winehq-ddraw-merge, winehq
CVS Tags: winehq-premerge-20010105, winehq-20010105, winehq-20010103, winehq-20001230, winehq-20001229, winehq-20001223, winehq-20001221, wine-20001222
Changes since 1.1.1.4: +9 -0 lines
Diff to previous 1.1.1.4
Import of WineHQ CVS at Dec 21, 2000.

Revision 1.1.1.4 - (download), view (text) (markup) (annotate) - [select for diffs] (vendor branch)
Tue Dec 12 13:59:10 2000 UTC (7 years, 11 months ago) by ovek
Branch: winehq-ddraw-merge, winehq
CVS Tags: winehq-20001214, winehq-20001213, winehq-20001212
Changes since 1.1.1.3: +86 -2 lines
Diff to previous 1.1.1.3
Import of WineHQ CVS at Dec 12, 2000 (really this time).

Revision 1.1.1.3 - (download), view (text) (markup) (annotate) - [select for diffs] (vendor branch)
Fri Dec 1 08:12:26 2000 UTC (7 years, 11 months ago) by ovek
Branch: winehq-ddraw-merge, winehq
CVS Tags: winehq-20001206, winehq-011200
Changes since 1.1.1.2: +9 -7 lines
Diff to previous 1.1.1.2
Import of WineHQ CVS at Dec 12 2000. Lots of bugfixes in there...

Revision 1.1.1.2 - (download), view (text) (markup) (annotate) - [select for diffs] (vendor branch)
Thu Nov 23 15:15:28 2000 UTC (7 years, 11 months ago) by andrewl
Branch: winehq-ddraw-merge, winehq
CVS Tags: winehq-112300
Changes since 1.1.1.1: +130 -68 lines
Diff to previous 1.1.1.1
Import of Nov 23 winehq.

Revision 1.1.1.1.6.1 - (download), view (text) (markup) (annotate) - [select for diffs]
Thu Nov 23 13:56:19 2000 UTC (7 years, 11 months ago) by andrewl
Branch: merge-231100
Changes since 1.1.1.1: +130 -68 lines
Diff to previous 1.1.1.1 , to next main 1.1.1.2
Merging in from winehq, everything except ddraw.
Still working out kinks in winelib & dinput.

Revision 1.1.1.1 - (download), view (text) (markup) (annotate) - [select for diffs] (vendor branch)
Fri Sep 8 01:43:20 2000 UTC (8 years, 2 months ago) by gavriels
Branch: winehq-ddraw-merge, winehq
CVS Tags: winehq-090700, merge-231100-start, andrew-071100-start, andrew-071100-premerge, andrew-071100-postmerge
Branch point for: mipmap, merge-231100, andrew-071100
Changes since 1.1: +0 -0 lines
Diff to previous 1.1
Import of WineHQ 090700

Revision 1.1 - (download), view (text) (markup) (annotate) - [select for diffs]
Fri Sep 8 01:43:20 2000 UTC (8 years, 2 months ago) by gavriels
Branch point for: winehq-ddraw-merge, winehq
Initial revision

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Diffs between and
Type of Diff should be a

View only Branch:

Sort log by:

CVS Admin
Powered by
ViewCVS 1.0-dev