-
Notifications
You must be signed in to change notification settings - Fork 5
[Pull Request] Prepare for release v2.1.0. #4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. Update doccomments in reiconv.hpp.in. 2. Add function 'int iconv_string(const iconv_t& cd, const char *start, const char *end, char **resultp, size_t *lengthp)' 3. Add function 'int iconv_string(int tocode_cp, int fromcode_cp, const char* start, const char* end, char** resultp, size_t* lengthp, bool strict=true)' 4. Update function 'encode' definion. 5. Fix some warnings in Clang. 6. Change the 'autodetect' feature of 'iconv_string' to a non extra feature. 修改: ChangeLog 修改: NEWS.md 修改: README.md 修改: include/cppp/reiconv.hpp.in 修改: lib/hkscs2001.h 修改: lib/hkscs2008.h 修改: lib/iconv.cpp
修改: ChangeLog 修改: include/cppp/reiconv.hpp.in 修改: lang/en_US.langmap 修改: lang/zh_CN.langmap
修改: ChangeLog 修改: lib/genaliases.c 修改: lib/genaliases2.c 修改: lib/generated/canonical.h 修改: lib/generated/canonical_aix.h 修改: lib/generated/canonical_aix_sysaix.h 修改: lib/generated/canonical_dos.h 修改: lib/generated/canonical_extra.h 修改: lib/generated/canonical_osf1.h 修改: lib/generated/canonical_osf1_sysosf1.h 修改: lib/generated/canonical_sysaix.h 修改: lib/generated/canonical_syshpux.h 修改: lib/generated/canonical_sysosf1.h 修改: lib/generated/canonical_syssolaris.h 修改: lib/generated/canonical_zos.h 修改: lib/iconv.cpp
修改: CMakeLists.txt 修改: ChangeLog
修改: ChangeLog 修改: FILELIST 修改: Makefile.devel 修改: lib/genaliases.c 修改: lib/genaliases2.c 删除: lib/generated/canonical.h 删除: lib/generated/canonical_aix.h 删除: lib/generated/canonical_aix_sysaix.h 删除: lib/generated/canonical_dos.h 删除: lib/generated/canonical_extra.h 删除: lib/generated/canonical_local.h 删除: lib/generated/canonical_local_sysaix.h 删除: lib/generated/canonical_local_syshpux.h 删除: lib/generated/canonical_local_sysosf1.h 删除: lib/generated/canonical_local_syssolaris.h 删除: lib/generated/canonical_osf1.h 删除: lib/generated/canonical_osf1_sysosf1.h 删除: lib/generated/canonical_sysaix.h 删除: lib/generated/canonical_syshpux.h 删除: lib/generated/canonical_sysosf1.h 删除: lib/generated/canonical_syssolaris.h 删除: lib/generated/canonical_zos.h 修改: lib/iconv.cpp
修改: .gitignore 修改: ChangeLog 修改: Makefile.devel 删除: lib/genaliases.c 删除: lib/genaliases2.c 修改: lib/generated/flags.h 删除: lib/genflags.c 新文件: tools/genaliases.cpp 新文件: tools/genaliases2.cpp 新文件: tools/genflags.cpp
修改: .gitignore 修改: ChangeLog 修改: Makefile.devel 删除: lib/generated/aliases.gperf 修改: lib/generated/aliases.h 删除: lib/generated/aliases_sysaix.gperf 修改: lib/generated/aliases_sysaix.h 删除: lib/generated/aliases_syshpux.gperf 修改: lib/generated/aliases_syshpux.h 删除: lib/generated/aliases_sysosf1.gperf 修改: lib/generated/aliases_sysosf1.h 删除: lib/generated/aliases_syssolaris.gperf 修改: lib/generated/aliases_syssolaris.h
修改: ChangeLog 修改: Makefile.devel 修改: lib/generated/aliases.h 修改: lib/generated/aliases_sysaix.h 修改: lib/generated/aliases_syshpux.h 修改: lib/generated/aliases_sysosf1.h 修改: lib/generated/aliases_syssolaris.h 修改: lib/iconv.cpp 修改: lib/iconv_open1.h 修改: tools/genaliases.cpp
修改: ChangeLog 修改: FILELIST 修改: Makefile.devel
修改: ChangeLog 修改: FILELIST
修改: .github/workflows/build.yml 修改: .github/workflows/test.yml 修改: ChangeLog
修改: NEWS.md
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Prepare for release v2.1.0.