Timeline
10/17/09:
- 14:13 Ticket #3596 (getOptions'.parseLanguage(1) went past eof token) created by
- this (19char) "code" crashes ghc-6.10.4: […] ghc: panic! (the …
- 11:35 Ticket #3595 (The forefathers of Haskell ...) created by
- 17 October 2009 I am something of a new face. I wish to introduce myself …
- 06:04 Ticket #3594 (ppc stage1 panic for --enable-shared) created by
- Not sure if this is expected but ghc-6.12 panics on ppc when it starts to …
- 03:57 Building/Preparation/Windows edited by
- (diff)
10/16/09:
- 07:56 Ticket #3593 (Where has readline gone?) created by
- In going from 6.8.x to 6.10.x, I find that Readline has dissappeared. …
- 05:23 Ticket #3592 (Eta-contraction gives a rather bogus type error message) created by
- Consider the following program: […] Compiling this with GHC 6.10.3 …
10/15/09:
- 17:22 Ticket #3591 (A working program reports <<loop>> when compiled with -O) created by
- If the attached module Trampoline.hs is compiled with no optimizations it …
- 12:33 Ticket #3590 (panic (the impossible happened) when compiling with -O2) created by
- when compiling the attached program with -O2 I get the following error: …
- 10:51 Building/Porting edited by
- It's primops.txt, not primop.txt (diff)
- 10:10 Building/Porting edited by
- Generated primop goo should go into boot.tar.gz (diff)
- 06:38 Commentary/Compiler/NewCodeGenPipeline edited by
- (diff)
- 06:36 Commentary/Compiler/NewCodeGenPipeline edited by
- (diff)
- 06:34 Commentary/Compiler/NewCodeGenPipeline edited by
- (diff)
- 06:32 Commentary/Compiler/NewCodeGenPipeline edited by
- (diff)
- 06:31 Commentary/Compiler/NewCodeGenPipeline edited by
- (diff)
- 06:20 Commentary/Compiler/NewCodeGen edited by
- (diff)
- 05:47 Ticket #3580 (ghc-6.12.1rc1 on Nix: ghci does not work) closed by
- invalid: Ok, I have been able to fix the problem. It was caused by Nix …
- 05:33 Ticket #959 (Debugging info(?) leaks out: "Urk! Inventing strangely-kinded void TyCon") closed by
- fixed: I finally got around to fixing this […] IAN: Don't merge to the …
- 04:56 Ticket #3589 (Recompilation checker doesn't take into account CPP headers) created by
- When using CPP, the recompilation checker doesn't check the date on any …
- 04:53 Ticket #3588 (ghc -M should emit dependencies on CPP headers) created by
- When using CPP, ghc -M should emit dependencies on header files that are …
- 04:48 Ticket #3263 (Warnings for monadic values not used) reopened by
- Good point. Fixed by: […]
- 00:16 Status/SLPJ-Tickets edited by
- (diff)
10/14/09:
- 15:36 Ticket #3587 (provide a cross-platform way to set environment variables) created by
- System.Environment contains cross-platform operations to query environment …
- 08:15 Ticket #3586 (Initialisation of unboxed arrays is too slow) created by
- On the Clean mailing list, Philippos Apolinarius [phi500ac@…] …
- 08:03 TypeFunctionsStatus edited by
- (diff)
- 07:42 Ticket #3561 (Incorrect code generation on x86) closed by
- fixed: Test added.
- 05:07 Ticket #3585 (runhaskell displays an UTF-8 decoding error) closed by
- invalid: It's trying to load the binary, so not really a bug.
- 04:01 Ticket #3585 (runhaskell displays an UTF-8 decoding error) created by
- I have the following problem with the 6.12.1RC1 Mac installer package on …
- 01:08 Ticket #3584 (type signature involving a type family rejected) created by
- add1 is rejected in the following program: […] The following …
10/13/09:
- 16:28 Ticket #3583 (Default view patterns) created by
- as useful for code like …
- 12:09 Ticket #3487 (Data.ByteString.Lazy.elemIndices returns wrong results) closed by
- fixed: Fix is in bytestring-0.9.1.5 which is included with ghc-6.12.
- 12:09 Ticket #3486 (Data.ByteString.elemIndices causes SEGV) closed by
- fixed: Replying to simonmar: > Duncan, can this be closed now? Yes, …
- 11:00 Ticket #3581 (Compiling with optimizations on hurts performance) closed by
- duplicate
- 10:52 Ticket #3582 (Compiling with optimizations on hurts performance) created by
- The attached program runs many times slower when compiled with …
- 10:46 Ticket #3581 (Compiling with optimizations on hurts performance) created by
- The attached program runs many times slower when compiled with …
- 08:42 Ticket #3580 (ghc-6.12.1rc1 on Nix: ghci does not work) created by
- After building the ghc-6.12.1 release candidate on a 32-bit Arch Linux …
- 02:57 Ticket #3562 (syb package on Hackage does not work with 6.12) closed by
- wontfix: GHC 6.12 comes with its own syb-0.1.0.2. GHC 6.14 will not come with syb, …
- 01:49 Ticket #3546 (Use of float type in unregistered build freezes program) closed by
- fixed: Merged.
10/12/09:
- 12:49 Ticket #3568 (Command line flag "exclude-module" not recognized) closed by
- fixed: Fixed in HEAD and 6.12.
- 12:47 Ticket #3576 (minor errors in docs/users_guide/6.12.1-notes.xml) closed by
- fixed: Merged, thanks!
- 11:27 Ticket #3579 (Error: symbol `Bug_compose1_closure' is already defined) created by
- In …
- 06:19 Ticket #3578 (internal error: evacuate(static): strange closure type 42) created by
- I have a concurrent program (using CHP, which sits on top of STM+forkIO), …
- 05:36 Ticket #3574 (The install-docs target no longer works in 6.12) closed by
- fixed: Thanks for the report; I've removed that section of the README.
- 05:36 Ticket #3573 (ghc-6.12 source tarball README still mentions extralibs) closed by
- fixed: Thanks for the report; I've updated the README.
- 03:29 Ticket #3555 (Vectorisation error with negative Double const) closed by
- duplicate: I've opened #3577 as a placeholder for issues related to incomplete DPH …
- 03:27 Ticket #3577 (Complete support for Data Parallel Haskell) created by
- I'm going to open this as a placeholder for all the things the vectoriser …
- 02:14 Ticket #3544 (Add instance IsString ShowS where fromString = showString) closed by
- wontfix
10/11/09:
- 23:10 Ticket #3576 (minor errors in docs/users_guide/6.12.1-notes.xml) created by
- * listitem is misspelled a total of 4 times as listierm (two open …
- 21:45 Ticket #3575 (mkStdGen and split conspire to make some programs predictable) created by
- The following program random.hs is intended to produce a line containing …
- 19:47 Ticket #3574 (The install-docs target no longer works in 6.12) created by
- In the README file of GHC 6.12.1 RC 1, the method listed for installing …
- 15:50 Ticket #3573 (ghc-6.12 source tarball README still mentions extralibs) created by
- The README in the source tarball …
10/10/09:
- 11:54 Ticket #3567 (Configure script looks for ld too early) closed by
- fixed: This is now fixed in HEAD and 6.12.
- 10:36 Ticket #3572 (Empty types are prettyprinted with trailing "=") created by
- This prints the invalid declaration "data Void ="; should be "data Void": …
- 00:29 Ticket #3231 (Permission denied error with runProcess/openFile) reopened by
- Report as bug until proven otherwise.
10/09/09:
- 07:42 Commentary/Rts/Storage/CAFs edited by
- (diff)
- 07:40 Ticket #3571 (Bizzarely bloated binaries) created by
- Compiling a trivial test program: […] Using GHC 6.10.4 produces a …
- 07:35 Commentary/Rts/Storage/HeapObjects edited by
- (diff)
- 06:37 HackPar edited by
- (diff)
- 06:36 HackPar created by
- 04:02 Ticket #3570 (:~/base-4.0.0.0$ sudo runghc Setup.hs configure) closed by
- fixed: This one has been fixed in later releases, please upgrade GHC.
- 02:03 Ticket #3570 (:~/base-4.0.0.0$ sudo runghc Setup.hs configure) created by
- <interactive>:1:22: attempting to use module `System.IO' …
10/08/09:
- 23:49 Ticket #3569 (ghci can't handle utf-8 chinese char correctly when modify.) created by
- ubuntu 8.04, ghc 6.10.4,gnome-terminal if you can't display chinese char …
- 15:10 Commentary/Rts/Storage/CAFs edited by
- (diff)
- 15:08 Commentary/Rts/Storage/CAFs edited by
- (diff)
- 15:06 Commentary/Rts/Storage/CAFs edited by
- (diff)
- 15:05 Commentary/Rts/Storage/CAFs edited by
- (diff)
- 15:05 Commentary/Rts/Storage/CAFs edited by
- (diff)
- 11:45 Ticket #3568 (Command line flag "exclude-module" not recognized) created by
- The exclude-module flag used with ghc -M does not work as …
- 11:25 Commentary/Rts/Storage/CAFs edited by
- (diff)
- 11:25 Commentary/Rts/Storage/CAFs edited by
- (diff)
- 11:23 Commentary/Rts/Storage/CAFs edited by
- (diff)
- 11:22 Commentary/Rts/Storage/CAFs edited by
- (diff)
- 06:54 Status/SLPJ-Tickets edited by
- (diff)
- 06:45 Building/Troubleshooting edited by
- (diff)
- 06:43 Building/Troubleshooting edited by
- (diff)
- 04:45 Ticket #3567 (Configure script looks for ld too early) created by
- Because of #3565, I tried moving c:/mingw out of the way. But now …
- 04:42 Ticket #3566 (Install fails on Windows) created by
- When I do sh validate I get […] Turns out that INSTALL_LIBEXECS is …
- 04:13 Ticket #3565 (Wrong gcc being used) created by
- SimonM and I have just spent two hours tracking down a horrible …
10/07/09:
- 17:00 Ticket #3564 (Drop-in replacements for integer library no longer work) closed by
- fixed: Thanks for the report. You mean it doesn't work with 6.10.4, right? …
- 16:31 Ticket #3564 (Drop-in replacements for integer library no longer work) created by
- I was trying to replace the integer-gmp library with integer-simple in a …
- 10:34 Building/Porting edited by
- Run host/target path replacement o inplace/lib/package.conf.d/*.conf (diff)
- 09:37 Status/SLPJ-Tickets edited by
- (diff)
- 00:40 Ticket #3563 (A couple of additions to Data.Bits) created by
- Population count is an often-needed function when bitfiddling, so I think …
10/06/09:
- 16:32 Commentary/Rts/Storage/CAFs edited by
- (diff)
- 01:59 Ticket #3562 (syb package on Hackage does not work with 6.12) created by
- The syb package on Hackage (0.1.0.1) has -package-name syb, which was …
10/05/09:
- 20:58 Commentary/Rts/Storage/CAFs edited by
- Fix typos (diff)
- 16:24 Commentary/Rts/Storage/CAFs edited by
- (diff)
- 16:14 Building/Architecture/Idiom/Directories edited by
- (diff)
- 16:07 Commentary/Rts/Storage/CAFs edited by
- (diff)
- 16:05 Building/Architecture edited by
- (diff)
- 16:04 Building/Architecture/Idiom/Directories edited by
- (diff)
- 16:04 Building/Architecture/Idiom/Directories created by
- 15:21 Commentary/Rts/Scheduler edited by
- (diff)
- 15:20 Commentary/Rts/Scheduler edited by
- (diff)
- 15:18 Commentary/Rts/Scheduler edited by
- (diff)
- 15:15 Commentary/Rts/FFI edited by
- (diff)
- 14:30 Commentary/Rts/FFI edited by
- (diff)
- 14:12 Commentary/Rts/Storage/Stack edited by
- (diff)
- 11:26 Commentary/Rts/Storage/BlockAlloc edited by
- (diff)
- 11:26 Commentary/Rts/Storage/BlockAlloc edited by
- (diff)
- 10:57 Commentary/Rts/Storage/BlockAlloc edited by
- (diff)
- 10:45 Commentary/Rts/Storage/Stack edited by
- (diff)
- 10:42 Commentary/Rts/Storage/Stack edited by
- (diff)
- 10:39 Commentary/Rts/Storage/Stack edited by
- (diff)
- 04:51 Ticket #3560 (Template Haskell attempts to load unnecessary packages) closed by
- duplicate: This is a dup of #2437, but I forgive you for not finding it, it took me …
- 04:27 Ticket #3551 (Tests conc069 and conc070 failing for unregistered build) closed by
- fixed: Fixed, thanks for the report […]
10/04/09:
- 15:08 Ticket #3561 (Incorrect code generation on x86) created by
- This program prints "0" on x86 with ghc-6.10.4 and "-O" optimization at …
10/03/09:
- 18:00 Building/Preparation/Windows edited by
- (diff)
- 05:13 Building/Porting edited by
- Running configure in libraries/* may need additional arguments. (diff)
- 05:09 Building/Porting edited by
- sh configure, not ./configure, since the contents … (diff)
10/02/09:
- 18:16 Ticket #3560 (Template Haskell attempts to load unnecessary packages) created by
- To run TH splices, GHC's interpreter loads all packages specified on the …
- 17:46 Ticket #3559 (split ghci modules off into their own package) created by
- ghci code should be split into bits that are always compiled (and always …
- 17:36 Ticket #3558 (Make haddock compilable without ghci being enabled) created by
- Make haddock compilable without ghci being enabled, and set HADDOCK_DOCS …
- 11:19 Ticket #3540 (Parser accepts malformed types with implicit parameters) closed by
- fixed: Merged.
- 09:41 Ticket #3557 (CPU Vector instructions in GHC.Prim) created by
- It would be nice to have support for vector unit (MMX, SSE, AltiVec?, and …
- 02:08 Ticket #2273 (inlining defeats seq) reopened by
- See also this thread, …
- 01:15 Status/SLPJ-Tickets edited by
- (diff)
10/01/09:
- 18:10 Ticket #3556 (Build the bootstrapping ghc-pkg with ghc-cabal) created by
- The current build rules for ghc-pkg are getting increasingly intricate. …
- 07:58 Ticket #3555 (Vectorisation error with negative Double const) created by
- Negative Double constants cause an error in parallel comprehensions. This …
- 06:26 Commentary/Libraries edited by
- (diff)
09/30/09:
- 04:02 Commentary/Libraries edited by
- (diff)
- 04:01 Commentary/Libraries edited by
- (diff)
- 04:00 Commentary/Libraries edited by
- add binary, bin-package-db (diff)
- 03:38 Commentary/Libraries edited by
- (diff)
- 02:06 TypeFunctionsStatus edited by
- (diff)
- 01:40 Ticket #3554 (ASSERT failed! file TcMType.lhs line 349) created by
- Test T2627b is failing with an assertion failure with a DEBUG compiler: …
09/29/09:
- 08:33 Building/Using edited by
- change ghclibways description to refer to ways.mk (diff)
- 07:16 Ticket #3542 (ghc-cabal deadlocks) closed by
- fixed: Fixed: […]
- 06:57 Ticket #3553 (parallel gc suffers badly if one thread is descheduled) created by
- The parallel GC synchronisation uses pure spinlocks, which leads to a …
- 04:56 Packages edited by
- (diff)
- 04:55 Commentary/Packages edited by
- (diff)
- 04:34 Commentary/Compiler/NewCodeGen edited by
- (diff)
- 04:34 Ticket #3552 (Unreachable code in optimised CMM code) created by
- Ben found that GHC is gnerating some unreachable C-- code. While the NCG …
- 02:03 Ticket #3520 (Implement Type and Pattern splicing) closed by
- fixed: Type splices are fully implemented in the upcoming 6.10. Pattern splices …
09/28/09:
- 17:20 Ticket #3551 (Tests conc069 and conc070 failing for unregistered build) created by
- The two tests conc069 and conc070 both fail for an unregistered …
- 14:38 Ticket #3550 (Dynamic libraries don't work on Mac OS/X) created by
- GHC doesn't build properly on Mac OS/X when dynamic library support is …
- 09:20 Ticket #3549 (unlit does not follow H98 spec) created by
- The Haskell 98 spec has this to say about the …
- 08:33 Commentary/SourceTree edited by
- (diff)
- 06:23 Ticket #3548 (test T3294 incorrectly reported as error for unregistered build) created by
- The testsuite test, T3294 is incorrectly reported as an error when the …
- 05:00 Ticket #3547 (Improve granularity of UndecidableInstances) created by
- Currently, as a LANGUAGE pragma, UndecidableInstances? can only be set once …
09/27/09:
- 20:45 Ticket #3546 (Use of float type in unregistered build freezes program) created by
- If you compile a ghc HEAD version in unregistered mode there is a bug that …
- 14:14 Ticket #3545 (As-patterns for type signatures) created by
- The proposal: in any type signature, the presence of type variable x@pat …
- 13:30 Ticket #3544 (Add instance IsString ShowS where fromString = showString) created by
- It would be really nice to use …
- 08:14 Ticket #3400 (OS X: ghc broken on Snow Leopard) reopened by
- I don't think that the advice on the mailing list is enough to fix all of …
09/25/09:
- 16:12 Ticket #3543 (-fext-core doesn't force recompilation when .hcr file doesn't exist) created by
- If I do: ghc -o foo foo.hs and then immediately afterward: ghc -fext-core …
- 15:49 Ticket #3542 (ghc-cabal deadlocks) created by
- Trying to build an OS X installer is currently deadlocking when […] …
- 09:06 DarcsConversion/Building/GettingTheSources edited by
- Git tracks the executable bit, so no need for chmod +x. (diff)
- 07:06 Ticket #3541 (Allow local foreign imports) created by
- I have no idea the level of difficulty this would entail, but it would be …
09/24/09:
- 10:39 Ticket #3505 (type mismatch error message with operator sections counts the arguments ...) closed by
- fixed: Fixed, thanks.
- 10:39 Ticket #3521 (ld on mac won't allow -rpath unless you specify macosx_version_min 10.5) closed by
- fixed: Applied, thanks!
- 06:29 Ticket #3513 (Network package does not work on Windows 2000) closed by
- invalid: This looks like a bug in the network package. Please file a ticket on the …
- 02:45 Ticket #3494 (missing build system dependency) reopened by
- Couldn't we make ghc-cabal depend on `$(wildcard …
- 02:17 Ticket #3536 (ghci doesn't resolve libm symbols properly on Windows) closed by
- fixed: Fixed […]
09/23/09:
- 19:34 Ticket #3540 (Parser accepts malformed types with implicit parameters) created by
- The parser in GHC 6.11 currently accepts this: […] Where the type …
- 17:24 Ticket #3503 (Add __attribute__((constructor))-equivalent pragma) closed by
- wontfix: I'm going to close this ticket, due to the lack of consensus that it …
- 16:42 Ticket #3494 (missing build system dependency) closed by
- invalid: The problem is that this is really part of the build system. When we build …
- 15:11 Ticket #2969 (unix package built wrong on Solaris) closed by
- fixed: Test added to the unix package, thanks!
- 13:44 Ticket #3539 (internal error: ASSERTION FAILED: file sm/Evac.c, line 368) created by
- Searching trac for "ASSERTION FAILED" or Evac.c didn't turn this up, so …
- 11:43 Ticket #3493 ("make install" fails with error on rts/Config.h in HEAD) closed by
- fixed: Fixed; installing ghc-6.12.0.20090922-x86_64-unknown-linux.tar.bz2 …
- 11:43 Ticket #3481 (Nightly snapshot fails to install) closed by
- fixed: Fixed; installing ghc-6.12.0.20090922-x86_64-unknown-linux.tar.bz2 …
- 11:42 Ticket #3448 (Error with .so files in HEAD snapshot distribution) closed by
- fixed: Fixed; installing ghc-6.12.0.20090922-x86_64-unknown-linux.tar.bz2 …
- 08:30 Ticket #1876 (Complete shared library support) closed by
- fixed: Shared libs are working on Linux in 6.12.1. We should open separate …
- 06:29 Building/Installing edited by
- document DESTDIR (diff)
- 05:46 Ticket #3531 (Haddock needs tcRnGetInfo, hence GhcWithInterpreter YES) reopened by
- Is there a reason for this function to be enabled only if GHCi is?
- 05:44 Ticket #3538 (ghc 6.10.4 freebsd panic for language pragma of form: -foobar) closed by
- fixed: Thanks for the report. Happily, this is already fixed in the HEAD.
- 04:06 Ticket #3538 (ghc 6.10.4 freebsd panic for language pragma of form: -foobar) created by
- I am learning haskell, sorry if this is an irrelevant bug. Just following …
- 03:49 Ticket #3537 (Add missing NFData instances to parallel) created by
- [ http://hackage.haskell.org/packages/archive/parallel/1.1.0.1/doc/html/Cont …
- 02:53 Ticket #3534 (hSetBinaryMode fails after some input has been read) closed by
- fixed: Fixed […]
- 02:53 Ticket #3531 (Haddock needs tcRnGetInfo, hence GhcWithInterpreter YES) closed by
- fixed: Pushed, thanks! […]
- 01:35 Ticket #3535 (GHC Panic compiling hgalib-0.2) closed by
- fixed: The hgalib package has some .hi files in it - please contact the …
09/22/09:
- 21:47 Ticket #3536 (ghci doesn't resolve libm symbols properly on Windows) created by
- The erf package on hackage uses the libm functions erf and erfc. This all …
- 13:40 Ticket #3535 (GHC Panic compiling hgalib-0.2) created by
- Building hgalib-0.2 results in a compiler panic. GHC was compiled from …
- 09:45 Ticket #3534 (hSetBinaryMode fails after some input has been read) created by
- For the following program (BadSeek.hs), type a couple characters of …
- 09:29 Ticket #3533 (mac installer package deletes old version of ghc) created by
- The Mac installer package on the ghc downloads page (the .pkg, not the …
- 05:46 Ticket #3529 (Can't push to checked-out repos any more) closed by
- fixed: Fixed […]
- 03:22 Ticket #3532 (haddock should support content indexing of versioned package dirs) created by
- When generating the libraries/index.html file haddock generates broken …
09/21/09:
- 08:34 Ticket #3531 (Haddock needs tcRnGetInfo, hence GhcWithInterpreter YES) created by
- "Unregisterized" cross compile fails on stage2 build of Haddock because, …
- 04:30 Ticket #3398 (Unicode output in GHC) closed by
- fixed: All done. Windows code-page support is in, and GHC now goes through the …
09/20/09:
- 22:40 Ticket #3530 (GHCi does not work on Snow Leopard) created by
- When compiling GHC as a 32-bit application on Snow Leopard (Mac OS X …
- 09:49 Building/Porting edited by
- inplace/lib/package.conf changed (diff)
- 09:31 Ticket #3529 (Can't push to checked-out repos any more) created by
- I used to be able to do: […] to push to a checked-out repo, but …
- 03:39 Ticket #3528 (GHC crash: equality and class contexts on datatype accessor) closed by
- worksforme: This works in the development version.
09/19/09:
- 09:01 Building/Using edited by
- (diff)
- 08:51 Building/Using edited by
- Remove explanation of now-nonexistent GhcBootLibs? variable (diff)
- 05:46 Ticket #3528 (GHC crash: equality and class contexts on datatype accessor) created by
- The following program: […] produces the following bug when compiled …
- 03:13 Ticket #3453 (Add "check" function to Control.Monad) closed by
- wontfix: I've opened ticket #3524 to add mfilter. To paraphrase what I said on the …
09/18/09:
- 06:53 Ticket #2881 (Basic Fibonacci function using Word causes ghci to panic. - 6.10.1) closed by
- fixed: Fixed […]
- 06:08 Ticket #1136 (High memory use when compiling many let bindings.) closed by
- fixed: I think this is now fixed. With 6.11.today, on x86_64, J compiles in 6s …
- 05:28 Ticket #1856 (Improve error message for mutally recursive modules) closed by
- fixed: Done […]
- 04:44 Ticket #3525 (current dist source fail to build when Happy not found) closed by
- fixed: Fixed […]
- 04:44 Ticket #3527 (unGetChan should be able to interrupt readChan) created by
- If you are in the following situation: * A empty Chan shared between two …
09/17/09:
- 18:25 Ticket #3526 (Inliner behaviour with instances is confusing) created by
- I have a fairly simple typeclass: […] With instances like this: …
- 14:10 Ticket #3525 (current dist source fail to build when Happy not found) created by
- The daily source tarballs from …
- 08:03 Ticket #3524 (Add mfilter to Control.Monad) created by
- In the comments of #3453, I contemplated a filter function on MonadPlus?. …
- 07:17 Ticket #2324 (Data.Tree.Zipper in containers package) closed by
- wontfix: Several people argued for developing this as a separate package.
- 07:06 Ticket #3400 (OS X: ghc broken on Snow Leopard) closed by
- fixed: The testsuite works now. Five tests are currently failing: […]
- 03:55 Ticket #3512 (template-hsc.h installed under /usr/share (datadir)) closed by
- fixed: Fixed […]
- 01:35 Ticket #3523 (Dead link in "7.2. Unboxed types and primitive operations" documentation) closed by
- fixed: This has been fixed in 6.12.1.
- 01:31 Ticket #3522 (conflicting Block.h on Snow Leopard) closed by
- fixed: Block.h is now rts/storage/Block.h in 6.12.1.
- 01:13 Ticket #3523 (Dead link in "7.2. Unboxed types and primitive operations" documentation) created by
- On …
Note: See TracTimeline
for information about the timeline view.
