neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit c40cb2a4cf324812d46479480f6065e2c28bcb80
parent e15f79c659f8895afdb946333757ad5517329805
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Tue,  9 Dec 2025 23:44:48 -0500

docs: update version.c #36895

vim-patch:9.0.1940: wrong upstream version in libvterm README
vim-patch:e1b95f525 runtime(doc): Update help tags (13180)
vim-patch:9.0.1942: Vim9: execution stack invalidated with null object
vim-patch:9.0.1944: Vim9: function instruction pointer invalidated
vim-patch:e845b38da runtime(doc): regenerate xxd manpage
vim-patch:9.0.1949: Vim9: allows reserved keywords as members
vim-patch:9.0.1952: Vim9: unused static field
vim-patch:9.0.1974: vim9: using contra-variant type-checks
vim-patch:b74ebfc6b runtime(doc): update xxd manpage and mention $NO_COLOR env
vim-patch:b9a974df9 translation(it): update translation of xxd manpage
vim-patch:9.0.1984: CI: Test_open_delay*() fails on FreeBSD 14
vim-patch:9.0.1985: CI: codecov is intrusive
vim-patch:9.0.1989: Vim9: double error message given
vim-patch:9b259f520 translation(it): revert permission changes for xxd manpages again (13277)
vim-patch:26e8f7b0a runtime(doc): Update vim9class help (13292)
vim-patch:9.0.1996: Cannot build with python312
vim-patch:9.0.1998: xxd: cannot reverse a bit dump
vim-patch:9.0.2000: Vim9: use-after-free in deep call stack
vim-patch:75b277d35 translation(it): updated translation of xxd manpage
vim-patch:9.0.2002: Vim9: need cleanup of class related interface code
vim-patch:9.0.2006: Vim9: need more tests
vim-patch:9.0.2007: Vim9: covariant parameter types allowed
vim-patch:9.0.2016: Vim9: assignment operators don't work for class vars
vim-patch:9.0.2036: if_python: rework python3.12 build dependency
vim-patch:9.0.2038: Vim9: object method funcref not cleaned up after use
vim-patch:9.0.2043: Vim9: issue with funcref assignmentand varargs
vim-patch:9.0.2046: win32,python: warning that MS_WIN64 got re-defined
vim-patch:9.0.2047: perl: warning about inconsistent dll linkage
vim-patch:9.0.2049: Vim9: not recognizing qualified class vars for infix ops
vim-patch:9.0.2051: Vim9: wrong error for non-existing object var
vim-patch:9.0.2057: Vim9: no strict type checks for funcrefs varargs
vim-patch:9.0.2066: xxd: corrupting files when reversing bit dumps
vim-patch:9.0.2067: xxd: coloring was disabled on Cygwin
vim-patch:9.0.2072: Vim9: no nr2str conversion in list-unpack
vim-patch:9.0.2083: Perl: xsubpp may be in non-standard location
vim-patch:9.0.2087: build-failure in vim9class
vim-patch:9.0.2088: Vim9: still allows abstract static methods
vim-patch:9.0.2091: Vim9: cannot convert list to string using +=
vim-patch:9.0.2094: Vim9: need more assignment tests
vim-patch:521fb7e14 runtime(doc): Add missing null_<type> help tags (13498)
vim-patch:424da590e runtime(doc): Renamed "makefile_*.mak" for Vim documentation (13517)
vim-patch:ab4f27e2a runtime(doc): Refactor doc-Makefiles (13519)
vim-patch:d2c977bb7 runtime(Filelist): include new doc-Makefiles (13551)
vim-patch:9.0.2119: remove dead-condition in ex_class
vim-patch:8c14e7973 runtime(doc): Update doc Makefiles with comments from 13567 (#13577)
vim-patch:64c6bfd8e runtime(tutor): add Make_mvc.mak file for tutor (13580)
vim-patch:ffd6d31cb runtime(lang): Revise Makefile (13589)
vim-patch:110dd905d runtime(syntax-test): ci fails, disable html test for now
vim-patch:72314bb85 runtime(Filelist): include several missing files (13600)
vim-patch:926c3f45a CI: disable the test_terminal_resize() test for GH CI in GUI (13603)
vim-patch:c089c3816 CI: disable the test_terminal_resize2() test for GH CI in gui mode (13615)
vim-patch:9.0.2146: text-property without type errors when joining
vim-patch:563e6440b runtime(doc): update todo items (13631)
vim-patch:9.0.2155: Vim9: type not kept when assigning vars
vim-patch:1ec115c92 runtime(doc): re-generate helptags
vim-patch:7349c5160 CI: Fix i386 build (13680)
vim-patch:9.0.2161: Vim9: not able to use imported interfaces and classes
vim-patch:9.0.2173: Vim9: crash when compiling for statement and non-existing type
vim-patch:ec497574f CI: bump github/codeql-action from 2 to 3 (13716)
vim-patch:3ffc5bc6b CI: change dependabot prefix to "CI" (13724)
vim-patch:cb69dc351 runtime(doc): update helptags
vim-patch:9.0.2182: Vim9: need a way to reserve future extension
vim-patch:1d4fcfe55 runtime(doc): add some error codes to `:help vim9class` (13747)
vim-patch:4e28631f9 runtime(doc): Clarify that new() is not static
vim-patch:cea3dac76 runtime(doc): Add variable categories and null related documentation(13750)
vim-patch:92feeaffc runtime(doc): add help tag multiple-constructors. (13772)
vim-patch:0aed99abf runtime(doc): correct the :public example (13795)
vim-patch:53860eb9c runtime(Filelist): remove coveralls, move runtime/lang/Make_mvc.mak (13790)
vim-patch:9.1.0005: OpenVMS does not support python3 and xterm_save
vim-patch:9.1.0008: NSIS installer includes syntax testdir
vim-patch:b21499537 runtime(doc): Improve the documentation for Vim9 classes (13828)
vim-patch:9.1.0023: xxd: few problems with EBCDIC for z/OS (MVS)
vim-patch:8102a4c46 CI: Check help tags for errors (duplicates, missing, etc) (13865)
vim-patch:9c58191b3 CI: regenerate helptags, fix ci help tags job failing
vim-patch:9.1.0032: MS-Windows installer misses keymaps
vim-patch:9.1.0041: xxd -i may generate incorrect C statements
vim-patch:1cee50904 CI: Bump actions/cache from 3 to 4 (13897)
vim-patch:91155eb31 runtime(tutor): simplify tutor makefiles (13859)
vim-patch:e8ff5e6df runtime(lang): improve makefiles, add clean rule, fix typo (13856)
vim-patch:459867b63 runtime(doc): improve doc makefiles, add clean rule (13855)
vim-patch:4927110a4 CI: regenerate helptags to fix CI job
vim-patch:9.1.0052: Patch 9.1.0041 causes regressions for users
vim-patch:4d49643c3 runtime(doc): style fixes in vim9.txt (13918)
vim-patch:8fecb472c runtime(doc): correct Vim patch for Wayland support
vim-patch:28db30ddb CI: update clang to v18 (13937)
vim-patch:0a3d36968 CI: get rid of snap and speed up CI (13938)
vim-patch:ece714568 runtime(vimlogo): Include and modernize vimlogo.svg
vim-patch:f430e7dae runtime(Filelist): include README_vimlogo.txt (13944)
vim-patch:ea7f2f29a CI: Bump codecov/codecov-action from 3 to 4 (13978)
vim-patch:7f630e6f3 CI: skip apt upgrade on github runners (13975)
vim-patch:bd2f45a6e CI: Add Codecov token (13999)
vim-patch:9.1.0094: xxd: buffer-overflow when writing color output
vim-patch:9.1.0104: Linking fails with -lto because of PERL_CFLAGS
vim-patch:026b17404 runtime(doc): Fix typo in testing.txt (14054)
vim-patch:72a1f45e9 CI: install gnudiff and enable `Test_diffmode` on macos-14 runner again (14056)
vim-patch:9.1.0124: display of below/right virtual text with non-virtual text overlap
vim-patch:9.1.0134: CI: Test_term_gettitle() is flaky on MacOS 14
vim-patch:56824430c runtime(syntax-tests): simplify code and allow filetype options
vim-patch:d0d4adb60 runtime(Filelist): include runtime/syntax/testdir/ftplugin
vim-patch:0fdd18596 CI: enable apt upgrade on github runners again to fix i386 build
vim-patch:353faa373 translation(ru): Updated Russian installer translation (14134)
vim-patch:c62dacb7e translation(gr): add translation of the installer (14148)
vim-patch:64de03a22 runtime(syntax-tests): remove executable bit from sh test file
vim-patch:20eaf8b78 tools/rename.bat uses 'mv' and "move" (14201)
vim-patch:8291e91c6 runtime(indent-test): MS-Windows: Add Makefile for running indent tests
vim-patch:93edd254d runtime(syntax-tests): Support embeddable Vim configuration for syntax tests
vim-patch:f6069a7dd runtime(syntax-tests): Support sourceable Vim configuration for syntax tests
vim-patch:a9bc195d6 runtime(syntax-tests): Retrofit input/c.c. with TEST_SETUP
vim-patch:a2addebca runtime(syntax-tests): include missing changes
vim-patch:702f7923f runtime(syntax-tests): regenerate c_00 and markdown dumps
vim-patch:9.1.0191: Installer does not remove all files
vim-patch:f976e2c95 CI: mingw complains about unknown escape sequence: '\l', fails with libsodium (14259)
vim-patch:8e37daf62 CI: Fix for Sodium version 1.0.19 and MinGW (14267)
vim-patch:9.1.0197: Vim9: problem evaluating negated boolean logic
vim-patch:9.1.0198: Vim9: compound operators broken for lambdas in an object
vim-patch:51c94b650 NSIS: Update nsis installer and nsis docs (14256)
vim-patch:6dcf59b89 NSIS: Redesigning the appearance of the vimrc settings page (14292)
vim-patch:e6e3a7aaf Update README.md (14302)
vim-patch:b75825f74 Update README.txt and README.md (14313)
vim-patch:9.1.0224: cursor may move too many lines over "right" & "below" virt text
vim-patch:9.1.0226: Not able to assign enum values to an enum static variable
vim-patch:4fa06bb17 NSIS: fix path of uganda.nsis.txt in german.nsi file (14331)
vim-patch:9.1.0252: Vim9: segfault with static in super class
vim-patch:19ecb46c5 NSIS: Correctly distribute libsodium with the installer (14422)
vim-patch:9.1.0286: Vim9: E1027 with defcompile for abstract methods
vim-patch:49f1e1979 NSIS: Fix a few issues with gvim.nsi
vim-patch:b988c7a95 add runtime/doc/tags-* to ignore files (14479)
vim-patch:9.1.0308: configure: msgfmt hardcoded
vim-patch:acba5af95 CI: use explicit version tags for macos runners (14548)
vim-patch:9.1.0331: make install does not install all files
vim-patch:9.1.0350: tests: test_vim9_dissamble may fail
vim-patch:9.1.0353: tests: Test_autoload_import_relative_compiled fails on Windows
vim-patch:fbeea681c CI: change the download URL of "libsodium" (14618)
vim-patch:04e894355 CI: remove microsoft-prod.list repository (14628)
vim-patch:addf9ed62 runtime(doc): clarify the effect of setting the shell to powershell
vim-patch:4b9fc8247 CI: ubuntu-toolchain-r/test repository will be removed (14641)
vim-patch:93df2285a runtime(doc): update helptags for jq syntax (14646)
vim-patch:9.1.0378: Vim9: no comments allowed after class vars
vim-patch:9.1.0384: tests: vt420 terminfo entry may not be found
vim-patch:370e36829 runtime(doc): regenerate helptags (14695)
vim-patch:94a05d554 translation(es): update spanish menu localization
vim-patch:3ca2ae180 translation(ca): update Catalan menu
vim-patch:f1d3913a8 translation(de): update German menu
vim-patch:e0d0ad675 translation(af): update Afrikaans menu
vim-patch:5ba554011 translation(CZ): update Czech menu
vim-patch:247dbd0e7 translation(is): update Icelandic menu
vim-patch:f2211cb1c translation(ko): update Korean menu
vim-patch:c3016a8bf translation(nl): update Dutch menu
vim-patch:d88a39e0d translation(pt): update Portuguese menu
vim-patch:dfbf6f3ae translation(sl): update Slovenian menu
vim-patch:75c3161f8 translation(sk): update Slovak menu
vim-patch:5bf7446ba translation(sr): update Serbian menu
vim-patch:c8330b8ff CI: test_sound fails on macos-12 (14715)
vim-patch:9.1.0392: tests: Vim9 debug tests may be flaky
vim-patch:4e9adfa3d README.md: Update link to Wikipedia Vi page
vim-patch:9.1.0400: Vim9: confusing error message for unknown type
vim-patch:9.1.0404: [security] xxd: buffer-overflow with specific flags
vim-patch:9.1.0405: tests: xxd buffer overflow fails on 32-bit
vim-patch:9e4bfb219 translation(it): update translation of xxd manpage
vim-patch:9.1.0408: configure fails on Fedora when including perl
vim-patch:2f5ff7382 runtime(syntax-tests): Filter out non-Latin-1 characters for syntax tests (14767)
vim-patch:8314de8fd CI: Upload failed screendump tests when run in github actions
vim-patch:95ff39f8e CI: disable -O2 for Coverity after v9.1.0429
vim-patch:f2d74e3b6 runtime(comment): add missing help tags file
vim-patch:9.1.0434: make errors trying to access autoload/zig
vim-patch:9.1.0437: Motif requires non-const char pointer for XPM  data
vim-patch:c984b2fd9 runtime(vim): fix syntax vim bug (Close 14858) (#14861)
vim-patch:9.1.0452: Configure checks for libelf unnecessarily
vim-patch:9c6089051 CI: update FreeBSD runner to 14.1 (13937)
vim-patch:9.1.0468: GvimExt does not consult HKEY_CURRENT_USER
vim-patch:9.1.0470: tests: Test_ColonEight_MultiByte() fails sporadically
vim-patch:4032daaa1 translation(it): Update Italian Vim manpage
vim-patch:9.1.0474: CI: Test_ColonEight() fails on github runners
vim-patch:6ea3dfe8d runtime(vim): Remove orphaned screen dump files (14965)
vim-patch:31441d509 runtime(vim): Update g:vimsyn_comment_strings dump file tests
vim-patch:4225f2885 README.md: Update link to release archives
vim-patch:6dd5840fd runtime(html): Restore HTML syntax file tests
vim-patch:9.1.0515: Vim9: segfault in object_equal()
vim-patch:9.1.0519: MS-Windows: libvterm compilation can be optimized
vim-patch:9.1.0520: Vim9: incorrect type checking for modifying lists
vim-patch:9.1.0521: if_py: _PyObject_CallFunction_SizeT is dropped in Python 3.13
vim-patch:b81109192 CI: Pre-v9.0.0110 versions generate bogus documentation tag entries
vim-patch:9.1.0533: Vim9: need more tests for nested objects equality
vim-patch:841844664 runtime(syntax-tests): Allow for folded and wrapped lines in syntax test files
vim-patch:cc5482edb runtime(syntax-tests): Clear and redraw the ruler line with the shell info
vim-patch:d2f498799 runtime(syntax-tests): Introduce self tests for screen dumping
vim-patch:719714383 runtime(syntax-tests): Abort and report failed cursor progress
vim-patch:9.1.0541: failing test with Vim configured without channel
vim-patch:b5a92d72e runtime(syntax-tests): Stop generating redundant "*_99.dump" files
vim-patch:080ba2c69 runtime(vim): Cleanup :match and :loadkeymap syntax test files
vim-patch:9.1.0604: popup_filter during Press Enter prompt seems to hang
vim-patch:510f94b6d INSTALL: remove outdated notice about statically linked executable
vim-patch:d887fb81b runtime(yaml): Remove orphaned YAML syntax dump files
vim-patch:9.1.0614: tests: screendump tests fail due to recent syntax changes
vim-patch:408bd9ffe runtime(progress): Add syntax test for comments
vim-patch:9.1.0622: MS-Windows: mingw-build can be optimized
vim-patch:9.1.0623: Mingw: errors when trying to delete non-existing files
vim-patch:9.1.0626: Vim9: need more tests with null objects
vim-patch:9.1.0628: MinGW: coverage files are not cleaned up
vim-patch:9.1.0637: MS-Windows: Style issues in MSVC Makefile
vim-patch:9.1.0640: Mingw: Makefile can be improved
vim-patch:491e55d0e Maintainers: Add maintainer for ondir ftplugin + syntax files
vim-patch:22a22529a CI: update clang compiler to version 20
vim-patch:9.1.0656: MS-Windows: MSVC Makefile CPU handling can be improved
vim-patch:9.1.0657: MS-Windows: MSVC build time can be optimized
vim-patch:9.1.0659: MS-Windows: MSVC Makefile is a bit hard to read
vim-patch:e0fd1ca7d translation(it): update Italian manpage
vim-patch:181fda18e translations: Update generated po files
vim-patch:9.1.0668: build-error with python3.12 and stable ABI
vim-patch:3383ed7e2 Update .gitignore and .hgignore files
vim-patch:9.1.0669: if_python: stable python ABI not used by default
vim-patch:9.1.0673: Vim9: too recursive func calls when calling super-class method
vim-patch:9.1.0674: Vim9: compiling abstract method fails because of missing return
vim-patch:9.1.0675: Patch v9.1.0674 causes problems
vim-patch:9.1.0676: style issues with man pages
vim-patch:5f995c92e runtime(lang): update Makefile and make it portable between GNU and BSD
vim-patch:1869fe0ce runtime(tutor): update Makefile and make it portable between GNU and BSD
vim-patch:8f3f78546 runtime(doc): Updating the examples in the xxd manpage
vim-patch:9b7d55ee2 runtime(doc): update Makefile and make it portable between GNU and BSD
vim-patch:a4aa97590 translation(it): update Italian manpages
vim-patch:12333bae0 translation(ru): update man pages
vim-patch:9beccaf77 translation(it): updated Italian manpage
vim-patch:4a0dc29e5 translation(it): Fix filemode of Italian manpages
vim-patch:9.1.0687: Makefile may not install desktop files
vim-patch:9.1.0688: Vim9: dereferences NULL pointer in check_type_is_value()
vim-patch:79b5fc569 translation(pt): revert Portuguese menu translation
vim-patch:56186e41d translation(pt): Revert and fix wrong Portuguese menu translation files
vim-patch:9.1.0691: python3: stable-abi may cause segfault on Python 3.11
vim-patch:9.1.0693: Configure doesn't show result when not using python3 stable abi
vim-patch:377ad8c71 translation(pt): Update menu_pt_br
vim-patch:9.1.0696: installing runtime files fails when using SHADOWDIR
vim-patch:41ba26566 translation(pt): update Portuguese/Brazilian menu translation
vim-patch:4e527a2d5 CI: Install locales-all package
vim-patch:9.1.0706: tests: test_gettext fails when using shadow dir
vim-patch:9.1.0710: popup window may hide part of Command line
vim-patch:9.1.0711: tests: test_xxd may file when using different xxd
vim-patch:233252fdf Maintainers: fix typo in author name
vim-patch:609599cc4 runtime(glvs): update GetLatestVimScripts plugin
vim-patch:9.1.0722: crash with large id in text_prop interface
vim-patch:9.1.0723: if_python: dynamic linking fails with python3 >= 3.13
vim-patch:9.1.0724: if_python: link error with python 3.13 and stable ABI
vim-patch:9.1.0726: not using correct python3 API with dynamic linking
vim-patch:9.1.0732: xxd: cannot use -b and -i together
vim-patch:5ca3efa5d translation(ru): updated xxd man page
vim-patch:3f6981d8c translation(it): updated xxd man page
vim-patch:e019f3626 CI: upload failed screendump tests also for Cirrus
vim-patch:ac8a10ab7 runtime(doc): fix typo in :h dos-colors
vim-patch:c854efc6f runtime(glvs): fix a few issues
vim-patch:1678ca36c runtime(doc): remove completed TODO
vim-patch:7cd6edf2b runtime(glvs): Correct the tag name of glvs-autoinstal
vim-patch:5dd4ec008 CI: uploading failed screendump tests does not work Cirrus
vim-patch:5d64e2801 CI: macos-12 runner is being sunset, switch to 13
vim-patch:48f3833ff NSIS: Include libgcc_s_sjlj-1.dll again
vim-patch:793c31511 CI: uploading failed screendumps still fails on Cirrus CI
vim-patch:9.1.0790: Amiga: AmigaOS4 build should use default runtime (newlib)
vim-patch:9.1.0793: xxd: -e does add one extra space
vim-patch:de79f9129 runtime(syntax-tests): tiny vim fails because of line-continuation
vim-patch:912fbaf6e runtime(doc): Remove some completed items from todo.txt
vim-patch:9.1.0819: tests: using findexpr and imported func not tested
vim-patch:203c7225f CI: huge linux builds should also run syntax & indent tests
vim-patch:15f69de26 runtime(doc): update help tags
vim-patch:885424458 git: ignore reformatting commit for git-blame (after v9.1.0829)
vim-patch:29ce41907 Filelist: ignore .git-blame-ignore-revs
vim-patch:0b8176dff Filelist: include helptoc package
vim-patch:9.1.0837: cross-compiling has some issues
vim-patch:c39c0230c Filelist: vimtutor chapter 2 is missing in Filelist
vim-patch:9.1.0838: vimtutor is bash-specific
vim-patch:5ccac75d9 runtime(doc): simplify vimtutor manpage a bit more
vim-patch:9.1.0845: vimtutor shell script can be improved
vim-patch:9.1.0847: tests: test_popupwin fails because of updated help file
vim-patch:07c9ab8c0 git: git-blame-ignore-revs shown as an error on Github
vim-patch:815c822aa translation(it): Updated Italian vimtutor
vim-patch:9.1.0850: Vim9: cannot access nested object inside objects
vim-patch:9.1.0857: xxd: --- is incorrectly recognized as end-of-options
vim-patch:9.1.0861: Vim9: no runtime check for object member access of any var
vim-patch:8b97ca66c runtime(doc): update how to report issues for mac Vim
vim-patch:232a77e80 runtime(doc): update helptags
vim-patch:54996ecda editorconfig: don't trim trailing whitespaces in runtime/doc
vim-patch:deda23f85 runtime(doc): Makefile does not clean up all temporary files
vim-patch:ba9e1570d CI: Bump codecov/codecov-action from 4 to 5
vim-patch:9a65a8c27 CI: join codecov array flags, instead of accessing it directly
vim-patch:8bc4d25ab Add clang-format config file
vim-patch:fa41a3ed1 git: ignore re-formatting commit v9.1.0879 for blame
vim-patch:9c69453f0 runtime(misc): add Italian LICENSE and (top-level) README file
vim-patch:f63449a5d translation(ru): updated vimtutor translation, update MAINTAINERS file
vim-patch:ea49002ac CI: update FreeBSD runner to 14.2
vim-patch:3d670bb19 translation(de): update German manpages
vim-patch:fd6693ca5 runtime(doc): remove buffer-local completeopt todo item
vim-patch:9.1.0901: MS-Windows: vimtutor batch script can be improved
vim-patch:12e1729e8 runtime(tutor): Update the makefiles for tutor1 and tutor2 files
vim-patch:1d20ad0bb translation(it): update Italian manpage for vimtutor
vim-patch:23eea9b98 runtime(doc): fix typo in vimtutor manpage
vim-patch:c6db53ce5 Filelist: include translations for Chapter 2 tutor
vim-patch:4854647ab translation(it): update Italian manpage for vimtutor
vim-patch:9.1.0904: Vim9: copy-paste error in class_defining_member()
vim-patch:9.1.0907: printoptions:portrait does not change postscript Orientation
vim-patch:9.1.0912: xxd: integer overflow with sparse files and -autoskip
vim-patch:ff70518f1 add saccarosium to maintainers files
vim-patch:9.1.0925: Vim9: expression compiled when not necessary
vim-patch:3c5d782db editorconfig: set trim_trailing_whitespace = false for src/testdir/test*.vim
vim-patch:9.1.0928: tests: test_popupwin fails because the filter command fails
vim-patch:b10047719 translation(it): add Italian translation for the interactive tutor
vim-patch:9.1.0933: Vim9: vim9compile.c can be further improved
vim-patch:9.1.0939: make installtutor fails
vim-patch:38281e1b9 ci: Update macOS from macos-14 to macos-15
vim-patch:9.1.0943: Vim9: vim9compile.c can be further improved
vim-patch:83029a354 git: ignore reformatting change of netrw plugin
vim-patch:fb27cf9cb git: ignore reformatting change of netrw plugin
vim-patch:9.1.0955: Vim9: vim9compile.c can be further improved
vim-patch:9739086de runtime(vim): Use supported syntax in indent tests
vim-patch:b6ab33bdb translation(fi): Fix typoes in Finish menu translation
vim-patch:9.1.0964: MS-Windows: sed error with MinGW
vim-patch:0a3b9fb5c runtime(doc): clarify ARCH value for 32-bit in INSTALLpc.txt
vim-patch:49a35f67e runtime(doc): Fix enum example syntax
vim-patch:9.1.0976: Vim9: missing return statement with throw
vim-patch:9.1.0992: Vim9: double-free after v9.1.0988
vim-patch:e0424b334 CI: drop setup of snd-dummy module
vim-patch:9.1.1002: Vim9: unknown func error with interface declaring func var
vim-patch:9.1.1012: Vim9: class interface inheritance not correctly working
vim-patch:221c53202 runtime(vim): Split Vim legacy and Vim9 script indent tests
vim-patch:866f22959 runtime(c): Add missing syntax test files
vim-patch:fef4be0d7 CI: bump windows libsodium to 1.0.20
vim-patch:9.1.1033: Vim9: compiling abstract method fails without return
vim-patch:87f65f385 CI: add Linux arm64 CI job
vim-patch:c65bb2ea8 CI: bump windows python to 3.12
vim-patch:9.1.1036: make install fails when using shadowdir
vim-patch:9.1.1038: tests: test_channel.py fails with IPv6
vim-patch:4cbc54a74 runtime(doc): update helptags
vim-patch:e2a047185 Update .gitignore for v9.1.1036
vim-patch:9.1.1055: make install fails because of a missing dependency
vim-patch:9.1.1067: tests: Test_termwinscroll_topline2 fails on MacOS
vim-patch:cbc1f409c CI: bump windows python to 3.13
vim-patch:9.1.1075: Vim9: len variable not used in compile_load()
vim-patch:9.1.1087: Vim9: import with extends may crash
vim-patch:9.1.1090: tests: test_terminwscroll_topline2 unreliable
vim-patch:9.1.1093: tests: output of test ...win32_ctrl_z depends on python version
vim-patch:9.1.1096: if_perl: Perl 5.38 adds new symbols causing link failure
vim-patch:9.1.1103: if_perl: still some compile errors with Perl 5.38
vim-patch:588182810 ci: syntax tests spam output
vim-patch:9.1.1111: Vim9: variable not found in transitive import
vim-patch:44831e4be runtime(doc): Update the 'specifies' keyword documentation, slightly reformat
vim-patch:9.1.1116: Vim9: super not supported in lambda expressions
vim-patch:9.1.1117: there are a few minor style issues
vim-patch:9.1.1128: patch 9.1.1119 caused a regression with imports
vim-patch:a48693c6c runtime(doc): remove resolved complete item from todo list
vim-patch:6a15942bc CI: add Makefile target to verify default highlighting groups are present
vim-patch:066a5340e CI: Install netbeans on windows to make sure to run test_netbeans.vim
vim-patch:f877040a0 nsis: added support for pt-BR to installer and update README.txt
vim-patch:9.1.1148: Vim9: finding imported scripts can be further improved
vim-patch:9.1.1149: Unix Makefile does not support Brazilian lang for the installer
vim-patch:b2bd8de15 nsis: add Portuguese Brazilian translation to nsis installer
vim-patch:7003a5d63 runtime(syntax-tests): Apply stronger synchronisation between buffers
vim-patch:fb792374c runtime(doc): update how to get Vim
vim-patch:de4b244bf runtime(doc): mention alternative check for vim9script
vim-patch:273926e5c editorconfig: set indent config for *.vim files
vim-patch:2e18faced test(runtime/syntax): improve syntax tests
vim-patch:ec6e82af0 runtime(doc): revert modeline change in vim9.txt
vim-patch:25e833f4e editorconfig: set editing style for comment and hlsearch package
vim-patch:6852e5c59 runtime(syntax-tests): Re-introduce support for "phoney" languages
vim-patch:f63c3467b runtime(syntax-tests): Improve parts of "runtest.vim"
vim-patch:ccf2731fd CI: Update clang to version 20
vim-patch:54c88d0cf runtime(indent-tests): GitHub Actions doesn't show why indent tests failed
vim-patch:6b01f0271 translation(sr): Add chapter two of the new tutor
vim-patch:c1c1019fa translation(it): update menu_it
vim-patch:9.1.1210: translation(ru): missing Russian translation for the new tutor
vim-patch:19d4f99a3 runtime(syntax-tests): Add non-Latin-1 character filters for C syntax tests
vim-patch:b5459ee10 runtime(syntax-tests): Do not ignore failed screendumps
vim-patch:9d5487f6f runtime(doc): Add missing garbagecollect() hypertext link
vim-patch:29d11a832 runtime(doc): group python interface related items in todo.txt
vim-patch:c5aad6cca runtime(doc): non-portable sed regex in Makefile for pi_netrw.txt rule
vim-patch:9.1.1256: if_python: duplicate tuple data entries
vim-patch:bb8e5ddb9 ci: Check and confirm Vim feature flags exist before testing
vim-patch:9.1.1264: Vim9: error when comparing objects
vim-patch:9.1.1275: MS-Windows: Not possible to pass additional flags to Make_mvc
vim-patch:9.1.1277: tests: trailing comment char in test_popupwin
vim-patch:9.1.1279: Vim9: null_object and null_class are no reserved names
vim-patch:d82f3cae3 runtime(sh): Do not look up a "sh" utility in $PATH for "sh_13.sh"
vim-patch:906f30681 CI: install xcode 16.3 on  macos-15 runner
vim-patch:4ec93fec1 runtime(doc): update enum helptext
vim-patch:ded2b4132 CI: update coverity runner to Ubuntu 24.04
vim-patch:13960a877 CI: GCC 13 install fails, so disable that particular ppa
vim-patch:816779965 CI: coverity.yml: remove python2-dev pkg and retire --enable-pythoninterp
vim-patch:fe8508eda runtime(indent-tests): Instrument timed "search*()" calls
vim-patch:5ecb452f5 runtime(indent-tests): Raise timeouts for "search*()"es
vim-patch:16341e709 CI: add sway compositor to CI tests, to prepare for better Wayland testing
vim-patch:9.1.1332: Vim9: segfault when using super within a lambda
vim-patch:e3302cf2b runtime(syntax-tests): Regenerate changed syntax test pages for vim
vim-patch:be51e9049 git: ignore reformatting commit for git-blame (after v9.1.1352)
vim-patch:9.1.1354: tests: Test_terminalwinscroll_topline() fails on Windows
vim-patch:9.1.1356: Vim9: crash when unletting variable
vim-patch:9.1.1362: Vim9: type ignored when adding tuple to instance list var
vim-patch:ba2ed6ac0 git: ignore indentation changes for git-blame (after v9.1.1363)
vim-patch:8ac3f5dd3 git: ignore indentation changes for git-blame (after v9.1.1364)
vim-patch:13bd43c1e runtime(new-tutor): Update Serbian translation of chapter 1
vim-patch:9.1.1369: configure still using autoconf 2.71
vim-patch:1eb8d0873 git: ignore more style changes from v9.1.1371 and v9.1.1372
vim-patch:314150912 typo in comment in gui.c
vim-patch:9955c125f CI: use deb822 style for llvm source
vim-patch:74e8f28b5 runtime(getscript): check for network errors
vim-patch:e62244f22 runtime(getscript): CI: failure on powershell
vim-patch:9.1.1386: MS-Windows: some minor problems building on AARCH64
vim-patch:7200eae21 git: git: ignore more style changes from v9.1.1390
vim-patch:9.1.1401: list not materialized in prop_list()
vim-patch:1a8be6b44 runtime(syntax-tests): rename kornshell syntax tests and regenerate 00 dumps
vim-patch:a54baccdd runtime(doc): update todo list
vim-patch:2897a8d04 CI: bump xcode to 16.4
vim-patch:72c3ca9f8 CI: update Cirrus runner to FreeBSD 14.3
vim-patch:16e9b477a runtime(doc): remove an obsolete item from todo.txt
vim-patch:2eb995b56 runtime(defaults): Update the "Last Changes" header in defaults.vim
vim-patch:9.1.1459: xxd: coloring output is inefficient
vim-patch:7841ca185 runtime(vimtutor): vimtutor throws Access Denied Error on MS-Windows
vim-patch:9.1.1470: use-after-free with popup callback on error
vim-patch:9.1.1472: if_python: PySequence_Fast_{GET_SIZE,GET_ITEM} removed
vim-patch:5bbdd0b08 runtime(doc): vimtutor starts Vim in nocompatible mode
vim-patch:468c62e4f translation(it): update Italian manpage for vimtutor
vim-patch:d3d54f473 Maintainers: Update MAINTAINERS file
vim-patch:9.1.1488: configure: using obsolete macro AC_PROG_GCC_TRADITIONAL
vim-patch:44a2e3c5d nsis: copy tutor directory recursively
vim-patch:5e3518424 translation(it): updated Italian manpage
vim-patch:73aa24ea7 ci: disable installing netbeans on Windows runners
vim-patch:1c0746829 ci: Use tmate for debugging Github Actions CI
vim-patch:2bfd1ee16 README: mention POSIX vi as a goal of this project
vim-patch:9.1.1497: Link error with shm_open()
vim-patch:523f9f589 runtime(tutor): regenerate utf-8 version of French vimtutor manpage
vim-patch:9.1.1527: Vim9: Crash with string compound assignment
vim-patch:49b89bb17 translation(ru): Update main readme.ru.txt according to commit 2bfd1ee
vim-patch:43855b739 translation(ru): update vimtutor-ru man according to commit 5bbdd0b
vim-patch:a46e9e45a translation(ru): update vim-ru according to patch 9.1.1485
vim-patch:9.1.1546: Vim9: error with has() and short circuit evaluation
vim-patch:9.1.1553: Vim9: crash when accessing a variable in if condition
vim-patch:71c794ccc translation: regenerate vim.pot, ignore version.c changes
vim-patch:9.1.1560: configure: uses $PKG_CONFIG before it is defined
vim-patch:9.1.1561: configure: wayland test can be improved
vim-patch:be863b263 translation: mark vim.pot as linguist-generated, ignore msg locations in vim.pot
vim-patch:9.1.1565: configure: does not consider tiny version for wayland
vim-patch:9.1.1569: tests: Vim9 tests can be improved
vim-patch:9f4a80e2a translation: mark vim.pot as binary
vim-patch:9.1.1578: configure: comment still mentions autoconf 2.71
vim-patch:9.1.1582: style issue in vim9type.c and vim9generics.c
vim-patch:2f4be00ca runtime(doc): Tweak documentation style in usr_90.txt
vim-patch:15dd6b427 CI: increase test timeout to 30 minutes
vim-patch:9.1.1585: Wayland: gvim still needs GVIM_ENABLE_WAYLAND
vim-patch:6e1c84cc4 runtime(editorconfig): drop mkzip.sh
vim-patch:1a2c4932a runtime(doc): use correct possessive form
vim-patch:cced80dcb runtime(vim): Cleanup syntax tests
vim-patch:25ea22439 CI: Include provenance in names of collected artifacts
vim-patch:43b99c937 CI: Remove the file filters for syntax tests
vim-patch:9.1.1592: Vim9: crash with classes and garbage collection
vim-patch:9.1.1593: Confusing error when compiling incomplete try block
vim-patch:02bbc8a70 CI: Update labeler.yml with correct netrw path
vim-patch:af2c8e256 runtime(syntax-tests): Break up non-ASCII over-75-byte-long lines
vim-patch:9.1.1614: Vim9: possible variable type change
vim-patch:9.1.1616: xxd: possible buffer overflow with bitwise output
vim-patch:e32465190 CI: Add Lychee CI test to check for broken links
vim-patch:9.1.1629: Vim9: Not able to use more than 10 type arguments in a generic function
vim-patch:9.1.1642: configure: wrong C99 feature test
vim-patch:9.1.1644: configure: doesn't separate CPPFLAGS and CFLAGS
vim-patch:1526d4f23 CI: Bump actions/checkout from 4 to 5
vim-patch:9.1.1650: popup: window may not properly resize
vim-patch:a167e8a41 translation(it): update Italian manpage
vim-patch:9.1.1658: Missing includes for Wayland headers
vim-patch:9.1.1659: configure: uses AC_INIT without args
vim-patch:9.1.1660: popups without decoration are positioned wrong at bottom of screen
vim-patch:9.1.1663: xxd: 9.1.0023 introduced additional dependency
vim-patch:9.1.1664: configure: can use any autoconf
vim-patch:9.1.1671: configure: missing comment about AC_CONFIG_SRCDIR
vim-patch:9.1.1673: if_python: still support for Python 1
vim-patch:9.1.1680: MS-Windows: possible buffer-under run in if_cscope
vim-patch:9.1.1683: xxd: Avoid null dereference in autoskip colorless
vim-patch:bc461f952 runtime(indent-tests): Use silent write of resulting files
vim-patch:7f380259c runtime(vim): update vim syntax generator for patch v9.1.1692
vim-patch:6fd17cbf0 README.md: Add sponsor banner
vim-patch:d1cbea045 README.md: Make the Vim logo visible again.
vim-patch:693173043 README.md: Fix the Warp link
vim-patch:5d8098b11 runtime(doc): Add [range] spec to :help :tcl and :help :tclfile
vim-patch:9.1.1722: compiler may optimize away clearing of crypt key
vim-patch:48990fb08 CI: increase timeout parameter to 60s for the link-check
vim-patch:9.1.1735: Cygwin Makefile still checks for Win XP version
vim-patch:d8ae38178 CI: Bump actions/labeler from 5 to 6
vim-patch:9.1.1746: Missing Null ptr check in cs_find_common()
vim-patch:9.1.1749: leaking memory in cs_find_common()
vim-patch:9.1.1766: Vim9: some functions do not handle null_string correctly
vim-patch:9.1.1768: Makefile does not uninstall global plugins
vim-patch:e39d35a44 Remove dlejay from maintainer list
vim-patch:35531de58 runtime(unicode): update check for netrw
vim-patch:9.1.1786: Compile error with clipboard
vim-patch:d0f47cf65 translation(sr): Update vim-01-beginner.tutor translation
vim-patch:8b9e687ea translation(sr): Update vim-02-beginner.tutor translation
vim-patch:9.1.1794: configure: terminfo test does not work with musl
vim-patch:9.1.1801: Vim9: misleading error when extending dictionary
vim-patch:9.1.1805: Amiga: Missing build date in version string
vim-patch:f9feda2d6 nsis: Fix indentation and alignment issues in gvim.nsi
vim-patch:c55efbb14 nsis: Split gvim.nsi and factor out auxiliary code into auxiliary.nsh
vim-patch:bd6d5c8f0 nsis: Reorder code blocks
vim-patch:534882978 nsis: Load correct readme at the end, refactor gvim.nsi slightly
vim-patch:9.1.1809: winclip.pro included in PRO_AUTO
vim-patch:9.1.1811: Amiga: Initialization of random buffer can be improved
vim-patch:9.1.1816: existing icon files are dated
vim-patch:c7b2dcd98 nsis: Rework icons, update icons archive, add copyright notice
vim-patch:34959362b Filelist: include nsis/icons/README.txt
vim-patch:327683908 nsis: added a note about installer icons in README.txt
vim-patch:c4e6a8795 runtime: Update a few icons
vim-patch:48755bb7d CI: stop using macos-13 runner
vim-patch:fdeb72125 Filelist: include nsis/icons/README.txt again
vim-patch:5178376eb nsis: delete README.txt from the icons directory
vim-patch:8feaa94e7 nsis: Duplicate files in the icons.zip archive have been removed
vim-patch:9.1.1822: Makefile still supports Perl < 5.005
vim-patch:9.1.1832: if_perl: contains references to legacy if_perlsfio
vim-patch:a51c53722 runtime(doc): Update sections 5 to 8 in vim9.txt
vim-patch:5d96fe83b translation: regenerate po/vim.pot after a644b7924d
vim-patch:d5cbbcb7c translation(ru): updated Vim manpages
vim-patch:9.1.1844: Makefile: dependencies not updated
vim-patch:9.1.1845: Makefile: Missing dependency on osdef.h
vim-patch:9.1.1846: Build failure when building without wayland
vim-patch:c7d6ec713 runtime(doc): Update documentation style in gui_w32.txt
vim-patch:a55dc8c57 CI: Bump github/codeql-action from 3 to 4
vim-patch:97da1ec67 runtime(doc): Fix example highlighting at :help prop_list()
vim-patch:9.1.1855: Makefile: using non-portable syntax
vim-patch:9.1.1861: Amiga: Locating runtime dir and rc files can be simplified
vim-patch:9.1.1867: HAVE_STDARG_H still defined
vim-patch:b32da7de6 CI: Include a job index in names of collected artifacts
vim-patch:9.1.1879: Crash when using a lambda funcref with :defer
vim-patch:f11d9e4d2 runtime(doc): regenerate help tags file after eba51337
vim-patch:9.1.1881: tests: test_popupwin fails after c8eeda9b
vim-patch:9.1.1884: :defer an empty lambda causes a crash
vim-patch:958393b0b translation: regenerate po/vim.pot after 73a0de4a04b48cca
vim-patch:9.1.1901: tests: test_vim9_generics fails without job feature
vim-patch:9.1.1903: GTK naming still reflects GTK1 support
vim-patch:54cc82012 runtime(doc): Update Section 4 of vim9.txt
vim-patch:97c37446e runtime(doc): Wrap some overlength lines in vim9{,class}.txt.
vim-patch:9.1.1910: tests: test failures in Test_term_gettitle() in CI
vim-patch:9.1.1917: Vim9: incorrect type inference with mkdir()
vim-patch:d284277be runtime(doc): Remove :runtime completion (11447) todo item
vim-patch:9.1.1919: tabpanel: cannot handle mouse clicks in command line
vim-patch:55c65c3e4 CI: Switch to macOS 26 runner
vim-patch:e5ab63a06 CI: Fix triage labelling of maintainer runtime files
vim-patch:ea14bb7df runtime(haskell): Add syntax test
vim-patch:c11fbe51e CI: Bump actions/checkout from 5 to 6
vim-patch:9.1.1928: xxd: exit_with_usage() can be simplified
vim-patch:ef8588f8e CI: retire socketserver runner
vim-patch:1b51fd5eb translation: regenerate po/vim.pot after v9.1.1930
vim-patch:bc1a82245 runtime(defaults): Update comment for reverting C comment strings
vim-patch:8b9b42211 runtime(doc): Update and clarify vim9.txt Section 3
vim-patch:9.1.1942: Vim9: Assignment to read-only registers @: and @% is allowed
vim-patch:2d54d9934 runtime(doc): Update vim9.txt Section 1
vim-patch:9.1.1953: gui_mch_set_titlebar_colors() is excessively called
vim-patch:9.1.1960: Wrong position of info popup
vim-patch:d582163: runtime(new-tutor): escape tutor filename
Diffstat:
Msrc/nvim/version.c | 2457+++++++++++++++++++++++++++++++++++--------------------------------------------
1 file changed, 1100 insertions(+), 1357 deletions(-)

diff --git a/src/nvim/version.c b/src/nvim/version.c @@ -58,7 +58,7 @@ char *version_cflags = "Compilation: " NVIM_VERSION_CFLAGS; // clang-format off static const int vim_versions[] = { 801, 802, 900, 901 }; -static const int num_patches[] = { 2331, 2990, 1253, 1243 }; +static const int num_patches[] = { 2331, 3720, 1491, 1243 }; static const int *included_patchsets[] = { (const int[]) { // 801 @@ -342,9 +342,7 @@ static const int *included_patchsets[] = { (const int[]) { // 802 5171, 5170, // 5169 - 5168, 5167, 5166, - // 5165 - 5164, 5163, 5162, + 5168, 5167, 5166, 5165, 5164, 5163, 5162, // 5160-5161 5159, 5158, 5157, // 5156 @@ -355,7 +353,9 @@ static const int *included_patchsets[] = { 5142, // 5139-5141 5138, 5137, - // 5134-5136 + // 5136 + 5135, + // 5134 5133, 5132, // 5131 5130, @@ -367,10 +367,10 @@ static const int *included_patchsets[] = { 5117, 5116, // 5111-5115 5110, 5109, 5108, 5107, 5106, 5105, 5104, 5103, 5102, 5101, - // 5099-5100 - 5098, 5097, - // 5091-5096 - 5090, + // 5100 + 5099, 5098, 5097, 5096, 5095, + // 5092-5094 + 5091, 5090, // 5089 5088, 5087, 5086, 5085, // 5084 @@ -378,8 +378,8 @@ static const int *included_patchsets[] = { 5067, 5066, // 5065 5064, 5063, - // 5059-5062 - 5058, + // 5061-5062 + 5060, 5059, 5058, // 5055-5057 5054, // 5053 @@ -387,13 +387,9 @@ static const int *included_patchsets[] = { // 5051 5050, // 5048-5049 - 5047, 5046, - // 5045 - 5044, 5043, - // 5042 - 5041, - // 5038-5040 - 5037, + 5047, 5046, 5045, 5044, 5043, 5042, 5041, 5040, + // 5039 + 5038, 5037, // 5036 5035, 5034, // 5032-5033 @@ -402,12 +398,10 @@ static const int *included_patchsets[] = { 5029, // 5028 5027, - // 5025-5026 - 5024, 5023, 5022, 5021, + // 5026 + 5025, 5024, 5023, 5022, 5021, // 5020 - 5019, - // 5018 - 5017, 5016, 5015, 5014, 5013, 5012, + 5019, 5018, 5017, 5016, 5015, 5014, 5013, 5012, // 5011 5010, 5009, 5008, 5007, // 5006 @@ -415,8 +409,8 @@ static const int *included_patchsets[] = { // 5003-5004 5002, 5001, // 5000 - 4999, - // 4997-4998 + 4999, 4998, + // 4997 4996, 4995, // 4994 4993, @@ -425,8 +419,8 @@ static const int *included_patchsets[] = { // 4988-4990 4987, 4986, 4985, 4984, // 4981-4983 - 4980, 4979, 4978, 4977, 4976, 4975, 4974, - // 4970-4973 + 4980, 4979, 4978, 4977, 4976, 4975, 4974, 4973, 4972, + // 4970-4971 4969, 4968, // 4964-4967 4963, @@ -434,73 +428,71 @@ static const int *included_patchsets[] = { 4961, 4960, 4959, // 4957-4958 4956, - // 4954-4955 - 4953, + // 4955 + 4954, 4953, // 4952 - 4951, 4950, - // 4949 - 4948, - // 4945-4947 + 4951, 4950, 4949, 4948, + // 4947 + 4946, + // 4945 4944, 4943, // 4942 - 4941, - // 4940 - 4939, 4938, + 4941, 4940, 4939, 4938, // 4937 4936, 4935, 4934, // 4933 - 4932, - // 4931 - 4930, 4929, 4928, + 4932, 4931, 4930, 4929, 4928, // 4927 4926, 4925, 4924, 4923, 4922, 4921, 4920, 4919, 4918, 4917, 4916, - // 4912-4915 + // 4915 + 4914, + // 4912-4913 4911, 4910, // 4909 4908, 4907, - // 4904-4906 - 4903, + // 4906 + 4905, 4904, 4903, // 4902 4901, 4900, 4899, 4898, // 4896-4897 4895, - // 4893-4894 - 4892, + // 4894 + 4893, 4892, // 4891 4890, 4889, - // 4885-4888 - 4884, 4883, 4882, 4881, + // 4886-4888 + 4885, 4884, 4883, 4882, 4881, // 4879-4880 4878, // 4875-4877 4874, - // 4869-4873 - 4868, 4867, 4866, 4865, - // 4864 - 4863, - // 4862 - 4861, 4860, 4859, 4858, 4857, 4856, 4855, + // 4872-4873 + 4871, + // 4869-4870 + 4868, 4867, 4866, 4865, 4864, 4863, 4862, 4861, 4860, 4859, 4858, 4857, 4856, 4855, // 4854 4853, // 4852 4851, 4850, 4849, 4848, // 4847 - 4846, 4845, 4844, 4843, 4842, 4841, 4840, 4839, 4838, 4837, - // 4834-4836 - 4833, + 4846, 4845, 4844, 4843, 4842, 4841, 4840, 4839, 4838, 4837, 4836, 4835, 4834, 4833, // 4832 4831, // 4830 - 4829, 4828, 4827, 4826, 4825, 4824, - // 4821-4823 + 4829, 4828, 4827, 4826, 4825, 4824, 4823, + // 4821-4822 4820, 4819, 4818, 4817, 4816, 4815, // 4814 4813, 4812, 4811, 4810, 4809, 4808, 4807, 4806, 4805, // 4803-4804 4802, 4801, - // 4798-4800 + // 4800 + 4799, + // 4798 4797, 4796, 4795, 4794, 4793, 4792, 4791, 4790, - // 4784-4789 + // 4788-4789 + 4787, 4786, + // 4784-4785 4783, // 4782 4781, @@ -536,35 +528,29 @@ static const int *included_patchsets[] = { 4711, 4710, // 4709 4708, 4707, 4706, 4705, 4704, 4703, 4702, 4701, 4700, - // 4697-4699 - 4696, + // 4698-4699 + 4697, 4696, // 4694-4695 - 4693, 4692, 4691, - // 4690 - 4689, 4688, 4687, - // 4686 - 4685, + 4693, 4692, 4691, 4690, 4689, 4688, 4687, 4686, 4685, // 4682-4684 - 4681, 4680, 4679, - // 4678 - 4677, 4676, 4675, 4674, + 4681, 4680, 4679, 4678, 4677, 4676, 4675, 4674, // 4673 4672, 4671, 4670, // 4669 - 4668, 4667, - // 4665-4666 - 4664, + 4668, 4667, 4666, 4665, 4664, // 4662-4663 4661, 4660, // 4659 4658, // 4656-4657 4655, 4654, - // 4650-4653 + // 4653 + 4652, 4651, + // 4650 4649, // 4648 - 4647, 4646, 4645, 4644, - // 4642-4643 + 4647, 4646, 4645, 4644, 4643, + // 4642 4641, 4640, 4639, 4638, // 4633-4637 4632, 4631, 4630, 4629, 4628, 4627, 4626, 4625, 4624, 4623, @@ -573,46 +559,40 @@ static const int *included_patchsets[] = { // 4619 4618, 4617, // 4615-4616 - 4614, 4613, - // 4612 - 4611, + 4614, 4613, 4612, 4611, // 4610 4609, 4608, 4607, // 4604-4606 - 4603, - // 4601-4602 - 4600, 4599, 4598, + 4603, 4602, 4601, 4600, 4599, 4598, // 4597 - 4596, - // 4595 - 4594, 4593, 4592, 4591, - // 4586-4590 + 4596, 4595, 4594, 4593, 4592, 4591, 4590, + // 4588-4589 + 4587, + // 4586 4585, - // 4580-4584 - 4579, + // 4584 + 4583, + // 4582 + 4581, 4580, 4579, // 4578 4577, - // 4572-4576 - 4571, 4570, 4569, 4568, + // 4575-4576 + 4574, + // 4573 + 4572, 4571, 4570, 4569, 4568, // 4567 - 4566, 4565, - // 4564 - 4563, 4562, 4561, 4560, 4559, 4558, 4557, 4556, 4555, - // 4554 - 4553, - // 4551-4552 + 4566, 4565, 4564, 4563, 4562, 4561, 4560, 4559, 4558, 4557, 4556, 4555, 4554, 4553, 4552, + // 4551 4550, 4549, - // 4547-4548 - 4546, - // 4545 - 4544, 4543, - // 4542 - 4541, + // 4548 + 4547, 4546, 4545, 4544, 4543, 4542, 4541, // 4539-4540 - 4538, - // 4533-4537 - 4532, 4531, - // 4525-4530 + 4538, 4537, + // 4534-4536 + 4533, 4532, 4531, + // 4528-4530 + 4527, + // 4525-4526 4524, 4523, // 4522 4521, 4520, @@ -620,7 +600,9 @@ static const int *included_patchsets[] = { 4518, 4517, 4516, // 4514-4515 4513, 4512, - // 4505-4511 + // 4508-4511 + 4507, + // 4505-4506 4504, // 4503 4502, 4501, @@ -631,19 +613,17 @@ static const int *included_patchsets[] = { // 4489-4490 4488, // 4487 - 4486, 4485, - // 4484 - 4483, 4482, 4481, + 4486, 4485, 4484, 4483, 4482, 4481, // 4480 4479, 4478, 4477, 4476, 4475, // 4474 4473, // 4472 4471, 4470, 4469, 4468, 4467, 4466, 4465, 4464, 4463, 4462, 4461, - // 4456-4460 - 4455, 4454, 4453, 4452, 4451, 4450, - // 4446-4449 - 4445, 4444, 4443, 4442, + // 4457-4460 + 4456, 4455, 4454, 4453, 4452, 4451, 4450, + // 4448-4449 + 4447, 4446, 4445, 4444, 4443, 4442, // 4441 4440, // 4439 @@ -653,34 +633,27 @@ static const int *included_patchsets[] = { // 4429-4431 4428, 4427, // 4425-4426 - 4424, 4423, 4422, - // 4420-4421 - 4419, 4418, 4417, 4416, + 4424, 4423, 4422, 4421, 4420, 4419, 4418, 4417, 4416, // 4415 - 4414, 4413, 4412, 4411, 4410, - // 4408-4409 - 4407, 4406, 4405, - // 4404 - 4403, 4402, 4401, 4400, 4399, 4398, 4397, - // 4396 - 4395, 4394, 4393, 4392, 4391, - // 4390 - 4389, 4388, 4387, 4386, 4385, - // 4383-4384 - 4382, + 4414, 4413, 4412, 4411, 4410, 4409, + // 4408 + 4407, 4406, 4405, 4404, 4403, 4402, 4401, 4400, 4399, 4398, 4397, 4396, 4395, 4394, 4393, 4392, + 4391, 4390, 4389, 4388, 4387, 4386, 4385, + // 4384 + 4383, 4382, // 4380-4381 4379, 4378, 4377, 4376, - // 4374-4375 - 4373, - // 4370-4372 - 4369, 4368, + // 4375 + 4374, 4373, + // 4371-4372 + 4370, 4369, 4368, // 4367 4366, // 4365 4364, 4363, 4362, 4361, // 4360 - 4359, - // 4357-4358 + 4359, 4358, + // 4357 4356, 4355, // 4354 4353, 4352, 4351, @@ -689,32 +662,36 @@ static const int *included_patchsets[] = { // 4347-4348 4346, 4345, // 4344 - 4343, 4342, 4341, - // 4340 - 4339, 4338, 4337, 4336, 4335, 4334, - // 4330-4333 + 4343, 4342, 4341, 4340, 4339, 4338, 4337, 4336, 4335, 4334, + // 4332-4333 + 4331, + // 4330 4329, 4328, 4327, 4326, 4325, - // 4321-4324 - 4320, - // 4319 - 4318, + // 4324 + 4323, + // 4321-4322 + 4320, 4319, 4318, // 4316-4317 - 4315, - // 4308-4314 + 4315, 4314, 4313, 4312, 4311, 4310, 4309, + // 4308 4307, 4306, 4305, // 4304 4303, // 4301-4302 - 4300, 4299, 4298, - // 4295-4297 + 4300, 4299, 4298, 4297, 4296, + // 4295 4294, - // 4291-4293 + // 4293 + 4292, + // 4291 4290, 4289, - // 4285-4288 - 4284, 4283, + // 4288 + 4287, + // 4286 + 4285, 4284, 4283, // 4282 - 4281, - // 4279-4280 + 4281, 4280, + // 4279 4278, // 4276-4277 4275, 4274, 4273, 4272, 4271, @@ -724,8 +701,8 @@ static const int *included_patchsets[] = { 4262, 4261, // 4259-4260 4258, - // 4254-4257 - 4253, + // 4255-4257 + 4254, 4253, // 4252 4251, // 4250 @@ -739,11 +716,9 @@ static const int *included_patchsets[] = { // 4231-4232 4230, // 4229 - 4228, - // 4223-4227 - 4222, 4221, 4220, 4219, 4218, 4217, - // 4216 - 4215, 4214, 4213, 4212, 4211, 4210, + 4228, 4227, + // 4223-4226 + 4222, 4221, 4220, 4219, 4218, 4217, 4216, 4215, 4214, 4213, 4212, 4211, 4210, // 4209 4208, 4207, 4206, // 4205 @@ -755,9 +730,7 @@ static const int *included_patchsets[] = { // 4195 4194, 4193, // 4192 - 4191, 4190, 4189, 4188, 4187, 4186, 4185, 4184, 4183, 4182, 4181, 4180, 4179, - // 4177-4178 - 4176, + 4191, 4190, 4189, 4188, 4187, 4186, 4185, 4184, 4183, 4182, 4181, 4180, 4179, 4178, 4177, 4176, // 4174-4175 4173, 4172, // 4170-4171 @@ -766,56 +739,52 @@ static const int *included_patchsets[] = { 4166, 4165, // 4164 4163, - // 4161-4162 - 4160, 4159, 4158, + // 4162 + 4161, 4160, 4159, 4158, // 4157 4156, 4155, 4154, // 4153 4152, 4151, 4150, - // 4145-4149 - 4144, 4143, 4142, - // 4141 - 4140, 4139, - // 4134-4138 - 4133, - // 4131-4132 - 4130, - // 4128-4129 + // 4147-4149 + 4146, + // 4145 + 4144, 4143, 4142, 4141, 4140, 4139, 4138, 4137, + // 4135-4136 + 4134, 4133, 4132, 4131, 4130, 4129, + // 4128 4127, 4126, - // 4122-4125 + // 4125 + 4124, + // 4122-4123 4121, 4120, 4119, - // 4116-4118 - 4115, + // 4117-4118 + 4116, 4115, // 4113-4114 4112, // 4111 - 4110, - // 4103-4109 - 4102, + 4110, 4109, + // 4104-4108 + 4103, 4102, // 4101 4100, // 4099 - 4098, - // 4097 - 4096, 4095, 4094, 4093, 4092, 4091, 4090, - // 4082-4089 - 4081, - // 4080 - 4079, 4078, 4077, - // 4076 - 4075, 4074, 4073, - // 4071-4072 - 4070, - // 4066-4069 - 4065, 4064, + 4098, 4097, 4096, 4095, 4094, 4093, 4092, 4091, 4090, 4089, 4088, + // 4086-4087 + 4085, + // 4082-4084 + 4081, 4080, 4079, 4078, 4077, 4076, 4075, 4074, 4073, 4072, 4071, 4070, + // 4067-4069 + 4066, 4065, 4064, // 4063 4062, 4061, 4060, - // 4056-4059 + // 4059 + 4058, 4057, + // 4056 4055, 4054, // 4053 4052, - // 4049-4051 - 4048, + // 4050-4051 + 4049, 4048, // 4044-4047 4043, 4042, // 4039-4041 @@ -823,17 +792,13 @@ static const int *included_patchsets[] = { // 4035 4034, 4033, 4032, // 4030-4031 - 4029, 4028, - // 4027 - 4026, + 4029, 4028, 4027, 4026, // 4024-4025 4023, - // 4021-4022 - 4020, + // 4022 + 4021, 4020, // 4019 - 4018, 4017, - // 4016 - 4015, 4014, 4013, + 4018, 4017, 4016, 4015, 4014, 4013, // 4008-4012 4007, // 4003-4006 @@ -849,13 +814,11 @@ static const int *included_patchsets[] = { // 3985-3987 3984, // 3983 - 3982, - // 3981 - 3980, + 3982, 3981, 3980, // 3979 3978, - // 3974-3977 - 3973, + // 3975-3977 + 3974, 3973, // 3970-3972 3969, 3968, // 3967 @@ -866,12 +829,8 @@ static const int *included_patchsets[] = { 3958, // 3957 3956, - // 3954-3955 - 3953, 3952, - // 3951 - 3950, 3949, - // 3948 - 3947, 3946, + // 3955 + 3954, 3953, 3952, 3951, 3950, 3949, 3948, 3947, 3946, // 3945 3944, 3943, 3942, // 3941 @@ -888,27 +847,35 @@ static const int *included_patchsets[] = { 3912, // 3910-3911 3909, 3908, - // 3906-3907 - 3905, + // 3907 + 3906, 3905, // 3904 3903, // 3901-3902 3900, - // 3894-3899 + // 3899 + 3898, + // 3897 + 3896, + // 3894-3895 3893, // 3892 3891, // 3890 3889, 3888, 3887, 3886, 3885, 3884, 3883, 3882, // 3881 - 3880, 3879, - // 3877-3878 + 3880, 3879, 3878, + // 3877 3876, 3875, 3874, 3873, - // 3869-3872 - 3868, 3867, - // 3864-3866 - 3863, 3862, - // 3857-3861 + // 3871-3872 + 3870, 3869, 3868, 3867, + // 3866 + 3865, + // 3864 + 3863, 3862, 3861, 3860, + // 3859 + 3858, + // 3857 3856, 3855, // 3854 3853, 3852, @@ -917,64 +884,61 @@ static const int *included_patchsets[] = { // 3849 3848, // 3847 - 3846, 3845, - // 3844 - 3843, + 3846, 3845, 3844, 3843, // 3840-3842 3839, 3838, - // 3834-3837 - 3833, - // 3830-3832 + // 3835-3837 + 3834, 3833, + // 3832 + 3831, + // 3830 3829, // 3828 - 3827, - // 3826 - 3825, 3824, 3823, 3822, 3821, 3820, - // 3819 - 3818, + 3827, 3826, 3825, 3824, 3823, 3822, 3821, 3820, 3819, 3818, // 3815-3817 3814, 3813, - // 3806-3812 - 3805, 3804, - // 3798-3803 + // 3812 + 3811, + // 3809-3810 + 3808, + // 3807 + 3806, 3805, 3804, + // 3803 + 3802, + // 3801 + 3800, + // 3798-3799 3797, 3796, 3795, // 3793-3794 - 3792, 3791, - // 3789-3790 - 3788, 3787, 3786, 3785, 3784, 3783, 3782, 3781, 3780, 3779, - // 3778 - 3777, 3776, - // 3775 - 3774, 3773, 3772, + 3792, 3791, 3790, + // 3789 + 3788, 3787, 3786, 3785, 3784, 3783, 3782, 3781, 3780, 3779, 3778, 3777, 3776, 3775, 3774, 3773, + 3772, // 3771 3770, 3769, 3768, - // 3763-3767 + // 3766-3767 + 3765, + // 3763-3764 3762, // 3760-3761 3759, 3758, 3757, 3756, 3755, 3754, // 3753 3752, 3751, // 3749-3750 - 3748, 3747, - // 3746 - 3745, 3744, 3743, 3742, 3741, 3740, 3739, + 3748, 3747, 3746, 3745, 3744, 3743, 3742, 3741, 3740, 3739, // 3738 - 3737, 3736, 3735, - // 3731-3734 + 3737, 3736, 3735, 3734, + // 3731-3733 3730, 3729, // 3727-3728 3726, 3725, 3724, // 3720-3723 - 3719, 3718, - // 3717 - 3716, - // 3714-3715 - 3713, 3712, - // 3706-3711 + 3719, 3718, 3717, 3716, 3715, 3714, 3713, 3712, 3711, 3710, 3709, 3708, 3707, + // 3706 3705, // 3704 - 3703, 3702, - // 3700-3701 + 3703, 3702, 3701, + // 3700 3699, 3698, // 3696-3697 3695, @@ -985,22 +949,20 @@ static const int *included_patchsets[] = { // 3690 3689, 3688, 3687, 3686, 3685, 3684, // 3682-3683 - 3681, - // 3680 - 3679, 3678, 3677, 3676, 3675, 3674, 3673, 3672, 3671, - // 3670 - 3669, - // 3666-3668 + 3681, 3680, 3679, 3678, 3677, 3676, 3675, 3674, 3673, 3672, 3671, 3670, 3669, + // 3668 + 3667, + // 3666 3665, 3664, 3663, // 3662 - 3661, 3660, 3659, - // 3655-3658 - 3654, 3653, - // 3649-3652 + 3661, 3660, 3659, 3658, + // 3656-3657 + 3655, 3654, 3653, 3652, + // 3649-3651 3648, 3647, // 3645-3646 - 3644, 3643, - // 3640-3642 + 3644, 3643, 3642, 3641, + // 3640 3639, 3638, // 3637 3636, 3635, @@ -1017,13 +979,11 @@ static const int *included_patchsets[] = { // 3614 3613, 3612, 3611, 3610, 3609, // 3608 - 3607, - // 3605-3606 + 3607, 3606, + // 3605 3604, 3603, 3602, 3601, 3600, 3599, 3598, - // 3596-3597 - 3595, - // 3594 - 3593, + // 3597 + 3596, 3595, 3594, 3593, // 3592 3591, // 3589-3590 @@ -1036,10 +996,10 @@ static const int *included_patchsets[] = { 3568, 3567, 3566, 3565, 3564, 3563, // 3562 3561, - // 3557-3560 - 3556, 3555, - // 3552-3554 - 3551, 3550, 3549, + // 3559-3560 + 3558, + // 3557 + 3556, 3555, 3554, 3553, 3552, 3551, 3550, 3549, // 3548 3547, 3546, 3545, // 3544 @@ -1047,25 +1007,15 @@ static const int *included_patchsets[] = { // 3538 3537, // 3535-3536 - 3534, - // 3533 - 3532, 3531, 3530, - // 3529 - 3528, 3527, 3526, 3525, - // 3523-3524 - 3522, 3521, 3520, 3519, 3518, 3517, + 3534, 3533, 3532, 3531, 3530, 3529, 3528, 3527, 3526, 3525, + // 3524 + 3523, 3522, 3521, 3520, 3519, 3518, 3517, // 3516 3515, 3514, 3513, 3512, // 3511 - 3510, 3509, - // 3508 - 3507, - // 3506 - 3505, - // 3502-3504 - 3501, 3500, 3499, 3498, 3497, - // 3496 - 3495, 3494, 3493, 3492, 3491, 3490, 3489, 3488, 3487, 3486, + 3510, 3509, 3508, 3507, 3506, 3505, 3504, + // 3502-3503 + 3501, 3500, 3499, 3498, 3497, 3496, 3495, 3494, 3493, 3492, 3491, 3490, 3489, 3488, 3487, 3486, // 3485 3484, 3483, 3482, // 3481 @@ -1074,14 +1024,15 @@ static const int *included_patchsets[] = { 3478, 3477, 3476, 3475, // 3474 3473, 3472, 3471, 3470, 3469, 3468, 3467, 3466, 3465, 3464, 3463, 3462, 3461, 3460, 3459, 3458, - // 3456-3457 + 3457, + // 3456 3455, 3454, 3453, 3452, 3451, 3450, 3449, 3448, // 3447 3446, - // 3441-3445 - 3440, 3439, 3438, 3437, - // 3435-3436 - 3434, 3433, 3432, + // 3444-3445 + 3443, 3442, 3441, 3440, 3439, 3438, 3437, + // 3436 + 3435, 3434, 3433, 3432, // 3431 3430, // 3429 @@ -1089,14 +1040,14 @@ static const int *included_patchsets[] = { // 3427 3426, 3425, 3424, // 3422-3423 - 3421, - // 3420 - 3419, + 3421, 3420, 3419, // 3418 3417, 3416, 3415, 3414, - // 3411-3413 - 3410, 3409, 3408, 3407, - // 3404-3406 + // 3413 + 3412, + // 3411 + 3410, 3409, 3408, 3407, 3406, + // 3404-3405 3403, 3402, // 3401 3400, 3399, 3398, 3397, @@ -1107,120 +1058,130 @@ static const int *included_patchsets[] = { // 3380 3379, 3378, // 3376-3377 - 3375, 3374, - // 3373 - 3372, + 3375, 3374, 3373, 3372, // 3370-3371 3369, 3368, - // 3364-3367 - 3363, 3362, - // 3361 - 3360, + // 3367 + 3366, + // 3365 + 3364, 3363, 3362, 3361, 3360, // 3359 3358, 3357, // 3356 - 3355, 3354, - // 3349-3353 - 3348, + 3355, 3354, 3353, + // 3351-3352 + 3350, 3349, 3348, // 3346-3347 3345, // 3339-3344 3338, 3337, 3336, // 3335 - 3334, 3333, 3332, 3331, 3330, 3329, 3328, 3327, - // 3326 - 3325, - // 3322-3324 - 3321, + 3334, 3333, 3332, 3331, 3330, 3329, 3328, 3327, 3326, 3325, + // 3323-3324 + 3322, 3321, // 3320 3319, // 3315-3318 - 3314, 3313, - // 3312 - 3311, 3310, - // 3307-3309 - 3306, - // 3303-3305 + 3314, 3313, 3312, 3311, 3310, 3309, 3308, 3307, 3306, + // 3305 + 3304, + // 3303 3302, // 3299-3301 3298, - // 3296-3297 - 3295, 3294, 3293, 3292, 3291, - // 3290 - 3289, + // 3297 + 3296, 3295, 3294, 3293, 3292, 3291, 3290, 3289, // 3287-3288 - 3286, 3285, 3284, 3283, 3282, - // 3281 - 3280, - // 3266-3279 - 3265, 3264, - // 3261-3263 + 3286, 3285, 3284, 3283, 3282, 3281, 3280, + // 3279 + 3278, 3277, + // 3273-3276 + 3272, + // 3271 + 3270, + // 3268-3269 + 3267, 3266, 3265, 3264, 3263, + // 3261-3262 3260, 3259, - // 3257-3258 - 3256, 3255, 3254, 3253, 3252, + // 3258 + 3257, 3256, 3255, 3254, 3253, 3252, // 3251 3250, - // 3248-3249 - 3247, 3246, 3245, + // 3249 + 3248, 3247, 3246, 3245, // 3244 3243, 3242, // 3237-3241 3236, - // 3232-3235 - 3231, - // 3228-3230 + // 3234-3235 + 3233, + // 3232 + 3231, 3230, + // 3228-3229 3227, 3226, 3225, - // 3222-3224 - 3221, - // 3220 - 3219, 3218, + // 3223-3224 + 3222, 3221, 3220, 3219, 3218, // 3217 3216, // 3215 - 3214, 3213, - // 3209-3212 - 3208, - // 3206-3207 + 3214, 3213, 3212, + // 3211 + 3210, 3209, 3208, 3207, + // 3206 3205, 3204, // 3203 3202, - // 3199-3201 - 3198, - // 3194-3197 + // 3200-3201 + 3199, 3198, + // 3197 + 3196, 3195, + // 3194 3193, 3192, 3191, - // 3185-3190 + // 3188-3190 + 3187, + // 3185-3186 3184, // 3182-3183 3181, - // 3175-3180 + // 3179-3180 + 3178, + // 3175-3177 3174, - // 3168-3173 - 3167, - // 3165-3166 - 3164, 3163, + // 3173 + 3172, + // 3169-3171 + 3168, 3167, 3166, 3165, 3164, 3163, // 3161-3162 3160, // 3159 - 3158, 3157, - // 3156 - 3155, + 3158, 3157, 3156, 3155, // 3154 3153, - // 3142-3152 + // 3152 + 3151, + // 3148-3150 + 3147, + // 3146 + 3145, + // 3144 + 3143, + // 3142 3141, 3140, 3139, 3138, // 3137 3136, 3135, 3134, // 3132-3133 - 3131, - // 3126-3130 + 3131, 3130, + // 3126-3129 3125, // 3123-3124 - 3122, 3121, 3120, 3119, - // 3117-3118 + 3122, 3121, 3120, 3119, 3118, + // 3117 3116, 3115, 3114, // 3111-3113 3110, 3109, 3108, - // 3104-3107 + // 3107 + 3106, + // 3104-3105 3103, 3102, 3101, // 3099-3100 3098, 3097, 3096, 3095, 3094, 3093, 3092, @@ -1228,20 +1189,22 @@ static const int *included_patchsets[] = { 3089, 3088, 3087, 3086, 3085, // 3084 3083, 3082, 3081, 3080, - // 3076-3079 - 3075, + // 3079 + 3078, 3077, 3076, 3075, // 3074 3073, 3072, 3071, 3070, // 3067-3069 3066, 3065, 3064, 3063, 3062, 3061, - // 3056-3060 + // 3058-3060 + 3057, + // 3056 3055, - // 3051-3054 - 3050, 3049, + // 3054 + 3053, 3052, 3051, 3050, 3049, // 3047-3048 3046, 3045, 3044, 3043, 3042, 3041, 3040, 3039, 3038, 3037, - // 3035-3036 - 3034, 3033, 3032, + // 3036 + 3035, 3034, 3033, 3032, // 3031 3030, // 3028-3029 @@ -1253,25 +1216,19 @@ static const int *included_patchsets[] = { // 3010 3009, 3008, 3007, 3006, // 3004-3005 - 3003, 3002, - // 3001 - 3000, 2999, - // 2997-2998 - 2996, 2995, 2994, 2993, + 3003, 3002, 3001, 3000, 2999, + // 2998 + 2997, 2996, 2995, 2994, 2993, // 2991-2992 - 2990, - // 2988-2989 - 2987, 2986, 2985, - // 2982-2984 - 2981, - // 2980 - 2979, 2978, 2977, 2976, + 2990, 2989, + // 2988 + 2987, 2986, 2985, 2984, + // 2982-2983 + 2981, 2980, 2979, 2978, 2977, 2976, // 2975 2974, 2973, // 2972 - 2971, - // 2970 - 2969, + 2971, 2970, 2969, // 2967-2968 2966, // 2961-2965 @@ -1279,17 +1236,13 @@ static const int *included_patchsets[] = { // 2958-2959 2957, // 2955-2956 - 2954, - // 2953 - 2952, + 2954, 2953, 2952, // 2950-2951 - 2949, 2948, 2947, - // 2946 - 2945, - // 2941-2944 - 2940, 2939, 2938, 2937, - // 2936 - 2935, 2934, 2933, + 2949, 2948, 2947, 2946, 2945, + // 2944 + 2943, + // 2942 + 2941, 2940, 2939, 2938, 2937, 2936, 2935, 2934, 2933, // 2930-2932 2929, // 2928 @@ -1306,16 +1259,16 @@ static const int *included_patchsets[] = { // 2888 2887, 2886, 2885, 2884, 2883, // 2881-2882 - 2880, 2879, - // 2878 - 2877, 2876, 2875, + 2880, 2879, 2878, 2877, 2876, 2875, // 2874 2873, // 2872 - 2871, 2870, 2869, - // 2866-2868 + 2871, 2870, 2869, 2868, + // 2866-2867 2865, - // 2860-2864 + // 2864 + 2863, 2862, 2861, + // 2860 2859, 2858, 2857, 2856, // 2855 2854, @@ -1325,182 +1278,165 @@ static const int *included_patchsets[] = { 2850, 2849, 2848, // 2846-2847 2845, - // 2842-2844 - 2841, - // 2840 - 2839, 2838, 2837, 2836, - // 2834-2835 - 2833, 2832, - // 2831 - 2830, 2829, 2828, 2827, 2826, 2825, + // 2844 + 2843, + // 2842 + 2841, 2840, 2839, 2838, 2837, 2836, 2835, + // 2834 + 2833, 2832, 2831, 2830, 2829, 2828, 2827, 2826, 2825, // 2824 2823, // 2821-2822 2820, 2819, 2818, // 2815-2817 - 2814, 2813, - // 2808-2812 - 2807, + 2814, 2813, 2812, + // 2811 + 2810, 2809, 2808, 2807, // 2805-2806 2804, // 2802-2803 2801, - // 2798-2800 - 2797, - // 2796 - 2795, 2794, - // 2792-2793 - 2791, 2790, - // 2789 - 2788, - // 2785-2787 + // 2799-2800 + 2798, 2797, 2796, 2795, 2794, + // 2793 + 2792, 2791, 2790, 2789, 2788, + // 2787 + 2786, + // 2785 2784, 2783, 2782, 2781, 2780, 2779, 2778, 2777, 2776, - // 2774-2775 - 2773, 2772, - // 2770-2771 - 2769, - // 2768 - 2767, - // 2766 - 2765, 2764, - // 2762-2763 - 2761, + // 2775 + 2774, 2773, 2772, + // 2771 + 2770, 2769, 2768, 2767, 2766, 2765, 2764, + // 2763 + 2762, 2761, // 2758-2760 - 2757, 2756, - // 2739-2755 - 2738, 2737, 2736, - // 2733-2735 + 2757, 2756, 2755, + // 2751-2754 + 2750, 2749, 2748, 2747, + // 2742-2746 + 2741, + // 2739-2740 + 2738, 2737, 2736, 2735, 2734, + // 2733 2732, // 2731 - 2730, - // 2729 - 2728, 2727, 2726, - // 2724-2725 - 2723, 2722, - // 2721 - 2720, - // 2718-2719 - 2717, 2716, 2715, 2714, 2713, 2712, 2711, + 2730, 2729, 2728, 2727, 2726, + // 2725 + 2724, 2723, 2722, 2721, 2720, 2719, 2718, 2717, 2716, 2715, 2714, 2713, 2712, 2711, // 2710 2709, // 2708 - 2707, - // 2705-2706 - 2704, - // 2703 - 2702, 2701, 2700, + 2707, 2706, 2705, 2704, 2703, 2702, 2701, 2700, // 2698-2699 2697, // 2696 - 2695, 2694, - // 2692-2693 - 2691, 2690, 2689, - // 2687-2688 - 2686, + 2695, 2694, 2693, 2692, 2691, 2690, 2689, 2688, 2687, 2686, // 2685 - 2684, 2683, - // 2679-2682 + 2684, 2683, 2682, + // 2679-2681 2678, // 2675-2677 2674, // 2672-2673 2671, 2670, - // 2665-2669 + // 2668-2669 + 2667, + // 2665-2666 2664, // 2663 2662, 2661, // 2660 2659, 2658, // 2657 - 2656, 2655, - // 2654 - 2653, - // 2649-2652 + 2656, 2655, 2654, 2653, + // 2652 + 2651, 2650, + // 2649 2648, 2647, 2646, - // 2644-2645 - 2643, + // 2645 + 2644, 2643, // 2642 2641, 2640, 2639, - // 2635-2638 + // 2638 + 2637, + // 2635-2636 2634, // 2633 2632, 2631, // 2628-2630 2627, 2626, 2625, 2624, 2623, 2622, - // 2616-2621 + // 2620-2621 + 2619, 2618, 2617, + // 2616 2615, // 2614 2613, 2612, 2611, 2610, 2609, 2608, 2607, 2606, 2605, 2604, - // 2602-2603 - 2601, - // 2600 - 2599, + // 2603 + 2602, 2601, 2600, 2599, // 2597-2598 - 2596, 2595, 2594, 2593, 2592, 2591, - // 2590 - 2589, 2588, 2587, 2586, 2585, - // 2578-2584 + 2596, 2595, 2594, 2593, 2592, 2591, 2590, 2589, 2588, 2587, 2586, 2585, 2584, + // 2583 + 2582, + // 2581 + 2580, + // 2578-2579 2577, - // 2573-2576 + // 2576 + 2575, 2574, + // 2573 2572, // 2571 2570, // 2565-2569 2564, - // 2561-2563 - 2560, 2559, + // 2562-2563 + 2561, 2560, 2559, // 2558 - 2557, - // 2552-2556 - 2551, 2550, - // 2549 - 2548, 2547, + 2557, 2556, 2555, 2554, + // 2552-2553 + 2551, 2550, 2549, 2548, 2547, // 2546 2545, - // 2543-2544 - 2542, - // 2537-2541 - 2536, 2535, 2534, 2533, - // 2525-2532 + // 2544 + 2543, 2542, 2541, + // 2540 + 2539, + // 2537-2538 + 2536, 2535, 2534, 2533, 2532, + // 2525-2531 2524, 2523, 2522, // 2521 2520, // 2519 - 2518, - // 2516-2517 - 2515, 2514, - // 2510-2513 - 2509, 2508, 2507, - // 2506 - 2505, - // 2503-2504 - 2502, + 2518, 2517, 2516, 2515, 2514, 2513, + // 2511-2512 + 2510, 2509, 2508, 2507, 2506, 2505, 2504, 2503, 2502, // 2501 2500, 2499, // 2497-2498 2496, 2495, // 2493-2494 - 2492, - // 2491 - 2490, 2489, 2488, 2487, - // 2480-2486 + 2492, 2491, 2490, 2489, 2488, 2487, + // 2484-2486 + 2483, + // 2480-2482 2479, // 2478 - 2477, 2476, 2475, 2474, 2473, 2472, - // 2470-2471 - 2469, 2468, 2467, 2466, 2465, 2464, 2463, 2462, 2461, 2460, 2459, 2458, 2457, 2456, + 2477, 2476, 2475, 2474, 2473, 2472, 2471, 2470, 2469, 2468, 2467, 2466, 2465, 2464, 2463, 2462, + 2461, 2460, 2459, 2458, 2457, 2456, // 2455 2454, // 2453 2452, // 2450-2451 2449, 2448, 2447, 2446, - // 2443-2445 + // 2445 + 2444, + // 2443 2442, // 2440-2441 - 2439, 2438, 2437, - // 2436 - 2435, + 2439, 2438, 2437, 2436, 2435, // 2434 2433, 2432, 2431, 2430, 2429, // 2428 @@ -1510,22 +1446,22 @@ static const int *included_patchsets[] = { // 2411 2410, // 2409 - 2408, 2407, - // 2403-2406 + 2408, 2407, 2406, + // 2403-2405 2402, 2401, // 2400 2399, // 2393-2398 2392, - // 2389-2391 - 2388, - // 2386-2387 - 2385, 2384, 2383, 2382, + // 2391 + 2390, 2389, 2388, 2387, 2386, 2385, 2384, 2383, 2382, // 2380-2381 2379, - // 2376-2378 - 2375, 2374, - // 2369-2373 + // 2378 + 2377, 2376, 2375, 2374, 2373, + // 2371-2372 + 2370, + // 2369 2368, // 2367 2366, @@ -1534,58 +1470,51 @@ static const int *included_patchsets[] = { // 2362 2361, 2360, 2359, 2358, // 2357 - 2356, 2355, 2354, 2353, 2352, - // 2351 - 2350, - // 2349 - 2348, 2347, 2346, 2345, 2344, 2343, 2342, 2341, 2340, + 2356, 2355, 2354, 2353, 2352, 2351, 2350, 2349, 2348, 2347, 2346, 2345, 2344, 2343, 2342, 2341, + 2340, // 2338-2339 - 2337, 2336, - // 2335 - 2334, 2333, 2332, - // 2330-2331 - 2329, 2328, - // 2327 - 2326, + 2337, 2336, 2335, 2334, 2333, 2332, + // 2331 + 2330, 2329, 2328, 2327, 2326, // 2325 - 2324, - // 2320-2323 + 2324, 2323, + // 2320-2322 2319, 2318, // 2317 2316, - // 2314-2315 - 2313, 2312, + // 2315 + 2314, 2313, 2312, // 2310-2311 2309, // 2308 2307, // 2305-2306 - 2304, - // 2302-2303 - 2301, - // 2296-2300 + 2304, 2303, + // 2302 + 2301, 2300, + // 2296-2299 2295, 2294, 2293, // 2290-2292 - 2289, - // 2288 - 2287, 2286, 2285, 2284, - // 2281-2283 - 2280, - // 2279 - 2278, 2277, 2276, + 2289, 2288, 2287, 2286, 2285, 2284, 2283, + // 2282 + 2281, 2280, 2279, 2278, 2277, 2276, // 2275 2274, 2273, // 2271-2272 2270, 2269, - // 2261-2268 - 2260, 2259, 2258, + // 2264-2268 + 2263, + // 2262 + 2261, 2260, 2259, 2258, // 2256-2257 2255, 2254, - // 2250-2253 + // 2253 + 2252, + // 2250-2251 2249, 2248, 2247, 2246, // 2245 - 2244, - // 2242-2243 + 2244, 2243, + // 2242 2241, 2240, // 2238-2239 2237, 2236, 2235, 2234, 2233, 2232, 2231, @@ -1595,30 +1524,30 @@ static const int *included_patchsets[] = { 2227, // 2222-2226 2221, - // 2212-2220 + // 2220 + 2219, 2218, 2217, + // 2216 + 2215, + // 2212-2214 2211, 2210, // 2208-2209 2207, 2206, // 2204-2205 - 2203, 2202, 2201, - // 2200 - 2199, + 2203, 2202, 2201, 2200, 2199, // 2198 2197, 2196, // 2193-2195 - 2192, - // 2190-2191 - 2189, + 2192, 2191, 2190, 2189, // 2187-2188 2186, 2185, 2184, // 2183 - 2182, 2181, - // 2178-2180 + 2182, 2181, 2180, + // 2178-2179 2177, 2176, 2175, 2174, // 2173 2172, 2171, - // 2167-2170 - 2166, + // 2169-2170 + 2168, 2167, 2166, // 2164-2165 2163, // 2162 @@ -1629,43 +1558,41 @@ static const int *included_patchsets[] = { 2156, 2155, 2154, 2153, 2152, 2151, 2150, 2149, // 2148 2147, - // 2143-2146 - 2142, 2141, 2140, - // 2139 - 2138, + // 2146 + 2145, 2144, 2143, 2142, 2141, 2140, 2139, 2138, // 2137 2136, - // 2131-2135 + // 2135 + 2134, + // 2133 + 2132, + // 2131 2130, - // 2127-2129 - 2126, - // 2124-2125 - 2123, + // 2128-2129 + 2127, 2126, + // 2125 + 2124, 2123, // 2122 2121, // 2120 2119, 2118, // 2117 - 2116, - // 2114-2115 - 2113, 2112, 2111, 2110, 2109, - // 2107-2108 - 2106, + 2116, 2115, 2114, 2113, 2112, 2111, 2110, 2109, 2108, 2107, 2106, // 2105 - 2104, - // 2101-2103 - 2100, - // 2095-2099 - 2094, - // 2092-2093 + 2104, 2103, 2102, + // 2101 + 2100, 2099, 2098, + // 2097 + 2096, 2095, 2094, 2093, + // 2092 2091, // 2090 - 2089, - // 2087-2088 - 2086, 2085, 2084, - // 2079-2083 - 2078, 2077, 2076, 2075, - // 2071-2074 + 2089, 2088, 2087, 2086, 2085, 2084, 2083, + // 2082 + 2081, 2080, 2079, 2078, 2077, 2076, 2075, + // 2074 + 2073, 2072, + // 2071 2070, 2069, 2068, 2067, // 2063-2066 2062, @@ -1680,52 +1607,52 @@ static const int *included_patchsets[] = { // 2039-2040 2038, 2037, 2036, // 2033-2035 - 2032, 2031, 2030, 2029, 2028, 2027, 2026, 2025, - // 2020-2024 - 2019, 2018, + 2032, 2031, 2030, 2029, 2028, 2027, 2026, 2025, 2024, 2023, + // 2021-2022 + 2020, 2019, 2018, // 2017 2016, // 2015 - 2014, - // 2012-2013 - 2011, - // 2010 - 2009, 2008, 2007, 2006, 2005, 2004, 2003, - // 2000-2002 - 1999, 1998, + 2014, 2013, + // 2012 + 2011, 2010, 2009, 2008, 2007, 2006, 2005, 2004, 2003, 2002, + // 2001 + 2000, 1999, 1998, // 1996-1997 1995, 1994, 1993, 1992, 1991, // 1988-1990 - 1987, - // 1986 - 1985, 1984, 1983, 1982, 1981, + 1987, 1986, 1985, 1984, 1983, 1982, 1981, // 1980 1979, 1978, // 1977 1976, 1975, 1974, 1973, 1972, 1971, 1970, 1969, // 1968 1967, 1966, 1965, 1964, 1963, 1962, 1961, 1960, 1959, 1958, 1957, - // 1954-1956 - 1953, - // 1950-1952 - 1949, + // 1956 + 1955, + // 1954 + 1953, 1952, + // 1951 + 1950, 1949, // 1948 1947, 1946, 1945, 1944, // 1943 1942, - // 1939-1941 + // 1941 + 1940, + // 1939 1938, // 1937 1936, 1935, // 1934 1933, 1932, // 1930-1931 - 1929, - // 1927-1928 - 1926, 1925, + 1929, 1928, 1927, 1926, 1925, // 1923-1924 1922, 1921, 1920, 1919, - // 1914-1918 + // 1917-1918 + 1916, 1915, + // 1914 1913, 1912, 1911, 1910, 1909, 1908, 1907, 1906, 1905, 1904, 1903, 1902, 1901, 1900, 1899, 1898, 1897, 1896, // 1894-1895 @@ -1733,9 +1660,7 @@ static const int *included_patchsets[] = { // 1891 1890, // 1888-1889 - 1887, - // 1886 - 1885, + 1887, 1886, 1885, // 1884 1883, // 1882 @@ -1744,19 +1669,21 @@ static const int *included_patchsets[] = { 1878, 1877, // 1876 1875, 1874, 1873, 1872, 1871, - // 1868-1870 - 1867, 1866, 1865, - // 1864 - 1863, - // 1857-1862 + // 1870 + 1869, 1868, 1867, 1866, 1865, 1864, 1863, 1862, + // 1861 + 1860, 1859, + // 1857-1858 1856, // 1853-1855 1852, // 1851 1850, - // 1845-1849 - 1844, 1843, 1842, - // 1838-1841 + // 1849 + 1848, 1847, + // 1845-1846 + 1844, 1843, 1842, 1841, + // 1838-1840 1837, // 1836 1835, 1834, 1833, @@ -1767,106 +1694,90 @@ static const int *included_patchsets[] = { // 1821 1820, // 1819 - 1818, 1817, - // 1811-1816 + 1818, 1817, 1816, 1815, + // 1813-1814 + 1812, + // 1811 1810, // 1809 1808, // 1807 - 1806, 1805, 1804, 1803, - // 1802 - 1801, - // 1800 - 1799, 1798, - // 1795-1797 + 1806, 1805, 1804, 1803, 1802, 1801, 1800, 1799, 1798, 1797, + // 1795-1796 1794, 1793, 1792, 1791, 1790, // 1788-1789 1787, 1786, 1785, 1784, 1783, // 1782 - 1781, 1780, 1779, - // 1777-1778 - 1776, 1775, 1774, 1773, 1772, + 1781, 1780, 1779, 1778, 1777, 1776, 1775, 1774, 1773, 1772, // 1771 1770, // 1769 - 1768, - // 1763-1767 - 1762, - // 1760-1761 - 1759, - // 1758 - 1757, + 1768, 1767, + // 1766 + 1765, 1764, 1763, 1762, 1761, 1760, 1759, 1758, 1757, // 1755-1756 1754, // 1752-1753 1751, - // 1749-1750 - 1748, 1747, 1746, 1745, + // 1750 + 1749, 1748, 1747, 1746, 1745, // 1744 - 1743, 1742, 1741, 1740, - // 1739 - 1738, - // 1737 - 1736, 1735, - // 1732-1734 - 1731, - // 1729-1730 + 1743, 1742, 1741, 1740, 1739, 1738, 1737, 1736, 1735, 1734, 1733, + // 1732 + 1731, 1730, + // 1729 1728, 1727, 1726, 1725, 1724, - // 1722-1723 - 1721, - // 1718-1720 - 1717, 1716, 1715, - // 1714 - 1713, - // 1708-1712 - 1707, - // 1706 - 1705, - // 1704 - 1703, 1702, - // 1699-1701 - 1698, 1697, 1696, - // 1694-1695 + // 1723 + 1722, 1721, 1720, + // 1718-1719 + 1717, 1716, 1715, 1714, 1713, + // 1711-1712 + 1710, 1709, 1708, 1707, 1706, 1705, 1704, 1703, 1702, + // 1701 + 1700, + // 1699 + 1698, 1697, 1696, 1695, + // 1694 1693, // 1690-1692 1689, - // 1685-1688 + // 1688 + 1687, 1686, + // 1685 1684, - // 1681-1683 - 1680, + // 1682-1683 + 1681, 1680, // 1679 - 1678, 1677, 1676, 1675, - // 1674 - 1673, 1672, + 1678, 1677, 1676, 1675, 1674, 1673, 1672, // 1671 1670, - // 1667-1669 + // 1669 + 1668, + // 1667 1666, 1665, // 1664 1663, // 1662 - 1661, - // 1660 - 1659, 1658, - // 1656-1657 - 1655, 1654, 1653, 1652, 1651, + 1661, 1660, 1659, 1658, + // 1657 + 1656, 1655, 1654, 1653, 1652, 1651, // 1650 - 1649, 1648, - // 1647 - 1646, 1645, + 1649, 1648, 1647, 1646, 1645, // 1643-1644 1642, // 1641 - 1640, 1639, - // 1636-1638 - 1635, 1634, 1633, 1632, 1631, 1630, - // 1627-1629 + 1640, 1639, 1638, + // 1636-1637 + 1635, 1634, 1633, 1632, 1631, 1630, 1629, + // 1627-1628 1626, 1625, 1624, // 1623 1622, 1621, - // 1610-1620 - 1609, 1608, - // 1606-1607 + // 1614-1620 + 1613, 1612, + // 1610-1611 + 1609, 1608, 1607, + // 1606 1605, // 1601-1604 1600, 1599, 1598, @@ -1875,15 +1786,13 @@ static const int *included_patchsets[] = { // 1592-1593 1591, // 1590 - 1589, 1588, 1587, 1586, 1585, - // 1584 - 1583, + 1589, 1588, 1587, 1586, 1585, 1584, 1583, // 1581-1582 - 1580, 1579, - // 1571-1578 + 1580, 1579, 1578, + // 1571-1577 1570, - // 1568-1569 - 1567, 1566, 1565, 1564, + // 1569 + 1568, 1567, 1566, 1565, 1564, // 1562-1563 1561, 1560, 1559, // 1558 @@ -1891,32 +1800,38 @@ static const int *included_patchsets[] = { // 1556 1555, 1554, 1553, 1552, // 1550-1551 - 1549, 1548, 1547, 1546, 1545, 1544, - // 1541-1543 + 1549, 1548, 1547, 1546, 1545, 1544, 1543, 1542, + // 1541 1540, // 1538-1539 1537, 1536, 1535, - // 1527-1534 + // 1532-1534 + 1531, 1530, 1529, 1528, + // 1527 1526, // 1525 1524, 1523, 1522, 1521, 1520, // 1518-1519 - 1517, - // 1514-1516 - 1513, 1512, 1511, - // 1509-1510 + 1517, 1516, 1515, + // 1514 + 1513, 1512, 1511, 1510, + // 1509 1508, 1507, 1506, 1505, - // 1498-1504 + // 1504 + 1503, + // 1502 + 1501, 1500, + // 1498-1499 1497, // 1496 1495, // 1494 1493, - // 1490-1492 - 1489, 1488, 1487, + // 1491-1492 + 1490, 1489, 1488, 1487, // 1485-1486 - 1484, - // 1482-1483 + 1484, 1483, + // 1482 1481, // 1480 1479, @@ -1924,14 +1839,10 @@ static const int *included_patchsets[] = { 1476, // 1475 1474, 1473, 1472, 1471, 1470, 1469, - // 1467-1468 - 1466, 1465, 1464, 1463, 1462, 1461, + // 1468 + 1467, 1466, 1465, 1464, 1463, 1462, 1461, // 1459-1460 - 1458, - // 1457 - 1456, - // 1450-1455 - 1449, 1448, + 1458, 1457, 1456, 1455, 1454, 1453, 1452, 1451, 1450, 1449, 1448, // 1447 1446, 1445, // 1444 @@ -1940,37 +1851,37 @@ static const int *included_patchsets[] = { 1438, // 1437 1436, - // 1425-1435 - 1424, + // 1435 + 1434, 1433, + // 1430-1432 + 1429, 1428, 1427, + // 1426 + 1425, 1424, // 1423 - 1422, - // 1421 - 1420, - // 1418-1419 + 1422, 1421, 1420, 1419, + // 1418 1417, - // 1414-1416 - 1413, + // 1416 + 1415, 1414, 1413, // 1412 - 1411, 1410, 1409, - // 1406-1408 - 1405, - // 1403-1404 - 1402, 1401, - // 1399-1400 + 1411, 1410, 1409, 1408, 1407, 1406, 1405, 1404, + // 1403 + 1402, 1401, 1400, + // 1399 1398, - // 1396-1397 - 1395, - // 1394 - 1393, - // 1390-1392 - 1389, - // 1387-1388 + // 1397 + 1396, 1395, 1394, 1393, + // 1392 + 1391, 1390, 1389, 1388, + // 1387 1386, 1385, 1384, 1383, // 1382 1381, // 1380 1379, 1378, 1377, - // 1371-1376 + // 1376 + 1375, 1374, + // 1371-1373 1370, 1369, // 1367-1368 1366, @@ -1978,77 +1889,65 @@ static const int *included_patchsets[] = { 1364, // 1362-1363 1361, 1360, - // 1355-1359 - 1354, 1353, - // 1349-1352 - 1348, 1347, 1346, 1345, - // 1341-1344 - 1340, - // 1337-1339 - 1336, 1335, 1334, - // 1331-1333 - 1330, + // 1359 + 1358, 1357, 1356, + // 1355 + 1354, 1353, 1352, 1351, 1350, + // 1349 + 1348, 1347, 1346, 1345, 1344, + // 1341-1343 + 1340, 1339, 1338, 1337, 1336, 1335, 1334, + // 1332-1333 + 1331, 1330, // 1328-1329 1327, // 1322-1326 - 1321, - // 1320 - 1319, 1318, 1317, 1316, 1315, + 1321, 1320, 1319, 1318, 1317, 1316, 1315, // 1313-1314 - 1312, - // 1311 - 1310, 1309, - // 1307-1308 - 1306, 1305, 1304, - // 1300-1303 - 1299, 1298, 1297, 1296, 1295, 1294, - // 1293 - 1292, - // 1290-1291 + 1312, 1311, 1310, 1309, + // 1308 + 1307, 1306, 1305, 1304, 1303, 1302, 1301, + // 1300 + 1299, 1298, 1297, 1296, 1295, 1294, 1293, 1292, 1291, + // 1290 1289, - // 1282-1288 - 1281, 1280, 1279, 1278, 1277, + // 1288 + 1287, + // 1286 + 1285, 1284, 1283, 1282, 1281, 1280, 1279, 1278, 1277, // 1276 1275, 1274, 1273, - // 1270-1272 - 1269, + // 1272 + 1271, 1270, 1269, // 1268 1267, 1266, 1265, 1264, // 1263 - 1262, - // 1261 - 1260, 1259, - // 1256-1258 - 1255, 1254, + 1262, 1261, 1260, 1259, + // 1257-1258 + 1256, 1255, 1254, // 1253 - 1252, 1251, - // 1249-1250 - 1248, - // 1246-1247 - 1245, - // 1242-1244 - 1241, 1240, - // 1235-1239 - 1234, - // 1233 - 1232, 1231, - // 1229-1230 + 1252, 1251, 1250, 1249, 1248, 1247, 1246, 1245, 1244, + // 1243 + 1242, 1241, 1240, + // 1239 + 1238, + // 1237 + 1236, + // 1235 + 1234, 1233, 1232, 1231, 1230, + // 1229 1228, // 1227 - 1226, 1225, - // 1223-1224 - 1222, - // 1220-1221 + 1226, 1225, 1224, 1223, 1222, 1221, + // 1220 1219, // 1218 1217, 1216, 1215, 1214, // 1213 - 1212, 1211, 1210, 1209, 1208, 1207, - // 1204-1206 - 1203, - // 1200-1202 - 1199, 1198, 1197, 1196, 1195, 1194, - // 1191-1193 + 1212, 1211, 1210, 1209, 1208, 1207, 1206, + // 1204-1205 + 1203, 1202, 1201, 1200, 1199, 1198, 1197, 1196, 1195, 1194, 1193, + // 1191-1192 1190, 1189, 1188, 1187, 1186, // 1185 1184, @@ -2056,18 +1955,28 @@ static const int *included_patchsets[] = { 1181, 1180, 1179, // 1178 1177, - // 1175-1176 - 1174, 1173, 1172, 1171, 1170, 1169, 1168, + // 1176 + 1175, 1174, 1173, 1172, 1171, 1170, 1169, 1168, // 1167 1166, 1165, 1164, 1163, 1162, 1161, - // 1149-1160 - 1148, 1147, - // 1129-1146 - 1128, - // 1126-1127 - 1125, - // 1124 - 1123, + // 1160 + 1159, + // 1157-1158 + 1156, + // 1154-1155 + 1153, 1152, + // 1150-1151 + 1149, 1148, 1147, + // 1146 + 1145, + // 1140-1144 + 1139, + // 1136-1138 + 1135, 1134, + // 1132-1133 + 1131, 1130, 1129, 1128, 1127, + // 1126 + 1125, 1124, 1123, // 1122 1121, // 1120 @@ -2075,9 +1984,7 @@ static const int *included_patchsets[] = { // 1116 1115, 1114, 1113, // 1112 - 1111, 1110, - // 1109 - 1108, 1107, 1106, + 1111, 1110, 1109, 1108, 1107, 1106, // 1105 1104, 1103, 1102, 1101, 1100, 1099, 1098, // 1096-1097 @@ -2090,48 +1997,36 @@ static const int *included_patchsets[] = { 1076, 1075, 1074, 1073, 1072, 1071, 1070, 1069, 1068, 1067, // 1066 1065, 1064, 1063, 1062, 1061, 1060, 1059, 1058, 1057, 1056, 1055, 1054, 1053, 1052, 1051, 1050, - 1049, 1048, 1047, 1046, - // 1045 - 1044, 1043, + 1049, 1048, 1047, 1046, 1045, 1044, 1043, // 1042 1041, 1040, // 1039 - 1038, - // 1037 - 1036, 1035, 1034, 1033, + 1038, 1037, 1036, 1035, 1034, 1033, // 1032 - 1031, 1030, - // 1028-1029 - 1027, - // 1026 - 1025, + 1031, 1030, 1029, + // 1028 + 1027, 1026, 1025, // 1023-1024 1022, 1021, 1020, - // 1018-1019 - 1017, - // 1015-1016 + // 1019 + 1018, 1017, 1016, + // 1015 1014, 1013, // 1011-1012 - 1010, - // 1008-1009 - 1007, - // 1005-1006 - 1004, + 1010, 1009, 1008, 1007, 1006, 1005, 1004, // 1003 - 1002, - // 1001 - 1000, 999, 998, 997, 996, - // 992-995 + 1002, 1001, 1000, 999, 998, 997, 996, + // 995 + 994, 993, + // 992 991, // 990 989, // 988 - 987, 986, 985, - // 984 - 983, 982, 981, 980, 979, 978, + 987, 986, 985, 984, 983, 982, 981, 980, 979, 978, // 977 - 976, - // 972-975 + 976, 975, 974, + // 972-973 971, // 970 969, 968, 967, 966, 965, 964, 963, 962, @@ -2158,8 +2053,8 @@ static const int *included_patchsets[] = { // 875 874, 873, 872, 871, 870, 869, 868, 867, 866, 865, 864, // 863 - 862, 861, 860, - // 858-859 + 862, 861, 860, 859, + // 858 857, 856, 855, 854, 853, 852, 851, // 850 849, @@ -2168,57 +2063,38 @@ static const int *included_patchsets[] = { // 834 833, 832, 831, 830, 829, 828, // 827 - 826, 825, 824, 823, 822, - // 820-821 - 819, 818, 817, 816, 815, 814, 813, 812, 811, 810, 809, 808, 807, - // 806 - 805, 804, 803, 802, 801, 800, 799, 798, 797, 796, 795, 794, 793, 792, 791, - // 789-790 - 788, 787, 786, 785, 784, 783, 782, 781, 780, 779, 778, 777, 776, + 826, 825, 824, 823, 822, 821, + // 820 + 819, 818, 817, 816, 815, 814, 813, 812, 811, 810, 809, 808, 807, 806, 805, 804, + 803, 802, 801, 800, 799, 798, 797, 796, 795, 794, 793, 792, 791, 790, 789, 788, + 787, 786, 785, 784, 783, 782, 781, 780, 779, 778, 777, 776, // 775 - 774, 773, - // 771-772 - 770, 769, - // 768 - 767, 766, 765, - // 764 - 763, 762, - // 760-761 - 759, - // 757-758 - 756, - // 754-755 - 753, 752, + 774, 773, 772, + // 771 + 770, 769, 768, 767, 766, 765, 764, 763, 762, 761, 760, 759, 758, 757, 756, + // 755 + 754, 753, 752, // 751 750, 749, - // 745-748 + // 747-748 + 746, + // 745 744, // 743 742, 741, 740, 739, // 737-738 - 736, - // 735 - 734, - // 729-733 - 728, 727, - // 726 - 725, - // 721-724 - 720, - // 714-719 - 713, 712, 711, 710, 709, - // 706-708 - 705, - // 704 - 703, 702, 701, 700, + 736, 735, 734, 733, 732, 731, + // 729-730 + 728, 727, 726, 725, 724, 723, 722, 721, 720, 719, + // 718 + 717, 716, 715, 714, 713, 712, 711, 710, 709, 708, 707, 706, 705, 704, 703, 702, + 701, 700, // 699 - 698, - // 696-697 - 695, - // 693-694 - 692, 691, 690, 689, 688, 687, 686, 685, - // 682-684 - 681, 680, + 698, 697, 696, 695, + // 694 + 693, 692, 691, 690, 689, 688, 687, 686, 685, + // 683-684 + 682, 681, 680, // 679 678, // 677 @@ -2226,10 +2102,8 @@ static const int *included_patchsets[] = { // 675 674, 673, 672, 671, 670, 669, 668, 667, 666, 665, 664, 663, // 661-662 - 660, - // 659 - 658, - // 656-657 + 660, 659, 658, 657, + // 656 655, 654, // 652-653 651, @@ -2239,80 +2113,64 @@ static const int *included_patchsets[] = { 646, 645, 644, 643, 642, // 641 640, 639, 638, 637, 636, 635, 634, 633, 632, 631, 630, 629, 628, - // 624-627 + // 626-627 + 625, + // 624 623, 622, 621, 620, 619, 618, 617, 616, 615, 614, // 613 612, // 611 - 610, 609, 608, 607, 606, - // 604-605 + 610, 609, 608, 607, 606, 605, + // 604 603, 602, - // 600-601 - 599, 598, 597, + // 601 + 600, 599, 598, 597, // 595-596 594, 593, 592, 591, 590, 589, // 588 587, // 585-586 - 584, - // 582-583 + 584, 583, + // 582 581, 580, 579, 578, 577, 576, 575, // 574 573, // 570-572 569, 568, // 567 - 566, 565, - // 561-564 - 560, 559, - // 557-558 - 556, - // 555 - 554, 553, - // 552 - 551, 550, 549, - // 548 - 547, - // 546 - 545, 544, + 566, 565, 564, + // 562-563 + 561, 560, 559, 558, + // 557 + 556, 555, 554, 553, 552, 551, 550, 549, 548, 547, 546, 545, 544, // 543 - 542, 541, 540, 539, - // 536-538 + 542, 541, 540, 539, 538, + // 536-537 535, 534, 533, 532, 531, // 528-530 527, // 526 525, 524, // 523 - 522, 521, 520, - // 514-519 - 513, 512, 511, 510, 509, 508, 507, 506, 505, - // 503-504 - 502, 501, + 522, 521, 520, 519, + // 516-518 + 515, + // 514 + 513, 512, 511, 510, 509, 508, 507, 506, 505, 504, 503, 502, 501, // 500 - 499, 498, 497, - // 495-496 - 494, - // 492-493 - 491, 490, 489, - // 483-488 - 482, 481, - // 480 - 479, 478, - // 477 - 476, 475, 474, 473, 472, 471, 470, 469, 468, + 499, 498, 497, 496, 495, 494, + // 493 + 492, 491, 490, 489, 488, 487, + // 486 + 485, 484, 483, 482, 481, 480, 479, 478, 477, 476, 475, 474, 473, 472, 471, 470, + 469, 468, // 467 - 466, - // 465 - 464, 463, 462, 461, 460, + 466, 465, 464, 463, 462, 461, 460, // 459 458, 457, 456, 455, 454, // 453 - 452, 451, 450, - // 449 - 448, 447, 446, 445, 444, 443, 442, 441, 440, - // 439 - 438, 437, 436, 435, 434, 433, + 452, 451, 450, 449, 448, 447, 446, 445, 444, 443, 442, 441, 440, 439, 438, 437, + 436, 435, 434, 433, // 432 431, 430, 429, 428, // 427 @@ -2322,88 +2180,72 @@ static const int *included_patchsets[] = { // 421 420, // 419 - 418, 417, 416, 415, 414, 413, 412, 411, 410, 409, - // 408 - 407, 406, 405, 404, 403, 402, 401, 400, + 418, 417, 416, 415, 414, 413, 412, 411, 410, 409, 408, 407, 406, 405, 404, 403, + 402, 401, 400, // 399 398, 397, 396, 395, 394, 393, 392, 391, 390, 389, 388, 387, // 386 - 385, 384, 383, 382, 381, - // 380 - 379, - // 378 - 377, 376, 375, - // 374 - 373, - // 370-372 - 369, - // 367-368 + 385, 384, 383, 382, 381, 380, 379, 378, 377, 376, 375, 374, 373, 372, + // 370-371 + 369, 368, + // 367 366, 365, // 364 - 363, 362, 361, 360, - // 359 - 358, - // 355-357 - 354, - // 353 - 352, 351, - // 348-350 - 347, + 363, 362, 361, 360, 359, 358, 357, + // 356 + 355, 354, 353, 352, 351, 350, 349, 348, 347, // 346 345, - // 343-344 - 342, - // 339-341 - 338, 337, - // 334-336 + // 344 + 343, 342, + // 341 + 340, + // 339 + 338, 337, 336, + // 334-335 333, 332, // 331 - 330, - // 327-329 - 326, 325, - // 318-324 - 317, 316, 315, 314, - // 311-313 + 330, 329, + // 328 + 327, 326, 325, + // 324 + 323, + // 322 + 321, + // 318-320 + 317, 316, 315, 314, 313, 312, + // 311 310, 309, 308, 307, // 306 305, 304, 303, 302, 301, 300, // 298-299 - 297, 296, 295, - // 294 - 293, - // 282-292 - 281, - // 279-280 - 278, - // 276-277 - 275, 274, 273, 272, 271, 270, - // 269 - 268, 267, 266, 265, 264, - // 263 + 297, 296, 295, 294, 293, 292, + // 290-291 + 289, 288, 287, + // 286 + 285, 284, 283, 282, 281, 280, + // 279 + 278, 277, 276, 275, 274, 273, 272, 271, 270, 269, 268, 267, 266, 265, 264, 263, 262, 261, 260, 259, // 258 257, // 256 255, 254, - // 251-253 + // 253 + 252, + // 251 250, 249, 248, 247, 246, 245, 244, 243, 242, 241, 240, 239, // 238 237, 236, 235, 234, 233, // 232 - 231, 230, - // 229 - 228, - // 221-227 - 220, 219, - // 218 - 217, - // 216 - 215, - // 214 - 213, 212, 211, 210, + 231, 230, 229, 228, 227, 226, 225, 224, + // 222-223 + 221, 220, 219, 218, 217, 216, 215, 214, 213, 212, 211, 210, // 209 208, - // 204-207 + // 207 + 206, 205, + // 204 203, // 201-202 200, @@ -2414,9 +2256,7 @@ static const int *included_patchsets[] = { // 194 193, 192, // 191 - 190, 189, 188, - // 187 - 186, + 190, 189, 188, 187, 186, // 185 184, 183, // 182 @@ -2432,17 +2272,12 @@ static const int *included_patchsets[] = { // 130 129, 128, // 127 - 126, 125, 124, 123, 122, 121, 120, 119, - // 118 - 117, 116, 115, 114, 113, 112, 111, + 126, 125, 124, 123, 122, 121, 120, 119, 118, 117, 116, 115, 114, 113, 112, 111, // 110 109, 108, 107, 106, 105, 104, 103, 102, 101, 100, 99, // 98 - 97, - // 96 - 95, 94, 93, 92, 91, - // 90 - 89, 88, 87, 86, 85, 84, 83, 82, 81, 80, 79, 78, 77, 76, 75, 74, + 97, 96, 95, 94, 93, 92, 91, 90, 89, 88, 87, 86, 85, 84, 83, 82, + 81, 80, 79, 78, 77, 76, 75, 74, // 73 72, 71, 70, 69, 68, 67, 66, 65, 64, 63, 62, 61, 60, 59, 58, 57, 56, 55, 54, 53, 52, 51, 50, 49, @@ -2575,157 +2410,117 @@ static const int *included_patchsets[] = { // 1944-1945 1943, // 1939-1942 - 1938, 1937, - // 1935-1936 + 1938, 1937, 1936, + // 1935 1934, - // 1932-1933 - 1931, 1930, - // 1924-1929 + // 1933 + 1932, 1931, 1930, + // 1926-1929 + 1925, + // 1924 1923, // 1922 1921, // 1920 - 1919, 1918, - // 1916-1917 + 1919, 1918, 1917, + // 1916 1915, // 1914 - 1913, 1912, - // 1909-1911 + 1913, 1912, 1911, + // 1909-1910 1908, 1907, // 1906 1905, 1904, 1903, 1902, - // 1897-1901 - 1896, - // 1895 - 1894, 1893, 1892, 1891, - // 1885-1890 - 1884, - // 1883 - 1882, 1881, - // 1879-1880 - 1878, 1877, - // 1875-1876 - 1874, 1873, 1872, - // 1869-1871 + // 1901 + 1900, + // 1898-1899 + 1897, 1896, 1895, 1894, 1893, 1892, 1891, + // 1890 + 1889, 1888, 1887, + // 1885-1886 + 1884, 1883, 1882, 1881, 1880, 1879, 1878, 1877, + // 1876 + 1875, 1874, 1873, 1872, 1871, 1870, + // 1869 1868, // 1867 1866, // 1865 1864, 1863, - // 1861-1862 - 1860, + // 1862 + 1861, 1860, // 1859 1858, 1857, 1856, // 1855 1854, 1853, 1852, // 1851 - 1850, 1849, 1848, 1847, 1846, - // 1842-1845 - 1841, 1840, 1839, - // 1834-1838 - 1833, - // 1829-1832 + 1850, 1849, 1848, 1847, 1846, 1845, 1844, 1843, + // 1842 + 1841, 1840, 1839, 1838, 1837, + // 1836 + 1835, 1834, 1833, 1832, 1831, 1830, + // 1829 1828, // 1827 - 1826, 1825, - // 1824 - 1823, + 1826, 1825, 1824, 1823, // 1821-1822 1820, 1819, - // 1816-1818 - 1815, + // 1818 + 1817, 1816, 1815, // 1814 - 1813, - // 1812 - 1811, 1810, 1809, 1808, 1807, - // 1804-1806 + 1813, 1812, 1811, 1810, 1809, 1808, 1807, + // 1806 + 1805, + // 1804 1803, 1802, // 1801 - 1800, - // 1799 - 1798, 1797, + 1800, 1799, 1798, 1797, // 1796 - 1795, - // 1793-1794 - 1792, 1791, - // 1786-1790 + 1795, 1794, 1793, 1792, 1791, + // 1788-1790 + 1787, + // 1786 1785, // 1784 1783, // 1782 - 1781, 1780, 1779, - // 1778 - 1777, - // 1775-1776 - 1774, 1773, 1772, 1771, + 1781, 1780, 1779, 1778, 1777, + // 1776 + 1775, 1774, 1773, 1772, 1771, // 1769-1770 - 1768, 1767, 1766, - // 1765 - 1764, 1763, - // 1762 - 1761, + 1768, 1767, 1766, 1765, 1764, 1763, 1762, 1761, // 1760 1759, // 1758 1757, - // 1754-1756 - 1753, - // 1752 - 1751, - // 1749-1750 - 1748, 1747, - // 1746 - 1745, + // 1756 + 1755, 1754, 1753, 1752, 1751, 1750, + // 1749 + 1748, 1747, 1746, 1745, // 1744 1743, 1742, // 1740-1741 - 1739, 1738, - // 1737 - 1736, 1735, 1734, 1733, - // 1732 - 1731, 1730, 1729, 1728, + 1739, 1738, 1737, 1736, 1735, 1734, 1733, 1732, 1731, 1730, 1729, 1728, // 1727 - 1726, 1725, - // 1724 - 1723, 1722, - // 1719-1721 - 1718, 1717, 1716, 1715, 1714, 1713, - // 1712 - 1711, 1710, - // 1709 - 1708, - // 1706-1707 - 1705, 1704, - // 1703 - 1702, - // 1699-1701 - 1698, 1697, - // 1695-1696 + 1726, 1725, 1724, 1723, 1722, 1721, 1720, + // 1719 + 1718, 1717, 1716, 1715, 1714, 1713, 1712, 1711, 1710, 1709, 1708, 1707, 1706, 1705, 1704, 1703, + 1702, 1701, 1700, + // 1699 + 1698, 1697, 1696, + // 1695 1694, 1693, // 1692 - 1691, - // 1690 - 1689, 1688, 1687, 1686, 1685, - // 1684 - 1683, - // 1682 - 1681, - // 1680 - 1679, 1678, - // 1676-1677 + 1691, 1690, 1689, 1688, 1687, 1686, 1685, 1684, 1683, 1682, 1681, 1680, 1679, 1678, 1677, 1676, 1675, // 1674 1673, 1672, 1671, 1670, // 1669 - 1668, 1667, 1666, 1665, 1664, 1663, - // 1662 - 1661, + 1668, 1667, 1666, 1665, 1664, 1663, 1662, 1661, // 1660 - 1659, - // 1655-1658 - 1654, 1653, - // 1647-1652 - 1646, 1645, 1644, 1643, 1642, + 1659, 1658, 1657, 1656, 1655, 1654, 1653, 1652, 1651, + // 1650 + 1649, 1648, 1647, 1646, 1645, 1644, 1643, 1642, // 1641 1640, 1639, 1638, 1637, 1636, 1635, 1634, 1633, 1632, 1631, 1630, 1629, // 1627-1628 @@ -2735,9 +2530,7 @@ static const int *included_patchsets[] = { // 1619 1618, 1617, 1616, 1615, 1614, 1613, 1612, // 1611 - 1610, - // 1609 - 1608, 1607, 1606, + 1610, 1609, 1608, 1607, 1606, // 1604-1605 1603, 1602, 1601, 1600, 1599, 1598, 1597, 1596, 1595, // 1592-1594 @@ -2747,15 +2540,17 @@ static const int *included_patchsets[] = { // 1581 1580, // 1579 - 1578, - // 1576-1577 + 1578, 1577, + // 1576 1575, - // 1569-1574 + // 1574 + 1573, + // 1569-1572 1568, // 1566-1567 1565, 1564, 1563, 1562, 1561, - // 1556-1560 - 1555, 1554, 1553, 1552, 1551, + // 1557-1560 + 1556, 1555, 1554, 1553, 1552, 1551, // 1550 1549, 1548, 1547, 1546, 1545, // 1544 @@ -2771,21 +2566,19 @@ static const int *included_patchsets[] = { // 1509-1510 1508, 1507, 1506, 1505, // 1504 - 1503, 1502, - // 1501 - 1500, 1499, + 1503, 1502, 1501, 1500, 1499, // 1498 1497, // 1496 - 1495, 1494, 1493, 1492, 1491, 1490, - // 1487-1489 + 1495, 1494, 1493, 1492, 1491, 1490, 1489, 1488, + // 1487 1486, 1485, - // 1480-1484 + // 1484 + 1483, + // 1480-1482 1479, 1478, 1477, 1476, 1475, 1474, 1473, 1472, // 1471 - 1470, 1469, 1468, 1467, - // 1466 - 1465, 1464, + 1470, 1469, 1468, 1467, 1466, 1465, 1464, // 1463 1462, 1461, 1460, // 1459 @@ -2795,16 +2588,10 @@ static const int *included_patchsets[] = { // 1453-1454 1452, 1451, // 1450 - 1449, - // 1448 - 1447, 1446, - // 1445 - 1444, 1443, 1442, - // 1440-1441 - 1439, 1438, 1437, - // 1436 - 1435, 1434, - // 1432-1433 + 1449, 1448, 1447, 1446, 1445, 1444, 1443, 1442, 1441, + // 1440 + 1439, 1438, 1437, 1436, 1435, 1434, 1433, + // 1432 1431, 1430, 1429, 1428, 1427, 1426, 1425, // 1424 1423, 1422, 1421, 1420, 1419, @@ -2814,73 +2601,66 @@ static const int *included_patchsets[] = { 1412, // 1410-1411 1409, 1408, 1407, 1406, 1405, - // 1402-1404 - 1401, 1400, + // 1403-1404 + 1402, 1401, 1400, // 1398-1399 1397, // 1396 1395, 1394, 1393, 1392, 1391, - // 1387-1390 - 1386, 1385, 1384, - // 1381-1383 + // 1390 + 1389, 1388, + // 1387 + 1386, 1385, 1384, 1383, 1382, + // 1381 1380, // 1379 1378, // 1377 1376, // 1375 - 1374, 1373, 1372, 1371, - // 1370 - 1369, 1368, 1367, 1366, 1365, 1364, - // 1363 - 1362, 1361, 1360, 1359, - // 1357-1358 - 1356, - // 1355 - 1354, 1353, - // 1352 - 1351, 1350, 1349, 1348, 1347, 1346, 1345, + 1374, 1373, 1372, 1371, 1370, 1369, 1368, 1367, 1366, 1365, 1364, 1363, 1362, 1361, 1360, 1359, + 1358, + // 1357 + 1356, 1355, 1354, 1353, 1352, 1351, 1350, 1349, 1348, 1347, 1346, 1345, // 1343-1344 - 1342, 1341, 1340, - // 1338-1339 + 1342, 1341, 1340, 1339, + // 1338 1337, 1336, 1335, // 1333-1334 1332, 1331, 1330, 1329, // 1325-1328 - 1324, 1323, - // 1320-1322 - 1319, - // 1316-1318 - 1315, 1314, + 1324, 1323, 1322, + // 1320-1321 + 1319, 1318, + // 1317 + 1316, 1315, 1314, // 1313 - 1312, 1311, 1310, 1309, 1308, 1307, - // 1304-1306 + 1312, 1311, 1310, 1309, 1308, 1307, 1306, + // 1304-1305 1303, // 1301-1302 - 1300, 1299, 1298, 1297, - // 1296 - 1295, 1294, 1293, - // 1292 - 1291, 1290, 1289, 1288, + 1300, 1299, 1298, 1297, 1296, 1295, 1294, 1293, 1292, 1291, 1290, 1289, 1288, // 1283-1287 - 1282, 1281, - // 1280 - 1279, 1278, 1277, + 1282, 1281, 1280, 1279, 1278, 1277, // 1275-1276 1274, 1273, 1272, 1271, 1270, // 1269 1268, - // 1264-1267 + // 1266-1267 + 1265, + // 1264 1263, // 1262 - 1261, 1260, - // 1258-1259 - 1257, 1256, 1255, + 1261, 1260, 1259, 1258, 1257, 1256, 1255, // 1254 1253, - // 1248-1252 + // 1251-1252 + 1250, + // 1248-1249 1247, 1246, 1245, 1244, 1243, 1242, - // 1239-1241 + // 1241 + 1240, + // 1239 1238, // 1237 1236, @@ -2891,65 +2671,63 @@ static const int *included_patchsets[] = { // 1226 1225, // 1224 - 1223, - // 1222 - 1221, + 1223, 1222, 1221, // 1220 1219, - // 1217-1218 - 1216, 1215, 1214, 1213, 1212, - // 1209-1211 - 1208, - // 1198-1207 + // 1218 + 1217, 1216, 1215, 1214, 1213, 1212, 1211, + // 1209-1210 + 1208, 1207, 1206, 1205, 1204, + // 1203 + 1202, 1201, 1200, + // 1198-1199 1197, // 1196 - 1195, - // 1192-1194 - 1191, - // 1190 - 1189, - // 1184-1188 - 1183, 1182, - // 1181 - 1180, - // 1177-1179 - 1176, 1175, 1174, 1173, 1172, 1171, - // 1168-1170 + 1195, 1194, + // 1193 + 1192, 1191, 1190, 1189, + // 1188 + 1187, + // 1184-1186 + 1183, 1182, 1181, 1180, + // 1178-1179 + 1177, 1176, 1175, 1174, 1173, 1172, 1171, 1170, + // 1168-1169 1167, - // 1163-1166 - 1162, + // 1166 + 1165, 1164, 1163, 1162, // 1159-1161 1158, - // 1155-1157 - 1154, 1153, - // 1146-1152 + // 1157 + 1156, 1155, 1154, 1153, + // 1148-1152 + 1147, + // 1146 1145, // 1144 1143, 1142, 1141, - // 1138-1140 - 1137, - // 1133-1136 + // 1140 + 1139, 1138, 1137, 1136, 1135, + // 1133-1134 1132, 1131, // 1130 1129, - // 1122-1128 - 1121, 1120, - // 1117-1119 - 1116, 1115, 1114, - // 1111-1113 + // 1128 + 1127, + // 1126 + 1125, + // 1123-1124 + 1122, 1121, 1120, 1119, + // 1117-1118 + 1116, 1115, 1114, 1113, + // 1111-1112 1110, 1109, - // 1107-1108 - 1106, 1105, - // 1104 - 1103, 1102, 1101, 1100, 1099, 1098, 1097, 1096, - // 1093-1095 - 1092, - // 1091 - 1090, 1089, 1088, + // 1108 + 1107, 1106, 1105, 1104, 1103, 1102, 1101, 1100, 1099, 1098, 1097, 1096, + // 1095 + 1094, 1093, 1092, 1091, 1090, 1089, 1088, // 1086-1087 - 1085, 1084, - // 1083 - 1082, + 1085, 1084, 1083, 1082, // 1080-1081 1079, 1078, // 1077 @@ -2965,23 +2743,19 @@ static const int *included_patchsets[] = { // 1060 1059, // 1058 - 1057, - // 1056 - 1055, - // 1052-1054 - 1051, - // 1048-1050 - 1047, - // 1044-1046 + 1057, 1056, 1055, + // 1053-1054 + 1052, 1051, 1050, 1049, + // 1048 + 1047, 1046, + // 1044-1045 1043, 1042, // 1039-1041 1038, 1037, 1036, // 1035 1034, 1033, 1032, // 1031 - 1030, 1029, 1028, - // 1027 - 1026, 1025, 1024, + 1030, 1029, 1028, 1027, 1026, 1025, 1024, // 1022-1023 1021, 1020, // 1018-1019 @@ -2996,10 +2770,12 @@ static const int *included_patchsets[] = { 1000, // 999 998, 997, - // 992-996 - 991, 990, - // 987-989 - 986, + // 995-996 + 994, + // 993 + 992, 991, 990, 989, + // 988 + 987, 986, // 985 984, // 982-983 @@ -3027,9 +2803,7 @@ static const int *included_patchsets[] = { // 930 929, 928, 927, 926, 925, // 923-924 - 922, 921, - // 920 - 919, + 922, 921, 920, 919, // 917-918 916, 915, 914, 913, // 912 @@ -3065,21 +2839,19 @@ static const int *included_patchsets[] = { // 868 867, 866, 865, 864, 863, 862, 861, 860, 859, 858, 857, // 856 - 855, 854, - // 848-853 + 855, 854, 853, 852, 851, + // 850 + 849, + // 848 847, 846, 845, 844, 843, // 842 - 841, - // 839-840 - 838, 837, 836, 835, - // 833-834 - 832, - // 830-831 - 829, + 841, 840, 839, 838, 837, 836, 835, 834, + // 833 + 832, 831, 830, 829, // 827-828 826, 825, 824, 823, 822, 821, 820, 819, 818, 817, 816, 815, 814, - // 811-813 - 810, + // 812-813 + 811, 810, // 809 808, 807, 806, 805, 804, 803, // 799-802 @@ -3093,30 +2865,32 @@ static const int *included_patchsets[] = { // 784 783, 782, // 781 - 780, 779, - // 774-778 - 773, - // 772 - 771, 770, - // 766-769 - 765, 764, + 780, 779, 778, + // 777 + 776, + // 774-775 + 773, 772, 771, 770, + // 767-769 + 766, 765, 764, // 763 762, 761, 760, 759, 758, 757, 756, 755, 754, // 753 752, 751, 750, 749, // 748 747, 746, 745, - // 740-744 + // 744 + 743, 742, 741, + // 740 739, 738, // 737 736, 735, 734, 733, // 732 731, // 730 - 729, - // 728 - 727, - // 718-726 + 729, 728, 727, 726, + // 725 + 724, + // 718-723 717, 716, 715, // 714 713, 712, 711, @@ -3127,14 +2901,14 @@ static const int *included_patchsets[] = { // 703 702, 701, 700, 699, // 698 - 697, 696, - // 693-695 + 697, 696, 695, + // 693-694 692, 691, 690, 689, 688, // 687 - 686, 685, - // 682-684 - 681, 680, 679, 678, 677, 676, - // 674-675 + 686, 685, 684, + // 682-683 + 681, 680, 679, 678, 677, 676, 675, + // 674 673, 672, 671, 670, // 669 668, 667, 666, 665, 664, @@ -3169,15 +2943,9 @@ static const int *included_patchsets[] = { // 606 605, 604, 603, 602, 601, 600, 599, 598, 597, 596, 595, 594, 593, // 591-592 - 590, - // 589 - 588, + 590, 589, 588, // 587 - 586, 585, - // 584 - 583, - // 582 - 581, 580, 579, + 586, 585, 584, 583, 582, 581, 580, 579, // 578 577, 576, // 574-575 @@ -3185,29 +2953,23 @@ static const int *included_patchsets[] = { // 571 570, // 569 - 568, 567, 566, - // 564-565 + 568, 567, 566, 565, + // 564 563, 562, 561, 560, 559, - // 556-558 + // 558 + 557, + // 556 555, - // 551-554 - 550, - // 549 - 548, + // 552-554 + 551, 550, 549, 548, // 547 - 546, 545, 544, 543, 542, - // 541 - 540, 539, + 546, 545, 544, 543, 542, 541, 540, 539, // 538 537, 536, // 534-535 533, 532, // 531 - 530, - // 528-529 - 527, - // 526 - 525, + 530, 529, 528, 527, 526, 525, // 524 523, 522, 521, // 520 @@ -3217,55 +2979,51 @@ static const int *included_patchsets[] = { // 515-516 514, // 513 - 512, 511, 510, 509, - // 508 - 507, + 512, 511, 510, 509, 508, 507, // 506 505, 504, 503, // 502 501, - // 498-500 + // 500 + 499, + // 498 497, - // 495-496 - 494, - // 493 - 492, + // 496 + 495, 494, 493, 492, // 491 490, // 487-489 486, - // 484-485 - 483, + // 485 + 484, 483, // 480-482 - 479, 478, 477, 476, - // 472-475 - 471, - // 470 - 469, + 479, 478, 477, 476, 475, + // 472-474 + 471, 470, 469, // 468 467, // 466 465, // 463-464 462, 461, - // 458-460 - 457, 456, 455, 454, + // 459-460 + 458, 457, 456, 455, 454, // 453 452, // 450-451 449, 448, - // 446-447 - 445, + // 447 + 446, 445, // 444 443, - // 435-442 + // 442 + 441, 440, + // 435-439 434, 433, // 431-432 430, // 429 - 428, 427, 426, 425, 424, 423, 422, 421, - // 420 - 419, + 428, 427, 426, 425, 424, 423, 422, 421, 420, 419, // 418 417, // 416 @@ -3282,17 +3040,23 @@ static const int *included_patchsets[] = { 391, 390, 389, 388, // 387 386, 385, - // 381-384 + // 383-384 + 382, + // 381 380, 379, 378, // 373-377 372, // 371 370, 369, 368, 367, - // 363-366 + // 366 + 365, + // 363-364 362, 361, 360, 359, 358, // 356-357 355, - // 350-354 + // 354 + 353, + // 350-352 349, // 347-348 346, @@ -3301,9 +3065,7 @@ static const int *included_patchsets[] = { // 340 339, // 337-338 - 336, 335, - // 334 - 333, 332, 331, 330, + 336, 335, 334, 333, 332, 331, 330, // 323-329 322, // 321 @@ -3325,46 +3087,41 @@ static const int *included_patchsets[] = { // 280 279, 278, 277, 276, 275, 274, // 273 - 272, 271, 270, 269, 268, 267, 266, 265, 264, 263, 262, 261, 260, 259, - // 257-258 + 272, 271, 270, 269, 268, 267, 266, 265, 264, 263, 262, 261, 260, 259, 258, 257, 256, 255, 254, - // 251-253 - 250, 249, 248, + // 253 + 252, 251, 250, 249, 248, // 247 246, 245, 244, // 243 242, 241, 240, 239, 238, 237, 236, // 235 234, - // 232-233 - 231, - // 229-230 - 228, 227, - // 224-226 - 223, 222, - // 221 - 220, + // 233 + 232, 231, 230, + // 229 + 228, 227, 226, + // 225 + 224, 223, 222, 221, 220, // 219 218, 217, 216, // 214-215 - 213, - // 211-212 - 210, 209, + 213, 212, 211, 210, 209, // 208 207, 206, 205, 204, 203, - // 199-202 + // 201-202 + 200, + // 199 198, 197, 196, 195, 194, 193, 192, 191, 190, // 188-189 187, // 184-186 - 183, 182, 181, - // 180 - 179, 178, 177, 176, 175, - // 173-174 - 172, + 183, 182, 181, 180, 179, 178, 177, 176, 175, 174, 173, 172, // 170-171 169, - // 162-168 + // 168 + 167, + // 162-166 161, // 160 159, @@ -3379,9 +3136,7 @@ static const int *included_patchsets[] = { // 139-140 138, 137, 136, 135, // 134 - 133, 132, - // 131 - 130, 129, + 133, 132, 131, 130, 129, // 128 127, 126, // 125 @@ -3389,31 +3144,23 @@ static const int *included_patchsets[] = { // 121-122 120, // 119 - 118, - // 117 - 116, 115, 114, 113, - // 112 - 111, 110, 109, - // 107-108 - 106, 105, 104, - // 103 - 102, 101, + 118, 117, 116, 115, 114, 113, 112, 111, 110, 109, 108, + // 107 + 106, 105, 104, 103, 102, 101, // 100 - 99, - // 98 - 97, 96, 95, 94, 93, 92, + 99, 98, 97, 96, 95, 94, 93, 92, // 91 90, 89, 88, 87, 86, 85, 84, 83, 82, 81, - // 78-80 + // 80 + 79, + // 78 77, 76, // 75 74, 73, // 72 71, 70, // 69 - 68, 67, 66, - // 65 - 64, + 68, 67, 66, 65, 64, // 63 62, 61, 60, 59, // 58 @@ -3427,15 +3174,11 @@ static const int *included_patchsets[] = { // 27-28 26, // 25 - 24, - // 23 - 22, 21, 20, 19, 18, 17, 16, 15, + 24, 23, 22, 21, 20, 19, 18, 17, 16, 15, // 13-14 - 12, 11, 10, 9, - // 7-8 - 6, 5, - // 4 - 3, 2, 1, + 12, 11, 10, 9, 8, + // 7 + 6, 5, 4, 3, 2, 1, // 0 }, (const int[]) { // 901