Gene Cumm
2012-Jun-16 20:14 UTC
[syslinux] [PATCH][git-pull] Update strerror() to give english messages
The following changes since commit 753ab4bde224205876f09889ce928acb3682ba73: H. Peter Anvin (1): Merge remote-tracking branch 'genec/linux-com32-error-message-for-hpa' are available in the git repository at: git://github.com/geneC/syslinux.git strerror-for-hpa Gene Cumm (4): errno.h: Strip it of unused macros strerror: Use klibc version com32 strerror: add errlist.o to Make com32 strerror(): Remove macro WITH_ERRLIST use .gitignore | 1 + com32/include/errno.h | 111 ---------------------------------------------- com32/lib/Makefile | 7 ++- com32/lib/makeerrlist.pl | 98 ++++++++++++++++++++++++++++++++++++++++ com32/lib/strerror.c | 28 +++++++---- 5 files changed, 122 insertions(+), 123 deletions(-) create mode 100644 com32/lib/makeerrlist.pl
Gene Cumm
2012-Sep-16 15:32 UTC
[syslinux] [PATCH][git-pull] Update strerror() to give english messages
Reminder. -- -Gene On Sat, Jun 16, 2012 at 4:14 PM, Gene Cumm <gene.cumm at gmail.com> wrote:> The following changes since commit 753ab4bde224205876f09889ce928acb3682ba73: > H. Peter Anvin (1): > Merge remote-tracking branch 'genec/linux-com32-error-message-for-hpa' > > are available in the git repository at: > > git://github.com/geneC/syslinux.git strerror-for-hpa > > Gene Cumm (4): > errno.h: Strip it of unused macros > strerror: Use klibc version > com32 strerror: add errlist.o to Make > com32 strerror(): Remove macro WITH_ERRLIST use > > .gitignore | 1 + > com32/include/errno.h | 111 ---------------------------------------------- > com32/lib/Makefile | 7 ++- > com32/lib/makeerrlist.pl | 98 ++++++++++++++++++++++++++++++++++++++++ > com32/lib/strerror.c | 28 +++++++---- > 5 files changed, 122 insertions(+), 123 deletions(-) > create mode 100644 com32/lib/makeerrlist.pl