summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix duplicate declaration of struct tm and related functions by adding anWINCE_NSPRPUB_RELEASE_4_2_BETA1nelsonb%netscape.com2002-06-251-0/+3
* more factoring of missing libc definitions...rpotts%netscape.com2002-04-102-3/+13
* splitting out libc time functions into a publically accessable header...rpotts%netscape.com2002-04-095-48/+127
* Added #ifdef to allow non-WINCE windows builds to work again...rpotts%netscape.com2002-04-011-0/+5
* No CloseHandle on thread handles which were obtained via GetCurrentThreadId.blythe%netscape.com2002-03-012-2/+9
* Implement errno for WinCE using NSPR's per-thread OSError value.nelsonb%netscape.com2002-02-243-0/+13
* Fix duplicate local variable names in macros. Fixes PR_Now().nelsonb%netscape.com2002-02-231-47/+47
* Fix %.i: %.c rule to work on Windows.nelsonb%netscape.com2002-02-221-0/+5
* Shore up proper buildilng of library names and dll names under WinCE.blythe%netscape.com2002-02-152-10/+10
* fix wce x86 buildblythe%netscape.com2002-02-121-1/+1
* compile WinCE for ARMblythe%netscape.com2002-02-126-36/+119
* finish strftime for WinCEblythe%netscape.com2002-02-121-14/+197
* WinCE strftime day of yearblythe%netscape.com2002-02-111-1/+8
* WinCE strftime work in progressblythe%netscape.com2002-02-115-40/+448
* get libnspr rightblythe%netscape.com2002-02-092-2/+8
* can now link, woohooblythe%netscape.com2002-02-093-5/+5
* set some linker optionsblythe%netscape.com2002-02-083-2/+14
* CreateFileMappingA handledblythe%netscape.com2002-02-083-2/+53
* CreateSemaphoreA handledblythe%netscape.com2002-02-083-9/+60
* RemoveDirectoryA handledblythe%netscape.com2002-02-083-1/+32
* CreateDirectoryA handledblythe%netscape.com2002-02-083-2/+36
* GetFileAttributesA handledblythe%netscape.com2002-02-083-1/+32
* MoveFileA handledblythe%netscape.com2002-02-083-1/+38
* DeleteFileA handledblythe%netscape.com2002-02-083-1/+33
* CreateFileA handledblythe%netscape.com2002-02-083-3/+63
* eliminate a few more unresolved externalsblythe%netscape.com2002-02-083-5/+97
* implement mktime for WinCEblythe%netscape.com2002-02-083-27/+106
* More work to support unimplemented library functions for Wince.blythe%netscape.com2002-02-088-22/+199
* no strerror or errno, no getprotoby* apis in WinCEblythe%netscape.com2002-02-073-5/+17
* shared mem work for WinCEblythe%netscape.com2002-02-071-1/+73
* semaphore semanticsblythe%netscape.com2002-02-061-0/+35
* wide character conversions for file ioblythe%netscape.com2002-02-064-10/+124
* Change strategy, implement funcA versions of funcW versions where neededblythe%netscape.com2002-02-065-107/+145
* more win32 differences in WINCE.blythe%netscape.com2002-02-053-2/+73
* Fix initial compile time error.blythe%netscape.com2002-02-052-2/+40
* First stab at a ANSI code page multibyte string to unicode wide character con...blythe%netscape.com2002-02-057-14/+157
* move header to use better nameblythe%netscape.com2002-02-052-12/+5
* Get rid of some warnings and link errors.blythe%netscape.com2002-02-055-7/+14
* work in progress for NSPR WinCE portblythe%netscape.com2002-02-0438-30/+1603
* fixup commit for branch 'WINCE_NSPRPUB_RELEASE_4_2_BETA1'cvs2hg2002-01-250-0/+0
* Bugzilla bug 106496: fixed the WINNT version of PR_NewTCPSocketPair toNSPRPUB_RELEASE_4_2_BETA1wtc%netscape.com2002-01-251-2/+16
* Bugzilla bug 121872: define _PR_MD_LISTEN as a function so that we canwtc%netscape.com2002-01-252-2/+15
* Put the warning printfs inside #ifdef DEBUG.wtc%netscape.com2002-01-251-0/+4
* Fix bug 119329 -- change NSPR project to use tree-wide prefix files, for comp...sfraser%netscape.com2002-01-248-84/+8254
* The current zone allocator code does not compile under DCE threads on HP-UXwtc%netscape.com2002-01-241-1/+1
* Bugzilla bug 97485: fixed a few bugs in the zone allocator. Print warningwtc%netscape.com2002-01-242-7/+12
* Memory allocated by strdup() should be freed by free(), not PR_Free().wtc%netscape.com2002-01-241-1/+1
* Added $(topsrcdir) prefix to config/prmkdir.bat.wtc%netscape.com2002-01-241-2/+2
* Run the test on both the primordial thread and another thread.wtc%netscape.com2002-01-231-4/+22
* Added support for new HP-UX platform.wtc%netscape.com2002-01-237-40/+78