3
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 5 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added character comparison tests. I don't think these are entirely satisfactory; we should be able to test additional properties of the orderings. More... over 21 years ago
Capitalization changes to names of special characters;graphic-char-p fix More... over 21 years ago
Fixed up char-name.4. We can't assume semi-standard character names map to different characters. More... over 21 years ago
Three year old induced woopsies. More... over 21 years ago
More makefile fixes - Camm pls check that your intentions are preserved. More... over 21 years ago
alter MSYS path. More... over 21 years ago
Added tests for character-related functions (except character comparisons). More... over 21 years ago
Tests for many character-related functions and types. More... over 21 years ago
Add method-combination and structure-object symbols for ansi;remove unused variables in debug.lsp;remove in-package system from defstruct.lsp;make-keyword and defmacro temporary function placeholders in destructuring_bind.lsp;predlib changes to fix ansi-test type errors;break-call takes 2 args (sys-proclaim.lisp);char and char-set protected by string dimension not fillpointer in string.d;fix bug in string.d:member_char for vector types;redefine slot reader and writer functions in pcl/impl/gcl/gcl-low.lisp More... over 21 years ago
Added tests for MAKE-STRING More... over 21 years ago
Changed some test names to avoid collisions. More... over 21 years ago
Moved some utility functions from remove-aux.lsp to aux.lsp More... over 21 years ago
Added tests for the twelve string comparison functions. string= has its own individual tests, but the others are only tested by calling a random test case generator 1000 times (as is string=). More... over 21 years ago
Ignore annoying *.fn files. More... over 21 years ago
Further makefile fix. More... over 21 years ago
Fix makefile. More... over 21 years ago
More string trimming tests (string designators other than strings, and some corner cases.) More... over 21 years ago
Added tests for STRING-LEFT-TRIM, STRING-RIGHT-TRIM. More... over 21 years ago
More tests of STRING-TRIM. More... over 21 years ago
Added tests for STRING-TRIM. More... over 21 years ago
ansi-test corrections; extra-libs option to LINK function; LINK doc change; subtypep and string changes to pass more tests More... over 21 years ago
Fixed problem string-capitalize.2; added tests for nstring-upcase, nstring-downcase, and nstring-capitalize. More... over 21 years ago
More tests of STRING-CAPITALIZE More... over 21 years ago
Added partial tests for STRING-CAPITALIZE. More... over 21 years ago
remove -O4 from debian/rules More... over 21 years ago
Reworked linking command line to ensure that certain symbols are resolved in libgcl.a as opposed to certain system libraries, e.g. gmp ; new gmp for m68k;no -ffloat-store for m68k a requested by user due to performance impact (will alter test results in maxima accordingly) ; libgclp.a for objects to be overriden by the C library if necessary ; readably support ; boolean type ; Missing ansi type support ; subtype code for boolean ; add missing ansi types as known types ; other preliminary subtype code for missing ansi types ; rework result-type check in make-sequence ; :element-type support in make-string (preliminary) ; (char ignores fill-pointer; More... over 21 years ago
Fixed up some test problems, added comments, added simple-base-string.8 More... over 21 years ago
Added tests for string-upcase and string-downcase. More... over 21 years ago
Modified so that instead of using EQUALP, uses EQUALP-WITH-CASE (which is kind of like EQUALP but preserves case in comparison of characters.) More... over 21 years ago
Added aux. functions for string testing: char-invertcase and string-invertcase. More... over 21 years ago