2008-05-12 |
Simon Marlow | FIX #1861: floating-point constants for infinity and...
|
commit | commitdiff | tree |
2008-04-29 |
Simon Marlow | change topHandlerFastExit to topHandler, so the terminal...
|
commit | commitdiff | tree |
2008-04-29 |
Simon Marlow | don't turn off stdin/stdout buffering after loading...
|
commit | commitdiff | tree |
2008-04-29 |
Simon Marlow | FIX #1933: use a better test for timer_create()
|
commit | commitdiff | tree |
2008-04-14 |
Simon Marlow | FIX BUILD (Windows): Copy the ln trick used by the...
|
commit | commitdiff | tree |
2008-04-11 |
Simon Marlow | FIX #2197: an update frame might point to an IND_OLDGEN
|
commit | commitdiff | tree |
2008-04-09 |
Simon Marlow | add pointers to the wiki for the rules about C prototypes
|
commit | commitdiff | tree |
2008-04-09 |
Simon Marlow | avoid warnings from ffi.h when UseLibFFIForAdjustors=YES
|
commit | commitdiff | tree |
2008-04-09 |
Simon Marlow | FIX BUILD (bootstrap with -fvia-C): prototype fixes
|
commit | commitdiff | tree |
2008-04-08 |
Simon Marlow | Import libffi-3.0.4, and use it to provide FFI support...
|
commit | commitdiff | tree |
2008-04-07 |
Simon Marlow | FIX BUILD on non-x86: add missing prototypes
|
commit | commitdiff | tree |
2008-04-07 |
Simon Marlow | update a comment
|
commit | commitdiff | tree |
2008-04-03 |
Simon Marlow | remove dead code
|
commit | commitdiff | tree |
2008-04-02 |
Simon Marlow | Do not #include external header files when compiling...
|
commit | commitdiff | tree |
2008-03-13 |
Simon Marlow | parsing tweak for :break
|
commit | commitdiff | tree |
2008-02-07 |
Simon Marlow | Tweaks to stack squeezing
|
commit | commitdiff | tree |
2008-03-12 |
Simon Marlow | #2050: save the GHCi history in ~/.ghc/ghci_history
|
commit | commitdiff | tree |
2008-02-28 |
Simon Marlow | add a note about SMP execution not being supported...
|
commit | commitdiff | tree |
2008-02-28 |
Simon Marlow | Enable -prof -threaded (#886)
|
commit | commitdiff | tree |
2008-02-26 |
Simon Marlow | FIX #2122: file locking bug
|
commit | commitdiff | tree |
2008-02-26 |
Simon Marlow | documentation improvements from Frederik Eaton
|
commit | commitdiff | tree |
2008-02-26 |
Simon Marlow | markup fix
|
commit | commitdiff | tree |
2008-02-19 |
Simon Marlow | Fix #1984: missing context switches
|
commit | commitdiff | tree |
2008-02-19 |
Simon Marlow | fix unregisterised stage 2 build
|
commit | commitdiff | tree |
2008-02-18 |
Simon Marlow | attempt to fix #2098 (PPC pepple please test & fix)
|
commit | commitdiff | tree |
2008-02-09 |
Simon Marlow | FIX #2023: substitute for $topdir in haddockInterfaces...
|
commit | commitdiff | tree |
2008-02-07 |
Simon Marlow | Remove old code to get TMPDIR, use System.Directory...
|
commit | commitdiff | tree |
2008-02-08 |
Simon Marlow | FIX #2080: an optimisation to remove a widening was...
|
commit | commitdiff | tree |
2008-02-08 |
Simon Marlow | Remove some of the old compat stuff now that we assume...
|
commit | commitdiff | tree |
2008-02-07 |
Simon Marlow | Allow runghc to take input from stdin, just like Ruby...
|
commit | commitdiff | tree |
2008-02-07 |
Simon Marlow | remove a bogus assertion
|
commit | commitdiff | tree |
2008-02-06 |
Simon Marlow | FIX BUILD on x86_64
|
commit | commitdiff | tree |
2008-02-05 |
Simon Marlow | matchesPkg: match against the pkg Id (foo-1.0) not...
|
commit | commitdiff | tree |
2008-02-05 |
Simon Marlow | FIX #2047: Windows (and older Unixes): align info tables...
|
commit | commitdiff | tree |
2008-02-04 |
Simon Marlow | Support for using libffi to implement FFI calls in...
|
commit | commitdiff | tree |
2008-01-04 |
Simon Marlow | Use the correct libffi type for pointers
|
commit | commitdiff | tree |
2008-02-01 |
Simon Marlow | UNDO: Be a little keener to inline
|
commit | commitdiff | tree |
2008-02-01 |
Simon Marlow | FIX BUILD with GHC 6.4.x
|
commit | commitdiff | tree |
2008-02-01 |
Simon Marlow | FIX BUILD with ghc-6.4.x
|
commit | commitdiff | tree |
2008-01-29 |
Simon Marlow | Some tweaks to the building from source section
|
commit | commitdiff | tree |
2008-01-24 |
Simon Marlow | FIX BUILD wrong imports on non-Windows
|
commit | commitdiff | tree |
2008-01-23 |
Simon Marlow | Show CmdLineError exceptions as "<command line>: ..."
|
commit | commitdiff | tree |
2008-01-23 |
Simon Marlow | FIX #1750: in isBrokenPackage, don't loop if the deps...
|
commit | commitdiff | tree |
2008-01-23 |
Simon Marlow | FIX #1750: throw out mutually recursive groups of packages
|
commit | commitdiff | tree |
2008-01-23 |
Simon Marlow | FIX #1838, #1987: change where GHCi searches for config...
|
commit | commitdiff | tree |
2008-01-22 |
Simon Marlow | FIX #1767 :show documentation claimed too much
|
commit | commitdiff | tree |
2008-01-22 |
Simon Marlow | fix syntax-error output for :show
|
commit | commitdiff | tree |
2008-01-22 |
Simon Marlow | This goes with the patch for #1839, #1463
|
commit | commitdiff | tree |
2008-01-22 |
Simon Marlow | use pathSeparator instead of '/'
|
commit | commitdiff | tree |
2008-01-22 |
Simon Marlow | cleanup only
|
commit | commitdiff | tree |
2008-01-21 |
Simon Marlow | FIX #2049, another problem with the module context...
|
commit | commitdiff | tree |
2008-01-21 |
Simon Marlow | Increase the bar for bootstrapping GHC to 6.4 (HEAD...
|
commit | commitdiff | tree |
2008-01-04 |
Simon Marlow | pass -no-user-package-conf to ghc-inplace
|
commit | commitdiff | tree |
2008-01-03 |
Simon Marlow | Optionally use libffi to implement 'foreign import...
|
commit | commitdiff | tree |
2008-01-03 |
Simon Marlow | remove trace apparently left in by accident
|
commit | commitdiff | tree |
2008-01-03 |
Simon Marlow | Fix warnings with newer gcc versions (I hope)
|
commit | commitdiff | tree |
2008-01-03 |
Simon Marlow | FIX #1898: add a missing UNTAG_CLOSURE() in checkBlackHoles
|
commit | commitdiff | tree |
2008-01-02 |
Simon Marlow | fix validation failure on non-i386
|
commit | commitdiff | tree |
2008-01-02 |
Simon Marlow | expand "out of stack slots" panic to suggest using...
|
commit | commitdiff | tree |
2008-01-02 |
Simon Marlow | Warning clean, and fix compilation with GHC 6.2.x
|
commit | commitdiff | tree |
2007-12-20 |
Simon Marlow | Add dead code elimination in cmmMiniInline
|
commit | commitdiff | tree |
2007-12-17 |
Simon Marlow | FIX #1980: must check for ThreadRelocated in killThread#
|
commit | commitdiff | tree |
2007-12-14 |
Simon Marlow | always try to remove the new file before restoring...
|
commit | commitdiff | tree |
2007-12-13 |
Simon Marlow | FIX #1963: catch Ctrl-C and clean up properly
|
commit | commitdiff | tree |
2007-12-12 |
Simon Marlow | "list --simple-output" should be quiet when there are...
|
commit | commitdiff | tree |
2007-12-06 |
Simon Marlow | comment only
|
commit | commitdiff | tree |
2007-12-06 |
Simon Marlow | comment typo
|
commit | commitdiff | tree |
2007-12-06 |
Simon Marlow | add Outputable instance for OccIfaceEq
|
commit | commitdiff | tree |
2007-12-06 |
Simon Marlow | Workaround for #1959: assume untracked names have changed
|
commit | commitdiff | tree |
2007-12-06 |
Simon Marlow | FIX part of #1959: declaration versions were not being...
|
commit | commitdiff | tree |
2007-12-05 |
Simon Marlow | move FP_FIND_ROOT after the "GHC is required" check
|
commit | commitdiff | tree |
2007-12-05 |
Simon Marlow | FIX #1110: hackery also needed when running gcc for CPP
|
commit | commitdiff | tree |
2007-12-04 |
Simon Marlow | protect console handler against concurrent access ...
|
commit | commitdiff | tree |
2007-12-04 |
Simon Marlow | fix race conditions in sandboxIO (#1583, #1922, #1946)
|
commit | commitdiff | tree |
2007-12-04 |
Simon Marlow | :cd with no argument goes to the user's home directory
|
commit | commitdiff | tree |
2007-12-04 |
Simon Marlow | forkIO starts the new thread blocked if the parent...
|
commit | commitdiff | tree |
2007-11-30 |
Simon Marlow | FIX #1914: GHCi forgot all the modules that were loaded...
|
commit | commitdiff | tree |
2007-11-30 |
Simon Marlow | FIX #1744: ignore the byte-order mark at the beginning...
|
commit | commitdiff | tree |
2007-11-28 |
Simon Marlow | add comment
|
commit | commitdiff | tree |
2007-11-27 |
Simon Marlow | give a more useful message when the static flags have...
|
commit | commitdiff | tree |
2007-11-27 |
Simon Marlow | FIX #1925: the interpreter was not maintaining tag...
|
commit | commitdiff | tree |
2007-11-27 |
Simon Marlow | add missing instruction: ALLOC_AP_NOUPD
|
commit | commitdiff | tree |
2007-11-26 |
Simon Marlow | Check tag bits on the fun pointer of a PAP
|
commit | commitdiff | tree |
2007-11-26 |
Simon Marlow | canonicalise the path to HsColour
|
commit | commitdiff | tree |
2007-11-23 |
Simon Marlow | refactor: HscNothing and boot modules do not need desugaring
|
commit | commitdiff | tree |
2007-11-20 |
Simon Marlow | Move file locking into the RTS, fixing #629, #1109
|
commit | commitdiff | tree |
2007-11-20 |
Simon Marlow | Always do 'setup makefile' before building each library
|
commit | commitdiff | tree |
2007-11-16 |
Simon Marlow | Attempt at fixing #1873, #1360
|
commit | commitdiff | tree |
2007-11-16 |
Simon Marlow | Change the command-line semantics for query commands
|
commit | commitdiff | tree |
2007-11-16 |
Simon Marlow | use "ghc-pkg latest --global" instead of "ghc-pkg list...
|
commit | commitdiff | tree |
2007-11-16 |
Simon Marlow | Disallow installing packages whose names differ in...
|
commit | commitdiff | tree |
2007-11-16 |
Simon Marlow | FIX BUILD (with GHC 6.2.x): update .hi-boot file
|
commit | commitdiff | tree |
2007-11-15 |
Simon Marlow | FIX #1828: installing to a patch with spaces in
|
commit | commitdiff | tree |
2007-11-15 |
Simon Marlow | on Windows, install to a directory with spaces (test...
|
commit | commitdiff | tree |
2007-11-15 |
Simon Marlow | FIX #1679: crash on returning from a foreign call
|
commit | commitdiff | tree |
2007-11-15 |
Simon Marlow | Avoid the use of unversioned package dependencies
|
commit | commitdiff | tree |
2007-11-14 |
Simon Marlow | FIX #1596 (remove deprecated --define-name)
|
commit | commitdiff | tree |
2007-11-14 |
Simon Marlow | FIX #1837: remove deprecated support for unversioned...
|
commit | commitdiff | tree |
2007-11-14 |
Simon Marlow | remove --define-name from the --help usage message...
|
commit | commitdiff | tree |
2007-11-14 |
Simon Marlow | FIX #1837: emit deprecated message for unversioned...
|
commit | commitdiff | tree |
next |