Custom Query (144 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1 - 100 of 144)

1 2
Ticket Summary Owner Type Priority Milestone Component
#46 add support for profiling builds enhancement minor build system
#143 Build fails on 64-bit Mac OS X Ivan Raikov defect critical build system
#168 investigate possibility of portable binary distributions felix winkelmann enhancement minor build system
#498 implement apply-hack for MIPS CPUs enhancement minor build system
#811 Should "chicken" go into $PREFIX/libexec? task not urgent at all build system
#1449 Chicken fails to install when built statically defect major someday build system
#1782 Reduce number of Windows configurations by removing Cygwin support task major 5.4 build system
#19 define-syntax on imported syntax redefines that syntax in the original module felix winkelmann defect minor compiler
#35 keyword argument support in procedure type signatures for scrutinizer enhancement minor compiler
#161 toplevel-scan can treat side-effect free intrinsic calls as non-escaping felix winkelmann defect minor compiler
#220 call-with-values rewrite rule for known producer with single-valued body enhancement not urgent at all compiler
#273 add option to dump intermediate representation enhancement not urgent at all compiler
#301 handle references to inline-routines that occur before their definition felix winkelmann defect minor compiler
#360 remove scrutinizer warning about conditional tests that are always true felix winkelmann task minor 4.9.0 compiler
#388 eta-reduction is valid in some cases felix winkelmann enhancement not urgent at all compiler
#436 find more efficient way to bulk-init locally allocated data felix winkelmann task minor compiler
#437 improve closure generation code felix winkelmann task minor compiler
#458 Chicken can't profile itself defect minor compiler
#649 deprecate and remove -compile-syntax / ##sys#enable-runtime-macros task not urgent at all compiler
#739 Allow more specific foreign types felix winkelmann enhancement minor compiler
#741 add compiler option for selective profiling felix winkelmann enhancement not urgent at all compiler
#748 investigate usefulness of providing a compilation mode that disables fixnum overflow detection felix winkelmann enhancement not urgent at all compiler
#755 unboxing of specialized fp operations seems buggy felix winkelmann defect critical 4.9.0 compiler
#760 allow exporting compiler syntax felix winkelmann enhancement not urgent at all compiler
#958 continue compilation for toplevel forms, if possible felix winkelmann enhancement not urgent at all someday compiler
#1125 procedures allow to pick the same name for different arguments defect minor 4.11.0 compiler
#1341 import-for-syntax doesn’t seem to work right when the imported module is in the same file defect major 5.0 compiler
#1376 hide/block-global declaration doesn't hide exports defect minor someday compiler
#1383 Add unexport form for modules enhancement minor 6.0.0 compiler
#1388 Enable clustering and lfa2 at lower optimisation levels felix winkelmann enhancement minor 5.4 compiler
#1390 The behavior between `values` and `call/cc` is inconsistent. defect minor someday compiler
#1642 replace "params" slot in nodes of intermediate representation defect not urgent at all someday compiler
#1704 Make -O3 imply -d0 change request not urgent at all 6.0.0 compiler
#1806 Finding missing dependencies enhancement minor someday compiler
#42 implement memory-mapped file operations for Windows task minor core libraries
#59 special case call to global variable in closure-compiler (eval) felix winkelmann enhancement minor core libraries
#171 allow access to toplevel macro-transformer enhancement not urgent at all core libraries
#175 eggify lolevel unit felix winkelmann task minor core libraries
#176 eggify srfi-18 unit felix winkelmann task minor core libraries
#221 defstruct could use compiler-syntax to speed up instance creation felix winkelmann enhancement not urgent at all core libraries
#229 implement apply-hack for ARM CPUs enhancement minor core libraries
#272 add tests for extension installation/removal/listing/deployment task minor core libraries
#323 Have a logger-like warning precedence concept enhancement not urgent at all core libraries
#345 utf8 regexp bug with underscores sjamaan defect minor 4.9.0 core libraries
#356 #!key and #!rest only work when number of rest arguments is even felix winkelmann defect major core libraries
#416 Make stock errors more usable programmatically enhancement minor 4.9.0 core libraries
#420 indirectly loaded extension to statically linked extension-modules may still be loaded dynamically felix winkelmann defect major 4.9.0 core libraries
#485 pretty-print should place keyword and keyword value on same line. enhancement minor core libraries
#489 pretty-print-width not honored by pretty-print in some cases. defect minor core libraries
#500 record types of the same name are treated equal defect major 4.9.0 core libraries
#540 evicting srfi-4 vectors breaks ffi compatibility defect major core libraries
#569 integer->char doesn't work right with negative numbers defect major 4.9.0 core libraries
#587 CR: expt should signal error on domain error task minor core libraries
#672 CR: Division by inexact zero results in infinity (or nan) as per IEEE 754 defect major 4.9.0 core libraries
#812 Add ->list and ->boolean to core system felix winkelmann enhancement not urgent at all core libraries
#860 C_in_stackp could be optimized felix winkelmann enhancement minor core libraries
#862 consider adding setters for subXXXvector/substring enhancement not urgent at all core libraries
#1191 In deployed binaries, evaluated code cannot load modules evhan defect major 5.0 core libraries
#1322 Locale can influence how CHICKEN reads numbers defect major 4.12.0 core libraries
#1365 bitwise-not returns wrong values on non-negative arguments defect minor 5.1 core libraries
#1374 `display' issue with UTF-8 defect major 5.4 core libraries
#1381 The windows feature should not be set on Cygwin felix winkelmann defect major 5.0 core libraries
#1587 imag-part should return 0 instead of 0.0 on a flonum defect minor 5.1 core libraries
#1666 Separate library into safe and unsafe parts enhancement minor 5.4 core libraries
#1773 Idea: numeric dispatch with switch defect not urgent at all 5.4 core libraries
#276 add option to `chicken-install' that shows information in `setup.defaults' enhancement not urgent at all core tools
#358 warn about possible license conflicts when installing extensions enhancement minor core tools
#612 "chicken-install -deploy" must make sure the installed extensions have the same version as the currently installed ones defect major core tools
#697 the make facility in setup-api.scm should transparently handle .exe file extensions defect minor core tools
#876 csi segfaults immediately when running this code felix winkelmann enhancement minor core tools
#1364 chicken-install -override doesn't allow installation of eggs from a file felix winkelmann defect minor 4.13.0 core tools
#149 chicken-install can fetch and install documentation directly from the wiki felix winkelmann enhancement major documentation
#264 try setting up cross-chicken for a windows target task not urgent at all documentation
#732 Include dates in wiki egg documentation "Version History" enhancement major 4.9.0 documentation
#51 add compiler-syntax to modules felix winkelmann task minor expander
#172 investigate core-form for procedure application felix winkelmann enhancement not urgent at all expander
#337 Support "fender" in syntax-rules enhancement not urgent at all expander
#346 let-values not available for syntax defect not urgent at all 4.9.0 expander
#701 require-extension has a hygiene problem defect major expander
#1183 Syntax bound via let-syntax not bound in syntax-rules in its body defect minor 4.11.0 expander
#1294 define-record-printer messes with internal defines defect major someday expander
#1441 Macro keywords unexpectedly match against imported identifiers sjamaan defect major 5.1 expander
#89 mw egg documentation Tony Sidaway enhancement minor extensions
#90 Compiled SLIB support Tony Sidaway task minor extensions
#91 reorganize egg repository to cut down working copy size task major extensions
#98 Typo in date-literals egg in version 3 repository defect minor extensions
#114 Improvements to tinyclos Tony Sidaway task not urgent at all extensions
#122 tinyclos generic mechanism gets confused by a surplus of arguments. Tony Sidaway defect major extensions
#151 henrietta does not obey (files...) from meta defect minor extensions
#173 add support for inheritance in defstruct extension felix winkelmann enhancement not urgent at all extensions
#200 Factor out the spiffy-related functionality of qwiki sjamaan enhancement major extensions
#243 GC in callbacks will invalidate references to Scheme data used in "crunch" code defect minor extensions
#279 DoS protection support for spiffy sjamaan enhancement not urgent at all extensions
#285 termite hangs and doesn't return values when it should Christian Kellermann defect major extensions
#317 update high-load-scheduler egg felix winkelmann task major extensions
#355 Some eggs break with 4.6.0rc1 felix winkelmann defect major extensions
#392 record-variants can not handle module-renamed records Jim Ursetto defect critical extensions
#401 authorization header parsing for digest authentication (intarweb) sjamaan defect critical 4.9.0 extensions
#456 uuid-ossp does not build on test.call-cc.org Kon Lovett defect major 4.9.0 extensions
#496 shell egg doesn't properly quote command lines felix winkelmann defect major 4.9.0 extensions
1 2
Note: See TracQuery for help on using queries.