[bug updates
John Meacham <john@repetae.net>**20100711071500
 Ignore-this: cc36d915092d052693461bb2ee6100c
] addfile ./bugs/issue-38e54bc09340cfc7ad6d78b3c291d88e5f5be80f.yaml
hunk ./bugs/issue-38e54bc09340cfc7ad6d78b3c291d88e5f5be80f.yaml 1
+--- !ditz.rubyforge.org,2008-03-06/issue 
+title: make framework for benchmarking jhc's resource usage.
+desc: jhc itself can be slow and a memory hog at times, A standard way to measure the effect of changes should be made.
+type: :feature
+component: test
+release: 
+reporter: John Meacham <john@repetae.net>
+status: :unstarted
+disposition: 
+creation_time: 2010-07-11 05:20:56.546903 Z
+references: []
+
+id: 38e54bc09340cfc7ad6d78b3c291d88e5f5be80f
+log_events: 
+- - 2010-07-11 05:20:57.946912 Z
+  - John Meacham <john@repetae.net>
+  - created
+  - ""
addfile ./bugs/issue-3ef554f0b879be0a2ab8ce1c8fa1a13920c3b3fd.yaml
hunk ./bugs/issue-3ef554f0b879be0a2ab8ce1c8fa1a13920c3b3fd.yaml 1
+--- !ditz.rubyforge.org,2008-03-06/issue 
+title: add regression test that compiles on windows target
+desc: using mingw32 and wine, we should perform a simple regression test that makes sure the windows target works.
+type: :feature
+component: test
+release: 0.7.5
+reporter: John Meacham <john@repetae.net>
+status: :closed
+disposition: :fixed
+creation_time: 2010-07-11 05:10:23.356948 Z
+references: []
+
+id: 3ef554f0b879be0a2ab8ce1c8fa1a13920c3b3fd
+log_events: 
+- - 2010-07-11 05:10:24.506914 Z
+  - John Meacham <john@repetae.net>
+  - created
+  - ""
+- - 2010-07-11 05:10:43.616910 Z
+  - John Meacham <john@repetae.net>
+  - assigned to component test from jhc
+  - ""
+- - 2010-07-11 07:11:53.019643 Z
+  - John Meacham <john@repetae.net>
+  - assigned to release 0.7.5 from unassigned
+  - ""
+- - 2010-07-11 07:12:12.149700 Z
+  - John Meacham <john@repetae.net>
+  - closed with disposition fixed
+  - ""
addfile ./bugs/issue-49afa2da88d487994dc55935ec2f1bd1331526d0.yaml
hunk ./bugs/issue-49afa2da88d487994dc55935ec2f1bd1331526d0.yaml 1
+--- !ditz.rubyforge.org,2008-03-06/issue 
+title: add workaround for systems without posix_memalign
+desc: |-
+  Mac OSX 10.5 doesn't have posix_memalign which is needed by the garbage collector
+  We should be able to simulate it by allocating a larger amount of memory at a time and aligning the memory ourselves.
+type: :bugfix
+component: rts
+release: 
+reporter: John Meacham <john@repetae.net>
+status: :unstarted
+disposition: 
+creation_time: 2010-07-11 05:07:41.306836 Z
+references: []
+
+id: 49afa2da88d487994dc55935ec2f1bd1331526d0
+log_events: 
+- - 2010-07-11 05:07:43.196780 Z
+  - John Meacham <john@repetae.net>
+  - created
+  - ""
+- - 2010-07-11 05:08:12.576910 Z
+  - John Meacham <john@repetae.net>
+  - assigned to component rts from be
+  - ""
addfile ./bugs/issue-6aa29f6e3b745f2b2fdfce75f5f027a198427d41.yaml
hunk ./bugs/issue-6aa29f6e3b745f2b2fdfce75f5f027a198427d41.yaml 1
+--- !ditz.rubyforge.org,2008-03-06/issue 
+title: replace HsName with Name everywhere
+desc: HsName is still used in the front end despite being slower and less flexible than the Name type. It should be gotten rid of.
+type: :task
+component: fe
+release: 
+reporter: John Meacham <john@repetae.net>
+status: :unstarted
+disposition: 
+creation_time: 2010-07-11 05:18:50.346911 Z
+references: []
+
+id: 6aa29f6e3b745f2b2fdfce75f5f027a198427d41
+log_events: 
+- - 2010-07-11 05:18:51.556910 Z
+  - John Meacham <john@repetae.net>
+  - created
+  - ""
hunk ./bugs/project.yaml 21
+- !ditz.rubyforge.org,2008-03-06/component 
+  name: rts
+- !ditz.rubyforge.org,2008-03-06/component 
+  name: test