14
I Use This!
Very Low Activity

Commits : Listings

Analyzed 4 days ago. based on code collected 4 days ago.
Mar 30, 2025 — Mar 30, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[project @ 2005-05-06 00:30:56 by sof] [mingw only] Work around bug in win32 Console API which showed up in the GHCi UI: if the user typed in characters prior to the appearance of the prompt, the first of these characters always came out as a 'g'. The GHCi UI does for good reasons one-character reads from 'stdin', which causes the underlying APIs to become confused. A simple repro case is the following piece of C code:
sof
More... almost 21 years ago
[project @ 2005-05-04 15:07:47 by simonmar] Do *not* inline runSTRep now (see comments for details). More... almost 21 years ago
[project @ 2005-04-25 13:25:08 by simonmar] Only ftruncate() regular files. More... almost 21 years ago
[project @ 2005-04-22 17:00:49 by sof] [mingw only] Better handling of I/O request abortions upon throwing an exception to a Haskell thread. As was, a thread blocked on an I/O request was simply unblocked, but its corresponding worker thread wasn't notified that the request had been abandoned.
sof
More... almost 21 years ago
[project @ 2005-04-22 16:07:36 by sof] make DEBUG_DUMP-conditional code compile
sof
More... almost 21 years ago
[project @ 2005-04-21 09:40:41 by simonmar] Add unsafeForeignPtrToStorableArray More... almost 21 years ago
[project @ 2005-04-17 10:06:16 by panne] Merged "unrecoginzed long opt" fix from Distribution.GetOpt More... almost 21 years ago
[project @ 2005-04-12 12:57:49 by ross] clarify docs of insert and union. More... almost 21 years ago
[project @ 2005-04-07 23:36:48 by sof] import reordering wibble to make it mingw-palatable.
sof
More... almost 21 years ago
[project @ 2005-04-07 14:33:31 by simonmar] Support handling signals in the threaded RTS by passing the signal number down the pipe to the IO manager. This avoids needing synchronisation in the signal handler. More... almost 21 years ago
[project @ 2005-04-06 22:05:58 by simonmar] Fix bug in hDuplicateTo More... almost 21 years ago
[project @ 2005-04-05 08:38:24 by simonmar] Determine the location of CMD.EXE (or COMMAND.COM) using the same algorithm as system() from msvcrt. More... almost 21 years ago
[project @ 2005-04-04 12:16:45 by simonpj] Default method for unsafeRangeSize should use unsafeIndex! More... almost 21 years ago
[project @ 2005-04-04 08:02:53 by simonmar] doc fix More... almost 21 years ago
[project @ 2005-04-02 04:39:35 by dons] Typo in comment only: "Causes a the finalizers associated with a foreign pointer..." to "Causes the finalizers associated with a foreign pointer..." More... about 21 years ago
[project @ 2005-03-31 21:40:15 by wolfgang] Fix handling of end-of-options markers (--). getOpt would correctly return the non-options after the marker, but it would return errors for things after the marker that looked like options. More... about 21 years ago
[project @ 2005-03-30 11:15:21 by simonmar] Ord instance: use toAscList instead of toList (doc change only; these functiosn are the same). More... about 21 years ago
[project @ 2005-03-27 13:41:19 by panne] * Some preprocessors don't like the C99/C++ '//' comments after a directive, so use '/* */' instead. For consistency, a lot of '//' in the include files were converted, too. More... about 21 years ago
[project @ 2005-03-24 09:19:52 by simonmar] __hscore_getFolderPath is ccall, not stdcall. More... about 21 years ago
[project @ 2005-03-21 18:04:48 by sof] __hscore_getFolderPath(): Don't limit ourselves to shell32.dll, look up shfolder.dll too.
sof
More... about 21 years ago
[project @ 2005-03-19 02:03:26 by sof] [Windows only] for System.Directory / Compat.Directory functionality that probes the OS for local details re: misc user directories, perform late binding of SHGetFolderPath() from shell32.dll, as it may not be present. (cf. ghc-6.4's failure to operate on Win9x / NT boxes.) If the API isn't there, fail with UnsupportedOperation. Packages.readPackageConfigs: gracefully handle excns from getAppUserDataDirectory.
sof
More... about 21 years ago
[project @ 2005-03-18 17:28:08 by krasimir] HACK: The redirection of standard handles under Windows is a little bit tricky because we have to take in account that the application can be GUI. The commit affects only Windows GUI applications. More... about 21 years ago
[project @ 2005-03-16 13:27:03 by ross] Data.Char docs, and hide GHC.Unicode More... about 21 years ago
[project @ 2005-03-16 10:55:04 by simonmar] Back-port changes from WCsubst.c:iswprint() More... about 21 years ago
[project @ 2005-03-15 17:19:09 by ross] Nhc: export the new names More... about 21 years ago
[project @ 2005-03-15 17:18:24 by ross] remove unused WInt type More... about 21 years ago
[project @ 2005-03-15 13:38:27 by simonmar] patch for iswprint() from Dimitry. More... about 21 years ago
[project @ 2005-03-15 12:15:15 by malcolm] nhc98 can use the WCsubst.c stuff for Unicode as well. More... about 21 years ago
[project @ 2005-03-14 18:02:48 by ross] move general categories and derived predicates to Data.Char More... about 21 years ago
[project @ 2005-03-14 17:23:22 by ross] Hugs only: don't import Data.{Eq,Ord} More... about 21 years ago