0
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 6 hours ago.
Dec 12, 2024 — Dec 12, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
*** empty log message *** More... over 22 years ago
(CHR.TO.INT$): Fix warning in interpreted mode. More... over 22 years ago
(*registered-bibtex-style*): New. (register-bibtex-style): Set it here. More... over 22 years ago
(*foreign-character-purifications*): Removed. (defstruct foreign-character, *foreign-characters*, define-foreign-character, find-foreign-character): New. (bibtex-string-purify): Use it here. More... over 22 years ago
Remove stray character. More... over 22 years ago
*** empty log message *** More... almost 23 years ago
*** empty log message *** More... almost 23 years ago
(+bib-whitespace-character-list+): Add #\Tab. More... almost 23 years ago
*** empty log message *** More... almost 23 years ago
(format-bibtex-name-component, format-bibtex-name): Go for bug-for-bug compatibility with BibTeX in the domain of tieing short name components. More... almost 23 years ago
*** empty log message *** More... almost 23 years ago
(bst-compiler-warning): Add report function. (compile-bst-function): Resignal errors. More... almost 23 years ago
(newline$, write$): Use BBL-TERPRI and BBL-PRINT. More... almost 23 years ago
(bibtex): Use WITH-BBL-OUTPUT. More... almost 23 years ago
(bib-warn): Print "Warning". (read-bib-field-token): Call BIB-WARN, rather than BIB-ERROR, for undefined macros, (get-merged-bib-entry): New. (cited-bib-entries): Resolve crossrefs also if all entries are cited. Always merge crossrefed data into entry. More... almost 23 years ago
*** empty log message *** More... almost 23 years ago
(coerce-form): New. (pop-form): Use it here. More... almost 23 years ago
("+"): Use build-associative-form. ("change.case$", "chr.to.int$"): Use the pop-form args :NEED-VARIABLE t. Get rid of LET. More... almost 23 years ago
(bst-function): New field, pop-form-args. More... almost 23 years ago
(*bst-readtable*): Intern :-symbols into the current package. More... almost 23 years ago
(build-values-body, build-progn-form): New. More... almost 23 years ago
(bibtex-runtime, bibtex-compiler): Shadow VARIABLE also in CLISP. More... almost 23 years ago
(make-macro-set-form): Don't emit a SETF form if nothing is to be set. (compile-bst-file): Make some variables constant. Sort shadowed symbols. More... almost 23 years ago
(*bst-function-call-sequence*): New. (*relaxed-compilation*): New. (bst-compiler-warning, bst-compile-warning): New. More... almost 23 years ago
Record BST function calls in *BST-FUNCTION-CALL-SEQUENCE*. More... almost 23 years ago
(bst-function): New fields. (register-bst-global-var): New keyword arg. (bst-name-to-lisp-name): Handle :constant variables. More... almost 23 years ago
(FALSE, TRUE): New pseudo-primitive BST functions. (ENTRY.MAX$, GLOBAL.MAX$): Declare constant. More... almost 23 years ago
*** empty log message *** More... almost 23 years ago
(INTEGERS, STRINGS): Only compute a Lisp symbol when we are compiling. More... almost 23 years ago
*** empty log message *** More... almost 23 years ago