Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [netbsd-3] src/usr.bin/vi/ex



Module Name:    src
Committed By:   tron
Date:           Fri Sep  9 15:00:58 UTC 2005

Modified Files:
        src/usr.bin/vi/ex [netbsd-3]: ex_argv.c

Log Message:
Pull up following revision(s) (requested by aymeric in ticket #753):
        usr.bin/vi/ex/ex_argv.c: revision 1.13
>From code inspection, nvi had the undocumented and non-working functionality
of ignoring alphanumerical and blank characters from the shellmeta option.
The former code was using a character pointed to by a pointer as a boolean
to check whether to enable this functionality, but in the meantime the pointer
was used for something else. Introduce a variable for this boolean so that
the functionality actually works.


To generate a diff of this commit:
cvs rdiff -r1.12 -r1.12.2.1 src/usr.bin/vi/ex/ex_argv.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index