Commit ID: 10052F7AD196E6D41EB
CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2014/02/09 16:30:30 UTC
Modified files:
include : stdio.h
lib/libc/stdio : Makefile.inc fgets.3
Added files:
lib/libc/stdio : gets_s.c
Log message:
add gets_s function, riding on the last minor bump as announced
From: Tomasz Konojacki <[email protected]>
plus some KNF, bounded attribute, bool, no uninitialised var use
To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.9 -r1.10 src/include/stdio.h
cvs -R rdiff -kk -upr1.5 -r1.6 src/lib/libc/stdio/Makefile.inc
cvs -R rdiff -kk -upr1.4 -r1.5 src/lib/libc/stdio/fgets.3
cvs -R rdiff -kk -upr0 -r1.1 src/lib/libc/stdio/gets_s.c