Package: csh / 20240808-2
Metadata
Package | Version | Patches format |
---|---|---|
csh | 20240808-2 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
01_gnu_source.diff | (download) |
Makefile |
2 1 1 - 0 ! |
define _gnu_source to enable bsd and gnu features |
02_libbsd.diff | (download) |
Makefile |
1 1 0 - 0 ! |
use libbsd for strlcpy, vis publib needed for xfree,xrealloc |
03_maxpathlen.diff | (download) |
csh.h |
4 4 0 - 0 ! |
define maxpathlen if missing (e.g. on the hurd) Bug-Debian: http://bugs.debian.org/54993 |
04_fpurge.diff | (download) |
csh.h |
3 3 0 - 0 ! |
replace bsd-specific fpurge with gnu-specific __fpurge |
05_fhs_pathnames.diff | (download) |
pathnames.h |
2 1 1 - 0 ! |
adjust pathnames for fhs |
06_time_h_for_time_t.diff | (download) |
csh.c |
1 1 0 - 0 ! |
include <time.h> for time_t etc. |
07_funopen.diff | (download) |
csh.c |
22 10 12 - 0 ! |
replace bsd-specific funopen with gnu-specific fopencookie |
08_glob.diff | (download) |
glob.c |
109 81 28 - 0 ! |
adjust for differences between bsd and gnu glob See detailed code comments. Bug-Debian: http://bugs.debian.org/88780 Bug-Debian: http://bugs.debian.org/106097 Bug-Debian: http://bugs.debian.org/220170 Bug-Debian: http://bugs.debian.org/350869 Bug-GNU: http://sourceware.org/bugzilla/show_bug.cgi?id=1342 |
09_sys_signame.diff | (download) |
proc.c |
29 18 11 - 0 ! |
replace bsd-specific sys_signame with gnu-specific strsignal |
10_groff_no_sgr.diff | (download) |
USD.doc/Makefile |
1 1 0 - 0 ! |
enable groff_no_sgr for traditional (non-ansi) escape sequences |
11_groff_schar.diff | (download) |
USD.doc/csh.1 |
8 8 0 - 0 ! |
make footnote marks legible in csh.txt Symptoms: . csh.2:296: warning: can't find special character `dg' csh.2:542: warning: can't find special character `dd' Bug: http://cvs.openbsd.org/cgi-bin/query-pr-wrapper?full=yes&numbers=6604 |
13_fix_arithmetic_precedence.diff | (download) |
exp.c |
12 6 6 - 0 ! |
fix arithmetic precedence for consecutive addop or mulop |
14_makefile.patch | (download) |
Makefile |
2 2 0 - 0 ! |
--- |
glibc strsignal.diff | (download) |
proc.c |
3 1 2 - 0 ! |
use strsignal() in favor of sys_siglist[] The sys_siglist, _sys_siglist and sys_sigabbrev arrays have been deprecated. All programs should use strsignal() instead. . |
missing_tiocstat.patch | (download) |
file.c |
8 7 1 - 0 ! |
--- |
no_pledge.patch | (download) |
csh.c |
6 0 6 - 0 ! |
--- |
g 14.patch | (download) |
csh.c |
8 4 4 - 0 ! |
fix ftbfs with g -14 (no implicit declarations) |