Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
# General rules

*.o
ckcpro.c
wart
wermit
UNINSTALL
8 changes: 4 additions & 4 deletions COPYING.TXT
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@ Fri Jun 24 14:43:35 2011
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:

+ Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.

+ Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.

+ Neither the name of Columbia University nor the names of any
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
Expand Down
14 changes: 7 additions & 7 deletions NOTES.TXT
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ C-KERMIT UPDATE HISTORY
* [25]Change logs for C-Kermit releases 1985-2011 (plain text)
* [26]Announcements of older C-Kermit releases (plain text)

Gr��e aus Bronx <- (pay no attention, this is to make sure that EMACS
Gr��e aus Bronx <- (pay no attention, this is to make sure that EMACS
didn't mess up this page's UTF-8 encoding)

This page, which as of May 2022 would be about 200 pages long if
Expand Down Expand Up @@ -138,7 +138,7 @@ C-Kermit>set speed ? Serial-port speed (bits per second), one of the following:

6 October 2022:

ckutio.c changes from Pali Roh�r to get at the higher serial speeds
ckutio.c changes from Pali Roh�r to get at the higher serial speeds
supported by newer UARTs.

+ ckutio.c ttsspd() was missing the new high-speed baud rates
Expand Down Expand Up @@ -749,7 +749,7 @@ C-Kermit 10.0 Beta.01 16 May 2022 and Beta.02 17 May 2022
|> New features

* Serial-port speed selections for 1000000, 2000000, 2500000,
3000000, 3500000, and 4000000 bps, suggested by Pali Roh�r. The new
3000000, 3500000, and 4000000 bps, suggested by Pali Roh�r. The new
high speeds have not been tested because I no longer have a
computer with serial port.
* New VDIRECTORY command with 1-letter synonym V, a convenient alias
Expand Down Expand Up @@ -1536,7 +1536,7 @@ def MAXPATHLEN 1024
doubled as it should be, but the next byte is skipped. Fixed in
ckutio.c ttptycmd() about line 14998.
* 30 Sep 2021:
From S�bastien Villemot; a printw() statement was changed to
From S�bastien Villemot; a printw() statement was changed to
fputs() to avoid gcc -Wformat -Werror=format-security warning on
Debian. ckuusx.c,
* 8 May 2021:
Expand Down Expand Up @@ -1635,12 +1635,12 @@ ckvioc.c

C-Kermit 9.0.305 Alpha.02 19 September 2020

From S�bastien Villemot (Debian): Remove clauses from the linux+krb5,
From S�bastien Villemot (Debian): Remove clauses from the linux+krb5,
linux+ssl, and linux+krb5+ssl makefile targets that tested to see if an
executable was actually created, because they violate Debian policy.
makefile, 18 September 2020.

From S�bastien Villemot (Debian): Add another "else if" to the search
From S�bastien Villemot (Debian): Add another "else if" to the search
for the Kerberos 5 com_err library for Multiarch systems. makefile, 18
September 2020.

Expand Down Expand Up @@ -5240,7 +5240,7 @@ make: [solaris9g+openssl+shadow+pam+zlib] Error 2
out the linuxnc (and linuxc) targets needed the same treatment as the
Linux one for 64-bit Linuxes. makefile, 3 Mar 2009.

From G�nter Knauf: 64-bit builds were failing on SuSE Linux because
From G�nter Knauf: 64-bit builds were failing on SuSE Linux because
libresolv and libcrypt were in lib64 rather than lib; updated the tests
in the linux makefile target to find them. makefile, 12 Jan 2009.

Expand Down
1 change: 0 additions & 1 deletion android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,3 @@ LOCAL_MODULE := kermit
LOCAL_MODULE_PATH := $(TARGET_OUT_OPTIONAL_EXECUTABLES)
LOCAL_MODULE_TAGS := eng
include $(BUILD_EXECUTABLE)

Loading