You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
remove link to libeus from executables, this also remove EUSLIB, which provides RPATH settings that Debian dislike. (#522)
use same code for every build (only common.l) (#522)
Fix hardening-no-bindnow by adding DEB_BUILD_MAINT_OPTIONS = hardening=+all to rule and pass that variable to CFLAGS/SOFLAGS/LDFLAGS, use gcc for LD. (#522)
use termios.h, termio.h is dropped for glibc >= 2.42, fix lisp/tool/eustags.c for gcc^15 (#533)
Fixed find symbol function by using 's' instead of 'sym' variable and added hash table size (#532)
Support apple silicon arm architecture. Updates C code to handle 64-bit pointers correctly, especially for printing memory addresses. (#529)
make sure to run MKDIR before compile GCCLS (#527)