OpenBSD CVS

src/usr.bin/sed/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / usr.bin / sed

Current tag: OPENBSD_5_8


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] TEST/        
[DIR] USD.doc/        
[TXT] Makefile  1.4   14 years  deraadt   Stop installing many of the incredibly dated and un-authoritative share/doc file...
[TXT] POSIX  1.2   27 years  deraadt   rcsid
[TXT] compile.c  1.38   8 years  millert   POSIX specifies that that multiple '!' characters preceding a function should be...
[TXT] defs.h  1.6   8 years  jasper   add -i flag to sed to do in-place editing; mostly based on freebsd feedback/ok ...
[TXT] extern.h  1.10   8 years  jasper   add -i flag to sed to do in-place editing; mostly based on freebsd feedback/ok ...
[TXT] main.c  1.24   8 years  deraadt   figure out the linewidth at initialization, rather than late ok tedu miod
[TXT] misc.c  1.10   9 years  deraadt   add a xreallocarray() like the existing fatal xmalloc(), and use it to detect po...
[TXT] process.c  1.26   8 years  jasper   fix eyesore whitespace
[TXT] sed.1  1.46   8 years  jmc   various fixes; ok jasper