1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00
cde/src/lib
Martijn Dekker cc1689849e Another round of tweaks
Notable changes:
- Change a bunch of uses of memcmp(3) to compare strings (which can
  cause buffer read overflows) to strncmp(3).
- src/cmd/ksh93/include/name.h: Eliminate redundant Nambfp_f type.
  Replace with Shbltin_f type from libast's shcmd.h. Since that is
  not guaranteed to be included here, repeat the type definition
  here without fully defining the struct (which is valid in C).
2022-06-24 15:34:55 +01:00
..
libast Another round of tweaks 2022-06-24 15:34:55 +01:00
libcmd Yet more accumulated tweaks and cleanups 2022-06-18 23:29:49 +01:00
libdll Yet more accumulated tweaks and cleanups 2022-06-18 23:29:49 +01:00
libsum Yet more accumulated tweaks and cleanups 2022-06-18 23:29:49 +01:00
Mamfile Another build system overhaul (re: 35672208, 580ff616, 6cc2f6a0) 2022-06-12 05:47:02 +01:00