NetBSD-Bugs archive

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

PR/59737 CVS commit: src/lib/libedit



The following reply was made to PR lib/59737; it has been noted by GNATS.

From: "Christos Zoulas" <christos%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/59737 CVS commit: src/lib/libedit
Date: Sun, 14 Dec 2025 13:07:40 -0500

 Module Name:	src
 Committed By:	christos
 Date:		Sun Dec 14 18:07:40 UTC 2025
 
 Modified Files:
 	src/lib/libedit: chared.c chared.h common.c editline.3 el.c eln.c
 	    emacs.c histedit.h map.c map.h search.c vi.c
 
 Log Message:
 PR/59737: Bernie Siegert: Add a method to set custom wordchars.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.64 -r1.65 src/lib/libedit/chared.c src/lib/libedit/vi.c
 cvs rdiff -u -r1.30 -r1.31 src/lib/libedit/chared.h
 cvs rdiff -u -r1.50 -r1.51 src/lib/libedit/common.c
 cvs rdiff -u -r1.102 -r1.103 src/lib/libedit/editline.3 src/lib/libedit/el.c
 cvs rdiff -u -r1.38 -r1.39 src/lib/libedit/eln.c src/lib/libedit/emacs.c
 cvs rdiff -u -r1.62 -r1.63 src/lib/libedit/histedit.h
 cvs rdiff -u -r1.56 -r1.57 src/lib/libedit/map.c
 cvs rdiff -u -r1.13 -r1.14 src/lib/libedit/map.h
 cvs rdiff -u -r1.52 -r1.53 src/lib/libedit/search.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