Source-Changes archive

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

CVS commit: src/usr.bin/sed



Module Name:    src
Committed By:   christos
Date:           Thu Mar 12 19:13:11 UTC 2026

Modified Files:
        src/usr.bin/sed: Makefile compile.c extern.h main.c misc.c process.c

Log Message:
- Simplify processing by centralizing: no need to prefix all errors with
  "%lu: %s: " and pass fname, lineno to each; do it in one place.
- Use emalloc and friends instead of homegrown xmalloc and friends.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/usr.bin/sed/Makefile
cvs rdiff -u -r1.55 -r1.56 src/usr.bin/sed/compile.c
cvs rdiff -u -r1.20 -r1.21 src/usr.bin/sed/extern.h
cvs rdiff -u -r1.38 -r1.39 src/usr.bin/sed/main.c
cvs rdiff -u -r1.15 -r1.16 src/usr.bin/sed/misc.c
cvs rdiff -u -r1.54 -r1.55 src/usr.bin/sed/process.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