1
0
mirror of synced 2026-05-15 03:11:43 +00:00

Compare commits

..

9 Commits

Author SHA1 Message Date
Matt Heffron
498066f2b4 Merge branch 'master' into rmk188--Remove-host-from-UNIX-FILE-NAME 2026-05-14 12:14:05 -07:00
Matt Heffron
0fc3e9e8e4 DATABASEFNS failed when writing .DATABASE file for the first time if the source file name wasn't U-CASE. (#2599)
* Make DATABASEFNS work properly if the source file name isn't U-CASE.

Co-authored-by: rmkaplan <ron.kaplan@post.harvard.edu>
2026-05-13 12:53:35 -07:00
rmkaplan
2a6e2de6f3 Update to UNIX-FILE-NAME 2026-05-13 12:49:09 -07:00
Matt Heffron
0fda50e67d Make (ARGLIST fn T) and (SMARTARGLIST fn T) a bit "smarter" (#2600)
Make (ARGLIST fn T) and (SMARTARGLIST fn T) a bit "smarter" with the atomic name of the arg for a LAMBDA nospread with a CCODEP definition.
E.g., before (ARGLIST 'FONTCOPY T) returned U; now it returns FONTSPECS as in the CCODEP. Likewise for SMARTARGLIST.
2026-05-12 23:45:23 -07:00
rmkaplan
b7714e4599 Ignore internal/fonts/** (#2608) 2026-05-12 16:03:55 -07:00
rmkaplan
32be423f55 Update WHEELSCROLL.TEDIT (#2606) 2026-05-12 16:03:24 -07:00
Frank Halasz
46df732486 Fix Issue#2603: Erroneous lock violation detection during "./loadup -db" (#2605)
Fix Issue#2603:  fix handling of the internal use only --ignore_lock command line argument to the loadup script.  Was being processed correctly in loadup but then overridden by a reset in loadup-setup.sh.  Removed the reset in loadup-setup.sh
2026-05-11 13:20:49 -07:00
Larry Masinter
01c90e4590 add BAKTRACE to HCFILES fails. Skip HC of CLTL2 (package errors) and dinfo (not really tedit). (#2598)
* add BAKTRACE to HCFILES fails. Skip HC of CLTL2 (package errors) and dinfo (not really tedit).
* IMNAME.TEDIT isn't really TEDIT it's text. rename it.
* internal/mesatypes.tedit now sources/MESATYPES.TXT move from internal to sources (loaded by sources), also move MESATYPE*
2026-05-11 12:21:24 -07:00
rmkaplan
5aa79ebb06 Rmk175 offline font construction (#2555)
* Medleyfont format updated to version 2, revised and more complete fonts deployed in fonts/medleydisplayfonts/
* Rename AFONT to ACFONT, include STRIKE formats
* FILESETS:  Add MCCSFONTS to loadup
* MCCSFONTS:  New file that isolates all of the legacy font translations previously spread in other files (MCCS)
* Medleyfont display fonts created offline using new file library/IMPORTFONTS
* LLCHAR:  Add \MAXCHARSET=65535, \MAXCHAR etc.
* git ignores internal/fonts/**

* MEDLEYDIR: Define the pseudohost {MEDLEY} whose prefix set to the current value of MEDLEYDIR whenever system restarts
* (MEDLEYDIR xxx) entries in MEDLEY-INIT-VARS removed in favor of {MEDLEY}xxx
* Add cdm command to connect to {MEDLEY} and its subdirectories
2026-05-11 12:08:05 -07:00
358 changed files with 4534 additions and 3531 deletions

6
.gitignore vendored
View File

@@ -34,6 +34,9 @@ loadups/build/
loadups/tagged
loadups/gitinfo
# font-importing working directories
internal/fonts/**
# manual cross-reference files
@@ -46,6 +49,9 @@ loadups/gitinfo
# GITFNS deleted subdirectory
deleted/**
# local font construction
internal/fonts/**
#compiled code -- leave in for now
# *.lcom

Binary file not shown.

Binary file not shown.

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More