User contributions for Brianh
9 February 2007
- 01:3701:37, 9 February 2007 diff hist +122 GHC/Using the FFI Fixed FFI.h to ensure C linkage of HsFunPtr
- 01:2901:29, 9 February 2007 diff hist +15 m GHC/Using the FFI Better comment above call to hs_add_root
- 01:2501:25, 9 February 2007 diff hist +140 GHC/Using the FFI Clarified meaning of hs_add_root
8 February 2007
- 23:1923:19, 8 February 2007 diff hist +1 m GHC/Using the FFI so -> and
- 23:1823:18, 8 February 2007 diff hist −2 m GHC/Using the FFI the -> a
- 23:1023:10, 8 February 2007 diff hist +14 m GHC/Using the FFI C main needs to return something
- 22:5222:52, 8 February 2007 diff hist +1 m GHC/Using the FFI #ifdef -> #ifndef
- 22:5022:50, 8 February 2007 diff hist +273 GHC/Using the FFI another minor tweak to the untested example about DllMain
- 22:4322:43, 8 February 2007 diff hist −36 GHC/Using the FFI Bar_stub.h doesn't need extern "C"
- 21:5621:56, 8 February 2007 diff hist +25 GHC/Using the FFI Lewis.cpp would include HsFFI.h not FFI.h etc
- 21:0621:06, 8 February 2007 diff hist +1,627 GHC/Using the FFI Added untested example of a DLL statically linked to Haskell
- 20:3320:33, 8 February 2007 diff hist +1,183 GHC/Using the FFI More visible warning about dangers of DllMain()
5 February 2007
- 02:1102:11, 5 February 2007 diff hist −25 Accessible layout proposal Fixed grammar rule for #$ so lhs is an exp0 not just fexp current
4 February 2007
- 11:2911:29, 4 February 2007 diff hist +85 Accessible layout proposal Adjusted desugaring to deal with existing record syntax
3 February 2007
- 17:1117:11, 3 February 2007 diff hist +553 Class system extension proposal Added another possible implication of superclass overriding proposal
- 16:5816:58, 3 February 2007 diff hist +753 Future of Haskell Added explanation of how to get a new proposal onto the wiki
- 16:4116:41, 3 February 2007 diff hist +778 Future of Haskell Added link to Proposals page before old hawiki HaskellTwo link
- 16:1216:12, 3 February 2007 diff hist +5,534 N Accessible layout proposal Initial draft
15 January 2007
- 21:0321:03, 15 January 2007 diff hist −63 m Class system extension proposal corrected paraphrase of link to extensible superclasses wiki page
- 19:2919:29, 15 January 2007 diff hist +9 Class system extension proposal Monad String -> Monad Maybe ;-)
- 19:1619:16, 15 January 2007 diff hist +324 Class system extension proposal Removed a possible confusion with instance import example
- 19:0619:06, 15 January 2007 diff hist +625 Class system extension proposal Added links to research on extensible superclasses
10 January 2007
- 00:4200:42, 10 January 2007 diff hist +14 m Class system extension proposal clarified distinction between method and implementation
9 January 2007
- 19:0619:06, 9 January 2007 diff hist +1 m Class system extension proposal Changed category to "Proposals"
- 18:5418:54, 9 January 2007 diff hist +126 Class system extension proposal fixed explicit import/export example syntax
- 18:3718:37, 9 January 2007 diff hist +5,488 N Class system extension proposal Initial draft
- 17:0017:00, 9 January 2007 diff hist +45 Functor hierarchy proposal Added link to class system extension proposal
5 January 2007
- 09:5209:52, 5 January 2007 diff hist +6 m Talk:SantaClausProblem (Why does wiki not expand tildes to my real name?)
- 09:4909:49, 5 January 2007 diff hist +1,569 Talk:SantaClausProblem Possible infinite re-execution + no definition for check
4 January 2007
- 22:3322:33, 4 January 2007 diff hist −58 Talk:SantaClausProblem Corrected my mistaken reading of 'brutal' lock section page 5
- 22:0622:06, 4 January 2007 diff hist +957 Talk:SantaClausProblem 'brutal' lock *does* ensure isolation I think (?)
2 November 2006
- 17:0317:03, 2 November 2006 diff hist +257 GHC/Stand-alone deriving declarations Improvement to my previous alternative syntax suggestion
1 November 2006
- 17:1417:14, 1 November 2006 diff hist +531 GHC/Stand-alone deriving declarations alternative syntax suggestion
13 October 2006
- 12:1312:13, 13 October 2006 diff hist −4 m Homework help publically -> publicly
18 August 2006
- 19:5019:50, 18 August 2006 diff hist +8 m OOP vs type classes getSize (Sized a) = getSize a -- JM's letter
28 June 2006
- 11:0411:04, 28 June 2006 diff hist +2,817 GHC/Using the FFI Added sections on efficiency, stable FunPtr, and further reading
21 April 2006
- 22:5722:57, 21 April 2006 diff hist +416 GHC/Using the FFI Used GHC_HOME env variable instead of hardcoded path
16 April 2006
- 16:1516:15, 16 April 2006 diff hist 0 m GHC/Using the FFI "on" -> "in"
- 16:1016:10, 16 April 2006 diff hist +1,097 GHC/Using the FFI #define to allow Duma.h to be #included by Duma.cpp also
15 April 2006
- 17:5317:53, 15 April 2006 diff hist +662 GHC/Using the FFI Attempted to clarify the description of address imports
- 17:1617:16, 15 April 2006 diff hist −2 m GHC/Using the FFI changed "foreign function" to "foreign import"
- 15:2015:20, 15 April 2006 diff hist +178 GHC/Using the FFI added extern "C" to Duma.h
- 14:5914:59, 15 April 2006 diff hist +104 GHC/Using the FFI added def of mkFreeFunPtr
- 14:3614:36, 15 April 2006 diff hist +2,426 GHC/Using the FFI Solution Files to Source Files and added freeHaskellFunPtr stuff
- 14:0114:01, 15 April 2006 diff hist +10,657 N GHC/Using the FFI Created initial page of examples of using FFI with Visual C++
- 10:5810:58, 15 April 2006 diff hist +61 GHC/Documentation Added link to Using the FFI page