Custom Query (1630 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1001 - 1100 of 1630)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
Ticket Summary Owner Type Priority Milestone Component
#1825 srfi-88 module is broken somehow defect major 5.4 core libraries
#1826 http-name->symbol broken sjamaan defect major 6.0.0 extensions
#1 document "qs" and "normalize-pathname" felix winkelmann task minor documentation
#2 document "qs" and "normalize-pathname" felix winkelmann task minor documentation
#11 replace ##sys#strip-syntax with version that handles cyclic structures felix winkelmann enhancement minor core libraries
#19 define-syntax on imported syntax redefines that syntax in the original module felix winkelmann defect minor compiler
#22 complete s48-modules felix winkelmann defect minor extensions
#23 numbers egg interferes with (module foo * ...) Alex Shinn defect minor compiler
#24 port ncurses egg to chicken4 enhancement minor extensions
#27 unsigned-c-string does not work as advertised felix winkelmann defect minor compiler
#28 remove dependency on srfi-1 in ftl extension task minor extensions
#31 update NEWS file felix winkelmann task minor documentation
#35 keyword argument support in procedure type signatures for scrutinizer enhancement minor compiler
#36 chicken-install w/ local transport fails defect minor core tools
#37 refactor posix*.scm files task minor core libraries
#39 inlining of procedures that use non-simple subexpressions felix winkelmann enhancement minor compiler
#41 Implement format-control optimization for [fs]printf enhancement minor compiler
#42 implement memory-mapped file operations for Windows task minor core libraries
#43 bus error on 64-bit install_name_tool defect minor build system
#46 add support for profiling builds enhancement minor build system
#49 replace unqualified core forms with qualified version and macro felix winkelmann task minor expander
#50 document compiler syntax felix winkelmann task minor compiler
#51 add compiler-syntax to modules felix winkelmann task minor expander
#52 ##sys#expand-home-path bug on OS X felix winkelmann defect minor core libraries
#59 special case call to global variable in closure-compiler (eval) felix winkelmann enhancement minor core libraries
#66 don't remove setup-api.c and setup-download.c in "make clean" defect minor build system
#70 add build option to optimize for speed enhancement minor build system
#72 load bug? defect minor core libraries
#75 "ref" foreign argument type does not work defect minor compiler
#77 Be more verbose in chicken-install when requiring a minimum version felix winkelmann enhancement minor extensions
#80 regex grep enhancement felix winkelmann enhancement minor core-pending
#82 z3 egg DEFLATE and gzip confusion Tony Sidaway defect minor extensions
#84 remove lolevel unbound and invalid-procedure hooks task minor core-pending
#89 mw egg documentation Tony Sidaway enhancement minor extensions
#90 Compiled SLIB support Tony Sidaway task minor extensions
#92 remove ##sys#syntactic-environment? defect minor core-pending
#93 remove things that refer to obsolete apply hook defect minor core-pending
#96 chicken-install should not use setup-mode when cross-compiling defect minor core-pending
#98 Typo in date-literals egg in version 3 repository defect minor extensions
#101 remove meaningless benchmarks task minor core-pending
#102 `standard-extension` procedure from module setup-api doesn't install import library defect minor core-pending
#103 Remove obsolete files task minor core-pending
#104 import-library should only be generated if it actually changed enhancement minor core-pending
#105 remove "benchmark" mode, replace with -O5 task minor core-pending
#106 allows using config file for make(1) variables enhancement minor core-pending
#107 non-atomic expressions in operator position are suboptimally handled defect minor core-pending
#108 `installation-prefix` in setup-api is not always valid defect minor core-pending
#109 `process-execute` in posixwin.scm doesn't handle missing arglist argument defect minor core-pending
#110 CHICKEN_interrupt() may not work in certain situations defect minor core libraries
#111 Make the argument for `seconds->{string,local-time,utc-time}' optional enhancement minor core-pending
#113 Crunch egg: bug in define-crunch-primitives / define-crunch-callback defect minor extensions
#117 printing of circular objects does not terminate when shown by `describe' Christian Kellermann defect minor core tools
#119 `define-method` does not handle dotted argument lists Tony Sidaway defect minor extensions
#120 Allow extensions to consist of import-library only enhancement minor core-pending
#124 `-force' should override check of chicken version in `chicken-install' defect minor core-pending
#127 use internal form of 'syntax' to avoid capturing defect minor core-pending
#128 remove read-syntax for `syntax' task minor core-pending
#132 improve devastating floating-point performance felix winkelmann enhancement minor core libraries
#133 (require 'id) may load executable "id" evhan defect minor 5.0 core libraries
#137 implement more floating-point-specific operators felix winkelmann enhancement minor core libraries
#139 wrong nesting in irc egg defect minor extensions
#144 scrutiny fixes for posix felix winkelmann defect minor compiler
#151 henrietta does not obey (files...) from meta defect minor extensions
#153 no-install mode in chicken-install makes no sense when installing dependencies felix winkelmann defect minor extensions
#157 compiler-syntax defined in a module should be local to that module felix winkelmann defect minor compiler
#160 implement minimal global value propagation felix winkelmann enhancement minor compiler
#161 toplevel-scan can treat side-effect free intrinsic calls as non-escaping felix winkelmann defect minor compiler
#162 add documentation for srfi-4, srfi-13, srfi-14 and srfi-18 to manual Jim Ursetto task minor documentation
#168 investigate possibility of portable binary distributions felix winkelmann enhancement minor build system
#169 unboxing in safe mode doesn't quite work felix winkelmann defect minor compiler
#175 eggify lolevel unit felix winkelmann task minor core libraries
#176 eggify srfi-18 unit felix winkelmann task minor core libraries
#177 qt egg: windows and mac support felix winkelmann enhancement minor extensions
#178 crunch callbacks don't handle void return-type felix winkelmann defect minor extensions
#179 add `platform` extension property enhancement minor core tools
#180 pandora egg depends on sqlite3 egg Thomas Chust defect minor extensions
#182 enable terminal-port? on windows enhancement minor core libraries
#183 symbols starting with # do not have read-write invariance defect minor core libraries
#186 csc could compile manifest into programs that may trigger elevation requests in Windows Vista felix winkelmann enhancement minor 4.5.0 core tools
#187 SRFI-4 vector operations should be provided as ##core#inline calls felix winkelmann enhancement minor core libraries
#188 drop libuchicken felix winkelmann task minor 4.5.0 core libraries
#189 "Deployment" page from the User's Manual TOC (wiki) points to an empty page defect minor documentation
#192 Only the last clause in COND may be an ELSE clause defect minor 4.5.0 compiler
#194 chicken-install -test should not apply to dependencies defect minor 4.5.0 core tools
#195 Missing backslash in rules.make defect minor 4.5.0 build system
#203 "Shell argument quoting" is duplicated in "Unit utils" defect minor documentation
#204 "Shell argument quoting" section is duplicated in "Unit utils" defect minor documentation
#206 number->string in numbers egg does not fail correctly sjamaan defect minor extensions
#207 port lazy-ffi to windows felix winkelmann task minor unknown
#208 speed up keyword argument processing felix winkelmann enhancement minor core libraries
#209 Chicken allows for shadowing syntax in a way disallowed by R5RS/sec.5.3 felix winkelmann task minor expander
#212 expand* and ppexpand* break on the "and" macro defect minor extensions
#214 NEWS for 4.4.5 and 4.4.6 are the same defect minor infrastructure
#215 Split "Modules and macros" into "Modules" and "Macros" felix winkelmann task minor documentation
#218 random not random defect minor core libraries
#227 add cross-development chapter to manual felix winkelmann task minor documentation
#229 implement apply-hack for ARM CPUs enhancement minor core libraries
#230 find-files doesn't see dotfiles defect minor core libraries
#234 provide safe C_inline definitions for some fixnum operations felix winkelmann enhancement minor core libraries
#236 extend "list" command for henrietta CGI enhancement minor infrastructure
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
Note: See TracQuery for help on using queries.