0
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 4 hours ago.
Dec 12, 2024 — Dec 12, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Whitespace changes More... over 11 years ago
*** empty log message *** More... about 16 years ago
(setf bib-entry-ref): If SORT.KEY$ is changed, remove the cached sort key. Patch by Paul Foley. More... about 16 years ago
*** empty log message *** More... about 16 years ago
Add ICU sort-key comparisons, avoiding the need to define CMP between vectors. Patch from Paul Foley. More... about 16 years ago
Define hash table tests on SBCL, CLISP. Patch from Paul Foley. More... about 16 years ago
Fix a typo in a comment. Patch from Paul Foley. More... about 16 years ago
*** empty log message *** More... about 16 years ago
New file. From Paul Foley. More... about 16 years ago
New exports bib-entry-ref, bib-entry-sort-key. New dependency on package cmp. More... about 16 years ago
New file, cmp. More... about 16 years ago
Use bib-entry-ref instead of gethash. Patch by Paul Foley. More... about 16 years ago
Use comparison generics for sorting bib entries. Patch by Paul Foley. More... about 16 years ago
(bib-entry): New struct. Make bib-entries be a struct rather than a hash table, and move the "special" entries for type and cite-key (and sort-key) out into slots. (bib-entry-ref): New function, use instead of gethash on bib entries. (*generate-sort-key*): New variable, for pluggable Unicode support. (bib-entry-sort-key): New. (cmp, hash): New methods for comparison generics, calling bib-entry-sort-key. Patch by Paul Foley. More... about 16 years ago
Fix erroneous "splitting initials warning" in names such as "Chandler, Jr., Alfred D." Reported by Paul Foley. More... about 16 years ago
(emulate-bibtex): Bind *gc-verbose* in the right package. Patch by Paul Foley. More... about 16 years ago
(compile-bst-file): Bind *print-length* to avoid truncation. Patch by Paul Foley. More... about 16 years ago
*** empty log message *** More... about 16 years ago
Bump version number More... about 16 years ago
Use keyword in in-package More... about 16 years ago
Don't bind *gc-verbose* on sbcl. More... over 16 years ago
*** empty log message *** More... over 16 years ago
(emulate-bibtex): Bind *gc-verbose* only on lisps that have it. More... over 16 years ago
(make-bib-entry): Export. Patch by Cyrus Harmon. More... over 16 years ago
*** empty log message *** More... over 17 years ago
Fix ASDF system version More... over 17 years ago
Fix warnings by SBCL. Patch by Cyrus Harmon. More... over 17 years ago
Remove dependency on PORT. Patch by Cyrus Harmon. More... over 17 years ago
*** empty log message *** More... almost 18 years ago
Use symbols +cite-key+ (rather than the string "KEY") and +entry-type+ (rather than the string "ENTRY-TYPE") as keys for the cite key and the entry types in the hash table representing a bibliographic entry. This removes the confusion with the bibliography-defined attribute "KEY". More... almost 18 years ago