Displaying 2 results from an estimated 2 matches for "ptsekov".
2001 Dec 09
1
(fwd) Re: [Possible BUG]: Wine-20011108
Quoting Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>:
> Pavel Tsekov <ptsekov@syntrex.com> wrote:
> :>
> :> Pavel Tsekov <ptsekov@syntrex.com> wrote:
> :> : fixme:msvcrt:MSVCRT_signal (11 (nil)):stub
> :> It seems to me like you are using builtin MSVCRT. Signal Handling is
> broken
> :> there. If the programm uses signal handling, i...
2001 Dec 07
2
[Possible BUG]: Wine-20011108
...erms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* A copy of the GNU General Public License can be found at
* http://www.gnu.org/
*
* Written by Pavel Tsekov <ptsekov@fixity.net>
*
*/
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#include "URLParser.h"
URLParser URLParser::baseURL;
URLParser::URLParser () : internalURL (0), internalURLlen (0), host (0),
port (0), user (0), pass (0), path (0)
{
}
URLParser::URLPa...