Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/ddb
Module Name: src
Committed By: riastradh
Date: Tue Aug 30 22:37:03 UTC 2022
Modified Files:
src/sys/ddb: db_lex.c db_lex.h
Log Message:
ddb(9): New db_num_to_strbuf.
Like db_num_to_str, but writes to caller-provided buffer instead of
returning pointer to static storage.
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/sys/ddb/db_lex.c
cvs rdiff -u -r1.16 -r1.17 src/sys/ddb/db_lex.h
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