Lauri Kenttä
|
ae14719538
|
kernel32: LZOpenFile should preserve cBytes on failure.
Signed-off-by: Lauri Kenttä <lauri.kentta@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-02-01 19:52:58 +01:00 |
Alexandre Julliard
|
99ef0d6ff0
|
makefiles: Get rid of the MAKE_TEST_RULES variable.
|
2014-01-02 12:13:16 +01:00 |
Alexandre Julliard
|
5e7416e5c8
|
makefiles: Get rid of the MAKE_DLL_RULES variable.
|
2014-01-02 12:08:18 +01:00 |
Michael Stefaniuc
|
2e1708dc1b
|
tests: Readying some tests for the compilation with -D__WINESRC__.
|
2013-10-02 11:03:26 +02:00 |
Austin English
|
ca10161c5c
|
lz32/tests: Remove win9x hacks.
|
2011-02-28 13:13:12 +01:00 |
Alexandre Julliard
|
81b8ee863e
|
makefiles: Add a standard header for all makefiles to replace the common variable initializations.
|
2010-09-19 12:36:48 +02:00 |
Alexandre Julliard
|
b86d515ed6
|
dlls: Remove explicit imports of kernel32 and ntdll.
|
2010-07-21 17:38:36 +02:00 |
Alexandre Julliard
|
bef5645eb1
|
makefiles: Remove the no longer needed explicit separators for dependencies.
|
2010-03-16 13:28:19 +01:00 |
Alexandre Julliard
|
6164ce2d82
|
makefiles: Use the standard C_SRCS variable as the list of test files.
This enables it to be auto-updated by make_makefiles.
|
2010-02-22 10:47:11 +01:00 |
Francois Gouget
|
ea58ea76e2
|
lz32/tests: Replace malloc() with HeapAlloc().
|
2009-05-13 12:45:36 +02:00 |
Alexandre Julliard
|
96b47ff78a
|
lz32: Make lzexpand.dll into a stand-alone 16-bit module.
|
2009-03-11 16:51:08 +01:00 |
Huw Davies
|
dbd25cb308
|
lz32/tests: For win9x, cBytes depends on the length of the filename.
|
2009-02-23 15:24:58 +01:00 |
Huw Davies
|
79cc4163fa
|
lz32/tests: Display filename on failure.
|
2009-02-20 18:46:05 +01:00 |
Paul Vriens
|
4b643733fc
|
lz32/tests: Fix a test failure on Win9x.
|
2008-12-01 12:45:39 +01:00 |
Paul Vriens
|
46fd5620cf
|
lz32/tests: Change a trace into a skip.
|
2008-10-09 12:14:44 +02:00 |
James Hawkins
|
77f6156724
|
lz32: Fix several failing tests in win95.
|
2008-08-29 13:24:02 +02:00 |
James Hawkins
|
0cf9bd9c40
|
lz32: Fix a test failure in win9x.
|
2008-06-30 12:49:09 +02:00 |
Rob Shearman
|
48000893f9
|
makefiles: Simplify the use of the IMPORTLIB variable in the DLL makefiles.
Only specify the root to keep platform-specifics out of the individual
DLL makefiles.
|
2008-03-04 20:55:01 +01:00 |
James Hawkins
|
00394486df
|
janitorial: Remove links to any microsoft site.
|
2008-03-01 12:03:59 +01:00 |
Alexandre Julliard
|
60e122b088
|
Get rid of some empty source files, our makefiles no longer require them.
|
2007-05-04 12:27:34 +02:00 |
Alexandre Julliard
|
9dd1f1e341
|
Added version information for a number of dlls.
|
2007-03-07 21:25:16 +01:00 |
Francois Gouget
|
30e44c85c8
|
Assorted spelling fixes.
|
2006-11-07 15:25:24 +01:00 |
Michael Ploujnikov
|
7e9e599d1e
|
lz32/tests: Win64 printf format warning fixes.
|
2006-10-12 11:37:19 +02:00 |
Saulius Krasuckas
|
e05035da18
|
lz32/tests: WinME sometimes returns short filenames.
|
2006-10-10 20:01:31 +02:00 |
Saulius Krasuckas
|
f29042b3a6
|
lz32/tests: Be more verbose and aware of root directory.
|
2006-10-10 20:01:14 +02:00 |
Saulius Krasuckas
|
346d02edba
|
lz32/tests: More checks for various LZOpenFile[AW] operations on existing files.
|
2006-10-10 20:00:31 +02:00 |
Saulius Krasuckas
|
98bfe9c6a9
|
lz32/tests: Non-op cosmetics for LZOpenFile[AW] operations.
|
2006-10-10 19:59:49 +02:00 |
Saulius Krasuckas
|
dbe8adf29c
|
lz32/tests: Test more last errors set by LZOpenFile[AW].
|
2006-10-10 19:59:21 +02:00 |
Michael Stefaniuc
|
85ce5117c5
|
Add a WINE_NO_LONG_INT define to many makefiles to ease the transition of DWORD/LONG/ULONG from long to int.
|
2006-09-29 16:08:30 +02:00 |
Saulius Krasuckas
|
d43595fe32
|
lz32/tests: Fix some typos in error messages.
|
2006-09-27 19:53:50 +02:00 |
Saulius Krasuckas
|
02baf6c630
|
lz32/tests: Try to open nonexisting compressed files.
|
2006-09-26 11:45:00 +02:00 |
Saulius Krasuckas
|
1efb87a0e9
|
lz32/tests: Add more cases for opening compressed files.
|
2006-09-26 11:44:47 +02:00 |
Saulius Krasuckas
|
a7129faf19
|
lz32/tests: Move indirect opening of compressed files into separate functions.
Also rename W-string variable to get some naming consistency.
|
2006-09-26 11:44:38 +02:00 |
Saulius Krasuckas
|
f916b78603
|
lz32/tests: Compare result to predefined compressed file name, not calculated one.
|
2006-09-26 11:42:14 +02:00 |
Alexandre Julliard
|
32ab895e46
|
makefiles: Generate the dependencies line to avoid some code duplication.
|
2006-09-14 09:38:16 +02:00 |
Alexandre Julliard
|
5cf75e615a
|
makefiles: Only run test and documentation targets in directories that need them.
|
2006-08-28 13:37:44 +02:00 |
Andrew Talbot
|
369ac64afe
|
lz32/tests: Write-strings warning fix.
|
2006-08-02 22:03:48 +02:00 |
Alexandre Julliard
|
eb8a40c368
|
libs: Merged libwine_unicode into libwine.
Most dlls use libwine_unicode at this point, so there's nothing to
gain by having two separate libraries.
|
2006-07-11 19:33:22 +02:00 |
Alexandre Julliard
|
0fa8baafcb
|
make_dlls: Recursively ignore .ok files in all tests directories.
|
2006-07-10 21:26:50 +02:00 |
Alexandre Julliard
|
edd100b899
|
make_dlls: Recursively ignore testlist.c in all tests directories.
|
2006-07-10 21:19:42 +02:00 |
Alexandre Julliard
|
5258e061dc
|
make_dlls: Ignore generated import libraries from the top-level .gitignore.
|
2006-07-10 20:55:58 +02:00 |
Alexandre Julliard
|
cc2b3b48e6
|
Take advantage of the recursive nature of .gitignore for Makefile entries.
Prefix other entries with '/' to make them non-recursive.
|
2006-07-10 20:47:54 +02:00 |
Saulius Krasuckas
|
0f6cb8860f
|
lz32: Small test fixes.
|
2006-06-21 11:13:38 +02:00 |
Saulius Krasuckas
|
be115ef0ca
|
lz32: Remove dead code from the LZOpenFileW test.
|
2006-06-20 11:05:45 +02:00 |
Saulius Krasuckas
|
38a85261cb
|
lz32: test LZOpenFileW.
|
2006-06-19 23:05:17 +02:00 |
Saulius Krasuckas
|
6d024b28b9
|
lz32: LZOpenFileA sets last error sometimes.
|
2006-06-19 23:04:52 +02:00 |
Saulius Krasuckas
|
bd2df081bd
|
lz32: Rename function aliases to real (ASCII) function names.
|
2006-06-19 23:04:37 +02:00 |
Saulius Krasuckas
|
183da10af4
|
lz32: Enable old test and expand it.
|
2006-06-19 10:26:45 +02:00 |
Jonathan Ernst
|
360a3f9142
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
Alexandre Julliard
|
556242b71d
|
lz32: Renamed lzexpand directory to lz32.
|
2006-02-28 12:54:48 +01:00 |