|
Filename: .cvsignore | |||
| Revision 1.17 | carlo | 2002/07/25 23:52:40 | +3 -1 |
Added support for bash 2.0.5b.Date: Thu, 25 Jul 2002 11:41:23 +0300From: Antti Sykari <jsykari@cc.hut.fi>Subject: Bug: 'which --read-functions' (version v2.13) is broken on bash 2.05bTo: Carlo Wood <carlo@gnu.org>FYI,Bash 2.05b breaks the --read-functions switch 'which'.This happens because 'declare' gives output like:[bash 2.05b behavior]fun (){ echo blah}instead of[bash 2.05a behavior]declare -f fun (){· echo blah}So I'd guess that the function process_function in which.c should bechanged to recognize the newer syntax. | |||
| Revision 1.16 | carlo | 2002/07/25 17:04:30 | +6 -0 |
Upgraded build system for automake 1.5 and autoconf 2.53. | |||
|
Filename: LICENSE | |||
| Revision 1.1 | carlo | 2002/07/25 17:04:30 | None |
Upgraded build system for automake 1.5 and autoconf 2.53. | |||
|
Filename: Makefile.am | |||
| Revision 1.13 | carlo | 2002/07/25 17:04:30 | +24 -23 |
Upgraded build system for automake 1.5 and autoconf 2.53. | |||
|
Filename: NEWS | |||
| Revision 1.13 | carlo | 2002/07/25 23:52:40 | +1 -0 |
Added support for bash 2.0.5b.Date: Thu, 25 Jul 2002 11:41:23 +0300From: Antti Sykari <jsykari@cc.hut.fi>Subject: Bug: 'which --read-functions' (version v2.13) is broken on bash 2.05bTo: Carlo Wood <carlo@gnu.org>FYI,Bash 2.05b breaks the --read-functions switch 'which'.This happens because 'declare' gives output like:[bash 2.05b behavior]fun (){ echo blah}instead of[bash 2.05a behavior]declare -f fun (){· echo blah}So I'd guess that the function process_function in which.c should bechanged to recognize the newer syntax. | |||
| Revision 1.12 | carlo | 2002/07/25 17:04:30 | +4 -0 |
Upgraded build system for automake 1.5 and autoconf 2.53. | |||
|
Filename: README.in | |||
| Revision 1.3 | carlo | 2002/07/25 17:04:30 | +1 -2 |
Upgraded build system for automake 1.5 and autoconf 2.53. | |||
|
Filename: acconfig.h | |||
| Revision 1.3 | carlo | 2002/07/25 17:04:30 | +4 -0 |
Upgraded build system for automake 1.5 and autoconf 2.53. | |||
|
Filename: acinclude.m4 | |||
| Revision 1.4 | carlo | 2002/07/25 17:04:30 | +18 -6 |
Upgraded build system for automake 1.5 and autoconf 2.53. | |||
|
Filename: bootstrap | |||
| Revision 1.1 | carlo | 2002/07/25 17:04:30 | None |
Upgraded build system for automake 1.5 and autoconf 2.53. | |||
|
Filename: configure.in | |||
| Revision 1.22 | carlo | 2002/07/25 17:04:30 | +9 -2 |
Upgraded build system for automake 1.5 and autoconf 2.53. | |||
| Revision 1.21 | carlo | 2001/08/17 14:23:11 | +1 -1 |
Bumped version number. | |||
|
Filename: index.html.in | |||
| Revision 1.15 | carlo | 2001/08/17 02:34:46 | +5 -1 |
Forgot to add a link to the NEWS file. | |||
|
Filename: maintMakefile.in | |||
| Revision 1.15 | carlo | 2002/07/26 00:17:27 | +1 -0 |
make release fixes | |||
| Revision 1.14 | carlo | 2002/07/26 00:07:11 | +17 -12 |
Updated targets to latest version (from libcwd) | |||
| Revision 1.13 | carlo | 2001/08/17 14:22:29 | +1 -1 |
Generation of index.html missed a blank line. | |||
|
Filename: mdate-sh | |||
| Revision 1.1 | carlo | 2001/12/04 18:38:38 | None |
Required file for automake 1.4. | |||
|
Filename: which.c | |||
| Revision 1.31 | carlo | 2002/07/25 23:52:40 | +39 -46 |
Added support for bash 2.0.5b.Date: Thu, 25 Jul 2002 11:41:23 +0300From: Antti Sykari <jsykari@cc.hut.fi>Subject: Bug: 'which --read-functions' (version v2.13) is broken on bash 2.05bTo: Carlo Wood <carlo@gnu.org>FYI,Bash 2.05b breaks the --read-functions switch 'which'.This happens because 'declare' gives output like:[bash 2.05b behavior]fun (){ echo blah}instead of[bash 2.05a behavior]declare -f fun (){· echo blah}So I'd guess that the function process_function in which.c should bechanged to recognize the newer syntax. | |||
| Revision 1.30 | carlo | 2001/08/17 14:22:51 | +1 -1 |
Corrected year in copyright notice. | |||
File made using version 1.52 of cvs2html by carlo at 102-07-26 2:27 and only showing data between revisions V2_13:HEAD.