Source-Changes archive

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

CVS commit: src/lib/libedit



Module Name:    src
Committed By:   christos
Date:           Sat Jun 14 13:43:50 UTC 2025

Modified Files:
        src/lib/libedit: readline.c sig.c

Log Message:
Change kill(0, signo) -> raise(signo) so that we only signal the current
process not the whole process group. Pointed out by geoff thomas. Related
issues:
https://www.postgresql.org/message-id/271520.1713052173%40sss.pgh.pa.us
https://github.com/astral-sh/python-build-standalone/pull/652\
    #issuecomment-2972762033
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=159226


To generate a diff of this commit:
cvs rdiff -u -r1.182 -r1.183 src/lib/libedit/readline.c
cvs rdiff -u -r1.28 -r1.29 src/lib/libedit/sig.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