CVS log for winex/loader/module.c |
 |
|
Up to [cvs] / winex / loader / module.c
Request diff between arbitrary revisions
Default branch: MAIN
Bookmark a link to:
HEAD
/
(download)
Revision 1.32 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Wed Aug 1 12:32:19 2007 UTC (15 months, 2 weeks ago) by mark
CVS Tags:
HEAD
Changes since 1.31: +28 -3 lines
Diff to previous 1.31
- 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.31 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Tue Jul 31 19:30:20 2007 UTC (15 months, 3 weeks ago) by mark
Changes since 1.30: +3 -1 lines
Diff to previous 1.30
- fix MODULE_FindModule change to not magically find non-existant modules
Revision 1.30 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Tue Jul 31 18:10:10 2007 UTC (15 months, 3 weeks ago) by mark
Changes since 1.29: +6 -2 lines
Diff to previous 1.29
Fix broken path name check when looking for modules. We need to compare short
names to short names, as we have no idea what kind of name the app passed
to us.
Revision 1.29 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Tue Jul 31 18:01:18 2007 UTC (15 months, 3 weeks ago) by mark
Changes since 1.28: +9 -0 lines
Diff to previous 1.28
- check for already-loaded modules prior to checking the filesystem
Revision 1.28 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Wed Mar 28 21:03:16 2007 UTC (19 months, 3 weeks ago) by daniel
Changes since 1.27: +2 -2 lines
Diff to previous 1.27
Check the return value of MODULE_GetBinaryType(); if it fails & returns false, it doesn't set its lpBinaryType parameter.
Revision 1.27 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Tue Mar 27 20:56:06 2007 UTC (19 months, 3 weeks ago) by daniel
Changes since 1.26: +1 -1 lines
Diff to previous 1.26
The unload_dll server call is best performed when the DLL will actually be
unloaded (i.e. when the refcount reaches zero), not every FreeLibrary call.
The DLL list retrieved from toolhelp snapshots gets more accurate that way.
Revision 1.26 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Tue Mar 27 20:30:23 2007 UTC (19 months, 3 weeks ago) by daniel
Changes since 1.25: +0 -2 lines
Diff to previous 1.25
Back out WINE_MODREF changes.
Revision 1.25 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Tue Mar 27 20:29:28 2007 UTC (19 months, 3 weeks ago) by daniel
Changes since 1.24: +2 -0 lines
Diff to previous 1.24
Store away flags passed to LoadLibrary for future use.
Revision 1.24 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Mon Nov 6 16:24:38 2006 UTC (2 years ago) by daniel
Changes since 1.23: +33 -1 lines
Diff to previous 1.23
If CreateProcess is given a batch file, try to launch it via the command
interpreter instead of trying to launch it as a unix process.
Revision 1.23 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Mon Mar 14 17:15:27 2005 UTC (3 years, 8 months ago) by ovek
CVS Tags:
cedega-4-3
Changes since 1.22: +1 -0 lines
Diff to previous 1.22
Merge of ReWind CVS at Feb 21, 2005.
Revision 1.1.1.26 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
(vendor branch)
Mon Mar 14 17:00:44 2005 UTC (3 years, 8 months ago) by ovek
Branch:
winehq-ddraw-merge,
winehq
Changes since 1.1.1.25: +1 -0 lines
Diff to previous 1.1.1.25
Import of ReWind CVS at Feb 21, 2005.
Revision 1.22 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Mon Nov 15 15:41:57 2004 UTC (4 years ago) by peter
Changes since 1.21: +4 -1 lines
Diff to previous 1.21
Portability fixes. Based off patch from Bruce M Simpson for FreeBSD.
Revision 1.21 -
(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.20: +7 -1 lines
Diff to previous 1.20
Add nt debug information for critical sections.
Revision 1.20 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Wed Feb 18 22:27:49 2004 UTC (4 years, 9 months ago) by david
Changes since 1.19: +3 -3 lines
Diff to previous 1.19
* change all occurances of *_DEBUG_CHANNEL to WINE_*_DEBUG_CHANNEL
* remove the #define's for *_DEBUG_CHANNEL
Revision 1.19 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Fri Jan 23 01:56:13 2004 UTC (4 years, 9 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.18: +0 -3 lines
Diff to previous 1.18
Reversal of a patch that was merged from the winehq-premerge-20010824
branch long ago. Its comment was:
BRANCH-ONLY HACK.
Do not wait for input to idle. This seems to mess us up when running the
browserproxy. (As it never calls GetMessage, but sticks around until the
browser exits.)
Revision 1.17.2.1 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Tue Dec 9 23:28:11 2003 UTC (4 years, 11 months ago) by david
Branch:
winex-3-2-branch
CVS Tags:
winex-3-2-1
Changes since 1.17: +71 -26 lines
Diff to previous 1.17
, to next main 1.18
backport nice ugly hack fix to 3-2-branch. yay.
Revision 1.18 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Mon Dec 8 22:48:25 2003 UTC (4 years, 11 months ago) by david
Changes since 1.17: +71 -26 lines
Diff to previous 1.17
major hacky patch.
anyway, this attempts to unbreak broken games that terminate a thread right after creating it.
The problem is that module attachments (ie, calling DllMain with ThreadAttach) is supposed to happen alone - ie windows seems to take all other threads out of the scheduling process.. And do other funky stuff that we just can't do.
So this hack attempts to work around one tricky situation where we are terminating a thread during this init state, by making TerminateThread wait for the stuff to be complete (or in the case of self termination, cleaning up after itself).
Revision 1.17 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Sun Sep 7 05:05:19 2003 UTC (5 years, 2 months ago) by hunnise
CVS Tags:
winex-3-2,
winex-3-1-99,
start-merge-6oct03,
dec3-internal-merge
Branch point for:
winex-3-2-branch
Changes since 1.16: +1 -1 lines
Diff to previous 1.16
Dump dll name on PE DLL calls for easier debugging
Revision 1.16 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Fri Jul 25 21:45:34 2003 UTC (5 years, 3 months ago) by hunnise
CVS Tags:
winex-sims-3-2
Branch point for:
winex-sims-3-2-branch
Changes since 1.15: +1 -1 lines
Diff to previous 1.15
Finally get around to changing all uses of debugtools.h -> wine/debug.h
Revision 1.15 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Wed Dec 11 22:07:52 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.14: +1 -1 lines
Diff to previous 1.14
include/file.h doesn't exist on windows, move to include/wine/file.h
Revision 1.14 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Wed Sep 25 20:16:44 2002 UTC (6 years, 1 month ago) by ovek
Changes since 1.13: +42 -42 lines
Diff to previous 1.13
Stripped whitespace from end of lines.
Revision 1.1.1.25 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
(vendor branch)
Wed Sep 25 19:22:41 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.24: +42 -42 lines
Diff to previous 1.1.1.24
Import of ReWind CVS at Sep 25, 2002.
Revision 1.13 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Fri Apr 19 18:10:55 2002 UTC (6 years, 7 months ago) by ovek
CVS Tags:
quartz-pre-removal,
quartz-post-removal
Changes since 1.12: +14 -11 lines
Diff to previous 1.12
Merge of ReWind CVS at April 19, 2002.
Revision 1.1.1.24 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
(vendor branch)
Fri Apr 19 17:58:06 2002 UTC (6 years, 7 months ago) by ovek
Branch:
winehq-ddraw-merge,
winehq
CVS Tags:
rewind-20020804,
rewind-20020607,
rewind-20020427,
rewind-20020419
Changes since 1.1.1.23: +14 -11 lines
Diff to previous 1.1.1.23
Import of ReWind CVS at Apr 19, 2002.
Revision 1.12 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Fri Apr 19 16:36:31 2002 UTC (6 years, 7 months ago) by ovek
Changes since 1.11: +44 -24 lines
Diff to previous 1.11
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.23 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
(vendor branch)
Fri Apr 19 15:52:37 2002 UTC (6 years, 7 months ago) by ovek
Branch:
winehq-ddraw-merge,
winehq
CVS Tags:
wine-20020228
Changes since 1.1.1.22: +44 -24 lines
Diff to previous 1.1.1.22
Import of Wine release 20020228, the last X11-licensed Wine release.
Revision 1.11 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Mon Dec 31 15:12:17 2001 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.10: +12 -16 lines
Diff to previous 1.10
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.22 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
(vendor branch)
Mon Dec 31 10:51:43 2001 UTC (6 years, 10 months ago) by ovek
Branch:
winehq-ddraw-merge,
winehq
CVS Tags:
winehq-20020116,
wine-20011226
Changes since 1.1.1.21: +12 -16 lines
Diff to previous 1.1.1.21
Import of Wine release 20011226.
(The tree before this import has been tagged wine-premerge-20011226)
Revision 1.10 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Thu Nov 8 21:27:57 2001 UTC (7 years ago) by ovek
CVS Tags:
wine-premerge-20011226
Changes since 1.9: +6 -3 lines
Diff to previous 1.9
Make CreateProcess search requested working directory for executable.
Revision 1.9 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Sun Oct 28 15:12:07 2001 UTC (7 years ago) by ovek
Changes since 1.8: +1 -1 lines
Diff to previous 1.8
Merge of WineHQ CVS at Oct 28, 2001.
Revision 1.1.1.21 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
(vendor branch)
Sun Oct 28 14:19:17 2001 UTC (7 years ago) by ovek
Branch:
winehq-ddraw-merge,
winehq
CVS Tags:
winehq-20011028
Changes since 1.1.1.20: +1 -1 lines
Diff to previous 1.1.1.20
Import of WineHQ CVS at Oct 28, 2001.
Revision 1.8 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Sat Oct 13 23:26:46 2001 UTC (7 years, 1 month ago) by ovek
CVS Tags:
winehq-premerge-20010824-postmerge-20011014
Changes since 1.7: +186 -85 lines
Diff to previous 1.7
Merge back the winehq-premerge-20010824 branch.
Revision 1.1.1.18.2.3 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Wed Oct 10 22:21:07 2001 UTC (7 years, 1 month ago) by gavriels
Branch:
winehq-premerge-20010824
CVS Tags:
winehq-premerge-20010824-20011014,
Oct1201,
Oct1101
Changes since 1.1.1.18.2.2: +2 -1 lines
Diff to previous 1.1.1.18.2.2
, to branch point 1.1.1.18
, to next main 1.1.1.19
Fix warning in Andrew's hack
Revision 1.1.1.18.2.2 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Wed Oct 10 21:28:14 2001 UTC (7 years, 1 month ago) by andrewlewycky
Branch:
winehq-premerge-20010824
Changes since 1.1.1.18.2.1: +3 -0 lines
Diff to previous 1.1.1.18.2.1
, to branch point 1.1.1.18
BRANCH-ONLY HACK.
Do not wait for input to idle. This seems to mess us up when running the
browserproxy. (As it never calls GetMessage, but sticks around until the
browser exits.)
Revision 1.1.1.18.2.1 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Fri Oct 5 21:40:04 2001 UTC (7 years, 1 month ago) by andrewlewycky
Branch:
winehq-premerge-20010824
Changes since 1.1.1.18: +2 -1 lines
Diff to previous 1.1.1.18
WinExec16: Call WinExec if SearchPath fails.
Now it is possible to WinExec16 unix/winelib programs.
Revision 1.1.1.20 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
(vendor branch)
Thu Oct 4 13:47:54 2001 UTC (7 years, 1 month ago) by ovek
Branch:
winehq-ddraw-merge,
winehq
CVS Tags:
winehq-premerge-20010824-premerge-20011014,
winehq-20011005,
winehq-20011004,
wine-20011004
Changes since 1.1.1.19: +1 -1 lines
Diff to previous 1.1.1.19
Import of WineHQ CVS at Oct 4, 2001.
Revision 1.1.1.19 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
(vendor branch)
Wed Aug 29 18:23:08 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.18: +177 -81 lines
Diff to previous 1.1.1.18
Import of Wine release 20010824.
Revision 1.1.1.18 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
(vendor branch)
Fri May 11 08:42:07 2001 UTC (7 years, 6 months ago) by ovek
Branch:
winehq-ddraw-merge,
winehq
CVS Tags:
winehq-premerge-20010824-start,
wine-20010510
Branch point for:
winehq-premerge-20010824
Changes since 1.1.1.17: +1 -1 lines
Diff to previous 1.1.1.17
Import of Wine release 20010510.
Revision 1.1.1.17 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
(vendor branch)
Wed May 9 18:44:17 2001 UTC (7 years, 6 months ago) by ovek
Branch:
winehq-ddraw-merge,
winehq
CVS Tags:
winehq-20010509
Changes since 1.1.1.16: +2 -2 lines
Diff to previous 1.1.1.16
Import of WineHQ CVS at May 9, 2001.
Revision 1.7 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Mon Apr 16 21:55:44 2001 UTC (7 years, 7 months ago) by ovek
Changes since 1.6: +13 -16 lines
Diff to previous 1.6
Merge of WineHQ CVS at April 16, 2001.
Revision 1.1.1.16 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
(vendor branch)
Mon Apr 16 21:35:53 2001 UTC (7 years, 7 months ago) by ovek
Branch:
winehq-ddraw-merge,
winehq
CVS Tags:
winehq-20010501,
winehq-20010425,
winehq-20010419,
winehq-20010416,
wine-20010418
Changes since 1.1.1.15: +13 -14 lines
Diff to previous 1.1.1.15
Import of WineHQ CVS at April 16, 2001.
Revision 1.1.1.15 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
(vendor branch)
Sun Apr 15 00:47:54 2001 UTC (7 years, 7 months ago) by ovek
Branch:
winehq-ddraw-merge,
winehq
CVS Tags:
winehq-20010414,
wine-20010326
Changes since 1.1.1.14: +6 -2 lines
Diff to previous 1.1.1.14
Import of Wine release 20010326.
Revision 1.6 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Sat Apr 7 15:42:48 2001 UTC (7 years, 7 months ago) by ovek
Changes since 1.5: +20 -17 lines
Diff to previous 1.5
Improved version of Dmitry's patch for LOAD_LIBRARY_AS_DATAFILE support
for builtin dlls.
Revision 1.1.1.14 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
(vendor branch)
Tue Mar 20 08:37:53 2001 UTC (7 years, 8 months ago) by ovek
Branch:
winehq-ddraw-merge,
winehq
CVS Tags:
winehq-20010320
Changes since 1.1.1.13: +10 -12 lines
Diff to previous 1.1.1.13
Import of WineHQ CVS at Mar 20, 2001.
Revision 1.1.1.13 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
(vendor branch)
Mon Mar 5 22:55:09 2001 UTC (7 years, 8 months ago) by ovek
Branch:
winehq-ddraw-merge,
winehq
CVS Tags:
winehq-20010318,
wine-20010305
Changes since 1.1.1.12: +2 -3 lines
Diff to previous 1.1.1.12
Import of Wine release 20010305.
Revision 1.5 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Fri Jan 12 20:03:00 2001 UTC (7 years, 10 months ago) by ovek
Changes since 1.4: +11 -5 lines
Diff to previous 1.4
Merge from WineHQ CVS at Jan 12, 2001.
Revision 1.1.1.12 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
(vendor branch)
Fri Jan 12 19:38:40 2001 UTC (7 years, 10 months ago) by ovek
Branch:
winehq-ddraw-merge,
winehq
CVS Tags:
winehq-20010129,
winehq-20010126,
winehq-20010123,
winehq-20010117,
winehq-20010113,
winehq-20010112,
wine-20010216,
wine-20010112
Changes since 1.1.1.11: +11 -5 lines
Diff to previous 1.1.1.11
Import of WineHQ CVS at Jan 12, 2001.
Revision 1.4 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Fri Jan 5 22:28:15 2001 UTC (7 years, 10 months ago) by gavriels
Changes since 1.3: +60 -145 lines
Diff to previous 1.3
Revert Andreas' hacky fix for InstallShield apps now that Alexandre has
fixed it in scheduler/process.c
Revision 1.3 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Fri Jan 5 08:40:59 2001 UTC (7 years, 10 months ago) by ovek
Changes since 1.2: +1 -1 lines
Diff to previous 1.2
Merge 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.11 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
(vendor branch)
Fri Jan 5 08:02:40 2001 UTC (7 years, 10 months ago) by ovek
Branch:
winehq-ddraw-merge,
winehq
CVS Tags:
winehq-20010105
Changes since 1.1.1.10: +1 -1 lines
Diff to previous 1.1.1.10
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.2 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Mon Jan 1 07:21:58 2001 UTC (7 years, 10 months ago) by gavriels
CVS Tags:
winehq-premerge-20010105
Changes since 1.1: +307 -173 lines
Diff to previous 1.1
Check in Andreas' fix to let InstallShield work
Revision 1.1.1.10 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
(vendor branch)
Fri Dec 29 10:56:07 2000 UTC (7 years, 10 months ago) by ovek
Branch:
winehq-ddraw-merge,
winehq
CVS Tags:
winehq-20010103,
winehq-20001230,
winehq-20001229
Changes since 1.1.1.9: +2 -2 lines
Diff to previous 1.1.1.9
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.9 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
(vendor branch)
Sat Dec 23 00:52:42 2000 UTC (7 years, 11 months ago) by ovek
Branch:
winehq-ddraw-merge,
winehq
CVS Tags:
winehq-20001223,
wine-20001222
Changes since 1.1.1.8: +1 -2 lines
Diff to previous 1.1.1.8
Import of WineHQ CVS at Dec 23, 2000 (timezone=CET).
Wow, almost Christmas...
Revision 1.1.1.8 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
(vendor branch)
Thu Dec 21 03:35:03 2000 UTC (7 years, 11 months ago) by ovek
Branch:
winehq-ddraw-merge,
winehq
CVS Tags:
winehq-20001221
Changes since 1.1.1.7: +13 -6 lines
Diff to previous 1.1.1.7
Import of WineHQ CVS at Dec 21, 2000.
Revision 1.1.1.7 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
(vendor branch)
Fri Dec 15 21:02:18 2000 UTC (7 years, 11 months ago) by ovek
Branch:
winehq-ddraw-merge,
winehq
CVS Tags:
winehq-20001213
Changes since 1.1.1.6: +5 -3 lines
Diff to previous 1.1.1.6
Import of WineHQ CVS at Dec 13, 2000 - right before Alexandre started
destabilizing the tree. Let's see if it's possible to work from here.
Revision 1.1.1.6 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
(vendor branch)
Thu Dec 14 14:02:59 2000 UTC (7 years, 11 months ago) by ovek
Branch:
winehq-ddraw-merge,
winehq
CVS Tags:
winehq-20001214
Changes since 1.1.1.5: +3 -5 lines
Diff to previous 1.1.1.5
Yet another import of WineHQ - 20001214. (Hopefully without trouble.)
Revision 1.1.1.5 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
(vendor branch)
Tue Dec 12 14:00:10 2000 UTC (7 years, 11 months ago) by ovek
Branch:
winehq-ddraw-merge,
winehq
CVS Tags:
winehq-20001212
Changes since 1.1.1.4: +55 -43 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:49:50 2000 UTC (7 years, 11 months ago) by ovek
Branch:
winehq-ddraw-merge,
winehq
CVS Tags:
winehq-20001206
Changes since 1.1.1.3: +8 -8 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:17:23 2000 UTC (7 years, 11 months ago) by ovek
Branch:
winehq-ddraw-merge,
winehq
CVS Tags:
winehq-011200
Changes since 1.1.1.2: +6 -27 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:16:58 2000 UTC (7 years, 11 months ago) by andrewl
Branch:
winehq-ddraw-merge,
winehq
CVS Tags:
winehq-112300
Changes since 1.1.1.1: +80 -28 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:42 2000 UTC (7 years, 11 months ago) by andrewl
Branch:
merge-231100
Changes since 1.1.1.1: +80 -28 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:43 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:43 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.