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: asau
Date: Sat Feb 28 21:56:53 UTC 2015
Modified Files:
src/usr.bin/sed: compile.c extern.h main.c process.c
Log Message:
Improve modularity of "sed" source:
- move program source input subroutines into compiler part;
- move data I/O subroutines into processor part.
To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 src/usr.bin/sed/compile.c
cvs rdiff -u -r1.14 -r1.15 src/usr.bin/sed/extern.h
cvs rdiff -u -r1.30 -r1.31 src/usr.bin/sed/main.c
cvs rdiff -u -r1.46 -r1.47 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