openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
array
Settings
|
Report Duplicate
14
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very Low Activity
Commits
: Listings
Analyzed
about 21 hours
ago. based on code collected
2 days
ago.
Sep 16, 2025 — Sep 16, 2026
Showing page 57 of 67
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
[project @ 2002-08-01 12:50:31 by simonpj] Add parens to make precence clear
simonpj
More...
about 24 years ago
[project @ 2002-07-29 09:57:17 by simonmar] Remove non-existent and empty dirs from $(ALL_DIRS)
simonmar
More...
about 24 years ago
[project @ 2002-07-29 09:54:40 by ross] Tweaked imports and includes for compatibility.
ross
More...
about 24 years ago
[project @ 2002-07-26 13:23:38 by malcolm] Must start tweaking the libraries for NHC soon.
malcolm
More...
about 24 years ago
[project @ 2002-07-26 12:12:33 by stolz] Fix typo.
stolz
More...
about 24 years ago
[project @ 2002-07-26 10:05:04 by stolz] Add some references. Requires upgrade to current haddock version (>2002-7-25)!
stolz
More...
about 24 years ago
[project @ 2002-07-26 02:36:57 by sof] gmtoff: according to the (POSIX / Single Unix and MSVC) documentation of tzset(), 'timezone' is > 0 west of the Prime Meridian, so extend prev. commit to apply to all platforms, not just Win32.
sof
More...
about 24 years ago
[project @ 2002-07-25 14:14:36 by simonmar] Fix comment typos, from Reuben Thomas.
simonmar
More...
about 24 years ago
[project @ 2002-07-24 09:57:21 by simonmar] tiny doc fixes
simonmar
More...
about 24 years ago
[project @ 2002-07-23 22:04:36 by sof] inputReady(): using MsgWaitForMultipleObjects() instead of WaitForMultipleObjects() on file handles is nicer from within a message pump, but here it is less confusing to use the latter (and simply just block message delivery for its duration.)
sof
More...
about 24 years ago
[project @ 2002-07-23 18:50:54 by sof] gmtoff: MS CRT implementation of _tzset() (and _timezone) assumes that >0 represent positions west of the Prime Meridian. This module assumes the opposite, so flip the sign of 'timezone' when compiling for mingw.
sof
More...
about 24 years ago
[project @ 2002-07-23 14:52:46 by simonpj] Various precedence errors in the code for read and show. A couple (the show instances for Ratio and Array) were actually errors in the Library Report. A couple more were to do with whether the precedence of application is 9 (wrong) or 10 (right).
simonpj
More...
about 24 years ago
[project @ 2002-07-23 10:46:27 by ross] Make Data.Unique work with Hugs.
ross
More...
about 24 years ago
[project @ 2002-07-22 13:30:43 by simonmar] Make the new mergesort stable.
simonmar
More...
about 24 years ago
[project @ 2002-07-22 11:37:38 by ross] Make Data.Array.{IArray,MArray,IO,ST} work with Hugs, splitting off the IOArray part of Hugs.IOExts into Hugs.IOArray and (sadly) adding Hugs.Array.Base, a cut-down version of Data.Array.Base.
ross
More...
about 24 years ago
[project @ 2002-07-18 22:01:50 by sof] win32 console-based implementations of setCooked, {get,set}Echo
sof
More...
about 24 years ago
[project @ 2002-07-18 22:01:07 by sof] helper functions for mucking about with Win32 consoles
sof
More...
about 24 years ago
[project @ 2002-07-17 10:47:01 by ross] Make the libraries' Numeric module usable by Hugs. Also deleted a chunk of code inside #ifdef __HUGS__ -- this was unused, and the copy in Hugs (now Hugs.Numeric) has since been improved. (Since these functions are portable, ideally they would be merged with the versions in GHC.Float)
ross
More...
about 24 years ago
[project @ 2002-07-17 09:22:20 by simonmar] Need to #include <math.h> now that Stg.h doesn't.
simonmar
More...
about 24 years ago
[project @ 2002-07-16 22:42:28 by sof] handleFinalizer: (also) use the handle's type/state to decide whether or not go ahead with close()ing.
sof
More...
about 24 years ago
[project @ 2002-07-16 16:08:58 by ross] Add imports of Hugs.* modules (wrapped in #ifdef __HUGS__) to make these modules work with Hugs.
ross
More...
about 24 years ago
[project @ 2002-07-16 15:47:25 by ross] First stage of making the new libraries work with Hugs:
ross
More...
about 24 years ago
[project @ 2002-07-15 16:15:14 by simonmar] extra comma in export list
simonmar
More...
about 24 years ago
[project @ 2002-07-15 16:02:11 by simonmar] Remove for extra commas in export lists (GHC is a little too lenient). Patch from Ross Paterson.
simonmar
More...
about 24 years ago
[project @ 2002-07-15 12:25:24 by simonmar] Remove duplication in the extra_libraries list for mingw32
simonmar
More...
about 24 years ago
[project @ 2002-07-08 10:43:10 by simonmar] Fix a bug in getDirectoryEntries where the directory stream wasn't always being closed. This one shows up on Solaris as a "too many open files" failure when trying to run the test suite.
simonmar
More...
about 24 years ago
[project @ 2002-07-04 16:22:02 by simonmar] Flesh out the documentation a bit.
simonmar
More...
about 24 years ago
[project @ 2002-07-04 13:33:24 by simonmar] Sigh, enabling _POSIX_PTHREAD_SEMANTICS causes the Solaris header files to drop several silly little C functions into the source code. We don't want these duplicated in every Haskell-compiled object.
simonmar
More...
about 24 years ago
[project @ 2002-07-04 12:57:39 by simonmar] We have to define _POSIX_PTHREAD_SEMANTICS on Solaris in order to get the right versions of the _r functions. Otherwise we get Solaris-specific versions of these, which puts a spanner in the works.
simonmar
More...
about 24 years ago
[project @ 2002-07-04 10:42:32 by simonmar] Explicitly import the Prelude, and add a few types signatures to make these modules produce better documentation.
simonmar
More...
about 24 years ago
←
1
2
…
53
54
55
56
57
58
59
60
61
…
66
67
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree