Changeset 3564
- Timestamp:
- 09/03/03 23:27:37 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/j/src/org/armedbear/lisp/rt.lisp
r3553 r3564 2 2 ;;; 3 3 ;;; Copyright (C) 2003 Peter Graves 4 ;;; $Id: rt.lisp,v 1.10 7 2003-09-02 16:16:55piso Exp $4 ;;; $Id: rt.lisp,v 1.108 2003-09-03 23:27:37 piso Exp $ 5 5 ;;; 6 6 ;;; This program is free software; you can redistribute it and/or … … 131 131 (let ((rt::*passed* 0) (rt::*failed* 0) 132 132 (suffix ".lsp") 133 (tests (or args (list "acons" 133 (tests (or args (list "abs" 134 "acons" 134 135 "adjoin" 135 136 "and" … … 198 199 "elt" 199 200 "endp" 201 "epsilons" 200 202 "eql" 201 203 "equal" … … 206 208 "evenp" 207 209 "every" 210 "expt" 208 211 "fboundp" 209 212 "fceiling" … … 225 228 "function-lambda-expression" 226 229 "functionp" 230 "gcd" 227 231 "gensym" 228 232 "get-properties" … … 278 282 "mapl" 279 283 "maplist" 284 "max" 280 285 "member" 281 286 "member-if" 282 287 "member-if-not" 283 288 "merge" 289 "min" 290 "minus" 291 "minusp" 284 292 "mismatch" 285 293 "multiple-value-bind" … … 315 323 "nunion" 316 324 "oddp" 325 "oneminus" 326 "oneplus" 317 327 "or" 318 328 "packages" 319 329 "pairlis" 320 330 "places" 331 "plus" 332 "plusp" 321 333 "pop" 322 334 "position" … … 335 347 "rassoc-if" 336 348 "rassoc-if-not" 349 "rational" 350 "rationalize" 337 351 "reduce" 338 352 "remf" … … 388 402 "tagbody" 389 403 "tailp" 404 "times" 390 405 "tree-equal" 391 406 "truncate"
Note: See TracChangeset
for help on using the changeset viewer.