This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository newlib.
from 942f60d71 Stack Pointer and Stack Limit initialization refactored. new e50ad9fbd Port ndbm
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: newlib/libc/{string/wcscmp.c => include/ndbm.h} | 101 ++++++----- newlib/libc/search/Makefile.am | 1 + newlib/libc/search/ndbm.c | 217 ++++++++++++++++++++++++ 3 files changed, 276 insertions(+), 43 deletions(-) copy newlib/libc/{string/wcscmp.c => include/ndbm.h} (52%) create mode 100644 newlib/libc/search/ndbm.c