CVS log for winex/misc/version.c

(logo)

ViewCVS and CVS Help

(back) Up to [cvs] / winex / misc / version.c

Request diff between arbitrary revisions


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

Revision 1.11 - (download), view (text) (markup) (annotate) - [select for diffs]
Wed Aug 1 12:32:37 2007 UTC (15 months, 3 weeks ago) by mark
CVS Tags: HEAD
Changes since 1.10: +6 -1 lines
Diff to previous 1.10
- fixed GetModuleFileNameA() to properly return a truncated filename error code.  GetModuleFileNameW() just calls GetModuleFileNameA(), so its error codes should be updated as well.
- fixed all the calls to GetModuleFileNameA/W() to check for small buffer and bad module errors.  Currently small buffer errors are just reported and are allowed to proceed with either an empty string or truncated string for the filename.  In the case of an error retrieving the module filename (error == 0), the calling function reports the error and returns immediately.

Revision 1.10 - (download), view (text) (markup) (annotate) - [select for diffs]
Thu Mar 29 14:01:04 2007 UTC (19 months, 3 weeks ago) by daniel
Changes since 1.9: +136 -40 lines
Diff to previous 1.9
- enhance our GetVersionEx functions to support the OSVERSIONINFOEX structures
- set some OS-specific registry keys that match the info returned by GetVersionEx() for 2K & XP

We should look up what registry info is set for earlier versions of windows (particularly 98) and set that registry information as well when appropriate.

Revision 1.9 - (download), view (text) (markup) (annotate) - [select for diffs]
Mon Jan 9 18:34:26 2006 UTC (2 years, 10 months ago) by mark
Changes since 1.8: +3 -2 lines
Diff to previous 1.8
Fix type confusions resulting in compiler warnings.

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

Revision 1.7 - (download), view (text) (markup) (annotate) - [select for diffs]
Wed Dec 17 21:12:16 2003 UTC (4 years, 11 months ago) by ovek
CVS Tags: winex-3-3-2, winex-3-3-1, winex-3-3
Branch point for: winex-3-3-branch
Changes since 1.6: +1 -1 lines
Diff to previous 1.6
Resolve a merge problem.

Revision 1.6 - (download), view (text) (markup) (annotate) - [select for diffs]
Wed Dec 17 20:51:18 2003 UTC (4 years, 11 months ago) by ovek
Changes since 1.5: +282 -21 lines
Diff to previous 1.5
Merge of ReWind CVS at Dec 17, 2003.

Revision 1.1.1.13 - (download), view (text) (markup) (annotate) - [select for diffs] (vendor branch)
Wed Dec 17 18:57:04 2003 UTC (4 years, 11 months ago) by ovek
Branch: winehq-ddraw-merge, winehq
CVS Tags: rewind-20031219, rewind-20031217
Changes since 1.1.1.12: +283 -22 lines
Diff to previous 1.1.1.12
Import from ReWind CVS at Dec 17, 2003.

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

Revision 1.4 - (download), view (text) (markup) (annotate) - [select for diffs]
Tue May 6 01:52:36 2003 UTC (5 years, 6 months ago) by hunnise
CVS Tags: winex-kohan-3-1, winex-3-1
Branch point for: winex-kohan-3-2-branch, winex-3-0-branch
Changes since 1.3: +12 -0 lines
Diff to previous 1.3
Add a fixme for a case we should be handling.

Revision 1.3 - (download), view (text) (markup) (annotate) - [select for diffs]
Wed Apr 16 07:05:19 2003 UTC (5 years, 7 months ago) by james_hatheway
CVS Tags: winex-3-0
Changes since 1.2: +23 -0 lines
Diff to previous 1.2
If we override the winver with a config file option, make sure it gets
propagated to the child processes that might be spawned...

Revision 1.2 - (download), view (text) (markup) (annotate) - [select for diffs]
Mon Apr 14 22:50:14 2003 UTC (5 years, 7 months ago) by ovek
Changes since 1.1: +279 -84 lines
Diff to previous 1.1
Support for setting the Windows version from the config file
(can be overridden from the command-line for now).

Revision 1.1.1.12 - (download), view (text) (markup) (annotate) - [select for diffs] (vendor branch)
Wed Sep 25 19:22:53 2002 UTC (6 years, 1 month ago) by ovek
Branch: winehq-ddraw-merge, winehq
CVS Tags: winex-3-0-pre-1, rewind-20030217, rewind-20020925, head_merge_from_winex_2_0_branch
Changes since 1.1.1.11: +17 -17 lines
Diff to previous 1.1.1.11
Import of ReWind CVS at Sep 25, 2002.

Revision 1.1.1.11 - (download), view (text) (markup) (annotate) - [select for diffs] (vendor branch)
Sun Aug 4 19:41:19 2002 UTC (6 years, 3 months ago) by ovek
Branch: winehq-ddraw-merge, winehq
CVS Tags: rewind-20020804
Changes since 1.1.1.10: +10 -0 lines
Diff to previous 1.1.1.10
Import of ReWind CVS at Aug 4, 2002.

Revision 1.1.1.10 - (download), view (text) (markup) (annotate) - [select for diffs] (vendor branch)
Mon Dec 31 10:51:57 2001 UTC (6 years, 10 months ago) by ovek
Branch: winehq-ddraw-merge, winehq
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, winehq-20020116, wine-20020228, wine-20011226, rewind-20020607, rewind-20020427, rewind-20020419, quartz-pre-removal, quartz-post-removal
Branch point for: winex-2-0-branch
Changes since 1.1.1.9: +50 -20 lines
Diff to previous 1.1.1.9
Import of Wine release 20011226.
(The tree before this import has been tagged wine-premerge-20011226)

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

Revision 1.1.1.8 - (download), view (text) (markup) (annotate) - [select for diffs] (vendor branch)
Thu Oct 4 13:48:12 2001 UTC (7 years, 1 month ago) by ovek
Branch: winehq-ddraw-merge, winehq
CVS Tags: winehq-premerge-20010824-premerge-20011014, winehq-premerge-20010824-postmerge-20011014, winehq-20011005, winehq-20011004, wine-20011004
Changes since 1.1.1.7: +16 -8 lines
Diff to previous 1.1.1.7
Import of WineHQ CVS at Oct 4, 2001.

Revision 1.1.1.7 - (download), view (text) (markup) (annotate) - [select for diffs] (vendor branch)
Wed Aug 29 18:23:35 2001 UTC (7 years, 2 months ago) by ovek
Branch: winehq-ddraw-merge, winehq
CVS Tags: winehq-20010908, wine-20010824
Changes since 1.1.1.6: +13 -10 lines
Diff to previous 1.1.1.6
Import of Wine release 20010824.

Revision 1.1.1.6 - (download), view (text) (markup) (annotate) - [select for diffs] (vendor branch)
Wed May 9 18:44:29 2001 UTC (7 years, 6 months ago) by ovek
Branch: winehq-ddraw-merge, winehq
CVS Tags: winehq-premerge-20010824-start, winehq-premerge-20010824-20011014, winehq-20010509, wine-20010510, Oct1201, Oct1101
Branch point for: winehq-premerge-20010824
Changes since 1.1.1.5: +3 -3 lines
Diff to previous 1.1.1.5
Import of WineHQ CVS at May 9, 2001.

Revision 1.1.1.5 - (download), view (text) (markup) (annotate) - [select for diffs] (vendor branch)
Tue Dec 12 14:00:23 2000 UTC (7 years, 11 months ago) by ovek
Branch: winehq-ddraw-merge, winehq
CVS Tags: winehq-premerge-20010105, winehq-20010501, winehq-20010425, winehq-20010419, winehq-20010416, winehq-20010414, winehq-20010320, winehq-20010318, winehq-20010129, winehq-20010126, winehq-20010123, winehq-20010117, winehq-20010113, winehq-20010112, winehq-20010105, winehq-20010103, winehq-20001230, winehq-20001229, winehq-20001223, winehq-20001221, winehq-20001214, winehq-20001213, winehq-20001212, wine-20010418, wine-20010326, wine-20010305, wine-20010216, wine-20010112, wine-20001222
Changes since 1.1.1.4: +6 -18 lines
Diff to previous 1.1.1.4
Import of WineHQ CVS at Dec 12, 2000 (really this time).

Revision 1.1.1.4 - (download), view (text) (markup) (annotate) - [select for diffs] (vendor branch)
Wed Dec 6 15:50:12 2000 UTC (7 years, 11 months ago) by ovek
Branch: winehq-ddraw-merge, winehq
CVS Tags: winehq-20001206
Changes since 1.1.1.3: +0 -1 lines
Diff to previous 1.1.1.3
Bot gored, decided to merge with WineHQ again.
Using ISO date format in the tags to avoid accidental time travelling.
Importing WineHQ CVS at 20001206...

Revision 1.1.1.3 - (download), view (text) (markup) (annotate) - [select for diffs] (vendor branch)
Fri Dec 1 08:18:02 2000 UTC (7 years, 11 months ago) by ovek
Branch: winehq-ddraw-merge, winehq
CVS Tags: winehq-011200
Changes since 1.1.1.2: +69 -20 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:17:16 2000 UTC (7 years, 11 months ago) by andrewl
Branch: winehq-ddraw-merge, winehq
CVS Tags: winehq-112300
Changes since 1.1.1.1: +1 -0 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:49 2000 UTC (7 years, 11 months ago) by andrewl
Branch: merge-231100
Changes since 1.1.1.1: +1 -0 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:48 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:48 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