zsh-workers
 help / color / mirror / code / Atom feed
* ksh compatibility: initial value of $_
@ 2023-01-28  1:52 Bart Schaefer
  2023-03-23 10:40 ` Jun T
  0 siblings, 1 reply; 24+ messages in thread
From: Bart Schaefer @ 2023-01-28  1:52 UTC (permalink / raw)
  To: Zsh hackers list

Docs for ksh93 say that $_ should be initialized to the absolute path
of what we put in $ZSH_ARGZERO.

Src/init.c explicitly initializes $_ to the empty string.

Any reason not to change this?  If so, where's the right place to do
it?  I tried doing it in createparamtab() but that led to memory
errors.


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

end of thread, other threads:[~2023-04-15 22:25 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-28  1:52 ksh compatibility: initial value of $_ Bart Schaefer
2023-03-23 10:40 ` Jun T
2023-03-31  8:18   ` Jun T
2023-03-31 14:31     ` Jun. T
2023-03-31 17:45       ` Bart Schaefer
2023-04-03 11:16         ` Jun. T
2023-04-03 16:48           ` Bart Schaefer
2023-03-31 19:02       ` Bart Schaefer
2023-03-31 19:03         ` Bart Schaefer
2023-04-03 12:13     ` Jun. T
2023-04-03 16:50       ` Bart Schaefer
2023-04-04 16:24         ` Jun. T
2023-04-05  1:03           ` Oliver Kiddle
2023-04-05  8:15             ` zeurkous
2023-04-05  9:00               ` Oliver Kiddle
2023-04-05 16:24             ` Jun. T
2023-04-05  8:14           ` dana
2023-04-05 18:16             ` Jun. T
2023-04-08  4:03               ` dana
2023-04-08 16:22                 ` Oliver Kiddle
2023-04-09 13:30                   ` Jun. T
2023-04-10  0:51                     ` Jun T
2023-04-15  5:02                   ` Felipe Contreras
2023-04-15 22:24               ` Bart Schaefer

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