1
I Use This!
Inactive

Commits : Listings

Analyzed about 12 hours ago. based on code collected about 17 hours ago.
May 05, 2023 — May 05, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Universal SXPath, high-level stuff moved to sxpath.scm More... about 21 years ago
See the description in SSAX.scm More... about 21 years ago
Adding srfi-13-local.scm (or other SRFI-13 library) and char-encoding.scm to the import list. More... about 21 years ago
string-concatenate{-reverse}/shared are moved to srfi-13-local.scm. ssax:reverse-collect-str{-drop-ws} are now top-level functions. Replacing the "apply string-append" idiom with string-concatenate[-reverse]/shared of SRFI-13. Import srfi-13-local.scm for platforms that do not support SRFI-13 natively. Introducing unesc-string and getting rid of \n, \n and \t (which had occurred abundantly in test cases). Added a couple of tests for CR in CDATA, attribute and character content. Introducing char-encoding.scm and getting rid of #\return and #\tab More... about 21 years ago
string-index, string-upcase etc. functions are moved to srfi-13-local.scm. More... about 21 years ago
string-concatenate-reverse is moved to srfi-13-local.scm string-index, string-upcase etc. functions are moved to srfi-13-local.scm More... about 21 years ago
Moving string-index and other SRFI-13-related code to vsrfi-13.scm. Getting rid of #\tab and #\return for the sake of portability. More... about 21 years ago
Added srfi-13-local.scm as a dependency, and vsrfi-13 as a target. More... about 21 years ago
Initial revision. More... about 21 years ago
Original revision. More... about 21 years ago
Fixed the problem in string-concatenate-reverse. More... about 21 years ago
Better test for reading of large tokens. More... about 21 years ago
Using eqv? rather than eq? to compare characters, in three circumstances. More... about 21 years ago
Fixed the problem when eq? and memq were used on characters. Functions next-token and next-token-of now accumulate read characters in a list of chunks (which are reverse-concatenated at the end, using SRFI-13 procedures). We implement string-xcopy! and string-concatenate-reverse on platforms that lack them. The new next-token and next-token-of have no assignemnts, and perform better then the previous version on large tokens. More... about 21 years ago
Added a set of cases that verify tokenizing by large tokens More... about 21 years ago
All SSAX-related identifiers are now downcased. More... about 21 years ago
Adjustments in import lists and in cases of one identifier suggested by Martin Gasbichler (to make SCSH happier) More... about 21 years ago
This is the "API" of SSAX and the related libraries: interface declarations and structures for use in Scheme48 and SCSH. This file has been written by Michael Sperber and is a part of the Scheme48/R5RS distribution of SSAX (v4.9). More... about 21 years ago
Initial version. It was posted on the SSAX-SXML list. However, the archived version of the article is truncated. More... about 21 years ago
Adding parent-pointers.scm More... about 21 years ago
Initial revision. More... about 21 years ago
The latest version of SSAX.scm (mechanically) stripped of all the tests and comments. SSAX-code.scm is used in many of the ../examples/ More... about 21 years ago
Do not pass literal (constant) lists to list-intersperse! . Skip cond-expand tests on platforms other than gambit, bigloo, scm, and mit (so the rest of the tests could run on the other platforms). More... over 21 years ago
Added sxslt-advanced.scm, initial revision. More... over 21 years ago
Downcasing SSAX: identifiers by popular demand. More... over 21 years ago
Downcasing SSAX: identifiers by popular demand. A few portability improvements. More... over 21 years ago
Added a reference to the ILC2002 paper. More... over 21 years ago
Adding references to daml-parse-unparse.scm More... over 21 years ago
Moving cons* into the prelude. *NAMESPACES* are now a part of the aux-list [of the *TOP* element], per SXML v2.5 More... over 21 years ago
Adding cons* More... over 21 years ago