zsh-workers
 help / color / mirror / code / Atom feed
* Re: zsh-3.0-pre2 released
       [not found] <199607042230.AAA24166@bolyai.cs.elte.hu>
  1996-07-05  6:23 ` zsh-3.0-pre2 released Wayne Davison
@ 1996-07-05 21:42 ` Clive Messer
  1 sibling, 0 replies; 2+ messages in thread
From: Clive Messer @ 1996-07-05 21:42 UTC (permalink / raw)
  To: Zoltan Hidvegi; +Cc: zsh-workers

[-- Attachment #1: Type: TEXT/PLAIN, Size: 845 bytes --]

On Fri, 5 Jul 1996, Zoltan Hidvegi wrote:

> The texinfo documentation is still a few versions behind but that will
> change soon.

Here is a patch against 3.0-pre2.

This is not the patch I had hoped to send. The sections of the manual
pages I have re-written and the new chapters are not going to be complete
until after the release of 3.0, so I have backed out them out of my
working copy, and have simply mirrored the recent changes to the manual
pages and a couple of bugfixes. ie. deprecated is _not_ depreciated ;-)

Anyway, I am content that the texi is at least in sync with the manual
pages and that was my aim when I first started hacking on it.


Clive.
-- 
C Messer. Epos Systems. UK.  |
<clive@epos.demon.co.uk>     |   "I pressed her thigh and death smiled."
<clive@epos.easynet.co.uk>   |    Jim Morrison.                       

[-- Attachment #2: zsh.texi.diff.2.1.0.gz --]
[-- Type: APPLICATION/octet-stream, Size: 9718 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: zsh-3.0-pre2 released
       [not found] <199607042230.AAA24166@bolyai.cs.elte.hu>
@ 1996-07-05  6:23 ` Wayne Davison
  1996-07-05 21:42 ` Clive Messer
  1 sibling, 0 replies; 2+ messages in thread
From: Wayne Davison @ 1996-07-05  6:23 UTC (permalink / raw)
  To: Zoltan Hidvegi; +Cc: zsh-workers

There's a couple simple problems with the pre2 release that cause a lot
of warnings when compiling.  One is the DPUTS macro uses 'X' where it
should have 'Y'.  The other is the use of an "int *" where it should be a
"pid_t *".  Here's the diff.

..wayne..
---8<------8<------8<------8<---cut here--->8------>8------>8------>8---
Index: Src/signals.c
@@ -464,7 +464,7 @@
 	    Job jn;
 	    Process pn;
             pid_t pid;
-	    int *procsubpid = &cmdoutpid;
+	    pid_t *procsubpid = &cmdoutpid;
 	    int *procsubval = &cmdoutval;
 	    struct execstack *es = exstack;
 
Index: Src/zsh.h
@@ -1307,7 +1307,7 @@
 
 #ifdef DEBUG
 # define DPUTS(X,Y) if (!(X)) {;} else \
-			fprintf(stderr, "%s\n", X), fflush(stderr)
+			fprintf(stderr, "%s\n", Y), fflush(stderr)
 # define MUSTUSEHEAP(X) if (useheap) {;} else \
 		fprintf(stderr, "BUG: permanent allocation in %s\n", X), \
 		fflush(stderr)
---8<------8<------8<------8<---cut here--->8------>8------>8------>8---



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~1996-07-05 21:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <199607042230.AAA24166@bolyai.cs.elte.hu>
1996-07-05  6:23 ` zsh-3.0-pre2 released Wayne Davison
1996-07-05 21:42 ` Clive Messer

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).