/[gcl]/gcl/BUGS
ViewVC logotype

Diff of /gcl/BUGS

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by pfdietz, Sat Aug 13 21:00:52 2005 UTC revision 1.4 by pfdietz, Sun Aug 14 13:31:37 2005 UTC
# Line 98  number in place so it isn't reused. Line 98  number in place so it isn't reused.
98    
99     cell-error-name:     cell-error-name:
100        symbol-value.error.5 symbol-function.error.5 makunbound.2        symbol-value.error.5 symbol-function.error.5 makunbound.2
101          eval.error.3 eval.error.4
102       get-setf-expansion
103          get-setf-expansion.error.[12] get-setf-expansion.[123]
104    
105  21. The following macros are missing: define-compiler-macro  21. The following macros are missing: define-compiler-macro
106      define-setf-expander define-symbol-macro in-package.      define-setf-expander define-symbol-macro in-package.
# Line 185  number in place so it isn't reused. Line 188  number in place so it isn't reused.
188  46. EQUALP fails to properly compare hash tables.  46. EQUALP fails to properly compare hash tables.
189      ansi-tests: equalp.22 to equalp.35      ansi-tests: equalp.22 to equalp.35
190    
191  47. The type error signalled by EVERY has the datum and expected-type  47. The type error signaled by EVERY and related functions has
192      slots switched.  ansi-tests: every.error.1      the datum and expected-type slots switched.  ansi-tests:
193        every.error.1 notany.error.1  notevery.error.1 some.error.1
194    
195  48. flet and labels do not accept SETF function names.  48. flet and labels do not accept SETF function names.
196      ansi-tests: flet.17 labels.17 flet.51 labels.26      ansi-tests: flet.17 labels.17 flet.51 labels.26
# Line 200  number in place so it isn't reused. Line 204  number in place so it isn't reused.
204      that has a macro function binding but not a function binding.      that has a macro function binding but not a function binding.
205      ansi-tests: funcall.error.3      ansi-tests: funcall.error.3
206    
207    51. function-lambda-expression is not defined.
208        ansi-tests: function-lambda-expression.[123]
209        function-lambda-expression.order.1 function-lambda-expression.error.[12]
210    
211    52. Lambda forms are no longer of type function.
212        ansi-tests: function.6 function.10 functionp.6 functionp.10
213    
214    53. Symbols are no longer functions.
215        ansi-tests: functionp.2
216    
217    54. Free special declarations do not apply to the init forms of a LET or LET*.
218        ansi-tests: let.17 let.17a let*.17 let*.17a let*.18
219    
220    55. &whole not recognized in macro lambda list
221        anso-tests: macrolet.5 macrolet.36
222    
223    56. symbol-macros are not showing up in the macro expansion environment
224        ansi-tests: macrolet.13 macrolet.14
225    
226    57. :allow-other-keys not being properly handled in macros with &key in
227        their macro lambda lists.  ansi-tests: macrolet.32
228    
229    58. NIL should match anything in a macro lambda lists.
230        ansi-tests: macrlet.39
231    
232    59, Ordering problem related to presence of symbol macro with side effects
233        in multiple-value-setq.  ansi-tests: multiple-value-setq.[58]
234    
235    60. Free special declarations should not apply to the initialization
236        forms in PROG, PROG* forms.  ansi-tests: prog.11 prog*.11
237    
238    61. DEFINE-COMPILER-MACRO is undefined
239    
240    62. DEFINE-SYMBOL-MACRO is undefined
241    
242    63. CONSTANTP should take an optional second argument, an environment
243        or nil (and which may be ignored.)  ansi-tests: constantp.6
244        constantp.8 constantp.order.2
245    
246    64.

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26