1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 12 hours ago. based on code collected about 17 hours ago.
May 03, 2023 — May 03, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixes for NetBSD
Thomas Hallgren
as hallgren
More... about 1 month ago
Fix ambiguous use of catch when it is exported from the Prelude (ghc<7.6)
Thomas Hallgren
as hallgren
More... 2 months ago
Add bufferButtonF and bump version number to 0.18.5
Thomas Hallgren
as hallgren
More... 4 months ago
More informative error messsage if the Response parser fails
Thomas Hallgren
as hallgren
More... 4 months ago
Cleanup. Make a dash on its own terminate options parsing, i.e. the following words are treated as regular arguments even if they start with a dash.
Thomas Hallgren
as hallgren
More... 4 months ago
Cleanup. Reduce code duplicaion by using the overloaded xreqeust.
Thomas Hallgren
as hallgren
More... 4 months ago
The library modules can now be compiled with: ghumake Fudgets.hs
Thomas Hallgren
as hallgren
More... 4 months ago
pfe can use the ghc implementation of GetTime
Thomas Hallgren
as hallgren
More... 4 months ago
Implement the CreateDirectory and StatusFile requests and add some helper functions to make the code a bit less repetitive.
Thomas Hallgren
as hallgren
More... 4 months ago
Add support for binary file IO with lazy bytestring when compiling with pfe
Thomas Hallgren
as hallgren
More... 4 months ago
Add GCommand (unused, commented out)
Thomas Hallgren
as hallgren
More... 6 months ago
Tested with ghc-9.8.1
Thomas Hallgren
as hallgren
More... 7 months ago
Fixes for OpenBSD
Thomas Hallgren
as hallgren
More... 7 months ago
Accept "..." (indicating omitted methods) in class declarations whan parsing interface files
Thomas Hallgren
as hallgren
More... 7 months ago
Distingush between data and newtype
Thomas Hallgren
as hallgren
More... 7 months ago
Add support for flexible contexts in type signatures and instance declarations.
Thomas Hallgren
as hallgren
More... 8 months ago
Add support for + superclasses in class declarations, + infix constuructors in data types (TODO: pretty printing) + conids in kind expressions
Thomas Hallgren
as hallgren
More... 8 months ago
Add Category: Fudgets
Thomas Hallgren
as hallgren
More... 8 months ago
Fix a typo
Thomas Hallgren
as hallgren
More... 8 months ago
Fix incorrect assumptions about the type of titleShellF in the documentation
Thomas Hallgren
as hallgren
More... 8 months ago
Use <p> as a paragraph wrapper, not a paragraph separator
Thomas Hallgren
as hallgren
More... 8 months ago
The libraries used with pfe suppor ByteString
Thomas Hallgren
as hallgren
More... 8 months ago
Avoid pattern match failure in helper function invalid
Thomas Hallgren
as hallgren
More... 8 months ago
Fix spelling
Thomas Hallgren
as hallgren
More... 8 months ago
Put modules re-exported from AllFudgets in reverse order, to mimic the behaviour of haddock
Thomas Hallgren
as hallgren
More... 8 months ago
Use module aliases to reduce the module re-export code size
Thomas Hallgren
as hallgren
More... 8 months ago
More structure in the haddock docs for AllFudgets
Thomas Hallgren
as hallgren
More... 8 months ago
Use module aliases to reduce the module re-export code size
Thomas Hallgren
as hallgren
More... 8 months ago
closeDe doesn't need the display and window from the request
Thomas Hallgren
as hallgren
More... 8 months ago
dynListF/dynF: in addition to destroying all its windows when a dynamic fudget is destroyed, also destroy all its sockets and timers.
Thomas Hallgren
as hallgren
More... 8 months ago