summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixup commit for branch 'WINCE_20020218_BRANCH'WINCE_20020218_BASEWINCE_20020218_BRANCHcvs2hg2002-02-150-0/+0
* 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
* Bugzilla bug 106496: PR_NewTCPSocketPair should check the source of thewtc%netscape.com2002-01-231-2/+18
* Bugzilla bug 119935: we need to set the priority of the new thread only ifwtc%netscape.com2002-01-232-1/+14
* Bugzilla bug 119384: deleted two assertions that contained illegal typewtc%netscape.com2002-01-231-2/+0
* Fixed compiler warnings.wtc%netscape.com2002-01-2321-55/+54
* Fixed if-else indentation style.wtc%netscape.com2002-01-222-10/+6
* Fix #99561 (on NSPR tip). Use MPSemaphore calls rather than WaitNextEvent to...sdagley%netscape.com2002-01-225-32/+138
* Bugzilla bug 100776: handle non-blocking connect correctly on OS/2.wtc%netscape.com2002-01-188-773/+657