14
I Use This!
Very Low Activity

Commits : Listings

Analyzed 5 days ago. based on code collected 5 days ago.
Mar 30, 2025 — Mar 30, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[project @ 2003-07-30 08:13:16 by ralf] Rolled back to newtype now that the compiler does not panic anymore for the module Data/Generics/Text.hs. More... over 22 years ago
[project @ 2003-07-29 12:36:52 by ross] exclude Data.Generics.* More... over 22 years ago
[project @ 2003-07-29 12:03:13 by ross] trim imports More... over 22 years ago
[project @ 2003-07-28 15:03:05 by panne] Markup fixes More... over 22 years ago
[project @ 2003-07-28 12:11:46 by malcolm] Use new Data.Dynamic/Data.Typeable story in nhc98. More... over 22 years ago
[project @ 2003-07-26 12:43:58 by ralf] Renamed Data/Generics/Strings to .../Text. Implemented generic read by using Text/ParserCombinators/ReadP. This is now how it really should look like. Did some more refactoring in the modules of Data/Generics. I consider the library relatively stable by now. Very experimental stuff is only in Data/Generics/Reify.hs More... over 22 years ago
[project @ 2003-07-25 15:03:38 by simonpj] Wibbles to gread; Ralf to check More... over 22 years ago
[project @ 2003-07-25 14:36:38 by ralf] Data.Generics is up and running again! More... over 22 years ago
[project @ 2003-07-25 10:03:51 by simonmar] regcomp: don't attach the regfree finalizer if c_regcomp failed. More... over 22 years ago
[project @ 2003-07-24 16:24:21 by ralf] Addressed Ross' concerns as follows: Included all of Data/Types.hs into Data/Typeable.hs. It really makes sense there anyway. More... over 22 years ago
[project @ 2003-07-24 15:28:06 by simonpj] Minor bugs in generics More... over 22 years ago
[project @ 2003-07-24 15:13:44 by ross] exclude Data.Generics.* from Hugs More... over 22 years ago
[project @ 2003-07-24 14:20:23 by panne] Quick fix from Ross to get the Hugs builds working again. I'm not sure what the right fix is, e.g. is moving sameType to Data.Types enough? More... over 22 years ago
[project @ 2003-07-24 13:53:20 by simonmar] Make pre-processing primops.txt from this directory work properly. More... over 22 years ago
[project @ 2003-07-24 12:19:57 by ralf] Major refactoring of Data/Generics. This also affects the compiler (because of deriving issues). This is an intermediate commit. The library is supposed to compile fine. But the deriving stuff for Data needs to be revised. The testsuite for Data/Generics will not pass. gread is broken at the moment. So it is strongly recommended not to cvs upd for a few hours or a day. More... over 22 years ago
[project @ 2003-07-24 12:05:42 by panne] GCC 3.3 is a bit picky about macros with a varying number of arguments, even when they are skipped. Strange... More... over 22 years ago
[project @ 2003-07-24 10:41:38 by simonpj] Add more comments More... over 22 years ago
[project @ 2003-07-24 07:49:33 by simonpj] A gross hack to stop the pretty-printer going into an infinite loop. What happens is that 'indent' is given a negative number, and that made it loop. This patch checks for the negative case, so at least it doesn't loop -- but I don't understand why the indent ever goes negative, so there's still something wrong here. More... over 22 years ago
[project @ 2003-07-23 15:39:54 by simonmar] GHC/PrimopWrappers.hs fix for BootingFromHc More... over 22 years ago
[project @ 2003-07-23 10:27:49 by wolfgang] Fix regular expressions for Mac OS X. More... over 22 years ago
[project @ 2003-07-22 14:38:02 by simonpj] Remove out-of-date apology about mkTyConApp; merge to stable More... over 22 years ago
[project @ 2003-07-22 12:55:50 by simonmar] Export hShow (GHC only for now). More... over 22 years ago
[project @ 2003-07-22 09:55:05 by ross] jiggle to make System.Posix.Directory work for Hugs More... over 22 years ago
[project @ 2003-07-21 16:50:20 by simonmar] GHC's instance Show Handle is wrong, because it is impure. This commit makes the Show instance pure by restricting what it shows to just the filename. More... over 22 years ago
[project @ 2003-07-21 13:21:02 by malcolm] > Build Control.Monad before Data.HashTable, the latter depends on the > former. Shouldn't the build system know about that automatically? More... over 22 years ago
[project @ 2003-07-21 09:26:23 by simonmar] Fix showIntAtBase to match the report. Its signature was previously More... over 22 years ago
[project @ 2003-07-16 17:46:52 by sof] [win32]asyncDoProc :: FunPtr (Ptr a -> IO Int) -> Ptr a -> IO Int
sof
More... over 22 years ago
[project @ 2003-07-16 10:55:20 by simonmar] - Make showHex and showOct match the report (don't add leading "Ox" or "Oo"). More... over 22 years ago
[project @ 2003-07-16 10:46:29 by panne] Build Control.Monad before Data.HashTable, the latter depends on the former. Shouldn't the build system know about that automatically? More... over 22 years ago
[project @ 2003-07-10 19:25:58 by sof] For System.Directory.renameFile on Win32 platforms, implement the Haskell98 semantics of replacing the target file if it already exists (i.e., file/directory renaming is now done by dirUtils.c:__hscore_renameFile().)
sof
More... over 22 years ago