Package: csh / 20110502-7
Metadata
Package | Version | Patches format |
---|---|---|
csh | 20110502-7 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
01_gnu_source.diff | (download) |
Makefile |
1 1 + 0 - 0 ! |
define _gnu_source to enable bsd and gnu features |
02_libbsd.diff | (download) |
Makefile |
1 1 + 0 - 0 ! |
use libbsd for strlcpy, vis |
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 |
30 14 + 16 - 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 |
12_glibc_union_wait.diff | (download) |
proc.c |
14 7 + 7 - 0 ! |
--- |
13_fix_arithmetic_precedence.diff | (download) |
exp.c |
12 6 + 6 - 0 ! |
fix arithmetic precedence for consecutive addop or mulop |
pointer_deref_comparison.patch | (download) |
lex.c |
4 2 + 2 - 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. . |