CVS log for winex/files/dos_fs.c

(logo)

ViewCVS and CVS Help

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

Request diff between arbitrary revisions


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

Revision 1.42 - (download), view (text) (markup) (annotate) - [select for diffs]
Wed Sep 12 14:08:20 2007 UTC (15 months, 4 weeks ago) by daniel
CVS Tags: HEAD
Changes since 1.41: +4 -1 lines
Diff to previous 1.41
Zero out the path member when freeing it.

Revision 1.41 - (download), view (text) (markup) (annotate) - [select for diffs]
Wed Aug 29 11:55:57 2007 UTC (16 months, 1 week ago) by mark
Changes since 1.40: +2 -2 lines
Diff to previous 1.40
Fix regression caused by FindFirstFile ordering changes

Revision 1.40 - (download), view (text) (markup) (annotate) - [select for diffs]
Wed Aug 29 11:55:13 2007 UTC (16 months, 1 week ago) by mark
Changes since 1.39: +41 -0 lines
Diff to previous 1.39
Ensure FindFirstFile*() always have . and .. as the first two items examined, as some games depend on this (even though MSDN states not to)

Revision 1.39 - (download), view (text) (markup) (annotate) - [select for diffs]
Tue Jul 31 20:01:04 2007 UTC (17 months, 1 week ago) by mark
Changes since 1.38: +2 -0 lines
Diff to previous 1.38
Fix Mac build breakage.

Revision 1.38 - (download), view (text) (markup) (annotate) - [select for diffs]
Tue Jul 31 20:00:56 2007 UTC (17 months, 1 week ago) by mark
Changes since 1.37: +26 -9 lines
Diff to previous 1.37
Support locating DOS devices via FindFirstFile() API

Revision 1.37 - (download), view (text) (markup) (annotate) - [select for diffs]
Tue Jul 31 19:46:16 2007 UTC (17 months, 1 week ago) by mark
Changes since 1.36: +0 -60 lines
Diff to previous 1.36
- add support to QueryDosDevice() for finding dos drives

Revision 1.36 - (download), view (text) (markup) (annotate) - [select for diffs]
Tue Jul 31 17:45:07 2007 UTC (17 months, 1 week ago) by mark
Changes since 1.35: +18 -0 lines
Diff to previous 1.35
- add a couple of optimizations possible on Apple due to filesystem being case-insensitive

Revision 1.35 - (download), view (text) (markup) (annotate) - [select for diffs]
Tue Jul 31 17:43:41 2007 UTC (17 months, 1 week ago) by mark
Changes since 1.34: +2 -2 lines
Diff to previous 1.34
- further optimize DOSFS_FindUnixName, and in the process work around an apparent compiler bug showing up in some versions of GCC

Revision 1.34 - (download), view (text) (markup) (annotate) - [select for diffs]
Tue Jul 31 17:43:36 2007 UTC (17 months, 1 week ago) by mark
Changes since 1.33: +34 -1 lines
Diff to previous 1.33
- optimize DOSFS_FindUnixName for the common case that the target exists and full names/paths are given

Revision 1.33 - (download), view (text) (markup) (annotate) - [select for diffs]
Wed Mar 28 21:05:48 2007 UTC (21 months, 1 week ago) by daniel
Changes since 1.32: +21 -13 lines
Diff to previous 1.32
- Change FileTimeToSystemTime() to call to RtlTimeToTimeFields(); the existing implementation couldn't handle very small dates
- fix day-of-week calculation in RtlTimeToTimeFields()

Revision 1.32 - (download), view (text) (markup) (annotate) - [select for diffs]
Tue Mar 27 22:19:33 2007 UTC (21 months, 2 weeks ago) by daniel
Changes since 1.31: +63 -27 lines
Diff to previous 1.31
Merge branch into mainline.

Revision 1.31 - (download), view (text) (markup) (annotate) - [select for diffs]
Tue Mar 27 21:09:01 2007 UTC (21 months, 2 weeks ago) by daniel
Changes since 1.30: +1 -1 lines
Diff to previous 1.30
Avoid running over uninitialized memory when getting long path name (not
causing harm, but caused lots of warnings in valgrind).

Revision 1.30 - (download), view (text) (markup) (annotate) - [select for diffs]
Tue Mar 27 19:52:23 2007 UTC (21 months, 2 weeks ago) by daniel
Changes since 1.29: +9 -0 lines
Diff to previous 1.29
Fix for handling files and directories that have /. or \. appended to them.
Tests under Windows reveal that they are ignored, so we may as well do the
same.

Revision 1.29 - (download), view (text) (markup) (annotate) - [select for diffs]
Mon Nov 6 16:20:28 2006 UTC (2 years, 2 months ago) by daniel
Changes since 1.28: +2 -1 lines
Diff to previous 1.28
Strip the "\\?\" from filenames passed into FindFirstFile (and friends)
so that the correct files are actually found.

Revision 1.28 - (download), view (text) (markup) (annotate) - [select for diffs]
Mon Jan 9 18:26:25 2006 UTC (3 years ago) by mark
Changes since 1.27: +16 -5 lines
Diff to previous 1.27
Flesh out our LARGE_INTEGER and ULARGE_INTEGER structures. Do explicit copies between FILETIME and LARGE_INTEGER structures instead of just casting - both for endianness and alignment issues. Fixes some GCC4 warnings.

Revision 1.27 - (download), view (text) (markup) (annotate) - [select for diffs]
Thu Dec 29 16:55:08 2005 UTC (3 years ago) by ovek
Changes since 1.26: +8 -3 lines
Diff to previous 1.26
A quick test on Windows shows that GetFullPathName returns 0 (without
changing the output buffer) if it's given a null string as input.

Revision 1.26 - (download), view (text) (markup) (annotate) - [select for diffs]
Mon Mar 14 17:14:40 2005 UTC (3 years, 9 months ago) by ovek
CVS Tags: cedega-4-3
Changes since 1.25: +1 -1 lines
Diff to previous 1.25
Merge of ReWind CVS at Feb 21, 2005.

Revision 1.1.1.19 - (download), view (text) (markup) (annotate) - [select for diffs] (vendor branch)
Mon Mar 14 17:00:44 2005 UTC (3 years, 9 months ago) by ovek
Branch: winehq-ddraw-merge, winehq
Changes since 1.1.1.18: +1 -1 lines
Diff to previous 1.1.1.18
Import of ReWind CVS at Feb 21, 2005.

Revision 1.25 - (download), view (text) (markup) (annotate) - [select for diffs]
Thu Jan 20 16:04:26 2005 UTC (3 years, 11 months ago) by peter
Changes since 1.24: +12 -0 lines
Diff to previous 1.24
fix a bug in that last checkin that the string wasn't NULL terminated
also add code to remove duplicate \'s from the end of the string, (which could occur without my previous patch, too). More conformance.

Revision 1.24 - (download), view (text) (markup) (annotate) - [select for diffs]
Thu Jan 20 16:04:19 2005 UTC (3 years, 11 months ago) by peter
Changes since 1.23: +9 -0 lines
Diff to previous 1.23
if GetFullPathName is called with a path ending in '/' or '\' we should
return a path ending in '/'.
Confirmed with a test case on windows.

Revision 1.23 - (download), view (text) (markup) (annotate) - [select for diffs]
Mon Nov 15 15:41:26 2004 UTC (4 years, 1 month ago) by peter
Changes since 1.22: +6 -2 lines
Diff to previous 1.22
Portability fixes. Based off patch from Bruce M Simpson for FreeBSD.

Revision 1.22 - (download), view (text) (markup) (annotate) - [select for diffs]
Tue Jul 27 18:43:34 2004 UTC (4 years, 5 months ago) by gavriels
Changes since 1.21: +1 -1 lines
Diff to previous 1.21
Check in cdrom eject handling code. This code will force the immediate
closure of all active fds on CDROM drives when the wineserver receives a
USR2 signal.  More work remains to poll the CD hardware for user eject
requests, but this patch allows several previously broken multi-cd
installers to work.

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

Revision 1.20 - (download), view (text) (markup) (annotate) - [select for diffs]
Wed Jan 28 18:36:56 2004 UTC (4 years, 11 months ago) by david
CVS Tags: winex-3-3-2, winex-3-3-1, winex-3-3
Branch point for: winex-3-3-branch
Changes since 1.19: +2 -2 lines
Diff to previous 1.19
check contents after we know the pointer is ok.
(valgrind unitilized test)

Revision 1.19 - (download), view (text) (markup) (annotate) - [select for diffs]
Wed Jan 7 22:07:01 2004 UTC (5 years ago) by jlh
Changes since 1.18: +1 -0 lines
Diff to previous 1.18
Fix for DAoC installer.  Fail with -1 if the user tries to find a directory
name instead of a file. (Duplicates WinXP behaviour)

Revision 1.18 - (download), view (text) (markup) (annotate) - [select for diffs]
Wed Dec 17 20:51:18 2003 UTC (5 years ago) by ovek
Changes since 1.17: +30 -16 lines
Diff to previous 1.17
Merge of ReWind CVS at Dec 17, 2003.

Revision 1.1.1.18 - (download), view (text) (markup) (annotate) - [select for diffs] (vendor branch)
Wed Dec 17 18:55:19 2003 UTC (5 years ago) by ovek
Branch: winehq-ddraw-merge, winehq
CVS Tags: rewind-20031219, rewind-20031217
Changes since 1.1.1.17: +30 -16 lines
Diff to previous 1.1.1.17
Import from ReWind CVS at Dec 17, 2003.

Revision 1.17 - (download), view (text) (markup) (annotate) - [select for diffs]
Sun Sep 28 01:52:52 2003 UTC (5 years, 3 months ago) by crazney
CVS Tags: winex-3-2-1, winex-3-2, winex-3-1-99, start-merge-6oct03, dec3-internal-merge
Branch point for: winex-3-2-branch
Changes since 1.16: +0 -3 lines
Diff to previous 1.16
agh, i checked in the wrong file!

Revision 1.16 - (download), view (text) (markup) (annotate) - [select for diffs]
Sun Sep 28 01:18:37 2003 UTC (5 years, 3 months ago) by crazney
Changes since 1.15: +3 -0 lines
Diff to previous 1.15
let GetDiskFreeSpaceEx work for relative paths.

Revision 1.15 - (download), view (text) (markup) (annotate) - [select for diffs]
Tue Aug 26 08:12:28 2003 UTC (5 years, 4 months ago) by crazney
Changes since 1.14: +1 -1 lines
Diff to previous 1.14
fix up the return value..
i don't understand why what was there before was there.. its totally wrong (they were returning ~ (length of buffer + number of double escapes in the string))..
the MSDN doc says 'return length of buffer written'.. so thats what i'm now doing.

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

Revision 1.13 - (download), view (text) (markup) (annotate) - [select for diffs]
Fri Apr 11 04:59:49 2003 UTC (5 years, 9 months ago) by james_hatheway
CVS Tags: winex-kohan-3-1, winex-3-1, winex-3-0
Branch point for: winex-kohan-3-2-branch, winex-3-0-branch
Changes since 1.12: +3 -2 lines
Diff to previous 1.12
Fix up DOSFS_FindNext stuff (only called through 16bit code?) Basically we cache
dir ptr through DOSFS_FindNext only, and open it each time with DOSFS_FindNextEx,
and we were closing the dirptr behind DOSFS_FindNext's back! gah!

Revision 1.12 - (download), view (text) (markup) (annotate) - [select for diffs]
Thu Mar 20 00:36:28 2003 UTC (5 years, 9 months ago) by hunnise
Changes since 1.11: +2 -1 lines
Diff to previous 1.11
Compile fix for older versions of gcc.

Revision 1.11 - (download), view (text) (markup) (annotate) - [select for diffs]
Tue Mar 18 16:45:43 2003 UTC (5 years, 9 months ago) by andrewlewycky
Changes since 1.10: +23 -9 lines
Diff to previous 1.10
Implement GetLongPathNameW by calling GetLongPathNameA.

Revision 1.10 - (download), view (text) (markup) (annotate) - [select for diffs]
Tue Mar 11 08:28:54 2003 UTC (5 years, 10 months ago) by hunnise
CVS Tags: winex-3-0-pre-1
Changes since 1.9: +2 -0 lines
Diff to previous 1.9
If directory doesn't exist, fail.

Revision 1.9 - (download), view (text) (markup) (annotate) - [select for diffs]
Fri Feb 28 02:56:58 2003 UTC (5 years, 10 months ago) by hunnise
Changes since 1.8: +79 -17 lines
Diff to previous 1.8
Small bug with fix to DOSFS_FindNextEx, that shows up if being used on
a fat32 mounted partition (DIR* vs fd methods of going through the directory)

Revision 1.8 - (download), view (text) (markup) (annotate) - [select for diffs]
Sun Feb 23 20:16:13 2003 UTC (5 years, 10 months ago) by james_hatheway
Changes since 1.7: +50 -15 lines
Diff to previous 1.7
Fix up a problem where you couldn't switch CDs during the install of Simcity 4.
Basically, the installer was using FindFirstFile() and friends, and not calling
FindClose(). Interernally we were caching the DIR* from opendir, thus preventing
the CD from being unmounted.  Stopped that caching from occuring..

Revision 1.7 - (download), view (text) (markup) (annotate) - [select for diffs]
Wed Dec 11 22:07:50 2002 UTC (6 years ago) by hunnise
CVS Tags: head_merge_from_winex_2_0_branch
Changes since 1.6: +1 -1 lines
Diff to previous 1.6
include/file.h doesn't exist on windows, move to include/wine/file.h

Revision 1.6 - (download), view (text) (markup) (annotate) - [select for diffs]
Wed Sep 25 20:18:30 2002 UTC (6 years, 3 months ago) by ovek
Changes since 1.5: +41 -41 lines
Diff to previous 1.5
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:22 2002 UTC (6 years, 3 months ago) by ovek
Branch: winehq-ddraw-merge, winehq
CVS Tags: rewind-20030217, rewind-20020925
Changes since 1.1.1.16: +41 -41 lines
Diff to previous 1.1.1.16
Import of ReWind CVS at Sep 25, 2002.

Revision 1.5 - (download), view (text) (markup) (annotate) - [select for diffs]
Fri Apr 19 16:36:14 2002 UTC (6 years, 8 months ago) by ovek
CVS Tags: quartz-pre-removal, quartz-post-removal
Changes since 1.4: +5 -2 lines
Diff to previous 1.4
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.16 - (download), view (text) (markup) (annotate) - [select for diffs] (vendor branch)
Fri Apr 19 15:51:14 2002 UTC (6 years, 8 months ago) by ovek
Branch: winehq-ddraw-merge, winehq
CVS Tags: wine-20020228, rewind-20020804, rewind-20020607, rewind-20020427, rewind-20020419
Changes since 1.1.1.15: +5 -2 lines
Diff to previous 1.1.1.15
Import of Wine release 20020228, the last X11-licensed Wine release.

Revision 1.4 - (download), view (text) (markup) (annotate) - [select for diffs]
Mon Dec 31 15:12:15 2001 UTC (7 years 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.3: +15 -17 lines
Diff to previous 1.3
Attempted merge of Wine release 20011226. Probably breaks lots of stuff.
(Use the wine-premerge-20011226 cvs tag if you want)

Revision 1.1.1.15 - (download), view (text) (markup) (annotate) - [select for diffs] (vendor branch)
Mon Dec 31 10:50:19 2001 UTC (7 years ago) by ovek
Branch: winehq-ddraw-merge, winehq
CVS Tags: winehq-20020116, wine-20011226
Changes since 1.1.1.14: +15 -17 lines
Diff to previous 1.1.1.14
Import of Wine release 20011226.
(The tree before this import has been tagged wine-premerge-20011226)

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

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

Revision 1.2 - (download), view (text) (markup) (annotate) - [select for diffs]
Fri Oct 19 16:40:51 2001 UTC (7 years, 2 months ago) by ovek
Changes since 1.1: +241 -111 lines
Diff to previous 1.1
Ensure that executables loaded from removable media are copied into RAM
and then closed, so that the media can be unmounted afterwards.

Revision 1.1.1.13 - (download), view (text) (markup) (annotate) - [select for diffs] (vendor branch)
Thu Oct 4 13:46:22 2001 UTC (7 years, 3 months 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.12: +18 -4 lines
Diff to previous 1.1.1.12
Import of WineHQ CVS at Oct 4, 2001.

Revision 1.1.1.12 - (download), view (text) (markup) (annotate) - [select for diffs] (vendor branch)
Wed Aug 29 18:21:00 2001 UTC (7 years, 4 months ago) by ovek
Branch: winehq-ddraw-merge, winehq
CVS Tags: winehq-20010908, wine-20010824
Changes since 1.1.1.11: +61 -39 lines
Diff to previous 1.1.1.11
Import of Wine release 20010824.

Revision 1.1.1.11 - (download), view (text) (markup) (annotate) - [select for diffs] (vendor branch)
Wed Apr 25 06:23:28 2001 UTC (7 years, 8 months ago) by ovek
Branch: winehq-ddraw-merge, winehq
CVS Tags: winehq-premerge-20010824-start, winehq-premerge-20010824-20011014, winehq-20010509, winehq-20010501, winehq-20010425, wine-20010510, Oct1201, Oct1101
Branch point for: winehq-premerge-20010824
Changes since 1.1.1.10: +19 -2 lines
Diff to previous 1.1.1.10
Import of WineHQ CVS at April 25, 2001.

Revision 1.1.1.10 - (download), view (text) (markup) (annotate) - [select for diffs] (vendor branch)
Mon Mar 5 22:54:05 2001 UTC (7 years, 10 months ago) by ovek
Branch: winehq-ddraw-merge, winehq
CVS Tags: winehq-20010419, winehq-20010416, winehq-20010414, winehq-20010320, winehq-20010318, wine-20010418, wine-20010326, wine-20010305
Changes since 1.1.1.9: +19 -18 lines
Diff to previous 1.1.1.9
Import of Wine release 20010305.

Revision 1.1.1.9 - (download), view (text) (markup) (annotate) - [select for diffs] (vendor branch)
Fri Mar 2 11:34:36 2001 UTC (7 years, 10 months ago) by ovek
Branch: winehq-ddraw-merge, winehq
CVS Tags: wine-20010216
Changes since 1.1.1.8: +6 -0 lines
Diff to previous 1.1.1.8
Import of Wine 20010216 release (tagged with wine-20010216).

Revision 1.1.1.8 - (download), view (text) (markup) (annotate) - [select for diffs] (vendor branch)
Wed Jan 17 14:43:43 2001 UTC (7 years, 11 months ago) by ovek
Branch: winehq-ddraw-merge, winehq
CVS Tags: winehq-20010129, winehq-20010126, winehq-20010123, winehq-20010117
Changes since 1.1.1.7: +1 -1 lines
Diff to previous 1.1.1.7
Import of WineHQ CVS at Jan 17, 2001.

Revision 1.1.1.7 - (download), view (text) (markup) (annotate) - [select for diffs] (vendor branch)
Fri Jan 5 08:01:24 2001 UTC (8 years ago) by ovek
Branch: winehq-ddraw-merge, winehq
CVS Tags: winehq-20010113, winehq-20010112, winehq-20010105, wine-20010112
Changes since 1.1.1.6: +12 -12 lines
Diff to previous 1.1.1.6
Import of WineHQ CVS at Jan 5, 2001, after Alexandre applied our
winehq-ddraw-merge patch, slightly modified.
(I tagged the tree before this import with winehq-premerge-20010105,
just in case.)

Revision 1.1.1.6 - (download), view (text) (markup) (annotate) - [select for diffs] (vendor branch)
Fri Dec 29 10:55:01 2000 UTC (8 years ago) by ovek
Branch: winehq-ddraw-merge, winehq
CVS Tags: winehq-premerge-20010105, winehq-20010103, winehq-20001230, winehq-20001229
Changes since 1.1.1.5: +3 -3 lines
Diff to previous 1.1.1.5
Import of WineHQ CVS at Dec 29, 2000.
OK, I'll also add tags to mark the Wine 20001222 release relative to
our tree, if we still want to make diffs relative to last release...

Revision 1.1.1.5 - (download), view (text) (markup) (annotate) - [select for diffs] (vendor branch)
Thu Dec 21 03:33:59 2000 UTC (8 years ago) by ovek
Branch: winehq-ddraw-merge, winehq
CVS Tags: winehq-20001223, winehq-20001221, wine-20001222
Changes since 1.1.1.4: +2 -2 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)
Wed Dec 6 15:46:47 2000 UTC (8 years, 1 month ago) by ovek
Branch: winehq-ddraw-merge, winehq
CVS Tags: winehq-20001214, winehq-20001213, winehq-20001212, winehq-20001206
Changes since 1.1.1.3: +37 -22 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:12:23 2000 UTC (8 years, 1 month ago) by ovek
Branch: winehq-ddraw-merge, winehq
CVS Tags: winehq-011200
Changes since 1.1.1.2: +12 -13 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:24 2000 UTC (8 years, 1 month ago) by andrewl
Branch: winehq-ddraw-merge, winehq
CVS Tags: winehq-112300
Changes since 1.1.1.1: +71 -15 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:18 2000 UTC (8 years, 1 month ago) by andrewl
Branch: merge-231100
Changes since 1.1.1.1: +71 -15 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:19 2000 UTC (8 years, 4 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:19 2000 UTC (8 years, 4 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