wine
22 years agoMoved most of the real-mode stuff to dlls/winedos.
Alexandre Julliard [Tue, 4 Dec 2001 19:54:44 +0000 (19:54 +0000)] 
Moved most of the real-mode stuff to dlls/winedos.

22 years agoAdded SYNCHRONIZE access to stdio handles.
Alexandre Julliard [Tue, 4 Dec 2001 19:50:18 +0000 (19:50 +0000)] 
Added SYNCHRONIZE access to stdio handles.

22 years agoCopy the correct number of bytes in WriteConsoleInputA.
Marcus Meissner [Tue, 4 Dec 2001 19:40:54 +0000 (19:40 +0000)] 
Copy the correct number of bytes in WriteConsoleInputA.

22 years agoFixed bugs in output functions (write).
Eric Pouech [Tue, 4 Dec 2001 19:40:28 +0000 (19:40 +0000)] 
Fixed bugs in output functions (write).
Rewrote some parts for better DLL separation.
Fixed some prototypes.
Fixed mmioAdvance in write mode.

22 years agoFixed acmFormatChoose returned fields.
Eric Pouech [Tue, 4 Dec 2001 19:39:54 +0000 (19:39 +0000)] 
Fixed acmFormatChoose returned fields.

22 years agoInitialize dialog data correctly in CreateTemplateDialog.
Gerard Patel [Tue, 4 Dec 2001 19:39:33 +0000 (19:39 +0000)] 
Initialize dialog data correctly in CreateTemplateDialog.

22 years agoMisc fixes to DCB building from command line.
Gerard Patel [Tue, 4 Dec 2001 19:39:13 +0000 (19:39 +0000)] 
Misc fixes to DCB building from command line.

22 years agoBetter handling of configuration with several Windows installations.
Gerard Patel [Tue, 4 Dec 2001 19:38:46 +0000 (19:38 +0000)] 
Better handling of configuration with several Windows installations.

22 years agoUndocumented feature of TB_{GET|SET}BUTTONINFO{A|W}: if mask has
Guy L. Albertelli [Sat, 1 Dec 2001 00:37:41 +0000 (00:37 +0000)] 
Undocumented feature of TB_{GET|SET}BUTTONINFO{A|W}: if mask has
0x80000000 set then the command id is really the index.

22 years ago- Fixed PathIsURL{A|W}.
Guy L. Albertelli [Sat, 1 Dec 2001 00:37:12 +0000 (00:37 +0000)] 
- Fixed PathIsURL{A|W}.
- Implemented PathRenameExtension{A|W}, SHRegDuplicateHKey,
  ChrCmpI{A|W}.
- Added forwards to DrawTextW, CreateDialogParamA, CreateFontW,
  TracePopupMenuEx.

22 years ago- Stub routines for _164, _208, _210, _211, _239, _356, _413, _437,
Guy L. Albertelli [Sat, 1 Dec 2001 00:36:18 +0000 (00:36 +0000)] 
- Stub routines for _164, _208, _210, _211, _239, _356, _413, _437,
  ColorRGBToHLS
- Implement routines for _172, _174, _176, _199, _215, _219, _236, _377,
  _378, UrlCompare{A|W}, UrlApplyScheme{A|W}.
- Fix routines _217, _169, _240, _276, _342, _376.

22 years agoRemoved Get/SetScreenSaveTimeout user driver functions because they
Andriy Palamarchuk [Fri, 30 Nov 2001 23:15:32 +0000 (23:15 +0000)] 
Removed Get/SetScreenSaveTimeout user driver functions because they
are not used.

22 years agoImplemented ImageList_GetDragImage.
Michael Stefaniuc [Fri, 30 Nov 2001 23:15:00 +0000 (23:15 +0000)] 
Implemented ImageList_GetDragImage.
Fixed ImageList_SetDragCursorImage and ImageList_Merge.
No need for StretchBlt in ImageList_BeginDrag.
Added some traces.

22 years agoUse gdi_display everywhere to avoid BadColor errors.
Glenn Schrader [Fri, 30 Nov 2001 23:14:18 +0000 (23:14 +0000)] 
Use gdi_display everywhere to avoid BadColor errors.

22 years agoRemove some possible interlocking problems with peb lock.
Gerard Patel [Fri, 30 Nov 2001 23:13:22 +0000 (23:13 +0000)] 
Remove some possible interlocking problems with peb lock.

22 years agoFixed WS_getpeername parameter in WS_accept.
Paul Rupe [Fri, 30 Nov 2001 23:12:13 +0000 (23:12 +0000)] 
Fixed WS_getpeername parameter in WS_accept.
Changed order of event processing in WINSOCK_DoAsyncEvent.

22 years agomap_image: map the PE header readonly.
Andrew Lewycky [Fri, 30 Nov 2001 23:08:21 +0000 (23:08 +0000)] 
map_image: map the PE header readonly.

22 years agodo_relocations: process relocation blocks with a VirtualAddress of 0,
Andrew Lewycky [Fri, 30 Nov 2001 23:08:02 +0000 (23:08 +0000)] 
do_relocations: process relocation blocks with a VirtualAddress of 0,
stop once SizeOfBlock == 0.

22 years agoRename debug.h to debugtools.h.
Michael Stefaniuc [Fri, 30 Nov 2001 23:07:30 +0000 (23:07 +0000)] 
Rename debug.h to debugtools.h.

22 years agoRedesign of the server communication protocol to allow arbitrary sized
Alexandre Julliard [Fri, 30 Nov 2001 18:46:42 +0000 (18:46 +0000)] 
Redesign of the server communication protocol to allow arbitrary sized
data to be exchanged.
Split request and reply structures to make backwards compatibility
easier.
Moved many console functions to dlls/kernel, added code page support,
changed a few requests to behave properly with the new protocol.

22 years agoAvoid potential problems with filenames containing spaces.
Andreas Mohr [Sun, 25 Nov 2001 00:51:36 +0000 (00:51 +0000)] 
Avoid potential problems with filenames containing spaces.

22 years agoNow passing event with --use-event to let programs starting with
Eric Pouech [Sun, 25 Nov 2001 00:49:36 +0000 (00:49 +0000)] 
Now passing event with --use-event to let programs starting with
digits being run.

22 years agommsystem.dll should be automatically loaded for 16-bit apps.
Joshua Thielen [Sun, 25 Nov 2001 00:49:10 +0000 (00:49 +0000)] 
mmsystem.dll should be automatically loaded for 16-bit apps.

22 years agoFixed IO when not run with wineconsole.
Eric Pouech [Sun, 25 Nov 2001 00:48:44 +0000 (00:48 +0000)] 
Fixed IO when not run with wineconsole.

22 years agoCompile all programs with -DSTRICT -DNONAMELESSUNION -DNONAMELESSSTRUCT.
Alexandre Julliard [Sat, 24 Nov 2001 17:07:08 +0000 (17:07 +0000)] 
Compile all programs with -DSTRICT -DNONAMELESSUNION -DNONAMELESSSTRUCT.

22 years agoSkip queue cleanups if queue has been destroyed already.
Alexandre Julliard [Sat, 24 Nov 2001 03:44:47 +0000 (03:44 +0000)] 
Skip queue cleanups if queue has been destroyed already.

22 years agoFixed registry routines broken by the structure sizes fix.
Alexandre Julliard [Sat, 24 Nov 2001 03:41:37 +0000 (03:41 +0000)] 
Fixed registry routines broken by the structure sizes fix.

22 years agoRevisited console support (got rid of old hacks and private editline
Eric Pouech [Fri, 23 Nov 2001 23:10:08 +0000 (23:10 +0000)] 
Revisited console support (got rid of old hacks and private editline
since we now have a brand new console), removed private debug heap.

22 years agoNew console code based on Win32 windows.
Eric Pouech [Fri, 23 Nov 2001 23:04:58 +0000 (23:04 +0000)] 
New console code based on Win32 windows.

22 years agoFixed packing and layout of many system structures.
Dmitry Timoshkov [Fri, 23 Nov 2001 18:44:43 +0000 (18:44 +0000)] 
Fixed packing and layout of many system structures.

22 years agoMSVCRT_getenv: compare for the length of the key and return NULL in
Uwe Bonnes [Fri, 23 Nov 2001 18:30:19 +0000 (18:30 +0000)] 
MSVCRT_getenv: compare for the length of the key and return NULL in
case of failure.

22 years agoAdd missing </para>.
Michael Stefaniuc [Fri, 23 Nov 2001 18:28:37 +0000 (18:28 +0000)] 
Add missing </para>.

22 years agoCheck for completed overlappeds in ReadComm16 to solve problems with
Mike McCormack [Fri, 23 Nov 2001 18:26:30 +0000 (18:26 +0000)] 
Check for completed overlappeds in ReadComm16 to solve problems with
programs that loop on it but don't get data.

22 years ago_dev_t is an unsigned integer.
Uwe Bonnes [Fri, 23 Nov 2001 18:25:34 +0000 (18:25 +0000)] 
_dev_t is an unsigned integer.

22 years agoImplemented processing for actions SPI_GET/SETSCREENSAVETIMEOUT,
Andriy Palamarchuk [Tue, 20 Nov 2001 20:27:26 +0000 (20:27 +0000)] 
Implemented processing for actions SPI_GET/SETSCREENSAVETIMEOUT,
SPI_GET/SETSCREENSAVEACTIVE, SPI_GET/SETSCREENSAVERRUNNING.

22 years agoGetUserName should include the terminating null character when
James Juran [Tue, 20 Nov 2001 20:26:54 +0000 (20:26 +0000)] 
GetUserName should include the terminating null character when
returning the size of the buffer returned. Correctly handle the
ERROR_MORE_DATA case.

22 years agoUse exception handler for GlobalUnlock, GlobalFree.
Andreas Mohr [Tue, 20 Nov 2001 20:26:35 +0000 (20:26 +0000)] 
Use exception handler for GlobalUnlock, GlobalFree.

22 years agoDocumentation fixes.
Patrik Stridvall [Tue, 20 Nov 2001 18:55:39 +0000 (18:55 +0000)] 
Documentation fixes.

22 years agoFixed some issues found by winapi_check.
Patrik Stridvall [Tue, 20 Nov 2001 18:55:02 +0000 (18:55 +0000)] 
Fixed some issues found by winapi_check.

22 years agoMinor API files update.
Patrik Stridvall [Tue, 20 Nov 2001 18:54:43 +0000 (18:54 +0000)] 
Minor API files update.

22 years agoTOOLBAR_GetRect did not correctly translate the command ID to the
Dave Hawkes [Tue, 20 Nov 2001 18:54:04 +0000 (18:54 +0000)] 
TOOLBAR_GetRect did not correctly translate the command ID to the
button index.

22 years agoAdd Debian/Mandrake menu system support.
Dusan Lacko [Tue, 20 Nov 2001 18:53:33 +0000 (18:53 +0000)] 
Add Debian/Mandrake menu system support.

22 years agoIt is legal to call UnregisterClass with an hInstance of zero.
Bill Medland [Tue, 20 Nov 2001 18:53:16 +0000 (18:53 +0000)] 
It is legal to call UnregisterClass with an hInstance of zero.

22 years agoOnly include 'sys/user.h' for Linux. Fixes a compilation error on
Francois Gouget [Tue, 20 Nov 2001 18:52:42 +0000 (18:52 +0000)] 
Only include 'sys/user.h' for Linux. Fixes a compilation error on
FreeBSD 5.0.

22 years agoFix LUID definition.
Francois Gouget [Tue, 20 Nov 2001 18:52:20 +0000 (18:52 +0000)] 
Fix LUID definition.

22 years agoConvert message spy to unicode.
Dmitry Timoshkov [Tue, 20 Nov 2001 18:50:56 +0000 (18:50 +0000)] 
Convert message spy to unicode.

22 years agoFix lock up in GetKeyNameText due to an increment wrap when KeyCode is
Dave Hawkes [Tue, 20 Nov 2001 18:49:38 +0000 (18:49 +0000)] 
Fix lock up in GetKeyNameText due to an increment wrap when KeyCode is
a char type and max_keycode is 255.

22 years ago- fix wrong hexadecimal GetLastError() output
Andreas Mohr [Mon, 19 Nov 2001 02:30:01 +0000 (02:30 +0000)] 
- fix wrong hexadecimal GetLastError() output
- misc fixes
- changed my email address

22 years agoPrevent warnings about labels at end of switch statements when
James Juran [Mon, 19 Nov 2001 02:24:14 +0000 (02:24 +0000)] 
Prevent warnings about labels at end of switch statements when
compiling with gcc-3.x.

22 years agoFix the Solaris and FreeBSD compilation errors introduced by the
Francois Gouget [Mon, 19 Nov 2001 02:23:22 +0000 (02:23 +0000)] 
Fix the Solaris and FreeBSD compilation errors introduced by the
recent winsock update.

22 years agoFix a loop playing failure and a problem with choppy sound.
Simon Britnell [Mon, 19 Nov 2001 02:10:50 +0000 (02:10 +0000)] 
Fix a loop playing failure and a problem with choppy sound.

22 years agoA few typos.
Francois Gouget [Mon, 19 Nov 2001 02:09:49 +0000 (02:09 +0000)] 
A few typos.

22 years agoMIDL_STUB_MESSAGE needs a pack4 for the MaxCount field.
Francois Gouget [Mon, 19 Nov 2001 02:08:56 +0000 (02:08 +0000)] 
MIDL_STUB_MESSAGE needs a pack4 for the MaxCount field.

22 years agoBetter relaying for _lcreat.
Francois Gouget [Mon, 19 Nov 2001 02:08:34 +0000 (02:08 +0000)] 
Better relaying for _lcreat.

22 years agoSmall typo in avicap32.spec fixed.
Marcus Meissner [Mon, 19 Nov 2001 02:07:40 +0000 (02:07 +0000)] 
Small typo in avicap32.spec fixed.

22 years agoFix exchanged lines in WIN_GetWindowLong.
Gerard Patel [Mon, 19 Nov 2001 02:07:11 +0000 (02:07 +0000)] 
Fix exchanged lines in WIN_GetWindowLong.

22 years agoTruncate the window text if it is too large for the request buffer.
Alexandre Julliard [Fri, 16 Nov 2001 18:14:17 +0000 (18:14 +0000)] 
Truncate the window text if it is too large for the request buffer.

22 years agoLocal classes registered with USER instance handle now are now found
Joshua Thielen [Fri, 16 Nov 2001 18:11:43 +0000 (18:11 +0000)] 
Local classes registered with USER instance handle now are now found
in CLASS_FindClassByAtom.

22 years agoAdded missing RichEdit defines.
Jussi Jumppanen [Fri, 16 Nov 2001 18:11:15 +0000 (18:11 +0000)] 
Added missing RichEdit defines.

22 years agoMoved WIN_FindWinToRepaint functionality to the server.
Alexandre Julliard [Wed, 14 Nov 2001 21:28:36 +0000 (21:28 +0000)] 
Moved WIN_FindWinToRepaint functionality to the server.

22 years agoMake winsock.h and winsock2.h independent from the Unix headers.
Francois Gouget [Wed, 14 Nov 2001 21:26:23 +0000 (21:26 +0000)] 
Make winsock.h and winsock2.h independent from the Unix headers.
Make them compatible with both the Unix C headers and the MSVCRT
headers.
Ensure compatibility with the Unix headers via the USE_WS_PREFIX
macro.
Add WINE_NOWINSOCK: prevents winsock.h from being included from
windows.h when defined.
Add ws2tcpip.h, move definitions to the right header.

22 years agoStructure NEWTEXTMETRIC uses packing 4.
Dmitry Timoshkov [Wed, 14 Nov 2001 21:23:46 +0000 (21:23 +0000)] 
Structure NEWTEXTMETRIC uses packing 4.

22 years agoAdded missing MAPI defines.
Jussi Jumppanen [Wed, 14 Nov 2001 21:23:17 +0000 (21:23 +0000)] 
Added missing MAPI defines.

22 years agoStore the window caption text in the server.
Alexandre Julliard [Tue, 13 Nov 2001 22:23:48 +0000 (22:23 +0000)] 
Store the window caption text in the server.
Maintain a paint count separately for each window.

22 years agoFix the server paint count in SetWindowPos.
Gerard Patel [Tue, 13 Nov 2001 22:02:20 +0000 (22:02 +0000)] 
Fix the server paint count in SetWindowPos.

22 years agoFixed wave(In|Out)Open when called with WAVE_MAPPED flag; some minor
Eric Pouech [Tue, 13 Nov 2001 21:58:32 +0000 (21:58 +0000)] 
Fixed wave(In|Out)Open when called with WAVE_MAPPED flag; some minor
16/32 API call ordering.

22 years agoImplemented processing for SPI_GET/SETMOUSE, SPI_GET/SETKEYBOARDDELAY,
Andriy Palamarchuk [Tue, 13 Nov 2001 21:30:59 +0000 (21:30 +0000)] 
Implemented processing for SPI_GET/SETMOUSE, SPI_GET/SETKEYBOARDDELAY,
SPI_GET/SETKEYBOARDSPEED actions. Implemented use of mouse
acceleration/threshold for relative mouse movements.

22 years agoEDIT_EM_LineLength called from within EDIT_EM_LineLength needs
Andreas Mohr [Tue, 13 Nov 2001 21:29:38 +0000 (21:29 +0000)] 
EDIT_EM_LineLength called from within EDIT_EM_LineLength needs
starting line char index, not line index (== line number).

22 years ago- Implement ordinals 7, 8, 9, 13, 14, 19, 36.
Guy L. Albertelli [Tue, 13 Nov 2001 21:28:21 +0000 (21:28 +0000)] 
- Implement ordinals 7, 8, 9, 13, 14, 19, 36.
- Implement SHRegWriteUSValue{A|W}, UrlGetPart{A|W}, UrlIs...{A|W}

22 years agoFixed some race conditions in notification vs. operation
Eric Pouech [Mon, 12 Nov 2001 15:55:37 +0000 (15:55 +0000)] 
Fixed some race conditions in notification vs. operation
synchronization using the same in process message ring in waveIn as in
waveOut.

22 years agoFixes stupid bug with typelib filenames.
Huw D M Davies [Mon, 12 Nov 2001 15:50:01 +0000 (15:50 +0000)] 
Fixes stupid bug with typelib filenames.

22 years agoCast id to unsigned in GetDlgItem16.
Lawson Whitney [Mon, 12 Nov 2001 15:49:38 +0000 (15:49 +0000)] 
Cast id to unsigned in GetDlgItem16.

22 years agoParity settings were not set properly in BuildCommDCBAndTimeouts()
Gerson Kurz [Mon, 12 Nov 2001 15:49:08 +0000 (15:49 +0000)] 
Parity settings were not set properly in BuildCommDCBAndTimeouts()
because of an off-by-one error.

22 years agoFixed handling of -1 itemid in WM_DRAWITEM.
Gerard Patel [Mon, 12 Nov 2001 15:48:20 +0000 (15:48 +0000)] 
Fixed handling of -1 itemid in WM_DRAWITEM.

22 years ago- implement mbscspn mostly as a stub
Gerard Patel [Mon, 12 Nov 2001 15:47:26 +0000 (15:47 +0000)] 
- implement mbscspn mostly as a stub
- reimplement mktime

22 years ago- don't forget to initialize number of connections to 0
Andreas Mohr [Mon, 12 Nov 2001 15:46:33 +0000 (15:46 +0000)] 
- don't forget to initialize number of connections to 0
- add "RAS doesn't work" warning

22 years agoCleaned up the wodPlayer functionality to make it easier to follow.
Simon Britnell [Fri, 9 Nov 2001 20:26:59 +0000 (20:26 +0000)] 
Cleaned up the wodPlayer functionality to make it easier to follow.
Changed notification to be calculated from bytes played rather than
time elapsed.

22 years agoTest bits with '&' instead of '&&'.
Travis Michielsen [Fri, 9 Nov 2001 20:05:06 +0000 (20:05 +0000)] 
Test bits with '&' instead of '&&'.

22 years agoImplemented SPI_ICONHORIZONTALSPACING, SPI_ICONVERTICALSPACING system
Andriy Palamarchuk [Fri, 9 Nov 2001 20:02:41 +0000 (20:02 +0000)] 
Implemented SPI_ICONHORIZONTALSPACING, SPI_ICONVERTICALSPACING system
parameters processing.

22 years agoCorrect handling of strings in setValue.
François Gouget [Fri, 9 Nov 2001 19:32:02 +0000 (19:32 +0000)] 
Correct handling of strings in setValue.
Better handling of str(x) and hex(x) in setValue.
Misc typos.

22 years agoDocument the new -winver versions.
Francois Gouget [Fri, 9 Nov 2001 19:21:16 +0000 (19:21 +0000)] 
Document the new -winver versions.

22 years agoChanged BM_ messages SETCHECK and GETCHECK to SETCHECK16 and
Joshua Thielen [Fri, 9 Nov 2001 19:18:45 +0000 (19:18 +0000)] 
Changed BM_ messages SETCHECK and GETCHECK to SETCHECK16 and
GETCHECK16 in CheckDlgItem16 and IsDlgItemChecked16.
Cast UINT16 value to UINT or INT depending on sign in SetDlgItemInt16.

22 years agoRecognize the FreeBSD dlopen equivalent of "cannot open".
François Gouget [Fri, 9 Nov 2001 19:17:35 +0000 (19:17 +0000)] 
Recognize the FreeBSD dlopen equivalent of "cannot open".

22 years agoUse proper unicode routine.
Guy L. Albertelli [Fri, 9 Nov 2001 19:16:36 +0000 (19:16 +0000)] 
Use proper unicode routine.

22 years agoMake out-of-source-tree builds work with Solaris make.
François Gouget [Fri, 9 Nov 2001 19:15:51 +0000 (19:15 +0000)] 
Make out-of-source-tree builds work with Solaris make.

22 years agoRelease 20011108. wine-20011108
Alexandre Julliard [Thu, 8 Nov 2001 19:58:05 +0000 (19:58 +0000)] 
Release 20011108.

22 years agoImplemented inline version of the iswxxx functions.
Alexandre Julliard [Thu, 8 Nov 2001 19:16:34 +0000 (19:16 +0000)] 
Implemented inline version of the iswxxx functions.

22 years agoMoved the int 9 (keyboard) handler to dlls/winedos.
Ove Kaaven [Thu, 8 Nov 2001 17:06:40 +0000 (17:06 +0000)] 
Moved the int 9 (keyboard) handler to dlls/winedos.

22 years agoFind out how much data is available when calling ReadFileEx.
Mike McCormack [Thu, 8 Nov 2001 17:06:08 +0000 (17:06 +0000)] 
Find out how much data is available when calling ReadFileEx.

22 years agoRepaired child window activation broken by previous change.
Gerard Patel [Wed, 7 Nov 2001 23:19:42 +0000 (23:19 +0000)] 
Repaired child window activation broken by previous change.

22 years agoAdd dumping of window styles at the window creation time.
Dmitry Timoshkov [Wed, 7 Nov 2001 21:52:24 +0000 (21:52 +0000)] 
Add dumping of window styles at the window creation time.

22 years agoAdded a few default palette entries for the VGA/MCGA 256-color mode.
Ove Kaaven [Wed, 7 Nov 2001 20:54:08 +0000 (20:54 +0000)] 
Added a few default palette entries for the VGA/MCGA 256-color mode.
Made the VGA mode set go through RunInThread, so that the VGA graphics
window gets owned by the right thread.

22 years agoAvoid ftruncate to work around broken UMSDOS file system.
Alexandre Julliard [Wed, 7 Nov 2001 20:25:12 +0000 (20:25 +0000)] 
Avoid ftruncate to work around broken UMSDOS file system.

22 years agoCreated new infrastructure for SystemParametersInfo function. Used it
Andriy Palamarchuk [Wed, 7 Nov 2001 20:24:29 +0000 (20:24 +0000)] 
Created new infrastructure for SystemParametersInfo function. Used it
to implement processing for SPI_GET/SETBEEP, SPI_GET/SETBORDER,
SPI_GET/SETSHOWSOUNDS system parameters.

22 years agoMinor grammatical corrections.
Bill Medland [Wed, 7 Nov 2001 20:16:22 +0000 (20:16 +0000)] 
Minor grammatical corrections.

22 years agoAdded RunInThread callout to winedos.
Ove Kaaven [Wed, 7 Nov 2001 20:15:39 +0000 (20:15 +0000)] 
Added RunInThread callout to winedos.

22 years agoMake ConnectNamedPipe work in overlapped mode.
Mike McCormack [Wed, 7 Nov 2001 20:14:45 +0000 (20:14 +0000)] 
Make ConnectNamedPipe work in overlapped mode.

22 years agoIgnore DSR/DTR flow control in DCB. termios doesn't support it.
Mike McCormack [Wed, 7 Nov 2001 20:13:25 +0000 (20:13 +0000)] 
Ignore DSR/DTR flow control in DCB. termios doesn't support it.

22 years ago- Define rest of URL_ESCAPE... and other flags.
Guy Albertelli [Tue, 6 Nov 2001 22:31:19 +0000 (22:31 +0000)] 
- Define rest of URL_ESCAPE... and other flags.
- Define implemented interfaces for reg.c and url.c.

22 years ago- Implement URL_ESCAPE_SEGEMENT_ONLY, URL_ESCAPE_PERCENT,
Guy Albertelli [Tue, 6 Nov 2001 22:29:38 +0000 (22:29 +0000)] 
- Implement URL_ESCAPE_SEGEMENT_ONLY, URL_ESCAPE_PERCENT,
  and URL_DONT_ESCAPE_EXTRA_INFO in the UrlEscape{A|W} routines.
- Make UrlCanonicalizeA use UrlCanonicalizeW.
- Implement full functionality in UrlCanonicalizeW.
- Implement UrlCombine{A|W}.