summaryrefslogtreecommitdiff
Commit message (Collapse)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
| | | | | Build resources. Attempt to get other little things right for WinCE.
* 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
| | | | for now.
* more win32 differences in WINCE.blythe%netscape.com2002-02-053-2/+73
|
* Fix initial compile time error.blythe%netscape.com2002-02-052-2/+40
| | | | Use conversion in more multibyte to wide char places.
* First stab at a ANSI code page multibyte string to unicode wide character ↵blythe%netscape.com2002-02-057-14/+157
| | | | converter.
* 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.
* 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
| | | | verify the source of the connection.
* Bugzilla bug 121872: define _PR_MD_LISTEN as a function so that we canwtc%netscape.com2002-01-252-2/+15
| | | | | set error codes if listen() fails. Modified files: _win95.h w95sock.c
* 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 ↵sfraser%netscape.com2002-01-248-84/+8254
| | | | compatibility with other libraries. Also removing obsolete files, and adding a CodeWarrior Pro 7-format XML project file. r=pinkerton, r/a=wtc
* The current zone allocator code does not compile under DCE threads on HP-UXwtc%netscape.com2002-01-241-1/+1
| | | | 10.x.
* Bugzilla bug 97485: fixed a few bugs in the zone allocator. Print warningwtc%netscape.com2002-01-242-7/+12
| | | | | | messages on memory blocks from ordinary malloc. Initialize the zone allocator first during NSPR initialization. Modified files: prmem.c prinit.c
* 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
| | | | | Modified files: configure configure.in _hpux.h _hpux64.cfg uxrng.c prsystem.c pr/tests/Makefile.in
* Bugzilla bug 106496: PR_NewTCPSocketPair should check the source of thewtc%netscape.com2002-01-231-2/+18
| | | | connection.
* Bugzilla bug 119935: we need to set the priority of the new thread only ifwtc%netscape.com2002-01-232-1/+14
| | | | | | | the priority is not PR_PRIORITY_NORMAL. (Windows creates new threads with the normal priority.) Thanks to Michael Kaply <mkaply@us.ibm.com> for reporting this bug. Modified files: ntthread.c w95thred.c
* Bugzilla bug 119384: deleted two assertions that contained illegal typewtc%netscape.com2002-01-231-2/+0
| | | | | | casts. The two functions that contained the assertions are very simple so they can do without the assertions. Thanks to Nick Blievers <nickb@adacel.com.au> for reporting this bug and suggesting a fix.
* Fixed compiler warnings.wtc%netscape.com2002-01-2321-55/+54
|
* Fixed if-else indentation style.wtc%netscape.com2002-01-222-10/+6
| | | | Modified files: macio.c macsockotpt.c
* Fix #99561 (on NSPR tip). Use MPSemaphore calls rather than WaitNextEvent ↵sdagley%netscape.com2002-01-225-32/+138
| | | | to pause CPU under Mac OS X - fixes thread deadlock and improves performance. r=wtc,sr=sfraser,a=dbaron
* Bugzilla bug 100776: handle non-blocking connect correctly on OS/2.wtc%netscape.com2002-01-188-773/+657
| | | | | | | The fix is contributed by Javier Pedemonte <pedemont@us.ibm.com>. r=mkaply. Modified files: configure configure.in _os2.h _os2_errors.h prsocket.c os2_errors.c os2poll.c os2sock.c