.
OBS-URL: https://build.opensuse.org/package/show/shells/tcsh?expand=0&rev=18
This commit is contained in:
parent
aedda7748b
commit
d8fa5bd65b
@ -439,7 +439,9 @@
|
|||||||
skip_mh:
|
skip_mh:
|
||||||
|
|
||||||
# from George Cox
|
# from George Cox
|
||||||
complete acroread 'p/*/f:*.{pdf,PDF}/'
|
complete acroread 'p/*/f:*.{pdf,fdf,PDF,FDF}/'
|
||||||
|
complete xpdf 'p/*/f:*.{pdf,fdf,PDF,FDF}/'
|
||||||
|
complete kpdf 'p/*/f:*.{pdf,fdf,PDF,FDF}/'
|
||||||
complete apachectl 'c/*/(start stop restart fullstatus status graceful \
|
complete apachectl 'c/*/(start stop restart fullstatus status graceful \
|
||||||
configtest help)/'
|
configtest help)/'
|
||||||
complete appletviewer 'p/*/f:*.class/'
|
complete appletviewer 'p/*/f:*.class/'
|
||||||
|
@ -25,6 +25,15 @@
|
|||||||
install.man: tcsh.man
|
install.man: tcsh.man
|
||||||
--- config_f.h
|
--- config_f.h
|
||||||
+++ config_f.h 2007-07-13 10:47:29.673240000 +0000
|
+++ config_f.h 2007-07-13 10:47:29.673240000 +0000
|
||||||
|
@@ -37,7 +37,7 @@
|
||||||
|
*/
|
||||||
|
#ifndef _h_config_f
|
||||||
|
#define _h_config_f
|
||||||
|
-
|
||||||
|
+#include <features.h>
|
||||||
|
/*
|
||||||
|
* SHORT_STRINGS Use at least 16 bit characters instead of 8 bit chars
|
||||||
|
* This fixes up quoting problems and eases implementation
|
||||||
@@ -63,12 +63,19 @@
|
@@ -63,12 +63,19 @@
|
||||||
*/
|
*/
|
||||||
#if defined (NLS) && defined (HAVE_CATGETS)
|
#if defined (NLS) && defined (HAVE_CATGETS)
|
||||||
@ -46,6 +55,15 @@
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* VIDEFAULT Make the VI mode editor the default
|
* VIDEFAULT Make the VI mode editor the default
|
||||||
|
@@ -150,7 +150,7 @@
|
||||||
|
* This can be much slower and no memory statistics will be
|
||||||
|
* provided.
|
||||||
|
*/
|
||||||
|
-#if defined(__MACHTEN__) || defined(PURIFY) || defined(MALLOC_TRACE) || defined(_OSD_POSIX) || defined(__MVS__)
|
||||||
|
+#if defined(__MACHTEN__) || defined(PURIFY) || defined(MALLOC_TRACE) || defined(_OSD_POSIX) || defined(__MVS__) || defined(__GLIBC__)
|
||||||
|
# define SYSMALLOC
|
||||||
|
#else
|
||||||
|
# undef SYSMALLOC
|
||||||
@@ -162,7 +169,7 @@
|
@@ -162,7 +169,7 @@
|
||||||
* successful, set $REMOTEHOST to the name or address of the
|
* successful, set $REMOTEHOST to the name or address of the
|
||||||
* host
|
* host
|
||||||
|
10
tcsh.changes
10
tcsh.changes
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jun 11 16:41:34 CEST 2010 - werner@suse.de
|
||||||
|
|
||||||
|
- Avoid crash due own malloc due buggy nss implementation of glibc
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 17 12:58:44 CET 2010 - werner@suse.de
|
||||||
|
|
||||||
|
- Add Forms Data Format (.fdf) for acroread and co (bnc#573202)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 8 01:42:26 CET 2010 - ro@suse.de
|
Mon Mar 8 01:42:26 CET 2010 - ro@suse.de
|
||||||
|
|
||||||
|
@ -26,7 +26,7 @@ Group: System/Shells
|
|||||||
Requires: gawk textutils
|
Requires: gawk textutils
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 6.17.00
|
Version: 6.17.00
|
||||||
Release: 2
|
Release: 3
|
||||||
Summary: The C SHell
|
Summary: The C SHell
|
||||||
Source: ftp.astron.com:/pub/tcsh/tcsh-6.17.00.tar.bz2
|
Source: ftp.astron.com:/pub/tcsh/tcsh-6.17.00.tar.bz2
|
||||||
Source1: nls-iconv
|
Source1: nls-iconv
|
||||||
|
Loading…
Reference in New Issue
Block a user