zsh-workers
 help / color / mirror / code / Atom feed
* Bug in 2.6b14
@ 1996-04-15 11:16 Samuel Tardieu
  1996-04-15 12:08 ` mason
  0 siblings, 1 reply; 2+ messages in thread
From: Samuel Tardieu @ 1996-04-15 11:16 UTC (permalink / raw)
  To: zsh-workers

-----BEGIN PGP SIGNED MESSAGE-----

The bug shows up when one doesn't use either NIS or NIS_PLUS.

  Sam
- -- 
"La cervelle des petits enfants, ca doit avoir comme un petit gout de noisette"
                                                       Charles Baudelaire

*** zle_tricky.c.orig   Mon Apr 15 13:12:28 1996
- --- zle_tricky.c        Mon Apr 15 13:13:13 1996
***************
*** 1681,1687 ****
      }
  #else  /* no NIS or NIS_PLUS */
      /* add all the usernames to the named directory table */
!     nameddirtab->filltable();
  #endif
  
      scanhashtable(nameddirtab, 0, (addwhat==-1) ? 0 : ND_USERNAME, 0,
- --- 1681,1687 ----
      }
  #else  /* no NIS or NIS_PLUS */
      /* add all the usernames to the named directory table */
!     nameddirtab->filltable(nameddirtab);
  #endif
  
      scanhashtable(nameddirtab, 0, (addwhat==-1) ? 0 : ND_USERNAME, 0,


-----BEGIN PGP SIGNATURE-----
Version: 2.6.2
Comment: Processed by Mailcrypt 3.4, an Emacs/PGP interface

iQCVAgUBMXIv+4FdzKExeYBpAQGs0wP+M3Yz/+4AM0ZmW5tUvbv51CqYVW48UlR/
ubm0vPXPt6IlgPS06TM1tBIdBl9PKAtrNYa7XXC9sDvkiyISk6Z+OPvXisS+N+5f
e2X2CcTiyujvD+oLSkXRkh/2a1KDzCHClN9xQzM7dyO2tWX343FILPASpZDiA3ba
ycW01eLjXhA=
=ZpgY
-----END PGP SIGNATURE-----



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

* Re: Bug in 2.6b14
  1996-04-15 11:16 Bug in 2.6b14 Samuel Tardieu
@ 1996-04-15 12:08 ` mason
  0 siblings, 0 replies; 2+ messages in thread
From: mason @ 1996-04-15 12:08 UTC (permalink / raw)
  To: zsh-list

Samuel Tardieu wrote:
:The bug shows up when one doesn't use either NIS or NIS_PLUS.

Changed line 1684 in zle_tricky.c 
:!     nameddirtab->filltable();
to
:!     nameddirtab->filltable(nameddirtab);

Are there any future plans for fillnameddirtable() to use the argument
it's currently given?  Perhaps, fillnameddirtable() in hashtable.c should
be changed instead of the zle_tricky.c line.
-- 
Mason [G.C.W]  mason@werple.mira.net.au    "Hurt...Agony...Pain...LOVE-IT"



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

end of thread, other threads:[~1996-04-15 12:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1996-04-15 11:16 Bug in 2.6b14 Samuel Tardieu
1996-04-15 12:08 ` mason

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).