Differences From Artifact [39353b5283]:
- File attic/ulex.scm — part of check-in [101ee7c52b] at 2021-03-06 04:39:46 on branch v1.65-real-chicken-5 — Try a grounds-up switch to chicken-5 (user: matt, size: 973) [annotate] [blame] [check-ins using]
- File attic_modular/ulex.scm — part of check-in [5d8e30ec14] at 2021-03-06 04:45:53 on branch v1.65-real-chicken-5 — wip (user: matt, size: 973) [annotate] [blame] [check-ins using]
- File ulex.scm — part of check-in [d345134880] at 2019-12-28 22:08:33 on branch v1.70-defunct-try — wip (user: matt, size: 973) [annotate] [blame] [check-ins using]
To Artifact [64369b6c76]:
- File ulex.scm — part of check-in [f885e8c541] at 2022-01-10 07:55:57 on branch v2.0001 — Use ulex-simple to explore using tcp-server egg (user: matt, size: 987) [annotate] [blame] [check-ins using] [more...]
︙ | ︙ | |||
15 16 17 18 19 20 21 | ;; ;; You should have received a copy of the GNU General Public License ;; along with Megatest. If not, see <http://www.gnu.org/licenses/>. ;;====================================================================== (declare (unit ulex)) | < | > | 15 16 17 18 19 20 21 22 23 24 | ;; ;; You should have received a copy of the GNU General Public License ;; along with Megatest. If not, see <http://www.gnu.org/licenses/>. ;;====================================================================== (declare (unit ulex)) ;; (include "ulex/ulex.scm") (include "ulex-simple/ulex.scm") |