Andriy Palamarchuk
a47710717b
Removed traces of the regedit unit tests.
2002-06-20 22:46:04 +00:00
Alexandre Julliard
7cae558bdc
Removed some more trailing whitespace.
2002-06-01 02:55:48 +00:00
Vincent Béron
9a62491660
Removed trailing whitespace.
2002-05-31 23:06:46 +00:00
Alexandre Julliard
cc2ee7636d
Renamed Winelib apps to .exe.so to follow the dll naming convention.
2002-05-21 19:42:29 +00:00
Alexandre Julliard
2ab7625934
Removed most imports of ntdll since we no longer import Wine internal
...
functions from there.
2002-05-17 03:37:12 +00:00
Alexandre Julliard
ad53383f9b
Added winebuild support for generating a .dbg.c file containing the
...
debug channels definitions.
Made win32 the default type for spec files.
Ignore C compiler in winebuild so we can simply pass it $(DEFS).
Removed type win32 and debug_channels from spec files.
Fixed winebuild to always generate correct C identifiers (reported by
Vincent Béron).
2002-05-14 20:54:58 +00:00
Alexandre Julliard
67371bcc8d
Added -res option to specify resources on winebuild command-line.
...
Added -exe mode to generate a .spec.c for an exe without having to
provide a .spec.
Removed some no longer needed spec files.
Removed .dll extension in makefiles import specifications.
2002-05-11 23:06:32 +00:00
Alexandre Julliard
32459912dc
Moved imports specification from the .spec into the Makefile so that
...
it can be used on platforms that don't build a .spec.c file.
2002-05-09 00:05:48 +00:00
Raul Dias
5de5a44378
- Make possible to diff registry information that contains
...
timestamps.
- Create safe temp files in /tmp.
2002-05-08 00:17:11 +00:00
Andriy Palamarchuk
4e2e176c2f
Created regedit replacement. Fixed some bugs.
2002-04-11 23:58:40 +00:00
Alexandre Julliard
0799c1a780
Added LGPL standard comment, and copyright notices where necessary.
...
Global replacement of debugtools.h by wine/debug.h.
2002-03-09 23:29:33 +00:00
Andriy Palamarchuk
5db40a2aa6
Made regapi scripts able to process .reg files in regedit
...
format. Implemented unit tests for reg diff functionality.
2002-02-28 21:46:43 +00:00
Alexandre Julliard
bef8e16fdf
Compile all programs with -DSTRICT -DNONAMELESSUNION -DNONAMELESSSTRUCT.
2001-11-24 17:07:08 +00:00
François Gouget
a5bb38e402
Correct handling of strings in setValue.
...
Better handling of str(x) and hex(x) in setValue.
Misc typos.
2001-11-09 19:32:02 +00:00
François Gouget
c9b0237513
strsep is not implemented on Solaris, replace it with our own portable
...
implementation.
2001-11-06 22:24:40 +00:00
Hidenori Takeshima
ae8a4019a6
The 'dword' values should be stored as big endian values.
2001-11-06 17:53:09 +00:00
Andreas Mohr
1426c8cb74
Documentation updates.
2001-06-06 21:06:27 +00:00
François Gouget
4188fbcb9b
Misc typos in comments.
2001-02-14 21:43:06 +00:00
Andreas Mohr
8ee6cca354
- TRACE opened registry handles
...
- add proper quotes to wineinstall
- spelling
2001-02-12 18:10:43 +00:00
Andreas Mohr
c9cf70d448
Some more cleanups.
2001-01-26 20:40:50 +00:00
Gerald Pfeifer
3bc434f0ee
<malloc.h> is not ISO C, <stdlib.h> is.
2000-12-24 19:55:09 +00:00
Alexandre Julliard
a10fbddeb9
Build most programs as .so files.
2000-11-10 23:45:20 +00:00
Alexandre Julliard
231cc27c80
Added some missing imports.
2000-11-09 20:41:13 +00:00
Alexandre Julliard
1a3f705fc1
Added import of ntdll.
2000-10-31 00:22:41 +00:00
Alexandre Julliard
74af67ef42
Removed shell.h. Cleaned up the nested includes mess in wine/obj_*.h.
2000-09-26 00:00:55 +00:00
Hidenori Takeshima
269b409712
Added a few missing imports.
2000-08-04 21:07:23 +00:00
Francois Gouget
56045a55d8
Fixed int/HANDLE mismatches revealed by -DSTRICT.
...
Replaced the Win16 hmemcpy16 (obsolete) with memcpy.
2000-07-23 19:33:42 +00:00
Francois Gouget
49d251ff30
Added -DSTRICT.
...
Added missing libraries comctl32 and rpcrt4.
2000-07-23 19:30:48 +00:00
Juergen Lock
991b03f8d5
Minor update.
2000-05-18 00:52:22 +00:00
Alexandre Julliard
e1e75371d9
Implemented on-demand loading of builtin dlls using dlopen().
2000-04-24 17:17:49 +00:00
Alexandre Julliard
b44595283f
Improved Winelib apps initialisation code. No longer need to link
...
winestub.o with Winelib apps.
2000-04-15 21:00:55 +00:00
Gavriel State
5b5d04dc77
This patch adds the ability for regapi to call the DllRegisterServer or
...
DllUnregisterServer for a list of DLLs.
2000-04-04 18:54:26 +00:00
Patrik Stridvall
205721e724
Fixed ANSI C related compile problems.
2000-03-24 20:40:41 +00:00
Ulrich Weigand
3dc5d9461e
Added .spec files for all libtest/ and programs/ WineLib apps.
...
Updated all Makefiles to use .spec files and new resource handling.
2000-02-03 01:37:23 +00:00
Alexandre Julliard
318f4cefd2
Build most dlls as separate shared libraries.
2000-01-31 05:02:49 +00:00
Francois Gouget
baa9bf9a23
Buffer overflows and strncpy fixes.
1999-12-27 05:24:06 +00:00
Huw D M Davies
5d46c586e4
Comment out explicit call to SHELL_SaveRegistry since winelib programs
...
now exit properly. Change several NULLs to '\0's. Fix some spelling.
1999-11-12 00:59:43 +00:00
Alexandre Julliard
96af9aa5b8
Added dependency on winestub.o
1999-10-25 02:50:08 +00:00
Huw D M Davies
65e26bf205
lstrncmpi isn't a windows API, use strncasecmp instead.
1999-09-04 14:23:26 +00:00
Alexandre Julliard
6f363dfcd2
Avoid use of strncmpi (reported by Ron Cemer).
1999-06-06 17:25:27 +00:00
Noomen Hamza
c4cd0bf6c8
Bug fixes.
1999-05-08 10:50:34 +00:00
Bertho Stultiens
d1895a776c
Built-in dlls now have resources attached via the PE-header like
...
normal dlls. This enables the use of the resource API.
1999-04-25 18:31:35 +00:00
Sylvain St.Germain
0cfb2f9a0f
Removed the chop command that was there to get rid of dos ^M.
...
The script now process only unix file format.
1999-03-19 16:54:39 +00:00
Sylvain St.Germain
1bb0e66fa2
Added command line tool to access the registry.
1999-03-14 14:00:22 +00:00