changelog shortlog graph tags branches files raw help

Mercurial > core / changeset: fixes

changeset 557: da10aabba6a7
parent 556: a46d78266516
child 558: 1acb5e37e493
author: Richard Westhaver <ellis@rwest.io>
date: Wed, 24 Jul 2024 21:22:33 -0400
files: emacs.sk lisp/lib/dat/parquet/obj.lisp lisp/lib/net/proto/ssh.lisp
description: fixes
     1.1--- a/emacs.sk	Sun Jul 21 16:22:22 2024 -0400
     1.2+++ b/emacs.sk	Wed Jul 24 21:22:33 2024 -0400
     1.3@@ -1,7 +1,4 @@
     1.4 ;;; core/lisp skel system
     1.5 :name "core/emacs"
     1.6-:path "lisp"
     1.7-:rules ()
     1.8-
     1.9-
    1.10-
    1.11+:path "emacs"
    1.12+:rules ()
    1.13\ No newline at end of file
     2.1--- a/lisp/lib/dat/parquet/obj.lisp	Sun Jul 21 16:22:22 2024 -0400
     2.2+++ b/lisp/lib/dat/parquet/obj.lisp	Wed Jul 24 21:22:33 2024 -0400
     2.3@@ -26,4 +26,3 @@
     2.4   (def-parquet-type parquet-type)
     2.5   (def-parquet-type parquet-converted-type)
     2.6   (def-parquet-type parquet-page-type))
     2.7-
     3.1--- a/lisp/lib/net/proto/ssh.lisp	Sun Jul 21 16:22:22 2024 -0400
     3.2+++ b/lisp/lib/net/proto/ssh.lisp	Wed Jul 24 21:22:33 2024 -0400
     3.3@@ -2,5 +2,9 @@
     3.4 
     3.5 ;; SSH and SCP client support via libssh2
     3.6 
     3.7+;;; Commentary:
     3.8+
     3.9+;; specs: https://www.openssh.com/specs.html
    3.10+
    3.11 ;;; Code:
    3.12 (in-package :net/proto/ssh)